Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2012-09-14 12:32:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 "adr...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
        2012-09-05 09:46:17.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2012-09-14 12:32:10.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 13 14:39:31 UTC 2012 - co...@suse.com
+
+- replace ; with and in license tag
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ licenses_changes.txt ++++++
--- /var/tmp/diff_new_pack.q2mZTO/_old  2012-09-14 12:32:11.000000000 +0200
+++ /var/tmp/diff_new_pack.q2mZTO/_new  2012-09-14 12:32:11.000000000 +0200
@@ -409,6 +409,7 @@
 SUSE-Redistributable-Content   This license can _only_ be used for content 
(i.e. no code, no documentation). Provided there are no restrictions on free 
(re)distribution of the content, use this license. SUSE-Firmware is a subset of 
this category.
 SUSE-Repoze    http://repoze.org/license.html
 SUSE-Sendmail  Sendmail License (http://www.sendmail.org/ftp/LICENSE)
+SUSE-SGI-FreeB-2.0     Fedora calls this MIT (it is very similar to the MIT)
 SUSE-SIP       http://www.riverbankcomputing.co.uk/software/sip/license
 SUSE-SLIB      http://www-swiss.ai.mit.edu/~jaffer/SLIB_COPYING.txt
 SUSE-SNIA-1.0  SNIA Public License 
(https://fedoraproject.org/wiki/Licensing/SNIA_Public_License)

++++++ prepare_spec ++++++
--- /var/tmp/diff_new_pack.q2mZTO/_old  2012-09-14 12:32:11.000000000 +0200
+++ /var/tmp/diff_new_pack.q2mZTO/_new  2012-09-14 12:32:11.000000000 +0200
@@ -200,7 +200,7 @@
   for (split(/\s*;\s*/, $license)) {
     push @licenses, replace_spdx_and($_);
   }
-  return join(' ; ', @licenses);
+  return join(' and ', @licenses);
 }
 
 sub set_current_pkg {

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

Reply via email to