diff --git a/.devtoolset-3-eclipse-emf.metadata b/.devtoolset-3-eclipse-emf.metadata
new file mode 100644
index 0000000..6e3b02b
--- /dev/null
+++ b/.devtoolset-3-eclipse-emf.metadata
@@ -0,0 +1 @@
+9bbb92a6ea7439d993328d39227579dfac079048 SOURCES/org.eclipse.emf-R2_10_0.tar.bz2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1983433
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+SOURCES/org.eclipse.emf-R2_10_0.tar.bz2
diff --git a/README.md b/README.md
deleted file mode 100644
index 98f42b4..0000000
--- a/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-The master branch has no content
-
-Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6
-If you find this file in a distro specific branch, it means that no content has been checked in yet
diff --git a/SOURCES/eclipse-emf-build-docs.patch b/SOURCES/eclipse-emf-build-docs.patch
new file mode 100644
index 0000000..946669b
--- /dev/null
+++ b/SOURCES/eclipse-emf-build-docs.patch
@@ -0,0 +1,7 @@
+--- features/org.eclipse.emf.sdk-feature/build.properties.old 2011-09-15 10:35:00.000000000 -0400
++++ features/org.eclipse.emf.sdk-feature/build.properties 2011-09-15 10:35:39.000000000 -0400
+@@ -2,3 +2,4 @@
+ feature.properties,\
+ eclipse_update_120.jpg
+ generate.feature@org.eclipse.emf.source=org.eclipse.emf.sdk, exclude@org.eclipse.emf.doc, exclude@org.eclipse.emf.example.installer, exclude@org.eclipse.emf.mapping.ecore, exclude@org.eclipse.emf.mapping.ecore.editor
++generate.feature@org.eclipse.emf.doc.source=org.eclipse.emf.doc
diff --git a/SOURCES/eclipse-emf-fix-missing-index.patch b/SOURCES/eclipse-emf-fix-missing-index.patch
new file mode 100644
index 0000000..9e71a02
--- /dev/null
+++ b/SOURCES/eclipse-emf-fix-missing-index.patch
@@ -0,0 +1,20 @@
+--- doc/org.eclipse.emf.doc/build.properties.bak 2012-03-29 09:25:16.000000000 +0200
++++ doc/org.eclipse.emf.doc/build.properties 2012-04-16 09:41:01.884130200 +0200
+@@ -25,4 +25,5 @@
+ modeling32.png,\
+ plugin.properties,\
+ plugin.xml,\
+- toc.xml
++ toc.xml, \
++ index/
+--- doc/org.eclipse.emf.doc/customBuildCallbacks.xml.bak 2012-03-29 09:25:16.000000000 +0200
++++ doc/org.eclipse.emf.doc/customBuildCallbacks.xml 2012-04-16 14:33:51.571719004 +0200
+@@ -26,7 +26,7 @@
+
+
+
+-
++
+
+
+
diff --git a/SOURCES/eclipse-emf-platform-docs-location.patch b/SOURCES/eclipse-emf-platform-docs-location.patch
new file mode 100644
index 0000000..fcedc90
--- /dev/null
+++ b/SOURCES/eclipse-emf-platform-docs-location.patch
@@ -0,0 +1,11 @@
+--- doc/org.eclipse.emf.doc/build/javadoc.xml.template 2006-12-07 17:21:16.000000000 -0500
++++ doc/org.eclipse.emf.doc/build/javadoc.xml.template 2010-07-22 11:27:26.000000000 -0400
+@@ -12,7 +12,7 @@
+
+
+
+-
++
+
+
+
diff --git a/SPECS/eclipse-emf.spec b/SPECS/eclipse-emf.spec
new file mode 100644
index 0000000..465d618
--- /dev/null
+++ b/SPECS/eclipse-emf.spec
@@ -0,0 +1,411 @@
+%{?scl:%scl_package eclipse-emf}
+%{!?scl:%global pkg_name %{name}}
+%{!?maven_scl:%global maven_scl_prefix %{nil}}
+
+%if 0%{?rhel} >= 6
+%global debug_package %{nil}
+%endif
+
+# Enable when building without Eclipse in buildroot
+%global bootstrap 0
+%global eclipse_dropin %{_datadir}/eclipse/dropins
+%global git_tag R2_10_0
+%global context_qualifier v20140625-1130
+
+%define __requires_exclude osgi*
+
+Name: %{?scl_prefix}eclipse-emf
+Version: 2.10.0
+Release: 1.1%{?dist}
+Summary: Eclipse Modeling Framework (EMF) Eclipse plug-in
+License: EPL
+URL: https://projects.eclipse.org/projects/modeling.emf.emf
+
+Source0: http://git.eclipse.org/c/emf/org.eclipse.emf.git/snapshot/org.eclipse.emf-%{git_tag}.tar.bz2
+
+# look inside correct directory for platform docs
+Patch0: %{pkg_name}-platform-docs-location.patch
+# Build docs correctly
+Patch1: %{pkg_name}-build-docs.patch
+Patch2: %{pkg_name}-fix-missing-index.patch
+
+BuildArch: noarch
+
+BuildRequires: java-devel
+BuildRequires: jpackage-utils
+%if 0%{?rhel} < 7
+BuildRequires: %{maven_scl_prefix}ant
+%endif
+BuildRequires: %{?scl_prefix}eclipse-pde >= 1:4.4.0
+BuildRequires: dos2unix
+Requires: jpackage-utils
+Requires: %{?scl_prefix}eclipse-platform >= 1:4.4.0
+Requires: %{name}-core
+
+# the SDO sub-project was terminated upstream and removed in EMF 2.5 (see eclipse.org bug #251402)
+Obsoletes: %{name}-sdo < 2.5
+Obsoletes: %{name}-sdo-sdk < 2.5
+
+#TODO: ODA, GWT and RAP components are not packaged.
+
+%description
+The Eclipse Modeling Framework (EMF) allows developers to build tools and
+other applications based on a structured data model. From a model
+specification described in XMI, EMF provides tools and runtime support to
+produce a set of Java classes for the model, along with a set of adapter
+classes that enable viewing and command-based editing of the model, and a
+basic editor.
+
+%package core
+Epoch: 1
+Summary: Eclipse EMF Core
+
+%description core
+The core of Eclipse Modeling Framework (EMF) plug-in.
+
+%package sdk
+Summary: Eclipse EMF SDK
+Requires: %{?scl_prefix}eclipse-pde >= 1:4.4.0
+Requires: %{name} = %{version}-%{release}
+
+%description sdk
+Documentation and developer resources for the Eclipse Modeling Framework
+(EMF) plug-in.
+
+%package examples
+Summary: Eclipse EMF examples
+Requires: %{name}-sdk = %{version}-%{release}
+
+%description examples
+Installable versions of the example projects from the SDKs that demonstrate how
+to use the Eclipse Modeling Framework (EMF) plug-ins.
+
+%prep
+%setup -q -n org.eclipse.emf-%{git_tag}
+
+find -name *.jar -exec rm -rf {} \;
+find -name *.class -exec rm -rf {} \;
+
+%patch0
+%patch1
+%patch2
+
+mv {features,plugins,doc,examples}/* .
+rm -rf features plugins doc examples
+
+%build
+%if 0%{?rhel} < 7
+%{?scl:scl enable %{maven_scl} - << "EOF"}
+%endif
+# Note: We use forceContextQualifier because the docs plugins use custom build
+# scripts and don't work otherwise.
+OPTIONS="-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=%{context_qualifier}"
+
+# Work around pdebuild entering/leaving symlink it is unaware of.
+ln -s %{_builddir}/org.eclipse.emf-%{git_tag}/org.eclipse.emf.license-feature \
+ %{_builddir}/org.eclipse.emf-%{git_tag}/org.eclipse.emf.license
+
+# We build the features seperately, rather than just building the "all"
+# feature, because it makes the files section easier to maintain
+# (i.e. we don't have to know when upstream adds a new plugin)
+
+# build core features
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.common -a "$OPTIONS"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.ecore -a "$OPTIONS"
+
+# build emf features - order is important
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.edit -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.common.ui -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.edit.ui -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.ecore.edit -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.ecore.editor -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.codegen -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.codegen.ecore -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.mapping -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.mapping.ecore -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.codegen.ui -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.codegen.ecore.ui -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.mapping.ui -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.mapping.ecore.editor -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.databinding -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.databinding.edit -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.converter -a "$OPTIONS" -d "eclipse-emf-core"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.sdk -a "$OPTIONS" -d "eclipse-emf-core"
+
+# build examples features
+%{_bindir}/eclipse-pdebuild -f org.eclipse.emf.examples -a "$OPTIONS" -d "eclipse-emf-core"
+%if 0%{?rhel} < 7
+%{?scl:EOF}
+%endif
+
+%install
+install -d -m 755 %{buildroot}%{eclipse_dropin}
+install -d -m 755 %{buildroot}%{_javadir}/emf
+
+unzip -q -n -d %{buildroot}%{_javadir}/emf build/rpmBuild/org.eclipse.emf.common.zip
+unzip -q -n -d %{buildroot}%{_javadir}/emf build/rpmBuild/org.eclipse.emf.ecore.zip
+
+
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.common.ui.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.edit.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.edit.ui.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.ecore.edit.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.ecore.editor.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.codegen.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.codegen.ecore.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.converter.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.codegen.ui.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.codegen.ecore.ui.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.mapping.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.mapping.ui.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.mapping.ecore.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.mapping.ecore.editor.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.databinding.zip
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf build/rpmBuild/org.eclipse.emf.databinding.edit.zip
+
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf-sdk build/rpmBuild/org.eclipse.emf.sdk.zip
+
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf-examples build/rpmBuild/org.eclipse.emf.examples.zip
+
+# The main features are a subset of the sdk feature, so delete duplicate features & plugins from the sdk
+(cd %{buildroot}%{eclipse_dropin}/emf-sdk/eclipse/features && ls %{buildroot}%{eclipse_dropin}/emf/eclipse/features | xargs rm -rf)
+(cd %{buildroot}%{eclipse_dropin}/emf-sdk/eclipse/plugins && ls %{buildroot}%{eclipse_dropin}/emf/eclipse/plugins | xargs rm -rf)
+
+# remove duplicated plugins and features
+rm -rf %{buildroot}%{eclipse_dropin}/emf-sdk/eclipse/features/org.eclipse.emf.common_*
+rm -rf %{buildroot}%{eclipse_dropin}/emf-sdk/eclipse/plugins/org.eclipse.emf.common_*
+rm -rf %{buildroot}%{eclipse_dropin}/emf-sdk/eclipse/features/org.eclipse.emf.ecore_*
+rm -rf %{buildroot}%{eclipse_dropin}/emf-sdk/eclipse/plugins/org.eclipse.emf.ecore_*
+rm -rf %{buildroot}%{eclipse_dropin}/emf-sdk/eclipse/plugins/org.eclipse.emf.ecore.change_*
+rm -rf %{buildroot}%{eclipse_dropin}/emf-sdk/eclipse/plugins/org.eclipse.emf.ecore.xmi_*
+
+pushd %{buildroot}%{_javadir}/emf/eclipse/plugins/
+for f in org.eclipse.emf.common \
+ org.eclipse.emf.ecore.change \
+ org.eclipse.emf.ecore.xmi \
+ org.eclipse.emf.ecore ; do
+ mv ${f}_* ${f}.jar
+done
+popd
+
+%files
+%{eclipse_dropin}/emf
+%doc org.eclipse.emf.license-feature/rootfiles/*
+
+%files core
+%{_javadir}/emf
+%doc org.eclipse.emf.license-feature/rootfiles/*
+
+%files sdk
+%{eclipse_dropin}/emf-sdk
+
+%files examples
+%{eclipse_dropin}/emf-examples
+
+%changelog
+* Tue Oct 14 2014 Mat Booth - 2.10.0-1.1
+- Drop conflicting obsoletes
+
+* Wed Jun 25 2014 Mat Booth - 2.10.0-1
+- Update to latest upstream release
+- Fix obsoletes on emf-core package, rhbz #1095431
+- Move edit plugin from core to main package
+
+* Mon May 26 2014 Roland Grunberg - 2.9.2-4
+- Use %%{maven_scl}ant for build due to issues with DTS 3.0 ant.
+
+* Fri May 23 2014 Sami Wagiaalla - 2.9.2-3
+- Build the full emf package.
+
+* Mon May 19 2014 Roland Grunberg - 2.9.2-3.2
+- Package necessary features.
+
+* Mon May 19 2014 Roland Grunberg - 2.9.2-2.2
+- Make additional changes to SCL-ization.
+
+* Thu May 15 2014 Roland Grunberg - 2.9.2-2.1
+- Make changes to get emf core built on DTS 3.0.
+
+* Thu Apr 17 2014 Mat Booth - 2.9.2-2
+- Drop XSD packages, these are now packaged separately
+- Drop ancient obsolete of emf-standalone.
+
+* Wed Mar 12 2014 Mat Booth - 2.9.2-1
+- Update to latest upstream, Kepler SR2
+- Drop requires on java, rhbz #1068039
+- Remove unused patch
+- Update project URL
+
+* Mon Sep 30 2013 Krzysztof Daniel 1:2.9.1-1
+- Update to latest upstream.
+
+* Sat Aug 03 2013 Fedora Release Engineering - 2.9.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Fri Jun 21 2013 Krzysztof Daniel 1:2.9.0-1
+- Update to Kepler release.
+
+* Fri Jun 21 2013 Krzysztof Daniel 1:2.9.0-0.2.git352e28
+- 974108: Remove versions and timestamps from EMF filenames.
+
+* Wed May 1 2013 Krzysztof Daniel 1:2.9.0-0.1.git352e28
+- Update to latest upstream.
+
+* Thu Mar 21 2013 Krzysztof Daniel 1:2.8.1-20
+- Initial SCLization.
+
+* Mon Jan 28 2013 Krzysztof Daniel 1:2.8.1-7
+- Really fix RHBZ#894154.
+
+* Thu Jan 17 2013 Krzysztof Daniel 1:2.8.1-6
+- Move emf.edit back to eclipse-emf-core and symlink it.
+
+* Thu Jan 17 2013 Krzysztof Daniel 1:2.8.1-5
+- Fix for RHBZ#894154
+
+* Mon Dec 17 2012 Alexander Kurtakov 1:2.8.1-4
+- Remove unneeded things.
+
+* Mon Oct 8 2012 Krzysztof Daniel 1:2.8.1-3
+- Avoid generating automatic OSGi dependencies (yet another attempt).
+
+* Mon Oct 8 2012 Krzysztof Daniel 1:2.8.1-2
+- Avoid generating automatic OSGi dependencies. (fix)
+
+* Mon Oct 1 2012 Krzysztof Daniel 1:2.8.1-1
+- Update to upstream 2.8.1 release
+
+* Wed Sep 12 2012 Krzysztof Daniel 1:2.8.0-17
+- Avoid generating automatic OSGi dependencies.
+
+* Wed Aug 15 2012 Krzysztof Daniel 1:2.8.0-16
+- Removed obsolete.
+
+* Tue Aug 14 2012 Krzysztof Daniel 1:2.8.0-15
+- Moved Obs emf-core to emf-core package.
+- Removed dropins symlinks.
+
+* Tue Aug 14 2012 Krzysztof Daniel 1:2.8.0-14
+- Added Epoch to eclipse-emf-core.
+- Updated eclipse-pde dependency version to 4.2.0.
+
+* Mon Aug 13 2012 Krzysztof Daniel 2.8.0-13
+- Move emf.edit to eclipse-emf-core.
+
+* Fri Aug 10 2012 Krzysztof Daniel 2.8.0-12
+- Lower eclipse-platform version requirement (CBI Eclipse is not in yet).
+
+* Fri Aug 10 2012 Krzysztof Daniel 2.8.0-11
+- Get rid off conflicts clause.
+
+* Thu Aug 2 2012 Krzysztof Daniel 2.8.0-10
+- Moving core back to emf package (for CBI build).
+
+* Wed Jul 18 2012 Fedora Release Engineering - 2.8.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Tue Jul 10 2012 Krzysztof Daniel 2.8.0-1
+- Update to upstream Juno.
+
+* Mon May 7 2012 Krzysztof Daniel 2.8.0-0.7.e674bb28ad412fc9bc786f2f9b3c157eb2cbdae0
+- Update to M7.
+
+* Mon Apr 16 2012 Krzysztof Daniel 2.8.0-0.6.postM6
+- Bugs 812870, 812872 - fix building index for documentation.
+
+* Tue Apr 10 2012 Krzysztof Daniel 2.8.0-0.5.postM6
+- Remove %clean section.
+- Remove duplicated plugins.
+
+* Mon Apr 2 2012 Krzysztof Daniel 2.8.0-0.4.postM6
+- Use %{bindir}/eclipse-pdebuild.
+
+* Thu Mar 29 2012 Krzysztof Daniel 2.8.0-0.3.postM6
+- Back noarch.
+- Use the eclipse-emf-core from main eclipse-emf.
+
+* Thu Mar 29 2012 Krzysztof Daniel 2.8.0-0.2.postM6
+- Removed the noarch tag.
+
+* Thu Mar 29 2012 Krzysztof Daniel 2.8.0-0.1.postM6
+- Update to latest upstream version.
+- Package eclipse-emf-core created for the need of Eclipse 4.2.
+- Removed usage of Eclipse reconciler script.
+
+* Fri Jan 13 2012 Fedora Release Engineering - 2.7.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Nov 29 2011 Jeff Johnston 2.7.1-1
+- Update to 2.7.1.
+- Add rhel flags.
+
+* Wed Oct 5 2011 Sami Wagiaalla 2.7.0-2
+- Use the reconciler to install/uninstall plugins during rpm
+ post and postun respectively.
+
+* Thu Sep 15 2011 Roland Grunberg 2.7.0-1
+- Update to 2.7.0.
+- Re-apply necessary patches, content-handler error fixed upstream.
+- licenses now exist in org.eclipse.{emf,xsd}.license-feature only.
+
+* Wed Sep 14 2011 Roland Grunberg 2.6.1-2
+- Fix RHBZ #716165 using old patches.
+- Fix ContentHandler casting issue.
+
+* Fri Mar 18 2011 Mat Booth 2.6.1-1
+- Update to 2.6.1.
+
+* Tue Feb 08 2011 Fedora Release Engineering - 2.6.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Jul 19 2010 Charley Wang - 2.6.0-1
+- Update to 2.6.0
+
+* Sat Sep 19 2009 Mat Booth - 2.5.0-4
+- Re-enable jar repacking now that RHBZ #461854 has been resolved.
+
+* Fri Jul 24 2009 Fedora Release Engineering - 2.5.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jul 02 2009 Mat Booth 2.5.0-2
+- SDK requires PDE for example plug-in projects.
+
+* Sun Jun 28 2009 Mat Booth 2.5.0-1
+- Update to 2.5.0 final release (Galileo).
+- Build the features seperately to allow for a saner %%files section.
+
+* Fri May 22 2009 Alexander Kurtakov 2.5.0-0.2.RC1
+- Update to 2.5.0 RC1.
+- Use %%global instead of %%define.
+
+* Sat Apr 18 2009 Mat Booth 2.5.0-0.1.M6
+- Update to Milestone 6 release of 2.5.0.
+- Require Eclipse 3.5.0.
+
+* Tue Apr 7 2009 Alexander Kurtakov 2.4.2-3
+- Fix directory ownership.
+
+* Mon Mar 23 2009 Alexander Kurtakov 2.4.2-2
+- Rebuild to not ship p2 context.xml.
+- Remove context.xml from %%files section.
+
+* Sat Feb 28 2009 Mat Booth 2.4.2-1
+- Update for Ganymede SR2.
+
+* Tue Feb 24 2009 Fedora Release Engineering - 2.4.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Feb 03 2009 Mat Booth 2.4.1-4
+- Make context qualifier the same as upstream.
+
+* Sat Jan 10 2009 Mat Booth 2.4.1-3
+- Removed AOT bits and change package names to what they used to be.
+- Obsolete standalone package.
+
+* Tue Dec 23 2008 Mat Booth 2.4.1-2
+- Build example installer plugins using the source from the tarball instead of
+ trying to get the examples from source control a second time.
+
+* Fri Dec 12 2008 Mat Booth 2.4.1-1
+- Initial release, based on eclipse-gef spec file, but with disabled AOT
+ compiled bits because of RHBZ #477707.