Hello community,

here is the log from the commit of package libsolv for openSUSE:13.1 checked in 
at 2013-09-25 14:32:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/libsolv (Old)
 and      /work/SRC/openSUSE:13.1/.libsolv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsolv"

Changes:
--------
--- /work/SRC/openSUSE:13.1/libsolv/libsolv.changes     2013-09-23 
15:25:09.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.libsolv.new/libsolv.changes        2013-09-25 
14:32:47.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep 24 11:14:25 CEST 2013 - m...@suse.de
+
+- do not add back cleandeps_updatepkgs packages [bnc#841781]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsolv-0.4.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/doc/filters/xcode.pl 
new/libsolv-0.4.0/doc/filters/xcode.pl
--- old/libsolv-0.4.0/doc/filters/xcode.pl      2013-06-07 09:07:56.000000000 
+0200
+++ new/libsolv-0.4.0/doc/filters/xcode.pl      2013-09-24 13:16:42.000000000 
+0200
@@ -35,14 +35,15 @@
   if (!/^[a-zA-Z0-9_]+$/) {
     $_ = " $_";
     $_ = "$_ ";
-    
s/(?<=[^a-zA-Z_\&:\.\'\";])(?!solv\W|Solv\W|Pool\W)([\$\@[a-zA-Z_][a-zA-Z0-9_]*)(?=[^a-zA-Z0-9_\(;\[])(?!::)(?!
 [^=])/<-S><I>$1<-I><S>/g;
-    # small fixup for perl bare words
+    
s/(?<=[^a-zA-Z_\&:\.\'\";])(?!solv\W|Solv\W|Pool\W)([\$\@a-zA-Z_][a-zA-Z0-9_]*)(?=[^a-zA-Z0-9_\(;\[])(?!::)(?!
 [^=])/<-S><I>$1<-I><S>/g;
+    # fixup for perl bare words
     s/{<-S><I>([a-zA-Z_][a-zA-Z0-9]*)<-I><S>}/{$1}/g;
-    # small fixup for callbackfunctions
+    # fixup for callbackfunctions
     s/\\(&amp;[a-zA-Z_]+)/\\<-S><I>$1<-I><S>/;
-    # small fixup for stringification
+    # fixup for stringification
     s/\$<-S><I>/<-S><I>\$/g;
-    # small fixup for %d
+    # fixup for %d
+    s/%<-S><I>d<-I><S>\"/%d\"/;
     s/%<-S><I>d<-I><S>\\<-S><I>n<-I><S>/%d\\n/;
     # iterators
     s/^ //;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/doc/libsolv-bindings.3 
new/libsolv-0.4.0/doc/libsolv-bindings.3
--- old/libsolv-0.4.0/doc/libsolv-bindings.3    2013-09-20 15:16:43.000000000 
+0200
+++ new/libsolv-0.4.0/doc/libsolv-bindings.3    2013-09-24 13:29:05.000000000 
+0200
@@ -2,12 +2,12 @@
 .\"     Title: Libsolv-Bindings
 .\"    Author: [see the "Author" section]
 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
-.\"      Date: 09/20/2013
+.\"      Date: 09/24/2013
 .\"    Manual: LIBSOLV
 .\"    Source: libsolv
 .\"  Language: English
 .\"
-.TH "LIBSOLV\-BINDINGS" "3" "09/20/2013" "libsolv" "LIBSOLV"
+.TH "LIBSOLV\-BINDINGS" "3" "09/24/2013" "libsolv" "LIBSOLV"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -156,7 +156,7 @@
 .\}
 .nf
 \fIpool\fR\fB\&.appdata = 42\fR
-\fBprint "appdata is %\fR\fId\fR\fB" % (\fR\fIpool\fR\fB\&.appdata)\fR
+\fBprint "appdata is %d" % (\fR\fIpool\fR\fB\&.appdata)\fR
 .fi
 .if n \{\
 .RE
@@ -180,7 +180,7 @@
 .RS 4
 .\}
 .nf
-\fIjobs\fR \fB=\fR \fI[\fR\fB]\fR
+\fIjobs\fR \fB= []\fR
 \fIproblems\fR \fB=\fR \fIsolver\fR\fB\&.solve(\fR\fIjobs\fR\fB)\fR
 .fi
 .if n \{\
@@ -269,7 +269,7 @@
 .RS 4
 .\}
 .nf
-\fIjobs\fR \fB=\fR \fI[\fR\fB]\fR
+\fIjobs\fR \fB= []\fR
 \fIproblems\fR \fB=\fR \fIsolver\fR\fB\&.solve(\fR\fIjobs\fR\fB)\fR
 .fi
 .if n \{\
@@ -4938,7 +4938,7 @@
 .\}
 .sp
 The id of the repodata area\&. Repodata ids of different repositories 
overlap\&.
-.SS "METHODS ===="
+.SS "METHODS"
 .sp
 .if n \{\
 .RS 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/doc/libsolv-bindings.txt 
new/libsolv-0.4.0/doc/libsolv-bindings.txt
--- old/libsolv-0.4.0/doc/libsolv-bindings.txt  2013-09-20 15:16:43.000000000 
+0200
+++ new/libsolv-0.4.0/doc/libsolv-bindings.txt  2013-09-24 13:29:05.000000000 
+0200
@@ -3052,7 +3052,7 @@
 
 The id of the repodata area. Repodata ids of different repositories overlap.
 
-=== METHODS ====
+=== METHODS ===
 
        internalize();
        $data->internalize();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/package/libsolv.changes 
new/libsolv-0.4.0/package/libsolv.changes
--- old/libsolv-0.4.0/package/libsolv.changes   2013-09-23 11:46:43.000000000 
+0200
+++ new/libsolv-0.4.0/package/libsolv.changes   2013-09-24 11:16:42.000000000 
+0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue Sep 24 11:14:25 CEST 2013 - m...@suse.de
+
+- do not add back cleandeps_updatepkgs packages [bnc#841781]
+
+-------------------------------------------------------------------
 Mon Sep 23 11:31:28 CEST 2013 - m...@suse.de
 
 - added repodata_lookup_binary
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.4.0/src/rules.c 
new/libsolv-0.4.0/src/rules.c
--- old/libsolv-0.4.0/src/rules.c       2013-09-13 17:41:42.000000000 +0200
+++ new/libsolv-0.4.0/src/rules.c       2013-09-23 16:36:42.000000000 +0200
@@ -3338,6 +3338,15 @@
       if (pool->solvables[p].repo == installed)
         MAPSET(&userinstalled, p - installed->start);
     }
+  if (!unneeded && solv->cleandeps_updatepkgs)
+    {
+      for (i = 0; i < solv->cleandeps_updatepkgs->count; i++)
+       {
+         p = solv->cleandeps_updatepkgs->elements[i];
+         if (pool->solvables[p].repo == installed)
+           MAPSET(&userinstalled, p - installed->start);
+       }
+    }
   MAPSET(&im, SYSTEMSOLVABLE); /* in case we cleared it above */
   for (p = installed->start; p < installed->end; p++)
     if (MAPTST(&im, p))

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

Reply via email to