[eclipse-changelog] Add Requires dependency on eclipse-cdt due to cparser requirements.

Jeff Johnston jjohnstn at fedoraproject.org
Tue Jul 3 22:06:18 UTC 2012


commit b5c64dca43d1de70bfeaac5b5e888485a547530a
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Tue Jul 3 18:05:52 2012 -0400

    Add Requires dependency on eclipse-cdt due to cparser requirements.
    
    - Update to Linux Tools 1.0.0 release.

 .gitignore             |    1 +
 eclipse-changelog.spec |   20 +++++++++++++-------
 sources                |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1450b29..4a2e3fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ eclipse-changelog-src-R0_6_0
 linuxtools-changelog-0.0.1-src.tar.bz2
 /linuxtools-changelog-parent-0.9.0-src.tar.bz2
 /linuxtools-changelog-parent-0.10.0-src.tar.bz2
+/linuxtools-changelog-parent-1.0.0-src.tar.bz2
diff --git a/eclipse-changelog.spec b/eclipse-changelog.spec
index 831c36b..0f3a781 100644
--- a/eclipse-changelog.spec
+++ b/eclipse-changelog.spec
@@ -1,11 +1,11 @@
-%define qualifier      201106060936
+%define qualifier      201206130106
 %global install_loc    %{_datadir}/eclipse/dropins/changelog
 
 Epoch: 1
 
 Name:           eclipse-changelog
-Version:        2.7.0
-Release:        7%{?dist}
+Version:        2.8.0
+Release:        1%{?dist}
 Summary:        Eclipse ChangeLog plug-in
 
 Group:          Development/Tools
@@ -19,7 +19,7 @@ Provides:       eclipse-changelog-cdt = %{epoch}:%{version}-%{release}
 Provides:       eclipse-changelog-jdt = %{epoch}:%{version}-%{release}
 
 # Note that 0.10.0 is the linuxtools release, not individual features
-Source0:        http://download.eclipse.org/technology/linuxtools/0.10.0-sources/linuxtools-changelog-parent-0.10.0-src.tar.bz2
+Source0:        http://download.eclipse.org/linuxtools/1.0.0-sources/linuxtools-changelog-parent-1.0.0-src.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -33,11 +33,13 @@ BuildRequires:          java-devel >= 1.4.2
 %if 0%{?rhel} >= 6
 ExclusiveArch: %{ix86} x86_64
 %else
-BuildArch:     noarch
+ExclusiveArch: %{ix86} x86_64 ppc ia64 ppc64 %{arm} s390 s390x
 %endif
+
 %define debug_package %{nil}
 
 Requires:               eclipse-platform >= 1:3.7.0
+Requires:               eclipse-cdt >= 1:7.0.0
 
 %description
 The Eclipse ChangeLog package contains Eclipse features and plugins that are
@@ -46,7 +48,7 @@ fragments for parsing C, C++, and Java source files to create more detailed
 entries containing function or method names.
 
 %prep
-%setup -q -c -n linuxtools-changelog-parent-0.10.0-src
+%setup -q -c -n linuxtools-changelog-parent-1.0.0-src
 
 %build
 %{_bindir}/eclipse-pdebuild -d cdt \
@@ -61,10 +63,14 @@ unzip -q -d $installDir \
  build/rpmBuild/org.eclipse.linuxtools.changelog.zip
 
 %files
-%doc linuxtools-changelog-parent-0.10.0-src/org.eclipse.linuxtools.changelog/epl-v10.html
+%doc linuxtools-changelog-parent-1.0.0-src/org.eclipse.linuxtools.changelog/epl-v10.html
 %{install_loc}
 
 %changelog
+* Mon 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.
+
 * Wed May 23 2012 Andrew Robinson <arobinso at redhat.com> 1:2.7.0-7
 - Make changelog resolve properly for pdebuild on x86_64.
 
diff --git a/sources b/sources
index 9ec8847..e5c1fa3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6048b6251a966e55a18cdc55e58c52a1  linuxtools-changelog-parent-0.10.0-src.tar.bz2
+77b231e5ba39117bcba0933d2f228638  linuxtools-changelog-parent-1.0.0-src.tar.bz2


More information about the scm-commits mailing list