DISTFILES: skype: skypeforlinux_8.105.0.214_amd64.deb
Request by: atler Files fetched: 1 STORED: https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.105.0.214_amd64.deb eb88ef9292fed70a13d7bd7cc9ab59be skypeforlinux_8.105.0.214_amd64.deb Size: 121428116 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/skype] up to 8.105.0.214
commit 0824d6c9c3ed6d92312ded187c5042260165e362 Author: Jan Palus Date: Wed Oct 11 23:38:49 2023 +0200 up to 8.105.0.214 skype.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/skype.spec b/skype.spec index 6a6a34c..08e9634 100644 --- a/skype.spec +++ b/skype.spec @@ -1,7 +1,7 @@ Summary: p2p VoIP application Summary(pl.UTF-8): Aplikacja VoIP p2p Name: skype -Version: 8.105.0.208 +Version: 8.105.0.214 Release: 1 Epoch: 1 # http://www.skype.com/company/legal/promote/distributionterms.html @@ -9,7 +9,7 @@ Epoch: 1 License: Commercial, redistributable (see LICENSE) Group: Applications/Communications Source0: https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_%{version}_amd64.deb -# Source0-md5: 3f59d26c3b630e3c8fdc0f4a4ca961d4 +# Source0-md5: eb88ef9292fed70a13d7bd7cc9ab59be Patch0:%{name}-desktop.patch URL: https://www.skype.com/ BuildRequires: tar >= 1:1.22 gitweb: http://git.pld-linux.org/gitweb.cgi/packages/skype.git/commitdiff/0824d6c9c3ed6d92312ded187c5042260165e362 ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
DISTFILES: luajit: luajit-2.1.0-20231008.tar.xz
Request by: atler Files fetched: 1 STORED: no-url://luajit-2.1.0-20231008.tar.xz fe5b266c010ffa72a2c327c23544d92a luajit-2.1.0-20231008.tar.xz Size: 72 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/luajit] up to 20231008 snap
commit c7f67ef07463ab08d725e793529d2167ca6609bf Author: Jan Palus Date: Wed Oct 11 23:31:39 2023 +0200 up to 20231008 snap config.patch | 16 luajit.spec | 10 ++ 2 files changed, 14 insertions(+), 12 deletions(-) --- diff --git a/luajit.spec b/luajit.spec index 984a85d..a127712 100644 --- a/luajit.spec +++ b/luajit.spec @@ -1,7 +1,9 @@ # TODO # - x32 not supported by upstream: http://www.freelists.org/post/luajit/Building-luajit202-on-x32,1 -%definesnap20230712 +%definesnap20231008 +# git show -s --format=%ct +%definerolling_ver 1696795921 Summary: Just-in-Time compiler for Lua Summary(pl.UTF-8): Kompilator JIT dla języka Lua Name: luajit @@ -11,7 +13,7 @@ License: MIT Group: Libraries # Source0Download: http://luajit.org/download.html Source0: %{name}-%{version}-%{snap}.tar.xz -# Source0-md5: 5923912a8c25122549aaacfaa9644ed1 +# Source0-md5: fe5b266c010ffa72a2c327c23544d92a Patch0:config.patch URL: http://luajit.org/ BuildRequires: sed >= 4.0 @@ -73,6 +75,8 @@ Statyczna biblioteka LuaJIT. # preserve timestamps sed -i -e '/install -m/s/-m/-p -m/' Makefile +echo %{rolling_ver} > .relver + %build # Q= - enable verbose output # E= @: - disable @echo messages @@ -109,8 +113,6 @@ install -d $RPM_BUILD_ROOT%{_libdir}/luajit/%{luajit_abi} INSTALL_PKGCONFIG=$RPM_BUILD_ROOT%{_pkgconfigdir} \ LDCONFIG="/sbin/ldconfig -n" -ln -s luajit-%{version} $RPM_BUILD_ROOT%{_bindir}/luajit - %clean rm -rf $RPM_BUILD_ROOT diff --git a/config.patch b/config.patch index 92a0cd7..dbbc9a1 100644 --- a/config.patch +++ b/config.patch @@ -2,21 +2,21 @@ diff -ur LuaJIT.orig/Makefile LuaJIT/Makefile --- LuaJIT.orig/Makefile 2022-05-01 14:24:18.62252 +0200 +++ LuaJIT/Makefile2022-05-01 14:40:11.423331452 +0200 @@ -35,7 +35,7 @@ - INSTALL_DEFINC= $(DPREFIX)/include/luajit-$(MAJVER).$(MINVER) + INSTALL_DEFINC= $(DPREFIX)/include/luajit-$(MMVERSION) INSTALL_INC= $(INSTALL_DEFINC) --INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(VERSION) -+INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit/$(MAJVER).$(MINVER) +-INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(MMVERSION) ++INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit/$(MMVERSION) INSTALL_JITLIB= $(INSTALL_LJLIBD)/jit INSTALL_LMODD= $(INSTALL_SHARE)/lua INSTALL_LMOD= $(INSTALL_LMODD)/$(ABIVER) @@ -77,7 +77,8 @@ - UNINSTALL= $(RM) LDCONFIG= ldconfig -n 2>/dev/null SED_PC= sed -e "s|^prefix=.*|prefix=$(PREFIX)|" \ ---e "s|^multilib=.*|multilib=$(MULTILIB)|" -+-e "s|^multilib=.*|multilib=$(MULTILIB)|" \ -+-e "s|^version=.*|version=$(VERSION)|" + -e "s|^multilib=.*|multilib=$(MULTILIB)|" \ +- -e "s|^relver=.*|relver=$(RELVER)|" ++ -e "s|^relver=.*|relver=$(RELVER)|" \ ++ -e "s|^version=.*|version=$(VERSION)|" ifneq ($(INSTALL_DEFINC),$(INSTALL_INC)) SED_PC+= -e "s|^includedir=.*|includedir=$(INSTALL_INC)|" endif @@ -27,7 +27,7 @@ diff -ur LuaJIT.orig/src/luaconf.h LuaJIT/src/luaconf.h #endif #define LUA_LROOT "/usr/local" #define LUA_LUADIR"/lua/5.1/" --#define LUA_LJDIR "/luajit-2.1.0-beta3/" +-#define LUA_LJDIR "/luajit-2.1/" +#define LUA_LJDIR "/luajit/" MAJVER "." MINVER "/" #ifdef LUA_ROOT gitweb: http://git.pld-linux.org/gitweb.cgi/packages/luajit.git/commitdiff/c7f67ef07463ab08d725e793529d2167ca6609bf ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
[packages/google-chrome] - Upto 118.0.5993.70.
commit d1498b8333f6c0e32c9451c442eb20e8e38b5af8 Author: Łukasz Maśko Date: Wed Oct 11 23:04:35 2023 +0200 - Upto 118.0.5993.70. google-chrome.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/google-chrome.spec b/google-chrome.spec index 050f769..3115b42 100644 --- a/google-chrome.spec +++ b/google-chrome.spec @@ -10,12 +10,12 @@ %endif Summary: Google Chrome Name: google-chrome%{?gcsuffix} -Version: 117.0.5938.149 +Version: 118.0.5993.70 Release: 1 License: Multiple, see http://chrome.google.com/ Group: Applications/Networking Source0: http://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-%{state}-%{version}-%{release}.x86_64.rpm -# NoSource0-md5: 34ebe17d75d8caba39d77b9d1f77b925 +# NoSource0-md5: 58cbc92589929ad7cdf3ecad59eb64d5 NoSource: 0 Source1: google-chrome.sh Source2: find-lang.sh gitweb: http://git.pld-linux.org/gitweb.cgi/packages/google-chrome.git/commitdiff/d1498b8333f6c0e32c9451c442eb20e8e38b5af8 ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
[packages/ImageMagick] run tests
commit b38994dd60efc5a0294e6310b405e2a5d18a46c1 Author: Arkadiusz Miśkiewicz Date: Wed Oct 11 22:37:00 2023 +0200 run tests ImageMagick.spec | 3 +++ 1 file changed, 3 insertions(+) --- diff --git a/ImageMagick.spec b/ImageMagick.spec index 735d420..45c7c21 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -3,6 +3,7 @@ # https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=26801 # # Conditional build: +%bcond_without tests # - features: %bcond_without cxx # Magick++ library %bcond_without opencl # OpenCL computing support @@ -800,6 +801,8 @@ touch www/Magick++/NEWS.html www/Magick++/ChangeLog.html %{__make} -j1 %{__sed} -i -e 's,/%{name}-%{ver}/,/%{name}-doc-%{version}/,' utilities/*.1 +%{?with_tests:%{__make} check} + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-perl-%{version} gitweb: http://git.pld-linux.org/gitweb.cgi/packages/ImageMagick.git/commitdiff/b38994dd60efc5a0294e6310b405e2a5d18a46c1 ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
DISTFILES: foot: 1.16.0.tar.gz
Request by: atler Files fetched: 1 STORED: https://codeberg.org/dnkl/foot/archive/1.16.0.tar.gz a2ca490cff17a6f829241c575cecddc0 1.16.0.tar.gz Size: 529634 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/foot] up to 1.16.0
commit eab3b51eb6c52634e86138cc33c415a686fccae7 Author: Jan Palus Date: Wed Oct 11 21:54:41 2023 +0200 up to 1.16.0 foot.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/foot.spec b/foot.spec index 929d81d..21199f7 100644 --- a/foot.spec +++ b/foot.spec @@ -4,12 +4,12 @@ Summary: A fast, lightweight and minimalistic Wayland terminal emulator Name: foot -Version: 1.15.3 +Version: 1.16.0 Release: 1 License: MIT Group: Applications/Terminal Source0: https://codeberg.org/dnkl/foot/archive/%{version}.tar.gz -# Source0-md5: a5dd0c558eaf5bd6ff139e33d2b46a0b +# Source0-md5: a2ca490cff17a6f829241c575cecddc0 Patch0:x32.patch URL: https://codeberg.org/dnkl/foot/ BuildRequires: fcft-devel < 4.0.0 gitweb: http://git.pld-linux.org/gitweb.cgi/packages/foot.git/commitdiff/eab3b51eb6c52634e86138cc33c415a686fccae7 ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
DISTFILES: python3-watchdog: watchdog-2.3.1.tar.gz
Request by: qboosh Files fetched: 1 STORED: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-2.3.1.tar.gz a1c410a91204340adfb231a4909f70d1 watchdog-2.3.1.tar.gz Size: 123140 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-watchdog] - new
commit 8dcdd81ebe6d259ce8f568ced35aa0449572330f Author: Jakub Bogusz Date: Wed Oct 11 21:10:31 2023 +0200 - new python3-watchdog.spec | 97 +++ 1 file changed, 97 insertions(+) --- diff --git a/python3-watchdog.spec b/python3-watchdog.spec new file mode 100644 index 000..15927b9 --- /dev/null +++ b/python3-watchdog.spec @@ -0,0 +1,97 @@ +# +# Conditional build: +%bcond_without doc # Sphinx documentation +%bcond_without tests # unit tests +%bcond_without python2 # CPython 2.x module +%bcond_withpython3 # CPython 3.x module + +Summary: Python API and shell utilities to monitor file system events +Summary(pl.UTF-8): API pythonowe i narzędzia powłoki do monitorowania zdarzeń systemu plików +Name: python3-watchdog +Version: 2.3.1 +Release: 1 +License: Apache v2.0 +Group: Libraries/Python +#Source0Download: https://pypi.org/simple/watchdog/ +Source0: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz +# Source0-md5: a1c410a91204340adfb231a4909f70d1 +URL: https://pypi.org/project/watchdog/ +BuildRequires: python3-modules >= 1:3.6 +BuildRequires: python3-setuptools +%if %{with tests} +BuildRequires: python3-PyYAML >= 3.10 +BuildRequires: python3-eventlet +BuildRequires: python3-pytest +BuildRequires: python3-pytest-cov +BuildRequires: python3-pytest-timeout +%endif +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.714 +%if %{with doc} +BuildRequires: sphinx-pdg-3 +%endif +Requires: python3-modules >= 1:3.6 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Python API and shell utilities to monitor file system events. + +%description -l pl.UTF-8 +API pythonowe i narzędzia powłoki do monitorowania zdarzeń systemu +plików. + +%package apidocs +Summary: API documentation for Python watchdog module +Summary(pl.UTF-8): Dokumentacja API modułu Pythona watchdog +Group: Documentation + +%description apidocs +API documentation for Python watchdog module. + +%description apidocs -l pl.UTF-8 +Dokumentacja API modułu Pythona watchdog. + +%prep +%setup -q -n watchdog-%{version} + +%build +%py3_build + +%if %{with tests} +PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ +PYTEST_PLUGINS=pytest_cov.plugin,pytest_timeout \ +PYTHONPATH=$(pwd)/src \ +%{__python3} -m pytest tests -k 'not test_unmount_watched_directory_filesystem' +# disabled test uses sudo for mount/umount +%endif + +%if %{with doc} +%{__make} -C docs html \ + SPHINXBUILD=sphinx-build-3 +%endif + +%install +rm -rf $RPM_BUILD_ROOT + +%py3_install + +%{__mv} $RPM_BUILD_ROOT%{_bindir}/watchmedo{,-3} +ln -sf watchmedo-3 $RPM_BUILD_ROOT%{_bindir}/watchmedo + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING README.rst +%attr(755,root,root) %{_bindir}/watchmedo +%attr(755,root,root) %{_bindir}/watchmedo-3 +%{py3_sitescriptdir}/watchdog +%{py3_sitescriptdir}/watchdog-%{version}-py*.egg-info + +%if %{with doc} +%files apidocs +%defattr(644,root,root,755) +%doc docs/build/html/{_modules,_static,*.html,*.js} +%endif gitweb: http://git.pld-linux.org/gitweb.cgi/packages/python3-watchdog.git/commitdiff/8dcdd81ebe6d259ce8f568ced35aa0449572330f ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
[packages/python3-watchdog] Created branch master
The branch 'master' was created. Summary of new commits: 8dcdd81... - new ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
DISTFILES: python-watchdog: watchdog-0.10.7.tar.gz
Request by: qboosh Files fetched: 1 STORED: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-0.10.7.tar.gz 2fc0058a2479615392d3a5dc73c18866 watchdog-0.10.7.tar.gz Size: 102622 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-watchdog] - new
commit 779136b69216e613dfd41e35159c2c1ae8ca94b2 Author: Jakub Bogusz Date: Wed Oct 11 21:09:12 2023 +0200 - new python-watchdog.spec | 99 1 file changed, 99 insertions(+) --- diff --git a/python-watchdog.spec b/python-watchdog.spec new file mode 100644 index 000..2763155 --- /dev/null +++ b/python-watchdog.spec @@ -0,0 +1,99 @@ +# +# Conditional build: +%bcond_without doc # Sphinx documentation +%bcond_without tests # unit tests + +Summary: Python API and shell utilities to monitor file system events +Summary(pl.UTF-8): API pythonowe i narzędzia powłoki do monitorowania zdarzeń systemu plików +Name: python-watchdog +# keep 0.x here for python3 support +Version: 0.10.7 +Release: 1 +License: Apache v2.0 +Group: Libraries/Python +#Source0Download: https://pypi.org/simple/watchdog/ +Source0: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz +# Source0-md5: 2fc0058a2479615392d3a5dc73c18866 +Patch0:watchdog-warnings.patch +URL: https://pypi.org/project/watchdog/ +BuildRequires: python-modules >= 1:2.7 +BuildRequires: python-setuptools +%if %{with tests} +BuildRequires: python-PyYAML >= 3.10 +BuildRequires: python-argh +BuildRequires: python-pathtools >= 0.1.1 +BuildRequires: python-pytest +BuildRequires: python-pytest-cov +%endif +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.714 +%if %{with doc} +BuildRequires: python-pathtools >= 0.1.1 +BuildRequires: sphinx-pdg-2 +%endif +Requires: python-modules >= 1:2.7 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Python API and shell utilities to monitor file system events. + +%description -l pl.UTF-8 +API pythonowe i narzędzia powłoki do monitorowania zdarzeń systemu +plików. + +%package apidocs +Summary: API documentation for Python watchdog module +Summary(pl.UTF-8): Dokumentacja API modułu Pythona watchdog +Group: Documentation + +%description apidocs +API documentation for Python watchdog module. + +%description apidocs -l pl.UTF-8 +Dokumentacja API modułu Pythona watchdog. + +%prep +%setup -q -n watchdog-%{version} +%patch0 -p1 + +%build +%py_build + +%if %{with tests} +LC_ALL=C.UTF-8 \ +PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ +PYTEST_PLUGINS=pytest_cov.plugin \ +PYTHONPATH=$(pwd)/src \ +%{__python} -m pytest tests +%endif + +%if %{with doc} +%{__make} -C docs html \ + SPHINXBUILD=sphinx-build-2 +%endif + +%install +rm -rf $RPM_BUILD_ROOT + +%py_install + +%py_postclean + +%{__mv} $RPM_BUILD_ROOT%{_bindir}/watchmedo{,-2} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING README.rst +%attr(755,root,root) %{_bindir}/watchmedo-2 +%{py_sitescriptdir}/watchdog +%{py_sitescriptdir}/watchdog-%{version}-py*.egg-info + +%if %{with doc} +%files apidocs +%defattr(644,root,root,755) +%doc docs/build/html/{_modules,_static,*.html,*.js} +%endif gitweb: http://git.pld-linux.org/gitweb.cgi/packages/python-watchdog.git/commitdiff/779136b69216e613dfd41e35159c2c1ae8ca94b2 ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
[packages/python-watchdog] Created branch master
The branch 'master' was created. Summary of new commits: 779136b... - new ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
[packages/meson] add patch to filter out --target for rust proc-macro crate
commit f2046c6dbfa2aee1b32d8ff60d4a04c6365e4a6a Author: Jan Palus Date: Wed Oct 11 21:04:56 2023 +0200 add patch to filter out --target for rust proc-macro crate proc-macro is used directly by a host compiler so during its compilation target should match host triplet see: https://github.com/rust-lang/rust/issues/116562 the easiest way to achieve this is to skip --target entirely as by default it will produce artifact matching host. since meson upstream prefers to use full blown cross-compilation for tiers without host tools: https://github.com/mesonbuild/meson/issues/12353 let's patch meson ourselves for convinience to avoid it meson.spec | 2 ++ rust-proc-macro-filter-out-target.patch | 52 + 2 files changed, 54 insertions(+) --- diff --git a/meson.spec b/meson.spec index 9093a48..588d09f 100644 --- a/meson.spec +++ b/meson.spec @@ -9,6 +9,7 @@ Group: Development/Tools Source0: https://github.com/mesonbuild/meson/releases/download/%{version}/%{name}-%{version}.tar.gz # Source0-md5: 702bfd8b0648521322d3f145a8fc70ea Patch0:%{name}-gtkdocdir.patch +Patch1:rust-proc-macro-filter-out-target.patch URL: https://mesonbuild.com/ BuildRequires: ninja >= 1.8.2 BuildRequires: python3 >= 1:3.7 @@ -54,6 +55,7 @@ Mesona. %prep %setup -q %patch0 -p1 +%patch1 -p1 %{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' \ meson.py diff --git a/rust-proc-macro-filter-out-target.patch b/rust-proc-macro-filter-out-target.patch new file mode 100644 index 000..11d97b4 --- /dev/null +++ b/rust-proc-macro-filter-out-target.patch @@ -0,0 +1,52 @@ +From ace34a0d5e4d27f0eb4e0b6f756e10dfd04e1ff9 Mon Sep 17 00:00:00 2001 +From: Jan Palus +Date: Wed, 11 Oct 2023 19:40:48 +0200 +Subject: [PATCH] rust: filter out --target for proc-macro crate + +proc-macro is used directly by a host compiler so during its compilation +target should match host triplet see: + +https://github.com/rust-lang/rust/issues/116562 + +the easiest way to achieve this is to skip --target entirely as by +default it will produce artifact matching host. + +since meson upstream prefers to use full blown cross-compilation for +tiers without host tools: + +https://github.com/mesonbuild/meson/issues/12353 + +let's patch meson ourselves for convinience to avoid it +--- + mesonbuild/backend/backends.py | 15 +++ + 1 file changed, 15 insertions(+) + +diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py +index 73741a441..191db485d 100644 +--- a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py +@@ -1064,6 +1064,21 @@ class Backend: + for lt in chain(target.link_targets, target.link_whole_targets): + priv_dir = self.get_target_private_dir(lt) + commands += compiler.get_include_args(priv_dir, False) ++# filter out --target arguments for host only proc-macro crate ++if compiler.language == 'rust' and hasattr(target, 'rust_crate_type') and target.rust_crate_type == 'proc-macro': ++target_commands = [] ++target_arg = False ++for (i, v) in enumerate(commands): ++if target_arg: ++target_commands.append(i) ++target_arg = False ++elif v == '--target': ++target_commands.append(i) ++target_arg = True ++elif v.startswith('--target='): ++target_commands.append(i) ++for i in reversed(target_commands): ++del commands[i] + return commands + + def build_target_link_arguments(self, compiler: 'Compiler', deps: T.List[build.Target]) -> T.List[str]: +-- +2.42.0 + gitweb: http://git.pld-linux.org/gitweb.cgi/packages/meson.git/commitdiff/f2046c6dbfa2aee1b32d8ff60d4a04c6365e4a6a ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
DISTFILES: python-argh: argh-0.27.2.tar.gz
Request by: qboosh Files fetched: 1 STORED: https://files.pythonhosted.org/packages/source/a/argh/argh-0.27.2.tar.gz 8b14734d9813da553490acd3bf602ebb argh-0.27.2.tar.gz Size: 49200 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-argh] - new
commit cab3b1814515e617d9885d4bfa70647a3f16375f Author: Jakub Bogusz Date: Wed Oct 11 19:45:24 2023 +0200 - new python-argh.spec | 117 +++ 1 file changed, 117 insertions(+) --- diff --git a/python-argh.spec b/python-argh.spec new file mode 100644 index 000..5284db5 --- /dev/null +++ b/python-argh.spec @@ -0,0 +1,117 @@ +# +# Conditional build: +%bcond_without tests # unit tests +%bcond_without python2 # CPython 2.x module +%bcond_without python3 # CPython 3.x module + +Summary: Argh: The Natural CLI +Summary(pl.UTF-8): Argh - naturalna linia poleceń +Name: python-argh +# keep 0.27.x here for python2 support +Version: 0.27.2 +Release: 1 +License: LGPL v3 +Group: Libraries/Python +#Source0Download: https://pypi.org/simple/argh/ +Source0: https://files.pythonhosted.org/packages/source/a/argh/argh-%{version}.tar.gz +# Source0-md5: 8b14734d9813da553490acd3bf602ebb +URL: https://pypi.org/project/argh/ +%if %{with python2} +BuildRequires: python-modules >= 1:2.7 +BuildRequires: python-setuptools +%if %{with tests} +BuildRequires: python-iocapture >= 0.1.2 +BuildRequires: python-mock +BuildRequires: python-pytest >= 2.3.7 +%endif +%endif +%if %{with python3} +BuildRequires: python3-modules >= 1:3.7 +BuildRequires: python3-setuptools +%if %{with tests} +BuildRequires: python3-iocapture >= 0.1.2 +BuildRequires: python3-pytest >= 2.3.7 +%endif +%endif +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.714 +Requires: python-modules >= 1:2.7 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Argh is a smart wrapper for argparse. Argparse is a very powerful +tool; Argh just makes it easy to use. + +%description -l pl.UTF-8 +Argh to inteligentne obudowanie argparse. Argparse to potężne +narzędzie - argh czyni je łatwym w użyciu. + +%package -n python3-argh +Summary: Argh: The Natural CLI +Summary(pl.UTF-8): Argh - naturalna linia poleceń +Group: Libraries/Python +Requires: python3-modules >= 1:3.7 + +%description -n python3-argh +Argh is a smart wrapper for argparse. Argparse is a very powerful +tool; Argh just makes it easy to use. + +%description -n python3-argh -l pl.UTF-8 +Argh to inteligentne obudowanie argparse. Argparse to potężne +narzędzie - argh czyni je łatwym w użyciu. + +%prep +%setup -q -n argh-%{version} + +%build +%if %{with python2} +%py_build + +%if %{with tests} +LC_ALL=C.UTF-8 \ +PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ +%{__python} -m pytest test +%endif +%endif + +%if %{with python3} +%py3_build + +%if %{with tests} +PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ +%{__python3} -m pytest test +%endif +%endif + +%install +rm -rf $RPM_BUILD_ROOT + +%if %{with python2} +%py_install + +%py_postclean +%endif + +%if %{with python3} +%py3_install +%endif + +%clean +rm -rf $RPM_BUILD_ROOT + +%if %{with python2} +%files +%defattr(644,root,root,755) +%doc AUTHORS README.rst +%{py_sitescriptdir}/argh +%{py_sitescriptdir}/argh-%{version}-py*.egg-info +%endif + +%if %{with python3} +%files -n python3-argh +%defattr(644,root,root,755) +%doc AUTHORS README.rst +%{py3_sitescriptdir}/argh +%{py3_sitescriptdir}/argh-%{version}-py*.egg-info +%endif gitweb: http://git.pld-linux.org/gitweb.cgi/packages/python-argh.git/commitdiff/cab3b1814515e617d9885d4bfa70647a3f16375f ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
[packages/python-argh] Created branch master
The branch 'master' was created. Summary of new commits: cab3b18... - new ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
DISTFILES: python-iocapture: iocapture-0.1.2.tar.gz
Request by: qboosh Files fetched: 1 STORED: https://files.pythonhosted.org/packages/source/i/iocapture/iocapture-0.1.2.tar.gz c32650e27e2efa89ac62b88c0a4fe0dc iocapture-0.1.2.tar.gz Size: 12598 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-iocapture] - new
commit 57d6d025436cd3b2939e1640f2c76118f441be81 Author: Jakub Bogusz Date: Wed Oct 11 19:38:49 2023 +0200 - new python-iocapture.spec | 102 ++ 1 file changed, 102 insertions(+) --- diff --git a/python-iocapture.spec b/python-iocapture.spec new file mode 100644 index 000..e6ac2ef --- /dev/null +++ b/python-iocapture.spec @@ -0,0 +1,102 @@ +# +# Conditional build: +%bcond_without python2 # CPython 2.x module +%bcond_without python3 # CPython 3.x module + +Summary: Capture stdout, stderr easily +Summary(pl.UTF-8): Łatwe przechwytywanie stdout, stderr +Name: python-iocapture +Version: 0.1.2 +Release: 1 +License: MIT +Group: Libraries/Python +#Source0Download: https://pypi.org/simple/iocapture/ +Source0: https://files.pythonhosted.org/packages/source/i/iocapture/iocapture-%{version}.tar.gz +# Source0-md5: c32650e27e2efa89ac62b88c0a4fe0dc +URL: https://pypi.org/project/iocapture/ +%if %{with python2} +BuildRequires: python-modules >= 1:2.5 +BuildRequires: python-setuptools +%endif +%if %{with python3} +BuildRequires: python3-modules >= 1:3.2 +BuildRequires: python3-setuptools +%endif +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.714 +Requires: python-modules >= 1:2.5 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Capture stdout, stderr easily. + +%description -l pl.UTF-8 +Łatwe przechwytywanie stdout, stderr. + +%package -n python3-iocapture +Summary: Capture stdout, stderr easily +Summary(pl.UTF-8): Łatwe przechwytywanie stdout, stderr +Group: Libraries/Python +Requires: python3-modules >= 1:3.2 + +%description -n python3-iocapture +Capture stdout, stderr easily. + +%description -n python3-iocapture -l pl.UTF-8 +Łatwe przechwytywanie stdout, stderr. + +%package apidocs +Summary: API documentation for Python iocapture module +Summary(pl.UTF-8): Dokumentacja API modułu Pythona iocapture +Group: Documentation + +%description apidocs +API documentation for Python iocapture module. + +%description apidocs -l pl.UTF-8 +Dokumentacja API modułu Pythona iocapture. + +%prep +%setup -q -n iocapture-%{version} + +%build +%if %{with python2} +%py_build +%endif + +%if %{with python3} +%py3_build +%endif + +%install +rm -rf $RPM_BUILD_ROOT + +%if %{with python2} +%py_install + +%py_postclean +%endif + +%if %{with python3} +%py3_install +%endif + +%clean +rm -rf $RPM_BUILD_ROOT + +%if %{with python2} +%files +%defattr(644,root,root,755) +%doc AUTHORS LICENSE README.rst changes.rst +%{py_sitescriptdir}/iocapture +%{py_sitescriptdir}/iocapture-%{version}-py*.egg-info +%endif + +%if %{with python3} +%files -n python3-iocapture +%defattr(644,root,root,755) +%doc AUTHORS LICENSE README.rst changes.rst +%{py3_sitescriptdir}/iocapture +%{py3_sitescriptdir}/iocapture-%{version}-py*.egg-info +%endif gitweb: http://git.pld-linux.org/gitweb.cgi/packages/python-iocapture.git/commitdiff/57d6d025436cd3b2939e1640f2c76118f441be81 ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
[packages/python-iocapture] Created branch master
The branch 'master' was created. Summary of new commits: 57d6d02... - new ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
DISTFILES: python-pathtools: pathtools-0.1.2.tar.gz
Request by: qboosh Files fetched: 1 STORED: https://files.pythonhosted.org/packages/source/p/pathtools/pathtools-0.1.2.tar.gz 9a1af5c605768ea5804b03b734ff0f82 pathtools-0.1.2.tar.gz Size: 11006 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-pathtools] - new
commit 07330af05cffa07d2b77697c5895bf38c787cbce Author: Jakub Bogusz Date: Wed Oct 11 18:16:23 2023 +0200 - new python-pathtools.spec | 120 ++ 1 file changed, 120 insertions(+) --- diff --git a/python-pathtools.spec b/python-pathtools.spec new file mode 100644 index 000..2d3a309 --- /dev/null +++ b/python-pathtools.spec @@ -0,0 +1,120 @@ +# +# Conditional build: +%bcond_without doc # Sphinx documentation +%bcond_without python2 # CPython 2.x module +%bcond_without python3 # CPython 3.x module + +Summary: Pattern matching and various utilities for file systems paths +Summary(pl.UTF-8): Dopasowywanie wzorców i różne narzędzia do ścieżek w systemie plików +Name: python-pathtools +Version: 0.1.2 +Release: 1 +License: MIT +Group: Libraries/Python +#Source0Download: https://pypi.org/simple/pathtools/ +Source0: https://files.pythonhosted.org/packages/source/p/pathtools/pathtools-%{version}.tar.gz +# Source0-md5: 9a1af5c605768ea5804b03b734ff0f82 +URL: https://pypi.org/project/pathtools/ +%if %{with python2} +BuildRequires: python-modules >= 1:2.5 +BuildRequires: python-setuptools +%endif +%if %{with python3} +BuildRequires: python3-modules >= 1:3.2 +# uses deprecated "import imp", to be removed in 3.12 +BuildRequires: python3-modules < 1:3.12 +BuildRequires: python3-setuptools +%endif +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.714 +%if %{with doc} +BuildRequires: python-flask_sphinx_themes +BuildRequires: sphinx-pdg-2 +%endif +Requires: python-modules >= 1:2.5 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Pattern matching and various utilities for file systems paths. + +%description -l pl.UTF-8 +Dopasowywanie wzorców i różne narzędzia do ścieżek w systemie plików. + +%package -n python3-pathtools +Summary: Pattern matching and various utilities for file systems paths +Summary(pl.UTF-8): Dopasowywanie wzorców i różne narzędzia do ścieżek w systemie plików +Group: Libraries/Python +Requires: python3-modules >= 1:3.2 + +%description -n python3-pathtools +Pattern matching and various utilities for file systems paths. + +%description -n python3-pathtools -l pl.UTF-8 +Dopasowywanie wzorców i różne narzędzia do ścieżek w systemie plików. + +%package apidocs +Summary: API documentation for Python pathtools module +Summary(pl.UTF-8): Dokumentacja API modułu Pythona pathtools +Group: Documentation + +%description apidocs +API documentation for Python pathtools module. + +%description apidocs -l pl.UTF-8 +Dokumentacja API modułu Pythona pathtools. + +%prep +%setup -q -n pathtools-%{version} + +%build +%if %{with python2} +%py_build +%endif + +%if %{with python3} +%py3_build +%endif + +%if %{with doc} +%{__make} -C docs html \ + SPHINXBUILD=sphinx-build-2 +%endif + +%install +rm -rf $RPM_BUILD_ROOT + +%if %{with python2} +%py_install + +%py_postclean +%endif + +%if %{with python3} +%py3_install +%endif + +%clean +rm -rf $RPM_BUILD_ROOT + +%if %{with python2} +%files +%defattr(644,root,root,755) +%doc AUTHORS LICENSE README +%{py_sitescriptdir}/pathtools +%{py_sitescriptdir}/pathtools-%{version}-py*.egg-info +%endif + +%if %{with python3} +%files -n python3-pathtools +%defattr(644,root,root,755) +%doc AUTHORS LICENSE README +%{py3_sitescriptdir}/pathtools +%{py3_sitescriptdir}/pathtools-%{version}-py*.egg-info +%endif + +%if %{with doc} +%files apidocs +%defattr(644,root,root,755) +%doc docs/build/html/{_modules,_static,*.html,*.js} +%endif gitweb: http://git.pld-linux.org/gitweb.cgi/packages/python-pathtools.git/commitdiff/07330af05cffa07d2b77697c5895bf38c787cbce ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
[packages/python-pathtools] Created branch master
The branch 'master' was created. Summary of new commits: 07330af... - new ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
DISTFILES: curl: curl-8.4.0.tar.xz
Request by: atler Files fetched: 1 STORED: https://curl.se/download/curl-8.4.0.tar.xz 8424597f247da68b6041dd7f9ca367fe curl-8.4.0.tar.xz Size: 2658376 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/curl] up to 8.4.0 (fixes CVE-2023-38545 CVE-2023-38546)
commit 8b7ab93547e68cafa099871325bf1c70ba40c2c9 Author: Jan Palus Date: Wed Oct 11 10:24:49 2023 +0200 up to 8.4.0 (fixes CVE-2023-38545 CVE-2023-38546) curl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/curl.spec b/curl.spec index 428dbc0..8cccf17 100644 --- a/curl.spec +++ b/curl.spec @@ -24,12 +24,12 @@ Summary(pt_BR.UTF-8): Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e Summary(ru.UTF-8): Утилита для получения файлов с серверов FTP, HTTP и других Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших Name: curl -Version: 8.3.0 +Version: 8.4.0 Release: 1 License: MIT-like Group: Applications/Networking Source0: https://curl.se/download/%{name}-%{version}.tar.xz -# Source0-md5: 2fc6cf5cefa8b73e3826aa24befdccff +# Source0-md5: 8424597f247da68b6041dd7f9ca367fe Patch0:%{name}-ac.patch Patch1:%{name}-krb5flags.patch URL: https://curl.se/ gitweb: http://git.pld-linux.org/gitweb.cgi/packages/curl.git/commitdiff/8b7ab93547e68cafa099871325bf1c70ba40c2c9 ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
DISTFILES: mozilla-thunderbird-bin: thunderbird-115.3.2.tar.bz2 thunderbird64-115.3.2.tar.bz2
Request by: atler Files fetched: 2 STORED: https://ftp.mozilla.org/pub/thunderbird/releases/115.3.2/linux-i686/en-US/thunderbird-115.3.2.tar.bz2?/thunderbird-115.3.2.tar.bz2 f8e220090207d2d318a8d255fb468dc8 thunderbird-115.3.2.tar.bz2 Size: 82941265 bytes STORED: https://ftp.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/en-US/thunderbird-115.3.2.tar.bz2?/thunderbird64-115.3.2.tar.bz2 555f67e7da4bfc9e4a711eef850a6eb8 thunderbird64-115.3.2.tar.bz2 Size: 80509421 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/mozilla-thunderbird-bin] up to 115.3.2
commit 89bb415d03c4a08f858646df355b97fc5af5ddd6 Author: Jan Palus Date: Wed Oct 11 10:16:21 2023 +0200 up to 115.3.2 mozilla-thunderbird-bin.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/mozilla-thunderbird-bin.spec b/mozilla-thunderbird-bin.spec index 70fb3e3..de911aa 100644 --- a/mozilla-thunderbird-bin.spec +++ b/mozilla-thunderbird-bin.spec @@ -4,14 +4,14 @@ Summary: Mozilla Thunderbird - email client Summary(pl.UTF-8): Mozilla Thunderbird - klient poczty Name: mozilla-thunderbird-bin -Version: 115.3.1 +Version: 115.3.2 Release: 1 License: MPL 1.1 or GPL v2+ or LGPL v2.1+ Group: X11/Applications/Networking Source0: https://ftp.mozilla.org/pub/thunderbird/releases/%{version}/linux-i686/en-US/thunderbird-%{version}.tar.bz2?/%{realname}-%{version}.tar.bz2 -# Source0-md5: 399f7872323c8024abe4eef17f6cd9ee +# Source0-md5: f8e220090207d2d318a8d255fb468dc8 Source1: https://ftp.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/en-US/thunderbird-%{version}.tar.bz2?/%{realname}64-%{version}.tar.bz2 -# Source1-md5: 7e8f748b5c5e9727782e770c2f52b82a +# Source1-md5: 555f67e7da4bfc9e4a711eef850a6eb8 Source2: %{name}.desktop Source3: %{name}.sh URL: http://www.mozilla.org/projects/thunderbird/ gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mozilla-thunderbird-bin.git/commitdiff/89bb415d03c4a08f858646df355b97fc5af5ddd6 ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
DISTFILES: thunderbird: thunderbird-115.3.2.source.tar.xz af.xpi ar.xpi ast.xpi be.xpi bg.xpi br.xpi ca.xpi cak.xpi cs.xpi ...
Request by: atler Files fetched: 67 STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/source/thunderbird-115.3.2.source.tar.xz 75ed6b092a3655cd8d0dfa6754091ced thunderbird-115.3.2.source.tar.xz Size: 533609600 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/af.xpi 2c69e3e8827130dd0192d36b3c1a793b af.xpi Size: 542157 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/ar.xpi 463921c8fc30b9365c01b59d4c896fa9 ar.xpi Size: 654728 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/ast.xpi 30010cf41c51a6266e72c04a1e517692 ast.xpi Size: 561121 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/be.xpi 4ac8face6927a0e793e6ae23079c9997 be.xpi Size: 694085 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/bg.xpi ab7f1c0ffc949122993ac6a30213e712 bg.xpi Size: 681251 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/br.xpi 59d3f8bd543ee0e8f1437eb47fb476df br.xpi Size: 626936 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/ca.xpi 27afc491a875ed346d77a8f733bf8fe9 ca.xpi Size: 670651 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/cak.xpi 1f520f543436a4fcab7afde4e3ae8328 cak.xpi Size: 657817 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/cs.xpi e441e3c0d3dc0a91cf96f1a0b8864e37 cs.xpi Size: 733801 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/cy.xpi b1aab26a2c0bfaec88c62d2e7c81ac3f cy.xpi Size: 703267 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/da.xpi 97912cab6ee7214a100100e4ffd99a87 da.xpi Size: 690755 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/de.xpi e1bdf88b370e26ca46be0f6def9bc10a de.xpi Size: 720204 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/dsb.xpi 53ab110e322e22ffd7296c65e8869d47 dsb.xpi Size: 737299 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/el.xpi 83cf438c59b3f84463533a085a2d5198 el.xpi Size: 836693 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/en-CA.xpi bc9d8982e6dde51ef25ec9e167877007 en-CA.xpi Size: 656173 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/en-GB.xpi cac8ea0073198a0e3e8aa1d54fa818e0 en-GB.xpi Size: 661453 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/en-US.xpi 86b71bcdd1a10766f385af59cb15f436 en-US.xpi Size: 649965 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/es-AR.xpi 615c431f84144600d20b3ff1ad0500d4 es-AR.xpi Size: 713036 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/es-ES.xpi 8d2f40d9e2e923ab33b15ac12d7c8ca5 es-ES.xpi Size: 675617 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/es-MX.xpi 33d5dd4b08b002106febf0d46c2bd0bb es-MX.xpi Size: 710142 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/et.xpi 08cddb5569e2b81567099a0b79603733 et.xpi Size: 671822 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/eu.xpi ea562a923f1769134c7392c1c44b72ea eu.xpi Size: 692552 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/fi.xpi 8aed6110662f2b4cab9d71b643a50101 fi.xpi Size: 690417 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/fr.xpi eac5a293ec8d23e64c104b9f9ee303b7 fr.xpi Size: 725271 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/fy-NL.xpi 31882f8494c03fda6a0b65742bbfc7e8 fy-NL.xpi Size: 707839 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/ga-IE.xpi 787620c3c324be364ddf43d30e4b27e5 ga-IE.xpi Size: 602151 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/linux-x86_64/xpi/gd.xpi e683ce9d58ead664940d2cfb05c2da81 gd.xpi Size: 702994 bytes STORED: https://releases.mozilla.org/pub/thunderbird/releases/115.3.2/
[packages/thunderbird] up to 115.3.2
commit b101f5e21b96712fbf74b455923fc7bd2dbe345b Author: Jan Palus Date: Wed Oct 11 09:57:12 2023 +0200 up to 115.3.2 thunderbird.spec | 136 +++ 1 file changed, 68 insertions(+), 68 deletions(-) --- diff --git a/thunderbird.spec b/thunderbird.spec index 79f994d..c14bbb7 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -41,146 +41,146 @@ curl -s $U | sed -ne 's,.*href="\([^"]\+\)/".*,'"$U"'xpi/\1.xpi,p' Summary: Thunderbird - email client Summary(pl.UTF-8): Thunderbird - klient poczty Name: thunderbird -Version: 115.3.1 +Version: 115.3.2 Release: 1 License: MPL v2.0 Group: X11/Applications/Mail Source0: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/source/%{name}-%{version}.source.tar.xz -# Source0-md5: 0b3b846097570a66a1bde84dabfd9f19 +# Source0-md5: 75ed6b092a3655cd8d0dfa6754091ced Source1: %{name}.desktop Source2: %{name}.sh Source100: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/af.xpi -# Source100-md5: 866d77fc2a4b7046371bd3cee6aef6be +# Source100-md5: 2c69e3e8827130dd0192d36b3c1a793b Source101: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ar.xpi -# Source101-md5: e337464c3e4a006363696add4ff62cbe +# Source101-md5: 463921c8fc30b9365c01b59d4c896fa9 Source102: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ast.xpi -# Source102-md5: 67de8eb75172cee27210db1c5b54cf0b +# Source102-md5: 30010cf41c51a6266e72c04a1e517692 Source103: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/be.xpi -# Source103-md5: 9a8c9703aaa6643742bfceac75345c3d +# Source103-md5: 4ac8face6927a0e793e6ae23079c9997 Source104: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/bg.xpi -# Source104-md5: f176ee9838488debf2cd6f5005a1e1d1 +# Source104-md5: ab7f1c0ffc949122993ac6a30213e712 Source105: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/br.xpi -# Source105-md5: b502314a1051d0453b6e51025a545ee8 +# Source105-md5: 59d3f8bd543ee0e8f1437eb47fb476df Source106: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ca.xpi -# Source106-md5: a50b91f1ecb92ec0192a654f01c6dbc8 +# Source106-md5: 27afc491a875ed346d77a8f733bf8fe9 Source107: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cak.xpi -# Source107-md5: bfc61f3e01dce347c298375934116d1f +# Source107-md5: 1f520f543436a4fcab7afde4e3ae8328 Source108: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cs.xpi -# Source108-md5: e8644275a76a0ee69f6338127a487026 +# Source108-md5: e441e3c0d3dc0a91cf96f1a0b8864e37 Source109: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cy.xpi -# Source109-md5: 968dd6b48bacbc20b641d7eb53f7d1fe +# Source109-md5: b1aab26a2c0bfaec88c62d2e7c81ac3f Source110: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/da.xpi -# Source110-md5: 379acf75db92e7ad72d211f25c350dfc +# Source110-md5: 97912cab6ee7214a100100e4ffd99a87 Source111: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/de.xpi -# Source111-md5: e438452d04b2a79fe96cd9374d8b7802 +# Source111-md5: e1bdf88b370e26ca46be0f6def9bc10a Source112: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/dsb.xpi -# Source112-md5: 96d01d680247afa48710873974275355 +# Source112-md5: 53ab110e322e22ffd7296c65e8869d47 Source113: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/el.xpi -# Source113-md5: 225e6edefd8cc4eda5c6000a878d3a10 +# Source113-md5: 83cf438c59b3f84463533a085a2d5198 Source114: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-CA.xpi -# Source114-md5: dba0acb652b990075161c663a035efee +# Source114-md5: bc9d8982e6dde51ef25ec9e167877007 Source115: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-GB.xpi -# Source115-md5: 6412529e22b82503d09bc05aa792fa98 +# Source115-md5: cac8ea0073198a0e3e8aa1d54fa818e0 Source116: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-US.xpi -# Source116-md5: f5a4fa222c72faf31284e060d8e4dcbb +# Source116-md5: 86b71bcdd1a10766f385af59cb15f436 Source117: https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/es-AR.xpi -# Source117-md5: add40a742b350be26116d5b7a5021ef8 +# Source117-md5: 615c431f84144600d20b3ff1ad0500d4 Source118: