Advertisement
Guest User

Untitled

a guest
Jan 20th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.78 KB | None | 0 0
  1. %{?scl:%scl_package eclipse-linuxtools}
  2. %{!?scl:%global pkg_name %{name}}
  3. %{?java_common_find_provides_and_requires}
  4.  
  5. %global baserelease 1
  6.  
  7. Name: %{?scl_prefix}eclipse-linuxtools
  8. Version: 4.2.0
  9. Release: 2.%{baserelease}%{?dist}
  10. Summary: Linux specific Eclipse plugins
  11.  
  12. License: EPL
  13. URL: http://eclipse.org/linuxtools/
  14. Source0: http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/snapshot/org.eclipse.linuxtools-%{version}.tar.xz
  15. Source1: libstdc++-v3.libhover
  16.  
  17. Patch0: eclipse-libhover-local-libstdcxx.patch
  18. Patch1: fix-jgit-issue.patch
  19. Patch4: add-base-rhel-tools-path.patch
  20.  
  21. BuildRequires: %{?scl_prefix}tycho >= 0.21.0
  22. BuildRequires: %{?scl_prefix}tycho-extras
  23. BuildRequires: %{?scl_prefix}eclipse-cdt
  24. BuildRequires: %{?scl_prefix}eclipse-jdt
  25. BuildRequires: %{?scl_prefix}swt-chart >= 0.9.0
  26. BuildRequires: %{?scl_prefix}eclipse-remote
  27. BuildRequires: %{?scl_prefix}docker-client >= 2.7.18
  28. BuildRequires: %{?scl_prefix}eclipse-license
  29. BuildRequires: %{?scl_prefix}eclipse-swtbot
  30. BuildRequires: %{?scl_prefix}eclipse-gef
  31. BuildRequires: %{?scl_prefix_maven}exec-maven-plugin
  32. BuildRequires: %{?scl_prefix}eclipse-ptp-rdt-sync
  33. BuildRequires: %{?scl_prefix_java_common}nekohtml
  34. BuildRequires: %{?scl_prefix}glassfish-jax-rs-api
  35.  
  36. BuildArch: noarch
  37. Obsoletes: %{?scl_prefix}eclipse-linuxprofilingframework < 2.0.0
  38.  
  39. %description
  40. The Linux Tools project is a two-faceted project. Firstly, it develops tools
  41. and frameworks for writing tools for Linux developers. Secondly, it provides
  42. a place for Linux distributions to collaboratively overcome issues surrounding
  43. distribution packaging of Eclipse technology. The project will produce both
  44. best practices and tools related to packaging.
  45.  
  46. %package -n %{?scl_prefix}eclipse-changelog
  47.  
  48. Summary: Eclipse ChangeLog plug-in
  49. Epoch: 2
  50.  
  51. %description -n %{?scl_prefix}eclipse-changelog
  52. The Eclipse ChangeLog package contains Eclipse features and plugins that are
  53. useful for ChangeLog maintenance within the Eclipse IDE. It includes
  54. fragments for parsing C, C++, and Java source files to create more detailed
  55. entries containing function or method names.
  56.  
  57. %package -n %{?scl_prefix}eclipse-rpm-editor
  58.  
  59. Summary: RPM Spec file editor for Eclipse
  60. Requires: rpmlint >= 0.81
  61. Requires: rpmdevtools
  62. Obsoletes: %{?scl_prefix}eclipse-rpmstubby < 3.0.0
  63. Provides: %{?scl_prefix}eclipse-rpmstubby = %{version}-%{release}
  64.  
  65. %description -n %{?scl_prefix}eclipse-rpm-editor
  66. The Eclipse Spec file Editor package contains Eclipse plugins that are
  67. useful for maintenance of RPM spec files within the Eclipse IDE.
  68.  
  69. %package -n %{?scl_prefix}eclipse-manpage
  70.  
  71. Summary: Man page viewer
  72.  
  73. %description -n %{?scl_prefix}eclipse-manpage
  74. Plugin providing common interface for displaying a man page in a view or
  75. fetching its content for embedded display purposes (e.g hover help).
  76.  
  77. %package -n %{?scl_prefix}eclipse-linuxtools-docker
  78.  
  79. Summary: Docker Tooling
  80.  
  81. %description -n %{?scl_prefix}eclipse-linuxtools-docker
  82. Plugin providing support for managing Docker containers and images in
  83. Eclipse.
  84.  
  85. %package -n %{?scl_prefix}eclipse-linuxtools-vagrant
  86.  
  87. Summary: Vagrant Tooling
  88. Requires: vagrant
  89.  
  90. %description -n %{?scl_prefix}eclipse-linuxtools-vagrant
  91. Plugin providing support for managing Vagrant machines and mages in
  92. Eclipse.
  93.  
  94. %package -n %{?scl_prefix}eclipse-gcov
  95.  
  96. Summary: GCov Integration
  97.  
  98. %description -n %{?scl_prefix}eclipse-gcov
  99. Functionality to integrate GCov with the Eclipse workbench.
  100.  
  101. %package -n %{?scl_prefix}eclipse-gprof
  102.  
  103. Summary: GProf Integration
  104.  
  105. %description -n %{?scl_prefix}eclipse-gprof
  106. Functionality to integrate GProf with the Eclipse workbench.
  107.  
  108. %package -n %{?scl_prefix}eclipse-oprofile
  109.  
  110. Summary: Eclipse plugin for OProfile integration
  111. Requires: %{?scl_prefix}oprofile >= 0.9.3
  112.  
  113. %description -n %{?scl_prefix}eclipse-oprofile
  114. Eclipse plugins to integrate OProfile's profiling capabilities with the CDT.
  115.  
  116. %package -n %{?scl_prefix}eclipse-perf
  117.  
  118. Summary: Eclipse plugin for Perf integration
  119. Requires: perf
  120.  
  121. %description -n %{?scl_prefix}eclipse-perf
  122. Eclipse plugins to integrate Perf's profiling capabilities with the CDT.
  123.  
  124. %package -n %{?scl_prefix}eclipse-valgrind
  125.  
  126. Summary: Valgrind Tools Integration for Eclipse
  127. Requires: %{?scl_prefix}valgrind
  128.  
  129. %description -n %{?scl_prefix}eclipse-valgrind
  130. This package for Eclipse allows users to launch their C/C++ Development Tools
  131. projects using the Valgrind tool suite and presents the results in the IDE.
  132.  
  133. %package -n %{?scl_prefix}eclipse-systemtap
  134.  
  135. Summary: Systemtap Tools Integration for Eclipse
  136. Requires: %{?scl_prefix}systemtap
  137. Obsoletes: %{?scl_prefix}eclipse-callgraph < 2.0.0
  138. Obsoletes: %{?scl_prefix}eclipse-systemtapgui < 2.0.0
  139.  
  140. %description -n %{?scl_prefix}eclipse-systemtap
  141. Integrate Systemtap's profiling and tracing capabilities with the CDT.
  142.  
  143. %package libhover
  144.  
  145. Summary: Libhover documentaton plugin for Eclipse
  146.  
  147. %description libhover
  148. Common interface for C library hover help to the CDT (C/C++ Development Tools)
  149. as well as a fundamental set of library hovers to choose from.
  150.  
  151. %package javadocs
  152.  
  153. Summary: Javadocs documentaton plugin for Eclipse
  154.  
  155. %description javadocs
  156. Integrates system installed/available javadocs into Eclipse help system.
  157.  
  158. %package tests
  159.  
  160. Summary: Linux Tools Project Test Bundles
  161. Requires: %{?scl_prefix}eclipse-changelog
  162. Requires: %{?scl_prefix}eclipse-rpmstubby
  163. Requires: %{?scl_prefix}eclipse-rpm-editor
  164. Requires: %{?scl_prefix}eclipse-gcov
  165. Requires: %{?scl_prefix}eclipse-gprof
  166. Requires: %{?scl_prefix}eclipse-oprofile
  167. Requires: %{?scl_prefix}eclipse-perf
  168. Requires: %{?scl_prefix}eclipse-valgrind
  169. Requires: %{?scl_prefix}eclipse-systemtap
  170. Requires: %{?scl_prefix}eclipse-linuxtools-javadocs
  171. Requires: %{?scl_prefix}eclipse-ptp
  172. Requires: %{?scl_prefix}eclipse-swtbot
  173. Requires: %{?scl_prefix}eclipse-tests
  174.  
  175.  
  176. %description tests
  177. All test bundles for the Linux Tools project.
  178.  
  179. %prep
  180. %{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
  181. set -e -x
  182. %setup -q -n org.eclipse.linuxtools-%{version}
  183. %patch0 -p1
  184. %patch1 -p1
  185. %patch4
  186.  
  187. sed -i 's/\-i //' containers/org.eclipse.linuxtools.docker.core/resources/script.sh
  188.  
  189. pushd libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx
  190. mkdir data
  191. cp %{SOURCE1} data/.
  192. popd
  193.  
  194. %pom_remove_plugin org.jacoco:jacoco-maven-plugin
  195.  
  196. # org.assertj -> org.assertj.core
  197. # org.mockito -> org.mockito.mockito-core
  198. sed -i -e 's/org.assertj/org.assertj.core/' containers/org.eclipse.linuxtools.docker.ui.tests/META-INF/MANIFEST.MF
  199. #sed -i -e 's/org.mockito/org.mockito.mockito-core/' containers/org.eclipse.linuxtools.docker.ui.tests/META-INF/MANIFEST.MF
  200.  
  201. # Don't use target platform
  202. %pom_disable_module releng
  203. %pom_disable_module org.eclipse.linuxtools.changelog.ui.tests changelog
  204. %pom_disable_module org.eclipse.linuxtools.docker.ui.tests containers
  205.  
  206. sed -i '/<target>/,/<\/target>/ d' pom.xml
  207.  
  208. #fix javax.ws.rs api dependencly declaration
  209. sed -i 's/javax.ws.rs/javax.ws.rs-api/' containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF
  210.  
  211. # Fix uses conflict introduced by EBZ #474606
  212. sed -i -e '9i\ javax.annotation-api;bundle-version="1.2.0",' \
  213. containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF
  214.  
  215. # Fix junit issue
  216.  
  217. sed -i -e 's/org.junit;bundle-version="4.12.0"/org.junit;bundle-version="4.11.0"/' profiling/org.eclipse.linuxtools.remote.proxy.tests/META-INF/MANIFEST.MF
  218. sed -i -e 's/org.junit;bundle-version="4.12.0"/org.junit;bundle-version="4.11.0"/' valgrind/org.eclipse.linuxtools.valgrind.core.tests/META-INF/MANIFEST.MF
  219.  
  220. %mvn_package ":*.{test,tests}" linuxtools-tests
  221. %mvn_package ":*.tests.hamcrest-wrap" linuxtools-tests
  222. %mvn_package ":org.eclipse.linuxtools.docker*" docker
  223. %mvn_package ":org.eclipse.linuxtools.vagrant*" vagrant
  224. %mvn_package "org.eclipse.linuxtools{,.profiling}:" core
  225. %mvn_package "org.eclipse.linuxtools.javadocs:" javadocs
  226. %mvn_package "org.eclipse.linuxtools.changelog:" changelog
  227. %mvn_package "org.eclipse.linuxtools.gcov:" gcov
  228. %mvn_package "org.eclipse.linuxtools.gprof:" gprof
  229. %mvn_package "org.eclipse.linuxtools.man:" manpage
  230. %mvn_package "org.eclipse.linuxtools.oprofile:" oprofile
  231. %mvn_package "org.eclipse.linuxtools.perf{,-parent}:" perf
  232. %mvn_package "org.eclipse.linuxtools.rpm:" rpm-editor
  233. %mvn_package "org.eclipse.linuxtools.systemtap:" systemtap
  234. %mvn_package "org.eclipse.linuxtools.valgrind:" valgrind
  235. %mvn_package "org.eclipse.linuxtools.cdt.libhover:" libhover
  236.  
  237. # Create opcontrol wrapper
  238. pushd oprofile/org.eclipse.linuxtools.oprofile.core/natives/linux/scripts
  239. rm -f *.sh
  240. echo '#!/bin/sh' > opcontrol
  241. echo 'exec pkexec %{_bindir}/opcontrol ${1+"$@"}' >> opcontrol
  242. popd
  243.  
  244. %{?scl:EOF}
  245.  
  246. %build
  247. %{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
  248. export MAVEN_OPTS="-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
  249. export JAVA_HOME=/usr/lib/jvm/java-1.8.0
  250.  
  251. %mvn_build -j -f
  252.  
  253. %{?scl:EOF}
  254.  
  255. %install
  256. %{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
  257. %mvn_install
  258.  
  259. # remove broken symlink on maven30 jar
  260. # (this is an optional dep of log4j, but we can't depend on maven30 at runtime)
  261. sed -i -e '/geronimo-jms/d' .mfiles-linuxtools-tests
  262. rm %{buildroot}/%{_datadir}/java/linuxtools-tests/eclipse/plugins/org.apache.geronimo.specs.geronimo-jms_1.1_spec_1.1.1.jar
  263.  
  264.  
  265. # Install opcontrol wrapper polkit permissions policy
  266. install -d -m 755 %{buildroot}%{_root_datadir}/polkit-1/actions
  267. install -D -m 644 oprofile/org.eclipse.linuxtools.oprofile.core/natives/linux/scripts/org.eclipse.linuxtools.oprofile.policy \
  268. %{buildroot}%{_root_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile.policy
  269. install -D -m 644 oprofile/org.eclipse.linuxtools.oprofile.core/natives/linux/scripts/org.eclipse.linuxtools.oprofile.policy \
  270. %{buildroot}%{_root_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile-dts4.policy
  271. sed -i 's|/usr/bin/opcontrol|%{_bindir}/opcontrol|
  272. s|oprofile|oprofile-dts4|' %{buildroot}%{_root_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile-dts4.policy
  273.  
  274. sed -i '/natives\/linux\/scripts\/opcontrol/ s|644|755|' .mfiles-oprofile
  275.  
  276. # Appstream addon metadata
  277. for p in changelog gcov gprof oprofile perf systemtap valgrind ; do
  278. install -m644 -D $p/eclipse-$p.metainfo.xml %{buildroot}%{_datadir}/appdata/eclipse-$p.metainfo.xml
  279. done
  280.  
  281. cat << EOF > eclipse-runLinuxToolsTestBundles
  282. #! /bin/bash
  283. eclipse-runTestBundles %{_javadir}/linuxtools-tests
  284. EOF
  285.  
  286. install -D -m 755 eclipse-runLinuxToolsTestBundles %{buildroot}%{_bindir}/eclipse-runLinuxToolsTestBundles
  287.  
  288. %files -f .mfiles-core
  289.  
  290. %files -n %{?scl_prefix}eclipse-changelog -f .mfiles-changelog
  291. %{_datadir}/appdata/eclipse-changelog.metainfo.xml
  292.  
  293. %files -n %{?scl_prefix}eclipse-rpm-editor -f .mfiles-rpm-editor
  294.  
  295. %files -n %{?scl_prefix}eclipse-manpage -f .mfiles-manpage
  296.  
  297. %files -n %{?scl_prefix}eclipse-gcov -f .mfiles-gcov
  298. %{_datadir}/appdata/eclipse-gcov.metainfo.xml
  299.  
  300. %files -n %{?scl_prefix}eclipse-gprof -f .mfiles-gprof
  301. %{_datadir}/appdata/eclipse-gprof.metainfo.xml
  302.  
  303. %files -n %{?scl_prefix}eclipse-linuxtools-docker -f .mfiles-docker
  304.  
  305. %files -n %{?scl_prefix}eclipse-linuxtools-vagrant -f .mfiles-vagrant
  306.  
  307. %files -n %{?scl_prefix}eclipse-oprofile -f .mfiles-oprofile
  308. %{_root_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile.policy
  309. %{_root_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile-dts4.policy
  310.  
  311. %{_datadir}/appdata/eclipse-oprofile.metainfo.xml
  312.  
  313. %files -n %{?scl_prefix}eclipse-perf -f .mfiles-perf
  314. %{_datadir}/appdata/eclipse-perf.metainfo.xml
  315.  
  316. %files -n %{?scl_prefix}eclipse-valgrind -f .mfiles-valgrind
  317. %{_datadir}/appdata/eclipse-valgrind.metainfo.xml
  318.  
  319. %files -n %{?scl_prefix}eclipse-systemtap -f .mfiles-systemtap
  320. %{_datadir}/appdata/eclipse-systemtap.metainfo.xml
  321.  
  322. %files libhover -f .mfiles-libhover
  323.  
  324. %files javadocs -f .mfiles-javadocs
  325.  
  326. %files -n %{?scl_prefix}eclipse-linuxtools-tests -f .mfiles-linuxtools-tests
  327. %{_bindir}/eclipse-runLinuxToolsTestBundles
  328.  
  329. %changelog
  330. * Wed Jan 20 2016 Sopot Cela <scela@redhat.com> - 4.2.0-2.1
  331. - Import latest from Fedora
  332.  
  333. * Thu Dec 17 2015 Mat Booth <mat.booth@redhat.com> - 4.2.0-2
  334. - Add requirement on vagrant for vagrant tooling.
  335.  
  336. * Thu Dec 17 2015 Mat Booth <mat.booth@redhat.com> - 4.2.0-1
  337. - Update to 4.2.0 release.
  338. - Add vagrant tooling package.
  339.  
  340. * Wed Oct 14 2015 Roland Grunberg <rgrunber@redhat.com> - 4.1.0-2
  341. - Explicitly require javax.annotations bundle in docker core.
  342.  
  343. * Mon Sep 28 2015 Sopot Cela <scela@redhat.com> - 4.1.0-1
  344. - Update to 4.1.0 (Mars SR1).
  345.  
  346. * Mon Sep 14 2015 Roland Grunberg <rgrunber@redhat.com> - 4.0.0-11
  347. - Rebuild as an Eclipse p2 Droplet.
  348.  
  349. * Tue Aug 04 2015 Roland Grunberg <rgrunber@redhat.com> - 4.0.0-10
  350. - Add script for automatically launching Linux Tools Test Bundles.
  351.  
  352. * Tue Aug 4 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-9
  353. - Install appdata.
  354.  
  355. * Wed Jul 15 2015 Roland Grunberg <rgrunber@redhat.com> - 4.0.0-8
  356. - Let mvn_install handle installation of test bundles.
  357.  
  358. * Wed Jul 15 2015 Roland Grunberg <rgrunber@redhat.com> - 4.0.0-7
  359. - Support docker-client 3.0.0 API.
  360.  
  361. * Thu Jul 02 2015 Jeff Johnston <jjohnstn@redhat.com> - 4.0.0-6
  362. - Fix RpmMacroProposalsListTest to allow for more than one proposal.
  363.  
  364. * Mon Jun 29 2015 Jeff Johnston <jjohnstn@redhat.com> - 4.0.0-5
  365. - Remove docker module requires from eclipse-linuxtools-docker.
  366.  
  367. * Mon Jun 29 2015 Jeff Johnston <jjohnstn@redhat.com> - 4.0.0-4
  368. - Make eclipse-linuxtools-docker require docker, not docker-io.
  369.  
  370. * Tue Jun 23 2015 Jeff Johnston <jjohnstn@redhat.com> - 4.0.0-3
  371. - Add in Docker support.
  372.  
  373. * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
  374. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  375.  
  376. * Mon Jun 15 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-1
  377. - Update to 4.0 tagged release.
  378.  
  379. * Wed Jun 3 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-0.4.gitba4ec78
  380. - Fix BR eclipse-ptp-rdt to eclipse-ptp-rdt-sync.
  381.  
  382. * Wed Jun 3 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-0.3.gitba4ec78
  383. - Add local libstdc++ libhover file.
  384.  
  385. * Wed Jun 3 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-0.2.gitba4ec78
  386. - Update to new git snapshot.
  387. - Add libhover and javadocs subpackages.
  388.  
  389. * Tue Jun 2 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-0.1.gitc53d569
  390. - Update to 4.0 prelease.
  391.  
  392. * Thu Feb 26 2015 Roland Grunberg <rgrunber@redhat.com> - 3.2.0-1
  393. - Update to 3.2 upstream release.
  394.  
  395. * Mon Feb 09 2015 Roland Grunberg <rgrunber@redhat.com> - 3.1.0-6
  396. - Place all test bundles under %%{_javadir} instead of dropins.
  397. - Fix packaging of Eclipse OProfile wrapper script.
  398.  
  399. * Fri Feb 6 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-5
  400. - Rebuild to generate missing OSGi auto-requires
  401.  
  402. * Tue Jan 20 2015 Mat Booth <mat.booth@redhat.com> - 3.1.0-4
  403. - Make direct hamcrest use explicit in manifests
  404.  
  405. * Thu Sep 25 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-3
  406. - Build/install with mvn_build/mvn_install
  407.  
  408. * Thu Sep 25 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-2
  409. - Install supplied appstream metadata
  410.  
  411. * Wed Sep 24 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-1
  412. - Update to latest upstream release
  413.  
  414. * Wed Sep 03 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-0.2.git802e91dd
  415. - Update to git snapshot of 3.1
  416.  
  417. * Tue Sep 02 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-0.1.git7c21d231
  418. - Update to git snapshot of 3.1
  419. - Drop upstreamed patches
  420.  
  421. * Tue Aug 12 2014 Jeff Johnston <jjohnstn@redhat.com> 3.0.0-6
  422. - Fix messages in tools path properties page.
  423. - Fix commented out pie-chart patch.
  424.  
  425. * Wed Aug 06 2014 Jeff Johnston <jjohnstn@redhat.com> 3.0.0-5
  426. - Modify piechart patch to prevent premature disposal of fonts.
  427.  
  428. * Thu Jul 24 2014 Jeff Johnston <jjohnstn@redhat.com> 3.0.0-4
  429. - Fix piechart title centering for swt-chart 0.9 and higher.
  430.  
  431. * Thu Jul 24 2014 Sami Wagiaalla <swagiaal@redhat.com> 3.0.0-3
  432. - Disable createrepo tests.
  433.  
  434. * Mon Jun 30 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-2
  435. - Backport patch for disappearing RPM menu.
  436.  
  437. * Tue Jun 24 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-1
  438. - Update to 3.0 final release.
  439.  
  440. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-0.3.git20140509
  441. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  442.  
  443. * Tue May 13 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-0.2.git20140509
  444. - BR latest tycho to not manually copy eclipse-license.
  445.  
  446. * Fri May 9 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-0.1.git20140509
  447. - First Luna build.
  448.  
  449. * Thu Mar 20 2014 Mat Booth <fedora@matbooth.co.uk> - 2.2.1-1
  450. - Update to Linux Tools 2.2.1 release.
  451. - Drop dep on usermode, we use polkit now.
  452.  
  453. * Sun Dec 29 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-3
  454. - Bump release for rebuild.
  455.  
  456. * Sun Dec 29 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-2
  457. - Drop old Provides and make Obsoletes fully cover old versions.
  458.  
  459. * Wed Dec 11 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-1
  460. - Update to Linux Tools 2.2.0 tag.
  461.  
  462. * Mon Nov 18 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-0.1.gitd2973ee
  463. - Update to Linux Tools 2.2.0 snapshot.
  464.  
  465. * Tue Oct 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 2.1.0-3
  466. - Include fix for save not working in a spec compare editor.
  467.  
  468. * Mon Sep 30 2013 Alexander Kurtakov <akurtako@redhat.com> 2.1.0-2
  469. - Bump changelog version too.
  470.  
  471. * Mon Sep 30 2013 Alexander Kurtakov <akurtako@redhat.com> 2.1.0-1
  472. - Update to latest upstream release.
  473.  
  474. * Thu Sep 19 2013 Roland Grunberg <rgrunber@redhat.com> - 2.0.0-4
  475. - Fix Bug 1009448.
  476.  
  477. * Tue Aug 13 2013 Roland Grunberg <rgrunber@redhat.com> - 2.0.0-3
  478. - Add eclipse-linuxtools-tests subpackage.
  479.  
  480. * Tue Aug 06 2013 Roland Grunberg <rgrunber@redhat.com> - 2.0.0-2
  481. - Fix Bug 992171.
  482.  
  483. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-2
  484. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  485.  
  486. * Thu Jun 27 2013 Alexander Kurtakov <akurtako@redhat.com> 2:2.0.0-1
  487. - Final 2.0.0 release.
  488.  
  489. * Fri Jun 07 2013 Sami Wagiaalla <swagiaal@redhat.com> 2:2.0.0-0.7.git6428ae8
  490. - Update to RC3.
  491.  
  492. * Mon May 13 2013 Roland Grunberg <rgrunber@redhat.com> 2:2.0.0-0.6.git294c1bf
  493. - Update to a newer snapshot.
  494.  
  495. * Mon May 13 2013 Alexander Kurtakov <akurtako@redhat.com> 2:2.0.0-0.5.gitd67d6da
  496. - Make callgraph and linuxtoolsframework obsoletes be fixed.
  497.  
  498. * Tue Apr 23 2013 Sami Wagiaalla <swagiaal@redhat.com> 2.0.0-0.4.gitd67d6da
  499. - Update to a new snapshot.
  500.  
  501. * Thu Apr 11 2013 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-0.3.gita645f32
  502. - New snapshot containing fix for building with Ant 1.9.
  503.  
  504. * Wed Apr 10 2013 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-0.2.gitaa6d235
  505. - SCL-ize.
  506. - Update to newer snapshot.
  507.  
  508. * Wed Mar 27 2013 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-0.1.git95aacfe
  509. - Update to 2.0.0 prerelease for Kepler compatibility.
  510. - Changelog no longer has it's own release as the version bumped.
  511.  
  512. * Mon Feb 4 2013 <swagiaal@redhat.com> 1.2.0-5
  513. - Actually remove 'Requires: kernel-debuginfo' from systemtap.
  514.  
  515. * Wed Jan 30 2013 <swagiaal@redhat.com> 1.2.0-4
  516. - Remove 'Requires: kernel-debuginfo' from systemtap.
  517.  
  518. * Thu Jan 24 2013 <rgrunber@redhat.com> 1.2.0-3
  519. - Properly package PolicyKit for Eclipse OProfile.
  520.  
  521. * Mon Jan 7 2013 <swagiaal@redhat.com> 1.2.0-2
  522. - Add 'Requires' to systemtap on kernel-debuginfo.
  523.  
  524. * Fri Nov 23 2012 Roland Grunberg <rgrunber@redhat.com> 1.2.0-1
  525. - Update to 1.2.0 upstream release.
  526. - Disable jacoco-maven-plugin.
  527.  
  528. * Fri Oct 5 2012 Roland Grunberg <rgrunber@redhat.com> 1.1.1-3
  529. - Synchronize release number for subpackages and rebuild.
  530.  
  531. * Fri Oct 5 2012 Roland Grunberg <rgrunber@redhat.com> 1.1.1-2
  532. - Bump release to avoid conflicting with previous build.
  533.  
  534. * Tue Oct 2 2012 Roland Grunberg <rgrunber@redhat.com> 1.1.1-1
  535. - Update to 1.1.1 upstream release.
  536.  
  537. * Wed Aug 8 2012 Alexander Kurtakov <akurtako@redhat.com> 1.1.0-1
  538. - Initial packaging.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement