Browse Source

ldns 1.6.16-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8098 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 10 years ago
parent
commit
29b30813ad
1 changed files with 8 additions and 1 deletions
  1. 8 1
      l/ldns/ldns-vl.spec

+ 8 - 1
l/ldns/ldns-vl.spec

@@ -17,10 +17,12 @@ Summary: Lowlevel DNS(SEC) library with API
 Summary(ja): 低レベルな DNS(SEC) ライブラリと API
 Name: ldns
 Version: 1.6.16
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
+# from Fedora
+Patch1000: ldns-1.6.16-uninitialized-value-compiler-warnings.patch
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
@@ -68,6 +70,7 @@ Python extensions for ldns
 
 %prep
 %setup -q 
+%patch1000 -p2
 
 %build
 %configure --disable-rpath --disable-static \
@@ -144,6 +147,10 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Dec 31 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.6.16-2
+- add 'fix compiler warnings and one uninitialized value' patch (Patch1000)
+ - from Fedora ldns-1.6.16-6.fc20
+
 * Wed Dec  5 2012 IWAI, Masaharu <iwai@alib.jp> 1.6.16-1
 - new upstream release