[packages/serf] - updated to 1.3.2 (soname changed again... ping-pong) - updated scons patch

qboosh qboosh at pld-linux.org
Tue Oct 15 19:39:37 CEST 2013


commit a85d13cef8f42f1123f7600e08c7c8defb87ff69
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Oct 15 19:38:52 2013 +0200

    - updated to 1.3.2 (soname changed again... ping-pong)
    - updated scons patch

 serf-scons.patch | 19 -------------------
 serf.spec        |  6 +++---
 2 files changed, 3 insertions(+), 22 deletions(-)
---
diff --git a/serf.spec b/serf.spec
index 499d6bc..2ec29a8 100644
--- a/serf.spec
+++ b/serf.spec
@@ -6,13 +6,13 @@
 Summary:	A high-performance asynchronous HTTP client library
 Summary(pl.UTF-8):	Wysokowydajna biblioteka asynchronicznego klienta HTTP
 Name:		serf
-Version:	1.3.1
+Version:	1.3.2
 Release:	1
 License:	Apache v2.0
 Group:		Libraries
 #Source0Download: http://code.google.com/p/serf/downloads/list
 Source0:	http://serf.googlecode.com/files/%{name}-%{version}.tar.bz2
-# Source0-md5:	da5aca0cad19fd9c19129c3f8f7393dd
+# Source0-md5:	43ce30fccf39ab0186a7590e2733e3ec
 Patch0:		%{name}-scons.patch
 URL:		http://code.google.com/p/serf/
 BuildRequires:	apr-devel
@@ -97,7 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGES NOTICE README
 %attr(755,root,root) %{_libdir}/libserf-1.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libserf-1.so.3
+%attr(755,root,root) %ghost %{_libdir}/libserf-1.so.1
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/serf-scons.patch b/serf-scons.patch
index 7dc7c44..2d51258 100644
--- a/serf-scons.patch
+++ b/serf-scons.patch
@@ -19,22 +19,3 @@
    else:
      apr_libs = ''
      apu_libs = ''
-@@ -374,6 +374,7 @@
-                          SUBST_DICT = {
-                            '@MAJOR@': str(MAJOR),
-                            '@PREFIX@': '$PREFIX',
-+                           '@LIBDIR@': '$LIBDIR',
-                            '@INCLUDE_SUBDIR@': 'serf-%d' % (MAJOR,),
-                            '@VERSION@': '%d.%d.%d' % (MAJOR, MINOR, PATCH),
-                            '@LIBS@': '%s %s %s -lz' % (apu_libs, apr_libs,
---- serf-1.3.1/build/serf.pc.in.orig	2011-08-06 09:52:19.000000000 +0200
-+++ serf-1.3.1/build/serf.pc.in	2013-08-25 10:53:44.470871980 +0200
-@@ -1,7 +1,7 @@
- SERF_MAJOR_VERSION=@MAJOR@
- prefix=@PREFIX@
- exec_prefix=${prefix}
--libdir=${exec_prefix}/lib
-+libdir=@LIBDIR@
- includedir=${prefix}/include/@INCLUDE_SUBDIR@
- 
- Name: serf
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/serf.git/commitdiff/a85d13cef8f42f1123f7600e08c7c8defb87ff69



More information about the pld-cvs-commit mailing list