- Update to version 1.4.9

This commit is contained in:
Deji Akingunola 2009-03-04 01:29:53 +00:00
parent 0d04cb8415
commit e24b54f865
4 changed files with 17 additions and 22 deletions

View File

@ -1 +1 @@
tokyocabinet-1.3.27.tar.gz
tokyocabinet-1.4.9.tar.gz

View File

@ -1 +1 @@
9dfaa4311717ee3ab56c873af312f045 tokyocabinet-1.3.27.tar.gz
295c5c04d62bfd3a772dbfa1bc9991ca tokyocabinet-1.4.9.tar.gz

View File

@ -1,14 +1,15 @@
--- configure.in 2008-12-27 05:21:45.000000000 -0500
+++ configure.in.new 2009-01-13 18:16:44.000000000 -0500
@@ -31,26 +31,14 @@
--- configure.in 2009-02-25 00:22:38.000000000 -0500
+++ configure.in.new 2009-03-03 10:15:18.000000000 -0500
@@ -31,27 +31,15 @@
MYPCFILES="tokyocabinet.pc"
# Building flags
-MYCFLAGS="-std=c99 -Wall -fPIC -fsigned-char -O2"
-MYCPPFLAGS="-I. -I\$(INCLUDEDIR) -I$HOME/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1"
-MYCPPFLAGS="-I. -I\$(INCLUDEDIR) -I$HOME/include -I/usr/local/include"
+MYCFLAGS="-std=c99 -Wall -fPIC -fsigned-char"
+MYCPPFLAGS="-I. -I\$(INCLUDEDIR)"
MYCPPFLAGS="$MYCPPFLAGS -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__"
-MYLDFLAGS="-L. -L\$(LIBDIR) -L$HOME/lib -L/usr/local/lib"
+MYCFLAGS="-std=c99 -Wall -fPIC -fsigned-char $CFLAGS"
+MYCPPFLAGS="-I. -I\$(INCLUDEDIR) -DNDEBUG -D_GNU_SOURCE=1"
+MYLDFLAGS="-L. -L\$(LIBDIR)"
MYCMDLDFLAGS=""
MYRUNPATH="\$(LIBDIR)"
@ -30,17 +31,8 @@
#================================================================
# Options
#================================================================
@@ -103,7 +91,7 @@
AC_HELP_STRING([--enable-fastest], [build for fastest run]))
if test "$enable_fastest" = "yes"
then
- MYCFLAGS="-std=c99 -Wall -fPIC -pedantic -fsigned-char -O3"
+ MYCFLAGS="-std=c99 -Wall -fPIC -pedantic -fsigned-char $CFLAGS -O3"
MYCFLAGS="$MYCFLAGS -fomit-frame-pointer -fforce-addr -minline-all-stringops"
MYCPPFLAGS="$MYCPPFLAGS -D_MYFASTEST"
enables="$enables (fastest)"
--- Makefile.in 2008-12-22 12:02:44.000000000 -0500
+++ Makefile.in.new 2009-01-13 18:17:54.000000000 -0500
--- Makefile.in 2009-02-23 11:37:15.000000000 -0500
+++ Makefile.in.new 2009-03-03 09:56:36.000000000 -0500
@@ -54,8 +54,8 @@
LDFLAGS = @MYLDFLAGS@
CMDLDFLAGS = @MYCMDLDFLAGS@
@ -53,7 +45,7 @@
--- tokyocabinet.pc.in 2008-02-18 02:25:18.000000000 -0500
+++ tokyocabinet.pc.in.new 2009-01-13 18:18:52.000000000 -0500
+++ tokyocabinet.pc.in.new 2009-03-03 09:57:26.000000000 -0500
@@ -10,5 +10,5 @@
Name: Tokyo Cabinet
Description: a modern implementation of DBM

View File

@ -1,7 +1,7 @@
Summary: A modern implementation of a DBM
Name: tokyocabinet
Version: 1.3.27
Release: 2%{?dist}
Version: 1.4.9
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://tokyocabinet.sourceforge.net/
@ -70,6 +70,9 @@ rm -rf %{buildroot}
%doc doc/*
%changelog
* Tue Mar 03 2009 Deji Akingunola <dakingun@gmail.com> - 1.4.9-1
- Update to version 1.4.9
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.27-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild