Commit Graph

155 Commits

Author SHA256 Message Date
Stephan Kulow
c20653b87c Accepting request 100368 from Printing
Various fixes - get it building again.

OBS-URL: https://build.opensuse.org/request/show/100368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=96
2012-01-20 21:06:54 +00:00
Johannes Meixner
5b595e87ba Accepting request 99539 from home:elvigia:branches:Printing
- Use explicit  buildrequires on the needed libraries.
  otherwise build will fail after libtiff-devel deps cleanup
- Cleanup requires of -devel package, which only needs glibc-devel
- Fix up, cups-config script, which with option --libs adds:
 LIBS="-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto 
       -lz -lpthread -lm -lcrypt  "
 IMGLIBS="-ltiff -ljpeg -lpng"
 This only makes sense when using static linking but we dont ship
 static libraries and will only help bloating dependant packages.

OBS-URL: https://build.opensuse.org/request/show/99539
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=232
2012-01-10 10:02:58 +00:00
Johannes Meixner
47c00b7174 Accepting request 96966 from home:elvigia:branches:Printing
- Update systemd patch, Bind to datagram socket as well 
in systemd cups.socket unit file, to prevent that port being 
stolen by another service (from RH).
- There is no need to use -fno-strict-aliasing in cflags any longer.

OBS-URL: https://build.opensuse.org/request/show/96966
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=231
2011-12-20 09:35:50 +00:00
Johannes Meixner
d408977aee Accepting request 95282 from home:elvigia:branches:Printing
- Update systemd patch to a newer version that uses 
  libsystemd-daemon instead of bundling sd-daemon wrappers.

- Add complete systemd support, the hardware stuff  
  is handled in builtin udev rules
  (see /lib/udev/rules.d/99-systemd.rules)
  * See also http://0pointer.de/blog/projects/socket-activation2.html

OBS-URL: https://build.opensuse.org/request/show/95282
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=230
2011-12-06 14:51:06 +00:00
Lars Vogdt
2f9bfb212e Accepting request 86888 from Printing
cups: upgrade to version 1.5.0 (bnc#722057)

OBS-URL: https://build.opensuse.org/request/show/86888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=94
2011-10-06 14:01:08 +00:00
Johannes Meixner
7896b9daf5 Accepting request 86885 from home:jsmeix:branches:Printing
cups: upgrade to version 1.5.0 (bnc#722057)

OBS-URL: https://build.opensuse.org/request/show/86885
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=228
2011-10-06 09:36:19 +00:00
Ruediger Oertel
37c422b243 Accepting request 86532 from Printing
Added "BuildRequires: libtool" to cups.spec so that we do no longer rely on a "hidden" requirement for libtool in the project config

OBS-URL: https://build.opensuse.org/request/show/86532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=93
2011-10-04 16:08:34 +00:00
Johannes Meixner
a4c0c8e305 Accepting request 85976 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/85976
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=226
2011-10-04 10:16:05 +00:00
Lars Vogdt
09c90835e3 Accepting request 85447 from Printing
Upgrade to CUPS 1.4.8 and have the fix for bnc#628233 in 11.4 also in Factory (bnc#718707) and reverted the change for baselibs.conf so that it is again as before (bnc#721194)

OBS-URL: https://build.opensuse.org/request/show/85447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=92
2011-10-02 07:55:01 +00:00
Johannes Meixner
3b47653c7c - Reverted the change from meissner below dated
"Fri Sep 23 09:54:39 CEST 2011" so that baselibs.conf again
  contains only one line "cups-libs" as before because the
  submitrequest 85423 Printing/cups -> openSUSE:Factory/cups
  was declined by coolo with the following reason:
  "cups-devel-32bit requires cups-32bit (default requires),
   which does not exist".

OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=223
2011-09-29 13:17:11 +00:00
Johannes Meixner
6fe1542ffb - Upgraded to CUPS 1.4.8
* network backends could crash if a printer returned a value
     of 0 for the maximum capacity for a supply (STR #3875)
   * For a complete list see the CHANGES.txt file.
- Upgraded to CUPS 1.4.7
   * imageto* filters could crash with bad GIF files (STR #3867)
   * CUPS did not work with some printers that incorrectly
     implemented the HTTP/1.1 standard (STR #3778, STR #3791)
   * Fixed crash in scheduler when the application/octet-stream
     MIME type was not defined (STR #3690)
   * The web interface no longer tries to use multi-part delivery
     when adding printers (STR #3455) using Epiphany or IE
   * "lp" and "lpr" failed with Kerberos enabled (STR #3768)
   * Remote printer URIs with options did not work (STR #3717)
   * The scheduler now only looks up interface hostnames
     if HostNameLookups are enabled (STR #3737)
   * The scheduler could crash if a browsed printer times out
     while a job is printing (STR #3754)
   * For a complete list see the CHANGES.txt file.

OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=222
2011-09-29 10:46:25 +00:00
Johannes Meixner
101e4da859 - cups-1.4.4-set_default_RIPCache_128m.patch enlarges
the CUPS upstream default RIPCache from 8m to 128m
  to avoid various kind of printout failures
  (STR #3535, and Novell/openSUSE Bugzilla bnc#628233).

OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=221
2011-09-29 09:35:35 +00:00
Johannes Meixner
b9e308554a Accepting request 84563 from home:msmeissn:branches:Printing
include a 32bit devel package for Wine 32bit on 64bit builds

OBS-URL: https://build.opensuse.org/request/show/84563
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=220
2011-09-27 09:14:03 +00:00
Johannes Meixner
b03e67e386 Accepting request 83156 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/request/show/83156
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=219
2011-09-22 12:09:36 +00:00
Lars Vogdt
1a467b2310 Accepting request 82445 from Printing
OBS-URL: https://build.opensuse.org/request/show/82445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=91
2011-09-19 19:07:48 +00:00
Johannes Meixner
5c1258d684 Accepting request 76943 from home:msmeissn:branches:Printing
fixed build with zh -> zh_CN

OBS-URL: https://build.opensuse.org/request/show/76943
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=217
2011-07-28 13:55:38 +00:00
Johannes Meixner
7dcef98d8c Fixed a typo in cups.changes: "Clened up" -> "Cleaned up"
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=216
2011-04-21 13:15:09 +00:00
Ruediger Oertel
d9ef327672 Autobuild autoformatter for 60508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=89
2011-02-11 01:20:31 +00:00
Ruediger Oertel
eb0b9da3b9 Accepting request 60508 from Printing
Accepted submit request 60508 from user jsmeix

OBS-URL: https://build.opensuse.org/request/show/60508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=88
2011-02-11 01:20:07 +00:00
Johannes Meixner
ae0650b3c7 Accepting request 60491 from home:jsmeix:branches:Printing
Replaced not needed RPM requires for foomatic-filters by recommends and removed needless other stuff

OBS-URL: https://build.opensuse.org/request/show/60491
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=214
2011-02-10 12:18:31 +00:00
d570bf93ea Autobuild autoformatter for 58237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=87
2011-01-14 15:15:55 +00:00
OBS User buildservice-autocommit
c64e500b5b Updating link to change in openSUSE:Factory/cups revision 87.0
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=dc8579ad42992c4cbd8a8bd20414ec7b
2011-01-14 15:15:55 +00:00
5ada88c7d0 Accepting request 58237 from Printing
Accepted submit request 58237 from user jsmeix

OBS-URL: https://build.opensuse.org/request/show/58237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=86
2011-01-14 15:15:39 +00:00
Johannes Meixner
dde2944fb4 Accepting request 58204 from home:jsmeix:branches:Printing
version upgrade to CUPS 1.4.6

OBS-URL: https://build.opensuse.org/request/show/58204
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=212
2011-01-14 13:58:54 +00:00
8ecc12a25c Autobuild autoformatter for 55384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=85
2010-12-10 14:53:08 +00:00
OBS User buildservice-autocommit
2c4bc5dcc4 Updating link to change in openSUSE:Factory/cups revision 85.0
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=e7e0e97241e529487380512a7f1ed88b
2010-12-10 14:53:08 +00:00
29d6dc0d95 Accepting request 55384 from Printing
Accepted submit request 55384 from user jsmeix

OBS-URL: https://build.opensuse.org/request/show/55384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=84
2010-12-10 14:53:03 +00:00
Johannes Meixner
573b86591e Accepting request 55382 from home:jsmeix:branches:Printing
Fixed coolos unconditioned PreReq

OBS-URL: https://build.opensuse.org/request/show/55382
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=210
2010-12-09 13:57:30 +00:00
Johannes Meixner
5accf05e52 Accepting request 55141 from home:coolo:branches:openSUSE:Factory
prereq init script syslog

OBS-URL: https://build.opensuse.org/request/show/55141
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=209
2010-12-09 12:20:45 +00:00
OBS User autobuild
5d98a03cf0 Autobuild autoformatter for 52898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=83
2010-11-12 13:31:49 +00:00
OBS User buildservice-autocommit
7c61ac8bc0 Updating link to change in openSUSE:Factory/cups revision 83.0
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=6ed1ac3a0890b3b6fc490d760d3591d4
2010-11-12 13:31:49 +00:00
Ruediger Oertel
858f6612c8 Accepting request 52898 from Printing
Accepted submit request 52898 from user jsmeix

OBS-URL: https://build.opensuse.org/request/show/52898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=82
2010-11-12 13:31:41 +00:00
Johannes Meixner
f3776fa647 Accepting request 52897 from home:jsmeix:branches:Printing
Upgrade to CUPS 1.4.5

OBS-URL: https://build.opensuse.org/request/show/52897
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=207
2010-11-12 08:51:26 +00:00
OBS User autobuild
ae68b504ea Accepting request 42970 from Printing
Copy from Printing/cups based on submit request 42970 from user jsmeix

OBS-URL: https://build.opensuse.org/request/show/42970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=81
2010-07-19 11:32:56 +00:00
OBS User buildservice-autocommit
2c8b2a4e28 Updating link to change in openSUSE:Factory/cups revision 81.0
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=95d8437912780461cfd66951b039cc3f
2010-07-19 11:32:56 +00:00
Johannes Meixner
cd75ecc8d5 Accepting request 42968 from home:jsmeix:branches:Printing
Copy from home:jsmeix:branches:Printing/cups via accept of submit request 42968 revision 2.
Request was accepted with message:
Fixed /etc/init.d/cups so that "rccups restart" works again (bnc#622058 caused by fix for bnc#595796)

OBS-URL: https://build.opensuse.org/request/show/42968
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=205
2010-07-15 13:27:42 +00:00
OBS User autobuild
e1d223b215 Accepting request 42045 from Printing
Copy from Printing/cups based on submit request 42045 from user jsmeix

OBS-URL: https://build.opensuse.org/request/show/42045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=78
2010-06-25 18:49:12 +00:00
OBS User autobuild
7bb7e7c3ee Accepting request 42045 from Printing
checked in (request 42045)

OBS-URL: https://build.opensuse.org/request/show/42045
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=204
2010-06-25 18:49:11 +00:00
Johannes Meixner
19b466a3f5 Accepting request 42043 from home:jsmeix:branches:Printing
Copy from home:jsmeix:branches:Printing/cups via accept of submit request 42043 revision 2.
Request was accepted with message:
revert changes by CUPS STR #3461 as band-aid workaround for now to avoid critical bnc#617026 (Firefox et alii crash)

OBS-URL: https://build.opensuse.org/request/show/42043
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=203
2010-06-25 10:22:19 +00:00
Johannes Meixner
7b959f7f93 Accepting request 42020 from home:jsmeix:branches:Printing
Copy from home:jsmeix:branches:Printing/cups via accept of submit request 42020 revision 2.
Request was accepted with message:
revert cups/http.c to its state in CUPS 1.4.3 as band-aid workaround to avoid bnc#617026 for now

OBS-URL: https://build.opensuse.org/request/show/42020
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=202
2010-06-24 16:51:18 +00:00
OBS User autobuild
1acd094c16 Accepting request 41699 from Printing
Copy from Printing/cups based on submit request 41699 from user jsmeix

OBS-URL: https://build.opensuse.org/request/show/41699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=77
2010-06-22 08:30:11 +00:00
OBS User buildservice-autocommit
61ac0d4852 Updating link to change in openSUSE:Factory/cups revision 77.0
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=f3fa25271b893237792b485cd717350a
2010-06-22 08:30:11 +00:00
OBS User autobuild
44d1ed6e20 Accepting request 41699 from Printing
checked in (request 41699)

OBS-URL: https://build.opensuse.org/request/show/41699
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=201
2010-06-22 08:30:10 +00:00
Johannes Meixner
f2db012a5a Accepting request 41683 from home:jsmeix:branches:Printing
Copy from home:jsmeix:branches:Printing/cups via accept of submit request 41683 revision 2.
Request was accepted with message:

Bugfix version upgrade to CUPS 1.4.4 which fixes in particular bnc#601830, bnc#601352, bnc#604271

OBS-URL: https://build.opensuse.org/request/show/41683
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=200
2010-06-18 08:05:06 +00:00
OBS User autobuild
aa105988aa Accepting request 41480 from Printing
Copy from Printing/cups based on submit request 41480 from user jsmeix

OBS-URL: https://build.opensuse.org/request/show/41480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=76
2010-06-18 03:32:34 +00:00
OBS User buildservice-autocommit
0a33202b6c Updating link to change in openSUSE:Factory/cups revision 76.0
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=4b95d5f97ff09420ab882b7e2873c84d
2010-06-18 03:32:34 +00:00
OBS User autobuild
b3c1293468 Accepting request 41480 from Printing
checked in (request 41480)

OBS-URL: https://build.opensuse.org/request/show/41480
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=199
2010-06-18 03:32:32 +00:00
Johannes Meixner
bcf194c2c7 Accepting request 41440 from home:vuntz:branches:Printing
Copy from home:vuntz:branches:Printing/cups via accept of submit request 41440 revision 2.
Request was accepted with message:

I appreciate such an well documented RPM changelog entry
which makes it very easy for me to understand why I should
accept a submitrequest.

OBS-URL: https://build.opensuse.org/request/show/41440
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=198
2010-06-15 09:39:21 +00:00
OBS User autobuild
749a8c7cca Accepting request 40998 from Printing
Copy from Printing/cups based on submit request 40998 from user jsmeix

OBS-URL: https://build.opensuse.org/request/show/40998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=75
2010-06-02 16:10:52 +00:00
OBS User buildservice-autocommit
7b784be522 Updating link to change in openSUSE:Factory/cups revision 75.0
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=3cd75f6ca4eb14290a861b83903c4465
2010-06-02 16:10:52 +00:00