From de10d82f821256768ffb034486343adbf601ca9d Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Aug 09 2019 15:28:17 +0000 Subject: Fix bootstrapping with new ECF --- diff --git a/sources b/sources index 8c506de..6e802ee 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (fedoraproject-p2-290f67a4c717599b2f5166ea89aa5365571314b1.tar.gz) = 5ddfa3e7c1dc3d64335d836d74d7325904f294e0ab1782de41a8815b09ddf42f0c47a263c3a6217626aaf293a17788d01174c327e17b192a0f451d07d5655c49 SHA512 (org.eclipse.tycho-tycho-1.4.0.tar.xz) = 8d9f9fea4ab743248e7bb6e0e526ea36677c4da98363019316d684cea026d67fb688d51ebcf29e171e04245873580c1a47d8fe75c727984338a65d49f7fa4672 -SHA512 (eclipse-bootstrap-photon.tar.xz) = f696947d2deedcc85739a91ca0d5b3312756d8575226aab6e8021ea1983630f951fff1f9ae5de953d14ac57a285cca3183469960466977301cda4cc3fe722e49 +SHA512 (eclipse-bootstrap-photon.tar.xz) = 187b1f19e34b54ddd47d191b4903156fd413a5be40c6133a1d6374c37395b1666b068388d5a104ce84b10b0d614c76299d7adbb6c85c13b8c5dc8902e6256654 diff --git a/tycho.spec b/tycho.spec index 0b88be0..74eccef 100644 --- a/tycho.spec +++ b/tycho.spec @@ -28,7 +28,7 @@ Name: tycho Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven # license file is missing but all files having some licensing information are ASL 2.0 @@ -400,6 +400,9 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}%{xmvn_libdir}/inst %files javadoc -f .mfiles-javadoc %changelog +* Fri Aug 09 2019 Mat Booth - 1.4.0-2 +- Fix bootstrapping with new ECF + * Fri May 24 2019 Mat Booth - 1.4.0-1 - Update to latest upstream release