Hello community,

here is the log from the commit of package obs-service-refresh_patches for 
openSUSE:Factory checked in at 2014-02-13 15:02:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11 10:40:09.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-refresh_patches.new/obs-service-refresh_patches.changes
     2014-02-13 15:02:31.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb 12 14:04:33 UTC 2014 - [email protected]
+
+- Update to version 0.3.7+git.1392213832.12f52e6:
+  + Disable positive notifications (be more quiet)
+  + Don't create entry for no changes
+
+-------------------------------------------------------------------

Old:
----
  obs-service-refresh_patches-0.3.6+git.1392041308.272e6ab.tar.gz

New:
----
  obs-service-refresh_patches-0.3.7+git.1392213832.12f52e6.tar.gz

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

Other differences:
------------------
++++++ obs-service-refresh_patches.spec ++++++
--- /var/tmp/diff_new_pack.pNd3bs/_old  2014-02-13 15:02:31.000000000 +0100
+++ /var/tmp/diff_new_pack.pNd3bs/_new  2014-02-13 15:02:31.000000000 +0100
@@ -19,7 +19,7 @@
 %define service refresh_patches
 
 Name:           obs-service-%{service}
-Version:        0.3.6+git.1392041308.272e6ab
+Version:        0.3.7+git.1392213832.12f52e6
 Release:        0
 Summary:        An OBS source service: Refreshs local patches
 License:        Apache-2.0

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.pNd3bs/_old  2014-02-13 15:02:31.000000000 +0100
+++ /var/tmp/diff_new_pack.pNd3bs/_new  2014-02-13 15:02:31.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">272e6abfe8</param>
+    <param name="changesrevision">12f52e6867</param>
   </service>
 </servicedata>
\ No newline at end of file

++++++ obs-service-refresh_patches-0.3.6+git.1392041308.272e6ab.tar.gz -> 
obs-service-refresh_patches-0.3.7+git.1392213832.12f52e6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-refresh_patches-0.3.6+git.1392041308.272e6ab/refresh_patches 
new/obs-service-refresh_patches-0.3.7+git.1392213832.12f52e6/refresh_patches
--- 
old/obs-service-refresh_patches-0.3.6+git.1392041308.272e6ab/refresh_patches    
    2014-02-10 15:09:12.000000000 +0100
+++ 
new/obs-service-refresh_patches-0.3.7+git.1392213832.12f52e6/refresh_patches    
    2014-02-12 15:04:33.000000000 +0100
@@ -88,9 +88,9 @@
     changes = "- Rebased patches:\n"
 
     if refreshed_patches:
-        write_changes = True
         for patch in refreshed_patches:
             if args.ignorefuzz:
+                write_changes = True
                 changes += "  + {0} (offset / fuzz)\n".format(patch)
 
     if dropped_patches:
@@ -197,7 +197,7 @@
                     match = QUILT_PUSH_OFFSET_RE.match(output_oneline)
                     if match:  # Oh, got something to refresh
                         patch_name = os.path.basename(match.groups(1)[0])
-                        print("Patch {0} refreshed".format(patch_name))
+                        #print("Patch {0} refreshed".format(patch_name))
                         output2 = silent_popen(["quilt", "refresh"])
                         match2 = QUILT_REFRESH_SUCCESS_RE.match(output2)
                         if not match2:  # It didn't work
@@ -234,7 +234,7 @@
                         continue
                     match = QUILT_PUSH_SUCCESS_RE.match(output_oneline)
                     if match:  # Patch applied as is
-                        print("Patch {0} ok".format(match.groups(1)[0]))
+                        #print("Patch {0} ok".format(match.groups(1)[0]))
                         continue
                     match = QUILT_PUSH_ERROR_RE.match(output_oneline)
                     if match:  # Manual intervention needed

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

Reply via email to