]> git.pld-linux.org Git - packages/serf.git/commitdiff
- updated to 1.3.2 (soname changed again... ping-pong) auto/th/serf-1.3.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Oct 2013 17:38:52 +0000 (19:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Oct 2013 17:38:52 +0000 (19:38 +0200)
- updated scons patch

serf-scons.patch
serf.spec

index 7dc7c4421939e7aae7e5805cce2a986a41faef57..2d51258f4af02861b1681aef72ff8b270ebb0478 100644 (file)
    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
index 499d6bc23adb6cdfafba0b43c4c6c8d032cb040c..2ec29a824a4dc839ce3ccd440a9aeba7770417d0 100644 (file)
--- 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)
This page took 0.079718 seconds and 4 git commands to generate.