[packages/leveldb] - updated to 1.7.0 - removed obsolete soname patch
qboosh
qboosh at pld-linux.org
Sun Oct 21 19:29:06 CEST 2012
commit 92daee18293cc2b18e52405e50c6ad14b341ce84
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Oct 21 19:29:31 2012 +0200
- updated to 1.7.0
- removed obsolete soname patch
leveldb-soname.patch | 11 -----------
leveldb.spec | 6 ++----
2 files changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/leveldb.spec b/leveldb.spec
index 25c7358..687c341 100644
--- a/leveldb.spec
+++ b/leveldb.spec
@@ -1,14 +1,13 @@
Summary: LevelDB - key-value store library
Summary(pl.UTF-8): LevelDB - biblioteka bazy danych klucz-wartość
Name: leveldb
-Version: 1.6.0
+Version: 1.7.0
Release: 1
License: BSD
Group: Libraries
#Source0Download: http://code.google.com/p/leveldb/downloads/list
Source0: http://leveldb.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: d0b73edbb86996d58b073bba6b206295
-Patch0: %{name}-soname.patch
+# Source0-md5: 5c3c6cfbb16a21cdbea0db656aa32fec
URL: http://code.google.com/p/leveldb/
BuildRequires: libstdc++-devel
BuildRequires: libtcmalloc-devel
@@ -53,7 +52,6 @@ Statyczna biblioteka LevelDB.
%prep
%setup -q
-%patch0 -p1
%build
%{__make} \
diff --git a/leveldb-soname.patch b/leveldb-soname.patch
deleted file mode 100644
index 7efd2c0..0000000
--- a/leveldb-soname.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- leveldb-1.6.0/Makefile.orig 2012-10-12 20:48:26.000000000 +0200
-+++ leveldb-1.6.0/Makefile 2012-10-16 18:03:00.654256448 +0200
-@@ -83,7 +83,7 @@
- endif
-
- $(SHARED3):
-- $(CXX) $(SOURCES) $(LDFLAGS) $(PLATFORM_SHARED_LDFLAGS)$(INSTALL_PATH)$(SHARED2) $(CXXFLAGS) $(PLATFORM_SHARED_CFLAGS) -o $(SHARED3)
-+ $(CXX) $(SOURCES) $(LDFLAGS) $(PLATFORM_SHARED_LDFLAGS)$(SHARED2) $(CXXFLAGS) $(PLATFORM_SHARED_CFLAGS) -o $(SHARED3)
-
- endif # PLATFORM_SHARED_EXT
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/leveldb.git/commitdiff/92daee18293cc2b18e52405e50c6ad14b341ce84
More information about the pld-cvs-commit
mailing list