From c768d0ba0f170d226bc955de4d5294d550e1b2d7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 2 Mar 2012 13:52:49 -0600 Subject: [PATCH] 20120302 snapshot - patches for unknown DE (#769305) --- .gitignore | 1 + sources | 2 +- xdg-utils.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d39583c..b2283a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xdg-utils-1.1.0-20110714.tar.gz /xdg-utils-1.1.0-20111207git.tar.gz +/xdg-utils-1.1.0-20120302git.tar.gz diff --git a/sources b/sources index f4b9f95..38ad46b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac5ed7a833ec2cf6b731da8af0771d6b xdg-utils-1.1.0-20111207git.tar.gz +eea9e674b253bcd1d93a87cf5717b7da xdg-utils-1.1.0-20120302git.tar.gz diff --git a/xdg-utils.spec b/xdg-utils.spec index 5580983..d59b3ab 100644 --- a/xdg-utils.spec +++ b/xdg-utils.spec @@ -1,15 +1,15 @@ -%define snap 20111207 +%define snap 20120302git #define pre rc1 Summary: Basic desktop integration functions Name: xdg-utils Version: 1.1.0 -Release: 0.11.%{snap}%{?dist} +Release: 0.12.%{snap}%{?dist} URL: http://portland.freedesktop.org/ %if 0%{?snap:1} -Source0: xdg-utils-%{version}-%{snap}git.tar.gz +Source0: xdg-utils-%{version}-%{snap}.tar.gz Source1: xdg-utils-git_checkout.sh %else Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?pre:-%{pre}}.tar.gz @@ -19,7 +19,7 @@ Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -%if 0%{?snap} +%if 0%{?snap:1} BuildRequires: gawk BuildRequires: xmlto %endif @@ -101,6 +101,10 @@ rm -rf %{buildroot} %changelog +* Fri Mar 02 2012 Rex Dieter 1.1.0-0.12.20120302git +- 20120302 snapshot +- patches for unknown DE (#769305) + * Sat Jan 14 2012 Fedora Release Engineering - 1.1.0-0.11.20111207 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild