From 637a6309088b5f722655c812029c7c904e4506ff Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 28 Oct 2010 15:57:58 -0500 Subject: [PATCH] - lxde support (#580835, fdo#26058)) --- .gitignore | 2 +- sources | 2 +- xdg-utils.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d027d0b..4714bbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -xdg-utils-20100709.tgz +/xdg-utils-20101028.tgz diff --git a/sources b/sources index 31b9348..17ed2c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84fc518df2d6d00c42bacddfaf702644 xdg-utils-20100709.tgz +8c7b2581c420b534a1d6692ef49ca1aa xdg-utils-20101028.tgz diff --git a/xdg-utils.spec b/xdg-utils.spec index b7c9cbf..b8dbae9 100644 --- a/xdg-utils.spec +++ b/xdg-utils.spec @@ -3,12 +3,12 @@ %define obsoletes_htmlview 1 %endif -%define cvs 20100709 +%define cvs 20101028 Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0.2 -Release: 20.%{cvs}%{?dist} +Release: 21.%{cvs}%{?dist} URL: http://portland.freedesktop.org/ %if 0%{?cvs:1} @@ -111,6 +111,9 @@ rm -rf %{buildroot} %changelog +* Thu Oct 28 2010 Rex Dieter - 1.0.2-21.20101028 +- lxde support (#580835, fdo#26058)) + * Fri Jul 09 2010 Rex Dieter - 1.0.2-20.20100709 - xdg-screensaver: consider gnome-screensaver a separate DE (fdo#20027)