Update to 40.beta
This commit is contained in:
parent
34b00f519a
commit
ab2a9be960
1
.gitignore
vendored
1
.gitignore
vendored
@ -89,3 +89,4 @@ libgweather-2.30.0.tar.bz2
|
||||
/libgweather-3.36.1.tar.xz
|
||||
/libgweather-40.alpha.tar.xz
|
||||
/libgweather-40.alpha.1.tar.xz
|
||||
/libgweather-40.beta.tar.xz
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: libgweather
|
||||
Version: 40~alpha.1
|
||||
Release: 2%{?dist}
|
||||
Version: 40~beta
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for weather information
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/LibGWeather
|
||||
Source0: https://download.gnome.org/sources/libgweather/40/%{name}-40.alpha.1.tar.xz
|
||||
Source0: https://download.gnome.org/sources/libgweather/40/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
@ -32,7 +34,7 @@ The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n libgweather-40.alpha.1
|
||||
%autosetup -p1 -n libgweather-%{tarball_version}
|
||||
|
||||
%build
|
||||
%meson -Dgtk_doc=true
|
||||
@ -73,6 +75,9 @@ developing applications that use %{name}.
|
||||
%{_datadir}/vala/vapi/gweather-3.0.vapi
|
||||
|
||||
%changelog
|
||||
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
||||
- Update to 40.beta
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40~alpha.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgweather-40.alpha.1.tar.xz) = 2cdebfd0914d6be46cc25ce2f56caae21d40554d6beb9c0aca0eeecfd671d5989329ec56a704a4ad0e1aea10b27ee3397982c36fbf8036d85bfdd5bf25505a9a
|
||||
SHA512 (libgweather-40.beta.tar.xz) = 2476527ec673ea75f0a9280b43302a179aee4d091c69ab0cc87ba60f5af664833d0475afdb647a607f22dc91cc0b659f96be491bf742f5a388b365d85f0f298e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user