From e24b54f865c37a061246ff9b5d8107c73ef2cccf Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Wed, 4 Mar 2009 01:29:53 +0000 Subject: [PATCH] - Update to version 1.4.9 --- .cvsignore | 2 +- sources | 2 +- tokyocabinet-fedora.patch | 28 ++++++++++------------------ tokyocabinet.spec | 7 +++++-- 4 files changed, 17 insertions(+), 22 deletions(-) diff --git a/.cvsignore b/.cvsignore index 96e3a2f..a0539ef 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tokyocabinet-1.3.27.tar.gz +tokyocabinet-1.4.9.tar.gz diff --git a/sources b/sources index 338ca17..9e29b10 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9dfaa4311717ee3ab56c873af312f045 tokyocabinet-1.3.27.tar.gz +295c5c04d62bfd3a772dbfa1bc9991ca tokyocabinet-1.4.9.tar.gz diff --git a/tokyocabinet-fedora.patch b/tokyocabinet-fedora.patch index 38c9f5b..61fbd82 100644 --- a/tokyocabinet-fedora.patch +++ b/tokyocabinet-fedora.patch @@ -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 diff --git a/tokyocabinet.spec b/tokyocabinet.spec index 168d82e..b866af4 100644 --- a/tokyocabinet.spec +++ b/tokyocabinet.spec @@ -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 - 1.4.9-1 +- Update to version 1.4.9 + * Wed Feb 25 2009 Fedora Release Engineering - 1.3.27-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild