[grilo] Update to 0.2.6

Kalev Lember kalev at fedoraproject.org
Sat May 18 12:30:27 UTC 2013


commit d55ffffedd1dee15e05b7cad9a1a983dd85dc71b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat May 18 14:25:29 2013 +0200

    Update to 0.2.6
    
    - Drop the vala sed hack, 0.2.6 now works with recent vala
    - Include man pages

 .gitignore |    1 +
 grilo.spec |   14 +++++++++-----
 sources    |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af3aeb9..d52fc7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /grilo-0.2.3.tar.xz
 /grilo-0.2.4.tar.xz
 /grilo-0.2.5.tar.xz
+/grilo-0.2.6.tar.xz
diff --git a/grilo.spec b/grilo.spec
index e39833e..3ea0e1a 100644
--- a/grilo.spec
+++ b/grilo.spec
@@ -2,7 +2,7 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           grilo
-Version:        0.2.5
+Version:        0.2.6
 Release:        1%{?dist}
 Summary:        Content discovery framework
 
@@ -57,9 +57,6 @@ This package contains the Vala language bindings.
 %prep
 %setup -q
 
-# Fix vala detection for version 0.20
-sed -i.vala 's/libvala-0.18/libvala-0.20/g' configure*
-
 %build
 %configure                      \
         --enable-vala           \
@@ -85,11 +82,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
 
+%find_lang grilo
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-%files
+%files -f grilo.lang
 %doc AUTHORS COPYING NEWS README TODO
 %{_libdir}/*.so.*
 %{_libdir}/girepository-1.0/*.typelib
@@ -112,6 +111,11 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
 %{_datadir}/vala/vapi/*
 
 %changelog
+* Sat May 18 2013 Kalev Lember <kalevlember at gmail.com> - 0.2.6-1
+- Update to 0.2.6
+- Drop the vala sed hack, 0.2.6 now works with recent vala
+- Include man pages
+
 * Wed Mar 20 2013 Kalev Lember <kalevlember at gmail.com> - 0.2.5-1
 - Update to 0.2.5
 
diff --git a/sources b/sources
index 2c203c6..5ec364c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20b36e0471f7c40b04ea5e9e13920d47  grilo-0.2.5.tar.xz
+55532065ce4dba0e54fb43787c809e81  grilo-0.2.6.tar.xz


More information about the scm-commits mailing list