diff --git a/.cvsignore b/.cvsignore index 063f671..9695cd5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -emelfm2-0.3.1.tar.gz +emelfm2-0.3.2.tar.gz diff --git a/emelfm2-makefile.config.patch b/emelfm2-makefile.config.patch index 560cf9b..5a734ed 100644 --- a/emelfm2-makefile.config.patch +++ b/emelfm2-makefile.config.patch @@ -1,5 +1,5 @@ ---- Makefile.config.orig 2006-11-25 02:06:37.000000000 +0100 -+++ Makefile.config 2006-11-11 22:30:33.000000000 +0100 +--- Makefile.config.orig 2007-01-13 22:44:02.000000000 +0100 ++++ Makefile.config 2007-01-19 13:00:41.000000000 +0100 @@ -12,7 +12,7 @@ ### documentation ### ##################### @@ -9,12 +9,18 @@ #the name of the default main-user-guide document HELPDOC ?= USAGE -@@ -87,7 +87,7 @@ +@@ -87,12 +87,12 @@ # setting this to 1 includes code (not much) that is applicable only # to Gtk versions > 2.6, if the build-system has any such Gtk -USE_LATEST ?= 0 +USE_LATEST ?= 1 + # setting this to 1 utilises replacement code for command execution. It's known + # to wotk reasonably for some (most ?) OS's, but NOT for linux 2.4 (though it's + # not fatal for that, just wasteful of CPU cycles) +-NEW_COMMAND ?= 0 ++NEW_COMMAND ?= 1 + # setting DEBUG to 0/1 turns debugging off/on DEBUG ?= 0 diff --git a/emelfm2.spec b/emelfm2.spec index cdb4c64..049e301 100644 --- a/emelfm2.spec +++ b/emelfm2.spec @@ -1,12 +1,12 @@ Name: emelfm2 -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File License: GPL URL: http://emelfm2.net/ -Source0: http://emelfm2.net/rel/emelfm2-0.3.1.tar.gz +Source0: http://emelfm2.net/rel/emelfm2-0.3.2.tar.gz Patch0: emelfm2-makefile.config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -49,7 +49,6 @@ make install_i18n PREFIX=$RPM_BUILD_ROOT%{_prefix} desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category Application \ --add-category System \ --add-category Utility \ --delete-original \ @@ -73,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 19 2007 Christoph Wickert - 0.3.2-1 +- Update 0.3.2. +- Remove Category "Application" from emelfm2.desktop. + * Sat Dec 16 2006 Christoph Wickert - 0.3.1-1 - Update 0.3.1. - Remove Category "X-Fedora" from emelfm2.desktop. diff --git a/sources b/sources index d13e8fb..4650030 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c246141755a3c89137f307ce56c3c456 emelfm2-0.3.1.tar.gz +8862daeec1fd8b433e6810511c058e75 emelfm2-0.3.2.tar.gz