Compare commits

..

No commits in common. "83081571471f3b77f6ddc53c38a6e7d5492667fe" and "907bd24ce954f47d14d674bfd00b63b85b15c305" have entirely different histories.

3 changed files with 4 additions and 20 deletions

BIN
pygobject-3.42.1.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: pygobject3
Version: 3.46.0
Version: 3.42.1
Release: 2
Summary: Provides bindings for GObject based libraries
License: LGPLv2+ and MIT
URL: https://wiki.gnome.org/Projects/PyGObject
Source0: https://download.gnome.org/sources/pygobject/3.46/pygobject-%{version}.tar.xz
Source0: https://download.gnome.org/sources/pygobject/3.42/pygobject-%{version}.tar.xz
BuildRequires: glib2-devel >= 2.64.0 gobject-introspection-devel >= 1.64.0
BuildRequires: glib2-devel >= 2.56.0 gobject-introspection-devel >= 1.56.0
BuildRequires: meson cairo-gobject-devel
BuildRequires: python3-devel >= 3.8 python3-cairo-devel >= 1.16.0
BuildRequires: python3-devel >= 3.6 python3-cairo-devel >= 1.16.0
#for test suite
BuildRequires: python3-pytest gtk3 dbus-x11 dejavu-fonts xorg-x11-server-Xvfb
@ -77,7 +77,6 @@ xvfb-run %{__python3} setup.py test
%{python3_sitearch}/gi/*
%{python3_sitearch}/PyGObject-*.egg-info
%exclude %{python3_sitearch}/gi/_gi_cairo*.so
%dir %{python3_sitelib}/gi/
%{python3_sitelib}/gi/*
%{python3_sitelib}/pygtkcompat/
@ -88,21 +87,6 @@ xvfb-run %{__python3} setup.py test
%{_libdir}/pkgconfig/pygobject-3.0.pc
%changelog
* Mon May 27 2024 fuanan <fuanan3@h-partners.com> - 3.46.0-2
- python3-gobject-base provide the "%{python3_sitelib}/gi/" directory
* Fri Dec 15 2023 fuanan <fuanan3@h-partners.com> - 3.46.0-1
- update version to 3.46.0
* Thu Jul 13 2023 niuyaru <niuyaru@kylinos.cn> - 3.44.1-1
- update version to 3.44.1
* Thu Nov 17 2022 fuanan <fuanan3@h-partners.com> - 3.42.2-1
- update version to 3.42.2
* Tue Oct 25 2022 zhuofeng <zhuofeng2@huawei.com> - 3.42.1-3
- Rebuild for next release
* Tue Jun 28 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.42.1-2
- Add provides for python3-gobject-base