Hello community, here is the log from the commit of package lazarus for openSUSE:Factory checked in at 2020-07-14 07:55:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lazarus (Old) and /work/SRC/openSUSE:Factory/.lazarus.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lazarus" Tue Jul 14 07:55:54 2020 rev:11 rq:820053 version:2.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/lazarus/lazarus.changes 2020-04-16 23:02:49.443653451 +0200 +++ /work/SRC/openSUSE:Factory/.lazarus.new.3060/lazarus.changes 2020-07-14 07:58:34.849651938 +0200 @@ -1,0 +2,8 @@ +Wed Jul 8 17:15:55 UTC 2020 - Luigi Baldoni <[email protected]> + +- Update to version 2.0.10 + This is a bugfix release. For a complete list of changes see: + https://wiki.freepascal.org/Lazarus_2.0_fixes_branch#Fixes_for_2.0.10_.28merged.29 +- Add lazarus-2.0.10-fpc304.patch (fix build with fpc 3.0.4) + +------------------------------------------------------------------- Old: ---- lazarus-2.0.8.tar.gz New: ---- lazarus-2.0.10-fpc304.patch lazarus-2.0.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lazarus.spec ++++++ --- /var/tmp/diff_new_pack.5DclRM/_old 2020-07-14 07:58:36.233656419 +0200 +++ /var/tmp/diff_new_pack.5DclRM/_new 2020-07-14 07:58:36.237656432 +0200 @@ -18,7 +18,7 @@ %define sover 1 Name: lazarus -Version: 2.0.8 +Version: 2.0.10 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 @@ -33,6 +33,8 @@ Patch0: %{name}-Makefile_patch.diff # PATCH-FIX-OPENSUSE lazarus.desktop.patch -- Fix desktop file Patch1: lazarus.desktop.patch +# PATCH-FIX-UPSTREAM lazarus-2.0.10-fpc304.patch +Patch2: lazarus-2.0.10-fpc304.patch %if 0%{?suse_version} > 1210 BuildRequires: desktop-file-utils %else @@ -101,6 +103,7 @@ %setup -q -n %{name} %patch0 -p1 %patch1 -p1 +%patch2 -p1 # remove unneeded files rm -rf debian ++++++ lazarus-2.0.10-fpc304.patch ++++++ From: Mattias Gaertner <[email protected]> Date: 2020-07-07 09:25:48 UTC Subject: fixed compile fpc 3.0.4 References: r63523 chmhelp: fixed compile fpc 3.0.4 --- trunk/components/chmhelp/lhelp/chmspecialparser.pas 2020/07/07 03:59:57 63522 +++ trunk/components/chmhelp/lhelp/chmspecialparser.pas 2020/07/07 09:25:48 63523 @@ -136,6 +136,7 @@ // Add new child node fLastNode := AParentNode; NewNode := TContentTreeNode(fTreeView.Items.AddChild(AParentNode, txt)); + {$IF FPC_FULLVERSION>=30200} URL:=''; for x:=0 to AItem.SubItemcount-1 do begin @@ -146,6 +147,9 @@ if URL<>'' then break; end; + {$ELSE} + URL:=AItem.URL; + {$ENDIF} NewNode.Url := FixURL('/'+URL); NewNode.Data := fChm; if fTreeView.Images <> nil then ++++++ lazarus-2.0.8.tar.gz -> lazarus-2.0.10.tar.gz ++++++ /work/SRC/openSUSE:Factory/lazarus/lazarus-2.0.8.tar.gz /work/SRC/openSUSE:Factory/.lazarus.new.3060/lazarus-2.0.10.tar.gz differ: char 5, line 1
