Script 'mail_helper' called by obssrc
Hello community,

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

Package is "obs-service-format_spec_file"

Mon Nov 14 14:28:48 2022 rev:83 rq:1035530 version:20221113

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
        2021-12-16 21:19:24.506523435 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new.1597/obs-service-format_spec_file.changes
      2022-11-14 14:28:53.102938060 +0100
@@ -1,0 +2,8 @@
+Sun Nov 13 18:25:14 UTC 2022 - [email protected]
+
+- Update to version 20221113:
+  * licences_exceptions.txt: rename to licenses_exceptions.txt
+  * Fetch updated licenses
+  * Add test case for bsc#1194504
+
+-------------------------------------------------------------------

Old:
----
  obs-service-format_spec_file-20211115.obscpio

New:
----
  obs-service-format_spec_file-20221113.obscpio

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

Other differences:
------------------
++++++ obs-service-format_spec_file.spec ++++++
--- /var/tmp/diff_new_pack.QLR7Xv/_old  2022-11-14 14:28:53.622940780 +0100
+++ /var/tmp/diff_new_pack.QLR7Xv/_new  2022-11-14 14:28:53.626940800 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-format_spec_file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           obs-service-format_spec_file
-Version:        20211115
+Version:        20221113
 Release:        0
 Summary:        An OBS source service: reformats a spec file to SUSE standard
 License:        GPL-2.0-only

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.QLR7Xv/_old  2022-11-14 14:28:53.670941031 +0100
+++ /var/tmp/diff_new_pack.QLR7Xv/_new  2022-11-14 14:28:53.674941052 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/obs-service-format_spec_file.git</param>
-              <param 
name="changesrevision">b6eaf6e04d4b6e518c7d59bf42db3a825a814dd3</param></service></servicedata>
+              <param 
name="changesrevision">ae851ade79697bcb605304a467deb5c77f3d06f5</param></service></servicedata>
 (No newline at EOF)
 

++++++ debian.dsc ++++++
--- /var/tmp/diff_new_pack.QLR7Xv/_old  2022-11-14 14:28:53.694941156 +0100
+++ /var/tmp/diff_new_pack.QLR7Xv/_new  2022-11-14 14:28:53.698941177 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: obs-service-format-spec-file
-Version: 20211115
+Version: 20221113
 Binary: obs-service-format-spec-file
 Maintainer: Adrian Schroeter <[email protected]>
 Architecture: all

++++++ obs-service-format_spec_file-20211115.obscpio -> 
obs-service-format_spec_file-20221113.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20211115/Makefile 
new/obs-service-format_spec_file-20221113/Makefile
--- old/obs-service-format_spec_file-20211115/Makefile  2021-11-15 
09:40:45.000000000 +0100
+++ new/obs-service-format_spec_file-20221113/Makefile  2022-11-13 
19:16:14.000000000 +0100
@@ -11,12 +11,12 @@
        install -d $(DESTDIR)$(servicedir)/format_spec_file.files
        install -m 0755 prepare_spec 
$(DESTDIR)$(servicedir)/format_spec_file.files
        install -m 0644 licenses_changes.txt 
$(DESTDIR)$(servicedir)/format_spec_file.files
-       install -m 0644 licences_exceptions.txt 
$(DESTDIR)$(servicedir)/format_spec_file.files
+       install -m 0644 licenses_exceptions.txt 
$(DESTDIR)$(servicedir)/format_spec_file.files
 
 check:
        set -e ;\
        for i in testing/*.spec; do \
-         perl prepare_spec $$i > $$i.new ;\
+         COPYRIGHT_YEAR=2021 perl prepare_spec $$i > $$i.new ;\
          diff -u $$i.out $$i.new ;\
          rm $$i.new ;\
        done ;\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20211115/README.md 
new/obs-service-format_spec_file-20221113/README.md
--- old/obs-service-format_spec_file-20211115/README.md 2021-11-15 
09:40:45.000000000 +0100
+++ new/obs-service-format_spec_file-20221113/README.md 2022-11-13 
19:16:14.000000000 +0100
@@ -36,6 +36,8 @@
 Apache-1.0 | Apache License 1.0
 Apache-1.1 | Apache License 1.1
 Apache-2.0 | Apache License 2.0
+App-s2p | App::s2p License
+Arphic-1999 | Arphic Public License
 Artistic-1.0-Perl | Artistic License 1.0 (Perl)
 Artistic-1.0-cl8 | Artistic License 1.0 w/clause 8
 Artistic-1.0 | Artistic License 1.0
@@ -61,11 +63,13 @@
 BSD-Source-Code | BSD Source Code Attribution
 BSL-1.0 | Boost Software License 1.0
 BUSL-1.1 | Business Source License 1.1
+Baekmuk | Baekmuk License
 Bahyph | Bahyph License
 Barr | Barr License
 Beerware | Beerware License
 BitTorrent-1.0 | BitTorrent Open Source License v1.0
 BitTorrent-1.1 | BitTorrent Open Source License v1.1
+Bitstream-Vera | Bitstream Vera Font License
 BlueOak-1.0.0 | Blue Oak Model License 1.0.0
 Borceux | Borceux license
 C-UDA-1.0 | Computational Use of Data Agreement v1.0
@@ -78,6 +82,7 @@
 CC-BY-2.5 | Creative Commons Attribution 2.5 Generic
 CC-BY-3.0-AT | Creative Commons Attribution 3.0 Austria
 CC-BY-3.0-DE | Creative Commons Attribution 3.0 Germany
+CC-BY-3.0-IGO | Creative Commons Attribution 3.0 IGO
 CC-BY-3.0-NL | Creative Commons Attribution 3.0 Netherlands
 CC-BY-3.0-US | Creative Commons Attribution 3.0 United States
 CC-BY-3.0 | Creative Commons Attribution 3.0 Unported
@@ -154,6 +159,7 @@
 CrystalStacker | CrystalStacker License
 Cube | Cube License
 D-FSL-1.0 | Deutsche Freie Software Lizenz
+DL-DE-BY-2.0 | Data licence Germany – attribution – version 2.0
 DOC | DOC License
 DRL-1.0 | Detection Rule License 1.0
 DSDP | DSDP License
@@ -169,6 +175,7 @@
 EUPL-1.0 | European Union Public License 1.0
 EUPL-1.1 | European Union Public License 1.1
 EUPL-1.2 | European Union Public License 1.2
+Elastic-2.0 | Elastic License 2.0
 Entessa | Entessa Public License v1.0
 ErlPL-1.1 | Erlang Public License v1.1
 Eurosym | Eurosym License
@@ -176,6 +183,7 @@
 FSFAP | FSF All Permissive License
 FSFUL | FSF Unlimited License
 FSFULLR | FSF Unlimited License (with License Retention)
+FSFULLRWD | FSF Unlimited License (With License Retention    and Warranty 
Disclaimer)
 FTL | Freetype Project License
 Fair | Fair License
 Frameworx-1.0 | Frameworx Open License 1.0
@@ -230,6 +238,7 @@
 Interbase-1.0 | Interbase Public License v1.0
 JPNIC | Japan Network Information Center License
 JSON | JSON License
+Jam | Jam License
 JasPer-2.0 | JasPer License
 LAL-1.2 | Licence Art Libre 1.2
 LAL-1.3 | Licence Art Libre 1.3
@@ -247,6 +256,8 @@
 LPPL-1.2 | LaTeX Project Public License v1.2
 LPPL-1.3a | LaTeX Project Public License v1.3a
 LPPL-1.3c | LaTeX Project Public License v1.3c
+LZMA-SDK-9.11-to-9.20 | LZMA SDK License (versions 9.11 to 9.20)
+LZMA-SDK-9.22 | LZMA SDK License (versions 9.22 and beyond)
 Latex2e | Latex2e License
 Leptonica | Leptonica License
 LiLiQ-P-1.1 | Licence Libre du Québec – Permissive version 1.1
@@ -268,10 +279,12 @@
 MPL-1.1 | Mozilla Public License 1.1
 MPL-2.0-no-copyleft-exception | Mozilla Public License 2.0 (no copyleft 
exception)
 MPL-2.0 | Mozilla Public License 2.0
+MS-LPL | Microsoft Limited Public License
 MS-PL | Microsoft Public License
 MS-RL | Microsoft Reciprocal License
 MTLL | Matrix Template Library License
 MakeIndex | MakeIndex License
+Minpack | Minpack License
 MirOS | The MirOS Licence
 Motosoto | Motosoto License
 MulanPSL-1.0 | Mulan Permissive Software License, Version 1
@@ -284,6 +297,7 @@
 NCGL-UK-2.0 | Non-Commercial Government Licence
 NCSA | University of Illinois/NCSA Open Source License
 NGPL | Nethack General Public License
+NICTA-1.0 | NICTA Public Software License, Version 1.0
 NIST-PD-fallback | NIST Public Domain Notice with license fallback
 NIST-PD | NIST Public Domain Notice
 NLOD-1.0 | Norwegian Licence for Open Government Data (NLOD) 1.0
@@ -356,6 +370,7 @@
 PolyForm-Noncommercial-1.0.0 | PolyForm Noncommercial License 1.0.0
 PolyForm-Small-Business-1.0.0 | PolyForm Small Business License 1.0.0
 PostgreSQL | PostgreSQL License
+Python-2.0.1 | Python License 2.0.1
 Python-2.0 | Python License 2.0
 QPL-1.0 | Q Public License 1.0
 Qhull | Qhull License
@@ -385,6 +400,7 @@
 SSPL-1.0 | Server Side Public License, v 1
 SWL | Scheme Widget Library (SWL) Software License Agreement
 Saxpath | Saxpath License
+SchemeReport | Scheme Language Report License
 Sendmail-8.23 | Sendmail License 8.23
 Sendmail | Sendmail License
 SimPL-2.0 | Simple Public License 2.0
@@ -416,6 +432,7 @@
 WTFPL | Do What The F*ck You Want To Public License
 Watcom-1.0 | Sybase Open Watcom Public License 1.0
 Wsuipa | Wsuipa License
+X11-distribute-modifications-variant | X11 License Distribution Modification 
Variant
 X11 | X11 License
 XFree86-1.1 | XFree86 License 1.1
 XSkat | XSkat License
@@ -432,8 +449,8 @@
 Zimbra-1.4 | Zimbra Public License v1.4
 Zlib | zlib License
 blessing | SQLite Blessing
-bzip2-1.0.5 | bzip2 and libbzip2 License v1.0.5
 bzip2-1.0.6 | bzip2 and libbzip2 License v1.0.6
+checkmk | Checkmk License
 copyleft-next-0.3.0 | copyleft-next 0.3.0
 copyleft-next-0.3.1 | copyleft-next 0.3.1
 curl | curl License
@@ -447,7 +464,9 @@
 libpng-2.0 | PNG Reference Library version 2
 libselinux-1.0 | libselinux public domain notice
 libtiff | libtiff License
+mpi-permissive | mpi Permissive License
 mpich2 | mpich2 License
+mplus | mplus Font License
 psfrag | psfrag License
 psutils | psutils License
 xinetd | xinetd License
@@ -458,10 +477,8 @@
 
 |License Tag|
 |-----------|
-|SUSE-Arphic|
 |SUSE-BSD-3-Clause-with-non-nuclear-addition|
 |SUSE-BSD-Mark-Modifications|
-|SUSE-Bitstream-Vera|
 |SUSE-CC-Sampling-Plus-1.0|
 |SUSE-CPL-0.5|
 |SUSE-CacertRoot|
@@ -519,7 +536,6 @@
 |SUSE-QWT-1.0|
 |SUSE-Redistributable-Content|
 |SUSE-Repoze|
-|SUSE-SGI-FreeB-2.0|
 |SUSE-SIP|
 |SUSE-SLIB|
 |SUSE-SNIA-1.0|
@@ -535,5 +551,4 @@
 |SUSE-Xano|
 |SUSE-Xenonsoft-1.00|
 |SUSE-mirror|
-|SUSE-mplus|
 |SUSE-wxWidgets-3.1|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-format_spec_file-20211115/fetch-licenses.sh 
new/obs-service-format_spec_file-20221113/fetch-licenses.sh
--- old/obs-service-format_spec_file-20211115/fetch-licenses.sh 2021-11-15 
09:40:45.000000000 +0100
+++ new/obs-service-format_spec_file-20221113/fetch-licenses.sh 2022-11-13 
19:16:14.000000000 +0100
@@ -58,7 +58,7 @@
 rm licenses_changes.raw
 ) > README.md
 
-curl -s 
https://raw.githubusercontent.com/spdx/license-list-data/master/json/exceptions.json
 | jq -r '.exceptions | .[] | .licenseExceptionId' | sort -u -o 
licences_exceptions.txt
+curl -s 
https://raw.githubusercontent.com/spdx/license-list-data/master/json/exceptions.json
 | jq -r '.exceptions | .[] | .licenseExceptionId' | sort -u -o 
licenses_exceptions.txt
 
 cat licenses_changes.ntxt licenses_changes.ptxt | sort -u -o 
licenses_changes.stxt
 ( echo "First line" ; cat licenses_changes.stxt ) > licenses_changes.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-format_spec_file-20211115/licences_exceptions.txt 
new/obs-service-format_spec_file-20221113/licences_exceptions.txt
--- old/obs-service-format_spec_file-20211115/licences_exceptions.txt   
2021-11-15 09:40:45.000000000 +0100
+++ new/obs-service-format_spec_file-20221113/licences_exceptions.txt   
1970-01-01 01:00:00.000000000 +0100
@@ -1,41 +0,0 @@
-389-exception
-Autoconf-exception-2.0
-Autoconf-exception-3.0
-Bison-exception-2.2
-Bootloader-exception
-CLISP-exception-2.0
-Classpath-exception-2.0
-DigiRule-FOSS-exception
-FLTK-exception
-Fawkes-Runtime-exception
-Font-exception-2.0
-GCC-exception-2.0
-GCC-exception-3.1
-GPL-3.0-linking-exception
-GPL-3.0-linking-source-exception
-GPL-CC-1.0
-LGPL-3.0-linking-exception
-LLVM-exception
-LZMA-exception
-Libtool-exception
-Linux-syscall-note
-Nokia-Qt-exception-1.1
-OCCT-exception-1.0
-OCaml-LGPL-linking-exception
-OpenJDK-assembly-exception-1.0
-PS-or-PDF-font-exception-20170817
-Qt-GPL-exception-1.0
-Qt-LGPL-exception-1.1
-Qwt-exception-1.0
-SHL-2.0
-SHL-2.1
-Swift-exception
-Universal-FOSS-exception-1.0
-WxWindows-exception-3.1
-eCos-exception-2.0
-freertos-exception-2.0
-gnu-javamail-exception
-i2p-gpl-java-exception
-mif-exception
-openvpn-openssl-exception
-u-boot-exception-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-format_spec_file-20211115/licenses_changes.txt 
new/obs-service-format_spec_file-20221113/licenses_changes.txt
--- old/obs-service-format_spec_file-20211115/licenses_changes.txt      
2021-11-15 09:40:45.000000000 +0100
+++ new/obs-service-format_spec_file-20221113/licenses_changes.txt      
2022-11-13 19:16:14.000000000 +0100
@@ -58,6 +58,9 @@
 Apache-2.0     The Apache Software License
 Apache-2.0+    ASLv2.0+
 Apache-2.0+    SUSE-Apache-2.0+
+App-s2p        App-s2p
+Arphic-1999    Arphic-1999
+Arphic-1999    SUSE-Arphic
 Artistic-1.0   Artistic
 Artistic-1.0   Artistic 1.0
 Artistic-1.0   Artistic License
@@ -110,12 +113,15 @@
 BSD-Source-Code        BSD-Source-Code
 BSL-1.0        BSL-1.0
 BUSL-1.1       BUSL-1.1
+Baekmuk        Baekmuk
 Bahyph Bahyph
 Barr   Barr
 Beerware       Beerware
 Beerware       SUSE-Beerware
 BitTorrent-1.0 BitTorrent-1.0
 BitTorrent-1.1 BitTorrent-1.1
+Bitstream-Vera Bitstream-Vera
+Bitstream-Vera SUSE-Bitstream-Vera
 BlueOak-1.0.0  BlueOak-1.0.0
 Borceux        Borceux
 C-UDA-1.0      C-UDA-1.0
@@ -129,6 +135,7 @@
 CC-BY-3.0      CC-BY-3.0
 CC-BY-3.0-AT   CC-BY-3.0-AT
 CC-BY-3.0-DE   CC-BY-3.0-DE
+CC-BY-3.0-IGO  CC-BY-3.0-IGO
 CC-BY-3.0-NL   CC-BY-3.0-NL
 CC-BY-3.0-US   CC-BY-3.0-US
 CC-BY-4.0      CC-BY-4.0
@@ -219,6 +226,7 @@
 CrystalStacker CrystalStacker
 Cube   Cube
 D-FSL-1.0      D-FSL-1.0
+DL-DE-BY-2.0   DL-DE-BY-2.0
 DOC    DOC
 DRL-1.0        DRL-1.0
 DSDP   DSDP
@@ -242,6 +250,7 @@
 EUPL-1.0       EUPL-1.0
 EUPL-1.1       EUPL-1.1
 EUPL-1.2       EUPL-1.2
+Elastic-2.0    Elastic-2.0
 Entessa        Entessa
 ErlPL-1.1      ErlPL-1.1
 ErlPL-1.1      Erlang Public License
@@ -250,6 +259,7 @@
 FSFAP  FSFAP
 FSFUL  FSFUL
 FSFULLR        FSFULLR
+FSFULLRWD      FSFULLRWD
 FTL    FTL
 Fair   Fair
 Frameworx-1.0  Frameworx-1.0
@@ -380,6 +390,7 @@
 JPNIC  JPNIC
 JSON   JSON
 JSON   SUSE-JSON
+Jam    Jam
 JasPer-2.0     JasPer-2.0
 LAL-1.2        LAL-1.2
 LAL-1.2        https://spdx.org/licenses/LAL-1.2.html
@@ -439,6 +450,8 @@
 LPPL-1.3c      LPPL ..
 LPPL-1.3c      LPPL-1.3c
 LPPL-1.3c      TeX-License ..
+LZMA-SDK-9.11-to-9.20  LZMA-SDK-9.11-to-9.20
+LZMA-SDK-9.22  LZMA-SDK-9.22
 Latex2e        Latex2e
 Leptonica      Leptonica
 LiLiQ-P-1.1    LiLiQ-P-1.1
@@ -475,12 +488,14 @@
 MPL-1.1+       SUSE-MPL-1.1+
 MPL-2.0        MPL-2.0
 MPL-2.0-no-copyleft-exception  MPL-2.0-no-copyleft-exception
+MS-LPL MS-LPL
 MS-PL  MS-PL
 MS-PL  Ms-Pl
 MS-RL  MS-RL
 MTLL   MTLL
 MakeIndex      MakeIndex
 MakeIndex      SUSE-MakeIndex
+Minpack        Minpack
 MirOS  MirOS
 Motosoto       Motosoto
 MulanPSL-1.0   MulanPSL-1.0
@@ -493,6 +508,7 @@
 NCGL-UK-2.0    NCGL-UK-2.0
 NCSA   NCSA
 NGPL   NGPL
+NICTA-1.0      NICTA-1.0
 NIST-PD        NIST-PD
 NIST-PD-fallback       NIST-PD-fallback
 NLOD-1.0       NLOD-1.0
@@ -586,6 +602,7 @@
 Python-2.0     Python License ..
 Python-2.0     Python Software Foundation License
 Python-2.0     Python-2.0
+Python-2.0.1   Python-2.0.1
 QPL-1.0        QPL
 QPL-1.0        QPL ..
 QPL-1.0        QPL-1.0
@@ -607,6 +624,7 @@
 SGI-B-1.0      SGI-B-1.0
 SGI-B-1.1      SGI-B-1.1
 SGI-B-2.0      SGI-B-2.0
+SGI-B-2.0      SUSE-SGI-FreeB-2.0
 SHL-0.5        SHL-0.5
 SHL-0.51       SHL-0.51
 SISSL  SISSL
@@ -618,14 +636,10 @@
 SSH-OpenSSH    SSH-OpenSSH
 SSH-short      SSH-short
 SSPL-1.0       SSPL-1.0
-SUSE-Arphic    http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE
-SUSE-Arphic+   SUSE-Arphic+
 SUSE-BSD-3-Clause-with-non-nuclear-addition    BSD-3-Clause with addition 
which clarifies the software is not licensed for use in design, build or 
operation of nuclear facility
 SUSE-BSD-3-Clause-with-non-nuclear-addition+   
SUSE-BSD-3-Clause-with-non-nuclear-addition+
 SUSE-BSD-Mark-Modifications    BSD-Mark-Modifications
 SUSE-BSD-Mark-Modifications+   SUSE-BSD-Mark-Modifications+
-SUSE-Bitstream-Vera    http://www.xfree86.org/current/LICENSE13.html
-SUSE-Bitstream-Vera+   SUSE-Bitstream-Vera+
 SUSE-CC-Sampling-Plus-1.0      Creative Commons Sampling Plus 1.0
 SUSE-CC-Sampling-Plus-1.0+     SUSE-CC-Sampling-Plus-1.0+
 SUSE-CPL-0.5   Common Public License 0.5
@@ -745,8 +759,6 @@
 SUSE-Redistributable-Content+  SUSE-Redistributable-Content+
 SUSE-Repoze    http://repoze.org/license.html
 SUSE-Repoze+   SUSE-Repoze+
-SUSE-SGI-FreeB-2.0     Fedora calls this MIT (it is very similar to the MIT)
-SUSE-SGI-FreeB-2.0+    SUSE-SGI-FreeB-2.0+
 SUSE-SIP       http://www.riverbankcomputing.co.uk/software/sip/license
 SUSE-SIP+      SUSE-SIP+
 SUSE-SLIB      http://www-swiss.ai.mit.edu/~jaffer/SLIB_COPYING.txt
@@ -777,12 +789,11 @@
 SUSE-Xenonsoft-1.00+   SUSE-Xenonsoft-1.00+
 SUSE-mirror    License of the mirror package is quite liberal but prohibits 
distribution of modified versions. Instead, you should distribute modifications 
as patches. This is permitted by Section 4 of the Open Source Definition
 SUSE-mirror+   SUSE-mirror+
-SUSE-mplus     
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html#license
-SUSE-mplus+    SUSE-mplus+
 SUSE-wxWidgets-3.1     https://www.wxwidgets.org/about/licence/
 SUSE-wxWidgets-3.1+    SUSE-wxWidgets-3.1+
 SWL    SWL
 Saxpath        Saxpath
+SchemeReport   SchemeReport
 Sendmail       SUSE-Sendmail
 Sendmail       Sendmail
 Sendmail-8.23  Sendmail-8.23
@@ -828,6 +839,7 @@
 X11    X11 (BSD like)
 X11    X11 MIT
 X11    X11/MIT
+X11-distribute-modifications-variant   X11-distribute-modifications-variant
 XFree86-1.1    XFree86-1.1
 XSkat  XSkat
 Xerox  Xerox
@@ -849,8 +861,8 @@
 Zlib   zlib
 Zlib   zlib/libpng License
 blessing       blessing
-bzip2-1.0.5    bzip2-1.0.5
 bzip2-1.0.6    bzip2-1.0.6
+checkmk        checkmk
 copyleft-next-0.3.0    copyleft-next-0.3.0
 copyleft-next-0.3.1    copyleft-next-0.3.1
 curl   curl
@@ -864,7 +876,10 @@
 libpng-2.0     libpng-2.0
 libselinux-1.0 libselinux-1.0
 libtiff        libtiff
+mpi-permissive mpi-permissive
 mpich2 mpich2
+mplus  SUSE-mplus
+mplus  mplus
 psfrag psfrag
 psutils        psutils
 xinetd SUSE-xinetd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-format_spec_file-20211115/licenses_exceptions.txt 
new/obs-service-format_spec_file-20221113/licenses_exceptions.txt
--- old/obs-service-format_spec_file-20211115/licenses_exceptions.txt   
1970-01-01 01:00:00.000000000 +0100
+++ new/obs-service-format_spec_file-20221113/licenses_exceptions.txt   
2022-11-13 19:16:14.000000000 +0100
@@ -0,0 +1,45 @@
+389-exception
+Autoconf-exception-2.0
+Autoconf-exception-3.0
+Bison-exception-2.2
+Bootloader-exception
+CLISP-exception-2.0
+Classpath-exception-2.0
+DigiRule-FOSS-exception
+FLTK-exception
+Fawkes-Runtime-exception
+Font-exception-2.0
+GCC-exception-2.0
+GCC-exception-3.1
+GPL-3.0-linking-exception
+GPL-3.0-linking-source-exception
+GPL-CC-1.0
+GStreamer-exception-2005
+GStreamer-exception-2008
+KiCad-libraries-exception
+LGPL-3.0-linking-exception
+LLVM-exception
+LZMA-exception
+Libtool-exception
+Linux-syscall-note
+Nokia-Qt-exception-1.1
+OCCT-exception-1.0
+OCaml-LGPL-linking-exception
+OpenJDK-assembly-exception-1.0
+PS-or-PDF-font-exception-20170817
+Qt-GPL-exception-1.0
+Qt-LGPL-exception-1.1
+Qwt-exception-1.0
+SHL-2.0
+SHL-2.1
+Swift-exception
+Universal-FOSS-exception-1.0
+WxWindows-exception-3.1
+eCos-exception-2.0
+freertos-exception-2.0
+gnu-javamail-exception
+i2p-gpl-java-exception
+mif-exception
+openvpn-openssl-exception
+u-boot-exception-2.0
+x11vnc-openssl-exception
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20211115/prepare_spec 
new/obs-service-format_spec_file-20221113/prepare_spec
--- old/obs-service-format_spec_file-20211115/prepare_spec      2021-11-15 
09:40:45.000000000 +0100
+++ new/obs-service-format_spec_file-20221113/prepare_spec      2022-11-13 
19:16:14.000000000 +0100
@@ -62,7 +62,7 @@
       map { '(?:(?<=[\s()])|^)' . quotemeta . '(?:(?=[\s()])|$)' }
       sort { length $b <=> length $a } keys %{$self->{changes}};
     $self->{token_re} = qr/($token)/;
-    open(LIST, "$scriptdir/licences_exceptions.txt") || die "can't open 
licences_exceptions.txt";
+    open(LIST, "$scriptdir/licenses_exceptions.txt") || die "can't open 
licenses_exceptions.txt";
     while (<LIST>) {
       chomp;
       $self->{exceptions}->{$_} = 1;
@@ -506,8 +506,9 @@
     }
     print "$self->{vim_mode}\n" if $self->{vim_mode};
 
-    my $thisyear   = localtime($ENV{SOURCE_DATE_EPOCH} || time)->year() + 1900;
-    my @copyrights = @{$self->{copyright}              || []};
+    my $thisyear = $ENV{COPYRIGHT_YEAR};
+    $thisyear ||= localtime($ENV{SOURCE_DATE_EPOCH} || time)->year() + 1900;
+    my @copyrights = @{$self->{copyright} || []};
     unshift @copyrights, "# Copyright (c) $thisyear SUSE LLC";
 
     my $copy_list = join("\n", @copyrights);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-format_spec_file-20211115/testing/copright.spec 
new/obs-service-format_spec_file-20221113/testing/copright.spec
--- old/obs-service-format_spec_file-20211115/testing/copright.spec     
1970-01-01 01:00:00.000000000 +0100
+++ new/obs-service-format_spec_file-20221113/testing/copright.spec     
2022-11-13 19:16:14.000000000 +0100
@@ -0,0 +1,22 @@
+#
+# spec file for package copright
+#
+# Copyright (c) 2021 SUSE GmbH
+# Copyright (c) 2020 William Brown
+# Copyright 2019 William Brown
+# copyright 2018 William Brown
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
+
+Name:           copright
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-format_spec_file-20211115/testing/copright.spec.out 
new/obs-service-format_spec_file-20221113/testing/copright.spec.out
--- old/obs-service-format_spec_file-20211115/testing/copright.spec.out 
1970-01-01 01:00:00.000000000 +0100
+++ new/obs-service-format_spec_file-20221113/testing/copright.spec.out 
2022-11-13 19:16:14.000000000 +0100
@@ -0,0 +1,24 @@
+#
+# spec file for package copright
+#
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2020 William Brown
+# Copyright 2019 William Brown
+# copyright 2018 William Brown
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
+
+Name:           copright
+
+%changelog

++++++ obs-service-format_spec_file.obsinfo ++++++
--- /var/tmp/diff_new_pack.QLR7Xv/_old  2022-11-14 14:28:53.946942475 +0100
+++ /var/tmp/diff_new_pack.QLR7Xv/_new  2022-11-14 14:28:53.950942495 +0100
@@ -1,6 +1,5 @@
 name: obs-service-format_spec_file
-version: 20211115
-mtime: 1636965645
-commit: b6eaf6e04d4b6e518c7d59bf42db3a825a814dd3
-
+version: 20221113
+mtime: 1668363374
+commit: ae851ade79697bcb605304a467deb5c77f3d06f5
 

Reply via email to