[eclipse-changelog/f17] Force qualifier to match upstream Linux Tools 1.0.0.

Jeff Johnston jjohnstn at fedoraproject.org
Thu Jul 5 18:49:50 UTC 2012


commit 83a7b4ba71c97b1d6700ff08839d7e89344c7382
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Thu Jul 5 14:49:29 2012 -0400

    Force qualifier to match upstream Linux Tools 1.0.0.
    
    - Fix previous changelog entry.

 eclipse-changelog.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-changelog.spec b/eclipse-changelog.spec
index 0f3a781..65bdbc5 100644
--- a/eclipse-changelog.spec
+++ b/eclipse-changelog.spec
@@ -5,7 +5,7 @@ Epoch: 1
 
 Name:           eclipse-changelog
 Version:        2.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Eclipse ChangeLog plug-in
 
 Group:          Development/Tools
@@ -52,7 +52,8 @@ entries containing function or method names.
 
 %build
 %{_bindir}/eclipse-pdebuild -d cdt \
- -f org.eclipse.linuxtools.changelog
+ -f org.eclipse.linuxtools.changelog \
+ -a "-DjavacSource=1.6 -DjavacTarget=1.6 -DforceContextQualifier=%{qualifier}"
 
 
 %install
@@ -67,7 +68,11 @@ unzip -q -d $installDir \
 %{install_loc}
 
 %changelog
-* Mon Jul 03 2012 Jeff Johnston <jjohnstn at redhat.com> 1:2.8.0-1
+* Wed Jul 04 2012 Jeff Johnston <jjohnstn at redhat.com> 1:2.8.0-2
+- Force qualifier to match upstream Linux Tools 1.0.0.
+- Fix previous changelog entry.
+
+* Tue Jul 03 2012 Jeff Johnston <jjohnstn at redhat.com> 1:2.8.0-1
 - Add Requires dependency on eclipse-cdt due to cparser requirements.
 - Update to Linux Tools 1.0.0 release.
 


More information about the scm-commits mailing list