Compare commits
No commits in common. "22367b912959257837f67ac62072f05e157132da" and "d483807937d9c292eebb940a4e1e2594b8f69989" have entirely different histories.
22367b9129
...
d483807937
BIN
python-meh-0.48.tar.gz
Normal file
BIN
python-meh-0.48.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
Name: python-meh
|
Name: python-meh
|
||||||
Version: 0.50.1
|
Version: 0.48
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A python library for handling exceptions
|
Summary: A python library for handling exceptions
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rhinstaller/%{name}
|
URL: https://github.com/rhinstaller/%{name}
|
||||||
Source0: https://github.com/rhinstaller/%{name}/archive/%{name}-%{version}.tar.gz
|
Source0: https://github.com/rhinstaller/%{name}/archive/%{name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: gettext intltool libreport-gtk libreport-cli python3-devel
|
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
|
%description
|
||||||
It is a python library for handling, saving, and reporting exceptions.
|
It is a python library for handling, saving, and reporting exceptions.
|
||||||
@ -17,14 +17,15 @@ Summary: A python 3 library for handling exceptions
|
|||||||
%{?python_provide:%python_provide python3-meh}
|
%{?python_provide:%python_provide python3-meh}
|
||||||
Provides: python3-meh-gui = %{version}-%{release}
|
Provides: python3-meh-gui = %{version}-%{release}
|
||||||
Obsoletes: python-meh < 0.46-1
|
Obsoletes: python-meh < 0.46-1
|
||||||
Obsoletes: python-meh-gui python3-meh-gui
|
Obsoletes: python2-meh < 0.46-1
|
||||||
|
Obsoletes: python-meh-gui python2-meh-gui python3-meh-gui
|
||||||
Requires: python3 python3-dbus python3-rpm libreport-cli python3-libreport
|
Requires: python3 python3-dbus python3-rpm libreport-cli python3-libreport
|
||||||
Requires: python3-gobject gtk3 libreport-gtk
|
Requires: python3-gobject gtk3 libreport-gtk
|
||||||
%description -n python3-meh
|
%description -n python3-meh
|
||||||
The library for python 3.
|
The library for python 3.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{name}-%{version} -p1
|
%autosetup -n %{name}-%{name}-%{version} -p1 -Sgit
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build
|
%make_build
|
||||||
@ -42,24 +43,6 @@ make test
|
|||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* 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
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:remove python2
|
|
||||||
|
|
||||||
* Thu Nov 21 2019 fangyufa<fangyufa1@huawei.com> - 0.47-4
|
* Thu Nov 21 2019 fangyufa<fangyufa1@huawei.com> - 0.47-4
|
||||||
- add buildrequires of git for x86_64 build
|
- add buildrequires of git for x86_64 build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user