Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2020-07-05 01:10:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/firebird (Old)
 and      /work/SRC/openSUSE:Factory/.firebird.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "firebird"

Sun Jul  5 01:10:43 2020 rev:51 rq:818337 version:3.0.5.33220

Changes:
--------
--- /work/SRC/openSUSE:Factory/firebird/firebird.changes        2018-11-28 
11:10:44.919122340 +0100
+++ /work/SRC/openSUSE:Factory/.firebird.new.3060/firebird.changes      
2020-07-05 01:11:17.927634280 +0200
@@ -1,0 +2,16 @@
+Tue Jun 23 08:39:13 UTC 2020 - Michal Kubecek <[email protected]>
+
+- minor specfile cleanup
+
+-------------------------------------------------------------------
+Sun Jun 21 10:40:08 UTC 2020 - Andreas Stieger <[email protected]>
+
+- update to 3.0.5:
+  * Improve the engine providers compatibility across Firebird
+    versions
+  * Make it possible for the AuthClient plugin to access the
+    authentication block from DPB
+  * Implement option to restore compressed .nbk files without
+    explicitly decompressing them
+
+-------------------------------------------------------------------

Old:
----
  Firebird-3.0.4.33054-0.tar.xz

New:
----
  Firebird-3.0.5.33220-0.tar.xz
  firebird-clean-tar.sh

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

Other differences:
------------------
++++++ firebird.spec ++++++
--- /var/tmp/diff_new_pack.x3Eb33/_old  2020-07-05 01:11:24.123655425 +0200
+++ /var/tmp/diff_new_pack.x3Eb33/_new  2020-07-05 01:11:24.123655425 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define up_stage 0
 
 Name:           firebird
-Version:        3.0.4.33054
+Version:        3.0.5.33220
 Release:        0
 Summary:        Database system (common files)
 License:        SUSE-IDPL-1.0 AND SUSE-IBPL-1.0
 Group:          Productivity/Databases/Servers
-Url:            http://www.firebirdsql.org/
+URL:            https://www.firebirdsql.org/
+# https://github.com/FirebirdSQL/firebird/releases/ - fetch and run 
firebird-clean-tar.sh
 Source:         Firebird-%{version}-%{up_stage}.tar.xz
 Source1:        README.SUSE
 Source2:        50-server.conf
+Source3:        firebird-clean-tar.sh
 Source999:      baselibs.conf
 BuildRequires:  autoconf >= 2.67
 BuildRequires:  gcc-c++
@@ -237,13 +239,13 @@
 %attr(755,root,root) %{_initddir}/firebird
 
 %post server
-%restart_on_update /etc/init.d/firebird
+%restart_on_update %{_initddir}/firebird
 
 %preun server
-%stop_on_removal /etc/init.d/firebird
+%stop_on_removal %{_initddir}/firebird
 
 %postun server
-%restart_on_update /etc/init.d/firebird
+%restart_on_update %{_initddir}/firebird
 %insserv_cleanup
 
 # ----------------------------------------------------------------------------

++++++ Firebird-3.0.4.33054-0.tar.xz -> Firebird-3.0.5.33220-0.tar.xz ++++++
/work/SRC/openSUSE:Factory/firebird/Firebird-3.0.4.33054-0.tar.xz 
/work/SRC/openSUSE:Factory/.firebird.new.3060/Firebird-3.0.5.33220-0.tar.xz 
differ: char 17, line 1

++++++ firebird-clean-tar.sh ++++++
#!/usr/bin/env bash
#
# Remove documentation files from source archives 
# 
# Copyright (c) Andreas Stieger <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
set -ev

FIREBIRD_VERSION=`rpm -q --queryformat "%{version}\n" --specfile firebird.spec 
| head -n1`
FIREBIRD_VERSION=${FIREBIRD_VERSION}-0

bzip2 -dkv Firebird-${FIREBIRD_VERSION}.tar.bz2
tar -v --wildcards --delete -f Firebird-${FIREBIRD_VERSION}.tar \
        "Firebird-${FIREBIRD_VERSION}/extern/SfIO"
xz -9 -v Firebird-${FIREBIRD_VERSION}.tar


Reply via email to