[Mageia-sysadm] can't update soft/rpm/rpm-setup

Jerome Quelin jquelin at gmail.com
Sat Feb 26 12:21:45 CET 2011


hi,

i just updated rpm-setup to add support for _ in perl module version
(automatic provides extraction)

however, when committing my changes, i get:
    svn: Authorization failed

==> can someone grant me the rights to this please?

i'm attaching the patch for review if needed. i already updated
rpm-mageia-setup (the package).

thanks,
jérôme 
-- 
jquelin at gmail.com
-------------- next part --------------
Index: configure.ac
===================================================================
--- configure.ac	(révision 612)
+++ configure.ac	(copie de travail)
@@ -4,7 +4,7 @@
 # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $
 
 AC_PREREQ(2.59)
-AC_INIT(rpm-mageia-setup, 1.117, ahmad at mageia.org)
+AC_INIT(rpm-mageia-setup, 1.118, jquelin at mageia.org)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.9 -Wno-portability)
 AC_CONFIG_SRCDIR
Index: NEWS
===================================================================
--- NEWS	(révision 612)
+++ NEWS	(copie de travail)
@@ -1,3 +1,6 @@
+Version 1.118 - 26 February 2011, by Jerome Quelin
+- support for _ in perl module version
+
 Version 1.117 - 20 February 2011, by Ahmad Samir
 - merge svn rev. 271797 from Mandriva to make the python auto-requires always
   lowercase
Index: perl.prov
===================================================================
--- perl.prov	(révision 612)
+++ perl.prov	(copie de travail)
@@ -159,7 +159,7 @@
 
       if (m/(\$Revision: (\d+[.0-9]+))/) {
 	$version= $2; 
-      } elsif (m/[\'\"]?(\d+[.0-9]+)[\'\"]?/) {
+      } elsif (m/[\'\"]?(\d+[._0-9]+)[\'\"]?/) {
 	
 	# look for a static number hard coded in the script
 	


More information about the Mageia-sysadm mailing list