Advertisement
Guest User

Untitled

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