Compare commits

...

No commits in common. 'c9' and 'cs10' have entirely different histories.
c9 ... cs10

2
.gitignore vendored

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

@ -1 +1 @@
3bcc0bcf022679ec591c77424f201cf43d657d9c SOURCES/python-meh-0.50.tar.gz 8210b179e8e7adf390012262f0d30f2c9fdf2706 SOURCES/python-meh-0.52.tar.gz

@ -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.52
Release: 4%{?dist} Release: 3%{?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.
@ -13,18 +13,19 @@ Release: 4%{?dist}
# cd python-meh && make archive # cd python-meh && make archive
Source0: https://github.com/rhinstaller/python-meh/archive/%{name}-%{version}.tar.gz Source0: https://github.com/rhinstaller/python-meh/archive/%{name}-%{version}.tar.gz
License: GPLv2+ License: GPL-2.0-or-later
BuildArch: noarch BuildArch: noarch
BuildRequires: make BuildRequires: make
BuildRequires: gettext BuildRequires: gettext
BuildRequires: intltool BuildRequires: intltool
%if 0%{?rhel} < 10 || 0%{?fedora}
BuildRequires: libreport-gtk >= %{libreportver} BuildRequires: libreport-gtk >= %{libreportver}
BuildRequires: libreport-cli >= %{libreportver} BuildRequires: libreport-cli >= %{libreportver}
BuildRequires: python3-libreport >= %{libreportver}
%endif
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-dbus BuildRequires: python3-dbus
BuildRequires: python3-libreport >= %{libreportver}
%global _description\ %global _description\
The python-meh package is a python library for handling, saving, and reporting \ The python-meh package is a python library for handling, saving, and reporting \
@ -40,8 +41,10 @@ Obsoletes: python2-meh < 0.46-1
Requires: python3 Requires: python3
Requires: python3-dbus Requires: python3-dbus
Requires: python3-rpm Requires: python3-rpm
%if 0%{?rhel} < 10 || 0%{?fedora}
Requires: libreport-cli >= %{libreportver} Requires: libreport-cli >= %{libreportver}
Requires: python3-libreport >= %{libreportver} Requires: python3-libreport >= %{libreportver}
%endif
%description -n python3-meh %description -n python3-meh
The python3-meh package is a python 3 library for handling, saving, and reporting The python3-meh package is a python 3 library for handling, saving, and reporting
@ -54,7 +57,9 @@ Obsoletes: python-meh-gui < 0.46-1
Obsoletes: python2-meh-gui < 0.46-1 Obsoletes: python2-meh-gui < 0.46-1
Requires: python3-meh = %{version}-%{release} Requires: python3-meh = %{version}-%{release}
Requires: python3-gobject, gtk3 Requires: python3-gobject, gtk3
%if 0%{?rhel} < 10 || 0%{?fedora}
Requires: libreport-gtk >= %{libreportver} Requires: libreport-gtk >= %{libreportver}
%endif
%description -n python3-meh-gui %description -n python3-meh-gui
The python3-meh-gui package provides a GUI for the python3-meh library. The python3-meh-gui package provides a GUI for the python3-meh library.
@ -85,15 +90,21 @@ make DESTDIR=%{buildroot} install
%{_datadir}/python-meh %{_datadir}/python-meh
%changelog %changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.50-4 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.52-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Bump release for October 2024 mass rebuild:
Related: rhbz#1991688 Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.52-2
- Bump release for June 2024 mass rebuild
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.50-3 * Tue Jun 04 2024 Martin Kolman <mkolman@redhat.com> - 0.52-1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Make libreport optional (mkolman)
Resolves: RHEL-35676
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-2 * Fri Jan 20 2023 Martin Kolman <mkolman@redhat.com> - 0.51-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - SPDX compatible License: line (mkolman)
- setup.py: switch from distutils to setuptools (tim.orling@konsulko.com)
- Improve formatting and data in setup.py (vslavik)
* Tue Sep 29 2020 Martin Kolman <mkolman@redhat.com> - 0.50-1 * Tue Sep 29 2020 Martin Kolman <mkolman@redhat.com> - 0.50-1
- Merge pull request #33 from mzidek-gh/master (mkolman) - Merge pull request #33 from mzidek-gh/master (mkolman)

Loading…
Cancel
Save