Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lazarus for openSUSE:Factory checked in at 2021-02-25 18:28:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lazarus (Old) and /work/SRC/openSUSE:Factory/.lazarus.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lazarus" Thu Feb 25 18:28:41 2021 rev:13 rq:874843 version:2.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/lazarus/lazarus.changes 2020-09-06 00:04:04.079303884 +0200 +++ /work/SRC/openSUSE:Factory/.lazarus.new.2378/lazarus.changes 2021-02-25 18:28:44.886231563 +0100 @@ -1,0 +2,8 @@ +Wed Feb 24 11:57:37 UTC 2021 - Luigi Baldoni <aloi...@gmx.com> + +- Update to version 2.0.12. + * For a complete list of changes see: + https://wiki.freepascal.org/Lazarus_2.0_fixes_branch#Fixes_for_2.0.12_.28merged.29 +- Refreshed lazarus-Makefile_patch.diff + +------------------------------------------------------------------- Old: ---- lazarus-2.0.10-2.tar.gz New: ---- lazarus-2.0.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lazarus.spec ++++++ --- /var/tmp/diff_new_pack.GQYp83/_old 2021-02-25 18:28:46.714232750 +0100 +++ /var/tmp/diff_new_pack.GQYp83/_new 2021-02-25 18:28:46.718232753 +0100 @@ -1,7 +1,7 @@ # # spec file for package lazarus # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %define sover 1 Name: lazarus -Version: 2.0.10 +Version: 2.0.12 Release: 0 # Please note that the LGPL is modified and this is not multi-licensed, but each component has a separate license chosen. Summary: FreePascal RAD IDE and Component Library License: GPL-2.0-only AND LGPL-2.0-only AND MPL-1.1 Group: Development/Languages/Other URL: http://www.lazarus.freepascal.org/ -Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}-2.tar.gz +Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # PATCH-FEATURE-UPSTREAM http://mantis.freepascal.org/view.php?id=31364 Source1: https://raw.githubusercontent.com/hughsie/fedora-appstream/developerapps/appdata-extra/desktop/lazarus.appdata.xml Source90: %{name}-rpmlintrc ++++++ lazarus-2.0.10-2.tar.gz -> lazarus-2.0.12.tar.gz ++++++ /work/SRC/openSUSE:Factory/lazarus/lazarus-2.0.10-2.tar.gz /work/SRC/openSUSE:Factory/.lazarus.new.2378/lazarus-2.0.12.tar.gz differ: char 5, line 1 ++++++ lazarus-Makefile_patch.diff ++++++ --- /var/tmp/diff_new_pack.GQYp83/_old 2021-02-25 18:28:46.770232787 +0100 +++ /var/tmp/diff_new_pack.GQYp83/_new 2021-02-25 18:28:46.770232787 +0100 @@ -1,6 +1,7 @@ -diff -Pdpru lazarus.orig/Makefile.fpc lazarus/Makefile.fpc ---- lazarus.orig/Makefile.fpc 2014-09-06 20:59:12.000000000 +0200 -+++ lazarus/Makefile.fpc 2015-04-23 00:00:38.959929899 +0200 +Index: lazarus/Makefile.fpc +=================================================================== +--- lazarus.orig/Makefile.fpc ++++ lazarus/Makefile.fpc @@ -20,7 +20,7 @@ files=$(wildcard *$(OEXT)) $(wildcard *$ [install] @@ -10,16 +11,16 @@ [dist] destdir=$(BASEDIR)/dist -@@ -28,7 +28,7 @@ destdir=$(BASEDIR)/dist - [prerules] +@@ -29,7 +29,7 @@ destdir=$(BASEDIR)/dist RCPP?=$(strip $(firstword cpp$(SRCEXEEXT))) # + ifndef LAZARUS_INSTALL_DIR -LAZARUS_INSTALL_DIR=$(INSTALL_PREFIX)/share/lazarus +LAZARUS_INSTALL_DIR=$(INSTALL_PREFIX)/$(_LIB)/lazarus INSTALL_MAN_DIR=$(INSTALL_PREFIX)/share/man ifneq ($(findstring $(OS_TARGET),win32 win64),) LAZARUS_INSTALL_DIR=C:\lazarus -@@ -256,8 +256,8 @@ installbase: +@@ -271,8 +271,8 @@ installbase: ifneq ($(findstring $(OS_TARGET),win32 win64),) else