From e14a25cf838318de4351b6d92c14f5f5f0ed432d4081f9b97bf6a7e6d011f2b1 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 9 May 2011 07:04:25 +0000 Subject: [PATCH] Accepting request 69507 from home:Ramblurr:branches:devel:libraries:c_c++ Full change set to update to version 1.2.52 OBS-URL: https://build.opensuse.org/request/show/69507 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kyotocabinet?expand=0&rev=2 --- _service | 7 ++++++ ...ce:download_url:kyotocabinet-1.2.52.tar.gz | 3 +++ kyotocabinet-1.2.50.tar.gz | 3 --- kyotocabinet-fix_rpath.patch | 22 +++++++++---------- kyotocabinet.changes | 5 +++++ kyotocabinet.spec | 4 ++-- 6 files changed, 28 insertions(+), 16 deletions(-) create mode 100644 _service create mode 100644 _service:download_url:kyotocabinet-1.2.52.tar.gz delete mode 100644 kyotocabinet-1.2.50.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..c81bb80 --- /dev/null +++ b/_service @@ -0,0 +1,7 @@ + + + fallabs.com + http + /kyotocabinet/pkg/kyotocabinet-1.2.52.tar.gz + + \ No newline at end of file diff --git a/_service:download_url:kyotocabinet-1.2.52.tar.gz b/_service:download_url:kyotocabinet-1.2.52.tar.gz new file mode 100644 index 0000000..ea855d9 --- /dev/null +++ b/_service:download_url:kyotocabinet-1.2.52.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44165c77428a7dab4e35e3b26dfe288a9f9afada6cec150da79c3017d4e77d8 +size 839238 diff --git a/kyotocabinet-1.2.50.tar.gz b/kyotocabinet-1.2.50.tar.gz deleted file mode 100644 index ffa34d4..0000000 --- a/kyotocabinet-1.2.50.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93b41f383251820d645e683e9d753b3cf0b890d1a91bb9c30ad760ab7c377848 -size 833545 diff --git a/kyotocabinet-fix_rpath.patch b/kyotocabinet-fix_rpath.patch index c8f7b03..b1a1aa7 100644 --- a/kyotocabinet-fix_rpath.patch +++ b/kyotocabinet-fix_rpath.patch @@ -1,7 +1,7 @@ -Index: kyotocabinet-1.2.50/Makefile.in +Index: kyotocabinet-1.2.52/Makefile.in =================================================================== ---- kyotocabinet-1.2.50.orig/Makefile.in -+++ kyotocabinet-1.2.50/Makefile.in +--- kyotocabinet-1.2.52.orig/Makefile.in ++++ kyotocabinet-1.2.52/Makefile.in @@ -56,7 +56,7 @@ LDFLAGS = @MYLDFLAGS@ CMDLDFLAGS = @MYCMDLDFLAGS@ CMDLIBS = @MYCMDLIBS@ @@ -9,15 +9,15 @@ Index: kyotocabinet-1.2.50/Makefile.in -RUNENV = @MYLDLIBPATHENV@=@MYLDLIBPATH@ +RUNENV = @MYLDLIBPATHENV@=.:$(LIBDIR) POSTCMD = @MYPOSTCMD@ - - -Index: kyotocabinet-1.2.50/configure.in + + +Index: kyotocabinet-1.2.52/configure.in =================================================================== ---- kyotocabinet-1.2.50.orig/configure.in -+++ kyotocabinet-1.2.50/configure.in +--- kyotocabinet-1.2.52.orig/configure.in ++++ kyotocabinet-1.2.52/configure.in @@ -35,27 +35,18 @@ MYDOCUMENTFILES="COPYING FOSSEXCEPTION C MYPCFILES="kyotocabinet.pc" - + # Building flags -MYCFLAGS="-Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2" +MYCFLAGS="-Wall -ansi -pedantic -fPIC -fsigned-char -g0" @@ -33,7 +33,7 @@ Index: kyotocabinet-1.2.50/configure.in MYLDLIBPATH="" MYLDLIBPATHENV="LD_LIBRARY_PATH" MYPOSTCMD="true" - + -# Building paths -PATH=".:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:$PATH" -CPATH=".:/usr/local/include:$CPATH" @@ -43,6 +43,6 @@ Index: kyotocabinet-1.2.50/configure.in -export PATH CPATH LIBRARY_PATH LD_LIBRARY_PATH PKG_CONFIG_PATH - - - + #================================================================ # Options diff --git a/kyotocabinet.changes b/kyotocabinet.changes index 001dc93..87280ba 100644 --- a/kyotocabinet.changes +++ b/kyotocabinet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 3 22:20:07 UTC 2011 - unnamedrambler@gmail.com + +- updated to 1.2.52 + ------------------------------------------------------------------- Tue Mar 15 15:04:42 UTC 2011 - prusnak@opensuse.org diff --git a/kyotocabinet.spec b/kyotocabinet.spec index bcede2d..708d39f 100644 --- a/kyotocabinet.spec +++ b/kyotocabinet.spec @@ -3,11 +3,11 @@ # Name: kyotocabinet -Version: 1.2.50 +Version: 1.2.52 %define soname 9 Release: 0 License: GPLv3 -Summary: Modern Implementation of DBM - CLI Utilities +Summary: A straightforward implementation of DBM Url: http://fallabs.com/kyotocabinet/ Group: Productivity/Databases/Tools Source: http://fallabs.com/kyotocabinet/pkg/kyotocabinet-%{version}.tar.gz