rpms/emelfm2/FC-5 .cvsignore, 1.10, 1.11 emelfm2-makefile.config.patch, 1.3, 1.4 emelfm2.spec, 1.14, 1.15 sources, 1.10, 1.11

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sun Feb 25 04:14:05 UTC 2007


Author: cwickert

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

Modified Files:
	.cvsignore emelfm2-makefile.config.patch emelfm2.spec sources 
Log Message:
update to 0.3.2 incl. e2-0.3.2-07-02-01.patch


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/emelfm2/FC-5/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	17 Dec 2006 19:19:43 -0000	1.10
+++ .cvsignore	25 Feb 2007 04:13:32 -0000	1.11
@@ -1 +1 @@
-emelfm2-0.3.1.tar.gz
+emelfm2-0.3.2.tar.gz

emelfm2-makefile.config.patch:

Index: emelfm2-makefile.config.patch
===================================================================
RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2-makefile.config.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emelfm2-makefile.config.patch	17 Dec 2006 19:19:43 -0000	1.3
+++ emelfm2-makefile.config.patch	25 Feb 2007 04:13:32 -0000	1.4
@@ -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


Index: emelfm2.spec
===================================================================
RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- emelfm2.spec	17 Dec 2006 19:19:43 -0000	1.14
+++ emelfm2.spec	25 Feb 2007 04:13:32 -0000	1.15
@@ -1,13 +1,14 @@
 Name:           emelfm2
-Version:        0.3.1
-Release:        1%{?dist}
+Version:        0.3.2
+Release:        2%{?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
+Patch1:         e2-0.3.2-07-02-01.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.6.0, gettext, desktop-file-utils
@@ -23,6 +24,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .orig
+%patch1 -p0 -b .07-02-01
 
 # fix for x86_64 libs
 sed -i 's!$(PREFIX)/lib/$(TARGET)/$(LIBS)/!$(PREFIX)/%{_lib}/$(TARGET)/$(LIBS)/!' Makefile
@@ -49,7 +51,6 @@
 
 desktop-file-install --vendor fedora                            \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-        --add-category Application                              \
         --add-category System                                   \
         --add-category Utility                                  \
         --delete-original                                       \
@@ -73,6 +74,13 @@
 
 	
 %changelog
+* Sat Feb 24 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.2-2
+- Include upstream's e2-0.3.2-07-02-01.patch fixing some bugs.
+
+* Fri Jan 19 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.2-1
+- Update 0.3.2.
+- Remove Category "Application" from emelfm2.desktop.
+
 * Sat Dec 16 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.1-1
 - Update 0.3.1.
 - Remove Category "X-Fedora" from emelfm2.desktop.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/emelfm2/FC-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	17 Dec 2006 19:19:43 -0000	1.10
+++ sources	25 Feb 2007 04:13:32 -0000	1.11
@@ -1 +1 @@
-c246141755a3c89137f307ce56c3c456  emelfm2-0.3.1.tar.gz
+8862daeec1fd8b433e6810511c058e75  emelfm2-0.3.2.tar.gz




More information about the scm-commits mailing list