[cura-networking] Update to 0.0.4

Radek Novacek rnovacek at fedoraproject.org
Fri Oct 12 14:51:25 UTC 2012


commit a5babe2826489642d5cfd32dc96ab1b4c90cfdd1
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Fri Oct 12 16:51:19 2012 +0200

    Update to 0.0.4

 .gitignore                                     |    1 +
 cura-networking-0.0.3-fix-crash-in-lists.patch |   13 -------------
 cura-networking-0.0.3-pthread-linking.patch    |   19 -------------------
 cura-networking.spec                           |   16 ++++++----------
 sources                                        |    2 +-
 5 files changed, 8 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c143e98..981f0be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /cura-networking-0.0.1.tar.gz
 /cura-networking-0.0.2.tar.gz
 /cura-networking-0.0.3.tar.gz
+/cura-networking-0.0.4.tar.gz
diff --git a/cura-networking.spec b/cura-networking.spec
index b5fc096..05b7222 100644
--- a/cura-networking.spec
+++ b/cura-networking.spec
@@ -1,18 +1,12 @@
 Name:           cura-networking
-Version:        0.0.3
-Release:        4%{?dist}
+Version:        0.0.4
+Release:        1%{?dist}
 Summary:        CIM providers for network management
 
 License:        GPLv2+
 URL:            http://fedorahosted.org/cura/
 Source0:        http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 
-# Upstreamed patched
-# Add linking against pthread
-Patch0:         cura-networking-0.0.3-pthread-linking.patch
-# Fix crash when getting length of empty list
-Patch1:         cura-networking-0.0.3-fix-crash-in-lists.patch
-
 BuildRequires:  cmake
 BuildRequires:  cura-providers-devel >= 0.0.3
 BuildRequires:  konkretcmpi-devel
@@ -21,6 +15,7 @@ BuildRequires:  cim-schema
 BuildRequires:  glib2-devel
 BuildRequires:  check-devel
 BuildRequires:  NetworkManager-glib-devel
+BuildRequires:  libuuid-devel
 
 # For reg2pegasus.py script
 Requires:       python2
@@ -36,8 +31,6 @@ Common Information Model (CIM).
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 
 %build
@@ -92,6 +85,9 @@ fi
 
 
 %changelog
+* Fri Oct 12 2012 Radek Novacek <rnovacek at redhat.com> 0.0.4-1
+- Update to 0.0.4
+
 * Thu Sep 06 2012 Radek Novacek <rnovacek at redhat.com> 0.0.3-4
 - Fix crash when getting length of empty list
 
diff --git a/sources b/sources
index 989872c..64864b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e881c7608059250ecc5d97946747e5bc  cura-networking-0.0.3.tar.gz
+9479cdaa50dae72d82d502f06eedf51a  cura-networking-0.0.4.tar.gz


More information about the scm-commits mailing list