#19 Update to upstream release 21
Closed 3 years ago by harald. Opened 3 years ago by packit.
rpms/ packit/libvarlink 21-f32-update  into  f32

[packit] 21 upstream release
Packit Service • 3 years ago  
file modified
+1
@@ -1,3 +1,4 @@ 

  /libvarlink-15.tar.gz

  /libvarlink-17.tar.gz

  /libvarlink-18.tar.gz

+ /libvarlink-21.tar.gz

file added
+14
@@ -0,0 +1,14 @@ 

+ # See the documentation for more information:

+ # https://packit.dev/docs/configuration/

+ 

+ specfile_path: libvarlink.spec

+ 

+ # add or remove files that should be synced

+ synced_files:

+     - libvarlink.spec

+     - .packit.yaml

+ 

+ # name in upstream package repository/registry (e.g. in PyPI)

+ upstream_package_name: libvarlink

+ # downstream (Fedora) RPM package name

+ downstream_package_name: libvarlink

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.25.1.dev19+g10321f0.

file modified
+15 -4
@@ -1,10 +1,10 @@ 

  %global _hardened_build 1

  

  Name:           libvarlink

- Version:        18

- Release:        3%{?dist}

+ Version:        21

+ Release:        1%{?dist}

  Summary:        Varlink C Library

- License:        ASL 2.0

+ License:        ASL 2.0 and BSD-3-Clause

  URL:            https://github.com/varlink/%{name}

  Source0:        https://github.com/varlink/%{name}/archive/%{version}/%{name}-%{version}.tar.gz

  BuildRequires:  meson
@@ -28,7 +28,7 @@ 

  The %{name}-util package contains varlink command line tools.

  

  %prep

- %setup -q

+ %autosetup

  

  %build

  %meson
@@ -58,6 +58,17 @@ 

  %{_libdir}/pkgconfig/libvarlink.pc

  

  %changelog

+ * Thu Feb 25 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 21-1

+ - ci: add .packit.yaml (Harald Hoyer)

+ - version 21 (Harald Hoyer)

+ - fix: use strtod_l (Harald Hoyer)

+ - fix: return VARLINK_ERROR_PANIC on float Inf or NaN (Harald Hoyer)

+ - tests: add test with de_DE.UTF-8 locale (Harald Hoyer)

+ - ci: install de_DE.UTF-8 locale (Harald Hoyer)

+ - fix: correct the float number parsing for some locales (Harald Hoyer)

+ - tests: print error log on `make check` (Harald Hoyer)

+ - docs: update README.md (Harald Hoyer)

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 18-3

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

  

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

- SHA512 (libvarlink-18.tar.gz) = a0f2cfe6a3ce3e7c08b24436d4210691d6334ec903cb3d590627595ee3bda79bf4e22e7c72c7ea8ebe817e4e2b045f86d2603ae56b3fd7d429fd281fd7e5e2e8

+ SHA512 (libvarlink-21.tar.gz) = 863f5ab0ae86fac4a4444fda8c084b55a2e51de382638ca1e859c82275892b1f726a429e28441df4271d3bb523b138f99ecebcc9adc513bc935333c6bb6096a7

Upstream tag: 21
Upstream commit: 9ca6b5e4

Pull-Request has been closed by harald

3 years ago