[libzeitgeist] Fix test by mtasaka; because of https://bugzilla.gnome.org/show_bug.cgi?id=704593.

Renich Bon Ciric renich at fedoraproject.org
Mon Jun 9 22:59:50 UTC 2014


commit 83e79c3c632dfac97502eb11ea2b2178bff724f1
Author: Renich Bon Ciric <renich at woralelandia.com>
Date:   Mon Jun 9 17:59:41 2014 -0500

    Fix test by mtasaka; because of https://bugzilla.gnome.org/show_bug.cgi?id=704593.
    
    - Fixes bug 1106094
    - Using autosetup instead of setup

 libzeitgeist.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/libzeitgeist.spec b/libzeitgeist.spec
index c18727c..bb3c518 100644
--- a/libzeitgeist.spec
+++ b/libzeitgeist.spec
@@ -1,6 +1,6 @@
 Name:           libzeitgeist
 Version:        0.3.18
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Client library for applications that want to interact with the Zeitgeist daemon
 
 Group:          System Environment/Libraries
@@ -9,6 +9,10 @@ URL:            https://launchpad.net/libzeitgeist
 Source0:        http://launchpad.net/%{name}/0.3/%{version}/+download/%{name}-%{version}.tar.gz
 Patch0:         %{name}-disable-log-test.patch
 
+# fixes env problem (mtasaka)
+# https://bugzilla.gnome.org/show_bug.cgi?id=704593
+Patch1:         %{name}-tests-glib-2.40-envnull.patch
+
 BuildRequires:  glib2-devel%{?_isa} >= 2.26
 BuildRequires:  gtk-doc
 
@@ -28,8 +32,7 @@ developing applications that use %{name}.
 
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 
 %build
@@ -84,6 +87,11 @@ rm -fr %{buildroot}%{_defaultdocdir}/%{name}
 
 
 %changelog
+* Mon Jun 09 2014 Renich Bon Ciric <renich at woralelandia.com> - 0.3.18-7
+- Fix test by mtasaka; because of https://bugzilla.gnome.org/show_bug.cgi?id=704593.
+- Fixes bug 1106094
+- Using autosetup instead of setup
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.18-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list