Update to 42.1
This commit is contained in:
parent
59c31d2fd3
commit
863da6ea7b
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@
|
|||||||
/yelp-tools-41.0.tar.xz
|
/yelp-tools-41.0.tar.xz
|
||||||
/yelp-tools-42.beta.tar.xz
|
/yelp-tools-42.beta.tar.xz
|
||||||
/yelp-tools-42.0.tar.xz
|
/yelp-tools-42.0.tar.xz
|
||||||
|
/yelp-tools-42.1.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (yelp-tools-42.0.tar.xz) = ff6168a33b2dedd12f7fb5d5aa6394a554b7ad8956cc7121e5f1a520f9fb20bd4cad93e22b5e8b2f8aa82ca5a1711a0634d8619c731e46730084e28f29725786
|
SHA512 (yelp-tools-42.1.tar.xz) = e05a61d18179a9816ec38d1a2335091a3846cf74bb1ecec5374c9a13cc8962d14416208e04eec92f4ee43ec90e1992cc4a263bc4c267caac5d154a15f10d3006
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: yelp-tools
|
Name: yelp-tools
|
||||||
Version: 42.0
|
Version: 42.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Create, manage, and publish documentation for Yelp
|
Summary: Create, manage, and publish documentation for Yelp
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -40,7 +40,7 @@ wraps things up in a developer-friendly way.
|
|||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS README
|
%doc AUTHORS README.md NEWS
|
||||||
%license COPYING COPYING.GPL
|
%license COPYING COPYING.GPL
|
||||||
%{_bindir}/yelp-build
|
%{_bindir}/yelp-build
|
||||||
%{_bindir}/yelp-check
|
%{_bindir}/yelp-check
|
||||||
@ -49,6 +49,9 @@ wraps things up in a developer-friendly way.
|
|||||||
%{_datadir}/aclocal/yelp.m4
|
%{_datadir}/aclocal/yelp.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 31 2022 David King <amigadave@amigadave.com> - 42.1-1
|
||||||
|
- Update to 42.1
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.0-2
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user