|
@@ -1,6 +1,6 @@
|
|
Name: hiredis
|
|
Name: hiredis
|
|
Summary: Minimalistic C client library for Redis
|
|
Summary: Minimalistic C client library for Redis
|
|
-Version: 1.0.0
|
|
|
|
|
|
+Version: 1.0.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -28,6 +28,9 @@ This package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%autosetup -p1
|
|
%autosetup -p1
|
|
|
|
|
|
@@ -51,10 +54,6 @@ cd %{buildroot}%{_libdir} && ldconfig -N -n .
|
|
make check || true
|
|
make check || true
|
|
|
|
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files
|
|
%files
|
|
%license COPYING
|
|
%license COPYING
|
|
%{_libdir}/libhiredis.so.*
|
|
%{_libdir}/libhiredis.so.*
|
|
@@ -67,6 +66,10 @@ make check || true
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Oct 14 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
|
+
|
|
* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.0-1
|
|
* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|