Release version 0.29

Signed-off-by: Matěj Grabovský <mgrabovs@redhat.com>
This commit is contained in:
Matěj Grabovský 2019-10-11 13:29:15 +02:00
parent 4af9a47e0d
commit fbdd731e36
3 changed files with 28 additions and 11 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/satyr-0.26.tar.xz /satyr-0.26.tar.xz
/satyr-0.27.tar.xz /satyr-0.27.tar.xz
/satyr-0.28.tar.xz /satyr-0.28.tar.xz
/satyr-0.29.tar.gz

View File

@ -14,12 +14,12 @@
%endif %endif
Name: satyr Name: satyr
Version: 0.28 Version: 0.29
Release: 4%{?dist} Release: 1%{?dist}
Summary: Tools to create anonymous, machine-friendly problem reports Summary: Tools to create anonymous, machine-friendly problem reports
License: GPLv2+ License: GPLv2+
URL: https://github.com/abrt/satyr URL: https://github.com/abrt/satyr
Source0: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.xz Source0: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
%if %{with python3} %if %{with python3}
BuildRequires: python3-devel BuildRequires: python3-devel
%endif # with python3 %endif # with python3
@ -33,9 +33,12 @@ BuildRequires: pkgconfig
BuildRequires: automake BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gdb BuildRequires: gdb
BuildRequires: gperf
BuildRequires: pkgconfig(json-c)
%if %{with python3} %if %{with python3}
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
%endif # with python3 %endif # with python3
Requires: json-c
# git is need for '%%autosetup -S git' which automatically applies all the # git is need for '%%autosetup -S git' which automatically applies all the
# patches above. Please, be aware that the patches must be generated # patches above. Please, be aware that the patches must be generated
@ -63,10 +66,6 @@ Development libraries and headers for %{name}.
%if %{with python3} %if %{with python3}
%package -n python3-satyr %package -n python3-satyr
%{?python_provide:%python_provide python3-satyr} %{?python_provide:%python_provide python3-satyr}
# Remove before F30
Provides: %{name}-python3 = %{version}-%{release}
Provides: %{name}-python3%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python3 < 0.24
Summary: Python 3 bindings for %{name} Summary: Python 3 bindings for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
@ -90,13 +89,13 @@ Python 3 bindings for %{name}.
--disable-static \ --disable-static \
--enable-doxygen-docs --enable-doxygen-docs
make %{?_smp_mflags} %make_build
%install %install
make install DESTDIR=%{buildroot} %make_install
# Remove all libtool archives (*.la) from modules directory. # Remove all libtool archives (*.la) from modules directory.
find %{buildroot} -name "*.la" | xargs rm -- find %{buildroot} -name "*.la" -delete
%check %check
make check|| { make check|| {
@ -134,6 +133,23 @@ make check|| {
%endif %endif
%changelog %changelog
* Fri Oct 11 2019 Matěj Grabovský <mgrabovs@redhat.com> 0.29-1
- spec: Switch sources tarball compression from xz to gzip
- spec: Replace xargs rm with delete
- spec: Remove provides for satyr-python3
- spec: Replace make with rpm macros
- Replace bundled JSON parser with json-c
- lib: normalize: Hash removable function names
- rpm: Fix typo in a static function name
- json: Improve error messages on EOF
- json: Use backticks consistently in error messages
- json,style: Improve code style consistency slightly
- json: Update to latest upstream version
- core: Document unknown core frame address
- style: Correct parenthesization for bitfield tests
- style: Use specific integer types instead of the generic int
- style: Use *_MAX constants instead of -1 in unsigned comparisons
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.28-4 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.28-4
- Rebuilt for Python 3.8.0rc1 (#1748018) - Rebuilt for Python 3.8.0rc1 (#1748018)

View File

@ -1 +1 @@
SHA512 (satyr-0.28.tar.xz) = 63d9b3e1344b3f253da7c7f5ed78a81d1f9404d7a883f4f929412ed2d4c67d8fe39cfc531ee4e03995a1c93bb1e1af159069f288d5501cf0e5b220206c63659a SHA512 (satyr-0.29.tar.gz) = 8e1622d934f5b70351f46126889a55b83c79446dc4b2015e055dafd66732a484a8f3482bde181fbcee64d173d2a8179f2b74dcca1711a8f0e0fe71ecebaf9a3b