Hello community,

here is the log from the commit of package fatsort for openSUSE:Factory checked 
in at 2017-10-26 18:45:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fatsort (Old)
 and      /work/SRC/openSUSE:Factory/.fatsort.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fatsort"

Thu Oct 26 18:45:57 2017 rev:2 rq:536724 version:1.4.2.439

Changes:
--------
--- /work/SRC/openSUSE:Factory/fatsort/fatsort.changes  2016-06-23 
13:35:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fatsort.new/fatsort.changes     2017-10-26 
18:46:02.695300370 +0200
@@ -1,0 +2,28 @@
+Thu Oct 26 08:17:58 UTC 2017 - [email protected]
+
+- Update to version 1.4.2.439:
+  * FIX: sorting with option -m on big endian architectures is now
+    working as intended
+  * reproducible docker tests added for i386, amd64, ppc64le
+  * added clean target for manpage
+  * updated tests
+- Changes for version 1.4.1:
+  * fixed memory leak when providing multiple locales
+  * fixed test tc_check_consistent_version
+  * added //TRANSLIT to iconv_open so iconv will no longer fail
+    when a character cannot be converted
+  * added missing test cases
+- Changes for version 1.4:
+  * added option -L to specify an alternate locale to be used
+  * added warning if C locale is used
+  * added valgrind tests
+  * fixed possible memory leak found with valgrind
+- Changes for version 1.3.1:
+  * increased maximum cluster size to 64kb
+  * fixed descriptions for options -I, -o, -d, -D, -x and -X in
+    manpage
+  * replaced some fclose with fs_close
+  * changed iconv error to warning
+  * fixed a test case
+
+-------------------------------------------------------------------

Old:
----
  fatsort-1.3.365.tar.gz

New:
----
  fatsort-1.4.2.439.tar.xz

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

Other differences:
------------------
++++++ fatsort.spec ++++++
--- /var/tmp/diff_new_pack.mUsol8/_old  2017-10-26 18:46:03.555260232 +0200
+++ /var/tmp/diff_new_pack.mUsol8/_new  2017-10-26 18:46:03.559260045 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fatsort
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,15 +17,14 @@
 
 
 Name:           fatsort
-Version:        1.3.365
+Version:        1.4.2.439
 Release:        0
 Summary:        FAT Filesystem Sorting Utility
 License:        GPL-2.0+
 Group:          System/Filesystems
 Url:            http://fatsort.sourceforge.net
-Source0:        
https://sourceforge.net/projects/fatsort/files/fatsort-%{version}.tar.gz
+Source0:        
https://sourceforge.net/projects/fatsort/files/fatsort-%{version}.tar.xz
 BuildRequires:  help2man
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 FATsort sorts directory structures of FAT filesystems. Many MP3 hardware
@@ -39,12 +38,13 @@
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
-install -D -m 0755 -p src/%{name}   %{buildroot}%{_sbindir}/%{name}
-install -D -m 0644 -p man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
+install -Dpm 0755 -p src/%{name}   \
+  %{buildroot}%{_sbindir}/%{name}
+install -Dpm 0644 -p man/%{name}.1 \
+  %{buildroot}%{_mandir}/man1/%{name}.1
 
 %files
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE.txt README
+%doc CHANGES.md LICENSE.txt README
 %{_sbindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}
 


Reply via email to