|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 6;
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
@ -11,13 +11,13 @@
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
|
|
Name: libpanel
|
|
|
|
|
Version: 1.4.1
|
|
|
|
|
Version: 1.8.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: IDE paneling library for GTK
|
|
|
|
|
|
|
|
|
|
License: LGPL-3.0-or-later
|
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/libpanel
|
|
|
|
|
Source0: https://download.gnome.org/sources/libpanel/1.4/libpanel-%{tarball_version}.tar.xz
|
|
|
|
|
Source0: https://download.gnome.org/sources/libpanel/1.8/libpanel-%{tarball_version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: meson
|
|
|
|
@ -80,6 +80,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Mon Nov 04 2024 Christian Hergert <chergert@redhat.com> - 1.8.1-1
|
|
|
|
|
- Update to 1.8.1
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.4.1-6
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|