forked from pool/splix
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151567 OBS-URL: https://build.opensuse.org/package/show/Printing/splix?expand=0&rev=25
168 lines
6.4 KiB
Plaintext
168 lines
6.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 26 13:34:12 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
PatchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 13 16:41:48 UTC 2020 - Dominique Leuenberger <dleuenberger@suse.com>
|
|
|
|
- Removed "BuildRequires: python-cups" (python2 is dead) (change
|
|
effectively done by J. Meixner).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 29 18:02:27 UTC 2017 - bwiedemann@suse.com
|
|
|
|
- call gzip -n to make build fully reproducible
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 20 09:16:20 UTC 2017 - jengelh@inai.de
|
|
|
|
- Remove redundant %clean section, replace %__-type macro
|
|
indirections, and use %_smp_mflags over %jobs.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 6 00:35:25 UTC 2017 - dev+novell@devmotion.de
|
|
|
|
- Disable jbigkit for SLE11.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 5 23:19:10 UTC 2017 - dev+novell@devmotion.de
|
|
|
|
- Change of conditional to build with jbigkit by default.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 24 22:37:49 UTC 2016 - psimons@suse.com
|
|
|
|
- Update to latest SVN revision 315 of Splix. That version -- which
|
|
was unfortunately never released -- brings support for many new
|
|
printers and solves bsc#1007864. The update obsoletes
|
|
splix-2.0.0-gcc45.patch, which was applied upstream. Also,
|
|
splix-add-debuginfo.patch has been partially applied upstream and
|
|
could be simplified. Note that the new version of SpliX has
|
|
bumped an internal version number and therefore requires users to
|
|
re-register their printer in CUPS. If this is not done, then CUPS
|
|
will complain about a version number mismatch.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 20 10:56:54 CET 2015 - jsmeix@suse.de
|
|
|
|
- For SLE12 build it with traditional CUPS 1.5.4 to ensure
|
|
it works on SLE12 both with CUPS 1.7.5 and CUPS 1.5.4.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 16 12:12:41 CET 2015 - jsmeix@suse.de
|
|
|
|
- Make it build on SLE11 x86_64 by using %_libdir/cups/ in the
|
|
files section on SLE11 because there with CUPS 1.3.9 there is
|
|
still /usr/lib64/cups/ used on x86_64 and /usr/lib/cups/ on x86
|
|
and it installs automatically into /usr/lib64/cups/ on x86_64
|
|
and into /usr/lib/cups/ on x86.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 25 11:03:47 CEST 2014 - jsmeix@suse.de
|
|
|
|
- splix-add-debuginfo.patch (from lpechacek@suse.cz) lets build
|
|
make also the missing debuginfo packages (bnc#890843).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 24 14:19:14 CEST 2014 - jsmeix@suse.de
|
|
|
|
- Make Splix working also for Ghostscript version >= 9.02:
|
|
In /usr/lib/cups/filter/pstoqpdl there is a hardcoded
|
|
call for /usr/lib/cups/filter/pstoraster.
|
|
Since Ghostscript 9.02 /usr/lib/cups/filter/pstoraster
|
|
is replaced by /usr/lib/cups/filter/gstoraster.
|
|
Accordingly when no /usr/lib/cups/filter/pstoraster exists,
|
|
an appropriate symlink is created (bnc#803005).
|
|
- Require ghostscript because all Splix driver PPDs either
|
|
call /usr/lib/cups/filter/pstoqpdl that calls Ghostscript
|
|
or /usr/lib/cups/filter/rastertoqpdl that needs raster data
|
|
from the Ghostscript cups device.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 12 15:44:34 CET 2014 - jsmeix@suse.de
|
|
|
|
- Provide the license source file COPYING in the binary RPM
|
|
(fix declined IBS submitrequest 33545).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 22 15:04:00 CET 2013 - jsmeix@suse.de
|
|
|
|
- Added "BuildRequires: python-cups" to get special
|
|
RPM Provides tags for the printers supported by
|
|
this package (see SUSE Bugzilla bnc#735865).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 28 12:27:26 CEST 2012 - jsmeix@suse.de
|
|
|
|
- Replace the oversophisticated _libexecdir which evaluates
|
|
to "...lib64..." on x86_64 and use instead a plain simple
|
|
fixed /usr/lib/cups/filter/ according to what is actually
|
|
used by CUPS on all platforms. Additionally this hopefully
|
|
makes it more obvious that a fixed /usr/lib/cups/filter/
|
|
is intentionally used.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 27 12:40:07 UTC 2012 - aj@suse.de
|
|
|
|
- Fix build, add missing -lpthread.
|
|
- Cleanup spec file.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 13 10:56:30 UTC 2012 - coolo@suse.com
|
|
|
|
- patch license to follow spdx.org standard
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 25 11:04:19 CET 2011 - jsmeix@suse.de
|
|
|
|
- A rename of a RPM binary package by chaging the name value
|
|
in the spec file and the spec file name also to "splix.spec"
|
|
is currently not possible whith the openSUSE toolset
|
|
(see why submitrequest 56905 was declined).
|
|
Therefore a new package "splix" was created and
|
|
the old package "cups-drivers-splix" was removed (bnc#659579).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 15 13:15:08 UTC 2010 - andrea@opensuse.org
|
|
|
|
- rename package from cups-drivers-splix to splix according to
|
|
bnc#659579
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 6 13:06:47 UTC 2010 - andrea@opensuse.org
|
|
|
|
- exclude from the package ppd files that requires JBIG when
|
|
JBIG is disabled bnc#628698
|
|
- use upstream manufacturer subfolders
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 6 10:01:40 UTC 2010 - andrea@opensuse.org
|
|
|
|
- fixed gcc 4.5 build failure
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 9 08:24:01 UTC 2009 - lnussel@suse.de
|
|
|
|
- use bcond again
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 4 20:45:50 UTC 2009 - andrea@opensuse.org
|
|
|
|
- re-enabled JBIG since i need it, it's possible to disable it
|
|
with "%%define with_jbigkit 0"
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 4 19:11:19 CEST 2009 - lnussel@suse.de
|
|
|
|
- disable JBIG by default (patent problems)
|
|
- move ppd files to subdirs with captital first letter as used by
|
|
cups-drivers
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 4 16:23:00 CEST 2009 - andrea@opensuse.org
|
|
|
|
- New package
|
|
|