[eclipse-linuxtools/f20: 4/4] Update to Linux Tools 2.2.1 release.

mbooth mbooth at fedoraproject.org
Thu Mar 20 17:55:18 UTC 2014


commit f833ecd2a12aa3ea34f7c5cfacf69d428c8d0597
Author: Mat Booth <fedora at matbooth.co.uk>
Date:   Thu Mar 20 17:49:24 2014 +0000

    Update to Linux Tools 2.2.1 release.
    
    - Drop dep on usermode, we use polkit now.

 .gitignore              |    3 +++
 eclipse-linuxtools.spec |   11 +++++++----
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 897210c..3d70b66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
 /org.eclipse.linuxtools-*.tar.bz2
+/noarch
+/*.rpm
+/.build-*.log
diff --git a/eclipse-linuxtools.spec b/eclipse-linuxtools.spec
index 6a45f22..a720cc3 100644
--- a/eclipse-linuxtools.spec
+++ b/eclipse-linuxtools.spec
@@ -4,8 +4,8 @@
 %global eclipse_dropin   %{_datadir}/eclipse/dropins
 
 Name:           %{?scl_prefix}eclipse-linuxtools
-Version:        2.2.0
-Release:        3%{?dist}
+Version:        2.2.1
+Release:        1%{?dist}
 Summary:        Linux specific Eclipse plugins
 
 License:        EPL
@@ -90,7 +90,6 @@ Functionality to integrate GProf with the Eclipse workbench.
 
 Summary:  Eclipse plugin for OProfile integration
 Requires: oprofile >= 0.9.3
-Requires: usermode >= 1.98
 
 %description -n %{?scl_prefix}eclipse-oprofile
 Eclipse plugins to integrate OProfile's profiling capabilities with the CDT.
@@ -140,7 +139,7 @@ All test bundles for the Linux Tools project.
 
 
 %prep
-%setup -q -n org.eclipse.linuxtools-2.2.0
+%setup -q -n org.eclipse.linuxtools-2.2.1
 
 %patch0
 %pom_remove_plugin org.jacoco:jacoco-maven-plugin
@@ -309,6 +308,10 @@ popd
 %{_javadir}/linuxtools-tests
 
 %changelog
+* Thu Mar 20 2014 Mat Booth <fedora at matbooth.co.uk> - 2.2.1-1
+- Update to Linux Tools 2.2.1 release.
+- Drop dep on usermode, we use polkit now.
+
 * Sun Dec 29 2013 Alexander Kurtakov <akurtako at redhat.com> 2.2.0-3
 - Bump release for rebuild.
 
diff --git a/sources b/sources
index 695ffdb..12b6490 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-362d4d903edbc632d23f6b14847f7fba  org.eclipse.linuxtools-2.2.0.tar.bz2
+4336a32702a504d2026994c5ee1b62bc  org.eclipse.linuxtools-2.2.1.tar.bz2


More information about the scm-commits mailing list