From 9364401b61420e07e4c4149f5b82e360765edfdf Mon Sep 17 00:00:00 2001 From: msmeissn <> Date: Mar 31 2025 10:07:45 +0000 Subject: Update gajim to version 1.9.5 / rev 70 via SR 1265244 https://build.opensuse.org/request/show/1265244 by user msmeissn + anag+factory --- diff --git a/.files b/.files index bfa44dd..8e9e345 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index cc52d2a..306bf5d 100644 --- a/.rev +++ b/.rev @@ -595,4 +595,20 @@ <comment>- Update to version 1.9.4.</comment> <requestid>1202059</requestid> </revision> + <revision rev="69" vrev="1"> + <srcmd5>9e0392af53c2be300c6d091faed3e25e</srcmd5> + <version>1.9.5</version> + <time>1727897596</time> + <user>anag+factory</user> + <comment>- Update to version 1.9.5.</comment> + <requestid>1204974</requestid> + </revision> + <revision rev="70" vrev="2"> + <srcmd5>8c6118a30bde74207b2ef6cc0f698d77</srcmd5> + <version>1.9.5</version> + <time>1743414048</time> + <user>anag+factory</user> + <comment></comment> + <requestid>1265244</requestid> + </revision> </revisionlist> diff --git a/gajim-1.9.4.tar.gz b/gajim-1.9.4.tar.gz deleted file mode 120000 index fc72be1..0000000 --- a/gajim-1.9.4.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeibk5anyne4pgskp7bxid4hsgtu7nxlj55qxy6wo6v67xr7ixwh3cm \ No newline at end of file diff --git a/gajim-1.9.5.tar.gz b/gajim-1.9.5.tar.gz new file mode 120000 index 0000000..e1a4f2c --- /dev/null +++ b/gajim-1.9.5.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeih4bbdpj3sl6xt4obsen3rbf7bsinphegvefm2ltpv467iu5qaxly \ No newline at end of file diff --git a/gajim.changes b/gajim.changes index 3a5f828..c900ecd 100644 --- a/gajim.changes +++ b/gajim.changes @@ -1,4 +1,25 @@ ------------------------------------------------------------------- +Thu Mar 20 03:45:36 UTC 2025 - Shawn Dunn <sfalken@opensuse.org> + +- Update to BuildRequires: libpcre2-8-0 + +------------------------------------------------------------------- +Tue Oct 1 08:56:39 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru> + +- Update to version 1.9.5: + * DebugConsole: Show "Log" when opening the dialogue. + * DebugConsole: Improve search for XML logs. + * Datafroms: Display text-multi fields without scrolled window. + * Inform user when referenced message cannot be found. + * Move chat state indicator above message input. + * Preview: Update preview object while updating progress. + * Dataforms: Don’t try to calculate label size. + * Groupchat: Wrap long nicknames in subject row. + * StartChat: Fix global search results missing the name in some + cases. + * Build: Build translations for all distributions again. + +------------------------------------------------------------------- Thu Sep 19 22:51:18 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru> - Update to version 1.9.4: diff --git a/gajim.spec b/gajim.spec index c6ddad4..598ccb6 100644 --- a/gajim.spec +++ b/gajim.spec @@ -1,7 +1,7 @@ # # spec file for package gajim # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %{?sle15_python_module_pythons} %endif Name: gajim -Version: 1.9.4 +Version: 1.9.5 Release: 0 Summary: XMPP client written in Python and GTK License: GPL-3.0-only @@ -41,7 +41,7 @@ BuildRequires: fdupes BuildRequires: gettext BuildRequires: gobject-introspection-devel BuildRequires: hicolor-icon-theme -BuildRequires: libpcre1 +BuildRequires: libpcre2-8-0 BuildRequires: p11-kit-devel BuildRequires: pkgconfig BuildRequires: python-rpm-generators >= 20220912 @@ -92,16 +92,12 @@ Features: sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in %build -%pyproject_wheel python%{python_bin_suffix} ./make.py build --dist unix -# FIXME: Build locales. -python%{python_bin_suffix} ./make.py build --dist win +%pyproject_wheel %install -%pyproject_install python%{python_bin_suffix} ./make.py install --dist unix --prefix=%{buildroot}%{_prefix} -# FIXME: Install locales. -cp -a %{name}/data/locale %{buildroot}%{python_sitelib}/%{name}/data/ +%pyproject_install mkdir -p %{buildroot}%{_datadir}/ mv %{buildroot}{%{python_sitelib}/%{name}/data,%{_datadir}/%{name}}/