Update to 2.68.alpha
This commit is contained in:
parent
f5c623bf98
commit
283e3582fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,3 +98,4 @@
|
||||
/glib-networking-2.65.1.tar.xz
|
||||
/glib-networking-2.65.90.tar.xz
|
||||
/glib-networking-2.66.0.tar.xz
|
||||
/glib-networking-2.68.alpha.tar.xz
|
||||
|
@ -1,13 +1,15 @@
|
||||
%define glib2_version 2.63.0
|
||||
%define glib2_version 2.67.0
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: glib-networking
|
||||
Version: 2.66.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.68~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: Networking support for GLib
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/glib-networking/2.66/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/glib-networking/2.68/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc
|
||||
@ -40,7 +42,7 @@ The glib-networking-tests package contains tests that can be used to verify
|
||||
the functionality of the installed glib-networking package.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
%build
|
||||
%meson -Dinstalled_tests=true
|
||||
@ -66,6 +68,9 @@ the functionality of the installed glib-networking package.
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 2.68~alpha-1
|
||||
- Update to 2.68.alpha
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.66.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glib-networking-2.66.0.tar.xz) = 697798864746b40542873257a789290cacee425467e32c0eb096c87e124b37510753a990ef5d350f1db85c24da88e448bca9d8d8b4308123a74feac299176de5
|
||||
SHA512 (glib-networking-2.68.alpha.tar.xz) = 98363139bc02e53b7adb4cc312ddd18497f44006dd268af16493cb5d401a61223742219f0d85c427c7f7e5e0f63426a75e91d4500dd35a6df0a1c40f668f3472
|
||||
|
Loading…
Reference in New Issue
Block a user