Release version 0.29
Signed-off-by: Matěj Grabovský <mgrabovs@redhat.com>
This commit is contained in:
parent
4af9a47e0d
commit
fbdd731e36
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/satyr-0.26.tar.xz
|
||||
/satyr-0.27.tar.xz
|
||||
/satyr-0.28.tar.xz
|
||||
/satyr-0.29.tar.gz
|
||||
|
36
satyr.spec
36
satyr.spec
@ -14,12 +14,12 @@
|
||||
%endif
|
||||
|
||||
Name: satyr
|
||||
Version: 0.28
|
||||
Release: 4%{?dist}
|
||||
Version: 0.29
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||
License: GPLv2+
|
||||
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}
|
||||
BuildRequires: python3-devel
|
||||
%endif # with python3
|
||||
@ -33,9 +33,12 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gdb
|
||||
BuildRequires: gperf
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
%if %{with python3}
|
||||
BuildRequires: python3-sphinx
|
||||
%endif # with python3
|
||||
Requires: json-c
|
||||
|
||||
# git is need for '%%autosetup -S git' which automatically applies all the
|
||||
# patches above. Please, be aware that the patches must be generated
|
||||
@ -63,10 +66,6 @@ Development libraries and headers for %{name}.
|
||||
%if %{with python3}
|
||||
%package -n 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}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -90,13 +89,13 @@ Python 3 bindings for %{name}.
|
||||
--disable-static \
|
||||
--enable-doxygen-docs
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%make_install
|
||||
|
||||
# Remove all libtool archives (*.la) from modules directory.
|
||||
find %{buildroot} -name "*.la" | xargs rm --
|
||||
find %{buildroot} -name "*.la" -delete
|
||||
|
||||
%check
|
||||
make check|| {
|
||||
@ -134,6 +133,23 @@ make check|| {
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (satyr-0.28.tar.xz) = 63d9b3e1344b3f253da7c7f5ed78a81d1f9404d7a883f4f929412ed2d4c67d8fe39cfc531ee4e03995a1c93bb1e1af159069f288d5501cf0e5b220206c63659a
|
||||
SHA512 (satyr-0.29.tar.gz) = 8e1622d934f5b70351f46126889a55b83c79446dc4b2015e055dafd66732a484a8f3482bde181fbcee64d173d2a8179f2b74dcca1711a8f0e0fe71ecebaf9a3b
|
||||
|
Loading…
Reference in New Issue
Block a user