forked from pool/kyotocabinet
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
This commit is contained in:
parent
fb8662f18c
commit
e14a25cf83
7
_service
Normal file
7
_service
Normal file
@ -0,0 +1,7 @@
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="host">fallabs.com</param>
|
||||
<param name="protocol">http</param>
|
||||
<param name="path">/kyotocabinet/pkg/kyotocabinet-1.2.52.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
3
_service:download_url:kyotocabinet-1.2.52.tar.gz
Normal file
3
_service:download_url:kyotocabinet-1.2.52.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f44165c77428a7dab4e35e3b26dfe288a9f9afada6cec150da79c3017d4e77d8
|
||||
size 839238
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93b41f383251820d645e683e9d753b3cf0b890d1a91bb9c30ad760ab7c377848
|
||||
size 833545
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user