RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Matthew Dawkins Root: /v/rpm/cvs Email: [email protected] Module: rpm Date: 02-Jun-2011 23:15:22 Branch: rpm-5_4 Handle: 2011060221152100 Modified files: (Branch: rpm-5_4) rpm CHANGES configure.ac rpm.spec.in Log: updated changelog in rpm.spec.in tagged 5.4.2 release in configure.ac Submitted by: mdawkins Summary: Revision Changes Path 1.3501.2.134+4 -0 rpm/CHANGES 2.472.2.21 +2 -2 rpm/configure.ac 2.458.2.2 +3 -0 rpm/rpm.spec.in ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/CHANGES ============================================================================ $ cvs diff -u -r1.3501.2.133 -r1.3501.2.134 CHANGES --- rpm/CHANGES 27 May 2011 13:50:12 -0000 1.3501.2.133 +++ rpm/CHANGES 2 Jun 2011 21:15:21 -0000 1.3501.2.134 @@ -1,3 +1,7 @@ +5.4.1 -> 5.4.2 + - mdawkins: updated changelog in rpm.spec.in + - mdawkins: tagged 5.4.2 release in configure.ac + 5.4.0 -> 5.4.1: - devzero2000: In fpLookupSubdir, data returned by hash should be of type "struct rpmffi_s **" instead of "struct rpmffi_s *" to avoid @@ . patch -p0 <<'@@ .' Index: rpm/configure.ac ============================================================================ $ cvs diff -u -r2.472.2.20 -r2.472.2.21 configure.ac --- rpm/configure.ac 23 May 2011 14:11:06 -0000 2.472.2.20 +++ rpm/configure.ac 2 Jun 2011 21:15:21 -0000 2.472.2.21 @@ -8,8 +8,8 @@ AC_PREREQ(2.63) m4_define([PACKAGE_BUGREPORT_DEFAULT], [[email protected]]) -AC_INIT([rpm],[5.4.1],[PACKAGE_BUGREPORT_DEFAULT]) -PACKAGE_TIMESTAMP="2010-12-29" dnl # YYYY[-MM[-DD[ HH[:MM]]]] +AC_INIT([rpm],[5.4.2],[PACKAGE_BUGREPORT_DEFAULT]) +PACKAGE_TIMESTAMP="2011-06-02" dnl # YYYY[-MM[-DD[ HH[:MM]]]] AC_MSG_TITLE([RPM Package Manager (RPM)], [$PACKAGE_VERSION]) AC_MSG_HEADER([INITIALIZATION]) @@ . patch -p0 <<'@@ .' Index: rpm/rpm.spec.in ============================================================================ $ cvs diff -u -r2.458.2.1 -r2.458.2.2 rpm.spec.in --- rpm/rpm.spec.in 6 Dec 2010 23:04:47 -0000 2.458.2.1 +++ rpm/rpm.spec.in 2 Jun 2011 21:15:21 -0000 2.458.2.2 @@ -656,6 +656,9 @@ ###%{_rpmhome}/lib/librpmjsm.so %changelog +* Thu Jun 02 2011 mdawkins <[email protected]> 5.4.2-0.20110602 +- new snapshot date 20110602 for release 5.4.2 + * Sat Oct 23 2010 Jeff Johnson <[email protected]> - 5.3.5-0.1 - resurrect rpm.spec. @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository [email protected]
