[gnote] update to 0.9.0

Rahul Sundaram sundaram at fedoraproject.org
Thu Mar 29 23:28:16 UTC 2012


commit ebbfdd967f3170c82dbdced30e68b96adefa3604
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Fri Mar 30 04:56:43 2012 +0530

    update to 0.9.0
    
    - https://mail.gnome.org/archives/gnote-list/2012-March/msg00000.html

 .gitignore |    1 +
 gnote.spec |   13 ++++++++++---
 sources    |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a172d7..60a3225 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ gnote-0.7.2.tar.bz2
 /gnote-0.7.5.tar.bz2
 /gnote-0.8.0.tar.xz
 /gnote-0.8.2.tar.xz
+/gnote-0.9.0.tar.xz
diff --git a/gnote.spec b/gnote.spec
index 11e94cb..49ab322 100644
--- a/gnote.spec
+++ b/gnote.spec
@@ -1,11 +1,11 @@
 Name:           gnote
-Version:        0.8.2
-Release:        3%{?dist}
+Version:        0.9.0
+Release:        1%{?dist}
 Summary:        Note-taking application
 Group:          User Interface/Desktops
 License:        GPLv3+
 URL:            http://live.gnome.org/Gnote
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnote/0.8/%{name}-%{version}.tar.xz
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnote/0.9/%{name}-%{version}.tar.xz
 
 BuildRequires:  gtkmm30-devel libxml2-devel intltool 
 BuildRequires:  boost-devel libuuid-devel 
@@ -42,6 +42,7 @@ find %{buildroot} -type f -name "*.la" -delete
 
 %post
 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/sbin/ldconfig
 
 %postun
 if [ $1 -eq 0 ] ; then
@@ -49,6 +50,7 @@ if [ $1 -eq 0 ] ; then
     /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
     /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 fi
+/sbin/ldconfig
 
 %posttrans
 /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
@@ -64,10 +66,15 @@ fi
 %{_datadir}/icons/hicolor/scalable/apps/gnote.svg
 %{_datadir}/gnome/help/gnote/
 %{_prefix}/%{_lib}/gnote/
+%{_prefix}/%{_lib}/libgnote*
 %{_datadir}/dbus-1/services/org.gnome.Gnote.service
 %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
 
 %changelog
+* Thu Mar 29 2012 Rahul Sundaram <sundaram at fedoraproject.org> - 0.9.0-1
+- update to 0.9.0
+- https://mail.gnome.org/archives/gnote-list/2012-March/msg00000.html
+
 * Fri Feb 10 2012 Petr Pisar <ppisar at redhat.com> - 0.8.2-3
 - Rebuild against PCRE 8.30
 
diff --git a/sources b/sources
index e9367d0..52cbd2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39ba1eb02b0b2dc4d71df1e455a7df1c  gnote-0.8.2.tar.xz
+fd56666124a65c4df2223d46803cd371  gnote-0.9.0.tar.xz


More information about the scm-commits mailing list