updated to 4.10
This commit is contained in:
parent
dff5e8bd54
commit
2e616e7be9
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,3 +32,5 @@ libtasn1-2.7.tar.gz
|
||||
/gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
||||
/libtasn1-4.9.tar.gz.sig
|
||||
/libtasn1-4.9.tar.gz
|
||||
/libtasn1-4.10.tar.gz
|
||||
/libtasn1-4.10.tar.gz.sig
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 7a14e04..066f5fe 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -70,8 +70,6 @@ AC_ARG_ENABLE([gcc-warnings],
|
||||
)
|
||||
|
||||
if test "$gl_gcc_warnings" = yes; then
|
||||
- gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
|
||||
-
|
||||
nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings
|
||||
nw="$nw -Wc++-compat" # We don't care strongly about C++ compilers
|
||||
nw="$nw -Wtraditional" # Warns on #elif which we use often
|
@ -1,7 +1,7 @@
|
||||
Summary: The ASN.1 library used in GNUTLS
|
||||
Name: libtasn1
|
||||
Version: 4.9
|
||||
Release: 2%{?dist}
|
||||
Version: 4.10
|
||||
Release: 1%{?dist}
|
||||
|
||||
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
|
||||
License: GPLv3+ and LGPLv2+
|
||||
@ -11,7 +11,6 @@ Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz
|
||||
Source1: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz.sig
|
||||
Source2: gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
||||
Patch1: libtasn1-3.4-rpath.patch
|
||||
Patch2: libtasn1-4.9-no-werror.patch
|
||||
|
||||
BuildRequires: bison, pkgconfig, help2man
|
||||
BuildRequires: autoconf, automake, libtool
|
||||
@ -57,7 +56,6 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%setup -q
|
||||
|
||||
%patch1 -p1 -b .rpath
|
||||
%patch2 -p1 -b .no-werror
|
||||
|
||||
%build
|
||||
autoreconf -v -f --install
|
||||
@ -110,6 +108,9 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 17 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 4.10-1
|
||||
- Update to 4.10 (#1413792)
|
||||
|
||||
* Mon Nov 7 2016 Peter Robinson <pbrobinson@fedoraproject.org> 4.9-2
|
||||
- Move development related docs to devel sub package
|
||||
- Cleanup spec and macros
|
||||
|
5
sources
5
sources
@ -1,3 +1,2 @@
|
||||
d4e15d30fd1f64c140d5226abb1a5c0b libtasn1-4.9.tar.gz.sig
|
||||
3018d0f466a32b66dde41bb122e6cab6 libtasn1-4.9.tar.gz
|
||||
310168e221d6e810022b270e32bf9662 gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
||||
SHA512 (libtasn1-4.10.tar.gz) = 614e93128e6be8f46a2ad46e2a515e2edfb1f5a2e90c9e5da02d3afc0a882dc956632dd2b1eddd6b0e258e7b58a82d5d745d8ccd23120d94bb0af48132ed1a18
|
||||
SHA512 (libtasn1-4.10.tar.gz.sig) = ff2e7a5a226f97b8a00400c91b8a0e3985b63e25179e086a1ad1755dcf15dc6ad3fa9952015e0c9351ee0d390a471f2719037e4a63813f5e6c56cc7722916463
|
||||
|
Loading…
Reference in New Issue
Block a user