[gnutls/f21] new upstream release

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Mon Mar 2 09:50:33 UTC 2015


commit e96b547aa58a109f089fcf5472978aa45078ca58
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Thu Feb 26 09:49:51 2015 +0100

    new upstream release

 .gitignore  |  1 +
 gnutls.spec | 12 +++++++++---
 sources     |  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83491aa..aed751c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@ gnutls-2.10.1-nosrp.tar.bz2
 /gnutls-3.3.10-hobbled.tar.xz
 /gnutls-3.3.11-hobbled.tar.xz
 /gnutls-3.3.12-hobbled.tar.xz
+/gnutls-3.3.13-hobbled.tar.xz
diff --git a/gnutls.spec b/gnutls.spec
index 83ee502..cc024e2 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -2,7 +2,7 @@
 %bcond_without guile
 Summary: A TLS protocol implementation
 Name: gnutls
-Version: 3.3.12
+Version: 3.3.13
 Release: 1%{?dist}
 # The libraries are LGPLv2.1+, utilities are GPLv3+
 License: GPLv3+ and LGPLv2+
@@ -168,7 +168,7 @@ export LDFLAGS="-Wl,--no-add-needed"
            --disable-dane \
 %endif
            --disable-rpath
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -223,7 +223,8 @@ fi
 %files -f gnutls.lang
 %defattr(-,root,root,-)
 %{_libdir}/libgnutls.so.28*
-%doc COPYING COPYING.LESSER README AUTHORS NEWS THANKS
+%doc README AUTHORS NEWS THANKS
+%license COPYING COPYING.LESSER
 
 %files c++
 %{_libdir}/libgnutlsxx.so.*
@@ -268,6 +269,11 @@ fi
 %endif
 
 %changelog
+* Thu Feb 26 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> 3.3.13-1
+- new upstream release
+- Make build verbose
+- Use %%license
+
 * Mon Jan 19 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> 3.3.12-1
 - new upstream release
 
diff --git a/sources b/sources
index 4ee16b7..8bf6ae1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8b3988eacb63d7b84fe459d55313eff  gnutls-3.3.12-hobbled.tar.xz
+0803ee70e1ececc35921c0c902f7effe  gnutls-3.3.13-hobbled.tar.xz


More information about the scm-commits mailing list