rpms/eclipse-rpm-editor/devel fix_bz319742_backport.patch, NONE, 1.1 eclipse-rpm-editor.spec, 1.32, 1.33 .cvsignore, 1.17, 1.18 sources, 1.18, 1.19 rpmtools-refresh.patch, 1.1, NONE

jerboaa jerboaa at fedoraproject.org
Wed Jul 21 15:01:49 UTC 2010


Author: jerboaa

Update of /cvs/pkgs/rpms/eclipse-rpm-editor/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25837/devel

Modified Files:
	eclipse-rpm-editor.spec .cvsignore sources 
Added Files:
	fix_bz319742_backport.patch 
Removed Files:
	rpmtools-refresh.patch 
Log Message:
* Tue Jul 20 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.6.0-1
- Update to Linux Tools 0.6 release

fix_bz319742_backport.patch:
 PreferenceConstants.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE fix_bz319742_backport.patch ---
Index: org.eclipse.linuxtools.rpm.ui.editor/src/org/eclipse/linuxtools/rpm/ui/editor/preferences/PreferenceConstants.java
===================================================================
--- org.eclipse.linuxtools.rpm.ui.editor/src/org/eclipse/linuxtools/rpm/ui/editor/preferences/PreferenceConstants.java	(revision 25288)
+++ org.eclipse.linuxtools.rpm.ui.editor/src/org/eclipse/linuxtools/rpm/ui/editor/preferences/PreferenceConstants.java	(revision 25289)
@@ -70,7 +70,7 @@
 	 */
 
 	public static final String DP_RPM_LIST_FILEPATH = System
-			.getProperty("user.dir") + "/.pkglist"; //$NON-NLS-1$ //$NON-NLS-2$
+			.getProperty("user.home") + System.getProperty("file.separator") + ".pkglist"; //$NON-NLS-1$ //$NON-NLS-2$
 	public static final String DP_RPM_LIST_MAX_PROPOSALS = "10"; //$NON-NLS-1$
 	public static final String DP_RPMTOOLS_RPM = "rpm -qa --qf '%{NAME}\\n'"; //$NON-NLS-1$
 	public static final String DP_RPMTOOLS_YUM = "yum -C list all | grep - | cut -d \".\" -f 1"; //$NON-NLS-1$


Index: eclipse-rpm-editor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/eclipse-rpm-editor.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- eclipse-rpm-editor.spec	9 Apr 2010 06:44:26 -0000	1.32
+++ eclipse-rpm-editor.spec	21 Jul 2010 15:01:49 -0000	1.33
@@ -1,19 +1,19 @@
 %define eclipse_base        %{_libdir}/eclipse
 %define install_loc         %{_datadir}/eclipse/dropins
-%define qualifier           201003171651
+%define qualifier           201007201624
 
 Name:           eclipse-rpm-editor
-Version:        0.5.0
-Release:        2%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        RPM Specfile editor for Eclipse
 Group:          Development/Tools
 License:        EPL
 URL:            http://www.eclipse.org/linuxtools/
 # This tarball was made using the included script, like so:
-#   sh ./fetch-specfile-editor.sh %{tag_name} %{version}
+#   sh ./fetch-specfile-editor.sh R0_6_0 0.6.0
 Source0:        specfile-editor-fetched-src-%{version}.tar.bz2
 Source1:        fetch-specfile-editor.sh
-Patch0:         rpmtools-refresh.patch
+Patch0:         fix_bz319742_backport.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: java-devel >= 1.5.0
@@ -35,8 +35,8 @@ useful for maintenance of RPM specfiles 
 
 %prep
 %setup -q -n specfile-editor-fetched-src-%{version}
-pushd org.eclipse.linuxtools.rpm.ui.editor
 %patch0
+pushd org.eclipse.linuxtools.rpm.ui.editor
 popd
 
 %build
@@ -63,6 +63,9 @@ rm -rf %{buildroot}
 %{install_loc}/rpm-editor
 
 %changelog
+* Tue Jul 20 2010 Severin Gehwolf <sgehwolf at, redhat.com> 0.6.0-1
+- Update to Linux Tools 0.6 release
+
 * Fri Apr 9 2010 Alexander Kurtakov <akurtako at redhat.com> 0.5.0-2
 - Add patch to dinamically refresh package completion based on the tool selected.
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	22 Mar 2010 08:53:03 -0000	1.17
+++ .cvsignore	21 Jul 2010 15:01:49 -0000	1.18
@@ -4,3 +4,4 @@ specfile-editor-fetched-src-0.4.2.tar.bz
 eclipse-rpm-editor-0.4.2-3.fc12.src.rpm
 specfile-editor-fetched-src-0.4.3.tar.bz2
 specfile-editor-fetched-src-0.5.0.tar.bz2
+specfile-editor-fetched-src-0.6.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	22 Mar 2010 08:53:03 -0000	1.18
+++ sources	21 Jul 2010 15:01:49 -0000	1.19
@@ -1 +1,2 @@
 ce61df272726c002934b682adf26d43e  specfile-editor-fetched-src-0.5.0.tar.bz2
+e89c91def94c4a1f1c4b42e49fb3c7a4  specfile-editor-fetched-src-0.6.0.tar.bz2


--- rpmtools-refresh.patch DELETED ---



More information about the scm-commits mailing list