Browse Source

updated 3 packages

cups-pdf-3.0.1-2

python-urllib3-1.26.6-1

webkitgtk4-2.32.2-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
137f6a02be

+ 20 - 9
c/cups-pdf/cups-pdf-vl.spec

@@ -1,15 +1,17 @@
 Name:           cups-pdf
-Version:        3.0.1
-Release:        1%{?_dist_release}
 Summary:        Extension for creating pdf-Files with CUPS
 Summary(ja):    CUPS を用いた仮想 PDF プリンター
+Version:        3.0.1
+Release:        2%{?_dist_release}
+Group:          publishing
+Vendor:         Project Vine
+Distribution:   Vine Linux
 
-Group:          Applications/Publishing
-URL:            http://www.cups-pdf.de/
 License:        GPLv2+
-
-Source0:        http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/%{name}_%{version}.tar.gz
+URL:            https://www.cups-pdf.de/
+Source0:        https://www.cups-pdf.de/src/%{name}_%{version}.tar.gz
 Source1:        INSTALL.cups-pdf
+
 Patch0:         cups-pdf-conf-vine.patch
 # Handle ${DESKTOP} from config
 Patch2:         cups-pdf-desktop.patch
@@ -19,9 +21,8 @@ Patch3:         cups-pdf-title.patch
 Patch4:         cups-pdf-build.patch
 # Report error/success in log
 Patch5:         cups-pdf-result.patch
-
-Vendor:         Project Vine
-Distribution:   Vine Linux
+# Replace removed gs .setpdfwrite option
+Patch6:         cups-pdf-setpdfwrite.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires:    cups-devel
@@ -61,6 +62,9 @@ cups-pdf は PDF ファイルを生成するために Ghostscript の pdfwrite 
 CUPS が動作しているときに %{name} をインストールすると、自動的に "CUPS-PDF Printer" として CUPS の設定を行います。
 
 
+%debug_package
+
+
 %prep
 %setup -n %{name}-%{version}
 %patch0 -p1 -b .vine
@@ -68,14 +72,17 @@ CUPS が動作しているときに %{name} をインストールすると、自
 %patch3 -p0 -b .title
 %patch4 -p0 -b .build
 %patch5 -p0 -b .result
+%patch6 -p0 -b .setpdfwrite
 
 cp -p %{SOURCE1} INSTALL.RPM
 
+
 %build
 pushd src
 %{__cc} $RPM_OPT_FLAGS -lcups -o cups-pdf cups-pdf.c
 popd
 
+
 %install
 %__rm -rf ${RPM_BUILD_ROOT}
 
@@ -125,7 +132,11 @@ fi
 %config(noreplace) %{ETCCUPS}/cups-pdf.conf
 %{_datadir}/cups/model/CUPS-PDF*.ppd
 
+
 %changelog
+* Sun Jul 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.1-2
+- imported Patch6 from rawhide for newer ghostscript.
+
 * Tue May 28 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.1-1
 - new upstream release.
 - updated Patch2-5.

+ 4 - 2
p/python-urllib3/python-urllib3-vl.spec

@@ -5,7 +5,7 @@
 
 Summary:        Python HTTP library with thread-safe connection pooling and file post
 Name:           python-%{srcname}
-Version:        1.26.4
+Version:        1.26.6
 Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
@@ -13,7 +13,6 @@ Distribution:   Vine Linux
 
 License:        MIT
 URL:            https://github.com/urllib3/urllib3
-
 Source0:        %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
 # Unbundle ssl_match_hostname since we depend on it
 Source1:        ssl_match_hostname_py3.py
@@ -114,6 +113,9 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \
 
 
 %changelog
+* Wed Jul 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.26.6-1
+- new upstream release.
+
 * Wed Mar 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.26.4-1
 - new upstream release.
 

+ 7 - 4
w/webkitgtk4/webkitgtk4-vl.spec

@@ -10,16 +10,15 @@
 
 Summary:        GTK+ Web content engine library
 Name:           webkitgtk4
-Version:        2.32.0
-Release:        2%{?_dist_release}%{?with_systemd:.systemd}
+Version:        2.32.2
+Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
 License:        LGPLv2
-URL:            http://www.webkitgtk.org/
+URL:            https://www.webkitgtk.org/
 Source0:        https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-Patch1:         webkitgtk-2.32.0-icu69.patch
 
 %if %{with clang}
 BuildRequires:  clang
@@ -233,6 +232,10 @@ export NINJA_STATUS="[%f/%t][%e] "
 
 
 %changelog
+* Sun Jul 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.32.2-1
+- new upstream release.
+- dropped Patch1.
+
 * Fri Apr 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.32.0-2
 - rebuilt with icu69.
 - added Patch1 to build with icu69.