[openlmi-tools] upgrade to 0.9.2

Peter Hatina phatina at fedoraproject.org
Mon Jun 30 08:29:44 UTC 2014


commit b0d0e2885f05137721265ebc2fe44645b3d59529
Author: Peter Hatina <phatina at redhat.com>
Date:   Mon Jun 30 10:26:49 2014 +0200

    upgrade to 0.9.2

 .gitignore                   |    1 +
 openlmi-tools-01-cache.patch |  393 ------------------------------------------
 openlmi-tools.spec           |   11 +-
 sources                      |    2 +-
 4 files changed, 8 insertions(+), 399 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc4d467..63a2395 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /openlmi-tools-0.9.1.tar.gz
+/openlmi-tools-0.9.2.tar.gz
diff --git a/openlmi-tools.spec b/openlmi-tools.spec
index b434f30..d45b5c7 100644
--- a/openlmi-tools.spec
+++ b/openlmi-tools.spec
@@ -1,12 +1,11 @@
 Name:           openlmi-tools
-Version:        0.9.1
-Release:        4%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 Summary:        Set of CLI tools for Openlmi providers
 
 License:        GPLv2+
 URL:            http://fedorahosted.org/openlmi
 Source0:        http://fedorahosted.org/released/openlmi-tools/%{name}-%{version}.tar.gz
-Patch0:         openlmi-tools-01-cache.patch
 BuildArch:      noarch
 
 BuildRequires:  automake
@@ -44,9 +43,8 @@ Group:          Documentation
 %prep
 %setup -q
 
-%patch0 -p1 -b .cache
-
 %build
+make
 pushd cli
 %{__python} setup.py build
 popd # cli
@@ -116,6 +114,9 @@ install -m 644 cli/completion/_lmishell $zsh_comp_dir
 %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Mon Jun 30 2014 Peter Hatina <phatina at redhat.com> - 0.9.2
+- upgrade to 0.9.2
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index db185ec..66e33f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4079db18a0f2d5b01c4bc6d1a524d08  openlmi-tools-0.9.1.tar.gz
+62aff0563338f0646a25ef4655e605a5  openlmi-tools-0.9.2.tar.gz


More information about the scm-commits mailing list