|
|
@ -3,8 +3,8 @@
|
|
|
|
Summary: A python library for handling exceptions
|
|
|
|
Summary: A python library for handling exceptions
|
|
|
|
Name: python-meh
|
|
|
|
Name: python-meh
|
|
|
|
Url: https://github.com/rhinstaller/python-meh
|
|
|
|
Url: https://github.com/rhinstaller/python-meh
|
|
|
|
Version: 0.50
|
|
|
|
Version: 0.47.2
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
# This is a Red Hat maintained package which is specific to
|
|
|
|
# This is a Red Hat maintained package which is specific to
|
|
|
|
# our distribution. Thus the source is only available from
|
|
|
|
# our distribution. Thus the source is only available from
|
|
|
|
# within this srpm.
|
|
|
|
# within this srpm.
|
|
|
@ -15,7 +15,6 @@ Source0: https://github.com/rhinstaller/python-meh/archive/%{name}-%{version}.ta
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libreport-gtk >= %{libreportver}
|
|
|
|
BuildRequires: libreport-gtk >= %{libreportver}
|
|
|
@ -37,7 +36,7 @@ Summary: A python 3 library for handling exceptions
|
|
|
|
%{?python_provide:%python_provide python3-meh}
|
|
|
|
%{?python_provide:%python_provide python3-meh}
|
|
|
|
Obsoletes: python-meh < 0.46-1
|
|
|
|
Obsoletes: python-meh < 0.46-1
|
|
|
|
Obsoletes: python2-meh < 0.46-1
|
|
|
|
Obsoletes: python2-meh < 0.46-1
|
|
|
|
Requires: python3
|
|
|
|
Requires: %{__python3}
|
|
|
|
Requires: python3-dbus
|
|
|
|
Requires: python3-dbus
|
|
|
|
Requires: python3-rpm
|
|
|
|
Requires: python3-rpm
|
|
|
|
Requires: libreport-cli >= %{libreportver}
|
|
|
|
Requires: libreport-cli >= %{libreportver}
|
|
|
@ -85,38 +84,16 @@ make DESTDIR=%{buildroot} install
|
|
|
|
%{_datadir}/python-meh
|
|
|
|
%{_datadir}/python-meh
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.50-4
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.47.2-1
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 10 2018 Martin Kolman <mkolman@redhat.com> - 0.47.2-1
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.50-3
|
|
|
|
- Require the Python interpreter directly instead of using the package name (torsava)
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
Related: rhbz#1619153
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-2
|
|
|
|
* Mon Dec 10 2018 Martin Kolman <mkolman@redhat.com> - 0.47.1-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- update translations (mkolman)
|
|
|
|
|
|
|
|
Resolves: rhbz#1608346
|
|
|
|
* 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
|
|
|
|
* Mon Jul 23 2018 Martin Kolman <mkolman@redhat.com> - 0.47-1
|
|
|
|
- Make sure gettext returns strings not bytes (mkolman)
|
|
|
|
- Make sure gettext returns strings not bytes (mkolman)
|
|
|
|