Hello community,

here is the log from the commit of package lsb-release for openSUSE:Leap:15.2 
checked in at 2020-03-15 07:11:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/lsb-release (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.lsb-release.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsb-release"

Sun Mar 15 07:11:05 2020 rev:12 rq:784263 version:3.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/lsb-release/lsb-release.changes        
2020-01-15 15:27:34.722648883 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.lsb-release.new.3160/lsb-release.changes      
2020-03-15 07:11:20.756962806 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 18:41:22 UTC 2020 - Thorsten Kukuk <[email protected]>
+
+- Update to version 3.1
+  - Define Distribution ID based on PRETTY_NAME
+
+-------------------------------------------------------------------

Old:
----
  lsb-release-3.0.tar.bz2

New:
----
  lsb-release-3.1.tar.gz

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

Other differences:
------------------
++++++ lsb-release.spec ++++++
--- /var/tmp/diff_new_pack.inKc58/_old  2020-03-15 07:11:22.052963582 +0100
+++ /var/tmp/diff_new_pack.inKc58/_new  2020-03-15 07:11:22.096963608 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lsb-release
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           lsb-release
-Version:        3.0
+Version:        3.1
 Release:        0
 Summary:        Linux Standard Base Release Tools
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Fhs
-Url:            https://github.com/thkukuk/lsb-release_os-release
-Source:         lsb-release-3.0.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            https://github.com/thkukuk/lsb-release_os-release
+Source:         lsb-release-%{version}.tar.gz
 BuildArch:      noarch
 
 %description
@@ -34,19 +33,14 @@
 %setup -q
 
 %build
-# for openSUSE, the distributor is the openSUSE project
-%if 0%{?is_opensuse}
-sed -e 's/^MSG_DISTRIBUTOR=".*"/MSG_DISTRIBUTOR="openSUSE"/' -i lsb_release
-%endif
 make
 
 %install
 make install INSTALL_ROOT=%{buildroot}%{_prefix}
 
 %files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_bindir}/lsb?release
-%{_mandir}/man1/lsb?release.1%{ext_man}
+%{_mandir}/man1/lsb?release.1%{?ext_man}
 
 %changelog


Reply via email to