Advertisement
Guest User

Untitled

a guest
Jan 20th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.69 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.  
  171. %description tests
  172. All test bundles for the Linux Tools project.
  173.  
  174. %prep
  175. %{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
  176. %setup -q -n org.eclipse.linuxtools-%{version}
  177. %patch0 -p1
  178. %patch1 -p1
  179. %patch4
  180.  
  181. pushd libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx
  182. mkdir data
  183. cp %{SOURCE1} data/.
  184. popd
  185.  
  186. %pom_remove_plugin org.jacoco:jacoco-maven-plugin
  187.  
  188. # org.assertj -> org.assertj.core
  189. # org.mockito -> org.mockito.mockito-core
  190. sed -i -e 's/org.assertj/org.assertj.core/' containers/org.eclipse.linuxtools.docker.ui.tests/META-INF/MANIFEST.MF
  191. #sed -i -e 's/org.mockito/org.mockito.mockito-core/' containers/org.eclipse.linuxtools.docker.ui.tests/META-INF/MANIFEST.MF
  192.  
  193. # Don't use target platform
  194. %pom_disable_module releng
  195. %pom_disable_module org.eclipse.linuxtools.changelog.ui.tests changelog
  196. %pom_disable_module org.eclipse.linuxtools.docker.ui.tests containers
  197.  
  198. sed -i '/<target>/,/<\/target>/ d' pom.xml
  199.  
  200. #fix javax.ws.rs api dependencly declaration
  201. sed -i 's/javax.ws.rs/javax.ws.rs-api/' containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF
  202.  
  203. # Fix uses conflict introduced by EBZ #474606
  204. sed -i -e '9i\ javax.annotation-api;bundle-version="1.2.0",' \
  205. containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF
  206.  
  207. # Fix junit issue
  208.  
  209. 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
  210. 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
  211.  
  212. %mvn_package ":*.{test,tests}" linuxtools-tests
  213. %mvn_package ":*.tests.hamcrest-wrap" linuxtools-tests
  214. %mvn_package ":org.eclipse.linuxtools.docker*" docker
  215. %mvn_package ":org.eclipse.linuxtools.vagrant*" vagrant
  216. %mvn_package "org.eclipse.linuxtools{,.profiling}:" core
  217. %mvn_package "org.eclipse.linuxtools.javadocs:" javadocs
  218. %mvn_package "org.eclipse.linuxtools.changelog:" changelog
  219. %mvn_package "org.eclipse.linuxtools.gcov:" gcov
  220. %mvn_package "org.eclipse.linuxtools.gprof:" gprof
  221. %mvn_package "org.eclipse.linuxtools.man:" manpage
  222. %mvn_package "org.eclipse.linuxtools.oprofile:" oprofile
  223. %mvn_package "org.eclipse.linuxtools.perf{,-parent}:" perf
  224. %mvn_package "org.eclipse.linuxtools.rpm:" rpm-editor
  225. %mvn_package "org.eclipse.linuxtools.systemtap:" systemtap
  226. %mvn_package "org.eclipse.linuxtools.valgrind:" valgrind
  227. %mvn_package "org.eclipse.linuxtools.cdt.libhover:" libhover
  228.  
  229. # Create opcontrol wrapper
  230. pushd oprofile/org.eclipse.linuxtools.oprofile.core/natives/linux/scripts
  231. rm -f *.sh
  232. echo '#!/bin/sh' > opcontrol
  233. echo 'exec pkexec /usr/bin/opcontrol ${1+"$@"}' >> opcontrol
  234. popd
  235.  
  236. %{?scl:EOF}
  237.  
  238. %build
  239. %{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
  240. export MAVEN_OPTS="-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
  241. %mvn_build -j -f
  242.  
  243. %{?scl:EOF}
  244.  
  245. %install
  246. %{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
  247. %mvn_install
  248.  
  249. # Install opcontrol wrapper polkit permissions policy
  250. install -d -m 755 %{buildroot}%{_datadir}/polkit-1/actions
  251. install -D -m 644 oprofile/org.eclipse.linuxtools.oprofile.core/natives/linux/scripts/org.eclipse.linuxtools.oprofile.policy \
  252. %{buildroot}%{_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile.policy
  253. sed -i '/natives\/linux\/scripts\/opcontrol/ s|644|755|' .mfiles-oprofile
  254.  
  255. # Appstream addon metadata
  256. for p in changelog gcov gprof oprofile perf systemtap valgrind ; do
  257. install -m644 -D $p/eclipse-$p.metainfo.xml %{buildroot}%{_datadir}/appdata/eclipse-$p.metainfo.xml
  258. done
  259.  
  260. cat << EOF > eclipse-runLinuxToolsTestBundles
  261. #! /bin/bash
  262. eclipse-runTestBundles %{_javadir}/linuxtools-tests
  263. EOF
  264.  
  265. install -D -m 755 eclipse-runLinuxToolsTestBundles %{buildroot}%{_bindir}/eclipse-runLinuxToolsTestBundles
  266.  
  267. %files -f .mfiles-core
  268.  
  269. %files -n %{?scl_prefix}eclipse-changelog -f .mfiles-changelog
  270. %{_datadir}/appdata/eclipse-changelog.metainfo.xml
  271.  
  272. %files -n %{?scl_prefix}eclipse-rpm-editor -f .mfiles-rpm-editor
  273.  
  274. %files -n %{?scl_prefix}eclipse-manpage -f .mfiles-manpage
  275.  
  276. %files -n %{?scl_prefix}eclipse-gcov -f .mfiles-gcov
  277. %{_datadir}/appdata/eclipse-gcov.metainfo.xml
  278.  
  279. %files -n %{?scl_prefix}eclipse-gprof -f .mfiles-gprof
  280. %{_datadir}/appdata/eclipse-gprof.metainfo.xml
  281.  
  282. %files -n %{?scl_prefix}eclipse-linuxtools-docker -f .mfiles-docker
  283.  
  284. %files -n %{?scl_prefix}eclipse-linuxtools-vagrant -f .mfiles-vagrant
  285.  
  286. %files -n %{?scl_prefix}eclipse-oprofile -f .mfiles-oprofile
  287. %{_datadir}/polkit-1/actions/org.eclipse.linuxtools.oprofile.policy
  288. %{_datadir}/appdata/eclipse-oprofile.metainfo.xml
  289.  
  290. %files -n %{?scl_prefix}eclipse-perf -f .mfiles-perf
  291. %{_datadir}/appdata/eclipse-perf.metainfo.xml
  292.  
  293. %files -n %{?scl_prefix}eclipse-valgrind -f .mfiles-valgrind
  294. %{_datadir}/appdata/eclipse-valgrind.metainfo.xml
  295.  
  296. %files -n %{?scl_prefix}eclipse-systemtap -f .mfiles-systemtap
  297. %{_datadir}/appdata/eclipse-systemtap.metainfo.xml
  298.  
  299. %files libhover -f .mfiles-libhover
  300.  
  301. %files javadocs -f .mfiles-javadocs
  302.  
  303. %files -n %{?scl_prefix}eclipse-linuxtools-tests -f .mfiles-linuxtools-tests
  304. %{_bindir}/eclipse-runLinuxToolsTestBundles
  305.  
  306. %changelog
  307. * Wed Jan 20 2016 Sopot Cela <scela@redhat.com> - 4.2.0-2.1
  308. - Import latest from Fedora
  309.  
  310. * Thu Dec 17 2015 Mat Booth <mat.booth@redhat.com> - 4.2.0-2
  311. - Add requirement on vagrant for vagrant tooling.
  312.  
  313. * Thu Dec 17 2015 Mat Booth <mat.booth@redhat.com> - 4.2.0-1
  314. - Update to 4.2.0 release.
  315. - Add vagrant tooling package.
  316.  
  317. * Wed Oct 14 2015 Roland Grunberg <rgrunber@redhat.com> - 4.1.0-2
  318. - Explicitly require javax.annotations bundle in docker core.
  319.  
  320. * Mon Sep 28 2015 Sopot Cela <scela@redhat.com> - 4.1.0-1
  321. - Update to 4.1.0 (Mars SR1).
  322.  
  323. * Mon Sep 14 2015 Roland Grunberg <rgrunber@redhat.com> - 4.0.0-11
  324. - Rebuild as an Eclipse p2 Droplet.
  325.  
  326. * Tue Aug 04 2015 Roland Grunberg <rgrunber@redhat.com> - 4.0.0-10
  327. - Add script for automatically launching Linux Tools Test Bundles.
  328.  
  329. * Tue Aug 4 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-9
  330. - Install appdata.
  331.  
  332. * Wed Jul 15 2015 Roland Grunberg <rgrunber@redhat.com> - 4.0.0-8
  333. - Let mvn_install handle installation of test bundles.
  334.  
  335. * Wed Jul 15 2015 Roland Grunberg <rgrunber@redhat.com> - 4.0.0-7
  336. - Support docker-client 3.0.0 API.
  337.  
  338. * Thu Jul 02 2015 Jeff Johnston <jjohnstn@redhat.com> - 4.0.0-6
  339. - Fix RpmMacroProposalsListTest to allow for more than one proposal.
  340.  
  341. * Mon Jun 29 2015 Jeff Johnston <jjohnstn@redhat.com> - 4.0.0-5
  342. - Remove docker module requires from eclipse-linuxtools-docker.
  343.  
  344. * Mon Jun 29 2015 Jeff Johnston <jjohnstn@redhat.com> - 4.0.0-4
  345. - Make eclipse-linuxtools-docker require docker, not docker-io.
  346.  
  347. * Tue Jun 23 2015 Jeff Johnston <jjohnstn@redhat.com> - 4.0.0-3
  348. - Add in Docker support.
  349.  
  350. * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
  351. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  352.  
  353. * Mon Jun 15 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-1
  354. - Update to 4.0 tagged release.
  355.  
  356. * Wed Jun 3 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-0.4.gitba4ec78
  357. - Fix BR eclipse-ptp-rdt to eclipse-ptp-rdt-sync.
  358.  
  359. * Wed Jun 3 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-0.3.gitba4ec78
  360. - Add local libstdc++ libhover file.
  361.  
  362. * Wed Jun 3 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-0.2.gitba4ec78
  363. - Update to new git snapshot.
  364. - Add libhover and javadocs subpackages.
  365.  
  366. * Tue Jun 2 2015 Alexander Kurtakov <akurtako@redhat.com> 4.0.0-0.1.gitc53d569
  367. - Update to 4.0 prelease.
  368.  
  369. * Thu Feb 26 2015 Roland Grunberg <rgrunber@redhat.com> - 3.2.0-1
  370. - Update to 3.2 upstream release.
  371.  
  372. * Mon Feb 09 2015 Roland Grunberg <rgrunber@redhat.com> - 3.1.0-6
  373. - Place all test bundles under %%{_javadir} instead of dropins.
  374. - Fix packaging of Eclipse OProfile wrapper script.
  375.  
  376. * Fri Feb 6 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-5
  377. - Rebuild to generate missing OSGi auto-requires
  378.  
  379. * Tue Jan 20 2015 Mat Booth <mat.booth@redhat.com> - 3.1.0-4
  380. - Make direct hamcrest use explicit in manifests
  381.  
  382. * Thu Sep 25 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-3
  383. - Build/install with mvn_build/mvn_install
  384.  
  385. * Thu Sep 25 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-2
  386. - Install supplied appstream metadata
  387.  
  388. * Wed Sep 24 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-1
  389. - Update to latest upstream release
  390.  
  391. * Wed Sep 03 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-0.2.git802e91dd
  392. - Update to git snapshot of 3.1
  393.  
  394. * Tue Sep 02 2014 Mat Booth <mat.booth@redhat.com> - 3.1.0-0.1.git7c21d231
  395. - Update to git snapshot of 3.1
  396. - Drop upstreamed patches
  397.  
  398. * Tue Aug 12 2014 Jeff Johnston <jjohnstn@redhat.com> 3.0.0-6
  399. - Fix messages in tools path properties page.
  400. - Fix commented out pie-chart patch.
  401.  
  402. * Wed Aug 06 2014 Jeff Johnston <jjohnstn@redhat.com> 3.0.0-5
  403. - Modify piechart patch to prevent premature disposal of fonts.
  404.  
  405. * Thu Jul 24 2014 Jeff Johnston <jjohnstn@redhat.com> 3.0.0-4
  406. - Fix piechart title centering for swt-chart 0.9 and higher.
  407.  
  408. * Thu Jul 24 2014 Sami Wagiaalla <swagiaal@redhat.com> 3.0.0-3
  409. - Disable createrepo tests.
  410.  
  411. * Mon Jun 30 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-2
  412. - Backport patch for disappearing RPM menu.
  413.  
  414. * Tue Jun 24 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-1
  415. - Update to 3.0 final release.
  416.  
  417. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-0.3.git20140509
  418. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  419.  
  420. * Tue May 13 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-0.2.git20140509
  421. - BR latest tycho to not manually copy eclipse-license.
  422.  
  423. * Fri May 9 2014 Alexander Kurtakov <akurtako@redhat.com> 3.0.0-0.1.git20140509
  424. - First Luna build.
  425.  
  426. * Thu Mar 20 2014 Mat Booth <fedora@matbooth.co.uk> - 2.2.1-1
  427. - Update to Linux Tools 2.2.1 release.
  428. - Drop dep on usermode, we use polkit now.
  429.  
  430. * Sun Dec 29 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-3
  431. - Bump release for rebuild.
  432.  
  433. * Sun Dec 29 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-2
  434. - Drop old Provides and make Obsoletes fully cover old versions.
  435.  
  436. * Wed Dec 11 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-1
  437. - Update to Linux Tools 2.2.0 tag.
  438.  
  439. * Mon Nov 18 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.0-0.1.gitd2973ee
  440. - Update to Linux Tools 2.2.0 snapshot.
  441.  
  442. * Tue Oct 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 2.1.0-3
  443. - Include fix for save not working in a spec compare editor.
  444.  
  445. * Mon Sep 30 2013 Alexander Kurtakov <akurtako@redhat.com> 2.1.0-2
  446. - Bump changelog version too.
  447.  
  448. * Mon Sep 30 2013 Alexander Kurtakov <akurtako@redhat.com> 2.1.0-1
  449. - Update to latest upstream release.
  450.  
  451. * Thu Sep 19 2013 Roland Grunberg <rgrunber@redhat.com> - 2.0.0-4
  452. - Fix Bug 1009448.
  453.  
  454. * Tue Aug 13 2013 Roland Grunberg <rgrunber@redhat.com> - 2.0.0-3
  455. - Add eclipse-linuxtools-tests subpackage.
  456.  
  457. * Tue Aug 06 2013 Roland Grunberg <rgrunber@redhat.com> - 2.0.0-2
  458. - Fix Bug 992171.
  459.  
  460. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-2
  461. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  462.  
  463. * Thu Jun 27 2013 Alexander Kurtakov <akurtako@redhat.com> 2:2.0.0-1
  464. - Final 2.0.0 release.
  465.  
  466. * Fri Jun 07 2013 Sami Wagiaalla <swagiaal@redhat.com> 2:2.0.0-0.7.git6428ae8
  467. - Update to RC3.
  468.  
  469. * Mon May 13 2013 Roland Grunberg <rgrunber@redhat.com> 2:2.0.0-0.6.git294c1bf
  470. - Update to a newer snapshot.
  471.  
  472. * Mon May 13 2013 Alexander Kurtakov <akurtako@redhat.com> 2:2.0.0-0.5.gitd67d6da
  473. - Make callgraph and linuxtoolsframework obsoletes be fixed.
  474.  
  475. * Tue Apr 23 2013 Sami Wagiaalla <swagiaal@redhat.com> 2.0.0-0.4.gitd67d6da
  476. - Update to a new snapshot.
  477.  
  478. * Thu Apr 11 2013 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-0.3.gita645f32
  479. - New snapshot containing fix for building with Ant 1.9.
  480.  
  481. * Wed Apr 10 2013 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-0.2.gitaa6d235
  482. - SCL-ize.
  483. - Update to newer snapshot.
  484.  
  485. * Wed Mar 27 2013 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-0.1.git95aacfe
  486. - Update to 2.0.0 prerelease for Kepler compatibility.
  487. - Changelog no longer has it's own release as the version bumped.
  488.  
  489. * Mon Feb 4 2013 <swagiaal@redhat.com> 1.2.0-5
  490. - Actually remove 'Requires: kernel-debuginfo' from systemtap.
  491.  
  492. * Wed Jan 30 2013 <swagiaal@redhat.com> 1.2.0-4
  493. - Remove 'Requires: kernel-debuginfo' from systemtap.
  494.  
  495. * Thu Jan 24 2013 <rgrunber@redhat.com> 1.2.0-3
  496. - Properly package PolicyKit for Eclipse OProfile.
  497.  
  498. * Mon Jan 7 2013 <swagiaal@redhat.com> 1.2.0-2
  499. - Add 'Requires' to systemtap on kernel-debuginfo.
  500.  
  501. * Fri Nov 23 2012 Roland Grunberg <rgrunber@redhat.com> 1.2.0-1
  502. - Update to 1.2.0 upstream release.
  503. - Disable jacoco-maven-plugin.
  504.  
  505. * Fri Oct 5 2012 Roland Grunberg <rgrunber@redhat.com> 1.1.1-3
  506. - Synchronize release number for subpackages and rebuild.
  507.  
  508. * Fri Oct 5 2012 Roland Grunberg <rgrunber@redhat.com> 1.1.1-2
  509. - Bump release to avoid conflicting with previous build.
  510.  
  511. * Tue Oct 2 2012 Roland Grunberg <rgrunber@redhat.com> 1.1.1-1
  512. - Update to 1.1.1 upstream release.
  513.  
  514. * Wed Aug 8 2012 Alexander Kurtakov <akurtako@redhat.com> 1.1.0-1
  515. - Initial packaging.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement