public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Joost van der Sluis <joost@cnoc.nl>
To: git-commits@fedoraproject.org
Subject: [rpms/lazarus] multiple-IDE-widgetsets: - Updated to version 0.9.30
Date: Thu, 23 Jul 2026 08:17:35 GMT	[thread overview]
Message-ID: <178479465528.1.5655608434411046145.rpms-lazarus-68068e97500d@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/lazarus
            Branch : multiple-IDE-widgetsets
            Commit : 68068e97500dbadfa6b80eb2dc911d99820f5387
            Author : Joost van der Sluis <joost@cnoc.nl>
            Date   : 2011-04-27T18:07:41+02:00
            Stats  : +10/-17 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/lazarus/c/68068e97500dbadfa6b80eb2dc911d99820f5387?branch=multiple-IDE-widgetsets

            Log:
            - Updated to version 0.9.30
- Remove the obsolete .spec BuildRoot tag.
- Do not install manfiles for executables which are not in the path

---
diff --git a/.gitignore b/.gitignore
index e18d28a..00f2425 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 lazarus-0.9.28-src.tar.bz2
+/lazarus-0.9.30-src.tar.bz2

diff --git a/lazarus.spec b/lazarus.spec
index bb68358..1975076 100644
--- a/lazarus.spec
+++ b/lazarus.spec
@@ -1,6 +1,6 @@
 Name:           lazarus
-Version:        0.9.28.2
-Release:        3%{?dist}
+Version:        0.9.30
+Release:        1%{?dist}
 Summary:        Lazarus Component Library and IDE for Freepascal
 
 Group:          Development/Languages
@@ -10,7 +10,6 @@ URL:            http://www.lazarus.freepascal.org/
 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}-src.tar.bz2
 patch0:         Makefile_patch.diff
 patch1:         Desktop_patch.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  fpc, binutils, glibc-devel, desktop-file-utils, fpc-src, gtk2-devel 
 Requires:       fpc-src, fpc, binutils, glibc-devel, gdb, gtk2-devel 
@@ -18,7 +17,7 @@ Requires:       fpc-src, fpc, binutils, glibc-devel, gdb, gtk2-devel
 ExcludeArch:    s390 s390x
 
 %description
-A free and opensource RAD tool for freepascal using the lazarus
+A free and opensource RAD tool for Free Pascal using the Lazarus
 component library - LCL, which is also included in this package.
 
 %prep
@@ -34,9 +33,6 @@ cd tools
 find install -depth -type d ! \( -path "install/linux/*" -o -path "install/linux" -o -path "install" \) -exec rm -rf '{}' \;
 cd ..
 
-# Remove scripts vulnerable to symlink-attacks (bug 460642)
-rm tools/convert_po_file_to_utf-8.sh
-
 export FPCDIR=%{_datadir}/fpcsrc/
 fpcmake -Tall
 make tools OPT='-gl'
@@ -46,16 +42,7 @@ make lazbuilder OPT='-gl'
 %install
 rm -rf %{buildroot}
 
-# These files have the wrong executable-bit set in version 0.9.28:
-chmod -x lazarus/tools/chmmaker/chmwriter.lpi
-chmod -x lazarus/tools/chmmaker/unit1.pas
-chmod -x lazarus/tools/chmmaker/unit1.lfm
-chmod -x lazarus/tools/chmmaker/unit1.lrs
-chmod +x lazarus/components/lazsvnpkg/lazsvnpkg_images.sh
-chmod +x lazarus/examples/trayicon/createbundle.sh
-
 make -C lazarus install INSTALL_PREFIX=%{buildroot}%{_prefix} _LIB=%{_lib}
-make -C lazarus/install/man INSTALL_MANDIR=%{buildroot}%{_mandir}
 
 install -D -p -m 0644 lazarus/install/lazarus-mime.xml $LazBuildDir%{buildroot}%{_datadir}/mime/packages/lazarus.xml
 install -D -p -m 0644 lazarus/images/ide_icon48x48.png %{buildroot}%{_datadir}/pixmaps/lazarus.png
@@ -101,6 +88,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_mandir}/*/*
 
 %changelog
+* Wed Apr 27 2011 Joost van der Sluis <joost@cnoc.nl> - 0.9.30-1
+- Updated to version 0.9.30
+- Remove the obsolete .spec BuildRoot tag.
+- Do not install manfiles for executables which are not in the path
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.28.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 

diff --git a/sources b/sources
index aa76e18..e16d7f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52dc157fa1e83e90b5331820bd616d81  lazarus-0.9.28.2-src.tar.bz2
+5ece11700df569ebb518ccca37d93f1d  lazarus-0.9.30-src.tar.bz2

                 reply	other threads:[~2026-07-23  8:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178479465528.1.5655608434411046145.rpms-lazarus-68068e97500d@fedoraproject.org \
    --to=joost@cnoc.nl \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox