rpms/emelfm2/FC-4 emelfm2-makefile.config.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 emelfm2.spec, 1.5, 1.6 sources, 1.5, 1.6 emelfm2-0.1.2-makefile.config.patch, 1.1, NONE

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Jun 3 00:34:07 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/emelfm2/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27731/FC-4

Modified Files:
	.cvsignore emelfm2.spec sources 
Added Files:
	emelfm2-makefile.config.patch 
Removed Files:
	emelfm2-0.1.2-makefile.config.patch 
Log Message:
update to 0.1.7 for FE4 and 5

emelfm2-makefile.config.patch:

--- NEW FILE emelfm2-makefile.config.patch ---
--- 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 ###


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/emelfm2/FC-4/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	14 Mar 2006 23:03:19 -0000	1.5
+++ .cvsignore	3 Jun 2006 00:34:07 -0000	1.6
@@ -1 +1 @@
-emelfm2-0.1.6.tar.gz
+emelfm2-0.1.7.tar.gz


Index: emelfm2.spec
===================================================================
RCS file: /cvs/extras/rpms/emelfm2/FC-4/emelfm2.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- emelfm2.spec	14 Mar 2006 23:03:19 -0000	1.5
+++ emelfm2.spec	3 Jun 2006 00:34:07 -0000	1.6
@@ -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 @@
 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,10 +64,16 @@
 
 	
 %changelog
+* Thu Apr 23 2006 Christoph Wickert <fedora wickert arcor de> - 0.1.7-1
+- Update to 0.1.7.
+
 * Tue Mar 14 2006 Christoph Wickert <fedora wickert arcor de> - 0.1.6-1
 - Update to 0.1.6.
 - Add Requires for plugins.
 
+* Sat Feb 18 2006 Christoph Wickert <fedora wickert arcor de> - 0.1.5-2
+- Rebuild for Fedora Extras 5.
+
 * Thu Jan 26 2006 Christoph Wickert <fedora wickert arcor de> - 0.1.5-1
 - Update to 0.1.5.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/emelfm2/FC-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	14 Mar 2006 23:03:19 -0000	1.5
+++ sources	3 Jun 2006 00:34:07 -0000	1.6
@@ -1 +1 @@
-389f78c70df52c592e61b873ce69ec30  emelfm2-0.1.6.tar.gz
+c4d1e2a539e165e8b0e5f9b0f3c3b215  emelfm2-0.1.7.tar.gz


--- emelfm2-0.1.2-makefile.config.patch DELETED ---




More information about the scm-commits mailing list