rpms/tokyocabinet/EL-5 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 tokyocabinet-fedora.patch, 1.2, 1.3 tokyocabinet.spec, 1.10, 1.11

Deji Akingunola deji at fedoraproject.org
Wed Mar 4 01:39:58 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/tokyocabinet/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15235

Modified Files:
	.cvsignore sources tokyocabinet-fedora.patch tokyocabinet.spec 
Log Message:
* Tue Mar 03 2009 Deji Akingunola <dakingun at gmail.com> - 1.4.9-1
- Update to version 1.4.9
- First build for EPEL



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tokyocabinet/EL-5/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	13 Jan 2009 23:31:55 -0000	1.9
+++ .cvsignore	4 Mar 2009 01:39:27 -0000	1.10
@@ -1 +1 @@
-tokyocabinet-1.3.27.tar.gz
+tokyocabinet-1.4.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tokyocabinet/EL-5/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	13 Jan 2009 23:31:55 -0000	1.9
+++ sources	4 Mar 2009 01:39:27 -0000	1.10
@@ -1 +1 @@
-9dfaa4311717ee3ab56c873af312f045  tokyocabinet-1.3.27.tar.gz
+295c5c04d62bfd3a772dbfa1bc9991ca  tokyocabinet-1.4.9.tar.gz

tokyocabinet-fedora.patch:

Index: tokyocabinet-fedora.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tokyocabinet/EL-5/tokyocabinet-fedora.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tokyocabinet-fedora.patch	13 Jan 2009 23:31:55 -0000	1.2
+++ tokyocabinet-fedora.patch	4 Mar 2009 01:39:27 -0000	1.3
@@ -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


Index: tokyocabinet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tokyocabinet/EL-5/tokyocabinet.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tokyocabinet.spec	25 Feb 2009 21:11:05 -0000	1.10
+++ tokyocabinet.spec	4 Mar 2009 01:39:27 -0000	1.11
@@ -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,10 @@
 %doc doc/*
 
 %changelog
+* Tue Mar 03 2009 Deji Akingunola <dakingun at gmail.com> - 1.4.9-1
+- Update to version 1.4.9
+- First build for EPEL
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.27-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list