[libtalloc/f18] New upstream release 2.0.8

Jakub Hrozek jhrozek at fedoraproject.org
Thu Feb 7 11:16:42 UTC 2013


commit 78f18065bdee0ac00d8eff7fd938e5a96f7d4a95
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Sat Dec 1 20:38:58 2012 +0100

    New upstream release 2.0.8

 .gitignore                                         |    1 +
 ...dded-autoconf-disable-silent-rules-option.patch |   30 --------------------
 libtalloc.spec                                     |   11 ++++---
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ae89ff..200a17c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /talloc-2.0.6.tar.gz
 /talloc-2.0.7.tar.gz
+/talloc-2.0.8.tar.gz
diff --git a/libtalloc.spec b/libtalloc.spec
index 1abdfc6..29de7a6 100644
--- a/libtalloc.spec
+++ b/libtalloc.spec
@@ -5,8 +5,8 @@
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")}
 
 Name: libtalloc
-Version: 2.0.7
-Release: 5%{?dist}
+Version: 2.0.8
+Release: 1%{?dist}
 Group: System Environment/Daemons
 Summary: The talloc library
 License: LGPLv3+
@@ -23,7 +23,6 @@ BuildRequires: doxygen
 Provides: bundled(libreplace)
 
 # Patches
-Patch1001: 0001-build-added-autoconf-disable-silent-rules-option.patch
 
 
 %description
@@ -57,8 +56,6 @@ Development libraries for pytalloc
 %prep
 %setup -q -n talloc-%{version}
 
-%patch1001 -p1
-
 %build
 %configure --disable-rpath \
            --disable-rpath-install \
@@ -97,6 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libtalloc.so
 %{_libdir}/pkgconfig/talloc.pc
 %{_mandir}/man3/talloc*.3.gz
+%{_mandir}/man3/libtalloc*.3.gz
 
 %files -n pytalloc
 %defattr(-,root,root,-)
@@ -117,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n pytalloc -p /sbin/ldconfig
 
 %changelog
+* Sat Dec 01 2012 Jakub Hrozek <jhrozek at redhat.com> - 2.0.8-1
+- New upstream release
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.7-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 12f29c6..d11c88c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dbfb3146f4cc47054e13b8a2988299f9  talloc-2.0.7.tar.gz
+7857200b58a8617ca18fe2c91296cd93  talloc-2.0.8.tar.gz


More information about the scm-commits mailing list