commit dosfstools for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2017-01-31 12:30:37

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


Package is "dosfstools"

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2016-05-19 
12:04:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2017-02-03 17:35:56.343665101 +0100
@@ -1,0 +2,12 @@
+Thu Jan 26 10:10:57 UTC 2017 - mplus...@suse.com
+
+- Update to version 4.1:
+  * Now the default for mkfs for filesystems smaller than 512 MB is
+64 / 32 sectors
+  * The parsing of octal character specifications for filenames in
+the -u and -d 25 options of fsck now works.
+  * Fixed a possible fatlabel crash when writing a label to an
+unlabelled filesystem
+  * Testsuite is now available
+
+---

Old:

  dosfstools-4.0.tar.gz
  dosfstools-4.0.tar.gz.sig

New:

  dosfstools-4.1.tar.gz
  dosfstools-4.1.tar.gz.sig



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.bNywGk/_old  2017-02-03 17:35:57.079560944 +0100
+++ /var/tmp/diff_new_pack.bNywGk/_new  2017-02-03 17:35:57.079560944 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dosfstools
 #
-# 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,7 +17,7 @@
 
 
 Name:   dosfstools
-Version:4.0
+Version:4.1
 Release:0
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
@@ -26,9 +26,10 @@
 Source: 
https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz
 Source2:
https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz.sig
 Source3:%{name}.keyring
+# xxd from vim is required for testsuite
 BuildRequires:  pkgconfig
-# Linking fails with udev enabled
-# BuildRequires:  pkgconfig(libudev)
+BuildRequires:  vim
+BuildRequires:  pkgconfig(libudev)
 Supplements:filesystem(vfat)
 Provides:   dosfsck
 Provides:   mkdosfs
@@ -49,12 +50,15 @@
 make %{?_smp_mflags} CFLAGS="%{optflags} -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64"
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 #UsrMerge
 mkdir %{buildroot}/sbin
 ln -sf 
%{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos,fsck.fat,fsck.vfat,mkfs.fat,mkfs.vfat}
 %{buildroot}/sbin
 #EndUsrMerge
 
+%check
+make check
+
 %files
 %defattr(-,root,root)
 %doc %{_docdir}/dosfstools

++ dosfstools-4.0.tar.gz -> dosfstools-4.1.tar.gz ++
 3335 lines of diff (skipped)





commit dosfstools for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2016-05-19 12:04:07

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


Package is "dosfstools"

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2015-06-05 
08:45:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2016-05-19 12:04:09.0 +0200
@@ -1,0 +2,14 @@
+Sat May  7 08:49:02 UTC 2016 - mplus...@suse.com
+
+- Update to 4.0
+  * Switch build system to autotools.
+  * Fixed data corruption errors in fsck.fat Writing to the third 
+to last cluster on FAT12 with an odd number of clusters would 
+corrupt the following cluster.
+  * The automatic alignment of data clusters that was added in 
+3.0.8 and broken for FAT32 starting with 3.0.20 has been 
+reinstated.
+- Small spec file cleanup
+- Drop no longer needed dosfstools-suse-dirs.patch
+
+---

Old:

  dosfstools-3.0.28.tar.gz
  dosfstools-3.0.28.tar.gz.sig
  dosfstools-suse-dirs.patch

New:

  dosfstools-4.0.tar.gz
  dosfstools-4.0.tar.gz.sig



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.Gs5qXT/_old  2016-05-19 12:04:09.0 +0200
+++ /var/tmp/diff_new_pack.Gs5qXT/_new  2016-05-19 12:04:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dosfstools
 #
-# Copyright (c) 2015 SUSE LINUX 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,36 +17,39 @@
 
 
 Name:   dosfstools
-Version:3.0.28
+Version:4.0
 Release:0
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
 Url:https://github.com/dosfstools/dosfstools
-#Git-Clone:git://daniel-baumann.ch/git/software/dosfstools
 Source: 
https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz
 Source2:
https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz.sig
 Source3:%{name}.keyring
-Patch0: %{name}-suse-dirs.patch
+BuildRequires:  pkgconfig
+# Linking fails with udev enabled
+# BuildRequires:  pkgconfig(libudev)
 Supplements:filesystem(vfat)
 Provides:   dosfsck
 Provides:   mkdosfs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-The dosfstools package includes the mkdosfs and dosfsck utilities,
-which respectively make and check MS-DOS FAT file systems on hard
-drives or on floppies.
+The dosfstools package includes the mkdosfs and dosfsck utilities, which
+respectively make and check MS-DOS FAT file systems on hard drives or on
+floppies.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-make CC="gcc" OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
%{optflags}" %{?_smp_mflags}
+%configure \
+  --docdir=%{_docdir}/dosfstools \
+  --enable-compat-symlinks
+make %{?_smp_mflags} CFLAGS="%{optflags} -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64"
 
 %install
-make install DESTDIR=%{buildroot} SBINDIR=%{_sbindir}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 #UsrMerge
 mkdir %{buildroot}/sbin
 ln -sf 
%{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos,fsck.fat,fsck.vfat,mkfs.fat,mkfs.vfat}
 %{buildroot}/sbin
@@ -54,12 +57,29 @@
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/%{name}
+%doc %{_docdir}/dosfstools
 #UsrMerge
 /sbin/*
 #EndUsrMerge
-%{_sbindir}/*
-%{_mandir}/man8/*.gz
-%{_mandir}/de/man8/*.gz
+%{_sbindir}/dosfsck
+%{_sbindir}/dosfslabel
+%{_sbindir}/fatlabel
+%{_sbindir}/fsck.fat
+%{_sbindir}/fsck.msdos
+%{_sbindir}/fsck.vfat
+%{_sbindir}/mkdosfs
+%{_sbindir}/mkfs.fat
+%{_sbindir}/mkfs.msdos
+%{_sbindir}/mkfs.vfat
+%{_mandir}/man8/dosfsck.8%{ext_man}
+%{_mandir}/man8/dosfslabel.8%{ext_man}
+%{_mandir}/man8/fatlabel.8%{ext_man}
+%{_mandir}/man8/fsck.fat.8%{ext_man}
+%{_mandir}/man8/fsck.msdos.8%{ext_man}
+%{_mandir}/man8/fsck.vfat.8%{ext_man}
+%{_mandir}/man8/mkdosfs.8%{ext_man}
+%{_mandir}/man8/mkfs.fat.8%{ext_man}
+%{_mandir}/man8/mkfs.msdos.8%{ext_man}
+%{_mandir}/man8/mkfs.vfat.8%{ext_man}
 
 %changelog

++ dosfstools-3.0.28.tar.gz -> dosfstools-4.0.tar.gz ++
 19976 lines of diff (skipped)





commit dosfstools for openSUSE:Factory

2015-06-05 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2015-06-05 08:45:23

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2015-05-19 
23:17:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2015-06-05 08:45:24.0 +0200
@@ -1,0 +2,14 @@
+Wed Jun  3 12:56:32 UTC 2015 - mplus...@suse.com
+
+- Update to 3.0.28
+  * mkfs.fat now allows choosing 0xF0 as the media byte which was 
+previously rejected.
+  * mkfs.fat now supports the --invariant option to facilitate 
+testing mkfs.fat itself.
+  * Bugs fixed in fsck.fat are a read one byte beyond the end of 
+an allocated array when checking some FAT12 filesystems, and 
+checking that the first cluster of a file as specified in the 
+directory entry is not 1. 
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  dosfstools-3.0.27.tar.gz
  dosfstools-3.0.27.tar.gz.sig

New:

  dosfstools-3.0.28.tar.gz
  dosfstools-3.0.28.tar.gz.sig



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.avq36P/_old  2015-06-05 08:45:25.0 +0200
+++ /var/tmp/diff_new_pack.avq36P/_new  2015-06-05 08:45:25.0 +0200
@@ -17,16 +17,15 @@
 
 
 Name:   dosfstools
-Version:3.0.27
+Version:3.0.28
 Release:0
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Url:https://github.com/dosfstools/dosfstools/releases/
-
+Url:https://github.com/dosfstools/dosfstools
 #Git-Clone:git://daniel-baumann.ch/git/software/dosfstools
-Source: 
https://github.com/dosfstools/dosfstools/releases/download/v3.0.27/dosfstools-%{version}.tar.gz
-Source2:
https://github.com/dosfstools/dosfstools/releases/download/v3.0.27/dosfstools-%{version}.tar.gz.sig
+Source: 
https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz
+Source2:
https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz.sig
 Source3:%{name}.keyring
 Patch0: %{name}-suse-dirs.patch
 Supplements:filesystem(vfat)

++ dosfstools-3.0.27.tar.gz - dosfstools-3.0.28.tar.gz ++
 5697 lines of diff (skipped)

++ dosfstools-suse-dirs.patch ++
--- /var/tmp/diff_new_pack.avq36P/_old  2015-06-05 08:45:25.0 +0200
+++ /var/tmp/diff_new_pack.avq36P/_new  2015-06-05 08:45:25.0 +0200
@@ -1,7 +1,7 @@
-Index: dosfstools-3.0.18/Makefile
+Index: dosfstools-3.0.28/Makefile
 ===
 dosfstools-3.0.18.orig/Makefile
-+++ dosfstools-3.0.18/Makefile
+--- dosfstools-3.0.28.orig/Makefile
 dosfstools-3.0.28/Makefile
 @@ -22,9 +22,9 @@ SHELL := sh -e
  LANGUAGES = $(shell cd manpages/po  ls)
  





commit dosfstools for openSUSE:Factory

2015-05-19 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2015-05-19 23:17:55

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2015-01-22 
21:48:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2015-05-19 23:17:55.0 +0200
@@ -1,0 +2,5 @@
+Mon May 11 11:53:20 UTC 2015 - pgaj...@suse.com
+
+- fix url
+
+---



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.x6jLs8/_old  2015-05-19 23:17:56.0 +0200
+++ /var/tmp/diff_new_pack.x6jLs8/_new  2015-05-19 23:17:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dosfstools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Url:http://daniel-baumann.ch/software/dosfstools/
+Url:https://github.com/dosfstools/dosfstools/releases/
 
 #Git-Clone:git://daniel-baumann.ch/git/software/dosfstools
 Source: 
https://github.com/dosfstools/dosfstools/releases/download/v3.0.27/dosfstools-%{version}.tar.gz






commit dosfstools for openSUSE:Factory

2015-01-22 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2015-01-22 21:48:10

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2014-09-28 
19:58:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2015-01-22 21:48:19.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan 16 13:28:32 UTC 2015 - pgaj...@suse.com
+
+- updated to 3.0.27:
+  * fsck.fat: Don't print version string every time -v is 
+encountered
+  * Fix attempt to rename root dir in fsck due to uninitialized 
+fields
+  * Support long file names in volume labeling code
+- upstream changed
+
+---

Old:

  dosfstools-3.0.26.tar.xz
  dosfstools-3.0.26.tar.xz.sig

New:

  dosfstools-3.0.27.tar.gz
  dosfstools-3.0.27.tar.gz.sig



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.xh53eZ/_old  2015-01-22 21:48:20.0 +0100
+++ /var/tmp/diff_new_pack.xh53eZ/_new  2015-01-22 21:48:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dosfstools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:   dosfstools
-Version:3.0.26
+Version:3.0.27
 Release:0
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
@@ -25,8 +25,8 @@
 Url:http://daniel-baumann.ch/software/dosfstools/
 
 #Git-Clone:git://daniel-baumann.ch/git/software/dosfstools
-Source: 
http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz
-Source2:
http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz.sig
+Source: 
https://github.com/dosfstools/dosfstools/releases/download/v3.0.27/dosfstools-%{version}.tar.gz
+Source2:
https://github.com/dosfstools/dosfstools/releases/download/v3.0.27/dosfstools-%{version}.tar.gz.sig
 Source3:%{name}.keyring
 Patch0: %{name}-suse-dirs.patch
 Supplements:filesystem(vfat)

++ dosfstools.keyring ++
--- /var/tmp/diff_new_pack.xh53eZ/_old  2015-01-22 21:48:20.0 +0100
+++ /var/tmp/diff_new_pack.xh53eZ/_new  2015-01-22 21:48:20.0 +0100
@@ -1,67 +1,513 @@
-pub   1024D/4B2B2B9E 2004-06-20
-uid  Daniel Baumann m...@daniel-baumann.ch
-uid   [ opphevet] Daniel Baumann dan...@127011.net
-uid   [ opphevet] Daniel Baumann dan...@debian.org
-uid   [ opphevet] Daniel Baumann dan...@free-law.ch
-uid   [ opphevet] Daniel Baumann dan...@undebian.org
-uid   [ opphevet] Daniel Baumann bauma...@phys.ethz.ch
-uid   [ opphevet] Daniel Baumann bauma...@student.ethz.ch
-uid   [ opphevet] Daniel Baumann dan...@debian-unofficial.org
-uid   [ opphevet] Daniel Baumann dan...@unable-to-package.org
-uid   [ opphevet] Daniel Baumann panth...@debian-unofficial.org
-uid   [ opphevet] Daniel Baumann daniel.baum...@students.unibe.ch
-uid   [ opphevet] Daniel Baumann daniel.baum...@panthera-systems.net
-sub   1024g/19ED1B2F 2004-06-20
-
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.19 (GNU/Linux)
+Version: GnuPG v2
 
-mQGiBEDVZqoRBADoIL+WzSqte8dpPsjDInGbxRkD0QKu1tBwKy1QuxjOXV96FWcx
-HSxpQr0OKWVi0CUdI7aWCAPh2nbFRr4SuI/95iQAu2a5r/xAxq9JYCGhU9GX1zrx
-sf95WIr41LUtzi0BJnBdsLplrT7KqdvKcLi9/8/764duiUrIIS2CQIJG2wCg5LJV
-w4q99Bx2EAwJzHnSSo2Aof0EAM/xWlpz0UZLcT0P8kvFO3zVTyI6Bedi4YIIQVPF
-9k6qPfDWu8nzUb9NP+A/QZUrFSyknNfJKMdzg9C/fadBHwkuqFGn+NJLW/MnIf0F
-zju2um5RUic3fiBt2N4/LVpqfiBxPcww+2egGuKG+MyCffbWaJuysbRvhKNbd725
-jUwsBACgXJHRUYkuca5kExlDGG/NUljyJwwDfowMXrialtbmyDZsJDCmrHnHVYQ7
-IPntjOloOgfinGiElrJi6JrV0vVAQcjkeeE/oQ1a3srHQOHBHSOCRh5XzXpTbLuK
-lR/Hr6HqH8ywxAz187yECpaNdW8dMP8WVuha1YZm9sKx6nskTbQiRGFuaWVsIEJh
-dW1hbm4gPGRhbmllbEAxMjcwMTEubmV0PohJBDARCgAJBQJRZptcAh0AAAoJEPgu
-XMBLKyueb2cAoIty82un9LTP/wQBtQtGByMzpZGZAKCGyXplbo78B6uek6VDHNqF
-RtwFabQiRGFuaWVsIEJhdW1hbm4gPGRhbmllbEBkZWJpYW4ub3JnPohJBDARCgAJ
-BQJRZps/Ah0AAAoJEPguXMBLKyue/tIAoN++9kNx/qjrGk/tfyCEcZgdgIgsAKC/
-eCK4uoKg+MMBN2bTX58/eU/2arQjRGFuaWVsIEJhdW1hbm4gPGRhbmllbEBmcmVl
-LWxhdy5jaD6ISQQwEQoACQUCUWabPwIdAAAKCRD4LlzASysrnq44AKDD+UkcDuvy
-thp3rvu2nMV+8OF0vQCbBR6S9X+NJ6M8o8bQcQU5F8VxkPe0JERhbmllbCBCYXVt
-YW5uIDxkYW5pZWxAdW5kZWJpYW4ub3JnPohJBDARCgAJBQJRZps/Ah0AAAoJEPgu

commit dosfstools for openSUSE:Factory

2014-09-28 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2014-09-28 19:58:21

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2014-07-01 
07:05:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2014-09-28 19:58:23.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 23 16:12:53 UTC 2014 - jeng...@inai.de
+
+- Drop gpg-offline build-time requirement; this is now handled by
+  the local source validator
+
+---



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.rXSi1X/_old  2014-09-28 19:58:23.0 +0200
+++ /var/tmp/diff_new_pack.rXSi1X/_new  2014-09-28 19:58:23.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-3.0+
 Group:  System/Filesystems
 Url:http://daniel-baumann.ch/software/dosfstools/
-#Freecode-URL: http://freecode.com/projects/dosfstools
+
 #Git-Clone:git://daniel-baumann.ch/git/software/dosfstools
 Source: 
http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz
 Source2:
http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz.sig
@@ -33,9 +33,6 @@
 Provides:   dosfsck
 Provides:   mkdosfs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 
 %description
 The dosfstools package includes the mkdosfs and dosfsck utilities,
@@ -43,7 +40,6 @@
 drives or on floppies.
 
 %prep
-%{?gpg_verify: %gpg_verify %{SOURCE2}}
 %setup -q
 %patch0 -p1
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dosfstools for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2014-07-01 07:05:14

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2014-03-18 
16:21:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2014-07-01 07:05:16.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 26 12:11:27 UTC 2014 - pgaj...@suse.com
+
+- added fsck.{v,}fat and mkfs.{v,}fat compat symlinks in /sbin
+  [bnc#884516]
+- call spec-cleaner
+
+---



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.cPQf5v/_old  2014-07-01 07:05:17.0 +0200
+++ /var/tmp/diff_new_pack.cPQf5v/_new  2014-07-01 07:05:17.0 +0200
@@ -17,26 +17,25 @@
 
 
 Name:   dosfstools
+Version:3.0.26
+Release:0
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.26
-Release:0
 Url:http://daniel-baumann.ch/software/dosfstools/
-
 #Freecode-URL: http://freecode.com/projects/dosfstools
 #Git-Clone:git://daniel-baumann.ch/git/software/dosfstools
-Source: 
http://daniel-baumann.ch/files/software/dosfstools/%name-%version.tar.xz
-Source2:
http://daniel-baumann.ch/files/software/dosfstools/%name-%version.tar.xz.sig
-Source3:%name.keyring
+Source: 
http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz
+Source2:
http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz.sig
+Source3:%{name}.keyring
 Patch0: %{name}-suse-dirs.patch
+Supplements:filesystem(vfat)
+Provides:   dosfsck
+Provides:   mkdosfs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1230
 BuildRequires:  gpg-offline
 %endif
-Provides:   dosfsck
-Provides:   mkdosfs
-Supplements:filesystem(vfat)
 
 %description
 The dosfstools package includes the mkdosfs and dosfsck utilities,
@@ -44,18 +43,18 @@
 drives or on floppies.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
-%setup
+%{?gpg_verify: %gpg_verify %{SOURCE2}}
+%setup -q
 %patch0 -p1
 
 %build
-make CC=%__cc OPTFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
$RPM_OPT_FLAGS %{?_smp_mflags}
+make CC=gcc OPTFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
%{optflags} %{?_smp_mflags}
 
 %install
-make install DESTDIR=%buildroot SBINDIR=%{_sbindir}
+make install DESTDIR=%{buildroot} SBINDIR=%{_sbindir}
 #UsrMerge
-mkdir $RPM_BUILD_ROOT/sbin
-ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos} 
$RPM_BUILD_ROOT/sbin
+mkdir %{buildroot}/sbin
+ln -sf 
%{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos,fsck.fat,fsck.vfat,mkfs.fat,mkfs.vfat}
 %{buildroot}/sbin
 #EndUsrMerge
 
 %files


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dosfstools for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2014-03-18 16:21:28

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2014-03-09 
18:18:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2014-03-18 16:21:40.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 17 08:21:51 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.0.26:
+  * Fix odd files created by frequent power-loss.
+
+---

Old:

  dosfstools-3.0.25.tar.xz
  dosfstools-3.0.25.tar.xz.sig

New:

  dosfstools-3.0.26.tar.xz
  dosfstools-3.0.26.tar.xz.sig



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.oYJdTZ/_old  2014-03-18 16:21:41.0 +0100
+++ /var/tmp/diff_new_pack.oYJdTZ/_new  2014-03-18 16:21:41.0 +0100
@@ -20,7 +20,7 @@
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.25
+Version:3.0.26
 Release:0
 Url:http://daniel-baumann.ch/software/dosfstools/
 

++ dosfstools-3.0.25.tar.xz - dosfstools-3.0.26.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.25/.gitignore 
new/dosfstools-3.0.26/.gitignore
--- old/dosfstools-3.0.25/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/dosfstools-3.0.26/.gitignore2013-11-23 10:40:31.0 +0100
@@ -0,0 +1,4 @@
+*.o
+/fatlabel
+/fsck.fat
+/mkfs.fat
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.25/ChangeLog 
new/dosfstools-3.0.26/ChangeLog
--- old/dosfstools-3.0.25/ChangeLog 2014-01-17 07:10:47.0 +0100
+++ new/dosfstools-3.0.26/ChangeLog 2014-03-07 18:39:46.0 +0100
@@ -1,4 +1,55 @@
-commit acf64ae (HEAD, origin/master, origin/HEAD, master)
+commit 6893c45 (HEAD, origin/master, origin/HEAD, master)
+Author: Dir Lotter dirk.lot...@siemens.com
+Date:   Fri Mar 7 18:25:39 2014 +0100
+
+Fix odd files created by frequent power-loss.
+
+After running many power losses the filesystem can degrate, containing 
odd
+files making the filesystem corrupt that could not be solved by fsck:
+
+  * file was not visible in a ls -l
+  * ls -i reported a invalid file name on the console
+  * a test program with diropen/dirread showed the file, a stat on this 
file
+failed
+  * file was not accessible and could not be deleted
+
+After digging into the code we found why fsck didn't repair the file 
system:
+One thing was we don't have short filenames. Another issue was that the LFN
+pointer was set to NULL and so it looked like we didn't have short and long
+filenames.
+
+Our patch of check.c includes:
+
+  * returns 1 from function bad_name() in case no short and no long 
filename
+exist
+  * auto_rename() and rename_file() got a special handling for the case no 
short
+file name exist:
+- it enables the short file name (we think here was a weakness of the 
old
+  code: it changed the short filename but didn't enabled it in the
+  file-dir_ent.lcase entry)
+- it reset all attributes except ATTR_DIR and ATTR_VOLUME
+
+This solved our problem pretty well.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 621e11f
+Author: Natanael Copa nc...@alpinelinux.org
+Date:   Sat Feb 8 18:53:30 2014 +0100
+
+Build fixes for musl libc.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 52588b7 (tag: v3.0.25)
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Fri Jan 17 07:11:11 2014 +0100
+
+Releasing version 3.0.25.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit acf64ae
 Author: Daniel Baumann m...@daniel-baumann.ch
 Date:   Fri Jan 17 07:09:54 2014 +0100
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.25/VERSION 
new/dosfstools-3.0.26/VERSION
--- old/dosfstools-3.0.25/VERSION   2014-01-17 07:10:17.0 +0100
+++ new/dosfstools-3.0.26/VERSION   2014-03-07 18:39:32.0 +0100
@@ -1 +1 @@
-3.0.25
+3.0.26
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.25/manpages/de/fatlabel.de.8 
new/dosfstools-3.0.26/manpages/de/fatlabel.de.8
--- 

commit dosfstools for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2014-03-09 18:18:40

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2013-11-25 
14:32:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2014-03-09 18:18:42.0 +0100
@@ -1,0 +2,10 @@
+Thu Mar  6 12:24:03 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.0.25:
+  * Prevent corruption of FAT during fsck on 64 bit platforms.
+ unsigned long is 64 bit on x86-64, which means set_fat was writing two
+ entries, which corrupts the next entry. This can cause loss of data in
+ another file.
+  * Fixed remaining 64 bit build warnings.
+
+---

Old:

  dosfstools-3.0.24.tar.xz
  dosfstools-3.0.24.tar.xz.sig

New:

  dosfstools-3.0.25.tar.xz
  dosfstools-3.0.25.tar.xz.sig



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.Z8Gs23/_old  2014-03-09 18:18:42.0 +0100
+++ /var/tmp/diff_new_pack.Z8Gs23/_new  2014-03-09 18:18:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dosfstools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.24
+Version:3.0.25
 Release:0
 Url:http://daniel-baumann.ch/software/dosfstools/
 

++ dosfstools-3.0.24.tar.xz - dosfstools-3.0.25.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.24/ChangeLog 
new/dosfstools-3.0.25/ChangeLog
--- old/dosfstools-3.0.24/ChangeLog 2013-11-23 10:36:44.0 +0100
+++ new/dosfstools-3.0.25/ChangeLog 2014-01-17 07:10:47.0 +0100
@@ -1,4 +1,42 @@
-commit 55bd7b7 (HEAD, master)
+commit acf64ae (HEAD, origin/master, origin/HEAD, master)
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Fri Jan 17 07:09:54 2014 +0100
+
+Updating copyright headers for 2014.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 21fe921
+Author: Andrew Tridgell tri...@samba.org
+Date:   Tue Jan 14 09:37:51 2014 +1100
+
+Fixed remaining 64 bit build warnings.
+
+Some of these may be real bugs.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 9e3a2b1
+Author: Andrew Tridgell tri...@samba.org
+Date:   Tue Jan 14 09:25:28 2014 +1100
+
+Prevent corruption of FAT during fsck on 64 bit platforms.
+
+unsigned long is 64 bit on x86-64, which means set_fat was writing two
+entries, which corrupts the next entry. This can cause loss of data in
+another file.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 0d2c9bc (tag: v3.0.24)
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Sat Nov 23 10:36:55 2013 +0100
+
+Releasing version 3.0.24.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 55bd7b7
 Author: Jaroslav Skarvada jskar...@redhat.com
 Date:   Sat Nov 23 10:34:48 2013 +0100
 
@@ -11,7 +49,7 @@
 
 Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
 
-commit 6debb4a (tag: v3.0.23, origin/master, origin/HEAD)
+commit 6debb4a (tag: v3.0.23)
 Author: Daniel Baumann m...@daniel-baumann.ch
 Date:   Tue Oct 15 08:05:46 2013 +0200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.24/Makefile 
new/dosfstools-3.0.25/Makefile
--- old/dosfstools-3.0.24/Makefile  2013-07-19 18:14:31.0 +0200
+++ new/dosfstools-3.0.25/Makefile  2014-01-17 07:09:28.0 +0100
@@ -1,6 +1,6 @@
 # Makefile
 #
-# Copyright (C) 2008-2013 Daniel Baumann m...@daniel-baumann.ch
+# Copyright (C) 2008-2014 Daniel Baumann m...@daniel-baumann.ch
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.24/VERSION 
new/dosfstools-3.0.25/VERSION
--- old/dosfstools-3.0.24/VERSION   2013-11-23 10:36:23.0 +0100
+++ new/dosfstools-3.0.25/VERSION   2014-01-17 07:10:17.0 +0100

commit dosfstools for openSUSE:Factory

2013-11-25 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2013-11-25 14:32:49

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2013-10-17 
14:01:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2013-11-25 14:32:52.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 25 08:32:14 UTC 2013 - pgaj...@suse.com
+
+- updated to 3.0.24:
+  * Fixed dosfsck on big endian platforms.
+
+---

Old:

  dosfstools-3.0.23.tar.xz
  dosfstools-3.0.23.tar.xz.sig

New:

  dosfstools-3.0.24.tar.xz
  dosfstools-3.0.24.tar.xz.sig



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.VZDNQn/_old  2013-11-25 14:32:52.0 +0100
+++ /var/tmp/diff_new_pack.VZDNQn/_new  2013-11-25 14:32:52.0 +0100
@@ -20,7 +20,7 @@
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.23
+Version:3.0.24
 Release:0
 Url:http://daniel-baumann.ch/software/dosfstools/
 

++ dosfstools-3.0.23.tar.xz - dosfstools-3.0.24.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.23/ChangeLog 
new/dosfstools-3.0.24/ChangeLog
--- old/dosfstools-3.0.23/ChangeLog 2013-10-15 08:05:24.0 +0200
+++ new/dosfstools-3.0.24/ChangeLog 2013-11-23 10:36:44.0 +0100
@@ -1,4 +1,25 @@
-commit 07d85ff (HEAD, master)
+commit 55bd7b7 (HEAD, master)
+Author: Jaroslav Skarvada jskar...@redhat.com
+Date:   Sat Nov 23 10:34:48 2013 +0100
+
+Fixed dosfsck on big endian platforms (Resolves: rhbz#1029695).
+
+It seems there is problem in the double conversion on big endians.
+The first conversion is done by the explicit conversion to __u16
+in the GET_UNALIGNED_W macro, so the secondary conversion by le16toh
+seems to be redundant (and wrong).
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 6debb4a (tag: v3.0.23, origin/master, origin/HEAD)
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Tue Oct 15 08:05:46 2013 +0200
+
+Releasing version 3.0.23.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 07d85ff
 Author: Daniel Baumann m...@daniel-baumann.ch
 Date:   Tue Oct 15 08:04:11 2013 +0200
 
@@ -6,7 +27,7 @@
 
 Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
 
-commit 137552f (origin/master, origin/HEAD)
+commit 137552f
 Author: Michael Shigorin m...@altlinux.org
 Date:   Tue Oct 15 01:29:33 2013 +0400
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.23/VERSION 
new/dosfstools-3.0.24/VERSION
--- old/dosfstools-3.0.23/VERSION   2013-10-15 08:05:20.0 +0200
+++ new/dosfstools-3.0.24/VERSION   2013-11-23 10:36:23.0 +0100
@@ -1 +1 @@
-3.0.23
+3.0.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.23/manpages/de/fatlabel.de.8 
new/dosfstools-3.0.24/manpages/de/fatlabel.de.8
--- old/dosfstools-3.0.23/manpages/de/fatlabel.de.8 2013-10-15 
08:05:20.0 +0200
+++ new/dosfstools-3.0.24/manpages/de/fatlabel.de.8 2013-11-23 
10:36:36.0 +0100
@@ -24,7 +24,7 @@
 .\ This file was generated with po4a. Translate the source file.
 .\
 .\***
-.TH FATLABEL 8 2013\-10\-15 3.0.23 dosfstools
+.TH FATLABEL 8 2013\-11\-23 3.0.24 dosfstools
 
 .SH NAME
 \fBfatlabel\fP \- set or get MS\-DOS filesystem label
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.23/manpages/de/fsck.fat.de.8 
new/dosfstools-3.0.24/manpages/de/fsck.fat.de.8
--- old/dosfstools-3.0.23/manpages/de/fsck.fat.de.8 2013-10-15 
08:05:20.0 +0200
+++ new/dosfstools-3.0.24/manpages/de/fsck.fat.de.8 2013-11-23 
10:36:36.0 +0100
@@ -24,7 +24,7 @@
 .\ This file was generated with po4a. Translate the source file.
 .\
 .\***
-.TH FSCK.FAT 8 2013\-10\-15 3.0.23 dosfstools
+.TH FSCK.FAT 8 2013\-11\-23 3.0.24 dosfstools
 
 .SH NAME
 \fBfsck.fat\fP \- check and repair MS\-DOS filesystems
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.23/manpages/de/mkfs.fat.de.8 
new/dosfstools-3.0.24/manpages/de/mkfs.fat.de.8

commit dosfstools for openSUSE:Factory

2013-07-31 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2013-07-31 18:31:16

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2013-07-18 
15:48:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2013-07-31 18:31:17.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 29 08:59:44 UTC 2013 - pgaj...@suse.com
+
+- updated to 3.0.22:
+  * Improved boot compatiblity.
+
+---

Old:

  dosfstools-3.0.21.tar.xz
  dosfstools-3.0.21.tar.xz.sig

New:

  dosfstools-3.0.22.tar.xz
  dosfstools-3.0.22.tar.xz.sig



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.Blonuv/_old  2013-07-31 18:31:18.0 +0200
+++ /var/tmp/diff_new_pack.Blonuv/_new  2013-07-31 18:31:18.0 +0200
@@ -20,7 +20,7 @@
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.21
+Version:3.0.22
 Release:0
 Url:http://daniel-baumann.ch/software/dosfstools/
 

++ dosfstools-3.0.21.tar.xz - dosfstools-3.0.22.tar.xz ++
 1613 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dosfstools-3.0.21/ChangeLog new/dosfstools-3.0.22/ChangeLog
--- old/dosfstools-3.0.21/ChangeLog 2013-07-16 08:33:51.0 +0200
+++ new/dosfstools-3.0.22/ChangeLog 2013-07-19 07:00:53.0 +0200
@@ -1,4 +1,62 @@
-commit a74c12c (HEAD, origin/master, origin/HEAD, master)
+commit 3dc5560 (HEAD, origin/master, origin/HEAD, master)
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Fri Jul 19 06:55:24 2013 +0200
+
+Addding install-symlinks target to phony targets in Makefile.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit c6c0581
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Fri Jul 19 06:55:00 2013 +0200
+
+Adding uninstall-symlinks target in Makefile.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 465dd8c
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Fri Jul 19 06:45:40 2013 +0200
+
+Allowing fatlabel to write labels in all lowercase but give a warning 
about DOS/Windows (Closes: #714971).
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 3621b30
+Author: John S Gruber johnsgru...@gmail.com
+Date:   Fri Jul 19 06:40:21 2013 +0200
+
+Add options and make dos boot sector more compatible with reference system 
(Closes: #552673).
+
+Unless overridden by the user sets the DOS boot sector's
+hidden-sectors field to match the start of a hard disk's
+partition.
+
+Initialize DOS boot sector drive_number according to FAT media type
+Addresses LP: #398241 and Debian #552673
+
+Adds options to override the DOS boot sector device_number and
+the FAT media type.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit be1eed5
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Wed Jul 17 12:52:20 2013 +0200
+
+Correcting wrong check preventing installation of fatlabel legacy manpage 
symlink.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit d0065d3 (tag: v3.0.21)
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Tue Jul 16 08:34:28 2013 +0200
+
+Releasing version 3.0.21.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit a74c12c
 Author: Jaroslav Skarvada jskar...@redhat.com
 Date:   Tue Jun 25 14:53:14 2013 +0200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dosfstools-3.0.21/Makefile new/dosfstools-3.0.22/Makefile
--- old/dosfstools-3.0.21/Makefile  2013-06-24 14:22:07.0 +0200
+++ new/dosfstools-3.0.22/Makefile  2013-07-19 06:55:47.0 +0200
@@ -77,7 +77,7 @@
if [ -e $(DESTDIR)/$(SBINDIR)/fatlabel ]; \
then \
ln -sf fatlabel $(DESTDIR)/$(SBINDIR)/dosfslabel; \
-   if [ 

commit dosfstools for openSUSE:Factory

2013-07-18 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2013-07-18 15:48:31

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2013-06-14 
15:44:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2013-07-18 15:48:33.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 17 09:05:45 UTC 2013 - pgaj...@suse.com
+
+- updated to 3.0.21
+  * Minor miscellaneous cleanups.
+
+---

Old:

  dosfstools-3.0.20.tar.xz
  dosfstools-3.0.20.tar.xz.sig

New:

  dosfstools-3.0.21.tar.xz
  dosfstools-3.0.21.tar.xz.sig



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.7kS355/_old  2013-07-18 15:48:33.0 +0200
+++ /var/tmp/diff_new_pack.7kS355/_new  2013-07-18 15:48:33.0 +0200
@@ -20,7 +20,7 @@
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.20
+Version:3.0.21
 Release:0
 Url:http://daniel-baumann.ch/software/dosfstools/
 

++ dosfstools-3.0.20.tar.xz - dosfstools-3.0.21.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.20/ChangeLog 
new/dosfstools-3.0.21/ChangeLog
--- old/dosfstools-3.0.20/ChangeLog 2013-06-12 12:24:38.0 +0200
+++ new/dosfstools-3.0.21/ChangeLog 2013-07-16 08:33:51.0 +0200
@@ -1,4 +1,44 @@
-commit 1a5d99f (HEAD, origin/master, origin/HEAD, master)
+commit a74c12c (HEAD, origin/master, origin/HEAD, master)
+Author: Jaroslav Skarvada jskar...@redhat.com
+Date:   Tue Jun 25 14:53:14 2013 +0200
+
+Adding the missing -p option to the fsck manpage (to be consistent with 
the output of the tool).
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 25e03c9
+Author: Patrick J. Volkerding volke...@slackware.com
+Date:   Mon Jun 24 14:23:00 2013 +0200
+
+Using $MANDIR instead of hardcoded ${PREFIX}/share/man in the Makefile.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 7fd9cf7
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Fri Jun 14 18:50:31 2013 +0200
+
+Making install-symlinks Makefile target depend on install-bin to not break 
when using make in parallel, thanks to David Walser luigiwal...@yahoo.com.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit a76bbcd
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Wed Jun 12 13:00:10 2013 +0200
+
+Using US digit date format in version date, rather than name abbrev.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit a64195f (tag: v3.0.20)
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Wed Jun 12 12:25:32 2013 +0200
+
+Releasing version 3.0.20.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 1a5d99f
 Author: Daniel Baumann m...@daniel-baumann.ch
 Date:   Wed Jun 12 12:07:58 2013 +0200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.20/Makefile 
new/dosfstools-3.0.21/Makefile
--- old/dosfstools-3.0.20/Makefile  2013-06-12 11:30:49.0 +0200
+++ new/dosfstools-3.0.21/Makefile  2013-06-24 14:22:07.0 +0200
@@ -62,7 +62,7 @@
for MANPAGE in manpages/en/*; \
do \
SECTION=8; \
-   install -D -m 0644 $${MANPAGE} 
$(DESTDIR)/$(PREFIX)/share/man/man$${SECTION}/$$(basename $${MANPAGE}); \
+   install -D -m 0644 $${MANPAGE} 
$(DESTDIR)/$(MANDIR)/man$${SECTION}/$$(basename $${MANPAGE}); \
done
 
for LANGUAGE in $(LANGUAGES); \
@@ -70,10 +70,10 @@
for MANPAGE in manpages/$${LANGUAGE}/*; \
do \
SECTION=8; \
-   install -D -m 0644 $${MANPAGE} 
$(DESTDIR)/$(PREFIX)/share/man/$${LANGUAGE}/man$${SECTION}/$$(basename 
$${MANPAGE} .$${LANGUAGE}.$${SECTION}).$${SECTION}; \
+   install -D -m 0644 $${MANPAGE} 
$(DESTDIR)/$(MANDIR)/$${LANGUAGE}/man$${SECTION}/$$(basename $${MANPAGE} 
.$${LANGUAGE}.$${SECTION}).$${SECTION}; \
done; \
done
-install-symlinks:
+install-symlinks: install-bin
if [ -e $(DESTDIR)/$(SBINDIR)/fatlabel ]; \
then \
ln -sf fatlabel $(DESTDIR)/$(SBINDIR)/dosfslabel; \
@@ -138,7 +138,7 @@
for MANPAGE in manpages/en/*; \
do \
SECTION=8; \
-   

commit dosfstools for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2013-06-13 16:39:46

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2013-06-05 
11:48:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2013-06-13 16:39:48.0 +0200
@@ -1,0 +2,22 @@
+Wed Jun 12 08:06:17 UTC 2013 - pgaj...@suse.com
+
+- update to 3.0.19:
+  * This release fixes  a  segfault with fortify.
+- removed dosfstools-system_id-overflow.patch
+
+---
+Tue Jun 11 09:20:20 UTC 2013 - pgaj...@suse.com
+
+- update to 3.0.18:
+  * Adding initial i18n support for manpages with po4a.
+  * Renaming tools to sane namespace and keeping legacy symlinks in place.
+| dosfslabel becomes fatlabel,
+| dosfsck becomes fsck.fat,
+| and mkdosfs becomes mkfs.fat.
+  * Correcting spelling typo in boot.c.
+  * dosfslabel: Do not read beyond string length (Closes: #709587).
+- refreshed both dosfstools-suse-dirs.patch and 
+  ppc-reserved-sectors-fix.patch
+- added dosfstools-system_id-overflow.patch
+
+---

Old:

  dosfstools-3.0.17.tar.xz

New:

  dosfstools-3.0.19.tar.xz



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.8gvpEd/_old  2013-06-13 16:39:49.0 +0200
+++ /var/tmp/diff_new_pack.8gvpEd/_new  2013-06-13 16:39:49.0 +0200
@@ -22,7 +22,7 @@
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.17
+Version:3.0.19
 Release:0
 Url:http://daniel-baumann.ch/software/dosfstools/
 Source: 
http://daniel-baumann.ch/files/software/dosfstools/dosfstools-%{version}.tar.xz
@@ -61,5 +61,6 @@
 #EndUsrMerge
 %{_sbindir}/*
 %{_mandir}/man8/*.gz
+%{_mandir}/de/man8/*.gz
 
 %changelog

++ dosfstools-3.0.17.tar.xz - dosfstools-3.0.19.tar.xz ++
 9824 lines of diff (skipped)

++ dosfstools-suse-dirs.patch ++
--- /var/tmp/diff_new_pack.8gvpEd/_old  2013-06-13 16:39:49.0 +0200
+++ /var/tmp/diff_new_pack.8gvpEd/_new  2013-06-13 16:39:49.0 +0200
@@ -1,9 +1,9 @@
-Index: dosfstools-3.0.15/Makefile
+Index: dosfstools-3.0.18/Makefile
 ===
 dosfstools-3.0.15.orig/Makefile
-+++ dosfstools-3.0.15/Makefile
-@@ -20,9 +20,9 @@
- 
+--- dosfstools-3.0.18.orig/Makefile
 dosfstools-3.0.18/Makefile
+@@ -22,9 +22,9 @@ SHELL := sh -e
+ LANGUAGES = $(shell cd manpages/po  ls)
  
  DESTDIR =
 -PREFIX = /usr/local

++ ppc-reserved-sectors-fix.patch ++
--- /var/tmp/diff_new_pack.8gvpEd/_old  2013-06-13 16:39:49.0 +0200
+++ /var/tmp/diff_new_pack.8gvpEd/_new  2013-06-13 16:39:49.0 +0200
@@ -1,7 +1,7 @@
-Index: dosfstools-3.0.17/src/mkdosfs.c
+Index: dosfstools-3.0.17/src/mkfs.fat.c
 ===
 dosfstools-3.0.17.orig/src/mkdosfs.c
-+++ dosfstools-3.0.17/src/mkdosfs.c
+--- dosfstools-3.0.17.orig/src/mkfs.fat.c
 dosfstools-3.0.17/src/mkfs.fat.c
 @@ -995,7 +995,7 @@ static void setup_tables(void)
}
  

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dosfstools for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2013-06-05 11:48:42

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2013-03-26 
07:00:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2013-06-05 11:48:43.0 +0200
@@ -1,0 +2,11 @@
+Mon Jun  3 13:44:15 UTC 2013 - pgaj...@suse.com
+
+- update to 3.0.17:
+  * Fixing segfault in dosfslabel.
+  * Allow operation on SH4 CPUs.
+  * Finish cleanup of byteswap code.
+  * Fix offsetof definition.
+  * etc., see ChangeLog
+- refreshed ppc-reserved-sectors-fix.patch
+
+---

Old:

  dosfstools_3.0.16.orig.tar.xz

New:

  dosfstools-3.0.17.tar.xz



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.kJ4eyt/_old  2013-06-05 11:48:44.0 +0200
+++ /var/tmp/diff_new_pack.kJ4eyt/_new  2013-06-05 11:48:44.0 +0200
@@ -22,10 +22,10 @@
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.16
+Version:3.0.17
 Release:0
-Url:http://freshmeat.net/projects/dosfstools
-Source: 
http://ftp.de.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz
+Url:http://daniel-baumann.ch/software/dosfstools/
+Source: 
http://daniel-baumann.ch/files/software/dosfstools/dosfstools-%{version}.tar.xz
 Patch0: %{name}-suse-dirs.patch
 # workaround for 
 # https://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/746262

++ ppc-reserved-sectors-fix.patch ++
--- /var/tmp/diff_new_pack.kJ4eyt/_old  2013-06-05 11:48:44.0 +0200
+++ /var/tmp/diff_new_pack.kJ4eyt/_new  2013-06-05 11:48:44.0 +0200
@@ -1,13 +1,13 @@
-Index: dosfstools-3.0.15/src/mkdosfs.c
+Index: dosfstools-3.0.17/src/mkdosfs.c
 ===
 dosfstools-3.0.15.orig/src/mkdosfs.c
-+++ dosfstools-3.0.15/src/mkdosfs.c
-@@ -1016,7 +1016,7 @@ static void setup_tables(void)
+--- dosfstools-3.0.17.orig/src/mkdosfs.c
 dosfstools-3.0.17/src/mkdosfs.c
+@@ -995,7 +995,7 @@ static void setup_tables(void)
}
  
/* Adjust the reserved number of sectors for alignment */
 -  reserved_sectors = align_object(reserved_sectors, bs.cluster_size);
 +  /* reserved_sectors = align_object(reserved_sectors, bs.cluster_size); 
*/
-   bs.reserved = CT_LE_W(reserved_sectors);
+   bs.reserved = htole16(reserved_sectors);
  
/* Adjust the number of root directory entries to help enforce 
alignment */

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dosfstools for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2013-03-26 07:00:02

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


Package is dosfstools, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2013-03-12 
11:08:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2013-03-26 07:00:03.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 15:24:47 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.N9FQnr/_old  2013-03-26 07:00:04.0 +0100
+++ /var/tmp/diff_new_pack.N9FQnr/_new  2013-03-26 07:00:04.0 +0100
@@ -25,7 +25,7 @@
 Version:3.0.16
 Release:0
 Url:http://freshmeat.net/projects/dosfstools
-Source: %{name}_%{version}.orig.tar.xz
+Source: 
http://ftp.de.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz
 Patch0: %{name}-suse-dirs.patch
 # workaround for 
 # https://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/746262

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dosfstools for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2013-03-12 11:07:23

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


Package is dosfstools, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2012-10-31 
06:57:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2013-03-12 11:08:27.0 +0100
@@ -1,0 +2,31 @@
+Mon Mar  4 07:16:53 UTC 2013 - pgaj...@suse.com
+
+- update to 3.0.16: label fixes
+  * dropped upstreamed
+- dosfstools-create-rootdir-label.patch
+- dosfstools-dosfslabel-forbid-lowercase.patch
+- dosfstools-dosfslabel-from-rootdir.patch
+- dosfstools-fsck-file-name.patch
+- dosfstools-mkdosfs-no-label.patch
+- dosfstools-mkdosfs-uppercase-label.patch
+
+---
+Mon Feb 25 07:01:42 UTC 2013 - pgaj...@suse.com
+
+- update to 3.0.15: bugfixes for device detection, root directory 
+  allocation, and messages about unicode filenames. 
+  * dropped dosfstools-filename-buffer-overflow.patch (upstreamed)
+  * dropped dosfstools-mdraid-partition.patch (upstreamed)
+  * refreshed dosfstools-suse-dirs.patch
+  * refreshed ppc-reserved-sectors-fix.patch
+(will be dropped if not upstreamed)
+  * dosfstools-label.patch splitted to:
+- dosfstools-create-rootdir-label.patch
+- dosfstools-dosfslabel-forbid-lowercase.patch
+- dosfstools-dosfslabel-from-rootdir.patch
+- dosfstools-fsck-file-name.patch
+- dosfstools-mkdosfs-no-label.patch
+- dosfstools-mkdosfs-uppercase-label.patch
+(will be upstreamed or dropped)
+
+---

Old:

  dosfstools-filename-buffer-overflow.patch
  dosfstools-label.patch
  dosfstools-mdraid-partition.patch
  dosfstools_3.0.10.orig.tar.bz2

New:

  dosfstools_3.0.16.orig.tar.xz



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.x1jEso/_old  2013-03-12 11:09:09.0 +0100
+++ /var/tmp/diff_new_pack.x1jEso/_new  2013-03-12 11:09:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dosfstools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,15 +22,14 @@
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.10
+Version:3.0.16
 Release:0
 Url:http://freshmeat.net/projects/dosfstools
-Source: %{name}_%{version}.orig.tar.bz2
+Source: %{name}_%{version}.orig.tar.xz
 Patch0: %{name}-suse-dirs.patch
-Patch1: %{name}-mdraid-partition.patch
-Patch2: %{name}-label.patch
-Patch3: %{name}-filename-buffer-overflow.patch
-Patch4: ppc-reserved-sectors-fix.patch
+# workaround for 
+# https://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/746262
+Patch100:   ppc-reserved-sectors-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Supplements:filesystem(vfat)
 
@@ -42,10 +41,7 @@
 %prep
 %setup
 %patch0 -p1
-%patch1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch100 -p1
 
 %build
 make CC=%__cc OPTFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
$RPM_OPT_FLAGS %{?_smp_mflags}

++ dosfstools-suse-dirs.patch ++
--- /var/tmp/diff_new_pack.x1jEso/_old  2013-03-12 11:09:09.0 +0100
+++ /var/tmp/diff_new_pack.x1jEso/_new  2013-03-12 11:09:09.0 +0100
@@ -1,9 +1,9 @@
-Index: dosfstools-3.0.10/Makefile
+Index: dosfstools-3.0.15/Makefile
 ===
 dosfstools-3.0.10.orig/Makefile
-+++ dosfstools-3.0.10/Makefile
-@@ -19,9 +19,9 @@
- # can be found in /usr/share/common-licenses/GPL-3 file.
+--- dosfstools-3.0.15.orig/Makefile
 dosfstools-3.0.15/Makefile
+@@ -20,9 +20,9 @@
+ 
  
  DESTDIR =
 -PREFIX = /usr/local

++ ppc-reserved-sectors-fix.patch ++
--- /var/tmp/diff_new_pack.x1jEso/_old  2013-03-12 11:09:09.0 +0100
+++ /var/tmp/diff_new_pack.x1jEso/_new  2013-03-12 11:09:09.0 +0100
@@ -1,13 +1,13 @@
-Index: dosfstools-3.0.10/src/mkdosfs.c
+Index: dosfstools-3.0.15/src/mkdosfs.c
 ===
 dosfstools-3.0.10.orig/src/mkdosfs.c
-+++ dosfstools-3.0.10/src/mkdosfs.c
-@@ -1059,7 +1059,7 @@ setup_tables 

commit dosfstools for openSUSE:Factory

2012-10-30 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2012-10-31 06:57:24

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


Package is dosfstools, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2012-09-29 
15:25:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2012-10-31 06:57:26.0 +0100
@@ -1,0 +2,8 @@
+Fri Oct 26 15:19:38 UTC 2012 - dval...@suse.com
+
+- hack to use just 1 sector for embedded devices. should be made 
+  into a flag, but this shouldn't break normal systems ...
+  lunchpad bug (746262)
+- fixes ppc boot from vfat (in case root on raid,lvm,ext4) 
+
+---

New:

  ppc-reserved-sectors-fix.patch



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.lKrNJY/_old  2012-10-31 06:57:27.0 +0100
+++ /var/tmp/diff_new_pack.lKrNJY/_new  2012-10-31 06:57:27.0 +0100
@@ -17,7 +17,8 @@
 
 
 Name:   dosfstools
-Provides:   mkdosfs dosfsck
+Provides:   dosfsck
+Provides:   mkdosfs
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
@@ -29,6 +30,7 @@
 Patch1: %{name}-mdraid-partition.patch
 Patch2: %{name}-label.patch
 Patch3: %{name}-filename-buffer-overflow.patch
+Patch4: ppc-reserved-sectors-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Supplements:filesystem(vfat)
 
@@ -43,6 +45,7 @@
 %patch1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 make CC=%__cc OPTFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
$RPM_OPT_FLAGS %{?_smp_mflags}

++ ppc-reserved-sectors-fix.patch ++
Index: dosfstools-3.0.10/src/mkdosfs.c
===
--- dosfstools-3.0.10.orig/src/mkdosfs.c
+++ dosfstools-3.0.10/src/mkdosfs.c
@@ -1059,7 +1059,7 @@ setup_tables (void)
 }
 
 /* Adjust the reserved number of sectors for alignment */
-reserved_sectors = align_object(reserved_sectors, bs.cluster_size);
+/* reserved_sectors = align_object(reserved_sectors, bs.cluster_size); */
 bs.reserved = CT_LE_W(reserved_sectors);
 
 /* Adjust the number of root directory entries to help enforce alignment */
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dosfstools for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2012-02-14 11:23:46

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


Package is dosfstools, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2011-10-04 
18:09:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2012-02-14 11:23:55.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  8 20:39:33 UTC 2012 - rschweik...@suse.com
+
+- place binaries in /usr tree (UsrMerge project)
+
+---



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.t85Lr5/_old  2012-02-14 11:23:56.0 +0100
+++ /var/tmp/diff_new_pack.t85Lr5/_new  2012-02-14 11:23:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dosfstools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   dosfstools
 Provides:   mkdosfs dosfsck
+Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0
 Group:  System/Filesystems
-Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 Version:3.0.10
-Release:14
+Release:0
 Url:http://freshmeat.net/projects/dosfstools
 Source: %{name}_%{version}.orig.tar.bz2
 Patch0: %{name}-suse-dirs.patch
@@ -49,12 +48,19 @@
 make CC=%__cc OPTFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
$RPM_OPT_FLAGS %{?_smp_mflags}
 
 %install
-%makeinstall
+%makeinstall SBINDIR=%{_sbindir}
+#UsrMerge
+mkdir $RPM_BUILD_ROOT/sbin
+ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos} 
$RPM_BUILD_ROOT/sbin
+#EndUsrMerge
 
 %files
 %defattr(-,root,root)
 %doc %{_docdir}/%{name}
+#UsrMerge
 /sbin/*
+#EndUsrMerge
+%{_sbindir}/*
 %{_mandir}/man8/*.gz
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dosfstools for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2011-12-06 18:06:58

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


Package is dosfstools, Maintainer is pgaj...@suse.com

Changes:




Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.UI3RIP/_old  2011-12-06 18:11:15.0 +0100
+++ /var/tmp/diff_new_pack.UI3RIP/_new  2011-12-06 18:11:15.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   dosfstools
 Provides:   mkdosfs dosfsck
-License:GPLv3
+License:GPL-3.0
 Group:  System/Filesystems
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 Version:3.0.10

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dosfstools for openSUSE:Factory

2011-09-20 Thread h_root

Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory
checked in at Tue Sep 20 12:52:12 CEST 2011.




--- dosfstools/dosfstools.changes   2011-03-09 12:40:44.0 +0100
+++ /mounts/work_src_done/STABLE/dosfstools/dosfstools.changes  2011-09-18 
19:34:05.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.t5X9fn/_old  2011-09-20 12:52:02.0 +0200
+++ /var/tmp/diff_new_pack.t5X9fn/_new  2011-09-20 12:52:02.0 +0200
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   dosfstools
 Provides:   mkdosfs dosfsck
 License:GPLv3
 Group:  System/Filesystems
-AutoReqProv:on
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 Version:3.0.10
 Release:14
@@ -40,14 +38,6 @@
 which respectively make and check MS-DOS FAT file systems on hard
 drives or on floppies.
 
-
-
-Authors:
-
-Dave Hudson d...@humbug.demon.co.uk
-Werner Almesberger werner.almesber...@lrc.di.epfl.ch
-Roman Hodek roman.ho...@informatik.uni-erlangen.de
-
 %prep
 %setup
 %patch0 -p1
@@ -56,14 +46,11 @@
 %patch3 -p1
 
 %build
-make OPTFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS
+make OPTFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS 
%{?_smp_mflags}
 
 %install
 %makeinstall
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc %{_docdir}/%{name}






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dosfstools for openSUSE:Factory

2011-03-14 Thread h_root

Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory
checked in at Mon Mar 14 11:37:28 CET 2011.




--- dosfstools/dosfstools.changes   2010-12-20 15:11:46.0 +0100
+++ /mounts/work_src_done/STABLE/dosfstools/dosfstools.changes  2011-03-09 
12:40:44.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  8 18:13:53 CET 2011 - pgaj...@suse.cz
+
+- fixed fsck.vfat crashing [bnc#677236]
+
+---

calling whatdependson for head-i586


New:

  dosfstools-filename-buffer-overflow.patch



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.3a9knQ/_old  2011-03-14 11:37:08.0 +0100
+++ /var/tmp/diff_new_pack.3a9knQ/_new  2011-03-14 11:37:08.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package dosfstools (Version 3.0.10)
+# spec file for package dosfstools
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -25,12 +25,13 @@
 AutoReqProv:on
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 Version:3.0.10
-Release:3
+Release:14
 Url:http://freshmeat.net/projects/dosfstools
 Source: %{name}_%{version}.orig.tar.bz2
 Patch0: %{name}-suse-dirs.patch
 Patch1: %{name}-mdraid-partition.patch
 Patch2: %{name}-label.patch
+Patch3: %{name}-filename-buffer-overflow.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Supplements:filesystem(vfat)
 
@@ -52,6 +53,7 @@
 %patch0 -p1
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 make OPTFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS

++ dosfstools-filename-buffer-overflow.patch ++
Index: dosfstools-3.0.10/src/check.c
===
--- dosfstools-3.0.10.orig/src/check.c
+++ dosfstools-3.0.10/src/check.c
@@ -174,7 +174,10 @@ loff_t alloc_rootdir_entry(DOS_FS *fs, D
offset = fs-root_start+next_free*sizeof(DIR_ENT);
memset(de,0,sizeof(DIR_ENT));
while (1) {
-   sprintf(de-name,pattern,curr_num);
+   char expanded[12];
+   sprintf(expanded, pattern, curr_num);
+   memcpy(de-name, expanded, 8);
+   memcpy(de-ext, expanded+8, 3);
for (scan = 0; scan  fs-root_entries; scan++)
if (scan != next_free 
!strncmp(root[scan].name,de-name,MSDOS_NAME))





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org