Browse Source

libtalloc-2.0.7-1, libtdb-1.2.10-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6101 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 12 years ago
parent
commit
455dfeb1ef
2 changed files with 16 additions and 8 deletions
  1. 8 4
      lib/libt/libtalloc/libtalloc-vl.spec
  2. 8 4
      lib/libt/libtdb/libtdb-vl.spec

+ 8 - 4
lib/libt/libtalloc/libtalloc-vl.spec

@@ -1,8 +1,8 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
 Name: libtalloc
-Version: 2.0.5
-Release: 10%{?_dist_release}
+Version: 2.0.7
+Release: 1%{?_dist_release}
 Group: System Environment/Libraries
 Summary: The talloc library
 License: LGPLv3+
@@ -20,7 +20,7 @@ Distribution: Vine Linux
 Packager: tomop
 
 # Patches
-Patch0001: 0001-Install-python-bindings-in-the-arch-specific-locatio.patch
+Patch0001: 0001-Install-python-bindings-in-the-arch-specific-location.patch
 
 %description
 A library that implements a hierarchical allocator with destructors.
@@ -65,7 +65,7 @@ A library that implements a hierarchical allocator with destructors.
 %patch0001 -p1
 
 %build
-./autogen.sh
+#./autogen.sh
 %configure --disable-rpath --bundled-libraries=NONE
 make %{?_smp_mflags} V=1
 
@@ -128,6 +128,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sat Apr 14 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.7-1
+- new upstream release.
+- updated Patch0001.
+
 * Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.5-10
 - rebuild with python-2.7.2
 

+ 8 - 4
lib/libt/libtdb/libtdb-vl.spec

@@ -1,8 +1,8 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
 Name: libtdb
-Version: 1.2.9
-Release: 11%{?_dist_release}
+Version: 1.2.10
+Release: 1%{?_dist_release}
 Group: System Environment/Libraries
 Summary: The tdb library
 License: LGPLv3+
@@ -20,7 +20,7 @@ Distribution: Vine Linux
 Packager: tomop
 
 # Patches
-Patch0001: 0001-Install-python-bindings-in-the-arch-specific-locatio.patch
+Patch0001: 0001-Install-python-bindings-in-the-arch-specific-location.patch
 
 %description
 A library that implements a trivial database.
@@ -66,7 +66,7 @@ A library that implements a trivial database.
 %patch0001 -p1
 
 %build
-./autogen.sh
+#./autogen.sh
 %configure --disable-rpath --bundled-libraries=NONE
 make %{?_smp_mflags} V=1
 
@@ -132,6 +132,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sat Apr 14 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.10-1
+- new upstream release.
+- updated Patch0001.
+
 * Thu Feb 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.9-11
 - rebuild with python-2.7.2