Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2018-02-21 14:11:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spec-cleaner (Old)
 and      /work/SRC/openSUSE:Factory/.spec-cleaner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spec-cleaner"

Wed Feb 21 14:11:08 2018 rev:48 rq:576937 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes        
2018-01-24 15:30:51.905349990 +0100
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2018-02-21 14:11:08.918886982 +0100
@@ -1,0 +2,10 @@
+Thu Feb 15 09:26:45 UTC 2018 - [email protected]
+
+- Drop the debian control things, all releases fail to build
+- Update to 1.0.3:
+  * Fix various lint issues
+  * Switch to SPDX-3.0 license format
+  * Add %doc -> %license conversion script
+  * Fix crash bugs found when scanning whole Tumbleweed repo
+
+-------------------------------------------------------------------

Old:
----
  debian.changelog
  debian.compat
  debian.control
  debian.rules
  spec-cleaner-1.0.2.tar.gz
  spec-cleaner.dsc

New:
----
  spec-cleaner-1.0.3.tar.gz

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

Other differences:
------------------
++++++ spec-cleaner.spec ++++++
--- /var/tmp/diff_new_pack.33XTO0/_old  2018-02-21 14:11:09.694859038 +0100
+++ /var/tmp/diff_new_pack.33XTO0/_new  2018-02-21 14:11:09.698858894 +0100
@@ -17,21 +17,14 @@
 #
 
 
-# This is used for Fedora, we need to sync this
-%{!?py3_ver: %define py3_ver %{python3_version}}
 Name:           spec-cleaner
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
 Summary:        .spec file cleaner
 License:        BSD-3-Clause
 Group:          Development/Tools/Other
 Url:            http://github.com/openSUSE/spec-cleaner
 Source0:        
https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz
-Source1:        debian.changelog
-Source2:        debian.compat
-Source3:        debian.control
-Source4:        debian.rules
-Source5:        %{name}.dsc
 BuildRequires:  python3-devel
 BuildRequires:  python3-pytest
 BuildRequires:  python3-pytest-cov
@@ -59,11 +52,6 @@
 %prep
 %setup -q -n %{name}-%{name}-%{version}
 
-# set libexec properly so it works on Fedora too
-sed -i \
-    -e 's:%{_prefix}/lib/obs/:%{_libexecdir}/obs/:g' \
-    setup.py
-
 %build
 python3 setup.py build
 
@@ -74,6 +62,7 @@
 python3 setup.py install --root=%{buildroot}
 
 %files
+%license COPYING
 %{_bindir}/%{name}
 %dir %{_libexecdir}/obs/
 %dir %{_libexecdir}/obs/service/
@@ -109,7 +98,7 @@
 %{_datadir}/%{name}/licenses_changes.txt
 %{_datadir}/%{name}/pkgconfig_conversions.txt
 %{_datadir}/%{name}/allowed_groups.txt
-%{_datadir}/%{name}/licences_exceptions.txt
+%{_datadir}/%{name}/licenses_exceptions.txt
 %{_datadir}/%{name}/cmake_conversions.txt
 %{_datadir}/%{name}/perl_conversions.txt
 %{_datadir}/%{name}/tex_conversions.txt

++++++ spec-cleaner-1.0.2.tar.gz -> spec-cleaner-1.0.3.tar.gz ++++++
++++ 2360 lines of diff (skipped)


Reply via email to