Hello community,

here is the log from the commit of package mt-st for openSUSE:Factory checked 
in at 2020-11-26 23:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mt-st (Old)
 and      /work/SRC/openSUSE:Factory/.mt-st.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mt-st"

Thu Nov 26 23:13:50 2020 rev:5 rq:850780 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/mt-st/mt-st.changes      2017-04-11 
09:36:26.786962214 +0200
+++ /work/SRC/openSUSE:Factory/.mt-st.new.5913/mt-st.changes    2020-11-26 
23:15:02.317020344 +0100
@@ -1,0 +2,18 @@
+Wed Nov 25 16:10:54 UTC 2020 - Kristyna Streitova <kstreit...@suse.com>
+
+- Fix Source URL
+
+-------------------------------------------------------------------
+Sun Nov 22 08:30:52 UTC 2020 - sv...@svalx.net
+
+- Update to version 1.4:
+  * show default tape device in usage output (Iustin Pop)
+  * improve parsing of the stinit.def configuration file to detect and flag 
some of the possible errors,
+    and add tests to prevent regressions (Iustin Pop)
+  * add LTO-8 (hrchu) and LTO-7 formatted as M8 (Iustin Pop) density codes
+  * internal code improvements for issues flagged by Coverity scan warnings 
(Gris Ge)
+  * add bash auto-completion file (Paweł Marciniak)
+  * don't strip anymore binaries on installation, as nowadays this is the job 
of package managers (Dan Horák)
+- Cleanup with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  mt-st-1.3.tar.gz
  mt-st-1.3.tar.gz.asc

New:
----
  mt-st-1.4.tar.gz
  mt-st-1.4.tar.gz.asc

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

Other differences:
------------------
++++++ mt-st.spec ++++++
--- /var/tmp/diff_new_pack.uyLMW9/_old  2020-11-26 23:15:03.273021132 +0100
+++ /var/tmp/diff_new_pack.uyLMW9/_new  2020-11-26 23:15:03.281021138 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mt-st
 #
-# 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,32 +12,30 @@
 # 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:           mt-st
-Version:        1.3
+Version:        1.4
 Release:        0
 Summary:        Utility for Controlling Magnetic Tape Drives
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Archiving/Backup
-Url:            https://github.com/iustin/%{name}
-Source0:        
https://github.com/iustin/mt-st/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:        
https://github.com/iustin/mt-st/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
+URL:            https://github.com/iustin/%{name}
+Source0:        
https://github.com/iustin/mt-st/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://github.com/iustin/mt-st/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
 Source2:        stinit.def
 Source3:        61-storage-tape-init.rules
 Source4:        %{name}.keyring
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(udev)
-Provides:       mt
 Requires:       udev
-Requires(post): update-alternatives
 Requires(post): udev
-Requires(postun): update-alternatives
+Requires(post): update-alternatives
 Requires(postun): udev
-Provides:       mt_st = %{version}-%{release}
-Obsoletes:      mt_st < %{version}-%{release}
+Requires(postun): update-alternatives
+Provides:       mt
 
 %description
 mt-st tools contains two programs: mt and stinit, used for dealing
@@ -51,7 +49,7 @@
 %setup -q
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags} -pipe" DEFTAPE=/dev/nst0
+%make_build CFLAGS="%{optflags} -pipe" DEFTAPE=/dev/nst0
 
 %install
 %make_install EXEC_PREFIX=%{_prefix}
@@ -59,6 +57,8 @@
   %{buildroot}%{_sysconfdir}/stinit.def
 install -D -p -m 0644 %{SOURCE3} \
   %{buildroot}%{_udevrulesdir}/61-storage-tape-init.rules
+mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
+mv %{buildroot}%{_sysconfdir}/bash_completion.d/%{name} 
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
 #For alternatives
 mv %{buildroot}%{_bindir}/mt %{buildroot}%{_bindir}/mtst
 mv %{buildroot}%{_mandir}/man1/mt.1 %{buildroot}%{_mandir}/man1/mtst.1
@@ -79,17 +79,18 @@
 %udev_rules_update
 
 %files
-%defattr(-,root,root)
-%doc README.md CHANGELOG.md COPYING stinit.def.examples
+%license COPYING
+%doc README.md CHANGELOG.md stinit.def.examples
 %ghost %{_bindir}/mt
 %{_bindir}/mtst
 %{_sbindir}/stinit
 %ghost %{_mandir}/man1/mt.1%{ext_man}
-%{_mandir}/man1/mtst.1%{ext_man}
-%{_mandir}/man8/stinit.8%{ext_man}
+%{_mandir}/man1/mtst.1%{?ext_man}
+%{_mandir}/man8/stinit.8%{?ext_man}
 %config(noreplace) %{_sysconfdir}/stinit.def
 %{_udevrulesdir}/61-storage-tape-init.rules
 %ghost %{_sysconfdir}/alternatives/mt
 %ghost %{_sysconfdir}/alternatives/mt.1%{ext_man}
+%{_datadir}/bash-completion/completions/%{name}
 
 %changelog

++++++ mt-st-1.3.tar.gz -> mt-st-1.4.tar.gz ++++++
++++ 3100 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to