[libmatenotify] update to 1.5.0 release

leigh123linux leigh123linux at fedoraproject.org
Mon Oct 29 15:04:32 UTC 2012


commit ddcbb6a3519e262266de2336858cd199201cc1a1
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Mon Oct 29 15:04:22 2012 +0000

    update to 1.5.0 release

 .gitignore         |    1 +
 libmatenotify.spec |   30 +++++++++++++++++++-----------
 sources            |    2 +-
 3 files changed, 21 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f6108d..2fe001f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libmatenotify-1.4.1.tar.xz
+/libmatenotify-1.5.0.tar.xz
diff --git a/libmatenotify.spec b/libmatenotify.spec
index a80bc26..da30164 100644
--- a/libmatenotify.spec
+++ b/libmatenotify.spec
@@ -1,18 +1,20 @@
-Name:		libmatenotify
-Version:	1.4.1
-Release:	8%{?dist}
-Summary:	Libraries for mate notify
-License:	LGPLv2+
-URL:		http://mate-desktop.org
-Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
-
-BuildRequires:	mate-common dbus-glib-devel gtk2-devel pkgconfig
+Name:           libmatenotify
+Version:        1.5.0
+Release:        1%{?dist}
+Summary:        Libraries for mate notify
+License:        LGPLv2+
+URL:            http://mate-desktop.org
+Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
+
+BuildRequires:  mate-common
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gtk+-2.0)
 
 %description
 Libraries for mate notify.
 
 %package devel
-Summary: Development libraries for libmatenotify
+Summary:  Development libraries for libmatenotify
 Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
@@ -41,15 +43,21 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %doc AUTHORS COPYING README
 %{_bindir}/mate-notify-send
 %{_libdir}/libmatenotify.so.1*
-%{_datadir}/gtk-doc/html/libmatenotify/
+
 
 %files devel
+%doc %{_datadir}/gtk-doc/html/libmatenotify/
 %{_libdir}/libmatenotify.so
 %{_libdir}/pkgconfig/libmatenotify.pc
 %{_includedir}/libmatenotify/
 
 
 %changelog
+* Mon Oct 29 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.0-1
+- update to 1.5.0 release
+- move gtk-doc to devel package
+- change build requires style
+
 * Fri Aug 10 2012 Rex Dieter <rdieter at fedoraproject.org> - 1.4.1-8
 - drop BR: gtk+-devel
 - drop explicit Requires: pkgconfig (-devel will autoreq this)
diff --git a/sources b/sources
index 7b4644b..7220737 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50620d058e32531a2c3f24dfd7274295  libmatenotify-1.4.1.tar.xz
+28a1526c93f9a28a3cea9fdefbc47b41  libmatenotify-1.5.0.tar.xz


More information about the scm-commits mailing list