Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2018-03-29 11:48:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-format_spec_file (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-format_spec_file"

Thu Mar 29 11:48:25 2018 rev:73 rq:590861 version:20180306

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
        2018-02-21 14:06:06.277783342 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2018-03-29 11:48:29.161785640 +0200
@@ -1,0 +2,6 @@
+Tue Mar  6 09:28:42 UTC 2018 - [email protected]
+
+- Update to version 20180306:
+  + do not patch URL nor Url
+
+-------------------------------------------------------------------

Old:
----
  obs-service-format_spec_file-20180215.tar.bz2

New:
----
  obs-service-format_spec_file-20180306.tar.bz2

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

Other differences:
------------------
++++++ obs-service-format_spec_file.spec ++++++
--- /var/tmp/diff_new_pack.WvHb0Z/_old  2018-03-29 11:48:29.933757828 +0200
+++ /var/tmp/diff_new_pack.WvHb0Z/_new  2018-03-29 11:48:29.937757684 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           obs-service-format_spec_file
-Version:        20180215
+Version:        20180306
 Release:        0
 Summary:        An OBS source service: reformats a spec file to SUSE standard
 License:        GPL-2.0-only

++++++ debian.dsc ++++++
--- /var/tmp/diff_new_pack.WvHb0Z/_old  2018-03-29 11:48:29.977756243 +0200
+++ /var/tmp/diff_new_pack.WvHb0Z/_new  2018-03-29 11:48:29.977756243 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: obs-service-format-spec-file
-Version: 20180215
+Version: 20180306
 Binary: obs-service-format-spec-file
 Maintainer: Adrian Schroeter <[email protected]>
 Architecture: all

++++++ obs-service-format_spec_file-20180215.tar.bz2 -> 
obs-service-format_spec_file-20180306.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20180215/patch_license 
new/obs-service-format_spec_file-20180306/patch_license
--- old/obs-service-format_spec_file-20180215/patch_license     2018-02-15 
12:05:12.000000000 +0100
+++ new/obs-service-format_spec_file-20180306/patch_license     2018-03-06 
10:20:47.000000000 +0100
@@ -82,6 +82,8 @@
 {
   my ($tag) = @_;
 
+  return $tag if $tag =~ m/Url|URL/;
+
   $tag = lc($tag);
 
   $tag =~ s/docdir/DocDir/i;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20180215/prepare_spec 
new/obs-service-format_spec_file-20180306/prepare_spec
--- old/obs-service-format_spec_file-20180215/prepare_spec      2018-02-15 
12:05:12.000000000 +0100
+++ new/obs-service-format_spec_file-20180306/prepare_spec      2018-03-06 
10:20:47.000000000 +0100
@@ -80,6 +80,8 @@
 sub capitalize_case($) {
   my ($tag) = @_;
 
+  return $tag if $tag =~ m/Url|URL/;
+
   $tag = lc($tag);
 
   $tag =~ s/docdir/DocDir/i;


Reply via email to