Hello community,

here is the log from the commit of package rpm for openSUSE:Factory
checked in at Thu Jul 21 13:30:36 CEST 2011.



--------
--- rpm/rpm.changes     2011-07-20 13:43:01.000000000 +0200
+++ /mounts/work_src_done/STABLE/rpm/rpm.changes        2011-07-21 
13:01:35.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 13:00:47 CEST 2011 - [email protected]
+
+- fix problem with trailings slashes and recursive file adding
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rpm-python.spec ++++++
--- /var/tmp/diff_new_pack.nychP4/_old  2011-07-21 13:30:18.000000000 +0200
+++ /var/tmp/diff_new_pack.nychP4/_new  2011-07-21 13:30:18.000000000 +0200
@@ -26,7 +26,7 @@
 Group:          System/Packages
 Summary:        Python Bindings for Manipulating RPM Packages
 Version:        4.9.1
-Release:        1
+Release:        2
 Requires:       rpm = %{version}
 %py_requires
 Source99:       rpm.spec

++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.nychP4/_old  2011-07-21 13:30:18.000000000 +0200
+++ /var/tmp/diff_new_pack.nychP4/_new  2011-07-21 13:30:18.000000000 +0200
@@ -29,7 +29,7 @@
 AutoReqProv:    on
 Summary:        The RPM Package Manager
 Version:        4.9.1
-Release:        1
+Release:        21
 Source:         rpm-%{version}.tar.bz2
 Source1:        RPM-HOWTO.tar.bz2
 Source2:        RPM-Tips.html.tar.bz2

++++++ trailslash.diff ++++++
--- /var/tmp/diff_new_pack.nychP4/_old  2011-07-21 13:30:18.000000000 +0200
+++ /var/tmp/diff_new_pack.nychP4/_new  2011-07-21 13:30:18.000000000 +0200
@@ -1,5 +1,14 @@
---- ./build/files.c.orig       2011-07-20 11:37:45.000000000 +0000
-+++ ./build/files.c    2011-07-20 11:39:20.000000000 +0000
+--- ./build/files.c.orig       2011-07-21 10:59:03.000000000 +0000
++++ ./build/files.c    2011-07-21 10:59:33.000000000 +0000
+@@ -1398,7 +1398,7 @@ static rpmRC addFile(FileList fl, const
+       }
+     }
+ 
+-    if ((! fl->isDir) && S_ISDIR(statp->st_mode)) {
++    if ((fl->isDir <= 0) && S_ISDIR(statp->st_mode)) {
+ /* FIX: fl->buildRoot may be NULL */
+       return recurseDir(fl, diskPath);
+     }
 @@ -1678,9 +1678,6 @@ static rpmRC processBinaryFile(Package p
       *                /.././../usr/../bin//./sh
       */


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to