Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package poco for openSUSE:Factory checked in 
at 2025-05-07 19:20:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/poco (Old)
 and      /work/SRC/openSUSE:Factory/.poco.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "poco"

Wed May  7 19:20:56 2025 rev:13 rq:1275162 version:1.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/poco/poco.changes        2025-03-24 
13:29:44.277529106 +0100
+++ /work/SRC/openSUSE:Factory/.poco.new.30101/poco.changes     2025-05-07 
19:21:05.818763754 +0200
@@ -1,0 +2,7 @@
+Tue Apr 22 09:37:15 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 1.14.1. Too many changes since last package update.
+  Check https://github.com/pocoproject/poco/releases for the full
+  list.
+
+-------------------------------------------------------------------

Old:
----
  poco-1.13.1-release.tar.gz

New:
----
  poco-1.14.1-release.tar.gz

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

Other differences:
------------------
++++++ poco.spec ++++++
--- /var/tmp/diff_new_pack.2rFCKV/_old  2025-05-07 19:21:06.614798879 +0200
+++ /var/tmp/diff_new_pack.2rFCKV/_new  2025-05-07 19:21:06.618799056 +0200
@@ -16,26 +16,29 @@
 #
 
 
-%define sover  101
+%define sover  111
 # disabled for now as 4 of them fail
 %bcond_with tests
 Name:           poco
-Version:        1.13.1
+Version:        1.14.1
 Release:        0
 Summary:        C++ Framework for Network-based Applications
 License:        BSL-1.0
 Group:          Development/Libraries/C and C++
 URL:            https://pocoproject.org
 Source:         
https://github.com/pocoproject/%{name}/archive/%{name}-%{version}-release.tar.gz
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.15
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  mysql-devel
 BuildRequires:  ninja
 BuildRequires:  pcre2-devel
 BuildRequires:  pkgconfig
+BuildRequires:  postgresql-devel
 BuildRequires:  unixODBC-devel
 BuildRequires:  pkgconfig(expat)
+BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(libutf8proc)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(sqlite3) >= 3.7
 BuildRequires:  pkgconfig(zlib)
@@ -52,6 +55,7 @@
 Requires:       libPocoData%{sover} = %{version}
 Requires:       libPocoDataMySQL%{sover} = %{version}
 Requires:       libPocoDataODBC%{sover} = %{version}
+Requires:       libPocoDataPostgreSQL%{sover} = %{version}
 Requires:       libPocoDataSQLite%{sover} = %{version}
 Requires:       libPocoEncodings%{sover} = %{version}
 Requires:       libPocoFoundation%{sover} = %{version}
@@ -72,7 +76,12 @@
 Requires:       openssl-devel
 Requires:       pcre2-devel
 Requires:       poco-cpspc = %{version}
+Requires:       postgresql-devel
 Requires:       unixODBC-devel
+Requires:       pkgconfig(libpng)
+Requires:       pkgconfig(libutf8proc)
+Requires:       pkgconfig(sqlite3) >= 3.7
+Requires:       pkgconfig(zlib)
 Provides:       libpoco-devel = %{version}
 
 %description devel
@@ -140,6 +149,15 @@
 C++ class libraries and frameworks for building
 network- and Internet-based applications.
 
+%package -n libPocoDataPostgreSQL%{sover}
+Summary:        C++ Framework for Network-based Applications
+Group:          System/Libraries
+Provides:       poco-datapostgresql = %{version}
+
+%description -n libPocoDataPostgreSQL%{sover}
+C++ class libraries and frameworks for building
+network- and Internet-based applications.
+
 %package -n libPocoDataSQLite%{sover}
 Summary:        C++ Framework for Network-based Applications
 Group:          System/Libraries
@@ -302,8 +320,8 @@
 
 %install
 %cmake_install
-rm -rf %{buildroot}%{_libdir}/cmake/Poco/V*
-%fdupes -s %{buildroot}/%{_libdir}/cmake/Poco
+
+%fdupes %{buildroot}/%{_libdir}/cmake/Poco
 
 %check
 %if %{with tests}
@@ -317,6 +335,7 @@
 %ldconfig_scriptlets -n libPocoData%{sover}
 %ldconfig_scriptlets -n libPocoDataMySQL%{sover}
 %ldconfig_scriptlets -n libPocoDataODBC%{sover}
+%ldconfig_scriptlets -n libPocoDataPostgreSQL%{sover}
 %ldconfig_scriptlets -n libPocoDataSQLite%{sover}
 %ldconfig_scriptlets -n libPocoEncodings%{sover}
 %ldconfig_scriptlets -n libPocoFoundation%{sover}
@@ -350,6 +369,9 @@
 %files -n libPocoDataODBC%{sover}
 %{_libdir}/libPocoDataODBC.so.%{sover}
 
+%files -n libPocoDataPostgreSQL%{sover}
+%{_libdir}/libPocoDataPostgreSQL.so.%{sover}
+
 %files -n libPocoDataSQLite%{sover}
 %{_libdir}/libPocoDataSQLite.so.%{sover}
 

++++++ poco-1.13.1-release.tar.gz -> poco-1.14.1-release.tar.gz ++++++
/work/SRC/openSUSE:Factory/poco/poco-1.13.1-release.tar.gz 
/work/SRC/openSUSE:Factory/.poco.new.30101/poco-1.14.1-release.tar.gz differ: 
char 23, line 1

Reply via email to