Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2025-10-09 15:06:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and      /work/SRC/openSUSE:Factory/.poedit.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "poedit"

Thu Oct  9 15:06:49 2025 rev:81 rq:1309926 version:3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/poedit/poedit.changes    2025-06-05 
20:37:45.589827034 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new.11973/poedit.changes 2025-10-09 
15:09:22.749903574 +0200
@@ -1,0 +2,14 @@
+Mon Oct  6 16:54:35 UTC 2025 - Arjen de Korte <[email protected]>
+
+- Poedit 3.7:
+  * Added support for Microsoft RESX files.
+  * Added support for Qt Linguist (.ts) files.
+  * Added support for, and updated bundled version to, GNU gettext 0.26.
+  * Added support for additional programming languages in source code
+    extraction: Rust, TypeScript, Go and D (with gettext 0.26).
+  * Modernized toolbars on all platforms.
+  * Other bugfixes and minor UI improvements.
+- Boost.System is headers only since 1.69.0
+  + poedit-boost-system.patch
+
+-------------------------------------------------------------------

Old:
----
  poedit-3.6.3.tar.gz

New:
----
  poedit-3.7.tar.gz
  poedit-boost-system.patch

----------(New B)----------
  New:- Boost.System is headers only since 1.69.0
  + poedit-boost-system.patch
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ poedit.spec ++++++
--- /var/tmp/diff_new_pack.ggB9MK/_old  2025-10-09 15:09:23.393930757 +0200
+++ /var/tmp/diff_new_pack.ggB9MK/_new  2025-10-09 15:09:23.397930926 +0200
@@ -20,18 +20,23 @@
 %bcond_without crowdin_integration
 %bcond_with bundled_deps
 Name:           poedit
-Version:        3.6.3
+Version:        3.7
 Release:        0
 Summary:        Gettext Catalog Editing Tool
 License:        MIT
 Group:          Development/Tools/Other
 URL:            https://poedit.net/
 Source:         
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
+Patch1:         %{name}-boost-system.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_iostreams-devel >= 1.60
 BuildRequires:  libboost_regex-devel >= 1.60
+%if 0%{?suse_version} >= 1600
+BuildRequires:  automake
+%else
 BuildRequires:  libboost_system-devel >= 1.60
+%endif
 BuildRequires:  libboost_thread-devel >= 1.60
 BuildRequires:  pkgconfig
 BuildRequires:  wxGTK3-devel >= 3.2
@@ -60,13 +65,19 @@
 %lang_package
 
 %prep
-%autosetup -p1
+%autosetup -N
+%if 0%{?suse_version} >= 1600
+%patch -p1 -P 1
+%endif
 %if !%{with bundled_deps}
 # Remove bundled dependencies, use the ones provided by the distribution
 rm -r deps
 %endif
 
 %build
+%if 0%{?suse_version} >= 1600
+autoreconf -fiv
+%endif
 %configure \
   %{!?with_language_detection: --without-cld2} \
   %{!?with_crowdin_integration: --without-cpprest}

++++++ poedit-3.6.3.tar.gz -> poedit-3.7.tar.gz ++++++
++++ 107003 lines of diff (skipped)

++++++ poedit-boost-system.patch ++++++
diff -purN a/configure.ac b/configure.ac
--- a/configure.ac      2025-05-16 19:40:40.000000000 +0200
+++ b/configure.ac      2025-10-06 19:22:17.956273224 +0200
@@ -57,7 +57,6 @@ esac
 
 
 AX_BOOST_BASE([1.60], [], [AC_MSG_ERROR([Boost libraries are required])])
-AX_BOOST_SYSTEM
 AX_BOOST_THREAD
 CXXFLAGS="$CXXFLAGS $BOOST_CPPFLAGS"
 

Reply via email to