diff --git a/pygobject-3.30.1.tar.xz b/pygobject-3.30.1.tar.xz deleted file mode 100644 index 60f5d9ebc7e8623cb9bab89ff67772281b12973a..0000000000000000000000000000000000000000 Binary files a/pygobject-3.30.1.tar.xz and /dev/null differ diff --git a/pygobject-3.36.1.tar.xz b/pygobject-3.36.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..ab2724b95a3ac34b5610b25fe1c045c7561bb43f Binary files /dev/null and b/pygobject-3.36.1.tar.xz differ diff --git a/pygobject3.spec b/pygobject3.spec index 52b3a214157900108ddad81a2e7374885aad1772..ca9bf9a1966836212ad358f966747bf3388f128e 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -1,14 +1,14 @@ %global with_python3 1 Name: pygobject3 -Version: 3.30.1 -Release: 2 +Version: 3.36.1 +Release: 1 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.30/pygobject-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pygobject/3.36/pygobject-%{version}.tar.xz -BuildRequires: glib2-devel >= 2.38.0 gobject-introspection-devel >= 1.46.0 +BuildRequires: glib2-devel >= 2.48.0 gobject-introspection-devel >= 1.46.0 BuildRequires: meson cairo-gobject-devel python2-devel >= 2.7 python2-cairo-devel >= 1.11.1 %if 0%{?with_python3} BuildRequires: python3-devel >= 3.4 python3-cairo-devel >= 1.11.1 @@ -27,7 +27,6 @@ Summary: GObject library wrapper for python 2 Requires: python2-gobject-base%{?_isa} = %{version}-%{release} Requires: python2-cairo%{?_isa} >= 1.11.1 -Obsoletes: %{name} Provides: %{name} = %{version}-%{release} Provides: %{name}%{?_isa} = %{version}-%{release} @@ -41,7 +40,6 @@ for use in Python 2 programs. Summary: base package for python2-gobject package Requires: gobject-introspection%{?_isa} -Obsoletes: %{name}-base Provides: %{name}-base = %{version}-%{release} Provides: %{name}-base%{?_isa} = %{version}-%{release} @@ -79,7 +77,7 @@ Requires: gobject-introspection-devel%{?_isa} This package contains files required to embed PyGObject %prep -%autosetup -n pygobject-%{version} +%autosetup -n pygobject-%{version} -p1 rm -rf %{py3dir} cp -a . %{py3dir} @@ -118,7 +116,7 @@ popd %dir %{python2_sitearch}/gi %{python2_sitearch}/gi/* %{python2_sitearch}/pygtkcompat/ -%{python2_sitelib}/PyGObject-*.egg-info +%{python2_sitearch}/PyGObject-*.egg-info %exclude %{python2_sitearch}/gi/_gi_cairo.so %files -n python3-gobject @@ -131,7 +129,7 @@ popd %{python3_sitearch}/gi/* %exclude %{python3_sitearch}/gi/_gi_cairo*.so %{python3_sitearch}/pygtkcompat/ -%{python3_sitelib}/PyGObject-*.egg-info +%{python3_sitearch}/PyGObject-*.egg-info %files devel %{_includedir}/pygobject-3.0/pygobject.h @@ -140,5 +138,8 @@ popd %{_libdir}/pkgconfig/pygobject-3.0.pc %changelog +* Wed Aug 26 2020 wangchen - 3.36.1-1 +- update to 3.36.1 + * Fri Sep 20 2019 openEuler Buildteam - 3.30.1-2 - Package init