Update to 42.alpha
This commit is contained in:
parent
1f788dc5f9
commit
cdf45b6b02
1
.gitignore
vendored
1
.gitignore
vendored
@ -93,3 +93,4 @@ gnome-disk-utility-2.30.1.tar.bz2
|
||||
/gnome-disk-utility-41.beta.tar.xz
|
||||
/gnome-disk-utility-41.rc.tar.xz
|
||||
/gnome-disk-utility-41.0.tar.xz
|
||||
/gnome-disk-utility-42.alpha.tar.xz
|
||||
|
@ -1,13 +1,15 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
%global libhandy_version 1.5.0
|
||||
|
||||
Name: gnome-disk-utility
|
||||
Version: 41.0
|
||||
Version: 42~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: Disks
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-disk-utility
|
||||
Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
@ -16,7 +18,7 @@ BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version}
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
@ -29,6 +31,7 @@ BuildRequires: docbook-style-xsl
|
||||
BuildRequires: /usr/bin/desktop-file-validate
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
|
||||
Requires: libhandy%{_isa} >= %{libhandy_version}
|
||||
Requires: udisks2
|
||||
|
||||
%description
|
||||
@ -74,6 +77,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 09 2022 David King <amigadave@amigadave.com> - 42~alpha-1
|
||||
- Update to 42.alpha
|
||||
|
||||
* Sat Sep 18 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
||||
- Update to 41.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-disk-utility-41.0.tar.xz) = a78dd281c078046abef5c0986777c6a87bc27d9b1bd6e798b5be058a3352b33dead8f5fea6e8f30e8c61bdd21996ee7d784838d953a33973243faabd7b713895
|
||||
SHA512 (gnome-disk-utility-42.alpha.tar.xz) = 66c70ecd933a7f427fc18d1a75c5d4b0710da6d86e3e9139b0f4636d4e156ba17312010a9ab8919c8b1e5674f240a718e6478cb731ecde3a6ef4eff7b47d1539
|
||||
|
Loading…
Reference in New Issue
Block a user