4.15 bump

This commit is contained in:
Petr Písař 2015-02-09 14:17:21 +01:00
parent 01c5679df5
commit 996adc0a42
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ sharutils-4.9.tar.bz2
/sharutils-4.13.5.tar.xz
/sharutils-4.14.tar.xz
/sharutils-4.14.2.tar.xz
/sharutils-4.15.tar.xz

View File

@ -1,6 +1,6 @@
Summary: The GNU shar utilities for packaging and unpackaging shell archives
Name: sharutils
Version: 4.14.2
Version: 4.15
Release: 1%{?dist}
# The main code: GPLv3+
# lib (gnulib): GPLv3+
@ -10,8 +10,7 @@ Release: 1%{?dist}
# doc/sharutils.texi: GFDL
License: GPLv3+ and (LGPLv3+ or BSD) and LGPLv2+ and Public Domain and GFDL
Group: Applications/Archiving
# The su-4.14.2 is an upstream mistake which will be fixed in the future
Source: ftp://ftp.gnu.org/gnu/%{name}/su-4.14.2/%{name}-%{version}.tar.xz
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
# Pass compilation with -Werror=format-security, bug #1037323
Patch0: %{name}-4.14.2-Pass-compilation-with-Werror-format-security.patch
URL: http://www.gnu.org/software/%{name}/
@ -65,13 +64,17 @@ if [ $1 = 0 ]; then
fi
%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
%license COPYING
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%{_bindir}/*
%{_infodir}/*info*
%{_mandir}/man1/*
%{_mandir}/man5/*
%changelog
* Mon Feb 09 2015 Petr Pisar <ppisar@redhat.com> - 4.15-1
- 4.15 bump
* Mon Dec 15 2014 Petr Pisar <ppisar@redhat.com> - 4.14.2-1
- 4.14.2 bump
- License changed from (GPLv3+ and LGPLv3+ and (LGPLv3+ or BSD) and LGPLv2+

View File

@ -1 +1 @@
c8bc90cb0ab0bb3932fe596b79952c1a sharutils-4.14.2.tar.xz
4b94e8016adf1a544c90e96132e36c8d sharutils-4.15.tar.xz