[svn] r5152 - in trunk/rpms: abcm2ps libuninum msort python-kye

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Feb 12 15:55:34 CET 2007


Author: dries
Date: 2007-02-12 15:55:33 +0100 (Mon, 12 Feb 2007)
New Revision: 5152

Modified:
   trunk/rpms/abcm2ps/abcm2ps.spec
   trunk/rpms/libuninum/libuninum.spec
   trunk/rpms/msort/msort.spec
   trunk/rpms/python-kye/python-kye.spec
Log:
updates

Modified: trunk/rpms/abcm2ps/abcm2ps.spec
===================================================================
--- trunk/rpms/abcm2ps/abcm2ps.spec	2007-02-12 09:59:21 UTC (rev 5151)
+++ trunk/rpms/abcm2ps/abcm2ps.spec	2007-02-12 14:55:33 UTC (rev 5152)
@@ -4,7 +4,7 @@
 
 Summary: Convert music tunes from ABC format to PostScript
 Name: abcm2ps
-Version: 4.12.27
+Version: 4.12.28
 Release: 1
 License: GPL
 Group: Applications/Multimedia
@@ -45,6 +45,9 @@
 %{_datadir}/abcm2ps/
 
 %changelog
+* Mon Feb 12 2007 Dries Verachtert <dries at ulyssis.org> - 4.12.28-1
+- Updated to release 4.12.28.
+
 * Tue Sep 26 2006 Dries Verachtert <dries at ulyssis.org> - 4.12.27-1
 - Updated to release 4.12.27.
 

Modified: trunk/rpms/libuninum/libuninum.spec
===================================================================
--- trunk/rpms/libuninum/libuninum.spec	2007-02-12 09:59:21 UTC (rev 5151)
+++ trunk/rpms/libuninum/libuninum.spec	2007-02-12 14:55:33 UTC (rev 5152)
@@ -4,8 +4,8 @@
 
 Summary: Library for converting unicode strings to numbers
 Name: libuninum
-%define real_version 2.0.3
-Version: 2.0.3
+%define real_version 2.1
+Version: 2.1
 Release: 1
 License: LGPL
 Group: Development/Libraries
@@ -60,6 +60,7 @@
 %files
 %defattr(-, root, root, 0755)
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS README
+%doc %{_mandir}/man1/numconv.1*
 %{_bindir}/numconv
 %{_libdir}/libuninum.so.*
 
@@ -71,6 +72,9 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Mon Feb 12 2007 Dries Verachtert <dries at ulyssis.org> - 2.1-1
+- Updated to release 2.1.
+
 * Sat Jan 27 2007 Dries Verachtert <dries at ulyssis.org> - 2.0.3-1
 - Updated to release 2.0.3.
 

Modified: trunk/rpms/msort/msort.spec
===================================================================
--- trunk/rpms/msort/msort.spec	2007-02-12 09:59:21 UTC (rev 5151)
+++ trunk/rpms/msort/msort.spec	2007-02-12 14:55:33 UTC (rev 5152)
@@ -4,8 +4,8 @@
 
 Summary: Sort files in sophisticated ways
 Name: msort
-%define real_version 8.36.1
-Version: 8.36.1
+%define real_version 8.37
+Version: 8.37
 Release: 1
 License: GPL
 Group: Applications/Publishing
@@ -48,6 +48,9 @@
 %{_bindir}/msort
 
 %changelog
+* Mon Feb 12 2007 Dries Verachtert <dries at ulyssis.org> - 8.37-1
+- Updated to release 8.37.
+
 * Sat Jan 27 2007 Dries Verachtert <dries at ulyssis.org> - 8.36.1-1
 - Updated to release 8.36.1.
 

Modified: trunk/rpms/python-kye/python-kye.spec
===================================================================
--- trunk/rpms/python-kye/python-kye.spec	2007-02-12 09:59:21 UTC (rev 5151)
+++ trunk/rpms/python-kye/python-kye.spec	2007-02-12 14:55:33 UTC (rev 5152)
@@ -3,12 +3,13 @@
 # Upstream: Colin Phipps <cph$moria,org,uk>
 
 %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
+%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')
 
 %define real_name kye
 
 Summary: Puzzle game
 Name: python-kye
-Version: 0.9.2
+Version: 0.9.3
 Release: 1
 License: GPL
 Group: Amusements/Games
@@ -46,10 +47,13 @@
 %doc COPYING README
 %{_bindir}/Kye
 %{_bindir}/Kye-edit
-%{python_sitearch}/kye/
+%{python_sitelib}/kye/
 %{_datadir}/kye/
 
 %changelog
+* Mon Feb 12 2007 Dries Verachtert <dries at ulyssis.org> - 0.9.3-1
+- Updated to release 0.9.3.
+
 * Mon Nov 13 2006 Dries Verachtert <dries at ulyssis.org> - 0.9.2-1
 - Updated to release 0.9.2.
 



More information about the svn-commits mailing list