Compare commits

..

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

2
.gitignore vendored

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

@ -1 +1 @@
8210b179e8e7adf390012262f0d30f2c9fdf2706 SOURCES/python-meh-0.52.tar.gz 3bcc0bcf022679ec591c77424f201cf43d657d9c SOURCES/python-meh-0.50.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.52 Version: 0.50
Release: 3%{?dist} Release: 4%{?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,19 +13,18 @@ Release: 3%{?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: GPL-2.0-or-later License: GPLv2+
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 \
@ -41,10 +40,8 @@ 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
@ -57,9 +54,7 @@ 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.
@ -90,21 +85,15 @@ make DESTDIR=%{buildroot} install
%{_datadir}/python-meh %{_datadir}/python-meh
%changelog %changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.52-3 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.50-4
- Bump release for October 2024 mass rebuild: - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Resolves: RHEL-64018 Related: rhbz#1991688
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.52-2
- Bump release for June 2024 mass rebuild
* Tue Jun 04 2024 Martin Kolman <mkolman@redhat.com> - 0.52-1 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.50-3
- Make libreport optional (mkolman) - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Resolves: RHEL-35676
* Fri Jan 20 2023 Martin Kolman <mkolman@redhat.com> - 0.51-1 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-2
- SPDX compatible License: line (mkolman) - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- 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