rpms/gajim/F-10 .cvsignore, 1.13, 1.14 gajim.spec, 1.27, 1.28 sources, 1.13, 1.14

Debarshi Ray rishi at fedoraproject.org
Tue Dec 23 20:00:58 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/gajim/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14950

Modified Files:
	.cvsignore gajim.spec sources 
Log Message:
* Tue Dec 23 2008 Debarshi Ray <rishi at fedoraproject.org> - 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.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gajim/F-10/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	18 Dec 2008 03:50:47 -0000	1.13
+++ .cvsignore	23 Dec 2008 20:00:28 -0000	1.14
@@ -1 +1 @@
-gajim-0.12.tar.gz
+gajim-0.12.1.tar.gz


Index: gajim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gajim/F-10/gajim.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- gajim.spec	18 Dec 2008 03:50:47 -0000	1.27
+++ gajim.spec	23 Dec 2008 20:00:28 -0000	1.28
@@ -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 @@
 %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 @@
 
 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 @@
 %{python_sitearch}/%{name}/trayicon.so
 
 %changelog
+* Tue Dec 23 2008 Debarshi Ray <rishi at fedoraproject.org> - 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 <rishi at fedoraproject.org> - 0.12-1
 - Version bump to 0.12.
 - Added 'Requires: notify-python python-kerberos'.
 
-* Mon Nov 17 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.12-0.1.beta1
+* Sun Nov 30 2008 Debarshi Ray <rishi at fedoraproject.org> - 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 <ivazqueznet+rpm at gmail.com> - 0.11.4-7
+- Rebuilding with python-2.6 in Rawhide.
+
 * Sun Nov 09 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.11.4-6
 - Added 'Requires: gnome-python2-gnome' on all distributions starting from
   Fedora 10. Closes Red Hat Bugzilla bug #470181.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gajim/F-10/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	18 Dec 2008 03:50:47 -0000	1.13
+++ sources	23 Dec 2008 20:00:28 -0000	1.14
@@ -1 +1 @@
-839554bee346f9ab8a48cb7e432763cd  gajim-0.12.tar.gz
+195a7973d3fbfb538e2ee74156aa6e9e  gajim-0.12.1.tar.gz




More information about the fedora-extras-commits mailing list