diff --git a/.cvsignore b/.cvsignore index e6be675..2f1a783 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -emelfm2-0.1.6.tar.gz +emelfm2-0.1.7.tar.gz diff --git a/emelfm2-0.1.2-makefile.config.patch b/emelfm2-0.1.2-makefile.config.patch deleted file mode 100644 index bcc22df..0000000 --- a/emelfm2-0.1.2-makefile.config.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.config.orig 2005-09-13 02:06:53.000000000 +0200 -+++ Makefile.config 2005-09-22 04:01:53.000000000 +0200 -@@ -2,7 +2,7 @@ - ### installation (where) ### - ############################ - --PREFIX ?= /usr/local -+PREFIX ?= %PREFIX% - - #on debian systems, install to X11R6/bin by default - ifeq ($(shell ls /etc/debian_version 2>/dev/null), /etc/debian_version) -@@ -12,7 +12,7 @@ - endif - - # setting this to 1 makes the default docs dir include the current version no. --DOCS_VERSION ?= 0 -+DOCS_VERSION ?= 1 - - #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile - -@@ -82,7 +82,7 @@ - - # setting this to 1 includes code (not much) that is applicable - # only to Gtk versions > 2.4 --USE_LATEST ?= 0 -+USE_LATEST ?= 1 - - ######################### - ### documentation ### diff --git a/emelfm2-makefile.config.patch b/emelfm2-makefile.config.patch new file mode 100644 index 0000000..487913b --- /dev/null +++ b/emelfm2-makefile.config.patch @@ -0,0 +1,29 @@ +--- Makefile.config.orig 2005-09-13 02:06:53.000000000 +0200 ++++ Makefile.config 2005-09-22 04:01:53.000000000 +0200 +@@ -2,7 +2,7 @@ + ### installation (where) ### + ############################ + +-PREFIX ?= /usr/local ++PREFIX ?= %PREFIX% + + #on debian systems, install to X11R6/bin by default + ifeq ($(shell ls /etc/debian_version 2>/dev/null), /etc/debian_version) +@@ -12,7 +12,7 @@ + endif + + # setting this to 1 makes the default docs dir include the current version no. +-DOCS_VERSION ?= 0 ++DOCS_VERSION ?= 1 + + #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile + +@@ -69,7 +69,7 @@ + + # setting this to 1 includes code (not much) that is applicable + # only to Gtk versions > 2.4 +-USE_LATEST ?= 0 ++USE_LATEST ?= 1 + + ######################### + ### documentation ### diff --git a/emelfm2.spec b/emelfm2.spec index 7e929a0..8d4f956 100644 --- a/emelfm2.spec +++ b/emelfm2.spec @@ -1,5 +1,5 @@ Name: emelfm2 -Version: 0.1.6 +Version: 0.1.7 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design @@ -7,7 +7,7 @@ Group: Applications/File License: GPL URL: http://emelfm2.net/ Source0: http://emelfm2.net/rel/emelfm2-%{version}.tar.gz -Patch0: %{name}-0.1.2-makefile.config.patch +Patch0: emelfm2-makefile.config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 23 2006 Christoph Wickert - 0.1.7-1 +- Update to 0.1.7. + * Tue Mar 14 2006 Christoph Wickert - 0.1.6-1 - Update to 0.1.6. - Add Requires for plugins. diff --git a/sources b/sources index 12cb9bd..808b392 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -389f78c70df52c592e61b873ce69ec30 emelfm2-0.1.6.tar.gz +c4d1e2a539e165e8b0e5f9b0f3c3b215 emelfm2-0.1.7.tar.gz