Compare commits
No commits in common. "rawhide" and "f24" have entirely different histories.
2 changed files with 137 additions and 357 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (xreader-4.6.4.tar.gz) = 96b0593eb4869552c1df5ef1f545773cc242cfa3835106b5fd692d444c2e9385f0ee9d59f9d91d937c7275aa4967cc39a37d79e8570c264b0425f691c2f028d2
|
SHA512 (xreader-1.4.4.tar.gz) = bbdf2c2933f0563a39aa60ad528fef83d2e194f72a4164513d050995f354fe277fd88e2ee3ef323b1a2d44c8bee6a5da32d265943193907b216823ee98ec76a6
|
||||||
|
|
|
||||||
500
xreader.spec
500
xreader.spec
|
|
@ -1,21 +1,25 @@
|
||||||
# Filter provides from plugins.
|
# Filter provides from plugins.
|
||||||
%global __provides_exclude_from ^%{_libdir}/%{name}/.*$
|
%global __provides_exclude_from ^%{_libdir}/%{name}/.*$
|
||||||
|
|
||||||
|
# Caja in Fedora <= 25 is to old for the extension.
|
||||||
|
%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8
|
||||||
|
%global caja_ext 1
|
||||||
|
%else # 0%%{?fedora} >= 26 || 0%%{?rhel} >= 8
|
||||||
|
%global caja_ext 0
|
||||||
|
%endif # 0%%{?fedora} >= 26 || 0%%{?rhel} >= 8
|
||||||
|
|
||||||
|
|
||||||
Name: xreader
|
Name: xreader
|
||||||
Version: 4.6.4
|
Version: 1.4.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple document viewer
|
Summary: Simple document viewer
|
||||||
|
|
||||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
License: GPLv2+
|
||||||
License: GPL-2.0-or-later
|
|
||||||
URL: https://github.com/linuxmint/%{name}
|
URL: https://github.com/linuxmint/%{name}
|
||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
ExcludeArch: %{ix86}
|
BuildRequires: gnome-common
|
||||||
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: meson
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
|
@ -25,45 +29,45 @@ BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
||||||
BuildRequires: pkgconfig(kpathsea)
|
BuildRequires: pkgconfig(kpathsea)
|
||||||
|
%if 0%{?caja_ext}
|
||||||
|
BuildRequires: pkgconfig(libcaja-extension)
|
||||||
|
%endif # 0%%{?caja_ext}
|
||||||
BuildRequires: pkgconfig(libgxps)
|
BuildRequires: pkgconfig(libgxps)
|
||||||
|
BuildRequires: pkgconfig(libnemo-extension)
|
||||||
BuildRequires: pkgconfig(libsecret-1)
|
BuildRequires: pkgconfig(libsecret-1)
|
||||||
BuildRequires: pkgconfig(libspectre)
|
BuildRequires: pkgconfig(libspectre)
|
||||||
BuildRequires: pkgconfig(libtiff-4)
|
BuildRequires: pkgconfig(libtiff-4)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(poppler-glib)
|
BuildRequires: pkgconfig(poppler-glib)
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
BuildRequires: pkgconfig(xapp) >= 1.4.0
|
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRequires: python3-packaging
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||||
BuildRequires: texlive
|
BuildRequires: texlive
|
||||||
BuildRequires: t1lib-devel
|
BuildRequires: yelp-tools
|
||||||
|
|
||||||
Requires: shared-mime-info%{?_isa}
|
Requires: shared-mime-info%{?_isa}
|
||||||
Requires: gsettings-desktop-schemas%{?_isa}
|
Requires: gsettings-desktop-schemas%{?_isa}
|
||||||
Requires: xapps%{?_isa}
|
Requires: xapps%{?_isa}
|
||||||
Requires: xapp-symbolic-icons
|
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
Recommends: yelp%{?_isa}
|
Recommends: yelp%{?_isa}
|
||||||
Recommends: %{name}-thumbnailer%{?_isa} = %{version}-%{release}
|
|
||||||
|
%if (0%{?fedora} && 0%{?fedora} <=24) || (0%{?rhel} && 0%{?rhel} <= 7)
|
||||||
|
Requires(post): desktop-file-utils
|
||||||
|
Requires(postun): desktop-file-utils
|
||||||
|
%endif (0%%{?fedora} && 0%%{?fedora} <=24) || (0%%{?rhel} && 0%%{?rhel} <= 7)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X-Apps Document Reader is a document viewer capable of displaying
|
X-Apps Document Reader is a document viewer capable of displaying
|
||||||
multiple and single page document formats like PDF and PostScript.
|
multiple and singlepage document formats like PDF and PostScript.
|
||||||
|
|
||||||
%package libs
|
|
||||||
Summary: xreader document viewer libraries
|
|
||||||
Requires: %{name}-data = %{version}-%{release}
|
|
||||||
|
|
||||||
%description libs
|
|
||||||
This package contains the shared library files for %{name}.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} == %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the development files for %{name}.
|
This package contains the development files for %{name}.
|
||||||
|
|
@ -71,383 +75,159 @@ This package contains the development files for %{name}.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation files for %{name}
|
Summary: Documentation files for %{name}
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
This package contains the documentation files for %{name}.
|
This package contains the documentation files for %{name}.
|
||||||
|
|
||||||
%package data
|
|
||||||
Summary: Support files for the %{name} document viewer
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description data
|
%package -n nemo-extension-%{name}
|
||||||
This package contains icons and other support files used by the
|
Summary: X-Apps Document Reader file manager extension
|
||||||
%{name} application and libraries.
|
|
||||||
|
|
||||||
%package thumbnailer
|
Requires: nemo
|
||||||
Summary: System thumbnailer using %{name} libraries
|
Requires: %{name}%{?_isa} == %{version}-%{release}
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description thumbnailer
|
%description -n nemo-extension-%{name}
|
||||||
This package adds configuration to use %{name} as a thumbnailer.
|
X-Apps Document Reader is a document viewer capable of displaying
|
||||||
|
multiple and singlepage document formats like PDF and PostScript.
|
||||||
|
|
||||||
|
This package contains the xreader extension for the
|
||||||
|
Nemo file manager.
|
||||||
|
It adds an additional tab called "Document" to the file properties
|
||||||
|
dialog.
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?caja_ext}
|
||||||
|
%package -n caja-extension-%{name}
|
||||||
|
Summary: X-Apps Document Reader file manager extension
|
||||||
|
|
||||||
|
Requires: caja
|
||||||
|
Requires: %{name}%{?_isa} == %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n caja-extension-%{name}
|
||||||
|
X-Apps Document Reader is a document viewer capable of displaying
|
||||||
|
multiple and singlepage document formats like PDF and PostScript.
|
||||||
|
|
||||||
|
This package contains the xreader extension for the
|
||||||
|
Caja file manager.
|
||||||
|
It adds an additional tab called "Document" to the file properties
|
||||||
|
dialog.
|
||||||
|
%endif # 0%%{?caja_ext}
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p 1
|
||||||
|
NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
export LDFLAGS="-Wl,--as-needed %{__global_ldflags}"
|
||||||
-Ddeprecated_warnings=false \
|
%configure \
|
||||||
-Ddjvu=true \
|
--disable-silent-rules \
|
||||||
-Ddvi=true \
|
--disable-static \
|
||||||
-Depub=false \
|
%if 0%{?caja_ext} == 0
|
||||||
-Dt1lib=true \
|
--disable-caja \
|
||||||
-Dpixbuf=true \
|
%endif # 0%%{?caja_ext} == 0
|
||||||
-Dcomics=true \
|
--enable-gtk-doc \
|
||||||
-Dintrospection=true \
|
--enable-introspection \
|
||||||
-Dhelp_files=true
|
--enable-pixbuf
|
||||||
|
|
||||||
|
%make_build
|
||||||
|
|
||||||
%meson_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%make_install
|
||||||
|
%{_bindir}/find %{buildroot} -type f -name '*.a' -print -delete
|
||||||
%{__sed} -i -e '/.*<project_group>.*/d' \
|
%{_bindir}/find %{buildroot} -type f -name '*.la' -print -delete
|
||||||
%{buildroot}%{_metainfodir}/%{name}.appdata.xml
|
%{__sed} -i -e '/.*<project_group>.*/d' \
|
||||||
|
%{buildroot}%{_datadir}/appdata/*.appdata.xml
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Validate desktop-files.
|
# Validate desktop-files.
|
||||||
%{_bindir}/desktop-file-validate \
|
%{_bindir}/desktop-file-validate \
|
||||||
%{buildroot}%{_datadir}/applications/%{name}.desktop
|
%{buildroot}%{_datadir}/applications/*.desktop
|
||||||
|
|
||||||
# Validate AppData-files.
|
# Validate AppData-files.
|
||||||
%{_bindir}/appstream-util validate-relax --nonet \
|
%{_bindir}/appstream-util validate-relax --nonet \
|
||||||
%{buildroot}%{_metainfodir}/%{name}.appdata.xml
|
%{buildroot}%{_datadir}/appdata/*.appdata.xml
|
||||||
|
|
||||||
|
|
||||||
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
|
/bin/touch %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
|
%if (0%{?fedora} && 0%{?fedora} <=24) || (0%{?rhel} && 0%{?rhel} <= 7)
|
||||||
|
%{_bindir}/update-desktop-database &> /dev/null || :
|
||||||
|
%endif (0%%{?fedora} && 0%%{?fedora} <=24) || (0%%{?rhel} && 0%%{?rhel} <= 7)
|
||||||
|
|
||||||
|
%postun
|
||||||
|
/sbin/ldconfig
|
||||||
|
if [ $1 -eq 0 ]; then
|
||||||
|
/bin/touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
|
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
|
fi
|
||||||
|
%if (0%{?fedora} && 0%{?fedora} <=24) || (0%{?rhel} && 0%{?rhel} <= 7)
|
||||||
|
%{_bindir}/update-desktop-database &> /dev/null || :
|
||||||
|
%endif (0%%{?fedora} && 0%%{?fedora} <=24) || (0%%{?rhel} && 0%%{?rhel} <= 7)
|
||||||
|
|
||||||
|
%posttrans
|
||||||
|
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%license AUTHORS COPYING debian/copyright
|
%license AUTHORS COPYING debian/copyright
|
||||||
%doc ChangeLog README.md debian/changelog
|
%doc ChangeLog README debian/changelog
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}*
|
||||||
%{_bindir}/%{name}-previewer
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_metainfodir}/%{name}.appdata.xml
|
%{_datadir}/appdata/%{name}.appdata.xml
|
||||||
%{_datadir}/dbus-1/services/*
|
%{_datadir}/dbus-1/services/*
|
||||||
%{_datadir}/glib-2.0/schemas/*
|
%{_datadir}/glib-2.0/schemas/*
|
||||||
%{_datadir}/help/*/%{name}/
|
%{_datadir}/help/*/%{name}
|
||||||
%{_datadir}/icons/hicolor/*/*/*
|
%{_datadir}/icons/hicolor/*/*/*
|
||||||
%{_libexecdir}/xreaderd
|
%{_datadir}/thumbnailers/%{name}.thumbnailer
|
||||||
%{_mandir}/man1/%{name}.1*
|
|
||||||
%{_mandir}/man1/%{name}-previewer.1*
|
|
||||||
|
|
||||||
%files libs
|
|
||||||
%{_libdir}/girepository-1.0/*
|
%{_libdir}/girepository-1.0/*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{name}
|
||||||
|
%{_libexecdir}/%{name}*
|
||||||
|
%{_mandir}/man?/*.*
|
||||||
|
|
||||||
%files data
|
|
||||||
%{_datadir}/%{name}/
|
|
||||||
|
|
||||||
%files thumbnailer
|
|
||||||
%{_bindir}/%{name}-thumbnailer
|
|
||||||
%{_datadir}/thumbnailers/%{name}.thumbnailer
|
|
||||||
%{_mandir}/man1/%{name}-thumbnailer.1*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_datadir}/gir-1.0/*
|
%{_datadir}/gir-1.0/*
|
||||||
%{_includedir}/%{name}/
|
%{_includedir}/%{name}
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/xreader-document-1.5.pc
|
%{_libdir}/pkgconfig/xreader-document-1.5.0.pc
|
||||||
%{_libdir}/pkgconfig/xreader-view-1.5.pc
|
%{_libdir}/pkgconfig/xreader-view-1.5.0.pc
|
||||||
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%license %{_datadir}/licenses/%{name}*
|
%license %{_datadir}/licenses/%{name}
|
||||||
%doc %{_datadir}/doc/%{name}*
|
%doc %{_datadir}/doc/%{name}
|
||||||
|
%{_datadir}/gtk-doc
|
||||||
|
|
||||||
|
|
||||||
|
%files -n nemo-extension-%{name}
|
||||||
|
# This directory is not owned by any other package,
|
||||||
|
# maybe should be added to the nemo package
|
||||||
|
%dir %{_datadir}/nemo/extensions/
|
||||||
|
%{_datadir}/nemo/extensions/libxreader-properties-page.nemo-extension
|
||||||
|
%{_libdir}/nemo/extensions-3.0/libxreader-properties-page.so
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?caja_ext}
|
||||||
|
%files -n caja-extension-%{name}
|
||||||
|
# This directory is not owned by any other package,
|
||||||
|
# maybe should be added to the caja package
|
||||||
|
%dir %{_datadir}/caja/extensions/
|
||||||
|
%{_datadir}/caja/extensions/libxreader-properties-page.caja-extension
|
||||||
|
%{_libdir}/caja/extensions-2.0/libxreader-properties-page.so
|
||||||
|
%endif # 0%%{?caja_ext}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.4-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue May 19 2026 Leigh Scott <leigh123linux@gmail.com> - 4.6.4-2
|
|
||||||
- Add requires xapp-symbolic-icons
|
|
||||||
|
|
||||||
* Mon May 18 2026 Leigh Scott <leigh123linux@gmail.com> - 4.6.4-1
|
|
||||||
- Update to 4.6.4
|
|
||||||
|
|
||||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 09 2026 Leigh Scott <leigh123linux@gmail.com> - 4.6.3-1
|
|
||||||
- Update to 4.6.3
|
|
||||||
|
|
||||||
* Sat Dec 13 2025 Leigh Scott <leigh123linux@gmail.com> - 4.6.1-1
|
|
||||||
- Update to 4.6.1
|
|
||||||
|
|
||||||
* Fri Dec 12 2025 Leigh Scott <leigh123linux@gmail.com> - 4.6.0-1
|
|
||||||
- Update to 4.6.0
|
|
||||||
|
|
||||||
* Mon Sep 15 2025 Leigh Scott <leigh123linux@gmail.com> - 4.4.0-1
|
|
||||||
- Update to 4.4.0
|
|
||||||
- Add recommends xreader-thumbnailer to main package
|
|
||||||
|
|
||||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.6-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon May 26 2025 Leigh Scott <leigh123linux@gmail.com> - 4.2.6-1
|
|
||||||
- Update to 4.2.6
|
|
||||||
- Disable epub support, it's broken
|
|
||||||
|
|
||||||
* Mon Apr 14 2025 Leigh Scott <leigh123linux@gmail.com> - 4.2.4-1
|
|
||||||
- Update to 4.2.4
|
|
||||||
|
|
||||||
* Fri Mar 14 2025 Leigh Scott <leigh123linux@gmail.com> - 4.2.3-4
|
|
||||||
- rebuilt
|
|
||||||
|
|
||||||
* Fri Jan 31 2025 Leigh Scott <leigh123linux@gmail.com> - 4.2.3-3
|
|
||||||
- rebuilt
|
|
||||||
|
|
||||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Dec 06 2024 Leigh Scott <leigh123linux@gmail.com> - 4.2.3-1
|
|
||||||
- Update to 4.2.3
|
|
||||||
|
|
||||||
* Tue Aug 20 2024 Leigh Scott <leigh123linux@gmail.com> - 4.2.2-1
|
|
||||||
- Update to 4.2.2
|
|
||||||
|
|
||||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 4.2.1-3
|
|
||||||
- convert license to SPDX
|
|
||||||
|
|
||||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 18 2024 Leigh Scott <leigh123linux@gmail.com> - 4.2.1-1
|
|
||||||
- Update to 4.2.1
|
|
||||||
|
|
||||||
* Wed Jun 05 2024 Leigh Scott <leigh123linux@gmail.com> - 4.2.0-1
|
|
||||||
- Update to 4.2.0
|
|
||||||
|
|
||||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 12 2024 Leigh Scott <leigh123linux@gmail.com> - 4.0.2-2
|
|
||||||
- AAdd buildrequires python3-packaging
|
|
||||||
|
|
||||||
* Thu Jan 04 2024 Leigh Scott <leigh123linux@gmail.com> - 4.0.2-1
|
|
||||||
- Update to 4.0.2 release
|
|
||||||
|
|
||||||
* Sun Dec 31 2023 Leigh Scott <leigh123linux@gmail.com> - 4.0.1-1
|
|
||||||
- Update to 4.0.1 release
|
|
||||||
|
|
||||||
* Thu Dec 21 2023 Leigh Scott <leigh123linux@gmail.com> - 4.0.0-1
|
|
||||||
- Update to 4.0.0 release
|
|
||||||
|
|
||||||
* Tue Dec 05 2023 Leigh Scott <leigh123linux@gmail.com> - 3.8.4-1
|
|
||||||
- Update to 3.8.4 release
|
|
||||||
|
|
||||||
* Thu Nov 30 2023 Leigh Scott <leigh123linux@gmail.com> - 3.8.3-1
|
|
||||||
- Update to 3.8.3 release
|
|
||||||
|
|
||||||
* Fri Aug 04 2023 Leigh Scott <leigh123linux@gmail.com> - 3.8.2-1
|
|
||||||
- Update to 3.8.2 release
|
|
||||||
|
|
||||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 08 2023 Leigh Scott <leigh123linux@gmail.com> - 3.8.1-1
|
|
||||||
- Update to 3.8.1 release
|
|
||||||
|
|
||||||
* Thu Jun 01 2023 Leigh Scott <leigh123linux@gmail.com> - 3.8.0-1
|
|
||||||
- Update to 3.8.0 release
|
|
||||||
|
|
||||||
* Thu May 11 2023 Leigh Scott <leigh123linux@gmail.com> - 3.6.3-2
|
|
||||||
- Switch to webkit2gtk-4.1
|
|
||||||
|
|
||||||
* Sun Feb 05 2023 Jonathan Wright <jonathan@almalinux.org> - 3.6.3-1
|
|
||||||
- Update to 3.6.3 rhbz#2160519
|
|
||||||
|
|
||||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Nov 18 2022 Leigh Scott <leigh123linux@gmail.com> - 3.6.0-1
|
|
||||||
- Update to 3.6.0 release
|
|
||||||
|
|
||||||
* Sun Aug 21 2022 Leigh Scott <leigh123linux@gmail.com> - 3.4.5-1
|
|
||||||
- Update to 3.4.5 release
|
|
||||||
|
|
||||||
* Sun Jul 24 2022 Leigh Scott <leigh123linux@gmail.com> - 3.4.3-1
|
|
||||||
- Update to 3.4.3 release
|
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 20 2022 Leigh Scott <leigh123linux@gmail.com> - 3.4.2-1
|
|
||||||
- Update to 3.4.2 release
|
|
||||||
|
|
||||||
* Sun Jul 17 2022 Leigh Scott <leigh123linux@gmail.com> - 3.4.1-1
|
|
||||||
- Update to 3.4.1 release
|
|
||||||
|
|
||||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Dec 06 2021 Leigh Scott <leigh123linux@gmail.com> - 3.2.2-1
|
|
||||||
- Update to 3.2.2 release
|
|
||||||
|
|
||||||
* Mon Nov 29 2021 Leigh Scott <leigh123linux@gmail.com> - 3.2.1-1
|
|
||||||
- Update to 3.2.1 release
|
|
||||||
|
|
||||||
* Wed Nov 24 2021 Leigh Scott <leigh123linux@gmail.com> - 3.2.0-1
|
|
||||||
- Update to 3.2.0 release
|
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 25 2021 Leigh Scott <leigh123linux@gmail.com> - 3.0.2-1
|
|
||||||
- Update to 3.0.2 release
|
|
||||||
|
|
||||||
* Thu Jun 10 2021 Leigh Scott <leigh123linux@gmail.com> - 3.0.1-1
|
|
||||||
- Update to 3.0.1 release
|
|
||||||
|
|
||||||
* Tue Jun 01 2021 Leigh Scott <leigh123linux@gmail.com> - 3.0.0-1
|
|
||||||
- Update to 3.0.0 release
|
|
||||||
|
|
||||||
* Sun Feb 28 2021 FeRD (Frank Dana) <ferdnyc@gmail.com> - 2.8.3-3
|
|
||||||
- Create subpackages for libs, data, and thumbnailer (rhbz#1933895)
|
|
||||||
|
|
||||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 13 2021 Leigh Scott <leigh123linux@gmail.com> - 2.8.3-1
|
|
||||||
- Update to 2.8.3 release
|
|
||||||
|
|
||||||
* Sat Jan 2 2021 Leigh Scott <leigh123linux@gmail.com> - 2.8.2-1
|
|
||||||
- Update to 2.8.2 release
|
|
||||||
|
|
||||||
* Thu Dec 10 2020 Leigh Scott <leigh123linux@gmail.com> - 2.8.1-1
|
|
||||||
- Update to 2.8.1 release
|
|
||||||
|
|
||||||
* Wed Dec 2 2020 Leigh Scott <leigh123linux@gmail.com> - 2.8.0-1
|
|
||||||
- Update to 2.8.0 release
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 14 2020 Leigh Scott <leigh123linux@gmail.com> - 2.6.4-1
|
|
||||||
- Update to 2.6.4 release
|
|
||||||
|
|
||||||
* Sat Jun 06 2020 Leigh Scott <leigh123linux@gmail.com> - 2.6.2-1
|
|
||||||
- Update to 2.6.2 release
|
|
||||||
|
|
||||||
* Sat May 23 2020 Leigh Scott <leigh123linux@gmail.com> - 2.6.1-1
|
|
||||||
- Update to 2.6.1 release
|
|
||||||
|
|
||||||
* Tue May 12 2020 Leigh Scott <leigh123linux@gmail.com> - 2.6.0-1
|
|
||||||
- Update to 2.6.0 release
|
|
||||||
|
|
||||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.4-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 17 2020 Marek Kasik <mkasik@redhat.com> - 2.4.4-3
|
|
||||||
- Rebuild for poppler-0.84.0
|
|
||||||
|
|
||||||
* Fri Jan 10 2020 Leigh Scott <leigh123linux@gmail.com> - 2.4.4-2
|
|
||||||
- Add build requires t1lib-devel
|
|
||||||
|
|
||||||
* Fri Jan 10 2020 Leigh Scott <leigh123linux@googlemail.com> - 2.4.4-1
|
|
||||||
- Update to 2.4.4 release
|
|
||||||
|
|
||||||
* Wed Dec 11 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.4.3-1
|
|
||||||
- Update to 2.4.3 release
|
|
||||||
|
|
||||||
* Thu Nov 28 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.4.2-1
|
|
||||||
- Update to 2.4.2 release
|
|
||||||
|
|
||||||
* Tue Nov 26 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.4.1-1
|
|
||||||
- Update to 2.4.1 release
|
|
||||||
|
|
||||||
* Fri Nov 22 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-1
|
|
||||||
- Update to 2.4.0 release
|
|
||||||
|
|
||||||
* Tue Sep 10 2019 Florian Weimer <fweimer@redhat.com> - 2.2.3-2
|
|
||||||
- Fix building in C99 mode
|
|
||||||
|
|
||||||
* Wed Jul 31 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.2.3-1
|
|
||||||
- Update to 2.2.3 release
|
|
||||||
|
|
||||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jul 14 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.2.2-1
|
|
||||||
- Update to 2.2.2 release
|
|
||||||
|
|
||||||
* Sun Jun 30 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.2.1-1
|
|
||||||
- Update to 2.2.1 release
|
|
||||||
|
|
||||||
* Sat Jun 29 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.2.0-1
|
|
||||||
- Update to 2.2.0 release
|
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Dec 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 2.0.2-1
|
|
||||||
- Update to 2.0.2 release
|
|
||||||
|
|
||||||
* Wed Nov 28 2018 Leigh Scott <leigh123linux@googlemail.com> - 2.0.1-1
|
|
||||||
- Update to 2.0.1 release
|
|
||||||
|
|
||||||
* Mon Nov 19 2018 Leigh Scott <leigh123linux@googlemail.com> - 2.0.0-1
|
|
||||||
- Update to 2.0.0 release
|
|
||||||
|
|
||||||
* Wed Aug 15 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.8.5-1
|
|
||||||
- Update to 1.8.5 release
|
|
||||||
|
|
||||||
* Mon Jul 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.8.4-1
|
|
||||||
- Update to 1.8.4 release
|
|
||||||
- Add BuildRequires gcc-c++
|
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu May 10 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.8.1-1
|
|
||||||
- Update to 1.8.1 release
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Dec 18 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.6.2-1
|
|
||||||
- New upstream release
|
|
||||||
|
|
||||||
* Tue Dec 12 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.6.1-1
|
|
||||||
- New upstream release
|
|
||||||
- Fix typelib version
|
|
||||||
|
|
||||||
* Thu Nov 16 2017 Björn Esser <besser82@fedoraproject.org> - 1.6.0-3
|
|
||||||
- Redistributable build on EPEL7
|
|
||||||
|
|
||||||
* Thu Nov 16 2017 Björn Esser <besser82@fedoraproject.org> - 1.6.0-2
|
|
||||||
- Bootstrapping on EPEL7
|
|
||||||
|
|
||||||
* Sat Nov 04 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.6.0-1
|
|
||||||
- Update to 1.6.0 release
|
|
||||||
|
|
||||||
* Fri Sep 01 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.4-6
|
|
||||||
- Some more fixes for EPEL
|
|
||||||
|
|
||||||
* Fri Sep 01 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.4-5
|
|
||||||
- Some more fixes for EPEL
|
|
||||||
|
|
||||||
* Fri Sep 01 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.4-4
|
|
||||||
- Adjustments for EPEL
|
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 28 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.4-1
|
* Wed Jun 28 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.4-1
|
||||||
- New upstream release (rhbz#1462726)
|
- New upstream release (rhbz#1462726)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue