From dd2b9e422955e2cdff842c3442b12fed73cc05a02c809a73aaaba0e73f3b1bb4 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar Date: Thu, 18 Sep 2014 08:39:51 +0000 Subject: [PATCH] Accepting request 250053 from home:dmacvicar:branches:Java:packages - Remove upstream git URL for MANIFEST.MF as it is not versioned. File will change and Factory bots will complain. OBS-URL: https://build.opensuse.org/request/show/250053 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ecj?expand=0&rev=22 --- ecj.changes | 7 +++++++ ecj.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ecj.changes b/ecj.changes index 4ec32bc..34efd2e 100644 --- a/ecj.changes +++ b/ecj.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 18 08:29:22 UTC 2014 - dmacvicar@suse.de + +- Remove upstream git URL for MANIFEST.MF as it is not + versioned. File will change and Factory bots will + complain. + ------------------------------------------------------------------- Thu Sep 18 06:01:18 UTC 2014 - dmacvicar@suse.de diff --git a/ecj.spec b/ecj.spec index ea379a3..c988f91 100644 --- a/ecj.spec +++ b/ecj.spec @@ -35,7 +35,8 @@ Source2: %{name}-gcj.tar.bz2 # No dependencies are needed for ecj, dependencies are for using of jdt.core which makes no sense outside of eclipse Source3: ecj-4.4.pom Source4: ecj.1 -Source5: http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/plain/org.eclipse.jdt.core/scripts/binary/META-INF/MANIFEST.MF +# http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/plain/org.eclipse.jdt.core/scripts/binary/META-INF/MANIFEST.MF +Source5: META-INF/MANIFEST.MF # Always generate debug info when building RPMs (Andrew Haley) Patch0: %{name}-rpmdebuginfo.patch # build.xml fails to include a necessary .props file in the built ecj.jar