[svn] r5680 - in trunk/rpms: iksemel libtorrent rtorrent tor

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Fri Aug 3 20:19:03 CEST 2007


Author: dries
Date: 2007-08-03 20:18:41 +0200 (Fri, 03 Aug 2007)
New Revision: 5680

Modified:
   trunk/rpms/iksemel/iksemel.spec
   trunk/rpms/libtorrent/libtorrent.spec
   trunk/rpms/rtorrent/rtorrent.spec
   trunk/rpms/tor/tor.spec
Log:
updates

Modified: trunk/rpms/iksemel/iksemel.spec
===================================================================
--- trunk/rpms/iksemel/iksemel.spec	2007-08-03 15:34:57 UTC (rev 5679)
+++ trunk/rpms/iksemel/iksemel.spec	2007-08-03 18:18:41 UTC (rev 5680)
@@ -3,13 +3,13 @@
 
 Summary: XML-parsing library
 Name: iksemel
-Version: 1.2
-Release: 1.2
+Version: 1.3
+Release: 1
 License: LGPL
 Group: Development/Libraries
-URL: http://iksemel.jabberstudio.org/
+URL: http://code.google.com/p/iksemel/
 
-Source: http://files.jabberstudio.org/iksemel/iksemel-%{version}.tar.gz
+Source: http://iksemel.googlecode.com/files/iksemel-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires: gcc-c++, gnutls-devel
@@ -41,11 +41,9 @@
 %{__rm} -rf %{buildroot}
 %makeinstall
 
-%post
-/sbin/ldconfig 2>/dev/null
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig 2>/dev/null
+%postun -p /sbin/ldconfig
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -62,12 +60,15 @@
 %files devel
 %defattr(-, root, root, 0755)
 %{_includedir}/iksemel.h
-%{_libdir}/libiksemel.a
 %{_libdir}/libiksemel.so
 %{_libdir}/pkgconfig/iksemel.pc
+%exclude %{_libdir}/libiksemel.a
 %exclude %{_libdir}/*.la
 
 %changelog
+* Fri Jul 03 2007 Dries Verachtert <dries at ulyssis.org> - 1.3-1
+- Updated to release 1.3.
+
 * Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.2-1.2
 - Rebuild for Fedora Core 5.
 

Modified: trunk/rpms/libtorrent/libtorrent.spec
===================================================================
--- trunk/rpms/libtorrent/libtorrent.spec	2007-08-03 15:34:57 UTC (rev 5679)
+++ trunk/rpms/libtorrent/libtorrent.spec	2007-08-03 18:18:41 UTC (rev 5680)
@@ -3,7 +3,7 @@
 
 Summary: BitTorrent library
 Name: libtorrent
-Version: 0.11.4
+Version: 0.11.6
 Release: 1
 License: GPL
 Group: Development/Libraries
@@ -56,12 +56,14 @@
 %files devel
 %defattr(-, root, root, 0755)
 %{_includedir}/torrent/
-#%{_libdir}/libtorrent.a
 %{_libdir}/libtorrent.so
 %exclude %{_libdir}/*.la
 %{_libdir}/pkgconfig/libtorrent.pc
 
 %changelog
+* Fri Aug 03 2007 Dries Verachtert <dries at ulyssis.org> - 0.11.6-1
+- Updated to release 0.11.6.
+
 * Wed Apr 25 2007 Dag Wieers <dag at wieers.com> - 0.11.4-1
 - Updated to release 0.11.4.
 

Modified: trunk/rpms/rtorrent/rtorrent.spec
===================================================================
--- trunk/rpms/rtorrent/rtorrent.spec	2007-08-03 15:34:57 UTC (rev 5679)
+++ trunk/rpms/rtorrent/rtorrent.spec	2007-08-03 18:18:41 UTC (rev 5680)
@@ -5,7 +5,7 @@
 
 Summary: Console based bittorrent client
 Name: rtorrent
-Version: 0.7.4
+Version: 0.7.6
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -47,6 +47,9 @@
 %{_bindir}/rtorrent
 
 %changelog
+* Fri Aug 03 2007 Dries Verachtert <dries at ulyssis.org> - 0.7.6-1
+- Updated to release 0.7.6.
+
 * Wed Apr 25 2007 Dag Wieers <dag at wieers.com> - 0.7.4-1
 - Updated to release 0.7.4.
 

Modified: trunk/rpms/tor/tor.spec
===================================================================
--- trunk/rpms/tor/tor.spec	2007-08-03 15:34:57 UTC (rev 5679)
+++ trunk/rpms/tor/tor.spec	2007-08-03 18:18:41 UTC (rev 5680)
@@ -8,7 +8,7 @@
 
 Summary: Send network traffic through virtual tunnels to improve your privacy
 Name: tor
-Version: 0.1.2.15
+Version: 0.1.2.16
 Release: 1
 License: BSD
 Group: Applications/Internet
@@ -99,6 +99,9 @@
 %dir %{_localstatedir}/log/tor
 
 %changelog
+* Fri Aug 03 2007 Dries Verachtert <dries at ulyssis.org> - 0.1.2.16-1
+- Updated to release 0.1.2.16.
+
 * Mon Jul 23 2007 Dries Verachtert <dries at ulyssis.org> - 0.1.2.15-1
 - Updated to release 0.1.2.15.
 



More information about the svn-commits mailing list