Hello community,

here is the log from the commit of package inst-source-utils for 
openSUSE:Factory checked in at 2013-09-23 09:32:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inst-source-utils (Old)
 and      /work/SRC/openSUSE:Factory/.inst-source-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "inst-source-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/inst-source-utils/inst-source-utils.changes      
2013-04-05 07:36:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.inst-source-utils.new/inst-source-utils.changes 
2013-09-23 09:32:48.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 11:57:36 CEST 2013 - r...@suse.de
+
+- also add Requires(pre) and Requires(post) to Prq sections 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ inst-source-utils.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inst-source-utils/usr/bin/create_package_descr 
new/inst-source-utils/usr/bin/create_package_descr
--- old/inst-source-utils/usr/bin/create_package_descr  2013-04-03 
12:05:42.000000000 +0200
+++ new/inst-source-utils/usr/bin/create_package_descr  2013-09-20 
11:57:18.000000000 +0200
@@ -662,7 +662,8 @@
       $_ .= '=' if $flags[0] & 8;
       $_ .= " $vers[0]";
     }
-    if ( $flags[0] & 64 ) {
+    # set on RPMSENSE_PREREQ, RPMSENSE_SCRIPT_PRE and RPMSENSE_SCRIPT_POST
+    if ( $flags[0] & (64+512+1024) ) {
       push ( @prereq, $_ );
     }
     shift @flags;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to