Update to 0.5.1
This commit is contained in:
parent
76f8fe51e9
commit
f512783c7b
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/0.4.15.tar.gz
|
||||
/libproxy-0.4.17.tar.xz
|
||||
/libproxy-0.4.18.tar.xz
|
||||
/0.5.1.tar.gz
|
||||
|
@ -3,18 +3,13 @@
|
||||
%global __requires_exclude ^(%{_privatelibs})$
|
||||
|
||||
Name: libproxy
|
||||
Version: 0.5.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A library handling all the details of proxy configuration
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://libproxy.github.io/libproxy/
|
||||
Source0: https://github.com/libproxy/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
|
||||
# https://github.com/libproxy/libproxy/issues/222 and others.
|
||||
Patch0: libproxy-0.5.0-post-release-fixes.patch
|
||||
# https://github.com/libproxy/libproxy/pull/231
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2209173
|
||||
Patch1: libproxy-0.5.0-fix-libproxy-rpath.patch
|
||||
Source0: https://github.com/libproxy/%{name}/archive/refs/tags/%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
@ -75,8 +70,7 @@ The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
# Unusual tarball directory name should be fixed in the next release.
|
||||
%autosetup -p1 -n libproxy-%{name}-%{version}
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -127,6 +121,9 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 24 2023 David King <amigadave@amigadave.com> - 0.5.1-1
|
||||
- Update to 0.5.1
|
||||
|
||||
* Tue May 23 2023 David King <amigadave@amigadave.com> - 0.5.0-3
|
||||
- Fix libproxy rpath (#2209173)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libproxy-0.5.0.tar.gz) = 699d09d747c3e56247b1d0a8dee0cd7c122199cc4296aa61753a4e52b4346ad5d98d608f953d28a5779e7d49f64be639e22c696ac82d48bbdaa7b743501b18e6
|
||||
SHA512 (0.5.1.tar.gz) = 830e4bb1879c6afd1fbebc24de2ca75a597096a8eadb45dd3965b9f8121110039379342facebddce1b679a9b6ceb065089f0fbe38b55411a2c53ac36ef979ab7
|
||||
|
Loading…
Reference in New Issue
Block a user