Compare commits

...

No commits in common. 'c9' and 'i10c-beta' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/gexiv2-0.12.3.tar.xz SOURCES/gexiv2-0.14.3.tar.xz

@ -1 +1 @@
34f2faab62a4fcbb050fd21139bf68414c368c97 SOURCES/gexiv2-0.12.3.tar.xz 3480a025dbf766a134e7c7bffce990d831856f12 SOURCES/gexiv2-0.14.3.tar.xz

@ -1,20 +1,18 @@
Name: libgexiv2 Name: libgexiv2
Version: 0.12.3 Version: 0.14.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
License: GPLv2+ License: GPL-2.0-or-later
URL: https://wiki.gnome.org/Projects/gexiv2 URL: https://wiki.gnome.org/Projects/gexiv2
Source0: https://download.gnome.org/sources/gexiv2/0.12/gexiv2-%{version}.tar.xz Source0: https://download.gnome.org/sources/gexiv2/0.14/gexiv2-%{version}.tar.xz
BuildRequires: exiv2-devel BuildRequires: pkgconfig(exiv2)
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: meson BuildRequires: meson
BuildRequires: vala BuildRequires: vala
BuildRequires: python3-devel
BuildRequires: python3-gobject-base
%description %description
libgexiv2 is a GObject-based wrapper around the Exiv2 library. libgexiv2 is a GObject-based wrapper around the Exiv2 library.
@ -28,21 +26,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
developing applications that use %{name}. developing applications that use %{name}.
%package -n python3-gexiv2
Summary: Python3 bindings for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: python3-gobject-base%{?_isa}
%description -n python3-gexiv2
This package contains the python3 bindings for %{name}
%prep %prep
%setup -q -n gexiv2-%{version} %autosetup -p1 -n gexiv2-%{version}
%build %build
%meson \ %meson \
-Dgtk_doc=true \ -Dgtk_doc=true \
-Dpython3_girdir=%{python3_sitearch}/gi/overrides \ -Dpython3=false \
-Dtests=true \
%{nil} %{nil}
%meson_build %meson_build
@ -54,7 +45,7 @@ This package contains the python3 bindings for %{name}
%files %files
%license COPYING %license COPYING
%doc AUTHORS THANKS README %doc AUTHORS NEWS README.md THANKS
%{_libdir}/libgexiv2.so.2* %{_libdir}/libgexiv2.so.2*
%dir %{_libdir}/girepository-1.0 %dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/GExiv2-0.10.typelib %{_libdir}/girepository-1.0/GExiv2-0.10.typelib
@ -73,20 +64,66 @@ This package contains the python3 bindings for %{name}
%{_datadir}/vala/vapi/gexiv2.deps %{_datadir}/vala/vapi/gexiv2.deps
%{_datadir}/vala/vapi/gexiv2.vapi %{_datadir}/vala/vapi/gexiv2.vapi
%files -n python3-gexiv2
%{python3_sitearch}/gi/overrides/GExiv2.py
%{python3_sitearch}/gi/overrides/__pycache__/GExiv2*
%changelog %changelog
* Sun Aug 15 2021 Kalev Lember <klember@redhat.com> - 0.12.3-1 * Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.14.3-2
- Update to 0.12.3 - Rebuilt for MSVSphere 10
* Tue Aug 06 2024 Jan Grulich <jgrulich@redhat.com> - 0.14.3-2
- Rebuild (exiv2)
Resolves: RHEL-52972
* Tue Jul 09 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.14.3-1
- Update to 0.14.3
Resolves: RHEL-46522
* Tue Jul 09 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.14.2-5
- Drop the python3 sub-package
Resolves: RHEL-45529
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.14.2-4
- Bump release for June 2024 mass rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jul 24 2023 Kalev Lember <klember@redhat.com> - 0.14.2-1
- Update to 0.14.2
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.14.1-2
- Rebuilt for Python 3.12
* Tue May 09 2023 David King <amigadave@amigadave.com> - 0.14.1-1
- Update to 0.14.1
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.14.0-3
- Rebuilt for Python 3.11
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Sep 18 2021 Kalev Lember <klember@redhat.com> - 0.14.0-1
- Update to 0.14.0
* Mon Aug 16 2021 Kalev Lember <klember@redhat.com> - 0.13.0-1
- Update to 0.13.0
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.2-4 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.2-3 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.12.2-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Rebuilt for Python 3.10
* Sat Feb 20 2021 Kalev Lember <klember@redhat.com> - 0.12.2-2 * Sat Feb 20 2021 Kalev Lember <klember@redhat.com> - 0.12.2-2
- Remove no longer needed ldconfig_scriptlets macro call - Remove no longer needed ldconfig_scriptlets macro call

Loading…
Cancel
Save