Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2013-02-17 17:08:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
        2013-02-01 15:50:35.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2013-02-17 17:08:19.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Feb 17 07:10:40 UTC 2013 - [email protected]
+
+- update fetch-licenses and bump version
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ obs-service-format_spec_file.spec ++++++
--- /var/tmp/diff_new_pack.E0hVrl/_old  2013-02-17 17:08:24.000000000 +0100
+++ /var/tmp/diff_new_pack.E0hVrl/_new  2013-02-17 17:08:24.000000000 +0100
@@ -20,7 +20,7 @@
 Summary:        An OBS source service: reformats a spec file to SUSE standard
 License:        GPL-2.0
 Group:          Development/Tools/Building
-Version:        0.4.1
+Version:        0.4.2
 Release:        0
 Url:            https://github.com/openSUSE/obs-service-format_spec_file
 Source:         format_spec_file

++++++ fetch-licenses.sh ++++++
--- /var/tmp/diff_new_pack.E0hVrl/_old  2013-02-17 17:08:24.000000000 +0100
+++ /var/tmp/diff_new_pack.E0hVrl/_new  2013-02-17 17:08:24.000000000 +0100
@@ -1,4 +1,8 @@
 curl -s 
"https://docs.google.com/spreadsheet/pub?hl=en_US&hl=en_US&key=0AqPp4y2wyQsbdGQ1V3pRRDg5NEpGVWpubzdRZ0tjUWc&single=true&gid=0&output=txt";
 | grep -v "New format" > licenses_changes.txt
+grep ^SUSE- licenses_changes.txt | cut -d'     ' -f1 | while read l; do
+  echo "$l+    $l+" >> licenses_changes.txt ; 
+done
+
 for i in `w3m -dump -cols 1000 http://spdx.org/licenses/ | grep "License Text" 
| sed -e 's, *Y *License Text,,; s, *License Text,,; s,.* ,,;'`; do 
        echo "$i        $i" >> licenses_changes.txt ; 
        echo "$i+       $i+" >> licenses_changes.txt ;
@@ -6,4 +10,3 @@
 sort -o licenses_changes.txt -u licenses_changes.txt
 ( echo "First line" ; cat licenses_changes.txt ) > t
 mv t licenses_changes.txt
-

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

Reply via email to