From d6dc1acef11945bc120c154e58690f42aa1a8d85 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Dec 23 2008 19:56:06 +0000 Subject: - Version bump to 0.12.1. - /usr/share/gajim/src/gajim-{remote}.py need not contain shebangs nor have the executable bits. --- diff --git a/.cvsignore b/.cvsignore index 40d073d..acdb172 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gajim-0.12.tar.gz +gajim-0.12.1.tar.gz diff --git a/gajim.spec b/gajim.spec index cc0549d..d357668 100644 --- a/gajim.spec +++ b/gajim.spec @@ -2,7 +2,7 @@ Summary: Jabber client written in PyGTK Name: gajim -Version: 0.12 +Version: 0.12.1 Release: 1%{?dist} License: GPLv2 Group: Applications/Internet @@ -45,6 +45,10 @@ Gajim does not require GNOME to run, eventhough it exists with it nicely. %prep %setup -q +# Suppress error. +sed --in-place --expression '1d' ./src/gajim.py +sed --in-place --expression '1d' ./src/gajim-remote.py + %build %configure --docdir=%{_docdir}/%{name}-%{version} \ --libdir=%{python_sitearch} \ @@ -60,8 +64,8 @@ make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{python_sitearch}/%{name}/*.la -# Suppress rpmlint warning. -chmod 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/src/{gajim{,-remote},history_manager}.py +# Suppress rpmlint error. +chmod 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/src/history_manager.py desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -98,15 +102,23 @@ rm -rf %{buildroot} %{python_sitearch}/%{name}/trayicon.so %changelog +* Tue Dec 23 2008 Debarshi Ray - 0.12.1-1 +- Version bump to 0.12.1. +- /usr/share/gajim/src/gajim-{remote}.py need not contain shebangs nor have the + executable bits. + * Thu Dec 18 2008 Debarshi Ray - 0.12-1 - Version bump to 0.12. - Added 'Requires: notify-python python-kerberos'. -* Mon Nov 17 2008 Debarshi Ray - 0.12-0.1.beta1 +* Sun Nov 30 2008 Debarshi Ray - 0.12-0.1.beta1 - Version bump to 0.12 beta1. Closes Red Hat Bugzilla bug #471295. - Added 'Requires: pyOpenSSL'. Addresses Red Hat Bugzilla bug #467523. - Added 'Requires: python-sexy'. +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.11.4-7 +- Rebuilding with python-2.6 in Rawhide. + * Sun Nov 09 2008 Debarshi Ray - 0.11.4-6 - Added 'Requires: gnome-python2-gnome' on all distributions starting from Fedora 10. Closes Red Hat Bugzilla bug #470181. diff --git a/sources b/sources index fb9bdd9..c5c6ee0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -839554bee346f9ab8a48cb7e432763cd gajim-0.12.tar.gz +195a7973d3fbfb538e2ee74156aa6e9e gajim-0.12.1.tar.gz