From 9949e58139f08d8ec07327e1b89c2ffcb8d00ca1 Mon Sep 17 00:00:00 2001 From: Steve Cossette Date: Tue, 30 Jan 2024 16:46:34 -0500 Subject: [PATCH] Update to 1.2.0 --- .gitignore | 1 + sources | 2 +- xdg-utils.spec | 16 +++++++--------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 617d617..0273d60 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /xdg-utils-1.1.3.tar.gz.md5sum /xdg-utils-1.1.3.tar.gz.sha1sum /xdg-utils-21fb316bea83e3374eafc7fbf1e25a0ccdda92cb.tar.gz +/xdg-utils-v1.2.0.tar.gz diff --git a/sources b/sources index 06a36cb..46d2084 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-utils-21fb316bea83e3374eafc7fbf1e25a0ccdda92cb.tar.gz) = aa820c3a8f6ecb259d4ed70b748a6c75741d25b9e2cb0462375e67e18e155eb6a711fc19e038e196bbce1000233f71f523bf8711384565a731e627152fe3bb2b +SHA512 (xdg-utils-v1.2.0.tar.gz) = 4d4f7dda1ef3c041e08de03631f264edaec6740d1bf04e84fa080a2beaf6fd894b6cf225b5de4bbb1dd83f05140e0a37c64a0f5f172ded1c69fbd80d041dc95a diff --git a/xdg-utils.spec b/xdg-utils.spec index c227f32..6fb14d9 100644 --- a/xdg-utils.spec +++ b/xdg-utils.spec @@ -1,18 +1,13 @@ -%global basever 1.2.0 -%global commit 21fb316bea83e3374eafc7fbf1e25a0ccdda92cb -%global commitdate 20231511 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) - Summary: Basic desktop integration functions Name: xdg-utils -Version: %{basever}%{?commitdate:~git%{commitdate}.%{shortcommit}} -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} URL: https://www.freedesktop.org/wiki/Software/xdg-utils/ %if 0%{?snap:1} Source0: xdg-utils-%{version}-%{snap}.tar.gz %else -Source0: https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/%{commit}/xdg-utils-%{commit}.tar.gz +Source0: https://gitlab.freedesktop.org/xdg/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.gz %endif License: MIT @@ -52,7 +47,7 @@ The following scripts are provided at this time: %prep -%autosetup -n %{name}-%{commit} -p1 +%autosetup -n %{name}-v%{version} -p1 %build @@ -90,6 +85,9 @@ make man scripts %{?_smp_mflags} -C scripts %changelog +* Tue Jan 30 2024 Steve Cossette - 1.2.0-1 +- Release to 1.2.0 final + * Sat Jan 27 2024 Fedora Release Engineering - 1.2.0~git20231511.21fb316-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild