]> git.pld-linux.org Git - packages/hiredis.git/commitdiff
- updated to 0.13.3 auto/th/hiredis-0.13.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Nov 2016 16:49:21 +0000 (17:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Nov 2016 16:49:21 +0000 (17:49 +0100)
- updated link patch

hiredis.spec
link.patch

index 37d53c98faea7d1beabd3604ea60aa4c8649f2f2..853c138a8c386d5acb09d48ab48a21b87216507a 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       A minimalistic C client library for Redis
 Summary(pl.UTF-8):     Minimalistyczna biblioteka C klienta Redisa
 Name:          hiredis
-Version:       0.13.1
+Version:       0.13.3
 Release:       1
 License:       BSD
 Group:         Libraries
+#Source0Download: https://github.com/redis/hiredis/releases
 Source0:       https://github.com/redis/hiredis/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 4226dda52dbe08304e3b6027b4d6c74d
+# Source0-md5: 43dca1445ec6d3b702821dba36000279
 Patch0:                link.patch
 URL:           https://github.com/redis/hiredis/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
index f25be313bba7577b14e3d39e5b14dc7bc91a34d9..807a98402bb97bee82253076e473a333976510bb 100644 (file)
@@ -1,7 +1,7 @@
---- hiredis-0.13.1/Makefile.orig       2015-05-03 22:58:11.000000000 +0200
-+++ hiredis-0.13.1/Makefile    2015-06-08 18:05:58.081044826 +0200
-@@ -47,7 +47,7 @@
- DYLIB_MINOR_NAME=$(LIBNAME).$(DYLIBSUFFIX).$(HIREDIS_MAJOR).$(HIREDIS_MINOR)
+--- hiredis-0.13.3/Makefile.orig       2015-09-16 12:25:02.000000000 +0200
++++ hiredis-0.13.3/Makefile    2016-11-08 16:37:58.943150777 +0100
+@@ -49,7 +49,7 @@
+ DYLIB_MINOR_NAME=$(LIBNAME).$(DYLIBSUFFIX).$(HIREDIS_SONAME)
  DYLIB_MAJOR_NAME=$(LIBNAME).$(DYLIBSUFFIX).$(HIREDIS_MAJOR)
  DYLIBNAME=$(LIBNAME).$(DYLIBSUFFIX)
 -DYLIB_MAKE_CMD=$(CC) -shared -Wl,-soname,$(DYLIB_MINOR_NAME) -o $(DYLIBNAME) $(LDFLAGS)
@@ -9,7 +9,7 @@
  STLIBNAME=$(LIBNAME).$(STLIBSUFFIX)
  STLIB_MAKE_CMD=ar rcs $(STLIBNAME)
  
-@@ -120,8 +120,8 @@
+@@ -140,8 +140,8 @@
  
  hiredis-test: test.o $(STLIBNAME)
  
  
  test: hiredis-test
        ./hiredis-test
-@@ -165,7 +165,7 @@
+@@ -184,6 +184,7 @@
+       mkdir -p $(INSTALL_INCLUDE_PATH) $(INSTALL_LIBRARY_PATH)
        $(INSTALL) hiredis.h async.h read.h sds.h adapters $(INSTALL_INCLUDE_PATH)
        $(INSTALL) $(DYLIBNAME) $(INSTALL_LIBRARY_PATH)/$(DYLIB_MINOR_NAME)
-       cd $(INSTALL_LIBRARY_PATH) && ln -sf $(DYLIB_MINOR_NAME) $(DYLIB_MAJOR_NAME)
--      cd $(INSTALL_LIBRARY_PATH) && ln -sf $(DYLIB_MAJOR_NAME) $(DYLIBNAME)
-+      cd $(INSTALL_LIBRARY_PATH) && ln -sf $(DYLIB_MINOR_NAME) $(DYLIBNAME)
++      cd $(INSTALL_LIBRARY_PATH) && ln -sf $(DYLIB_MINOR_NAME) $(DYLIB_MAJOR_NAME)
+       cd $(INSTALL_LIBRARY_PATH) && ln -sf $(DYLIB_MINOR_NAME) $(DYLIBNAME)
        $(INSTALL) $(STLIBNAME) $(INSTALL_LIBRARY_PATH)
        mkdir -p $(INSTALL_PKGCONF_PATH)
-       $(INSTALL) $(PKGCONFNAME) $(INSTALL_PKGCONF_PATH)
This page took 0.117432 seconds and 4 git commands to generate.