Hello community,

here is the log from the commit of package obs-service-refresh_patches for 
openSUSE:Factory checked in at 2014-03-07 07:05:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-refresh_patches (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-refresh_patches.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-refresh_patches"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-refresh_patches/obs-service-refresh_patches.changes
  2014-02-18 14:46:09.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-refresh_patches.new/obs-service-refresh_patches.changes
     2014-03-07 07:05:43.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Mar  6 16:06:54 UTC 2014 - [email protected]
+
+- Update to version 0.3.9+git.1394121974.21d4106:
+  + Fix dropped_patches
+
+-------------------------------------------------------------------

Old:
----
  obs-service-refresh_patches-0.3.8+git.1392653668.565b745.tar.gz

New:
----
  obs-service-refresh_patches-0.3.9+git.1394121974.21d4106.tar.gz

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

Other differences:
------------------
++++++ obs-service-refresh_patches.spec ++++++
--- /var/tmp/diff_new_pack.KqOoWH/_old  2014-03-07 07:05:45.000000000 +0100
+++ /var/tmp/diff_new_pack.KqOoWH/_new  2014-03-07 07:05:45.000000000 +0100
@@ -19,7 +19,7 @@
 %define service refresh_patches
 
 Name:           obs-service-%{service}
-Version:        0.3.8+git.1392653668.565b745
+Version:        0.3.9+git.1394121974.21d4106
 Release:        0
 Summary:        An OBS source service: Refreshs local patches
 License:        Apache-2.0

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.KqOoWH/_old  2014-03-07 07:05:45.000000000 +0100
+++ /var/tmp/diff_new_pack.KqOoWH/_new  2014-03-07 07:05:45.000000000 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/obs-service-refresh_patches.git</param>
-    <param name="changesrevision">565b745c4c</param>
+    <param name="changesrevision">21d410643c</param>
   </service>
 </servicedata>
\ No newline at end of file

++++++ obs-service-refresh_patches-0.3.8+git.1392653668.565b745.tar.gz -> 
obs-service-refresh_patches-0.3.9+git.1394121974.21d4106.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-refresh_patches-0.3.8+git.1392653668.565b745/refresh_patches 
new/obs-service-refresh_patches-0.3.9+git.1394121974.21d4106/refresh_patches
--- 
old/obs-service-refresh_patches-0.3.8+git.1392653668.565b745/refresh_patches    
    2014-02-17 17:15:55.000000000 +0100
+++ 
new/obs-service-refresh_patches-0.3.9+git.1394121974.21d4106/refresh_patches    
    2014-03-06 17:06:54.000000000 +0100
@@ -152,6 +152,7 @@
             have_patches = True
 
     if have_patches:
+        dropped_patches = []
         for specfile in glob.glob('*.spec'):
             basename = specfile.rsplit('.spec')[0]
 
@@ -179,7 +180,7 @@
                 shutil.rmtree(quilt_dir)  # Cleanup to be prepared for next 
quilt run
                 continue
 
-            refreshed_patches, dropped_patches = [], []
+            refreshed_patches = []
             try:
                 src_dir = os.getcwd()
                 os.chdir(quilt_dir)

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

Reply via email to