Update to 43.alpha
This commit is contained in:
parent
7fdace3caa
commit
f616fe8dd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -97,3 +97,4 @@ cheese-2.31.1.tar.bz2
|
||||
/cheese-3.38.0.tar.xz
|
||||
/cheese-41.0.tar.xz
|
||||
/cheese-41.1.tar.xz
|
||||
/cheese-43.alpha.tar.xz
|
||||
|
13
cheese.spec
13
cheese.spec
@ -1,12 +1,14 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: cheese
|
||||
Epoch: 2
|
||||
Version: 41.1
|
||||
Release: 2%{?dist}
|
||||
Version: 43~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: Application for taking pictures and movies from a webcam
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Cheese
|
||||
Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
@ -65,7 +67,7 @@ for writing applications that require a webcam display widget.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
|
||||
%build
|
||||
@ -120,6 +122,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Cheese.desk
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 19 2022 Kalev Lember <klember@redhat.com> - 2:43~alpha-1
|
||||
- Update to 43.alpha
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:41.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cheese-41.1.tar.xz) = 2c0922dda97f4ce701add45977b405eff9ddbc24eb286e9e05a9f9bfbd7998e8e77ef2a8f1bbce9f8349ff522ee3cb6d6566fa5df80d782e6d844bff69a30074
|
||||
SHA512 (cheese-43.alpha.tar.xz) = 11e276d2a61aca19742c33ffacc91bcfa4bf049f221214d835e00fd84e073e50ee8d5fb41efa3b01ab4fc75d1c1e042f7421113c456634d22587e7bf16d176fc
|
||||
|
Loading…
Reference in New Issue
Block a user