SHA256
1
0
forked from pool/lazarus

Accepting request 1006711 from devel:languages:pascal

OBS-URL: https://build.opensuse.org/request/show/1006711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lazarus?expand=0&rev=19
This commit is contained in:
Richard Brown 2022-09-29 16:13:04 +00:00 committed by Git OBS Bridge
commit 6372defaec
5 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9832004cffec8aca69de87290441d54772bf95d5d04372249d5a5491fb674c4
size 76906715

3
lazarus-2.2.4-0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b84093218181f66b545218d1aaaf62a8bfb6abd40beba32387253d66fc5bc24c
size 77272959

View File

@ -1,4 +1,3 @@
addFilter("devel-file-in-non-devel-package .*/lazarus/components/codetools/examples/scanexamples/test.h")
addFilter("devel-file-in-non-devel-package .*/lazarus/components/compilers/c/examples/test.c")
# Do not use fdupes because a lot of duplicate files are actually needed when developing apps in Lazarus (bug 1197651).
addFilter("files-duplicate")

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 28 11:43:12 UTC 2022 - PragmaticLinux <info@pragmaticlinux.com>
- Update to 2.2.4
* For a complete list of changes see:
https://wiki.freepascal.org/Lazarus_2.2_fixes_branch#Fixes_for_2.2.4_.28merged.29
- Enabled the removal of duplicates again using fdupes, now that
upstream resolved the issue - boo#1197651
-------------------------------------------------------------------
Fri May 20 06:27:18 UTC 2022 - ecsos <ecsos@opensuse.org>

View File

@ -16,10 +16,10 @@
#
%define dlver 2.2.2-0
%define dlver 2.2.4-0
%define sover 1
Name: lazarus
Version: 2.2.2
Version: 2.2.4
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
@ -208,6 +208,7 @@ sed <tools/install/linux/environmentoptions.xml -e "s#__LAZARUSDIR__#%{_libdir}/
rm -rf %{buildroot}%{_libdir}/%{name}/install/man
rm -f %{buildroot}%{_libdir}/%{name}/Makefile.fpc.orig
rm -rf %{buildroot}%{_libdir}/%{name}/lcl/interfaces/qt5/cbindings
%fdupes -s %{buildroot}
%post -n libQt5Pas%{sover} -p /sbin/ldconfig