From a58b9d68bc988a72e9c4ae7d25a06f0fe3d18ac4 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 7 Aug 2023 13:50:47 +0100 Subject: [PATCH] Update to 2.0.0 Use autorelease and autochangelog. --- .gitignore | 2 + changelog | 420 +++++++++++++++++++++++++++++++++++++++++++ libpeas.spec | 500 ++++----------------------------------------------- sources | 2 +- 4 files changed, 459 insertions(+), 465 deletions(-) create mode 100644 changelog diff --git a/.gitignore b/.gitignore index 257bb6b..1e1c529 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,5 @@ /libpeas-1.32.0.tar.xz /libpeas-1.34.0.tar.xz /libpeas-1.36.0.tar.xz +/libpeas-1.99.0.tar.xz +/libpeas-2.0.0.tar.xz diff --git a/changelog b/changelog new file mode 100644 index 0000000..743bcf0 --- /dev/null +++ b/changelog @@ -0,0 +1,420 @@ +* Thu Jul 20 2023 Fedora Release Engineering - 1.36.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 15 2023 Python Maint - 1.36.0-2 +- Rebuilt for Python 3.12 + +* Sat Mar 18 2023 David King - 1.36.0-1 +- Update to 1.36.0 + +* Thu Jan 19 2023 Fedora Release Engineering - 1.34.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Dec 15 2022 Benjamin A. Beasley - 1.34.0-2 +- Ensure correct fonts are installed for HTML docs + +* Mon Sep 19 2022 Kalev Lember - 1.34.0-1 +- Update to 1.34.0 + +* Thu Jul 21 2022 Fedora Release Engineering - 1.32.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 1.32.0-2 +- Rebuilt for Python 3.11 + +* Sat Mar 19 2022 David King - 1.32.0-1 +- Update to 1.32.0 + +* Thu Jan 20 2022 Fedora Release Engineering - 1.30.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 1.30.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Jun 14 2021 Bastien Nocera - 1.30.0-4 ++ libpeas-1.30.0-4 +- Fix licenses again + +* Fri Jun 11 2021 Bastien Nocera - 1.30.0-3 ++ libpeas-1.30.0-3 +- Correct license for some of the icons + +* Fri Jun 04 2021 Python Maint - 1.30.0-2 +- Rebuilt for Python 3.10 + +* Mon Mar 22 2021 Kalev Lember - 1.30.0-1 +- Update to 1.30.0 + +* Tue Jan 26 2021 Fedora Release Engineering - 1.28.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Sep 12 2020 Kalev Lember - 1.28.0-1 +- Update to 1.28.0 + +* Tue Aug 04 2020 Bastien Nocera - 1.26.0-5 ++ libpeas-1.26.0-5 +- Remove unused Python macro that caused errors on install (#1863667) + +* Sat Aug 01 2020 Fedora Release Engineering - 1.26.0-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 1.26.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 1.26.0-2 +- Rebuilt for Python 3.9 + +* Fri Mar 06 2020 Kalev Lember - 1.26.0-1 +- Update to 1.26.0 + +* Wed Jan 29 2020 Fedora Release Engineering - 1.25.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 16 2020 Kalev Lember - 1.25.3-1 +- Update to 1.25.3 + +* Thu Oct 31 2019 Kalev Lember - 1.24.1-1 +- Update to 1.24.1 + +* Tue Sep 10 2019 Kalev Lember - 1.24.0-1 +- Update to 1.24.0 + +* Thu Sep 05 2019 Kalev Lember - 1.23.92-1 +- Update to 1.23.92 + +* Tue Aug 20 2019 Kalev Lember - 1.23.90.1-2 +- Revert inadvertent soname bump +- Tighten spec file globs to avoid accidental soname bumps in the future + +* Tue Aug 20 2019 Kalev Lember - 1.23.90.1-1 +- Update to 1.23.90.1 +- Switch to the meson build system + +* Mon Aug 19 2019 Miro Hrončok - 1.22.0-14 +- Rebuilt for Python 3.8 + +* Thu Aug 01 2019 Bastien Nocera - 1.22.0-13 ++ libpeas-1.22.0-13 +- Force disable the Python2 loader, which could still be built by accident (#1736043) + +* Thu Jul 25 2019 Fedora Release Engineering - 1.22.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 31 2019 Charalampos Stratakis - 1.22.0-11 +- Fix FTBFS with Python 3.8 (#1715665) + +* Fri Feb 01 2019 Fedora Release Engineering - 1.22.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.22.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1.22.0-8 +- Rebuilt for Python 3.7 + +* Wed Jun 06 2018 Bastien Nocera - 1.22.0-7 ++ libpeas-1.22.0-7 +- Obsolete libpeas-loader-python + +* Thu Mar 22 2018 Bastien Nocera - 1.22.0-6 ++ libpeas-1.22.0-6 +- Remove python2 loader, all GNOME apps using libpeas were ported to Python3 + when ported to GTK+ 3.x + +* Wed Feb 07 2018 Fedora Release Engineering - 1.22.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Feb 03 2018 Igor Gnatenko - 1.22.0-4 +- Switch to %%ldconfig_scriptlets + +* Fri Jan 05 2018 Igor Gnatenko - 1.22.0-3 +- Remove obsolete scriptlets + +* Thu Nov 30 2017 Merlin Mathesius - 1.22.0-2 +- Cleanup spec file conditionals + +* Sun Sep 10 2017 Kalev Lember - 1.22.0-1 +- Update to 1.22.0 + +* Tue Aug 15 2017 Kalev Lember - 1.21.0-1 +- Update to 1.21.0 + +* Thu Aug 03 2017 Fedora Release Engineering - 1.21.0-0.3.gitbcc8644 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.21.0-0.2.gitbcc8644 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Jul 18 2017 Kalev Lember - 1.21.0-0.1.gitbcc8644 +- Update to 1.21.0 git snapshot + +* Fri Feb 10 2017 Fedora Release Engineering - 1.20.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 1.20.0-4 +- Rebuild for Python 3.6 + +* Thu Nov 24 2016 Kalev Lember - 1.20.0-3 +- Remove lib64 rpaths +- Update RHEL conditionals +- Fix directory ownership + +* Tue Nov 08 2016 Igor Gnatenko - 1.20.0-2 +- Trivial fixes in spec +- disable silent building +- use %%autosetup +- split out GTK+ support to the subpackage +- use %%make_build +- remove all libtool files in libdir +- drop unneeded chrpath calls + +* Mon Sep 19 2016 Kalev Lember - 1.20.0-1 +- Update to 1.20.0 +- Don't set group tags + +* Sun Mar 20 2016 Igor Gnatenko - 1.18.0-1 +- Update to 1.18.0 + +* Thu Feb 04 2016 Fedora Release Engineering - 1.17.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Jan 25 2016 Kalev Lember - 1.17.0-1 +- Update to 1.17.0 + +* Tue Nov 10 2015 Fedora Release Engineering - 1.16.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Tue Sep 22 2015 Kalev Lember - 1.16.0-1 +- Update to 1.16.0 +- Use make_install macro + +* Fri Jul 03 2015 David King - 1.15.0-3 +- Split out Python 2 and 3 loaders into subpackages (#1226879) + +* Fri Jun 26 2015 David King - 1.15.0-2 +- Add Requires for Python plugin support (#750925) + +* Thu Jun 25 2015 David King - 1.15.0-1 +- Update to 1.15.0 (#1235615) +- Update URL +- Use license macro for COPYING +- Use pkgconfig for BuildRequires +- Add README and NEWS to doc + +* Wed Jun 17 2015 Fedora Release Engineering - 1.14.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Mar 24 2015 Kalev Lember - 1.14.0-1 +- Update to 1.14.0 + +* Mon Feb 16 2015 Richard Hughes - 1.13.0-1 +- Update to 1.13.0 + +* Mon Sep 22 2014 Kalev Lember - 1.12.1-1 +- Update to 1.12.1 +- Tighten deps with the _isa macro + +* Sun Aug 17 2014 Fedora Release Engineering - 1.10.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Fri Aug 01 2014 Kalev Lember - 1.10.1-1 +- Update to 1.10.1 + +* Tue Jul 22 2014 Kalev Lember - 1.10.0-4 +- Rebuilt for gobject-introspection 1.41.4 + +* Sat Jun 07 2014 Fedora Release Engineering - 1.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu May 22 2014 Bohuslav Kabrda - 1.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Mon Mar 31 2014 Richard Hughes - 1.10.0-1 +- Update to 1.10.0 + +* Wed Feb 05 2014 Adam Williamson - 1.9.0-3 +- drop gjs plugin support (backported from upstream; no-one wants it) + +* Sat Aug 03 2013 Fedora Release Engineering - 1.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Jun 20 2013 Kalev Lember - 1.9.0-1 +- Update to 1.9.0 + +* Tue Mar 26 2013 Ignacio Casal Quinteiro - 1.8.0-1 +- Update to 1.8.0 + +* Thu Feb 14 2013 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jan 06 2013 Ignacio Casal Quinteiro - 1.7.0-1 +- Update to 1.7.0 + +* Wed Nov 28 2012 Kalev Lember - 1.6.2-1 +- Update to 1.6.2 +- Avoid runtime deps on gtk-doc (#754495) + +* Mon Nov 19 2012 Bastien Nocera 1.6.1-2 +- Fix source URL + +* Tue Oct 16 2012 Ignacio Casal Quinteiro - 1.6.1-1 +- Update to 1.6.1 + +* Tue Sep 25 2012 Ignacio Casal Quinteiro - 1.6.0-1 +- Update to 1.6.0 + +* Wed Sep 19 2012 Bastien Nocera 1.5.0-1 +- Disable vala, as it was disabled upstream: +http://git.gnome.org/browse/libpeas/commit/?id=1031aaeeef282ab2bb65cb6ae48fa4abff453c4d + +* Wed Jul 18 2012 Ignacio Casal Quinteiro - 1.5.0-1 +- Update to 1.5.0 + +* Thu May 03 2012 Kalev Lember - 1.4.0-2 +- Re-enable the GJS loader +- Remove unwanted lib64 rpaths + +* Wed Mar 28 2012 Ignacio Casal Quinteiro - 1.4.0-1 +- Update to 1.4.0 + +* Fri Mar 2 2012 Matthias Clasen - 1.3.0-2 +- Make seed optional for RHEL + +* Sat Feb 25 2012 Ignacio Casal Quinteiro - 1.3.0-1 +- Update to 1.3.0 + +* Fri Jan 13 2012 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Sep 28 2011 Ray - 1.2.0-1 +- Update to 1.2.0 + +* Wed Sep 28 2011 Ray - 1.2.0-1 +- Update to 1.2.0 + +* Wed Sep 28 2011 Ray - 1.2.0-1 +- Update to 1.2.0 + +* Tue Sep 27 2011 Ray - 1.2.0-1 +- Update to 1.2.0 + +* Tue Sep 27 2011 Ray - 1.2.0-1 +- Update to 1.2.0 + +* Tue Sep 27 2011 Ray - 1.2.0-1 +- Update to 1.2.0 + +* Wed Aug 31 2011 Ignacio Casal Quinteiro - 1.1.3-1 +- Update to 1.1.3 + +* Wed Aug 31 2011 Ignacio Casal Quinteiro - 1.1.2-2 +- Rebuild for latest pygobject3 + +* Tue Aug 23 2011 Adam Williamson - 1.1.2-1 +- Update to 1.1.2 +- bump BR to pygobject3-devel + +* Wed Aug 03 2011 Bastien Nocera 1.1.1-3 +- Another attempt at building against the latest gjs + +* Wed Aug 03 2011 Bastien Nocera 1.1.1-2 +- Rebuild for newer gjs + +* Tue Jul 26 2011 Matthias Clasen - 1.1.1-1 +- Update to 1.1.1 + +* Tue Jun 14 2011 Tomas Bzatek - 1.1.0-1 +- Update to 1.1.0 + +* Mon Apr 4 2011 Christopher Aillon 1.0.0-1 +- Update to 1.0.0 + +* Sun Mar 27 2011 Bastien Nocera 0.9.0-1 +- Update to 0.9.0 + +* Thu Mar 10 2011 Bastien Nocera 0.7.4-1 +- Update to 0.7.4 + +* Tue Feb 22 2011 Matthias Clasen 0.7.3-1 +- Update to 0.7.3 +- Drop unneeded dependencies + +* Mon Feb 21 2011 Bastien Nocera 0.7.2-1 +- Update to 0.7.2 + +* Thu Feb 10 2011 Matthias Clasen 0.7.1-7 +- Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.7.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Feb 2 2011 Matthias Clasen 0.7.1-5 +- Rebuild against newer gtk + +* Fri Jan 28 2011 Bastien Nocera 0.7.1-4 +- Update to real 0.7.1 release + +* Fri Jan 7 2011 Matthias Clasen - 0.7.1-3.gita2f98e +- Rebuild against newer gtk + +* Fri Dec 3 2010 Matthias Clasen - 0.7.1-2.gita2f98e +- Rebuild against newer gtk + +* Thu Nov 11 2010 Dan Williams - 0.7.1-1.gita2f98e +- Update to 0.7.1 +- Fix some crashes with missing introspection data + +* Mon Nov 1 2010 Matthias Clasen 0.7.0-2 +- Rebuild against newer gtk3 + +* Mon Oct 04 2010 Bastien Nocera 0.7.0-1 +- Update to 0.7.0 + +* Tue Sep 21 2010 Matthias Clasen - 0.5.5-2 +- Rebuild against newer gobject-introspection + +* Thu Aug 19 2010 Matthias Clasen - 0.5.5-1 +- Update to 0.5.5 + +* Thu Aug 5 2010 Matthias Clasen - 0.5.4-1 +- Update to 0.5.4 + +* Tue Jul 27 2010 Mamoru Tasaka 0.5.3-2 +- Rebuild against python 2.7 + +* Fri Jul 23 2010 Bastien Nocera 0.5.3-1 +- Update to 0.5.3 + +* Thu Jul 22 2010 Bastien Nocera 0.5.2-5 +- Fix post scriplet (#615021) + +* Thu Jul 15 2010 Colin Walters - 0.5.2-4 +- Rebuild with new gobject-introspection + +* Tue Jul 13 2010 Matthias Clasen 0.5.2-3 +- Rebuild + +* Mon Jul 12 2010 Colin Walters - 0.5.2-2 +- Rebuild against new gobject-introspection + +* Mon Jul 12 2010 Matthias Clasen 0.5.2-1 +- Update to 0.5.2 + +* Thu Jul 8 2010 Matthias Clasen 0.5.1-2 +- Rebuild + +* Mon Jun 28 2010 Bastien Nocera 0.5.1-1 +- Update to 0.5.1 + +* Thu Jun 24 2010 Bastien Nocera 0.5.0-4 +- Document rpath work-arounds disabling, and remove verbose build + +* Fri Jun 18 2010 Bastien Nocera 0.5.0-3 +- Fix a number of comments from review request + +* Mon Jun 14 2010 Bastien Nocera 0.5.0-2 +- Call ldconfig when installing the package + +* Mon Jun 14 2010 Bastien Nocera 0.5.0-1 +- First package diff --git a/libpeas.spec b/libpeas.spec index bb7bcad..fe8af4e 100644 --- a/libpeas.spec +++ b/libpeas.spec @@ -1,60 +1,55 @@ -%global apiver 1.0 +%global apiver 2 Name: libpeas -Version: 1.36.0 -Release: 3%{?dist} +Version: 2.0.0 +Release: %autorelease Summary: Plug-ins implementation convenience library License: LGPL-2.1-or-later URL: https://wiki.gnome.org/Projects/Libpeas -Source0: https://download.gnome.org/sources/%{name}/1.36/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.0/%{name}-%{version}.tar.xz BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: gi-docgen BuildRequires: meson BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(gladeui-2.0) -BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gjs-1.0) BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(pygobject-3.0) +BuildRequires: pkgconfig(python3-embed) BuildRequires: python3-devel +BuildRequires: /usr/bin/vapigen +BuildRequires: /usr/bin/xmllint %description libpeas is a convenience library making adding plug-ins support to glib-based applications. -%package gtk -Summary: GTK+ plug-ins support for libpeas +%package loader-gjs +Summary: GJS loader for libpeas Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: gjs -%description gtk -libpeas-gtk is a convenience library making adding plug-ins support -to GTK+-based applications. +%description loader-gjs +This package contains the GJS loader that is needed to +run JavaScript plugins that use libpeas. -%package loader-python3 -Summary: Python 3 loader for libpeas +%package loader-python +Summary: Python loader for libpeas Requires: %{name}%{?_isa} = %{version}-%{release} Requires: python3-gobject -Obsoletes: libpeas-loader-python < %{version}-%{release} -Provides: libpeas-loader-python = %{version}-%{release} - -%description loader-python3 -This package contains the Python 3 loader that is needed to -run Python 3 plugins that use libpeas. +%description loader-python +This package contains the Python loader that is needed to +run Python plugins that use libpeas. %package devel Summary: Development files for libpeas Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: %{name}-gtk%{?_isa} = %{version}-%{release} -# Because web fonts from upstream are not bundled in the gi-docgen package, -# packages containing documentation generated with gi-docgen should depend on -# this metapackage to ensure the proper system fonts are present. -Recommends: gi-docgen-fonts %description devel This package contains development libraries and header files @@ -65,466 +60,43 @@ that are needed to write applications that use libpeas. %build %meson \ - -Ddemos=false \ - -Dvapi=true \ - -Dgtk_doc=true + -Dgtk_doc=true \ + -Dlua51=false \ + -Dvapi=true %meson_build +%check +%meson_test + %install %meson_install -%find_lang libpeas-1.0 +%find_lang libpeas-%{apiver} -%files -f libpeas-1.0.lang -%doc AUTHORS NEWS README +%files -f libpeas-%{apiver}.lang +%doc AUTHORS NEWS README.md %license COPYING %{_libdir}/libpeas-%{apiver}.so.0* %dir %{_libdir}/libpeas-%{apiver}/ %dir %{_libdir}/libpeas-%{apiver}/loaders %dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/Peas-%{apiver}.typelib -%{_datadir}/icons/hicolor/*/actions/libpeas-plugin.* -%files gtk -%{_libdir}/libpeas-gtk-%{apiver}.so.0* -%{_libdir}/girepository-1.0/PeasGtk-%{apiver}.typelib +%files loader-gjs +%{_libdir}/libpeas-%{apiver}/loaders/libgjsloader.so -%files loader-python3 -%{_libdir}/libpeas-%{apiver}/loaders/libpython3loader.so +%files loader-python +%{_libdir}/libpeas-%{apiver}/loaders/libpythonloader.so %files devel %{_includedir}/libpeas-%{apiver}/ -%{_docdir}/libpeas-1.0 -%{_docdir}/libpeas-gtk-1.0 +%{_docdir}/libpeas-%{apiver} %{_libdir}/libpeas-%{apiver}.so -%{_libdir}/libpeas-gtk-%{apiver}.so %dir %{_datadir}/gir-1.0 %{_datadir}/gir-1.0/Peas-%{apiver}.gir -%{_datadir}/gir-1.0/PeasGtk-%{apiver}.gir +%{_datadir}/vala/ %{_libdir}/pkgconfig/libpeas-%{apiver}.pc -%{_libdir}/pkgconfig/libpeas-gtk-%{apiver}.pc -%{_datadir}/glade/catalogs/libpeas-gtk.xml %changelog -* Thu Jul 20 2023 Fedora Release Engineering - 1.36.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Jun 15 2023 Python Maint - 1.36.0-2 -- Rebuilt for Python 3.12 - -* Sat Mar 18 2023 David King - 1.36.0-1 -- Update to 1.36.0 - -* Thu Jan 19 2023 Fedora Release Engineering - 1.34.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Thu Dec 15 2022 Benjamin A. Beasley - 1.34.0-2 -- Ensure correct fonts are installed for HTML docs - -* Mon Sep 19 2022 Kalev Lember - 1.34.0-1 -- Update to 1.34.0 - -* Thu Jul 21 2022 Fedora Release Engineering - 1.32.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 1.32.0-2 -- Rebuilt for Python 3.11 - -* Sat Mar 19 2022 David King - 1.32.0-1 -- Update to 1.32.0 - -* Thu Jan 20 2022 Fedora Release Engineering - 1.30.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Thu Jul 22 2021 Fedora Release Engineering - 1.30.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jun 14 2021 Bastien Nocera - 1.30.0-4 -+ libpeas-1.30.0-4 -- Fix licenses again - -* Fri Jun 11 2021 Bastien Nocera - 1.30.0-3 -+ libpeas-1.30.0-3 -- Correct license for some of the icons - -* Fri Jun 04 2021 Python Maint - 1.30.0-2 -- Rebuilt for Python 3.10 - -* Mon Mar 22 2021 Kalev Lember - 1.30.0-1 -- Update to 1.30.0 - -* Tue Jan 26 2021 Fedora Release Engineering - 1.28.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Sep 12 2020 Kalev Lember - 1.28.0-1 -- Update to 1.28.0 - -* Tue Aug 04 2020 Bastien Nocera - 1.26.0-5 -+ libpeas-1.26.0-5 -- Remove unused Python macro that caused errors on install (#1863667) - -* Sat Aug 01 2020 Fedora Release Engineering - 1.26.0-4 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jul 28 2020 Fedora Release Engineering - 1.26.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 1.26.0-2 -- Rebuilt for Python 3.9 - -* Fri Mar 06 2020 Kalev Lember - 1.26.0-1 -- Update to 1.26.0 - -* Wed Jan 29 2020 Fedora Release Engineering - 1.25.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jan 16 2020 Kalev Lember - 1.25.3-1 -- Update to 1.25.3 - -* Thu Oct 31 2019 Kalev Lember - 1.24.1-1 -- Update to 1.24.1 - -* Tue Sep 10 2019 Kalev Lember - 1.24.0-1 -- Update to 1.24.0 - -* Thu Sep 05 2019 Kalev Lember - 1.23.92-1 -- Update to 1.23.92 - -* Tue Aug 20 2019 Kalev Lember - 1.23.90.1-2 -- Revert inadvertent soname bump -- Tighten spec file globs to avoid accidental soname bumps in the future - -* Tue Aug 20 2019 Kalev Lember - 1.23.90.1-1 -- Update to 1.23.90.1 -- Switch to the meson build system - -* Mon Aug 19 2019 Miro Hrončok - 1.22.0-14 -- Rebuilt for Python 3.8 - -* Thu Aug 01 2019 Bastien Nocera - 1.22.0-13 -+ libpeas-1.22.0-13 -- Force disable the Python2 loader, which could still be built by accident (#1736043) - -* Thu Jul 25 2019 Fedora Release Engineering - 1.22.0-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri May 31 2019 Charalampos Stratakis - 1.22.0-11 -- Fix FTBFS with Python 3.8 (#1715665) - -* Fri Feb 01 2019 Fedora Release Engineering - 1.22.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 1.22.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 1.22.0-8 -- Rebuilt for Python 3.7 - -* Wed Jun 06 2018 Bastien Nocera - 1.22.0-7 -+ libpeas-1.22.0-7 -- Obsolete libpeas-loader-python - -* Thu Mar 22 2018 Bastien Nocera - 1.22.0-6 -+ libpeas-1.22.0-6 -- Remove python2 loader, all GNOME apps using libpeas were ported to Python3 - when ported to GTK+ 3.x - -* Wed Feb 07 2018 Fedora Release Engineering - 1.22.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sat Feb 03 2018 Igor Gnatenko - 1.22.0-4 -- Switch to %%ldconfig_scriptlets - -* Fri Jan 05 2018 Igor Gnatenko - 1.22.0-3 -- Remove obsolete scriptlets - -* Thu Nov 30 2017 Merlin Mathesius - 1.22.0-2 -- Cleanup spec file conditionals - -* Sun Sep 10 2017 Kalev Lember - 1.22.0-1 -- Update to 1.22.0 - -* Tue Aug 15 2017 Kalev Lember - 1.21.0-1 -- Update to 1.21.0 - -* Thu Aug 03 2017 Fedora Release Engineering - 1.21.0-0.3.gitbcc8644 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.21.0-0.2.gitbcc8644 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Tue Jul 18 2017 Kalev Lember - 1.21.0-0.1.gitbcc8644 -- Update to 1.21.0 git snapshot - -* Fri Feb 10 2017 Fedora Release Engineering - 1.20.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 1.20.0-4 -- Rebuild for Python 3.6 - -* Thu Nov 24 2016 Kalev Lember - 1.20.0-3 -- Remove lib64 rpaths -- Update RHEL conditionals -- Fix directory ownership - -* Tue Nov 08 2016 Igor Gnatenko - 1.20.0-2 -- Trivial fixes in spec -- disable silent building -- use %%autosetup -- split out GTK+ support to the subpackage -- use %%make_build -- remove all libtool files in libdir -- drop unneeded chrpath calls - -* Mon Sep 19 2016 Kalev Lember - 1.20.0-1 -- Update to 1.20.0 -- Don't set group tags - -* Sun Mar 20 2016 Igor Gnatenko - 1.18.0-1 -- Update to 1.18.0 - -* Thu Feb 04 2016 Fedora Release Engineering - 1.17.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Jan 25 2016 Kalev Lember - 1.17.0-1 -- Update to 1.17.0 - -* Tue Nov 10 2015 Fedora Release Engineering - 1.16.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Tue Sep 22 2015 Kalev Lember - 1.16.0-1 -- Update to 1.16.0 -- Use make_install macro - -* Fri Jul 03 2015 David King - 1.15.0-3 -- Split out Python 2 and 3 loaders into subpackages (#1226879) - -* Fri Jun 26 2015 David King - 1.15.0-2 -- Add Requires for Python plugin support (#750925) - -* Thu Jun 25 2015 David King - 1.15.0-1 -- Update to 1.15.0 (#1235615) -- Update URL -- Use license macro for COPYING -- Use pkgconfig for BuildRequires -- Add README and NEWS to doc - -* Wed Jun 17 2015 Fedora Release Engineering - 1.14.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Mar 24 2015 Kalev Lember - 1.14.0-1 -- Update to 1.14.0 - -* Mon Feb 16 2015 Richard Hughes - 1.13.0-1 -- Update to 1.13.0 - -* Mon Sep 22 2014 Kalev Lember - 1.12.1-1 -- Update to 1.12.1 -- Tighten deps with the _isa macro - -* Sun Aug 17 2014 Fedora Release Engineering - 1.10.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Fri Aug 01 2014 Kalev Lember - 1.10.1-1 -- Update to 1.10.1 - -* Tue Jul 22 2014 Kalev Lember - 1.10.0-4 -- Rebuilt for gobject-introspection 1.41.4 - -* Sat Jun 07 2014 Fedora Release Engineering - 1.10.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu May 22 2014 Bohuslav Kabrda - 1.10.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 - -* Mon Mar 31 2014 Richard Hughes - 1.10.0-1 -- Update to 1.10.0 - -* Wed Feb 05 2014 Adam Williamson - 1.9.0-3 -- drop gjs plugin support (backported from upstream; no-one wants it) - -* Sat Aug 03 2013 Fedora Release Engineering - 1.9.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Jun 20 2013 Kalev Lember - 1.9.0-1 -- Update to 1.9.0 - -* Tue Mar 26 2013 Ignacio Casal Quinteiro - 1.8.0-1 -- Update to 1.8.0 - -* Thu Feb 14 2013 Fedora Release Engineering - 1.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jan 06 2013 Ignacio Casal Quinteiro - 1.7.0-1 -- Update to 1.7.0 - -* Wed Nov 28 2012 Kalev Lember - 1.6.2-1 -- Update to 1.6.2 -- Avoid runtime deps on gtk-doc (#754495) - -* Mon Nov 19 2012 Bastien Nocera 1.6.1-2 -- Fix source URL - -* Tue Oct 16 2012 Ignacio Casal Quinteiro - 1.6.1-1 -- Update to 1.6.1 - -* Tue Sep 25 2012 Ignacio Casal Quinteiro - 1.6.0-1 -- Update to 1.6.0 - -* Wed Sep 19 2012 Bastien Nocera 1.5.0-1 -- Disable vala, as it was disabled upstream: -http://git.gnome.org/browse/libpeas/commit/?id=1031aaeeef282ab2bb65cb6ae48fa4abff453c4d - -* Wed Jul 18 2012 Ignacio Casal Quinteiro - 1.5.0-1 -- Update to 1.5.0 - -* Thu May 03 2012 Kalev Lember - 1.4.0-2 -- Re-enable the GJS loader -- Remove unwanted lib64 rpaths - -* Wed Mar 28 2012 Ignacio Casal Quinteiro - 1.4.0-1 -- Update to 1.4.0 - -* Fri Mar 2 2012 Matthias Clasen - 1.3.0-2 -- Make seed optional for RHEL - -* Sat Feb 25 2012 Ignacio Casal Quinteiro - 1.3.0-1 -- Update to 1.3.0 - -* Fri Jan 13 2012 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Sep 28 2011 Ray - 1.2.0-1 -- Update to 1.2.0 - -* Wed Sep 28 2011 Ray - 1.2.0-1 -- Update to 1.2.0 - -* Wed Sep 28 2011 Ray - 1.2.0-1 -- Update to 1.2.0 - -* Tue Sep 27 2011 Ray - 1.2.0-1 -- Update to 1.2.0 - -* Tue Sep 27 2011 Ray - 1.2.0-1 -- Update to 1.2.0 - -* Tue Sep 27 2011 Ray - 1.2.0-1 -- Update to 1.2.0 - -* Wed Aug 31 2011 Ignacio Casal Quinteiro - 1.1.3-1 -- Update to 1.1.3 - -* Wed Aug 31 2011 Ignacio Casal Quinteiro - 1.1.2-2 -- Rebuild for latest pygobject3 - -* Tue Aug 23 2011 Adam Williamson - 1.1.2-1 -- Update to 1.1.2 -- bump BR to pygobject3-devel - -* Wed Aug 03 2011 Bastien Nocera 1.1.1-3 -- Another attempt at building against the latest gjs - -* Wed Aug 03 2011 Bastien Nocera 1.1.1-2 -- Rebuild for newer gjs - -* Tue Jul 26 2011 Matthias Clasen - 1.1.1-1 -- Update to 1.1.1 - -* Tue Jun 14 2011 Tomas Bzatek - 1.1.0-1 -- Update to 1.1.0 - -* Mon Apr 4 2011 Christopher Aillon 1.0.0-1 -- Update to 1.0.0 - -* Sun Mar 27 2011 Bastien Nocera 0.9.0-1 -- Update to 0.9.0 - -* Thu Mar 10 2011 Bastien Nocera 0.7.4-1 -- Update to 0.7.4 - -* Tue Feb 22 2011 Matthias Clasen 0.7.3-1 -- Update to 0.7.3 -- Drop unneeded dependencies - -* Mon Feb 21 2011 Bastien Nocera 0.7.2-1 -- Update to 0.7.2 - -* Thu Feb 10 2011 Matthias Clasen 0.7.1-7 -- Rebuild - -* Wed Feb 09 2011 Fedora Release Engineering - 0.7.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Feb 2 2011 Matthias Clasen 0.7.1-5 -- Rebuild against newer gtk - -* Fri Jan 28 2011 Bastien Nocera 0.7.1-4 -- Update to real 0.7.1 release - -* Fri Jan 7 2011 Matthias Clasen - 0.7.1-3.gita2f98e -- Rebuild against newer gtk - -* Fri Dec 3 2010 Matthias Clasen - 0.7.1-2.gita2f98e -- Rebuild against newer gtk - -* Thu Nov 11 2010 Dan Williams - 0.7.1-1.gita2f98e -- Update to 0.7.1 -- Fix some crashes with missing introspection data - -* Mon Nov 1 2010 Matthias Clasen 0.7.0-2 -- Rebuild against newer gtk3 - -* Mon Oct 04 2010 Bastien Nocera 0.7.0-1 -- Update to 0.7.0 - -* Tue Sep 21 2010 Matthias Clasen - 0.5.5-2 -- Rebuild against newer gobject-introspection - -* Thu Aug 19 2010 Matthias Clasen - 0.5.5-1 -- Update to 0.5.5 - -* Thu Aug 5 2010 Matthias Clasen - 0.5.4-1 -- Update to 0.5.4 - -* Tue Jul 27 2010 Mamoru Tasaka 0.5.3-2 -- Rebuild against python 2.7 - -* Fri Jul 23 2010 Bastien Nocera 0.5.3-1 -- Update to 0.5.3 - -* Thu Jul 22 2010 Bastien Nocera 0.5.2-5 -- Fix post scriplet (#615021) - -* Thu Jul 15 2010 Colin Walters - 0.5.2-4 -- Rebuild with new gobject-introspection - -* Tue Jul 13 2010 Matthias Clasen 0.5.2-3 -- Rebuild - -* Mon Jul 12 2010 Colin Walters - 0.5.2-2 -- Rebuild against new gobject-introspection - -* Mon Jul 12 2010 Matthias Clasen 0.5.2-1 -- Update to 0.5.2 - -* Thu Jul 8 2010 Matthias Clasen 0.5.1-2 -- Rebuild - -* Mon Jun 28 2010 Bastien Nocera 0.5.1-1 -- Update to 0.5.1 - -* Thu Jun 24 2010 Bastien Nocera 0.5.0-4 -- Document rpath work-arounds disabling, and remove verbose build - -* Fri Jun 18 2010 Bastien Nocera 0.5.0-3 -- Fix a number of comments from review request - -* Mon Jun 14 2010 Bastien Nocera 0.5.0-2 -- Call ldconfig when installing the package - -* Mon Jun 14 2010 Bastien Nocera 0.5.0-1 -- First package - +%autochangelog diff --git a/sources b/sources index ece7dd2..593b13f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpeas-1.36.0.tar.xz) = 254087089475a3c1415e0ba8efb17aac56b96b1eee7c8e12933e72cc551ee39e9e3eac2d3d602bf9d369dd9fc7d3f5141e7683dec11b40b6c7b961b8e6c70a11 +SHA512 (libpeas-2.0.0.tar.xz) = 08a9ad330f6878667126dd655241900a84abadff43f635c4034439a935331b0afd3df368325ba7014594b141c053a11b02f81d4f0462cd7aba348250554d43d9