New upstream version 0.23
Allow rpm to be optional at build time Do not use deprecated fedorahosted.org Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
parent
61f601b6de
commit
acb9b8cb64
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/satyr-0.20.tar.xz
|
/satyr-0.20.tar.xz
|
||||||
/satyr-0.21.tar.xz
|
/satyr-0.21.tar.xz
|
||||||
/satyr-0.22.tar.xz
|
/satyr-0.22.tar.xz
|
||||||
|
/satyr-0.23.tar.xz
|
||||||
|
11
satyr.spec
11
satyr.spec
@ -25,13 +25,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: satyr
|
Name: satyr
|
||||||
Version: 0.22
|
Version: 0.23
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/abrt/satyr
|
URL: https://github.com/abrt/satyr
|
||||||
Source0: https://fedorahosted.org/released/abrt/satyr-%{version}.tar.xz
|
Source0: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: %{python2_devel}
|
BuildRequires: %{python2_devel}
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -142,6 +142,11 @@ make check || {
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 13 2017 Matej Habrnal <mhabrnal@redhat.com> 0.23-1
|
||||||
|
- New upstream version
|
||||||
|
- Allow rpm to be optional at build time
|
||||||
|
- Do not use deprecated fedorahosted.org
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-3
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (satyr-0.22.tar.xz) = 163410754a4be7713a62cd88b71372c6f078041e562d536df28d67fae11be9b44083bbe8bb3d8d739db9169bea6eb955bd4103279cef278d55066f680afc0b87
|
SHA512 (satyr-0.23.tar.xz) = 06f7d30c90739ceda44b3a5965ab695c08c500cb8dfa19a932c6430251c9ef25366babefdfa4145bfda01352b71bedae8ae385dcde37a4753bb02e0535183b11
|
||||||
|
Loading…
Reference in New Issue
Block a user