[dosfstools] New version

Jaroslav Škarvada jskarvad at fedoraproject.org
Thu Jan 24 13:26:23 UTC 2013


commit dfcc8e03fb716158be45c23613d283c4bf2d77d7
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Thu Jan 24 14:26:15 2013 +0100

    New version
    
      Resolves: rhbz#903581
    - Switched to xz compressed sources
    - Dropped dosfslabel-fat32 patch (upstreamed)

 .gitignore                               |    2 +-
 dosfstools-3.0.12-dosfslabel-fat32.patch |   37 ------------------------------
 dosfstools.spec                          |   15 +++++++-----
 sources                                  |    2 +-
 4 files changed, 11 insertions(+), 45 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c637954..a25ce13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-dosfstools-3.0.12.tar.bz2
+dosfstools-*.tar.xz
diff --git a/dosfstools.spec b/dosfstools.spec
index 0b5d521..802752f 100644
--- a/dosfstools.spec
+++ b/dosfstools.spec
@@ -1,16 +1,14 @@
 Name: dosfstools
 Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux
-Version: 3.0.12
-Release: 3%{?dist}
+Version: 3.0.14
+Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/System
-Source0: http://www.daniel-baumann.ch/software/dosfstools/%{name}-%{version}.tar.bz2
+Source0: http://www.daniel-baumann.ch/software/dosfstools/%{name}-%{version}.tar.xz
 URL: http://www.daniel-baumann.ch/software/dosfstools/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # Fix buffer overflow in alloc_rootdir_entry (#674095)
 Patch0: dosfstools-3.0.12-fix-alloc-rootdir-entry.patch
-# Fix dosfslabel on FAT32 (#693662)
-Patch1: dosfstools-3.0.12-dosfslabel-fat32.patch
 # Fix device partitions detection (#710480)
 Patch2: dosfstools-3.0.12-dev-detect-fix.patch
 
@@ -22,7 +20,6 @@ drives or on floppies.
 %prep
 %setup -q
 %patch0 -p1 -b .fix-alloc-rootdir-entry
-%patch1 -p1 -b .dosfslabel-fat32
 %patch2 -p1 -b .dev-detect-fix
 
 %build
@@ -42,6 +39,12 @@ rm -rf %{buildroot}
 %{_mandir}/man8/*
 
 %changelog
+* Thu Jan 24 2013 Jaroslav Škarvada <jskarvad at redhat.com> - 3.0.14-1
+- New version
+  Resolves: rhbz#903581
+- Switched to xz compressed sources
+- Dropped dosfslabel-fat32 patch (upstreamed)
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 5d2044f..0318e26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c7c2adac9eae4afbe1f16443142b566  dosfstools-3.0.12.tar.bz2
+791172a19bc2250fe89c9a59c67bf3b5  dosfstools-3.0.14.tar.xz


More information about the scm-commits mailing list