Compare commits

...

No commits in common. "c8s" and "c9-beta" have entirely different histories.
c8s ... c9-beta

3 changed files with 37 additions and 11 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/python-meh-0.47.2.tar.gz
SOURCES/python-meh-0.50.tar.gz

View File

@ -1 +1 @@
fafb39b202fd1bca9eeb351351b58de2eb3d8f20 SOURCES/python-meh-0.47.2.tar.gz
3bcc0bcf022679ec591c77424f201cf43d657d9c SOURCES/python-meh-0.50.tar.gz

View File

@ -3,8 +3,8 @@
Summary: A python library for handling exceptions
Name: python-meh
Url: https://github.com/rhinstaller/python-meh
Version: 0.47.2
Release: 1%{?dist}
Version: 0.50
Release: 4%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
# within this srpm.
@ -15,6 +15,7 @@ Source0: https://github.com/rhinstaller/python-meh/archive/%{name}-%{version}.ta
License: GPLv2+
BuildArch: noarch
BuildRequires: make
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: libreport-gtk >= %{libreportver}
@ -36,7 +37,7 @@ Summary: A python 3 library for handling exceptions
%{?python_provide:%python_provide python3-meh}
Obsoletes: python-meh < 0.46-1
Obsoletes: python2-meh < 0.46-1
Requires: %{__python3}
Requires: python3
Requires: python3-dbus
Requires: python3-rpm
Requires: libreport-cli >= %{libreportver}
@ -84,13 +85,38 @@ make DESTDIR=%{buildroot} install
%{_datadir}/python-meh
%changelog
* Mon Dec 10 2018 Martin Kolman <mkolman@redhat.com> - 0.47.2-1
- Require the Python interpreter directly instead of using the package name (torsava)
Related: rhbz#1619153
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.50-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Dec 10 2018 Martin Kolman <mkolman@redhat.com> - 0.47.1-1
- update translations (mkolman)
Resolves: rhbz#1608346
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.50-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Sep 29 2020 Martin Kolman <mkolman@redhat.com> - 0.50-1
- Merge pull request #33 from mzidek-gh/master (mkolman)
- dump: Use exception's type and value when calculating hash (mzidek)
* Tue Aug 25 2020 Martin Kolman <mkolman@redhat.com> - 0.49-1
- Merge pull request #31 from jkonecny12/master-fix-make-archive (mkolman)
- Fix make archive command after pot file removal (jkonecny)
- Merge pull request #29 from jkonecny12/master-weblate-support (jkonecny)
- Add Readme with description and translation badge (jkonecny)
- Add pot file to the git ignore (jkonecny)
- Pause release when making bumpver to check and solve translations (jkonecny)
- Remove unused PREFIX from Makefile (jkonecny)
- Remove Zanata (jkonecny)
- Push translations to our translation repository (jkonecny)
- Download translations from Weblate (jkonecny)
- Remove pot file (jkonecny)
- Merge pull request #24 from M4rtinK/master-fix_zanata_client_detection_in_makefile (mkolman)
- Fix Zanata client detection in Makefile (mkolman)
* Wed Oct 23 2019 Martin Kolman <mkolman@redhat.com> - 0.48-1
- Merge pull request #23 from poncovka/master-decode_bytes (mkolman)
- Handle bytes and strings from RPM (#1764642) (vponcova)
* Mon Jul 23 2018 Martin Kolman <mkolman@redhat.com> - 0.47-1
- Make sure gettext returns strings not bytes (mkolman)