4.15 bump
This commit is contained in:
parent
01c5679df5
commit
996adc0a42
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user