From 57430af22e4d6bcedac64dfad048cdbbed4cb86a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 7 Feb 2014 08:50:28 -0600 Subject: [PATCH] 1.1.0-rc2 --- .gitignore | 1 + sources | 2 +- xdg-utils.spec | 14 +++++++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 3b0e16f..c36e69c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xdg-utils-1.1.0-20120809git.tar.gz /xdg-utils-1.1.0-20131005git.tar.gz +/xdg-utils-1.1.0-rc2.tar.gz diff --git a/sources b/sources index 1c09beb..cf7e1bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de8b4854035511ebfffdda3df790fd8e xdg-utils-1.1.0-20131005git.tar.gz +38b6f1d38cb02297ddbf64dba0a907a4 xdg-utils-1.1.0-rc2.tar.gz diff --git a/xdg-utils.spec b/xdg-utils.spec index 06819e3..adc81b4 100644 --- a/xdg-utils.spec +++ b/xdg-utils.spec @@ -1,15 +1,14 @@ -%define snap 20131005git -#define pre rc1 +%define pre rc2 Summary: Basic desktop integration functions Name: xdg-utils Version: 1.1.0 -Release: 0.18.%{snap}%{?dist} +Release: 0.20.%{pre}%{?dist} URL: http://portland.freedesktop.org/ -%if 0%{?snap:1} -Source0: xdg-utils-%{version}-%{snap}.tar.gz +%if 0%{?pre:1} +Source0: http://people.freedesktop.org/~rdieter/xdg-utils/xdg-utils-%{version}%{?pre:-%{pre}}.tar.gz Source1: xdg-utils-git_checkout.sh %else Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?pre:-%{pre}}.tar.gz @@ -19,10 +18,8 @@ Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -%if 0%{?snap:1} BuildRequires: gawk BuildRequires: xmlto text-www-browser -%endif Requires: coreutils Requires: desktop-file-utils @@ -97,6 +94,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 07 2014 Rex Dieter 1.1.0-0.20.rc2 +- 1.1.0-rc2 + * Sat Oct 05 2013 Rex Dieter 1.1.0-0.18.20131005git - 20131005 snapshot