New upstream release 2.0.8
This commit is contained in:
parent
67d85aef1e
commit
42a5dabc49
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/talloc-2.0.6.tar.gz
|
||||
/talloc-2.0.7.tar.gz
|
||||
/talloc-2.0.8.tar.gz
|
||||
|
||||
@ -1,30 +0,0 @@
|
||||
From 6af702bdc9ea36a1f33232a818a819afde9bc4d2 Mon Sep 17 00:00:00 2001
|
||||
From: Sumit Bose <sbose@redhat.com>
|
||||
Date: Thu, 6 Oct 2011 10:32:58 +0200
|
||||
Subject: [PATCH] build: added autoconf --disable-silent-rules option
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Günther Deschner <gd@samba.org>
|
||||
---
|
||||
buildtools/wafsamba/wscript | 3 +++
|
||||
1 files changed, 3 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
|
||||
index 1a7f3eb69974625e903f314c6c7b92547063e884..5c5e249758c36a64083499b9050c0c4e77c87b6d 100755
|
||||
--- a/buildtools/wafsamba/wscript
|
||||
+++ b/buildtools/wafsamba/wscript
|
||||
@@ -162,6 +162,9 @@ def set_options(opt):
|
||||
opt.add_option('--disable-dependency-tracking',
|
||||
help=SUPPRESS_HELP,
|
||||
action='store_true', dest='AUTOCONF_DISABLE_DEPENDENCY_TRACKING', default=False)
|
||||
+ opt.add_option('--disable-silent-rules',
|
||||
+ help=SUPPRESS_HELP,
|
||||
+ action='store_true', dest='AUTOCONF_DISABLE_SILENT_RULES', default=False)
|
||||
|
||||
gr = opt.option_group('dist options')
|
||||
gr.add_option('--sign-release',
|
||||
--
|
||||
1.7.7.3
|
||||
|
||||
@ -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@redhat.com> - 2.0.8-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user