commit fatsort for openSUSE:Factory

2020-08-13 Thread root
Hello community,

here is the log from the commit of package fatsort for openSUSE:Factory checked 
in at 2020-08-13 10:17:09

Comparing /work/SRC/openSUSE:Factory/fatsort (Old)
 and  /work/SRC/openSUSE:Factory/.fatsort.new.3399 (New)


Package is "fatsort"

Thu Aug 13 10:17:09 2020 rev:8 rq:826006 version:1.6.3.622

Changes:

--- /work/SRC/openSUSE:Factory/fatsort/fatsort.changes  2020-06-11 
14:55:23.251405182 +0200
+++ /work/SRC/openSUSE:Factory/.fatsort.new.3399/fatsort.changes
2020-08-13 10:19:41.170794708 +0200
@@ -1,0 +2,13 @@
+Wed Aug 12 11:03:50 UTC 2020 - Martin Pluskal 
+
+- Update to version 1.6.3.622:
+  * fatsort release file now includes precompiled makefile
+  * fixed support for macOS (thanks to Max for the fix)
+  * declared OPT_LOCALE as extern
+  * fixed uninitialized variable
+  * avoided some string truncation compiler warnings
+  * implemented platform independent transliteration for invalid
+multi-byte characters during conversion
+  * test makefile now returns error code
+
+---

Old:

  fatsort-1.6.2.605.tar.xz

New:

  fatsort-1.6.3.622.tar.xz



Other differences:
--
++ fatsort.spec ++
--- /var/tmp/diff_new_pack.zxuEQa/_old  2020-08-13 10:19:46.914797068 +0200
+++ /var/tmp/diff_new_pack.zxuEQa/_new  2020-08-13 10:19:46.918797070 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fatsort
-Version:1.6.2.605
+Version:1.6.3.622
 Release:0
 Summary:FAT Filesystem Sorting Utility
 License:GPL-2.0-or-later
@@ -35,7 +35,7 @@
 %autosetup
 
 %build
-%make_build CFLAGS="%{optflags} -fcommon"
+%make_build CFLAGS="%{optflags}"
 
 %install
 install -Dpm 0755 -p src/%{name}   \

++ fatsort-1.6.2.605.tar.xz -> fatsort-1.6.3.622.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fatsort-1.6.2.605/CHANGES.md 
new/fatsort-1.6.3.622/CHANGES.md
--- old/fatsort-1.6.2.605/CHANGES.md2019-11-29 22:11:52.0 +0100
+++ new/fatsort-1.6.3.622/CHANGES.md2020-08-08 12:45:23.0 +0200
@@ -1,5 +1,14 @@
 # Changelog
 
+## v1.6.3 (August  8th, 2020)
+* fatsort release file now includes precompiled makefile
+* fixed support for macOS (thanks to Max for the fix)
+* declared OPT_LOCALE as extern
+* fixed uninitialized variable
+* avoided some string truncation compiler warnings
+* implemented platform independent transliteration for invalid multi-byte 
characters during conversion
+* test makefile now returns error code
+
 ## v1.6.2 (November 29, 2019)
 - FIX: multiple endianness issues with exFAT
 - now using /proc/self/mounts instead of /etc/mtab to check whether filesystem 
is mounted
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fatsort-1.6.2.605/Makefile 
new/fatsort-1.6.3.622/Makefile
--- old/fatsort-1.6.2.605/Makefile  2019-11-16 16:40:27.0 +0100
+++ new/fatsort-1.6.3.622/Makefile  2020-08-08 12:38:31.0 +0200
@@ -8,7 +8,7 @@
 INSTALL_FLAGS=-m 0755 -p
 endif
 
-all: man
+all: src
 
 src:
$(MAKE) -C src/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fatsort-1.6.2.605/man/fatsort.1 
new/fatsort-1.6.3.622/man/fatsort.1
--- old/fatsort-1.6.2.605/man/fatsort.1 1970-01-01 01:00:00.0 +0100
+++ new/fatsort-1.6.3.622/man/fatsort.1 2020-08-08 12:47:13.0 +0200
@@ -0,0 +1,118 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH FATSORT "1" "August 2020" "fatsort 1.6.3" "User Commands"
+.SH NAME
+fatsort \- FAT sorting tool
+.SH SYNOPSIS
+.B fatsort
+[\fI\,OPTIONS\/\fR] \fI\,DEVICE\/\fR
+.SH DESCRIPTION
+FATSort sorts directory structures of FAT file systems (FAT12, FAT16, FAT32 
and exFAT). Many MP3 hardware players don't sort files automatically but play 
them in the  order they were transferred to the device. FATSort can help here.
+.PP
+Sort options:
+.TP
+\fB\-a\fR
+Use ASCIIbetical order for sorting
+.TP
+\fB\-c\fR
+Ignore case of file names (default for most locales)
+.TP
+\fB\-I\fR PFX
+Ignore file name PFX
+.TP
+\fB\-n\fR
+Natural order sorting
+.HP
+\fB\-o\fR FLAG Sort order of files where FLAG is one of
+.IP
+d : directories first (default)
+.IP
+f : files first
+.IP
+a : files and directories are not differentiated
+.TP
+\fB\-r\fR
+Sort in reverse order
+.TP
+\fB\-R\fR
+Sort in random order
+.IP
+This options makes all other sort options obsolete.
+.TP
+\fB\-t\fR
+Sort by last modification date and time
+.PP
+The following options can be specified multiple times
+to select which directories shall be sorted:
+.TP
+\fB\-d\fR DIR
+Sort directory DIR only
+.TP
+\fB\-D\fR DIR
+Sort directory DIR and all subdire

commit fatsort for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package fatsort for openSUSE:Factory checked 
in at 2020-06-11 14:54:14

Comparing /work/SRC/openSUSE:Factory/fatsort (Old)
 and  /work/SRC/openSUSE:Factory/.fatsort.new.3606 (New)


Package is "fatsort"

Thu Jun 11 14:54:14 2020 rev:7 rq:813439 version:1.6.2.605

Changes:

--- /work/SRC/openSUSE:Factory/fatsort/fatsort.changes  2020-02-04 
19:53:57.393342712 +0100
+++ /work/SRC/openSUSE:Factory/.fatsort.new.3606/fatsort.changes
2020-06-11 14:55:23.251405182 +0200
@@ -1,0 +2,5 @@
+Thu Jun 11 09:50:19 UTC 2020 - Martin Pluskal 
+
+- Fix building with gcc10
+
+---



Other differences:
--
++ fatsort.spec ++
--- /var/tmp/diff_new_pack.CZxCNC/_old  2020-06-11 14:55:24.827410044 +0200
+++ /var/tmp/diff_new_pack.CZxCNC/_new  2020-06-11 14:55:24.831410057 +0200
@@ -35,7 +35,7 @@
 %autosetup
 
 %build
-%make_build CFLAGS="%{optflags}"
+%make_build CFLAGS="%{optflags} -fcommon"
 
 %install
 install -Dpm 0755 -p src/%{name}   \




commit fatsort for openSUSE:Factory

2020-02-04 Thread root
Hello community,

here is the log from the commit of package fatsort for openSUSE:Factory checked 
in at 2020-02-04 19:53:44

Comparing /work/SRC/openSUSE:Factory/fatsort (Old)
 and  /work/SRC/openSUSE:Factory/.fatsort.new.26092 (New)


Package is "fatsort"

Tue Feb  4 19:53:44 2020 rev:6 rq:769617 version:1.6.2.605

Changes:

--- /work/SRC/openSUSE:Factory/fatsort/fatsort.changes  2019-12-02 
11:38:35.154463769 +0100
+++ /work/SRC/openSUSE:Factory/.fatsort.new.26092/fatsort.changes   
2020-02-04 19:53:57.393342712 +0100
@@ -1,0 +2,5 @@
+Mon Feb  3 14:36:00 UTC 2020 - Martin Pluskal 
+
+- Small packaging improvements
+
+---



Other differences:
--
++ fatsort.spec ++
--- /var/tmp/diff_new_pack.XsTNlG/_old  2020-02-04 19:53:58.377343286 +0100
+++ /var/tmp/diff_new_pack.XsTNlG/_new  2020-02-04 19:53:58.381343288 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fatsort
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -32,10 +32,10 @@
 transmitted to the device. FATSort can help here.
 
 %prep
-%setup -q
+%autosetup
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+%make_build CFLAGS="%{optflags}"
 
 %install
 install -Dpm 0755 -p src/%{name}   \




commit fatsort for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package fatsort for openSUSE:Factory checked 
in at 2019-12-02 11:36:14

Comparing /work/SRC/openSUSE:Factory/fatsort (Old)
 and  /work/SRC/openSUSE:Factory/.fatsort.new.4691 (New)


Package is "fatsort"

Mon Dec  2 11:36:14 2019 rev:5 rq:752832 version:1.6.2.605

Changes:

--- /work/SRC/openSUSE:Factory/fatsort/fatsort.changes  2019-03-06 
15:47:44.120445280 +0100
+++ /work/SRC/openSUSE:Factory/.fatsort.new.4691/fatsort.changes
2019-12-02 11:38:35.154463769 +0100
@@ -1,0 +2,19 @@
+Sat Nov 30 14:17:55 UTC 2019 - malcolmle...@opensuse.org
+
+- Updated to version 1.6.2.605:
+  * FIX: multiple endianness issues with exFAT
+  * Now using /proc/self/mounts instead of /etc/mtab to check
+whether filesystem is mounted.
+- Changes from version 1.6.1:
+  * FIX: missing check if directory entries are of type file.
+  * Option -l now considers options -d, -D, -x, -X, -e and -E.
+  * Added check for dirty volumes.
+  * Added new test cases.
+- Changes from version 1.6.0:
+  * exFAT is now supported!
+  * Directory entries are now only written back if reordering
+happened.
+  * FIX: memory leak with regular expression lists.
+  * Code rewrite to make additional platforms possible in future.
+
+---

Old:

  fatsort-1.5.0.456.tar.xz

New:

  fatsort-1.6.2.605.tar.xz



Other differences:
--
++ fatsort.spec ++
--- /var/tmp/diff_new_pack.L5Chfh/_old  2019-12-02 11:38:35.522463847 +0100
+++ /var/tmp/diff_new_pack.L5Chfh/_new  2019-12-02 11:38:35.526463848 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fatsort
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   fatsort
-Version:1.5.0.456
+Version:1.6.2.605
 Release:0
 Summary:FAT Filesystem Sorting Utility
 License:GPL-2.0-or-later

++ fatsort-1.5.0.456.tar.xz -> fatsort-1.6.2.605.tar.xz ++
 22180 lines of diff (skipped)




commit fatsort for openSUSE:Factory

2019-03-06 Thread root
Hello community,

here is the log from the commit of package fatsort for openSUSE:Factory checked 
in at 2019-03-06 15:47:43

Comparing /work/SRC/openSUSE:Factory/fatsort (Old)
 and  /work/SRC/openSUSE:Factory/.fatsort.new.28833 (New)


Package is "fatsort"

Wed Mar  6 15:47:43 2019 rev:4 rq:681696 version:1.5.0.456

Changes:

--- /work/SRC/openSUSE:Factory/fatsort/fatsort.changes  2018-10-17 
08:41:17.593861519 +0200
+++ /work/SRC/openSUSE:Factory/.fatsort.new.28833/fatsort.changes   
2019-03-06 15:47:44.120445280 +0100
@@ -1,0 +2,5 @@
+Tue Mar  5 11:10:42 UTC 2019 - Martin Pluskal 
+
+- Modernise spec file
+
+---



Other differences:
--
++ fatsort.spec ++
--- /var/tmp/diff_new_pack.tqJY2z/_old  2019-03-06 15:47:45.476444921 +0100
+++ /var/tmp/diff_new_pack.tqJY2z/_new  2019-03-06 15:47:45.48919 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fatsort
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -22,7 +22,7 @@
 Summary:FAT Filesystem Sorting Utility
 License:GPL-2.0-or-later
 Group:  System/Filesystems
-Url:http://fatsort.sourceforge.net
+URL:http://fatsort.sourceforge.net
 Source0:
https://sourceforge.net/projects/fatsort/files/fatsort-%{version}.tar.xz
 BuildRequires:  help2man
 
@@ -44,8 +44,9 @@
   %{buildroot}%{_mandir}/man1/%{name}.1
 
 %files
-%doc CHANGES.md LICENSE.txt README
+%license LICENSE.txt
+%doc CHANGES.md README
 %{_sbindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog




commit fatsort for openSUSE:Factory

2018-10-16 Thread root
Hello community,

here is the log from the commit of package fatsort for openSUSE:Factory checked 
in at 2018-10-17 08:39:36

Comparing /work/SRC/openSUSE:Factory/fatsort (Old)
 and  /work/SRC/openSUSE:Factory/.fatsort.new (New)


Package is "fatsort"

Wed Oct 17 08:39:36 2018 rev:3 rq:642004 version:1.5.0.456

Changes:

--- /work/SRC/openSUSE:Factory/fatsort/fatsort.changes  2017-10-26 
18:46:02.695300370 +0200
+++ /work/SRC/openSUSE:Factory/.fatsort.new/fatsort.changes 2018-10-17 
08:41:17.593861519 +0200
@@ -1,0 +2,8 @@
+Sat Oct 13 04:48:28 UTC 2018 - s...@suspend.net
+
+- Update to version 1.5.0.456:
+  * added options -e and -E to select directories with regular expressions
+  * FIX: possible memory leak for OPT_LOCALE
+  * FIX: bug affecting case sensitive sorting with locales
+
+---

Old:

  fatsort-1.4.2.439.tar.xz

New:

  fatsort-1.5.0.456.tar.xz



Other differences:
--
++ fatsort.spec ++
--- /var/tmp/diff_new_pack.Wh5qwv/_old  2018-10-17 08:41:17.989861181 +0200
+++ /var/tmp/diff_new_pack.Wh5qwv/_new  2018-10-17 08:41:17.989861181 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fatsort
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,15 +12,15 @@
 # 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:   fatsort
-Version:1.4.2.439
+Version:1.5.0.456
 Release:0
 Summary:FAT Filesystem Sorting Utility
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Filesystems
 Url:http://fatsort.sourceforge.net
 Source0:
https://sourceforge.net/projects/fatsort/files/fatsort-%{version}.tar.xz

++ fatsort-1.4.2.439.tar.xz -> fatsort-1.5.0.456.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fatsort-1.4.2.439/CHANGES.md 
new/fatsort-1.5.0.456/CHANGES.md
--- old/fatsort-1.4.2.439/CHANGES.md2017-08-06 20:28:33.0 +0200
+++ new/fatsort-1.5.0.456/CHANGES.md2018-09-13 20:44:17.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+## v1.5.0 (September 08, 2018)
+- added options -e and -E to select directories with regular expressions
+- FIX: possible memory leak for OPT_LOCALE
+- FIX: bug affecting case sensitive sorting with locales
+
 ## v1.4.2 (August 06, 2017)
 - FIX: sorting with option -m on big endian architectures is now working as 
intended
 - reproducible docker tests added for i386, amd64, ppc64le
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fatsort-1.4.2.439/docker_tests/docker_tests_arm/Makefile 
new/fatsort-1.5.0.456/docker_tests/docker_tests_arm/Makefile
--- old/fatsort-1.4.2.439/docker_tests/docker_tests_arm/Makefile
2017-08-05 03:07:58.0 +0200
+++ new/fatsort-1.5.0.456/docker_tests/docker_tests_arm/Makefile
2018-09-19 20:01:59.0 +0200
@@ -6,7 +6,7 @@
 all: build_image
$(DOCKER) run --rm --privileged -v ${CURDIR}:/home/tester/artifacts 
--tmpfs /tmp:rw,noexec,nosuid,size=2G -v 
${CURDIR}/qemu-arm-static:/usr/bin/qemu-arm-static -it fatsort-test-arm
 
-build_image: Dockerfile qemu-arm-static /proc/sys/fs/binfmt_misc/arm 
do_tests.sh
+build_image: Dockerfile qemu-arm-static /proc/sys/fs/binfmt_misc/qemu-arm 
do_tests.sh
$(DOCKER) build -t fatsort-test-arm -v 
${CURDIR}/qemu-arm-static:/usr/bin/qemu-arm-static .
$(TOUCH) build_image
 
@@ -14,7 +14,7 @@
$(WGET) 
https://github.com/multiarch/qemu-user-static/releases/download/v2.9.1/qemu-arm-static.tar.gz
$(TAR) xvfz qemu-arm-static.tar.gz
 
-/proc/sys/fs/binfmt_misc/arm:
+/proc/sys/fs/binfmt_misc/qemu-arm:
$(DOCKER) run --rm --privileged multiarch/qemu-user-static:register
 
 clean:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fatsort-1.4.2.439/docker_tests/docker_tests_ppc/Dockerfile 
new/fatsort-1.5.0.456/docker_tests/docker_tests_ppc/Dockerfile
--- old/fatsort-1.4.2.439/docker_tests/docker_tests_ppc/Dockerfile  
2017-08-05 03:07:58.0 +0200
+++ new/fatsort-1.5.0.456/docker_tests/docker_tests_ppc/Dockerfile  
2018-09-19 20:01:59.0 +0200
@@ -8,7 +8,7 @@
 RUN apt-get -y install \
bbe=0.2.2-2ubuntu1 \
locales=2.13+git20120

commit fatsort for openSUSE:Factory

2017-10-26 Thread root
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.0 +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 - mplus...@suse.com
+
+- 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}
 




commit fatsort for openSUSE:Factory

2016-06-23 Thread h_root
Hello community,

here is the log from the commit of package fatsort for openSUSE:Factory checked 
in at 2016-06-23 13:35:40

Comparing /work/SRC/openSUSE:Factory/fatsort (Old)
 and  /work/SRC/openSUSE:Factory/.fatsort.new (New)


Package is "fatsort"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.fatsort.new/fatsort.changes 2016-06-23 
13:35:42.0 +0200
@@ -0,0 +1,36 @@
+---
+Sun May 29 08:00:05 UTC 2016 - mplus...@suse.com
+
+- Cleanup package
+- Update to version 1.3.365
+
+---
+Tue Apr  8 18:55:38 UTC 2014 - ma...@detebe.org
+
+- updated to version 1.3
+
+---
+Tue Dec 10 22:56:42 UTC 2013 - ma...@detebe.org
+
+- updated to version 1.2
+
+---
+Tue Jun 11 17:01:25 UTC 2013 - ma...@detebe.org
+
+- updated to version 1.1.1
+
+---
+Fri May 24 13:50:14 UTC 2013 - ma...@detebe.org
+
+- updated to version 1.1
+
+---
+Mon May 20 10:27:30 UTC 2013 - ma...@detebe.org
+
+- updated to version 1.0.1
+
+---
+Mon Apr 15 16:34:07 UTC 2013 - ma...@detebe.org
+
+- initial package build
+

New:

  fatsort-1.3.365.tar.gz
  fatsort.changes
  fatsort.spec



Other differences:
--
++ fatsort.spec ++
#
# spec file for package fatsort
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:   fatsort
Version:1.3.365
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
BuildRequires:  help2man
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
FATsort sorts directory structures of FAT filesystems. Many MP3 hardware
players don't sort files automatically but play them in the order they were
transmitted to the device. FATSort can help here.

%prep
%setup -q

%build
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

%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE.txt README
%{_sbindir}/%{name}
%{_mandir}/man1/%{name}.1%{ext_man}

%changelog