[libmateweather] Update to 1.7.0

Dan Mashal vicodan at fedoraproject.org
Wed Dec 4 22:51:56 UTC 2013


commit 7fa70551dd5468f06cf88315000465c91200085c
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Wed Dec 4 14:51:47 2013 -0800

    Update to 1.7.0

 .gitignore          |    1 +
 libmateweather.spec |   16 +++++++++++-----
 sources             |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 89820bf..899613b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /libmateweather-1.6.0.tar.xz
 /libmateweather-1.6.1.tar.xz
 /libmateweather-1.6.2.tar.xz
+/libmateweather-1.7.0.tar.xz
diff --git a/libmateweather.spec b/libmateweather.spec
index 883530c..24d2f51 100644
--- a/libmateweather.spec
+++ b/libmateweather.spec
@@ -1,6 +1,6 @@
 Name:          libmateweather
-Version:       1.6.2
-Release:       3%{?dist}
+Version:       1.7.0
+Release:       1%{?dist}
 Summary:       Libraries to allow MATE Desktop to display weather information
 License:       GPLv2+ and LGPLv2+
 URL:           http://mate-desktop.org
@@ -9,6 +9,8 @@ Source0:       http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.x
 BuildRequires: gtk2-devel
 BuildRequires: libsoup-devel
 BuildRequires: mate-common
+#Python support is not yet working
+#BuildRequires: pygobject2-devel
 
 Requires:      %{name}-data = %{version}-%{release}
 
@@ -36,10 +38,11 @@ Development files for libmateweather
 
 
 %build
-%configure --disable-static       \
-           --disable-schemas-compile \
-           --with-gnu-ld          \
+%configure --disable-static           \
+           --disable-schemas-compile  \
+           --with-gtk=2.0             \
            --enable-gtk-doc-html
+#Broken    --enable-python
 
 # fix unused-direct-shlib-dependency
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool 
@@ -96,6 +99,9 @@ fi
 
 
 %changelog
+* Wed Dec 04 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.0-1
+- Update to 1.7.0
+
 * Fri Sep 13 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.2-3
 - add requires to -data package, fix rhbz (#1007706)
 
diff --git a/sources b/sources
index 90983e5..efb3cff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-881a398575c44e79e22b079e06f00cb1  libmateweather-1.6.2.tar.xz
+ce7a107e4dc2d1a380baebf4e71b1048  libmateweather-1.7.0.tar.xz


More information about the scm-commits mailing list