Page MenuHomeSolus

D1722.id5043.diff
No OneTemporary

D1722.id5043.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -25,10 +25,14 @@
libcupsfilters.so.1:_cups_strncasecmp
libcupsfilters.so.1:_cups_tolower
libcupsfilters.so.1:_cups_toupper
+libcupsfilters.so.1:_findCUPSMessageCatalog
libcupsfilters.so.1:_pwgInputSlotForSource
libcupsfilters.so.1:_pwgMediaTypeForType
libcupsfilters.so.1:_pwgPageSizeForMedia
+libcupsfilters.so.1:_searchDirForCatalog
libcupsfilters.so.1:_strlcpy
+libcupsfilters.so.1:add_choice_to_array
+libcupsfilters.so.1:add_opt_to_array
libcupsfilters.so.1:cmBlackPointDefault
libcupsfilters.so.1:cmGammaAdobeRgb
libcupsfilters.so.1:cmGammaSGray
@@ -41,6 +45,8 @@
libcupsfilters.so.1:colord_get_inhibit_for_device_id
libcupsfilters.so.1:colord_get_profile_for_device_id
libcupsfilters.so.1:colord_get_qualifier_for_ppd
+libcupsfilters.so.1:compare_choices
+libcupsfilters.so.1:compare_options
libcupsfilters.so.1:compare_resolutions
libcupsfilters.so.1:copy_resolution
libcupsfilters.so.1:cupsCMYKDelete
@@ -104,11 +110,19 @@
libcupsfilters.so.1:cupsRGBLoad
libcupsfilters.so.1:cupsRGBNew
libcupsfilters.so.1:cupsRasterParseIPPOptions
+libcupsfilters.so.1:find_choice_in_array
+libcupsfilters.so.1:find_opt_in_array
+libcupsfilters.so.1:free_choice_strings
+libcupsfilters.so.1:free_opt_strings
libcupsfilters.so.1:free_resolution
libcupsfilters.so.1:get_profile_inhibitors
libcupsfilters.so.1:ippResolutionListToArray
libcupsfilters.so.1:ippResolutionToRes
libcupsfilters.so.1:joinResolutionArrays
+libcupsfilters.so.1:load_opt_strings_catalog
+libcupsfilters.so.1:lookup_choice
+libcupsfilters.so.1:lookup_option
+libcupsfilters.so.1:optArrayNew
libcupsfilters.so.1:ppdCreateFromIPP
libcupsfilters.so.1:resolutionArrayNew
libcupsfilters.so.1:resolutionNew
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : cups-filters
-version : 1.17.8
-release : 20
+version : 1.19.0
+release : 21
source :
- - https://openprinting.org/download/cups-filters/cups-filters-1.17.8.tar.xz : 9acefd72f8e6a6e5fb6e80d37aad8c712c326bf484afb735e8ff7d7b86975870
+ - https://openprinting.org/download/cups-filters/cups-filters-1.19.0.tar.xz : 629705414869b0b0f45bdadea5c4ea803d55605442e09cce22c91cfb308d6b56
license :
- GPL-2.0
- MIT
@@ -13,21 +13,16 @@
builddeps :
- pkgconfig(avahi-glib)
- pkgconfig(dbus-1)
- - pkgconfig(fontconfig)
- - pkgconfig(freetype2)
- - pkgconfig(gio-2.0)
- - pkgconfig(gio-unix-2.0)
- pkgconfig(glib-2.0)
- pkgconfig(ijs)
- pkgconfig(lcms2)
- - pkgconfig(libpng)
- pkgconfig(libqpdf)
- pkgconfig(libtiff-4)
+ - pkgconfig(libturbojpeg)
- pkgconfig(poppler)
- cups-devel
- dejavu-fonts-ttf # make check
- ghostscript
- - libjpeg-turbo-devel
rundeps :
- poppler-utils
replaces :
@@ -37,13 +32,14 @@
%patch -p1 < $pkgfiles/0001-utils-Enable-driverless-configuration-automagically.patch
%patch -p1 < $pkgfiles/0002-utils-Fix-broken-systemd-unit.patch
%reconfigure --without-rcdir \
- --disable-static \
- --disable-mutool \
- --enable-imagefilters \
- --enable-auto-setup-driverless \
- --with-fontdir=/usr/share/fonts/conf.d \
- --with-cups-rundir=/run/cups \
- --with-test-font-path=/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
+ --disable-static \
+ --disable-mutool \
+ --enable-imagefilters \
+ --enable-auto-setup-driverless \
+ --with-fontdir=/usr/share/fonts/conf.d \
+ --with-cups-rundir=/run/cups \
+ --with-test-font-path=/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf \
+ --enable-ijs --enable-opvp
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>cups-filters</Name>
<Packager>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-2.0</License>
<License>MIT</License>
@@ -147,7 +147,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="20">cups-filters</Dependency>
+ <Dependency release="21">cups-filters</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
@@ -156,12 +156,12 @@
</Files>
</Package>
<History>
- <Update release="20">
- <Date>2017-11-30</Date>
- <Version>1.17.8</Version>
+ <Update release="21">
+ <Date>2018-01-26</Date>
+ <Version>1.19.0</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 27, 6:23 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5805267
Default Alt Text
D1722.id5043.diff (5 KB)

Event Timeline