public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/l3afpad] f43: Update to 0.8.18.1.11
Date: Thu, 24 Sep 2026 00:27:49 GMT	[thread overview]
Message-ID: <179020966909.1.9287036083774042716.rpms-l3afpad-1d96dc92f6d2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/l3afpad
Branch : f43
Commit : 1d96dc92f6d2078e046d3758d638c6da1d1e14f8
Author : Benedikt Schäfer <ib54003@fedoraproject.org>
Date   : 2026-09-24T10:26:51+10:00
Stats  : +26/-17 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/l3afpad/c/1d96dc92f6d2078e046d3758d638c6da1d1e14f8?branch=f43

Log:
Update to 0.8.18.1.11

---
diff --git a/.gitignore b/.gitignore
index 87fed01..2441bae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /l3afpad-0.8.18.1.10.tar.xz
+/l3afpad-0.8.18.1.11.tar.gz

diff --git a/l3afpad.spec b/l3afpad.spec
index cd70c65..ed3f84e 100644
--- a/l3afpad.spec
+++ b/l3afpad.spec
@@ -1,17 +1,20 @@
 Name:           l3afpad
-Version:        0.8.18.1.10
-Release:        31%{?dist}
+Version:        0.8.18.1.11
+Release:        1%{?dist}
 Summary:        Simple text editor forked from Leafpad, supports GTK+ 3.x
 
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
 License:        GPL-2.0-or-later
-URL:            http://www.calno.com/%{name}/
-Source0:        http://www.calno.com/%{name}/%{name}-%{version}.tar.xz
-
+URL:            https://github.com/stevenhoneyman/l3afpad
+Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 
 BuildRequires:  gcc
-BuildRequires:  gtk3-devel, intltool, gettext, desktop-file-utils
-BuildRequires: make
+BuildRequires:  make
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gtk3-devel
+BuildRequires:  intltool
+BuildRequires:  gettext
+BuildRequires:  desktop-file-utils
 
 
 %description
@@ -19,25 +22,25 @@ L3afpad is a simple GTK+ text editor that emphasizes simplicity.
 As development focuses on keeping weight down to a minimum, only
 the most essential features are implemented in the editor.
 L3afpad is simple to use, is easily compiled, requires few
-libraries, and starts up quickly. 
+libraries, and starts up quickly.
 
 %prep
-%setup -q %{nam}
+%autosetup
 
 %build
+intltoolize -c --automake --force
+autoreconf -fi
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
-
-desktop-file-install %{buildroot}/%{_datadir}/applications/%{name}.desktop
-
+%make_install
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name}
 
 
 %files -f %{name}.lang
+%license COPYING
 %doc AUTHORS ChangeLog README
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
@@ -47,6 +50,11 @@ desktop-file-install %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 
 %changelog
+* Thu Sep 24 2026 Benedikt Schäfer <ib54003@fedoraproject.org> - 0.8.18.1.11-1
+- Update to 0.8.18.1.11
+- Switch Source0 to GitHub upstream, regenerate autotools
+- Modernize spec (autosetup, make macros, license file)
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.18.1.10-31
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 1c8eb38..a067c23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f31e3fc19420384fa3be6cc4ee222d7  l3afpad-0.8.18.1.10.tar.xz
+SHA512 (l3afpad-0.8.18.1.11.tar.gz) = f77494afc81d4c8586a976318d77d194eedf8414fc896cc9e2593de00dd3bb8c157f199a44908147b467f04b7a76c2c20aa67c64567685a77421ba0c2bff4643

                 reply	other threads:[~2026-09-24  0:27 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=179020966909.1.9287036083774042716.rpms-l3afpad-1d96dc92f6d2@fedoraproject.org \
    --to=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