Hello community,

here is the log from the commit of package mt_st for openSUSE:Factory checked 
in at 2016-06-07 23:47:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mt_st (Old)
 and      /work/SRC/openSUSE:Factory/.mt_st.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mt_st"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mt_st/mt_st.changes      2013-11-29 
16:24:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mt_st.new/mt_st.changes 2016-06-07 
23:47:12.000000000 +0200
@@ -1,0 +2,42 @@
+Mon May 30 11:03:31 UTC 2016 - [email protected]
+
+- Update to version 1.3:
+  * add more density codes (Kai Mäkisara)
+  * check for overflow when using k, M or G suffixes (Kai Mäkisara)
+  * allow negative argument for mkpartition, supported by Linux 4.6 
+    and later (Kai Mäkisara)
+  * fix compilation with musl libc (Felix Janda)
+  * allow configuring the default tape device and installation 
+    paths (e.g. /bin vs. /usr/bin) at build/install time (Iustin 
+    Pop)
+  * code cleanups from the SUSE package (Alexey Svistunov)
+  * update the supplied example file (Alexey Svistunov)
+  * fix config file parsing bug in stinit (Iustin Pop)
+- Changes for version 1.2:
+  * many updates to density codes (SDLT, LTO 5,6 and 7, etc.) 
+    (various people)
+  * multiple man page updates (various people)
+  * improve default tape device handling in mt: check that it 
+    actually is a character device, in order to show better error 
+    messages when /dev/tape is a different type (e.g. directory 
+    when using udev)
+  * small bug fix in stinit in parsing the input file (David 
+    Binderman)
+  * improve build system by allowing easier customisation of build 
+    flags and installation directory (via DESTDIR, not prefix) and 
+    by sanitising the creation of the dist archive (Iustin Pop)
+  * sanitise the source code to get rid of GCC warnings (Jan 
+    Christoph Nordholz, Iustin Pop)
+       * add stshowoptions alias to stshowopt (Ivo De Decker)
+  * expand the provided stinit.def.examples file (Suggested by 
+    Ralf-Peter Rohbeck)
+  * improve the --help output of stinit (Dan Horák)
+  * change of maintainership to Iustin Pop [email protected]
+- Cleanup spec file with spec-clener
+- Update project url
+- Add gpg signature
+- Drop no longer needed patches
+  * mt-st-codecleanup.patch
+  * mt-st-1.1.patch
+
+-------------------------------------------------------------------

Old:
----
  mt-st-1.1.patch
  mt-st-1.1.tar.bz2
  mt-st-codecleanup.patch

New:
----
  mt-st-1.3.tar.gz
  mt-st-1.3.tar.gz.asc
  mt_st.keyring

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

Other differences:
------------------
++++++ mt_st.spec ++++++
--- /var/tmp/diff_new_pack.ZmKGXS/_old  2016-06-07 23:47:14.000000000 +0200
+++ /var/tmp/diff_new_pack.ZmKGXS/_new  2016-06-07 23:47:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mt_st
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,16 @@
 
 
 Name:           mt_st
-Version:        1.1
+Version:        1.3
 Release:        0
-Provides:       mt-st
 Summary:        Utility for Controlling Magnetic Tape Drives
 License:        GPL-2.0+
 Group:          Productivity/Archiving/Backup
-Source:         mt-st-%{version}.tar.bz2
-Url:            
ftp://ftp.ibiblio.org/pub/linux/system/backup/mt-st-%{version}.tar.gz
-Patch:          mt-st-%{version}.patch
-Patch1:         mt-st-codecleanup.patch
+Url:            https://github.com/iustin/mt-st
+Source0:        
https://github.com/iustin/mt-st/releases/download/mt-st-%{version}/mt-st-%{version}.tar.gz
+Source1:        
https://github.com/iustin/mt-st/releases/download/mt-st-%{version}/mt-st-%{version}.tar.gz.asc
+Source2:        %{name}.keyring
+Provides:       mt-st
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -36,33 +36,25 @@
 may not work with all drivers). The stinit program allows the setting
 of some SCSI tape parameters.
 
-
-
-Authors:
---------
-    Kai Makisara <[email protected]>
-
 %prep
 %setup -q -n mt-st-%{version}
-%patch
-%patch1
 
 %build
-make CC="%__cc" CFLAGS="%{optflags} -W -Wall"
+make %{?_smp_mflags} CFLAGS="%{optflags} -W -Wall"
 
 %install
-    make install DESTDIR=%{buildroot} MANDIR=%{buildroot}%{_mandir}
+make install DESTDIR=%{buildroot} EXEC_PREFIX=%{_prefix} 
MANDIR=%{buildroot}%{_mandir}
+ln -sv %{_bindir}/mt         %{buildroot}%{_bindir}/mtst
+ln -sv %{_mandir}/man1/mt.1  %{buildroot}%{_mandir}/man1/mtst.1
 
 %files
 %defattr(-,root,root)
-%doc README README.stinit stinit.def.examples
-%attr(755,root,root) /usr/bin/mtst
-%attr(755,root,root) /usr/sbin/stinit
-%doc %attr(644,root,root) %{_mandir}/man1/mtst.1.gz
-%doc %attr(644,root,root) %{_mandir}/man8/stinit.8.gz
-
-%clean
-rm -rf %{buildroot}
-rm -rf %{buildroot}/mt-st-%{version}
+%doc COPYING CHANGELOG.md README.md stinit.def.examples
+%{_bindir}/mt
+%{_bindir}/mtst
+%{_sbindir}/stinit
+%{_mandir}/man1/mt.1%{ext_man}
+%{_mandir}/man1/mtst.1%{ext_man}
+%{_mandir}/man8/stinit.8%{ext_man}
 
 %changelog


Reply via email to