From b08fd22ba37c52bedb72e5d2f1bf11f1707ef33bc24d6434ecd899fabfbb4a9b Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 24 Feb 2021 12:32:07 +0000 Subject: [PATCH] Accepting request 874842 from home:alois:branches:devel:languages:pascal - 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 OBS-URL: https://build.opensuse.org/request/show/874842 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/lazarus?expand=0&rev=68 --- lazarus-2.0.10-2.tar.gz | 3 --- lazarus-2.0.12.tar.gz | 3 +++ lazarus-Makefile_patch.diff | 13 +++++++------ lazarus.changes | 8 ++++++++ lazarus.spec | 6 +++--- 5 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 lazarus-2.0.10-2.tar.gz create mode 100644 lazarus-2.0.12.tar.gz diff --git a/lazarus-2.0.10-2.tar.gz b/lazarus-2.0.10-2.tar.gz deleted file mode 100644 index 0b09f94..0000000 --- a/lazarus-2.0.10-2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64d5626468dd24a3332b205f3abd0a581ab7de1b060a2d57e21864066cfd43b7 -size 69626076 diff --git a/lazarus-2.0.12.tar.gz b/lazarus-2.0.12.tar.gz new file mode 100644 index 0000000..fcc0219 --- /dev/null +++ b/lazarus-2.0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6cef7f823a2d28166229982efc926039d42313c40e22fe0c6776c13d0015b2 +size 69560778 diff --git a/lazarus-Makefile_patch.diff b/lazarus-Makefile_patch.diff index 8045452..3cd8c34 100644 --- a/lazarus-Makefile_patch.diff +++ b/lazarus-Makefile_patch.diff @@ -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 @@ diff -Pdpru lazarus.orig/Makefile.fpc lazarus/Makefile.fpc [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 diff --git a/lazarus.changes b/lazarus.changes index 8d32370..4e6ec0f 100644 --- a/lazarus.changes +++ b/lazarus.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Feb 24 11:57:37 UTC 2021 - Luigi Baldoni + +- 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 + ------------------------------------------------------------------- Fri Sep 4 13:20:40 UTC 2020 - Guillaume GARDET diff --git a/lazarus.spec b/lazarus.spec index a08194a..a5c352e 100644 --- a/lazarus.spec +++ b/lazarus.spec @@ -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