diff --git a/dosfstools.spec b/dosfstools.spec index 9404410..9a7a8d4 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -1,12 +1,11 @@ Name: dosfstools Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux -Version: 3.0.26 -Release: 3%{?dist} +Version: 3.0.27 +Release: 1%{?dist} License: GPLv3+ Group: Applications/System -Source0: http://www.daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz -URL: http://www.daniel-baumann.ch/software/dosfstools/ -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz +URL: http://github.com/dosfstools/dosfstools %description The dosfstools package includes the mkdosfs and dosfsck utilities, @@ -23,9 +22,6 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_B rm -rf %{buildroot} make DESTDIR=%{buildroot} install-bin install-man install-symlinks PREFIX=%{_prefix} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc ChangeLog COPYING doc/*-2.x @@ -35,6 +31,13 @@ rm -rf %{buildroot} %changelog +* Fri Nov 14 2014 Jaroslav Škarvada - 3.0.27-1 +- New version + Resolves: rhbz#1078057 + Resolves: rhbz#1158101 +- Updated URL to point to new upstream +- Removed RPM artefacts from SPEC + * Sat Aug 16 2014 Fedora Release Engineering - 3.0.26-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index ae46301..1634a03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45012f5f56f2aae3afcd62120b9e5a08 dosfstools-3.0.26.tar.xz +3254566ea66b185920abb7f694df2c2a dosfstools-3.0.27.tar.xz