Compare commits

..

No commits in common. "758281b47116fa11c6dce6b24bc6947e91705ffe" and "4e7708ced58be2d2afff759965a0f918ca3b2461" have entirely different histories.

3 changed files with 4 additions and 19 deletions

BIN
python-meh-0.48.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: python-meh
Version: 0.51
Release: 1
Version: 0.48
Release: 2
Summary: A python library for handling exceptions
License: GPLv2+
URL: https://github.com/rhinstaller/%{name}
Source0: https://github.com/rhinstaller/%{name}/archive/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: gettext intltool libreport-gtk libreport-cli python3-devel
BuildRequires: python3-setuptools python3-dbus python3-libreport
BuildRequires: python3-setuptools python3-dbus python3-libreport git
%description
It is a python library for handling, saving, and reporting exceptions.
@ -24,7 +24,7 @@ Requires: python3-gobject gtk3 libreport-gtk
The library for python 3.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
%autosetup -n %{name}-%{name}-%{version} -p1 -Sgit
%build
%make_build
@ -42,21 +42,6 @@ make test
%{_datadir}/python-meh
%changelog
* Thu Jul 13 2023 niuyaru <niuyaru@kylinos.cn> - 0.51-1
- update version to 0.51
* Wed Oct 26 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.50.1-2
- Rebuild for next release
* Mon Dec 20 2021 guozhaorui <guozhaorui1@huawei.com> - 0.50.1-1
- update version to 0.50.1
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.50-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Tue Feb 2 2021 wangjie<wangjie294@huawei.com> - 0.50-1
- upgrade 0.50
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 0.48-2
- Type:bufix
- CVE:NA