[packages/python-Routes] - updated to 2.5.1, unified apidocs packaging

2023-10-29 Thread qboosh
commit a78e4c38adba3cab184092e16646173d9c0c17a6
Author: Jakub Bogusz 
Date:   Sun Oct 29 08:20:21 2023 +0100

- updated to 2.5.1, unified apidocs packaging

 python-Routes.spec | 68 ++
 1 file changed, 53 insertions(+), 15 deletions(-)
---
diff --git a/python-Routes.spec b/python-Routes.spec
index 89c5a40..d8c9230 100644
--- a/python-Routes.spec
+++ b/python-Routes.spec
@@ -1,20 +1,38 @@
+#
+# Conditional build:
+%bcond_without doc # Sphinx documentation
+%bcond_without tests   # unit and functional tests
+
 Summary:   Python package for mapping URLs to dicts and vice versa
 Summary(pl.UTF-8): Pakiet Pythona do odwzorowywania URL-i na słowniki i 
odwrotnie
 Name:  python-Routes
-Version:   2.2
-Release:   3
-License:   BSD (?)
+Version:   2.5.1
+Release:   1
+License:   MIT
 Group: Development/Languages/Python
 #Source0Download: https://pypi.org/simple/routes/
 Source0:   
https://files.pythonhosted.org/packages/source/R/Routes/Routes-%{version}.tar.gz
-# Source0-md5: d62bb225ba7919b5470095528932648b
-URL:   http://routes.groovie.org/
-BuildRequires: python-devel >= 1:2.4
+# Source0-md5: 8f1fab1924e00d11b14719a469a3e0a2
+URL:   https://pypi.org/project/Routes/
+BuildRequires: python-devel >= 1:2.7
 BuildRequires: python-setuptools >= 1:0.6-0.a11.1
+%if %{with tests}
+BuildRequires: python-WebOb
+BuildRequires: python-nose
+BuildRequires: python-repoze.lru >= 0.3
+BuildRequires: python-six
+BuildRequires: python-soupsieve < 2.0
+BuildRequires: python-webtest
+%endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
+%if %{with doc}
+BuildRequires: python-repoze.lru >= 0.3
+BuildRequires: python-six
+BuildRequires: sphinx-pdg-2
+%endif
 Requires:  python-WebOb
-Requires:  python-modules
+Requires:  python-modules >= 1:2.7
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,19 +48,33 @@ odwzorowywania URL-i na kontrolery/akcje i generowania 
URL-i. Routes
 ułatwia tworzenie ładnych i zwięzłych URL-i, spokojnych przy
 niewielkim wysiłku.
 
+%package apidocs
+Summary:   API documentation for Python Routes module
+Summary(pl.UTF-8): Dokumentacja API modułu Pythona Routes
+Group: Documentation
+
+%description apidocs
+API documentation for Python Routes module.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API modułu Pythona Routes.
+
 %prep
 %setup -q -n Routes-%{version}
 
 %build
-%py_build
+%py_build %{?with_tests:test}
+
+%if %{with doc}
+PYTHONPATH=$(pwd) \
+%{__make} -C docs html \
+   SPHINXBUILD=sphinx-build-2
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%py_install \
-   --single-version-externally-managed \
-   --optimize=2 \
-   --root=$RPM_BUILD_ROOT
+%py_install
 
 %py_postclean
 
@@ -51,6 +83,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG.rst docs/
-%{py_sitescriptdir}/Routes*
-%{py_sitescriptdir}/routes*
+%doc CHANGELOG.rst LICENSE.txt README.rst
+%{py_sitescriptdir}/routes
+%{py_sitescriptdir}/Routes-%{version}-py*.egg-info
+
+%if %{with doc}
+%files apidocs
+%defattr(644,root,root,755)
+%doc docs/_build/html/{_static,modules,*.html,*.js}
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-Routes.git/commitdiff/a78e4c38adba3cab184092e16646173d9c0c17a6

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: python-Routes: Routes-2.5.1.tar.gz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/R/Routes/Routes-2.5.1.tar.gz
8f1fab1924e00d11b14719a469a3e0a2  Routes-2.5.1.tar.gz
Size: 190905 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-Routes] - added python3 packages

2023-10-29 Thread qboosh
commit aaae6ed4662609926c30d17e7c6b51e52324fce5
Author: Jakub Bogusz 
Date:   Sun Oct 29 09:00:03 2023 +0100

- added python3 packages

 python-Routes.spec | 58 ++
 1 file changed, 58 insertions(+)
---
diff --git a/python-Routes.spec b/python-Routes.spec
index d8c9230..aac90b7 100644
--- a/python-Routes.spec
+++ b/python-Routes.spec
@@ -2,6 +2,8 @@
 # Conditional build:
 %bcond_without doc # Sphinx documentation
 %bcond_without tests   # unit and functional tests
+%bcond_without python2 # CPython 2.x module
+%bcond_without python3 # CPython 3.x module
 
 Summary:   Python package for mapping URLs to dicts and vice versa
 Summary(pl.UTF-8): Pakiet Pythona do odwzorowywania URL-i na słowniki i 
odwrotnie
@@ -14,6 +16,7 @@ Group:Development/Languages/Python
 Source0:   
https://files.pythonhosted.org/packages/source/R/Routes/Routes-%{version}.tar.gz
 # Source0-md5: 8f1fab1924e00d11b14719a469a3e0a2
 URL:   https://pypi.org/project/Routes/
+%if %{with python2}
 BuildRequires: python-devel >= 1:2.7
 BuildRequires: python-setuptools >= 1:0.6-0.a11.1
 %if %{with tests}
@@ -24,6 +27,19 @@ BuildRequires:   python-six
 BuildRequires: python-soupsieve < 2.0
 BuildRequires: python-webtest
 %endif
+%endif
+%if %{with python3}
+BuildRequires: python3-devel >= 1:3.5
+BuildRequires: python3-setuptools >= 1:0.6-0.a11.1
+%if %{with tests}
+BuildRequires: python3-WebOb
+BuildRequires: python3-nose
+BuildRequires: python3-repoze.lru >= 0.3
+BuildRequires: python3-six
+BuildRequires: python3-soupsieve < 2.0
+BuildRequires: python3-webtest
+%endif
+%endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with doc}
@@ -48,6 +64,24 @@ odwzorowywania URL-i na kontrolery/akcje i generowania 
URL-i. Routes
 ułatwia tworzenie ładnych i zwięzłych URL-i, spokojnych przy
 niewielkim wysiłku.
 
+%package -n python3-Routes
+Summary:   Python package for mapping URLs to dicts and vice versa
+Summary(pl.UTF-8): Pakiet Pythona do odwzorowywania URL-i na słowniki i 
odwrotnie
+Group: Libraries/Python
+Requires:  python3-modules >= 1:3.5
+
+%description -n python3-Routes
+Routes is a Python re-implementation of the Rails routes system for
+mapping URLs to Controllers/Actions and generating URLs. Routes
+makes it easy to create pretty and concise URLs that are RESTful with
+little effort.
+
+%description -n python3-Routes -l pl.UTF-8
+Routes to pythonowa reimplementacja systemu przekierowań Rails do
+odwzorowywania URL-i na kontrolery/akcje i generowania URL-i. Routes
+ułatwia tworzenie ładnych i zwięzłych URL-i, spokojnych przy
+niewielkim wysiłku.
+
 %package apidocs
 Summary:   API documentation for Python Routes module
 Summary(pl.UTF-8): Dokumentacja API modułu Pythona Routes
@@ -63,7 +97,13 @@ Dokumentacja API modułu Pythona Routes.
 %setup -q -n Routes-%{version}
 
 %build
+%if %{with python2}
 %py_build %{?with_tests:test}
+%endif
+
+%if %{with python3}
+%py3_build %{?with_tests:test}
+%endif
 
 %if %{with doc}
 PYTHONPATH=$(pwd) \
@@ -74,18 +114,36 @@ PYTHONPATH=$(pwd) \
 %install
 rm -rf $RPM_BUILD_ROOT
 
+%if %{with python2}
 %py_install
 
 %py_postclean
+%endif
+
+%if %{with python3}
+%py3_install
+
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/tests
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%if %{with python2}
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG.rst LICENSE.txt README.rst
 %{py_sitescriptdir}/routes
 %{py_sitescriptdir}/Routes-%{version}-py*.egg-info
+%endif
+
+%if %{with python3}
+%files -n python3-Routes
+%defattr(644,root,root,755)
+%doc CHANGELOG.rst LICENSE.txt README.rst
+%{py3_sitescriptdir}/routes
+%{py3_sitescriptdir}/Routes-%{version}-py*.egg-info
+%endif
 
 %if %{with doc}
 %files apidocs


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-Routes.git/commitdiff/aaae6ed4662609926c30d17e7c6b51e52324fce5

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ghostpdl] - updated to 10.02.0, default to system tesseract

2023-10-29 Thread qboosh
commit 3b35fe8ddd2b0099119a845097262298aff85a9b
Author: Jakub Bogusz 
Date:   Sun Oct 29 09:20:27 2023 +0100

- updated to 10.02.0, default to system tesseract

 ghostpdl.spec | 61 +++
 1 file changed, 32 insertions(+), 29 deletions(-)
---
diff --git a/ghostpdl.spec b/ghostpdl.spec
index 4567078..db3a2ee 100644
--- a/ghostpdl.spec
+++ b/ghostpdl.spec
@@ -7,40 +7,42 @@
 %bcond_withsystem_libjpeg  # system libjpeg (incompatible with 
D_MAX_BLOCKS_IN_MCU=64 variant)
 %bcond_withsystem_libtiff  # system libtiff (incompatible with modified 
libjpeg)
 %bcond_without system_openjp2  # system openjpeg2
+%bcond_without system_tesseract# system tesseract+leptonlib
 #
 Summary:   PostScript, PDF and XPS interpreter and renderer
 Summary(pl.UTF-8): Interpreter i renderer PostScriptu, PDF oraz XPS
 Name:  ghostpdl
-Version:   9.56.1
+Version:   10.02.0
 Release:   1
 License:   AGPL v3+
 Group: Applications/Graphics
 #Source0Download: 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-Source0:   
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9561/%{name}-%{version}.tar.xz
-# Source0-md5: 03535e1052d853165a550c4d4da182d7
+Source0:   
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10020/%{name}-%{version}.tar.xz
+# Source0-md5: 536189cdacb3f0db3f55c4075255ce3a
 Patch0:%{name}-fonts_locations.patch
 Patch1:%{name}-make.patch
 Patch2:%{name}-system-libs.patch
 URL:   https://ghostscript.com/
 BuildRequires: autoconf >= 2.63
 BuildRequires: cups-devel >= 1.5
-%{?with_system_expat:BuildRequires:expat-devel >= 1:2.2.9}
+%{?with_system_expat:BuildRequires:expat-devel >= 1:2.5.0}
 BuildRequires: fontconfig-devel
 BuildRequires: libidn-devel
-%{?with_system_freetype:BuildRequires: freetype-devel >= 1:2.10.4}
-%{?with_system_jbig2dec:BuildRequires: jbig2dec-devel >= 0.19}
+%{?with_system_freetype:BuildRequires: freetype-devel >= 1:2.13.0}
+%{?with_system_jbig2dec:BuildRequires: jbig2dec-devel >= 0.20}
 %{?with_system_lcms2:BuildRequires:lcms2-devel >= 2.10}
-%{?with_system_libjpeg:BuildRequires:  libjpeg-devel >= 9c}
+%{?with_system_libjpeg:BuildRequires:  libjpeg-devel >= 9e}
 BuildRequires: libpaper-devel
-BuildRequires: libpng-devel >= 2:1.6.37
+BuildRequires: libpng-devel >= 2:1.6.39
 %{?with_system_libtiff:BuildRequires:  libtiff-devel >= 4.2.0}
 %{?with_system_openjp2:BuildRequires:  openjpeg2-devel >= 2.4.0}
 BuildRequires: tar >= 1:1.22
+%{?with_system_tesseract:BuildRequires:tesseract-devel >= 4.1.0}
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXext-devel
 BuildRequires: xorg-lib-libXt-devel
 BuildRequires: xz
-BuildRequires: zlib-devel >= 1.2.11
+BuildRequires: zlib-devel >= 1.2.13
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -59,15 +61,15 @@ Summary(pl.UTF-8):  Implementacja PCL-5 oraz PCL-XL
 Group: Applications/Graphics
 URL:   http://ghostscript.com/GhostPCL.html
 Requires:  cups-lib >= 1.5
-%{?with_system_expat:Requires: expat >= 1:2.2.9}
-%{?with_system_freetype:Requires:  freetype >= 1:2.10.4}
+%{?with_system_expat:Requires: expat >= 1:2.5.0}
+%{?with_system_freetype:Requires:  freetype >= 1:2.13.0}
 Requires:  ghostscript = %{version}
-%{?with_system_jbig2dec:Requires:  jbig2dec >= 0.19}
-%{?with_system_libjpeg:Requires:   libjpeg >= 9c}
-Requires:  libpng >= 2:1.6.37
+%{?with_system_jbig2dec:Requires:  jbig2dec >= 0.20}
+%{?with_system_libjpeg:Requires:   libjpeg >= 9e}
+Requires:  libpng >= 2:1.6.39
 %{?with_system_libtiff:Requires:   libtiff >= 4.2.0}
 %{?with_system_openjp2:Requires:   openjpeg2 >= 2.4.0}
-Requires:  zlib >= 1.2.11
+Requires:  zlib >= 1.2.13
 Suggests:  fonts-TTF-urw
 Conflicts: ghostpcl < 9
 
@@ -85,15 +87,15 @@ Summary(pl.UTF-8):  Implementacja formatu dokumentów XPS 
oparta na Ghostscripcie
 Group: Applications/Graphics
 URL:   http://ghostscript.com/GhostXPS.html
 Requires:  cups-lib >= 1.5
-%{?with_system_expat:Requires: expat >= 1:2.2.9}
-%{?with_system_freetype:Requires:  freetype >= 1:2.10.4}
+%{?with_system_expat:Requires: expat >= 1:2.5.0}
+%{?with_system_freetype:Requires:  freetype >= 1:2.13.0}
 Requires:  ghostscript = %{version}
-%{?with_system_jbig2dec:Requires:  jbig2dec >= 0.19}
-%{?with_system_libjpeg:Requires:   libjpeg >= 9c}
-Requires:  libpng >= 2:1.6.37
+%{?with_system_jbig2dec:Requires:  jbig2dec >= 0.20}
+%{?with_system_libjpeg:Requires:   libjpeg >= 9e}
+Requires:  libpng >= 2:1.6.39
 %{?with_system_libtiff:Requires:   libtiff >= 4.2.0}
 %{?with_system_openjp2:Requires:   openjpeg2 >= 2.4.0}
-Requires:  zlib >= 1.2.11
+Requires:  zlib >= 1.2.13
 
 %description -n ghostxps
 GhostXPS is an implement

DISTFILES: ghostpdl: ghostpdl-10.02.0.tar.xz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10020/ghostpdl-10.02.0.tar.xz
536189cdacb3f0db3f55c4075255ce3a  ghostpdl-10.02.0.tar.xz
Size: 73479004 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/CEGUI] - disable ogre renderer

2023-10-29 Thread baggins
commit 795eb0af0f68261a9c8817f32552a0bad9da839c
Author: Jan Rękorajski 
Date:   Sun Oct 29 09:27:31 2023 +0100

- disable ogre renderer

Current CEGUI version is super old and beyond repair.
The upstream git diverged so much it's impossible to backport.

 CEGUI.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/CEGUI.spec b/CEGUI.spec
index b678c39..03f8c7e 100644
--- a/CEGUI.spec
+++ b/CEGUI.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without xercesc # build XercesParser
-%bcond_without ogre# build without Ogre renderer
+%bcond_withogre# build without Ogre renderer
 %bcond_without opengl  # build without OpenGL renderer
 %bcond_withdirectb # unsupported by upstream
 %bcond_withsamples # build samples


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/CEGUI.git/commitdiff/795eb0af0f68261a9c8817f32552a0bad9da839c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-PasteScript] - updated to 2.0.2, added tests, unified apidocs packaging

2023-10-29 Thread qboosh
commit d2f9f7f9457cffb50d198efead1473542d068053
Author: Jakub Bogusz 
Date:   Sun Oct 29 09:47:32 2023 +0100

- updated to 2.0.2, added tests, unified apidocs packaging

 python-PasteScript.spec | 81 ++---
 1 file changed, 56 insertions(+), 25 deletions(-)
---
diff --git a/python-PasteScript.spec b/python-PasteScript.spec
index 018e530..fdc4d66 100644
--- a/python-PasteScript.spec
+++ b/python-PasteScript.spec
@@ -1,28 +1,33 @@
+#
+# Conditional build:
+%bcond_without doc # Sphinx documentation
+%bcond_without tests   # unit tests
+
 Summary:   A pluggable command-line tool
 Summary(pl.UTF-8): Narzędzie linii poleceń z obsługą wtyczek
 Name:  python-PasteScript
-Version:   1.7.5
-Release:   4
-License:   X11/MIT
+# keep <3.3 here for python2 support
+Version:   2.0.2
+Release:   1
+License:   MIT
 Group: Libraries/Python
-Source0:   
http://cheeseshop.python.org/packages/source/P/PasteScript/PasteScript-%{version}.tar.gz
-# Source0-md5: 4c72d78dcb6bb993f30536842c16af4d
-URL:   http://pythonpaste.org/script/
-BuildRequires: rpmbuild(macros) >= 1.710
+#Source0Download: https://pypi.org/simple/pastescript/
+Source0:   
https://files.pythonhosted.org/packages/source/P/PasteScript/PasteScript-%{version}.tar.gz
+# Source0-md5: ccb3045445097192ca71a13b746c77b2
+Patch0:%{name}-template_dir_assemble.patch
+URL:   https://pypi.org/project/pastescript/
+BuildRequires: python-devel >= 1:2.6
+BuildRequires: python-setuptools >= 0.6-0.a9.1
+%if %{with tests}
 BuildRequires: python-Paste >= 1.3
 BuildRequires: python-PasteDeploy >= 1.3.3
-BuildRequires: python-devel
-BuildRequires: python-setuptools >= 0.6-0.a9.1
+BuildRequires: python-cheetah
+BuildRequires: python-nose >= 0.11
+BuildRequires: python-six
+%endif
 BuildRequires: rpm-pythonprov
-%pyrequires_eq python-modules
-Patch0:%{name}-template_dir_assemble.patch
-Requires:  python-Beaker >= 0.7.5
-Requires:  python-FormEncode >= 0.7.0
-Requires:  python-Mako >= 0.1.8
-Requires:  python-Routes >= 1.7
-Requires:  python-cheetah
-Requires:  python-decorator >= 2.1.0
-Requires:  python-nose >= 0.9.3
+BuildRequires: rpmbuild(macros) >= 1.714
+Requires:  python-modules >= 1:2.6
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,6 +49,17 @@ możliwości ma wbudowane:
 - możliwość użycia w aplikacjach WWW z konfiguracją opartą na
   paste.deploy.
 
+%package apidocs
+Summary:   API documentation for Python PasteScript module
+Summary(pl.UTF-8): Dokumentacja API modułu Pythona PasteScript
+Group: Documentation
+
+%description apidocs
+API documentation for Python PasteScript module.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API modułu Pythona PasteScript.
+
 %prep
 %setup -q -n PasteScript-%{version}
 %patch0 -p1
@@ -51,21 +67,36 @@ możliwości ma wbudowane:
 %build
 %py_build
 
+%if %{with tests}
+PYTHONPATH=$(pwd) \
+nosetests-%{py_ver} tests -e test_list
+# test_list requires clean venv(?)
+%endif
+
+%if %{with doc}
+sphinx-build-2 -b html docs docs/build/html
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
-%py_install \
-   --single-version-externally-managed \
-   --optimize=2 \
-   --root=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -and -not -path 
*templates* | xargs rm -f
+%py_install
+
+find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -and -not -path 
*templates* | xargs %{__rm}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc docs/
+%doc README.rst
 %attr(755,root,root) %{_bindir}/paster
 %{py_sitescriptdir}/paste/script
-%{py_sitescriptdir}/Paste*
+%{py_sitescriptdir}/PasteScript-%{version}-py*.egg-info
+%{py_sitescriptdir}/PasteScript-%{version}-py*-nspkg.pth
+
+%if %{with doc}
+%files apidocs
+%defattr(644,root,root,755)
+%doc docs/build/html/{_static,modules,*.html,*.js}
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-PasteScript.git/commitdiff/d2f9f7f9457cffb50d198efead1473542d068053

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: python-PasteScript: PasteScript-2.0.2.tar.gz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/P/PasteScript/PasteScript-2.0.2.tar.gz
ccb3045445097192ca71a13b746c77b2  PasteScript-2.0.2.tar.gz
Size: 117521 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


PLD-doc: PLD-update-TODO - updated

2023-10-29 Thread arekm
Author: arekmDate: Sun Oct 29 10:53:16 2023 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   PLD-update-TODO (1.2886 -> 1.2887) 

 Diffs:


Index: PLD-doc/PLD-update-TODO
diff -u PLD-doc/PLD-update-TODO:1.2886 PLD-doc/PLD-update-TODO:1.2887
--- PLD-doc/PLD-update-TODO:1.2886  Thu Oct 26 15:59:41 2023
+++ PLD-doc/PLD-update-TODO Sun Oct 29 11:53:10 2023
@@ -1,4 +1,4 @@
-0ad(14) [OLD] r10803 [NEW] r09786-alpha-unix-build
+0ad(14) [OLD] r10803 [NEW] r10803
 3store(12) [OLD] 2.2.22 [NEW] 3.0.7
 4pane [OLD] 0.8.0 [NEW] 8.0
 6tunnel [OLD] 0.11 [NEW] 0.13
@@ -14,7 +14,6 @@
 ConsoleKit2 [OLD] 1.0.2 [NEW] 1.2.6
 Electrum-LTC(15) [OLD] 2.9.3.1 [NEW] 4.2.2.1
 EternalTerminal(7) [OLD] 5.1.9 [NEW] 6.2.8
-FileZilla(16) [OLD] 3.65.0 [NEW] 3.66.0
 FlightGear(16) [OLD] 2016.2.1 [NEW] 2020.3.19
 FusionInventory-Agent(16) [OLD] 2.3.19 [NEW] 2.6
 GLE(7) [OLD] 4.2.3b [NEW] 4.2.5
@@ -26,6 +25,7 @@
 ImageMagick [OLD] 7.1.1 [NEW] 7.1.1-21
 LunarGLASS [OLD] 0 [NEW] Release
 MHonArc(8) [OLD] 2.6.18 [NEW] 2.6.19
+Mesa [OLD] 23.2.1 [NEW] 23.3.0-rc1
 Mesa-libXvMC(36) [OLD] 22.2.5 [NEW] 23.2.1
 Mowitz(8) [OLD] 0.3.0 [NEW] 0.3.1
 ParaView(16) [OLD] 5.5.0 [NEW] 5.5.2
@@ -98,7 +98,7 @@
 apache-mod_qos(9) [OLD] 11.59 [NEW] 11.74
 apache1-mod_limitipconn(9) [OLD] 0.04 [NEW] 0.24
 apache1-mod_macro(10) [OLD] 1.1.2 [NEW] 1.2.1
-apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0.0
+apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0b1
 apfs-fuse [OLD] 0 [NEW] fuse
 apfsprogs [OLD] 0 [NEW] Release
 apk-tools [OLD] 2.10.5 [NEW] 2.14.0
@@ -142,7 +142,7 @@
 avrdude(9) [OLD] 6.3 [NEW] 7.0
 awesome(10) [OLD] 3.4.12 [NEW] 4.3
 awesome2(9) [OLD] 2.3.6 [NEW] 4.3
-awscli(11) [OLD] 1.25.97 [NEW] 1.29.70
+awscli(11) [OLD] 1.25.97 [NEW] 1.29.73
 b4(8) [OLD] 0.12.3 [NEW] 0.12.4
 babeltrace(13) [OLD] 1.5.11 [NEW] 2.0.0
 bacula [OLD] 11.0.6 [NEW] 13.0.3
@@ -156,7 +156,6 @@
 bbkeys(8) [OLD] 0.8.6 [NEW] 0.9.1
 bcron(9) [OLD] 0.09 [NEW] 0.11
 beast(8) [OLD] 0.7.4 [NEW] 0.15.0
-bes(11) [OLD] 3.17.4 [NEW] 3.20.13
 bfilter(12) [OLD] 0.9.4 [NEW] 1.1.4
 bglibs(8) [OLD] 1.106 [NEW] 2.04
 bibclean(11) [OLD] 2.11.4 [NEW] 2.15
@@ -236,7 +235,7 @@
 cmdtest(7) [OLD] 0.9 [NEW] 0.32.orig
 cmus(9) [OLD] 2.4.3 [NEW] 2.5.0
 coffee-script(9) [OLD] 1.6.3 [NEW] 2.7.0
-collector-sidecar [OLD] 0.1.4 [NEW] 1.4.0
+collector-sidecar [OLD] 0.1.4 [NEW] 1.5.0
 comparator(8) [OLD] 2.8 [NEW] 2.12
 compat-gcc-34(12) [OLD] 3.4.6 [NEW] 13.2.0
 composer [OLD] 1.10.26 [NEW] 2.6.5
@@ -282,7 +281,7 @@
 crossmingw32-pthreads-w32(8) [OLD] 2.11.0 [NEW] 3.0.0
 crossmingw32-std-threads [OLD] 0 [NEW] Adopted
 crossmingw64-gcc(17) [OLD] 10.5.0 [NEW] 13.2.0
-crossmipsel-egcs(10) [OLD] 1.0.2 [NEW] 1.1.2
+crossmipsel-egcs(10) [OLD] 1.0.2 [NEW] 1.1b
 crossmipsel-gcc(13) [OLD] 3.4.6 [NEW] 13.2.0
 crossmipsel-uClibc(12) [OLD] 0.9.28 [NEW] 0.9.33.2
 crossppc-gcc(17) [OLD] 4.4.0 [NEW] 13.2.0
@@ -320,7 +319,6 @@
 dd_rescue [OLD] 1.99.8 [NEW] 1.99.13
 dd_rhelp(7) [OLD] 0.1.2 [NEW] 0.3.0
 ddpt [OLD] 0.96 [NEW] 0.97
-deadbeef(7) [OLD] 0.5.6 [NEW] 1.9.5
 debbuild [OLD] 16.6.0 [NEW] 20.04.0
 debhelper [OLD] 9.20160814 [NEW] 13.11.7
 debiandoc-sgml(8) [OLD] 1.2.31 [NEW] 1.2.32
@@ -385,6 +383,7 @@
 dovecot-fts-flatcurve(8) [OLD] 0.3.3 [NEW] 0.3.4
 dovi_tool [OLD] 2.0.3 [NEW] 2.1.0
 doxygen(23) [OLD] 1.8.10 [NEW] 1.9.8
+dpdk(36) [OLD] 23.03 [NEW] 23.07
 dpkg [OLD] 1.21.7 [NEW] 1.22.0
 drbd(12) [OLD] 8.4.3 [NEW] 9.2.5
 drbd-utils(9) [OLD] 9.1.0 [NEW] 9.25.0
@@ -447,9 +446,6 @@
 ettercap6(10) [OLD] 0.6.b [NEW] 0.8.0
 evas-loaders-generic(8) [OLD] 1.10.0 [NEW] 1.17.0
 eventum-scm [OLD] 3.2.1 [NEW] 20
-evolution(20) [OLD] 3.50.0 [NEW] 3.50.1
-evolution-data-server(20) [OLD] 3.50.0 [NEW] 3.50.1
-evolution-ews(8) [OLD] 3.50.0 [NEW] 3.50.1
 exact-image(20) [OLD] 1.0.1 [NEW] 1.0.2
 execline [OLD] 2.1.5.0 [NEW] 2.9.3.0
 exim(32) [OLD] 4.96 [NEW] 4.96.2
@@ -491,7 +487,7 @@
 fonts-OTF-Adobe-SourceHanSans(9) [OLD] 1.004 [NEW] 2.004
 fonts-OTF-Adobe-SourceSerifPro(9) [OLD] 1.017 [NEW] 4.005
 fonttools [OLD] 4.38.0 [NEW] 4.43.1
-foomatic-db(10) [OLD] 20190510 [NEW] 20231024
+foomatic-db(10) [OLD] 20190510 [NEW] 20231027
 fox16(12) [OLD] 1.6.57 [NEW] 1.7.84
 fpart [OLD] 1.2.0 [NEW] 1.5.1
 fpp [OLD] 0.9.5 [NEW] 2022
@@ -504,7 +500,7 @@
 freerdp(23) [OLD] 1.0.2 [NEW] 2.11.2
 freesynd(9) [OLD] 0.1 [NEW] 0.7.5
 freetdi-gala [OLD] 0 [NEW] 1
-freetds(25) [OLD] 1.2.21 [NEW] 1.4.5
+freetds(25) [OLD] 1.2.21 [NEW] 1.4.6
 freevo(8) [OLD] 1.7.2 [NEW] 1.9.2b2
 freewrl(13) [OLD] 1.19.8 [NEW] 3.0.0
 freexl(12) [OLD] 1.0.6 [NEW] 2.0.0
@@ -625,7 +621,6 @@
 gnome-gmail(9) [OLD] 1.8.1 [NEW] 1.8.2
 gnome-link-monitor-applet(12) [OLD] 2.2 [NEW] 3.0
 gnome-mag(8) [OLD] 0.16.2 [NEW] 0.16.3
-gnome-maps(9) [OLD] 44.4 [NEW] 44.5
 gnome-network(12) [OLD] 1.99.2 [NEW] 1.99.5
 gnome-schedule(8) [OLD] 1.0.0 [NEW] 2.3.0
 gnome-sensors(11) [OLD] 2.2.5 [NEW] 3.0.0
@@ -633,7 +628,6 @@
 gnome-speech(18) [OLD] 0.4.23 [N

[packages/transfig] - updated to 3.2.9

2023-10-29 Thread qboosh
commit 358ac72c92f9e9d270361b886a78f6cb7165f763
Author: Jakub Bogusz 
Date:   Sun Oct 29 12:04:36 2023 +0100

- updated to 3.2.9

 transfig-broken.patch | 48 
 transfig.spec | 14 ++
 2 files changed, 26 insertions(+), 36 deletions(-)
---
diff --git a/transfig.spec b/transfig.spec
index f8e567e..09a9582 100644
--- a/transfig.spec
+++ b/transfig.spec
@@ -11,13 +11,13 @@ Summary(ru.UTF-8):  Конвертор файлов .fig (формат прогр
 Summary(tr.UTF-8): fig dosyalarını başka biçimlere dönüştürür
 Summary(uk.UTF-8): Конвертор файлів .fig (формат програми xfig) в інші 
формати
 Name:  transfig
-Version:   3.2.8b
+Version:   3.2.9
 Release:   1
 Epoch: 1
 License:   distributable
 Group: X11/Applications/Graphics
 Source0:   https://downloads.sourceforge.net/mcj/fig2dev-%{version}.tar.xz
-# Source0-md5: a4c3a99fbbd8b61363eee6304d79ca7e
+# Source0-md5: b5a04023cc74f3413247efb1dcd511e9
 Patch0:%{name}-broken.patch
 URL:   https://mcj.sourceforge.net/
 BuildRequires: libpng-devel
@@ -127,22 +127,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/pic2tpic
 %dir %{_datadir}/fig2dev
 %dir %{_datadir}/fig2dev/i18n
-# other latin-2 files are symlinks to cs_CZ.ps
-%lang(cs,hr,hu,pl,ro,sk,sl) %{_datadir}/fig2dev/i18n/cs_CZ.ps
-%lang(hr) %{_datadir}/fig2dev/i18n/hr_HR.ps
-%lang(hu) %{_datadir}/fig2dev/i18n/hu_HU.ps
 %lang(ja) %{_datadir}/fig2dev/i18n/japanese.ps
 %lang(ja) %{_datadir}/fig2dev/i18n/ja.ps
 %lang(ja) %{_datadir}/fig2dev/i18n/ja_JP*.ps
 %lang(ko) %{_datadir}/fig2dev/i18n/korean.ps
 %lang(ko) %{_datadir}/fig2dev/i18n/ko.ps
 %lang(ko) %{_datadir}/fig2dev/i18n/ko_KR*.ps
-%lang(pl) %{_datadir}/fig2dev/i18n/pl_PL.ps
-%lang(ro) %{_datadir}/fig2dev/i18n/ro_RO.ps
-%lang(ru) %{_datadir}/fig2dev/i18n/ru_RU*.ps
-%lang(sk) %{_datadir}/fig2dev/i18n/sk_SK.ps
-%lang(sl) %{_datadir}/fig2dev/i18n/sl_SI.ps
-%lang(uk) %{_datadir}/fig2dev/i18n/uk_UA*.ps
 %{_mandir}/man1/fig2dev.1*
 %{_mandir}/man1/fig2ps2tex.1*
 %{_mandir}/man1/pic2tpic.1*
diff --git a/transfig-broken.patch b/transfig-broken.patch
index 8070673..833982c 100644
--- a/transfig-broken.patch
+++ b/transfig-broken.patch
@@ -1,15 +1,15 @@
 fig2dev-3.2.6a/fig2dev/dev/genemf.c.orig   2017-01-07 23:07:15.0 
+0100
-+++ fig2dev-3.2.6a/fig2dev/dev/genemf.c2017-07-29 18:19:49.027329674 
+0200
-@@ -696,7 +696,7 @@
- static void shape();
- static void shape_interior();
- static void textunicode();
--static void text();
-+static void textfunc();
- static void textcolr();
- static void textalign();
- #if defined(I18N) && defined(HAVE_ICONV)
-@@ -3020,7 +3020,7 @@
+--- fig2dev-3.2.9/fig2dev/dev/genemf.c.orig2023-06-03 17:25:42.0 
+0200
 fig2dev-3.2.9/fig2dev/dev/genemf.c 2023-10-29 10:00:25.864117040 +0100
+@@ -726,7 +726,7 @@ static void shape(F_line *l, int join, i
+ static void shape_interior(F_line *l, void (*drawshape)(F_line *));
+ static void textunicode(const char *str, int *n_chars, short **utext,
+   int *n_unicode);
+-static void text(int x, int y, RECTL *bbx, char *str);
++static void textfunc(int x, int y, RECTL *bbx, char *str);
+ static void textcolr(int color);
+ static void textalign(int align);
+ #ifdef HAVE_ICONV
+@@ -3074,7 +3074,7 @@ textunicode(
  
  
  static void
@@ -18,21 +18,21 @@
int x,
int y,  /* reference point */
RECTL *bbx, /* bounding box */
-@@ -3506,7 +3506,7 @@
-   bak = *s1;
-   *s1 = '\0';
+@@ -3578,7 +3578,7 @@ genemf_text(F_text *t)
+   bak = *s1;
+   *s1 = '\0';
  
--  text(0, 0, &rclBounds, s);
-+  textfunc(0, 0, &rclBounds, s);
+-  text(0, 0, &rclBounds, s);
++  textfunc(0, 0, &rclBounds, s);
  
-   *s1 = bak;
-   }
-@@ -3532,7 +3532,7 @@
- }
+   *s1 = bak;
+   }
+@@ -3604,7 +3604,7 @@ genemf_text(F_text *t)
+   }
  
- textfont(font, t->size, round(t->angle * RAD_01DEG));
--text(t->base_x, t->base_y, &rclBounds, t->cstring);
-+textfunc(t->base_x, t->base_y, &rclBounds, t->cstring);
+   textfont(font, t->size, round(t->angle * RAD_01DEG));
+-  text(t->base_x, t->base_y, &rclBounds, t->cstring);
++  textfunc(t->base_x, t->base_y, &rclBounds, t->cstring);
  }/* end genemf_text */
  
  


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/transfig.git/commitdiff/358ac72c92f9e9d270361b886a78f6cb7165f763

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: transfig: fig2dev-3.2.9.tar.xz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://downloads.sourceforge.net/mcj/fig2dev-3.2.9.tar.xz
b5a04023cc74f3413247efb1dcd511e9  fig2dev-3.2.9.tar.xz
Size: 529892 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/xfig] - updated to 3.2.9

2023-10-29 Thread qboosh
commit 81b5f8e309fb52ab3c15921813a8979c9e458ab5
Author: Jakub Bogusz 
Date:   Sun Oct 29 12:20:07 2023 +0100

- updated to 3.2.9

 xfig-3.2.5b-app-defaults.patch | 12 +++
 xfig-3.2.5b-urwfonts.patch | 79 --
 xfig-i18n.patch| 15 
 xfig.spec  | 13 ---
 4 files changed, 12 insertions(+), 107 deletions(-)
---
diff --git a/xfig.spec b/xfig.spec
index fc4f9fe..d1d7c52 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -8,23 +8,24 @@ Summary(ru.UTF-8):Инструмент для рисования простой
 Summary(tr.UTF-8): X11 çizim aracı
 Summary(uk.UTF-8): Інструмент для малювання простої векторної графіки
 Name:  xfig
-Version:   3.2.8b
+Version:   3.2.9
 Release:   1
 License:   Freeware
 Group: X11/Applications/Graphics
 Source0:   https://downloads.sourceforge.net/mcj/%{name}-%{version}.tar.xz
-# Source0-md5: 049dcf9dc53d6bb7012e716d15d0d512
-Patch0:%{name}-i18n.patch
+# Source0-md5: 4a338b0e513baedc460e7c64852b0ed5
 Patch1:%{name}-3.2.5b-zoom-during-edit.patch
-Patch2:%{name}-3.2.5b-urwfonts.patch
 Patch3:%{name}-3.2.5b-app-defaults.patch
 Patch4:%{name}-desktop.patch
 URL:   https://mcj.sourceforge.net/
 BuildRequires: Xaw3d-devel
+BuildRequires: fontconfig-devel
+BuildRequires: ghostscript-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: tar >= 1:1.22
-BuildRequires: xorg-lib-libXaw-devel
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXft-devel
 BuildRequires: xorg-lib-libXpm-devel
 BuildRequires: xorg-lib-libXt-devel
 BuildRequires: xz
@@ -84,9 +85,7 @@ Xfig - це інструмент для створення базової век
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p2
-%patch2 -p0
 %patch3 -p1
 %patch4 -p1
 
diff --git a/xfig-3.2.5b-app-defaults.patch b/xfig-3.2.5b-app-defaults.patch
index 658332e..c784c07 100644
--- a/xfig-3.2.5b-app-defaults.patch
+++ b/xfig-3.2.5b-app-defaults.patch
@@ -1,10 +1,10 @@
 Defaults for xfig. Idea from Roland Rosenfeld 
 
 xfig-3.2.6a/app-defaults/Fig.in.orig   2017-07-30 09:25:21.276709296 
+0200
-+++ xfig-3.2.6a/app-defaults/Fig.in2017-07-30 09:27:04.636708116 +0200
-@@ -10,6 +10,10 @@
- 
- ! some sample settings you may want to change
+--- xfig-3.2.9/app-defaults/Fig.orig   2023-08-15 11:11:22.0 +0200
 xfig-3.2.9/app-defaults/Fig2023-10-29 12:13:38.520817101 +0100
+@@ -12,6 +12,10 @@
+ !
+ !---
  
 +! If the following resource is set to false, xfig will use metric units
 +! by default.
@@ -12,4 +12,4 @@ Defaults for xfig. Idea from Roland Rosenfeld 

 +
  ! The following fixes a problem that some window managers have
  ! with xfig continually resizing itself
- 
+ Fig*AllowShellResize: False
diff --git a/xfig-3.2.5b-urwfonts.patch b/xfig-3.2.5b-urwfonts.patch
deleted file mode 100644
index e3914c7..000
--- a/xfig-3.2.5b-urwfonts.patch
+++ /dev/null
@@ -1,79 +0,0 @@
 src/u_fonts.c  2002-09-09 13:36:58.0 -0400
-+++ src/u_fonts.c  2006-10-11 00:29:07.0 -0400
-@@ -22,41 +22,41 @@
- /* X11 font names */
- 
- struct _xfstruct x_fontinfo[NUM_FONTS] = {
--{"-*-times-medium-r-normal--", (struct xfont*) NULL},
--{"-*-times-medium-i-normal--", (struct xfont*) NULL},
--{"-*-times-bold-r-normal--", (struct xfont*) NULL},
--{"-*-times-bold-i-normal--", (struct xfont*) NULL},
--{"-*-avantgarde-book-r-normal--", (struct xfont*) NULL},
--{"-*-avantgarde-book-o-normal--", (struct xfont*) NULL},
--{"-*-avantgarde-demi-r-normal--", (struct xfont*) NULL},
--{"-*-avantgarde-demi-o-normal--", (struct xfont*) NULL},
--{"-*-bookman-light-r-normal--", (struct xfont*) NULL},
--{"-*-bookman-light-i-normal--", (struct xfont*) NULL},
--{"-*-bookman-demi-r-normal--", (struct xfont*) NULL},
--{"-*-bookman-demi-i-normal--", (struct xfont*) NULL},
--{"-*-courier-medium-r-normal--", (struct xfont*) NULL},
--{"-*-courier-medium-o-normal--", (struct xfont*) NULL},
--{"-*-courier-bold-r-normal--", (struct xfont*) NULL},
--{"-*-courier-bold-o-normal--", (struct xfont*) NULL},
--{"-*-helvetica-medium-r-normal--", (struct xfont*) NULL},
--{"-*-helvetica-medium-o-normal--", (struct xfont*) NULL},
--{"-*-helvetica-bold-r-normal--", (struct xfont*) NULL},
--{"-*-helvetica-bold-o-normal--", (struct xfont*) NULL},
--{"-*-helvetica-medium-r-narrow--", (struct xfont*) NULL},
--{"-*-helvetica-medium-o-narrow--", (struct xfont*) NULL},
--{"-*-helvetica-bold-r-narrow--", (struct xfont*) NULL},
--{"-*-helvetica-bold-o-narrow--", (struct xfont*) NULL},
--{"-*-new century schoolbook-medium-r-normal--", (struct xfont*) NULL},
--{"-*-new century schoolbook-medium-i-normal--", (struct xfont*) NULL},
--{"-*-new century schoolbook-bold-r-normal--", (struct

DISTFILES: xfig: xfig-3.2.9.tar.xz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://downloads.sourceforge.net/mcj/xfig-3.2.9.tar.xz
4a338b0e513baedc460e7c64852b0ed5  xfig-3.2.9.tar.xz
Size: 5368544 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libspectre] - release 2 (ghostscript 10.02.0)

2023-10-29 Thread qboosh
commit cdbdf3be2e5426385511ce5babba210556856838
Author: Jakub Bogusz 
Date:   Sun Oct 29 12:46:17 2023 +0100

- release 2 (ghostscript 10.02.0)

 libspectre.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libspectre.spec b/libspectre.spec
index 7b03dac..3530199 100644
--- a/libspectre.spec
+++ b/libspectre.spec
@@ -2,7 +2,7 @@ Summary:A library for rendering PostScript documents
 Summary(pl.UTF-8): Biblioteka do renderowania dokumentów postscriptowych
 Name:  libspectre
 Version:   0.2.12
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Libraries
 Source0:   
https://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libspectre.git/commitdiff/cdbdf3be2e5426385511ce5babba210556856838

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/graphviz] - release 5 (ghostscript 10.02.0)

2023-10-29 Thread qboosh
commit 040bb175abaa6e786637d200b52466b4f5b99f49
Author: Jakub Bogusz 
Date:   Sun Oct 29 16:58:51 2023 +0100

- release 5 (ghostscript 10.02.0)

 graphviz.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/graphviz.spec b/graphviz.spec
index 24e52ee..a748e55 100644
--- a/graphviz.spec
+++ b/graphviz.spec
@@ -57,7 +57,7 @@ Summary:  Graph Visualization Tools
 Summary(pl.UTF-8): Narzędzie do wizualizacji w postaci grafów
 Name:  graphviz
 Version:   2.47.2
-Release:   4
+Release:   5
 License:   EPL v1.0
 Group: X11/Applications/Graphics
 #Source0Download: https://graphviz.org/download/source/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/graphviz.git/commitdiff/040bb175abaa6e786637d200b52466b4f5b99f49

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[copy command] packages/python-PasteScript -> packages/python3-PasteScript

2023-10-29 Thread qboosh


___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/evince] - updated to 45.0

2023-10-29 Thread qboosh
commit 88cfd69420f5a9803ed012f8af42e6e795ab083b
Author: Jakub Bogusz 
Date:   Sun Oct 29 17:25:19 2023 +0100

- updated to 45.0

 evince.spec  | 15 ++-
 icon-theme.patch | 27 ---
 2 files changed, 6 insertions(+), 36 deletions(-)
---
diff --git a/evince.spec b/evince.spec
index e7f7965..7a3959b 100644
--- a/evince.spec
+++ b/evince.spec
@@ -10,13 +10,12 @@
 Summary:   Document viewer for multiple document formats
 Summary(pl.UTF-8): Przeglądarka dokumentów w wielu formatach
 Name:  evince
-Version:   44.3
+Version:   45.0
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Graphics
-Source0:   
https://download.gnome.org/sources/evince/44/%{name}-%{version}.tar.xz
-# Source0-md5: a5ea6d19f083f41086ee363caefaa14f
-Patch0:icon-theme.patch
+Source0:   
https://download.gnome.org/sources/evince/45/%{name}-%{version}.tar.xz
+# Source0-md5: 494cdeef8898a2479aa86f8def7a63bc
 URL:   https://wiki.gnome.org/Apps/Evince
 BuildRequires: cairo-devel >= 1.10.0
 BuildRequires: dbus-devel
@@ -48,7 +47,7 @@ BuildRequires:ninja >= 1.5
 %{?with_nautilus:BuildRequires:nautilus3-devel >= 3.28.0}
 %{?with_nautilus:BuildRequires:nautilus3-devel < 42.20}
 BuildRequires: pkgconfig
-BuildRequires: poppler-glib-devel >= 22.02.0
+BuildRequires: poppler-glib-devel >= 22.05.0
 BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 2.029
@@ -184,7 +183,7 @@ Summary(pl.UTF-8):  Przeglądanie dokumentów PDF przy użyciu 
Evince
 Group: X11/Applications
 Requires:  %{name} = %{version}-%{release}
 Requires:  libxml2 >= 1:2.6.31
-Requires:  poppler-glib >= 22.02.0
+Requires:  poppler-glib >= 22.05.0
 
 %description backend-pdf
 View PDF documents with Evince.
@@ -220,7 +219,6 @@ Przeglądanie dokumentów XPS przy użyciu Evince.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %meson build \
@@ -275,8 +273,7 @@ rm -rf $RPM_BUILD_ROOT
 %{backendsdir}/comicsdocument.evince-backend
 %attr(755,root,root) %{backendsdir}/libtiffdocument.so
 %{backendsdir}/tiffdocument.evince-backend
-%{_datadir}/GConf/gsettings/evince.convert
-%{_datadir}/metainfo/org.gnome.Evince.appdata.xml
+%{_datadir}/metainfo/org.gnome.Evince.metainfo.xml
 %{_datadir}/metainfo/evince-comicsdocument.metainfo.xml
 %{_datadir}/metainfo/evince-tiffdocument.metainfo.xml
 %{_datadir}/dbus-1/services/org.gnome.evince.Daemon.service
diff --git a/icon-theme.patch b/icon-theme.patch
deleted file mode 100644
index cbba219..000
--- a/icon-theme.patch
+++ /dev/null
@@ -1,27 +0,0 @@
 evince-3.38.0/meson.build.orig 2020-09-12 21:36:51.826925800 +0200
-+++ evince-3.38.0/meson.build  2020-09-20 10:38:50.641170542 +0200
-@@ -171,13 +171,6 @@
- 
- ev_platform = get_option('platform')
- if ev_platform == 'gnome'
--  # Evince has a rather soft run-time dependency on hicolor-icon-theme.
--  # If the hicolor theme is not available, Evince fails to display some
--  # icons. Because we cannot check for it at run-time, we instead
--  # would like to require the icon theme at compile-time. But, because
--  # the hicolor-icon-theme does not have a pkgconfig file, on gnome we
--  # require the gnome icon theme instead.
--  adwaita_icon_theme_dep = dependency('adwaita-icon-theme', version: '>= 
2.17.1')
- 
-   # *** Nautilus property page build ***
-   enable_nautilus = get_option('nautilus')
 evince-42.1/shell/meson.build.orig 2022-04-09 07:55:47.659825723 +0200
-+++ evince-42.1/shell/meson.build  2022-04-09 08:05:33.756650564 +0200
-@@ -80,8 +80,6 @@ if ev_platform == 'win32'
- output: resource,
- command: [find_program('windres'), '@INPUT@', '-I', data_dir, '@OUTPUT@'],
-   )
--else
--  evince_deps += adwaita_icon_theme_dep
- endif
- 
- if enable_dbus


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evince.git/commitdiff/88cfd69420f5a9803ed012f8af42e6e795ab083b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: evince: evince-45.0.tar.xz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/evince/45/evince-45.0.tar.xz
494cdeef8898a2479aa86f8def7a63bc  evince-45.0.tar.xz
Size: 2925768 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-PasteScript] - BR: sphinx

2023-10-29 Thread qboosh
commit e96276b24acc08d9571f7ac26b4eefaec72c9e09
Author: Jakub Bogusz 
Date:   Sun Oct 29 17:27:25 2023 +0100

- BR: sphinx

 python-PasteScript.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/python-PasteScript.spec b/python-PasteScript.spec
index fdc4d66..58c4261 100644
--- a/python-PasteScript.spec
+++ b/python-PasteScript.spec
@@ -27,6 +27,9 @@ BuildRequires:python-six
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
+%if %{with doc}
+BuildRequires: sphinx-pdg-2
+%endif
 Requires:  python-modules >= 1:2.6
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-PasteScript.git/commitdiff/e96276b24acc08d9571f7ac26b4eefaec72c9e09

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libsoup3] - updated to 3.4.4

2023-10-29 Thread qboosh
commit bbe99082a559f86d7d6d7dd1bdcc4571498bae70
Author: Jakub Bogusz 
Date:   Sun Oct 29 17:41:05 2023 +0100

- updated to 3.4.4

 libsoup3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libsoup3.spec b/libsoup3.spec
index 6f65192..e8ba5f9 100644
--- a/libsoup3.spec
+++ b/libsoup3.spec
@@ -5,12 +5,12 @@
 Summary:   HTTP client/server library for GNOME
 Summary(pl.UTF-8): Biblioteka klienta/serwera HTTP dla GNOME
 Name:  libsoup3
-Version:   3.4.3
+Version:   3.4.4
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
https://download.gnome.org/sources/libsoup/3.4/libsoup-%{version}.tar.xz
-# Source0-md5: 3a289bd1f36bb6c326ac5283b26eb2b5
+# Source0-md5: a63ea04a9686e9e4470b127ffe1eb96b
 # from libsoup 3.0.0 (waiting for pygobject3 release containing this file)
 Source1:   Soup.py
 Patch0:%{name}-path-override.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libsoup3.git/commitdiff/bbe99082a559f86d7d6d7dd1bdcc4571498bae70

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libsoup3: libsoup-3.4.4.tar.xz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/libsoup/3.4/libsoup-3.4.4.tar.xz
a63ea04a9686e9e4470b127ffe1eb96b  libsoup-3.4.4.tar.xz
Size: 1536268 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/liblouis] - updated to 3.27.0

2023-10-29 Thread qboosh
commit b531e36c0ce9c4584154ef34c7219e7acc127b4f
Author: Jakub Bogusz 
Date:   Sun Oct 29 19:57:38 2023 +0100

- updated to 3.27.0

 liblouis.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/liblouis.spec b/liblouis.spec
index 7bb94d8..fc330e2 100644
--- a/liblouis.spec
+++ b/liblouis.spec
@@ -5,13 +5,13 @@
 Summary:   Braille translator and back-translator library
 Summary(pl.UTF-8): Biblioteka tłumacząca na i z alfabetu Braille'a
 Name:  liblouis
-Version:   3.26.0
+Version:   3.27.0
 Release:   1
 License:   LGPL v2.1+ (library), GPL v3+ (tools)
 Group: Libraries
 #Source0Download: https://liblouis.io/downloads/
 Source0:   
https://github.com/liblouis/liblouis/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 1adb7b288be6151780111bfff7a0038f
+# Source0-md5: 20cb17721760b98cc8b981ea066ef1b1
 Patch0:%{name}-info.patch
 URL:   https://liblouis.io/
 BuildRequires: help2man


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/liblouis.git/commitdiff/b531e36c0ce9c4584154ef34c7219e7acc127b4f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: liblouis: liblouis-3.27.0.tar.gz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/liblouis/liblouis/releases/download/v3.27.0/liblouis-3.27.0.tar.gz
20cb17721760b98cc8b981ea066ef1b1  liblouis-3.27.0.tar.gz
Size: 17005592 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libinote] - updated to 1.1.4

2023-10-29 Thread qboosh
commit b60d4822f2bd6c51c7259b1be803b9807ac128f3
Author: Jakub Bogusz 
Date:   Sun Oct 29 20:23:59 2023 +0100

- updated to 1.1.4

 libinote.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libinote.spec b/libinote.spec
index b66ee95..b194ee4 100644
--- a/libinote.spec
+++ b/libinote.spec
@@ -1,13 +1,13 @@
 Summary:   Library to preprocess a text aimed to text-to-speech engine
 Summary(pl.UTF-8): Biblioteka do przetwarzania tekstu przeznaczonego do 
syntezy mowy
 Name:  libinote
-Version:   1.1.2
+Version:   1.1.4
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 #Source0Download: https://github.com/Oralux/libinote/tags
 Source0:   
https://github.com/Oralux/libinote/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 7a707f8b9946260697d8adb7f350fddf
+# Source0-md5: b482bac00a9cc9a7c2840c9ef90b9aa6
 URL:   https://github.com/Oralux/libinote
 BuildRequires: gcc >= 6:4.7
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libinote.git/commitdiff/b60d4822f2bd6c51c7259b1be803b9807ac128f3

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libinote: libinote-1.1.4.tar.gz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/Oralux/libinote/archive/1.1.4/libinote-1.1.4.tar.gz
b482bac00a9cc9a7c2840c9ef90b9aa6  libinote-1.1.4.tar.gz
Size: 31762 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libvoxin] - updated to 1.6.3

2023-10-29 Thread qboosh
commit b52aa0945edb4353822446aca61746174c913ee0
Author: Jakub Bogusz 
Date:   Sun Oct 29 20:29:06 2023 +0100

- updated to 1.6.3

 libvoxin.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libvoxin.spec b/libvoxin.spec
index e2c477c..345e3e3 100644
--- a/libvoxin.spec
+++ b/libvoxin.spec
@@ -2,17 +2,18 @@
 Summary:   Library to ease the integration of voxin on 64-bit architectures
 Summary(pl.UTF-8): Biblioteka ułatwiająca integrację voxina na 
architeksturach 64-bitowych
 Name:  libvoxin
-Version:   1.6.1
+Version:   1.6.3
 Release:   1
 License:   LGPL v2.1+, MIT, BSD
 Group: Libraries
 #Source0Download: https://github.com/Oralux/libvoxin/tags
 Source0:   
https://github.com/Oralux/libvoxin/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: de89b996606b2b8f7d05017d0235fed7
+# Source0-md5: 6c57d64149026abae197bf26cb74b030
 URL:   https://oralux.org/
 BuildRequires: gcc >= 6:4.7
 BuildRequires: inih-devel
-BuildRequires: libinote-devel
+BuildRequires: libinote-devel >= 1.1.4
+Requires:  libinote >= 1.1.4
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libvoxin.git/commitdiff/b52aa0945edb4353822446aca61746174c913ee0

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libvoxin: libvoxin-1.6.3.tar.gz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/Oralux/libvoxin/archive/1.6.3/libvoxin-1.6.3.tar.gz
6c57d64149026abae197bf26cb74b030  libvoxin-1.6.3.tar.gz
Size: 95349 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/speech-dispatcher] - updated to 0.11.5

2023-10-29 Thread qboosh
commit 1b992e7144b690732734a012671afbaddf3d285e
Author: Jakub Bogusz 
Date:   Sun Oct 29 20:32:56 2023 +0100

- updated to 0.11.5

 speech-dispatcher.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec
index 0450a9f..b3e8d0e 100644
--- a/speech-dispatcher.spec
+++ b/speech-dispatcher.spec
@@ -22,13 +22,13 @@
 Summary:   A device independent layer for speech synthesis
 Summary(pl.UTF-8): Niezależna od urządzenia warstwa obsługująca syntezę 
mowy
 Name:  speech-dispatcher
-Version:   0.11.4
+Version:   0.11.5
 Release:   1
 License:   LGPL v2.1+ (library and audio drivers), GPL v2+ (programs and 
speech modules)
 Group: Applications/Sound
 #Source0Download: https://github.com/brailcom/speechd/releases
 Source0:   
https://github.com/brailcom/speechd/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 4d812bef4488b35f324db010bf5cac4b
+# Source0-md5: edcf93047b1d6df421f1c065580a0455
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Source3:   %{name}.tmpfiles


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/speech-dispatcher.git/commitdiff/1b992e7144b690732734a012671afbaddf3d285e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: speech-dispatcher: speech-dispatcher-0.11.5.tar.gz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/brailcom/speechd/releases/download/0.11.5/speech-dispatcher-0.11.5.tar.gz
edcf93047b1d6df421f1c065580a0455  speech-dispatcher-0.11.5.tar.gz
Size: 7230756 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python3-PasteScript] - python-PasteScript.spec updated to 3.3.0 for python 3.4+

2023-10-29 Thread qboosh
commit ea74b73c651b533aae306de4d2fb46fcce6ad8ec
Author: Jakub Bogusz 
Date:   Sun Oct 29 20:33:48 2023 +0100

- python-PasteScript.spec updated to 3.3.0 for python 3.4+

 ...python3-PasteScript-template_dir_assemble.patch |  0
 ...on-PasteScript.spec => python3-PasteScript.spec | 43 +++---
 2 files changed, 21 insertions(+), 22 deletions(-)
---
diff --git a/python-PasteScript.spec b/python3-PasteScript.spec
similarity index 72%
rename from python-PasteScript.spec
rename to python3-PasteScript.spec
index fdc4d66..019a697 100644
--- a/python-PasteScript.spec
+++ b/python3-PasteScript.spec
@@ -5,29 +5,30 @@
 
 Summary:   A pluggable command-line tool
 Summary(pl.UTF-8): Narzędzie linii poleceń z obsługą wtyczek
-Name:  python-PasteScript
-# keep <3.3 here for python2 support
-Version:   2.0.2
+Name:  python3-PasteScript
+Version:   3.3.0
 Release:   1
 License:   MIT
 Group: Libraries/Python
 #Source0Download: https://pypi.org/simple/pastescript/
 Source0:   
https://files.pythonhosted.org/packages/source/P/PasteScript/PasteScript-%{version}.tar.gz
-# Source0-md5: ccb3045445097192ca71a13b746c77b2
+# Source0-md5: f8a20ba18f7bb64d5c17ace06151181a
 Patch0:%{name}-template_dir_assemble.patch
 URL:   https://pypi.org/project/pastescript/
-BuildRequires: python-devel >= 1:2.6
-BuildRequires: python-setuptools >= 0.6-0.a9.1
+BuildRequires: python3-devel >= 1:3.4
+BuildRequires: python3-setuptools >= 0.6-0.a9.1
 %if %{with tests}
-BuildRequires: python-Paste >= 1.3
-BuildRequires: python-PasteDeploy >= 1.3.3
-BuildRequires: python-cheetah
-BuildRequires: python-nose >= 0.11
-BuildRequires: python-six
+BuildRequires: python3-Paste >= 3.0
+BuildRequires: python3-PasteDeploy >= 1.3.3
+BuildRequires: python3-nose >= 0.11
+BuildRequires: python3-six
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
-Requires:  python-modules >= 1:2.6
+%if %{with doc}
+BuildRequires: sphinx-pdg-3
+%endif
+Requires:  python3-modules >= 1:3.4
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -65,35 +66,33 @@ Dokumentacja API modułu Pythona PasteScript.
 %patch0 -p1
 
 %build
-%py_build
+%py3_build
 
 %if %{with tests}
 PYTHONPATH=$(pwd) \
-nosetests-%{py_ver} tests -e test_list
+nosetests-%{py3_ver} tests -e test_list
 # test_list requires clean venv(?)
 %endif
 
 %if %{with doc}
-sphinx-build-2 -b html docs docs/build/html
+sphinx-build-3 -b html docs docs/build/html
 %endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%py_install
-
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -and -not -path 
*templates* | xargs %{__rm}
+%py3_install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.rst
+%doc AUTHORS README.rst
 %attr(755,root,root) %{_bindir}/paster
-%{py_sitescriptdir}/paste/script
-%{py_sitescriptdir}/PasteScript-%{version}-py*.egg-info
-%{py_sitescriptdir}/PasteScript-%{version}-py*-nspkg.pth
+%{py3_sitescriptdir}/paste/script
+%{py3_sitescriptdir}/PasteScript-%{version}-py*.egg-info
+%{py3_sitescriptdir}/PasteScript-%{version}-py*-nspkg.pth
 
 %if %{with doc}
 %files apidocs
diff --git a/python-PasteScript-template_dir_assemble.patch 
b/python3-PasteScript-template_dir_assemble.patch
similarity index 100%
rename from python-PasteScript-template_dir_assemble.patch
rename to python3-PasteScript-template_dir_assemble.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-PasteScript.git/commitdiff/ea74b73c651b533aae306de4d2fb46fcce6ad8ec

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: python3-PasteScript: PasteScript-3.3.0.tar.gz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/P/PasteScript/PasteScript-3.3.0.tar.gz
f8a20ba18f7bb64d5c17ace06151181a  PasteScript-3.3.0.tar.gz
Size: 98621 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-Paste] - adjusted comment (3.6.1 seems to still support python 2.7; despite classifiers it's still in tox m

2023-10-29 Thread qboosh
commit 82d085f138decbe1a281367c3fc36bf44561b709
Author: Jakub Bogusz 
Date:   Sun Oct 29 20:42:53 2023 +0100

- adjusted comment (3.6.1 seems to still support python 2.7; despite 
classifiers it's still in tox matrix)

 python-Paste.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-Paste.spec b/python-Paste.spec
index bceb65e..b393cd7 100644
--- a/python-Paste.spec
+++ b/python-Paste.spec
@@ -8,7 +8,7 @@
 Summary:   Tools for using a Web Server Gateway Interface stack
 Summary(pl.UTF-8): Narzędzia do używania stosu Web Server Gateway Interface
 Name:  python-Paste
-# keep 2.x here for python2 support
+# keep 2.x / < 3.7 here for python2 support
 Version:   2.0.3
 Release:   7
 Group: Libraries/Python


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-Paste.git/commitdiff/82d085f138decbe1a281367c3fc36bf44561b709

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/orca] - updated to 45.1

2023-10-29 Thread qboosh
commit b4dcd3e735e9938b1c7e8e2d71b40c5ee841e63b
Author: Jakub Bogusz 
Date:   Sun Oct 29 20:44:39 2023 +0100

- updated to 45.1

 orca.spec | 39 +--
 1 file changed, 5 insertions(+), 34 deletions(-)
---
diff --git a/orca.spec b/orca.spec
index ec3457a..8d85c94 100644
--- a/orca.spec
+++ b/orca.spec
@@ -1,15 +1,15 @@
 Summary:   Flexible, extensible, and powerful assistive technology
 Summary(pl.UTF-8): Elastyczna, rozszerzalna i potężna technologia 
wspomagająca
 Name:  orca
-Version:   44.2
+Version:   45.1
 Release:   1
 License:   LGPL v2+
 Group: X11/Applications/Accessibility
-Source0:   
https://download.gnome.org/sources/orca/44/%{name}-%{version}.tar.xz
-# Source0-md5: 2ae68fd656381600a14c7526de3747f9
+Source0:   
https://download.gnome.org/sources/orca/45/%{name}-%{version}.tar.xz
+# Source0-md5: 08986330d478d103d89f913a705f4c52
 URL:   https://wiki.gnome.org/Projects/Orca
 BuildRequires: at-spi2-atk-devel >= 2.26
-BuildRequires: at-spi2-core-devel >= 2.26
+BuildRequires: at-spi2-core-devel >= 2.48
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.11
 BuildRequires: gettext-tools >= 0.19.8
@@ -32,6 +32,7 @@ BuildRequires:yelp-tools
 Requires(post,postun): gtk-update-icon-cache
 Requires:  hicolor-icon-theme
 Requires:  python3-brlapi >= 3.9
+Requires:  python3-gstreamer >= 1.0
 Requires:  python3-pyatspi >= 2.26
 Requires:  python3-pycairo
 Requires:  python3-pygobject3 >= 3.18
@@ -110,24 +111,12 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py3_sitescriptdir}/orca/scripts/apps/Eclipse
 %{py3_sitescriptdir}/orca/scripts/apps/Eclipse/*.py
 %{py3_sitescriptdir}/orca/scripts/apps/Eclipse/__pycache__
-%dir %{py3_sitescriptdir}/orca/scripts/apps/Instantbird
-%{py3_sitescriptdir}/orca/scripts/apps/Instantbird/*.py
-%{py3_sitescriptdir}/orca/scripts/apps/Instantbird/__pycache__
-%dir %{py3_sitescriptdir}/orca/scripts/apps/Mozilla
-%{py3_sitescriptdir}/orca/scripts/apps/Mozilla/*.py
-%{py3_sitescriptdir}/orca/scripts/apps/Mozilla/__pycache__
 %dir %{py3_sitescriptdir}/orca/scripts/apps/SeaMonkey
 %{py3_sitescriptdir}/orca/scripts/apps/SeaMonkey/*.py
 %{py3_sitescriptdir}/orca/scripts/apps/SeaMonkey/__pycache__
 %dir %{py3_sitescriptdir}/orca/scripts/apps/Thunderbird
 %{py3_sitescriptdir}/orca/scripts/apps/Thunderbird/*.py
 %{py3_sitescriptdir}/orca/scripts/apps/Thunderbird/__pycache__
-%dir %{py3_sitescriptdir}/orca/scripts/apps/ekiga
-%{py3_sitescriptdir}/orca/scripts/apps/ekiga/*.py
-%{py3_sitescriptdir}/orca/scripts/apps/ekiga/__pycache__
-%dir %{py3_sitescriptdir}/orca/scripts/apps/empathy
-%{py3_sitescriptdir}/orca/scripts/apps/empathy/*.py
-%{py3_sitescriptdir}/orca/scripts/apps/empathy/__pycache__
 %dir %{py3_sitescriptdir}/orca/scripts/apps/epiphany
 %{py3_sitescriptdir}/orca/scripts/apps/epiphany/*.py
 %{py3_sitescriptdir}/orca/scripts/apps/epiphany/__pycache__
@@ -149,24 +138,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py3_sitescriptdir}/orca/scripts/apps/gnome-documents
 %{py3_sitescriptdir}/orca/scripts/apps/gnome-documents/*.py
 %{py3_sitescriptdir}/orca/scripts/apps/gnome-documents/__pycache__
-%dir %{py3_sitescriptdir}/orca/scripts/apps/gnome-keyring-ask
-%{py3_sitescriptdir}/orca/scripts/apps/gnome-keyring-ask/*.py
-%{py3_sitescriptdir}/orca/scripts/apps/gnome-keyring-ask/__pycache__
-%dir %{py3_sitescriptdir}/orca/scripts/apps/gnome-panel
-%{py3_sitescriptdir}/orca/scripts/apps/gnome-panel/*.py
-%{py3_sitescriptdir}/orca/scripts/apps/gnome-panel/__pycache__
-%dir %{py3_sitescriptdir}/orca/scripts/apps/gnome-screensaver-dialog
-%{py3_sitescriptdir}/orca/scripts/apps/gnome-screensaver-dialog/*.py
-%{py3_sitescriptdir}/orca/scripts/apps/gnome-screensaver-dialog/__pycache__
-%dir %{py3_sitescriptdir}/orca/scripts/apps/gnome-search-tool
-%{py3_sitescriptdir}/orca/scripts/apps/gnome-search-tool/*.py
-%{py3_sitescriptdir}/orca/scripts/apps/gnome-search-tool/__pycache__
 %dir %{py3_sitescriptdir}/orca/scripts/apps/gnome-shell
 %{py3_sitescriptdir}/orca/scripts/apps/gnome-shell/*.py
 %{py3_sitescriptdir}/orca/scripts/apps/gnome-shell/__pycache__
-%dir %{py3_sitescriptdir}/orca/scripts/apps/gnome-window-properties
-%{py3_sitescriptdir}/orca/scripts/apps/gnome-window-properties/*.py
-%{py3_sitescriptdir}/orca/scripts/apps/gnome-window-properties/__pycache__
 %dir %{py3_sitescriptdir}/orca/scripts/apps/kwin
 %{py3_sitescriptdir}/orca/scripts/apps/kwin/*.py
 %{py3_sitescriptdir}/orca/scripts/apps/kwin/__pycache__
@@ -179,9 +153,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py3_sitescriptdir}/orca/scripts/apps/pidgin
 %{py3_sitescriptdir}/orca/scripts/apps/pidgin/*.py
 %{py3_sitescriptdir}/orca/scripts/apps/pidgin/__pycache__
-%dir %{py3_sitescriptdir}/orca/scripts/apps/rhythmbox
-%{py3_sitescriptdir}/orca/scripts/apps/rhythmbox/*.py
-%{py3_sitescriptdir}/orca/scripts/apps/rhythmbox/__pycache__
 %dir %{py3_sitescriptdir}/orca/scripts/apps/smuxi-frontend-gnome
 %{py3_sitescriptdir}/orca/scrip

DISTFILES: orca: orca-45.1.tar.xz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/orca/45/orca-45.1.tar.xz
08986330d478d103d89f913a705f4c52  orca-45.1.tar.xz
Size: 3966196 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/sushi] - updated to 45.0

2023-10-29 Thread qboosh
commit 7c69128c5f10e2c489c21df6d200e88e880a24a1
Author: Jakub Bogusz 
Date:   Sun Oct 29 20:50:27 2023 +0100

- updated to 45.0

 sushi.spec | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/sushi.spec b/sushi.spec
index 3c06224..b3840ac 100644
--- a/sushi.spec
+++ b/sushi.spec
@@ -1,12 +1,12 @@
 Summary:   A quick previewer for Nautilus
 Summary(pl.UTF-8): Szybki podgląd dla Nautilusa
 Name:  sushi
-Version:   44.2
-Release:   2
+Version:   45.0
+Release:   1
 License:   GPL v2+ with GStreamer plugins exception
 Group: X11/Applications
-Source0:   
https://download.gnome.org/sources/sushi/44/%{name}-%{version}.tar.xz
-# Source0-md5: ca61517e2f7878eb37e111b64b4001c3
+Source0:   
https://download.gnome.org/sources/sushi/45/%{name}-%{version}.tar.xz
+# Source0-md5: 556d3aa2e8c69b8da3b0cf672546869b
 URL:   https://wiki.gnome.org/ThreePointOne/Features/FilePreviewing
 BuildRequires: evince-devel >= 3.2.0
 BuildRequires: freetype-devel >= 2
@@ -18,7 +18,7 @@ BuildRequires:gobject-introspection-devel >= 0.10.0
 BuildRequires: gstreamer-devel >= 1.0.0
 BuildRequires: gstreamer-plugins-base-devel >= 1.0.0
 BuildRequires: gtk+3-devel >= 3.22.0
-BuildRequires: gtk-webkit4.1-devel
+BuildRequires: gtk-webkit4.1-devel >= 2.34
 BuildRequires: gtksourceview4-devel >= 4.0.3
 BuildRequires: harfbuzz-devel >= 0.9.9
 BuildRequires: libepoxy-devel
@@ -32,7 +32,7 @@ Requires: gdk-pixbuf2 >= 2.23.0
 Requires:  gjs >= 1.38.0
 Requires:  glib2 >= 1:2.30.0
 Requires:  gtk+3 >= 3.22.0
-Requires:  gtk-webkit4.1
+Requires:  gtk-webkit4.1 >= 2.34
 Requires:  gtksourceview4 >= 4.0.3
 Requires:  harfbuzz >= 0.9.9
 Obsoletes: sushi-devel < 3.6.0
@@ -70,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 # COPYING contains exception text
-%doc AUTHORS COPYING NEWS README TODO
+%doc AUTHORS COPYING NEWS README.md TODO
 %attr(755,root,root) %{_bindir}/sushi
 %attr(755,root,root) %{_libexecdir}/org.gnome.NautilusPreviewer
 %dir %{_libdir}/sushi


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sushi.git/commitdiff/7c69128c5f10e2c489c21df6d200e88e880a24a1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: sushi: sushi-45.0.tar.xz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/sushi/45/sushi-45.0.tar.xz
556d3aa2e8c69b8da3b0cf672546869b  sushi-45.0.tar.xz
Size: 83404 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-test-server] - python2 comment

2023-10-29 Thread qboosh
commit f670790f2c714fd0be18dda3d116ba665b1e5c40
Author: Jakub Bogusz 
Date:   Sun Oct 29 21:01:36 2023 +0100

- python2 comment

 python-test-server.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/python-test-server.spec b/python-test-server.spec
index b90c91d..f211b2d 100644
--- a/python-test-server.spec
+++ b/python-test-server.spec
@@ -7,6 +7,7 @@
 Summary:   Server to test HTTP clients
 Summary(pl.UTF-8): Serwer do testówania klientów HTTP
 Name:  python-test-server
+# keep 0.0.31 here for python2 support
 Version:   0.0.31
 Release:   7
 License:   MIT


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-test-server.git/commitdiff/f670790f2c714fd0be18dda3d116ba665b1e5c40

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-websocket-client] - updated to 0.59.0; LGPL again

2023-10-29 Thread qboosh
commit f5d95c36c4b959a9f4d9db21809cf2729d3047f6
Author: Jakub Bogusz 
Date:   Sun Oct 29 21:25:39 2023 +0100

- updated to 0.59.0; LGPL again

 python-websocket-client.spec | 71 
 1 file changed, 45 insertions(+), 26 deletions(-)
---
diff --git a/python-websocket-client.spec b/python-websocket-client.spec
index aac0e3c..b9764e0 100644
--- a/python-websocket-client.spec
+++ b/python-websocket-client.spec
@@ -1,61 +1,80 @@
 #
 # Conditional build:
-%bcond_without tests   # do not perform "make test"
+%bcond_without tests   # unit tests
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
 %definemodule  websocket-client
 Summary:   WebSocket client for Python
+Summary(pl.UTF-8): Klient Webocket dla Pythona
+# keep 0.x here for python2 support
 Name:  python-%{module}
-Version:   0.54.0
-Release:   5
-License:   BSD
-Group: Development/Libraries
-Source0:   
https://pypi.python.org/packages/source/w/websocket-client/websocket_client-%{version}.tar.gz
-# Source0-md5: 386d62d389cdc811fb85ed571924f0ae
-URL:   https://pypi.python.org/pypi/websocket-client
+Version:   0.59.0
+Release:   1
+License:   LGPL v2.1+
+Group: Libraries/Python
+Source0:   
https://files.pythonhosted.org/packages/source/w/websocket-client/%{module}-%{version}.tar.gz
+# Source0-md5: 19ccf9abcd151b30975e7b52bfd02760
+URL:   https://pypi.org/project/websocket-client/
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.710
+BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
-BuildRequires: python
+BuildRequires: python >= 1:2.7.10
 BuildRequires: python-setuptools
 %if %{with tests}
+BuildRequires: python-PySocks
 BuildRequires: python-backports-ssl_match_hostname
 BuildRequires: python-six
 %endif
 %endif
 %if %{with python3}
-BuildRequires: python3
+BuildRequires: python3 >= 1:3.4
 BuildRequires: python3-setuptools
 %if %{with tests}
+BuildRequires: python3-PySocks
 BuildRequires: python3-six
 %endif
 %endif
-Requires:  python-six
+Requires:  python-modules >= 1:2.7.10
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-python-websocket-client module is WebSocket client for Python. This
+Python websocket-client module is WebSocket client for Python. This
 provides the low level APIs for WebSocket. All APIs are the
 synchronous functions.
 
-python-websocket-client supports only hybi-13.
+This module supports only hybi-13.
+
+%description -l pl.UTF-8
+Moduł Pythona websocket-client to klient WebSocket dla Pythona.
+Udostępnia niskopoziomowe API WebSocket. Wszystkie API to funkcje
+synchroniczne.
+
+Ten moduł obsługuje tylko hybi-13.
 
 %package -n python3-websocket-client
-Summary:   WebSocket client for python
+Summary:   WebSocket client for Python
+Summary(pl.UTF-8): Klient Webocket dla Pythona
 Group: Development/Libraries
-Requires:  python3-six
+Requires:  python3-modules >= 1:3.4
 
 %description -n python3-websocket-client
-python-websocket-client module is WebSocket client for Python. This
+Python websocket-client module is WebSocket client for Python. This
 provides the low level APIs for WebSocket. All APIs are the
 synchronous functions.
 
-python-websocket-client supports only hybi-13.
+This module supports only hybi-13.
+
+%description -n python3-websocket-client -l pl.UTF-8
+Moduł Pythona websocket-client to klient WebSocket dla Pythona.
+Udostępnia niskopoziomowe API WebSocket. Wszystkie API to funkcje
+synchroniczne.
+
+Ten moduł obsługuje tylko hybi-13.
 
 %prep
-%setup -q -n websocket_client-%{version}
+%setup -q -n %{module}-%{version}
 
 %build
 %if %{with python3}
@@ -71,20 +90,20 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python3}
 %py3_install
 
-mv $RPM_BUILD_ROOT%{_bindir}/{wsdump.py,wsdump-%{py3_ver}}
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/{wsdump.py,wsdump-%{py3_ver}}
 
 # remove tests that got installed into the buildroot
-rm -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/websocket/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/websocket/tests
 %endif
 
 %if %{with python2}
 %py_install
-%py_postclean
 
-mv $RPM_BUILD_ROOT%{_bindir}/{wsdump.py,wsdump-%{py_ver}}
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/{wsdump.py,wsdump-%{py_ver}}
 
+%py_postclean
 # remove tests that got installed into the buildroot
-rm -r $RPM_BUILD_ROOT%{py_sitescriptdir}/websocket/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/websocket/tests
 %endif
 
 %clean
@@ -93,7 +112,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
 %files
 %defattr(644,root,root,755)
-%doc README.rst LICENSE
+%doc ChangeLog README.md
 %attr(755,root,root) %{_bindir}/wsdump-%{py_ver}
 %dir %{py_sitescriptdir}/websocket
 %{py_sitescriptdir}/websocket/*.py[co]
@@ -103,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python3}
 %files -n python3-websocket-client
 %defattr(644,root,root,755)
-%doc README.

DISTFILES: python-websocket-client: websocket-client-0.59.0.tar.gz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/w/websocket-client/websocket-client-0.59.0.tar.gz
19ccf9abcd151b30975e7b52bfd02760  websocket-client-0.59.0.tar.gz
Size: 57897 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gnome-calculator] - updated to 45.0.2

2023-10-29 Thread qboosh
commit 5016bcd634cd7bb4d47c3ed63d5fab6da22d408f
Author: Jakub Bogusz 
Date:   Sun Oct 29 21:26:36 2023 +0100

- updated to 45.0.2

 gnome-calculator-no-update.patch |  8 
 gnome-calculator.spec| 10 +-
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/gnome-calculator.spec b/gnome-calculator.spec
index cf82e67..9b716dd 100644
--- a/gnome-calculator.spec
+++ b/gnome-calculator.spec
@@ -1,12 +1,12 @@
 Summary:   GNOME calculator
 Summary(pl.UTF-8): Kalkulator dla GNOME
 Name:  gnome-calculator
-Version:   44.0
+Version:   45.0.2
 Release:   1
 License:   GPL v3+
 Group: X11/Applications
-Source0:   
https://download.gnome.org/sources/gnome-calculator/44/%{name}-%{version}.tar.xz
-# Source0-md5: f5e2d3f5f2b08bf7a234e3e3147a8c79
+Source0:   
https://download.gnome.org/sources/gnome-calculator/45/%{name}-%{version}.tar.xz
+# Source0-md5: cd6a59eb2b34be4c75dab07258cc6e47
 Patch0:%{name}-gci.patch
 Patch1:%{name}-no-update.patch
 URL:   https://wiki.gnome.org/Apps/Calculator
@@ -16,7 +16,7 @@ BuildRequires:glib2-devel >= 1:2.50
 BuildRequires: gobject-introspection-devel
 BuildRequires: gtk4-devel >= 4.4.1
 BuildRequires: gtksourceview5-devel >= 5.3.0
-BuildRequires: libadwaita-devel >= 1.2
+BuildRequires: libadwaita-devel >= 1.4
 BuildRequires: libgee-devel >= 0.20.0
 BuildRequires: libmpc-devel
 BuildRequires: libsoup3-devel >= 3.0
@@ -41,7 +41,7 @@ Requires: dconf
 Requires:  gtk4 >= 4.4.1
 Requires:  gtksourceview5 >= 5.3.0
 Requires:  hicolor-icon-theme
-Requires:  libadwaita >= 1.2
+Requires:  libadwaita >= 1.4
 Requires:  libgcalc = %{version}-%{release}
 Requires:  libsoup3 >= 3.0
 Provides:  gcalctool = 6.6.3-1
diff --git a/gnome-calculator-no-update.patch b/gnome-calculator-no-update.patch
index 23c2d5c..c414bd5 100644
--- a/gnome-calculator-no-update.patch
+++ b/gnome-calculator-no-update.patch
@@ -1,6 +1,6 @@
 gnome-calculator-43.0.1/meson.build.orig   2023-05-14 18:22:05.311253550 
+0200
-+++ gnome-calculator-43.0.1/meson.build2023-05-14 18:22:47.717690482 
+0200
-@@ -96,12 +96,6 @@ if get_option('gci') and get_option('gca
+--- gnome-calculator-45.0.2/meson.build.orig   2023-10-29 20:54:56.491369790 
+0100
 gnome-calculator-45.0.2/meson.build2023-10-29 20:55:42.561120209 
+0100
+@@ -96,12 +96,6 @@ subdir('gci')
  endif
  
  if get_option('app')
@@ -10,6 +10,6 @@
 -  gtk_update_icon_cache: true,
 -)
 -
- libadwaita = dependency('libadwaita-1', version: '>= 1.2.alpha')
+ libadwaita = dependency('libadwaita-1', version: '>= 1.4.alpha')
  gtksourceview = dependency('gtksourceview-5', version: '>= 5.3.0')
  subdir('data')


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-calculator.git/commitdiff/5016bcd634cd7bb4d47c3ed63d5fab6da22d408f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-calculator: gnome-calculator-45.0.2.tar.xz

2023-10-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://download.gnome.org/sources/gnome-calculator/45/gnome-calculator-45.0.2.tar.xz
cd6a59eb2b34be4c75dab07258cc6e47  gnome-calculator-45.0.2.tar.xz
Size: 1100744 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/CEGUI] Release 9 (by relup.sh)

2023-10-29 Thread baggins
commit dd69c96669d7bd4a804953626c9262069e46f113
Author: Jan Rękorajski 
Date:   Sun Oct 29 21:45:48 2023 +0100

Release 9 (by relup.sh)

 CEGUI.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/CEGUI.spec b/CEGUI.spec
index 03f8c7e..1a3bee0 100644
--- a/CEGUI.spec
+++ b/CEGUI.spec
@@ -10,7 +10,7 @@ Summary:  CEGUI - a free library providing windowing and 
widgets
 Summary(pl.UTF-8): CEGUI - wolnodostępna biblioteka zapewniającą okienka i 
widgety
 Name:  CEGUI
 Version:   0.8.7
-Release:   8
+Release:   9
 License:   LGPL v2.1+ (with MIT parts)
 Group: Libraries
 Source0:   
http://downloads.sourceforge.net/crayzedsgui/cegui-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/CEGUI.git/commitdiff/dd69c96669d7bd4a804953626c9262069e46f113

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/vcmi] - remove unsupported icons dir, rel 2

2023-10-29 Thread baggins
commit 36b5b16dae6e18f596bfcbe8806ed5c9628b0be7
Author: Jan Rękorajski 
Date:   Sun Oct 29 21:50:57 2023 +0100

- remove unsupported icons dir, rel 2

 vcmi.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/vcmi.spec b/vcmi.spec
index 7307533..d144988 100644
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -11,7 +11,7 @@ Summary:  "Heroes 3: WoG recreated
 Summary(pl.UTF-8): Gra "Heroes 3: WoG" stworzona od nowa
 Name:  vcmi
 Version:   1.3.0
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications/Games
 Source0:   
https://github.com/vcmi/vcmi/archive/%{version}/%{name}-%{version}.tar.gz
@@ -78,6 +78,8 @@ install -d $RPM_BUILD_ROOT%{_datadir}/%{name} \
 %{__make} -C build install \
DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} -r $RPM_BUILD_ROOT%{_iconsdir}/hicolor/2048x2048
+
 %{__unzip} -o %{SOURCE1} -d $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vcmi.git/commitdiff/36b5b16dae6e18f596bfcbe8806ed5c9628b0be7

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gimp] Release 2 (by relup.sh)

2023-10-29 Thread baggins
commit ab4b2138bd30b5e7c67474f1eeb9d8a4897bd7b1
Author: Jan Rękorajski 
Date:   Mon Oct 30 00:08:13 2023 +0100

Release 2 (by relup.sh)

 gimp.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gimp.spec b/gimp.spec
index 7cb2de1..9eac383 100644
--- a/gimp.spec
+++ b/gimp.spec
@@ -23,7 +23,7 @@ Summary(zh_CN.UTF-8): [图像]GNU图象处理工具
 Summary(zh_TW.UTF-8):  [圖像]GNU圖象處理工具
 Name:  gimp
 Version:   2.10.34
-Release:   1
+Release:   2
 Epoch: 1
 License:   GPL v3+
 Group: X11/Applications/Graphics


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gimp.git/commitdiff/ab4b2138bd30b5e7c67474f1eeb9d8a4897bd7b1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/tesseract] BR: asciidoc libxslt-progs for man pages

2023-10-29 Thread atler
commit 2f7552fd0e8a76ce4eb56489c535f03b2c48b416
Author: Jan Palus 
Date:   Sun Oct 29 23:23:49 2023 +0100

BR: asciidoc libxslt-progs for man pages

 tesseract.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/tesseract.spec b/tesseract.spec
index 883a63b..89eff95 100644
--- a/tesseract.spec
+++ b/tesseract.spec
@@ -16,6 +16,7 @@ Source0:  
https://github.com/tesseract-ocr/tesseract/archive/%{version}/%{name}-%
 # Source0-md5: 39c2d8d7a3efa2265f8fcf4f27f76652
 URL:   https://github.com/tesseract-ocr/
 %{?with_opencl:BuildRequires:  OpenCL-devel}
+BuildRequires: asciidoc
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake
 BuildRequires: cairo-devel
@@ -27,6 +28,7 @@ BuildRequires:libicu-devel >= 52.1
 BuildRequires: libstdc++-devel >= 6:7
 BuildRequires: libtiff-devel
 BuildRequires: libtool >= 2:2
+BuildRequires: libxslt-progs
 BuildRequires: pango-devel >= 1:1.38.0
 Requires:  leptonlib >= 1.74
 Suggests:  tesseract-data >= 3


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tesseract.git/commitdiff/2f7552fd0e8a76ce4eb56489c535f03b2c48b416

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit