Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql-pgagent for openSUSE:Factory checked in at 2023-01-24 19:42:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql-pgagent (Old) and /work/SRC/openSUSE:Factory/.postgresql-pgagent.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql-pgagent" Tue Jan 24 19:42:42 2023 rev:7 rq:1060591 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql-pgagent/postgresql-pgagent.changes 2022-04-06 21:52:15.535041655 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql-pgagent.new.32243/postgresql-pgagent.changes 2023-01-24 20:29:50.683584468 +0100 @@ -1,0 +2,13 @@ +Tue Jan 24 08:30:28 UTC 2023 - Martin Pluskal <[email protected]> + +- Fix source name + +------------------------------------------------------------------- +Sun Jan 8 14:43:03 UTC 2023 - Andrey Karepin <[email protected]> + +- update to 4.2.2 + * Use std::string instead of std::wstring as it handles the utf-8 conversion. + * Properly quote CMAKE_OSX_ARCHITECTURES for macOS. + * Correct schema update message. + +------------------------------------------------------------------- Old: ---- pgAgent-4.0.0-Source.tar.gz New: ---- pgagent-4.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql-pgagent.spec ++++++ --- /var/tmp/diff_new_pack.uXgCrd/_old 2023-01-24 20:29:51.339587945 +0100 +++ /var/tmp/diff_new_pack.uXgCrd/_new 2023-01-24 20:29:51.343587967 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,13 +56,13 @@ %define pg_version %(pg_config --version | sed -e 's/.*[[:space:]]//' -e 's/\\.[0-9]*$//' -e 's/\\.//') Name: %{pgname}-%{sname} -Version: 4.0.0 +Version: 4.2.2 Release: 0 Summary: Job scheduler for PostgreSQL License: PostgreSQL Group: Productivity/Databases/Tools URL: http://www.pgadmin.org/ -Source0: https://download.postgresql.org/pub/pgadmin/%{sname}/pgAgent-%{version}-Source.tar.gz +Source0: https://github.com/pgadmin-org/%{sname}/archive/refs/tags/%{sname}-%{version}.tar.gz Source2: %{sname}.service.in Source3: %{sname}.logrotate.in Source4: %{sname}.conf.in @@ -88,7 +88,7 @@ using pgAdmin. %prep -%setup -q -n pgAgent-%{version}-Source +%autosetup -n %{sname}-%{sname}-%{version} cp %{SOURCE2} %{name}.service cp %{SOURCE3} %{name}.logrotate ++++++ pgAgent-4.0.0-Source.tar.gz -> pgagent-4.2.2.tar.gz ++++++ ++++ 4475 lines of diff (skipped)
