From 315c13ceabf6bcb313ea46e30dc685a15f152173 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 10 Nov 2024 09:49:17 -0500 Subject: [PATCH] Update to 4.19.4 --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 19 +++++++++++-------- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 48d7cb3..676a39d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.16.0.tar.bz2 /xfce4-dev-tools-4.18.0.tar.bz2 /xfce4-dev-tools-4.18.1.tar.bz2 +/xfce4-dev-tools-4.19.4.tar.bz2 diff --git a/sources b/sources index 38ba8dd..22a4359 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-dev-tools-4.18.1.tar.bz2) = 8fa65aa57450d3e65ef55bf86e8a113c06e64289a9f71875049b422da2a8bdfcdd36c3a3e94a3c0e7c602a3e9577eca14d63318489f81fd88d6743e188636304 +SHA512 (xfce4-dev-tools-4.19.4.tar.bz2) = 433873a7058d71b24035ae8408625af3e440329dfec178c89c95e44cd35b4d11ed7002d454ba75dce11ff16b381f00c41b0660cb54cdc4e4cdeb4905cc818152 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 337bd9e..5bff61e 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,15 +1,15 @@ -%global xfceversion 4.18 +%global prerel pre1 +%global xfceversion 4.20%{?prerel} Name: xfce4-dev-tools -Version: 4.18.1 +Version: 4.19.4 Release: %autorelease Summary: Xfce developer tools -# Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later -URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ -#VCS git:git://git.xfce.org/xfce/xfce4-dev-tools -Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/%{xfceversion}/%{name}-%{version}.tar.bz2 +URL: https://docs.xfce.org/xfce/xfce4-dev-tools/start +#VCS git:https://gitlab.xfce.org/xfce/xfce4-dev-tools.git +Source0: http://archive.xfce.org/xfce/%{xfceversion}/src/%{name}-%{version}.tar.bz2 BuildRequires: gettext-devel BuildRequires: libtool @@ -17,6 +17,7 @@ BuildRequires: intltool BuildRequires: make BuildRequires: glib2-devel BuildRequires: libxslt-devel +BuildRequires: meson Requires: autoconf Requires: automake Requires: gawk @@ -27,10 +28,10 @@ Requires: intltool %description This package contains common tools required by Xfce developers and people -that want to build Xfce from SVN. +that want to build Xfce from Git. %prep -%setup -q +%autosetup %build %configure @@ -49,7 +50,9 @@ that want to build Xfce from SVN. %{_bindir}/xfce-get-translations %{_bindir}/xfce-update-news %{_bindir}/xdt-autogen +%{_bindir}/xdt-check-abi %{_bindir}/xdt-csource +%{_bindir}/xdt-gen-visibility %{_datadir}/aclocal/* %{_mandir}/man1/xdt-csource.1.gz