Compare commits

..

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

@ -1,8 +1,8 @@
Summary: Tools for using the foomatic database of printers and printer drivers Summary: Tools for using the foomatic database of printers and printer drivers
Name: foomatic Name: foomatic
Version: 4.0.13 Version: 4.0.13
Release: 32%{?dist} Release: 19%{?dist}
License: GPL-2.0-or-later License: GPLv2+
# The database engine. # The database engine.
Source0: http://www.openprinting.org/download/foomatic/foomatic-db-engine-%{version}.tar.gz Source0: http://www.openprinting.org/download/foomatic/foomatic-db-engine-%{version}.tar.gz
@ -14,12 +14,10 @@ Patch102: 0001-Recognize-fractional-numbers-in-PageSize.patch
## PATCHES FOR FOOMATIC-DB-HPIJS (PATCHES 201 TO 300) ## PATCHES FOR FOOMATIC-DB-HPIJS (PATCHES 201 TO 300)
Url: https://github.com/OpenPrinting/foomatic-db-engine Url: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
# gcc is no longer in buildroot by default # gcc is no longer in buildroot by default
BuildRequires: gcc BuildRequires: gcc
# for autosetup
BuildRequires: git-core
# uses make # uses make
BuildRequires: make BuildRequires: make
BuildRequires: perl-interpreter >= 3:5.8.1 BuildRequires: perl-interpreter >= 3:5.8.1
@ -39,6 +37,7 @@ BuildRequires: foomatic, foomatic-db
Requires: dbus Requires: dbus
Requires: cups-filters >= 1.0.42 Requires: cups-filters >= 1.0.42
Requires: perl-interpreter >= 3:5.8.1 Requires: perl-interpreter >= 3:5.8.1
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
Requires(post): coreutils Requires(post): coreutils
Requires: foomatic-db Requires: foomatic-db
Requires: cups Requires: cups
@ -61,7 +60,12 @@ queues (foomatic-configure) and to print files/manipulate jobs
The site http://www.linuxprinting.org/ is based on this database. The site http://www.linuxprinting.org/ is based on this database.
%prep %prep
%autosetup -n foomatic-db-engine-%{version} -S git %setup -q -n foomatic-db-engine-%{version}
# Ship more manpages.
%patch101 -p1 -b .manpages
# backported from upstream https://github.com/OpenPrinting/foomatic-db-engine/commit/75de02d
%patch102 -p1 -b .pagesize-fract
chmod a+x mkinstalldirs chmod a+x mkinstalldirs
@ -139,51 +143,12 @@ exit 0
%{_var}/cache/foomatic %{_var}/cache/foomatic
%changelog %changelog
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.0.13-32 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.0.13-19
- Bump release for June 2024 mass rebuild - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Aug 11 2023 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-29
- Rebuild with new foomatic-db
- SPDX migration
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jan 12 2023 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-26
- URL changed to github
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-24
- Perl 5.36 re-rebuild of bootstrapped packages
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-23
- Perl 5.36 rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 11 2021 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-20
- rebuild with new foomatic-db
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-19
- Perl 5.34 re-rebuild of bootstrapped packages
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-18 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 4.0.13-18
- Perl 5.34 rebuild - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Feb 10 2021 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-17 * Wed Feb 10 2021 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-17
- rebuilt with new foomatic-db - rebuilt with new foomatic-db

Loading…
Cancel
Save