Compare commits

..

No commits in common. "c8" and "c8-beta-stream-rhel8" have entirely different histories.

3 changed files with 10 additions and 7 deletions

View File

@ -1,2 +1,2 @@
a669cf3b6bbe7a7f8f4f0eed35bc67ea9a84870e SOURCES/org.eclipse.emf-R2_21_0.tar.xz
eb131db026524ab09cc8ddcdcfcf8beba18c78a4 SOURCES/org.eclipse.xsd-R2_21_0.tar.xz
389d3e34568d5481823c38cb3734930df53fc053 SOURCES/org.eclipse.emf-R2_22_0.tar.xz
d765f25648d275cf9fb28b617f6cf39ae5e97a19 SOURCES/org.eclipse.xsd-R2_22_0.tar.xz

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/org.eclipse.emf-R2_21_0.tar.xz
SOURCES/org.eclipse.xsd-R2_21_0.tar.xz
SOURCES/org.eclipse.emf-R2_22_0.tar.xz
SOURCES/org.eclipse.xsd-R2_22_0.tar.xz

View File

@ -1,7 +1,7 @@
%global _eclipsedir %{_prefix}/lib/eclipse
%global emf_tag R2_21_0
%global xsd_tag R2_21_0
%global emf_tag R2_22_0
%global xsd_tag R2_22_0
# Set this flag to avoid building everything except for the core bundles
# Allows building into a brand new buildroot before Eclipse is even built
@ -9,7 +9,7 @@
Epoch: 1
Name: eclipse-emf
Version: 2.21.0
Version: 2.22.0
Release: 1%{?dist}
Summary: EMF and XSD Eclipse plug-ins
@ -199,6 +199,9 @@ done
%endif
%changelog
* Thu Jun 18 2020 Mat Booth <mat.booth@redhat.com> - 1:2.22.0-1
- Update to latest upstream release
* Fri Mar 20 2020 Mat Booth <mat.booth@redhat.com> - 1:2.21.0-1
- Update to latest upstream release