Update to 1.1.beta (#2053942)
This commit is contained in:
parent
5fb7fb2fd5
commit
3fda118150
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/libadwaita-1.0.0.tar.gz
|
||||
/libadwaita-1.0.1.tar.gz
|
||||
/libadwaita-1.0.2.tar.gz
|
||||
/libadwaita-1.1.beta.tar.xz
|
||||
|
@ -1,13 +1,15 @@
|
||||
%global apiver 1
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.0.2
|
||||
Version: 1.1~beta
|
||||
Release: 1%{?dist}
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://gitlab.gnome.org/GNOME/libadwaita
|
||||
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.1/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
@ -59,7 +61,7 @@ Demo files for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
|
||||
%build
|
||||
@ -105,6 +107,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 14 2022 David King <amigadave@amigadave.com> - 1.1~beta-1
|
||||
- Update to 1.1.beta (#2053942)
|
||||
|
||||
* Sat Feb 12 2022 Artem Polishchuk <ego.cordatus@gmail.com> - 1.0.2-1
|
||||
- chore(update): 1.0.2
|
||||
|
||||
@ -131,4 +136,4 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
- Updating to alpha.2
|
||||
|
||||
* Thu Jun 24 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 1.0.0-0.3.alpha.1
|
||||
- Initial package
|
||||
- Initial package
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libadwaita-1.0.2.tar.gz) = 0c3f201e8397c28975e328d4f412aede9ee81969af63c36a55e5b03d2037bf07f38a891bf863b1eb1a0e0e8949483b997996a4173b2d5106af2f33ed3ef3439e
|
||||
SHA512 (libadwaita-1.1.beta.tar.xz) = 500f574b01170dcc1847cb5b0da46b9ad80a624c1b1886de2ef120fc0b1fa9fa90156de9aac14c980eef25472b499468a2047070d32f9e36668d6952cfcb9640
|
||||
|
Loading…
Reference in New Issue
Block a user