#4 Update to new upstream: 1.2.0
Merged 8 days ago by kevin. Opened 3 months ago by trawets.
rpms/ trawets/hiredis rawhide-1.2.0  into  rawhide

file modified
+8 -5
@@ -1,6 +1,6 @@ 

  Name:           hiredis

- Version:        1.0.2

- Release:        7%{?dist}

+ Version:        1.2.0

+ Release:        1%{?dist}

  Summary:        Minimalistic C client library for Redis

  License:        BSD

  URL:            https://github.com/redis/hiredis
@@ -34,14 +34,14 @@ 

  find %{buildroot} -name '*.a' -delete -print

  

  %check

- # TODO: Koji isolated environment may cause some tests fail to pass.

- make check || true

+ make check

  

  %ldconfig_scriptlets

  

  %files

  %doc COPYING

- %{_libdir}/libhiredis.so.1.0.0

+ %{_libdir}/libhiredis.so.1

+ %{_libdir}/libhiredis.so.1.1.0

  

  %files devel

  %doc CHANGELOG.md README.md
@@ -50,6 +50,9 @@ 

  %{_libdir}/pkgconfig/hiredis.pc

  

  %changelog

+ * Fri Feb 09 2024 Stewart Smith <trawets@amazon.com> - 1.2.0-1

+ - New upstream release: 1.2.0

+ 

  * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (hiredis-1.0.2.tar.gz) = 86497a1c21869bbe535378885eee6dbd594ef96325966511a3513f81e501af0f5ac7fed864f3230372f3ac7a23c05bad477fa5aa90b9747c9fb1408028174f9b

+ SHA512 (hiredis-1.2.0.tar.gz) = f8984abb29c09e7e6b56e656616c5155f36c53da4161a2d4c85688486411cadcdf20aa1adb9bda208c500b401c750871be1c8d58ba9df5328634d00e9d1b6589

The tests appear to pass fine now too, so enable them.

Thanks for the PR. I am going to merge this and build in a side tag and announce the bump. Anything that doesn't get rebuild in a week, I'll rebuild and push then.

Pull-Request has been merged by kevin

8 days ago
Metadata