[Lsb-messages] /var/www/bzr/lsb/devel/makelsbpkg r43: now XML-Simple-2.20 vanished, bump to 2.22

Mats Wichmann mats at linuxfoundation.org
Mon May 16 14:15:05 UTC 2016


------------------------------------------------------------
revno: 43
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: makelsbpkg
timestamp: Mon 2016-05-16 08:15:05 -0600
message:
  now XML-Simple-2.20 vanished, bump to 2.22
modified:
  scripts/package/Makefile
  scripts/package/lsb-makelsbpkg.spec.sed
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2016-05-03 19:35:03 +0000
+++ b/scripts/package/Makefile	2016-05-16 14:15:05 +0000
@@ -2,7 +2,7 @@
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-makelsbpkg
 VERSION=5.0.1
-BUILDNO=2
+BUILDNO=3
 
 #
 # Derive date string for daily snapshots
@@ -21,7 +21,7 @@
 S3URL = http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON
 SOURCE4 = XML-SAX-0.96.tar.gz
 S4URL = http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM
-SOURCE5 = XML-Simple-2.20.tar.gz
+SOURCE5 = XML-Simple-2.22.tar.gz
 S5URL = http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM
 SOURCE6 = ChangeLog
 SOURCE7 = fakeroot_1.20.2.orig.tar.bz2

=== modified file 'scripts/package/lsb-makelsbpkg.spec.sed'
--- a/scripts/package/lsb-makelsbpkg.spec.sed	2016-05-03 19:35:03 +0000
+++ b/scripts/package/lsb-makelsbpkg.spec.sed	2016-05-16 14:15:05 +0000
@@ -4,13 +4,13 @@
 %define basedir /opt/lsb
 # perl modules from CPAN - not in LSB, needed for some XML/cpio functions
 %define acpio Archive-Cpio-0.07
-%define xsimple XML-Simple-2.20
+%define xsimple XML-Simple-2.22
 %define xsax XML-SAX-0.96
 %define xnamespace XML-NamespaceSupport-1.09
 %define fakerootver 1.20.2
 %define fakeroottar fakeroot_%{fakerootver}.orig.tar.bz2
 %define fakeroot fakeroot-%{fakerootver}
- 
+
 # %{version}, %{rel} are provided by the Makefile
 Summary: LSB RPM Builder
 Name: lsb-makelsbpkg
@@ -75,7 +75,6 @@
 CC=lsbcc ./configure --prefix=/opt/lsb --mandir=/opt/lsb/man --libdir=%{libdir}
 make
 cd -
-  
 #==================================================
 %install
 
@@ -120,7 +119,7 @@
 
 #==================================================
 %clean
-if [ -z "${RPM_BUILD_ROOT}"  -a "${RPM_BUILD_ROOT}" != "/" ]; then 
+if [ -z "${RPM_BUILD_ROOT}"  -a "${RPM_BUILD_ROOT}" != "/" ]; then
     rm -rf ${RPM_BUILD_ROOT}
 fi
 
@@ -149,6 +148,24 @@
 
 #==================================================
 %changelog
+* Mon May 16 2016 Mats Wichmann <mats at linuxfoundation.org>
+- XML-Simple -> 2.22 due to availability
+
+* Tue May 03 2016 Mats Wichmann <mats at linuxfoundation.org>
+- revert other version bumps, leaving just fakeroot (bug 4160)
+
+* Mon May 02 2016 Mats Wichmann <mats at linuxfoundation.org>
+- uplift upstream packages used (bug 4160)
+
+* Fri Sep 26 2014 Jeff Licquia <licquia at linuxfoundation.org>
+- Bump version for 5.0 RC.
+
+* Fri Apr 18 2014 Mats Wichmann <mats at linuxfoundation.org>
+- fix up version stuff again (bug 3599) and stamp out freestandards.org
+
+* Sun Mar 23 2014 Jeff Licquia <licquia at linuxfoundation.org>
+- Switch to snapshot version scheme from bug 3599.
+
 * Tue Oct 23 2012 Stew Benedict <stewb at linux-foundation.org>
 - XML-Simple -> 2.20, drop P0
 



More information about the lsb-messages mailing list