]> git.pld-linux.org Git - packages/gnutls.git/commitdiff
- updated to 1.0.2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 Dec 2003 21:44:48 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added am18 patch (*.m4 quotation fixes and build fix needed for am 1.8)

Changed files:
    gnutls.spec -> 1.25

gnutls.spec

index 804a4f18710eae7bdf096dd7cbd0e68a81d00de3..4b65e5c09500ea73b4ce3bb206cf9f17ce139343 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       The GNU Transport Layer Security Library
 Summary(pl):   Biblioteka GNU TLS (Transport Layer Security)
 Name:          gnutls
-Version:       1.0.1
+Version:       1.0.2
 Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://ftp.gnutls.org/pub/gnutls/%{name}-%{version}.tar.gz
-# Source0-md5: e2851b089ed2caf2f9a8afeb6d349d0b
+# Source0-md5: f4cfa9d22a9f915e9f391ac36a035fc0
+Patch0:                %{name}-am18.patch
 URL:           http://www.gnu.org/software/gnutls/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -59,6 +60,9 @@ Biblioteka statyczna gnutls.
 
 %prep
 %setup -q
+%patch0 -p1
+
+rm -f acinclude.m4
 
 %build
 # supplied libtool is broken (relink)
This page took 0.143911 seconds and 4 git commands to generate.