Hello community, here is the log from the commit of package hiredis for openSUSE:Factory checked in at 2020-10-08 13:14:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hiredis (Old) and /work/SRC/openSUSE:Factory/.hiredis.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hiredis" Thu Oct 8 13:14:22 2020 rev:8 rq:840187 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/hiredis/hiredis.changes 2020-10-02 17:44:19.742989998 +0200 +++ /work/SRC/openSUSE:Factory/.hiredis.new.4249/hiredis.changes 2020-10-08 13:14:37.679305184 +0200 @@ -1,0 +2,5 @@ +Tue Oct 6 12:00:00 UTC 2020 - Paul Fee <paul....@jci.com> + +- Enable TLS + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hiredis.spec ++++++ --- /var/tmp/diff_new_pack.LCcwNc/_old 2020-10-08 13:14:38.075305543 +0200 +++ /var/tmp/diff_new_pack.LCcwNc/_new 2020-10-08 13:14:38.079305547 +0200 @@ -27,6 +27,7 @@ Source0: https://github.com/redis/hiredis/archive/v%{version}.tar.gz Patch0: relocatable_executable.patch BuildRequires: pkgconfig +BuildRequires: libopenssl-devel %description Hiredis is a minimalistic C client library for the @@ -54,10 +55,10 @@ %patch0 %build -%make_build OPTIMIZATION="%{optflags}" PREFIX=%{_prefix} LIBRARY_PATH=%{_lib} +%make_build OPTIMIZATION="%{optflags}" PREFIX=%{_prefix} LIBRARY_PATH=%{_lib} USE_SSL=1 %install -make install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBRARY_PATH=%{_lib} +make install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBRARY_PATH=%{_lib} USE_SSL=1 mkdir -p %{buildroot}%{_bindir} install -m 0755 %{name}-test %{buildroot}%{_bindir} @@ -78,10 +79,13 @@ %doc CHANGELOG.md %{_includedir}/%{name}/ %{_libdir}/lib%{name}.so -%{_libdir}/pkgconfig/hiredis.pc +%{_libdir}/lib%{name}_ssl.so +%{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/pkgconfig/%{name}_ssl.pc %files -n %{libname} %defattr(0755,root,root,0755) %{_libdir}/lib%{name}.so.* +%{_libdir}/lib%{name}_ssl.so.* %changelog