pwouters pushed to getdns (epel7). "* Mon May 25 2015 Paul Wouters <pwouters at redhat.com> - 0.2.0-1 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 25 17:29:00 UTC 2015


From 8b7226a99fce96aa1db76e4d79cb3e0508b37893 Mon Sep 17 00:00:00 2001
From: Paul Wouters <pwouters at redhat.com>
Date: Mon, 25 May 2015 11:51:00 -0400
Subject: * Mon May 25 2015 Paul Wouters <pwouters at redhat.com> - 0.2.0-1 -
 Updated to 0.2.0 which includes full DNS over TLS support - Updated spurious
 execute bit fixes - Added explicit --with-* lines to make dependancies clear


diff --git a/.gitignore b/.gitignore
index b46a19c..281f40f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /getdns-0.1.3.tar.gz
 /getdns-0.1.5.tar.gz
 /getdns-0.1.6.tar.gz
+/getdns-0.2.0.tar.gz
diff --git a/getdns.spec b/getdns.spec
index 5a0381d..60fd266 100644
--- a/getdns.spec
+++ b/getdns.spec
@@ -1,6 +1,6 @@
 Summary: Modern asynchronous API to the DNS
 Name: getdns
-Version: 0.1.6
+Version: 0.2.0
 Release: 1%{?dist}
 License: BSD
 Url: http://www.getdnsapi.net
@@ -29,13 +29,12 @@ some example C code.
 %prep
 %setup -q 
 # remove spurious execute bit
-chmod 644 src/util-internal.h src/context.h src/extension/libmini_event.h \
-          src/stub.c src/util-internal.c src/sync.c src/context.c \
-          src/extension/libmini_event.c
+chmod 644 src/stub.c spec/index.html src/const-info.c
 
 %build
 %configure --disable-rpath --disable-static --with-libevent \
-  --with-trust-anchor=%{_sharedstatedir}/unbound/root.key 
+  --with-libidn --with-ldns --with-libunbound \
+  --with-trust-anchor=%{_sharedstatedir}/unbound/root.anchor 
 make %{?_smp_mflags} 
 
 %check
@@ -63,6 +62,11 @@ rm -rf %{buildroot}%{_docdir}/%{name}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon May 25 2015 Paul Wouters <pwouters at redhat.com> - 0.2.0-1
+- Updated to 0.2.0 which includes full DNS over TLS support
+- Updated spurious execute bit fixes
+- Added explicit --with-* lines to make dependancies clear
+
 * Mon Jan 19 2015 Paul Wouters <pwouters at redhat.com> - 0.1.6-1
 - Updated to 0.1.6 with minor bugfixes
 - Remove spurious execute bits from some *.[ch] files
diff --git a/sources b/sources
index 4df7dfc..b450514 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-def00e3fa7f0f44fb86838a7d64a714e  getdns-0.1.6.tar.gz
+268ebec9058f29ef7e203fbb3b5f5c0f  getdns-0.2.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/getdns.git/commit/?h=epel7&id=8b7226a99fce96aa1db76e4d79cb3e0508b37893


More information about the scm-commits mailing list