[sushi] Update to 0.5.1

Kalev Lember kalev at fedoraproject.org
Sat May 5 19:35:27 UTC 2012


commit 9b8e84f6d91ee149e9b2e5db92e306f530a5b160
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat May 5 21:29:01 2012 +0300

    Update to 0.5.1
    
    - Build with libmusicbrainz4
    - Adjust the spec file for the changes in private library location
    - Remove and obsolete the -devel subpackage

 .gitignore |    1 +
 sources    |    2 +-
 sushi.spec |   29 +++++++++++++----------------
 3 files changed, 15 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4967657..c03db24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /sushi-0.3.92.tar.xz
 /sushi-0.4.0.tar.xz
 /sushi-0.4.1.tar.xz
+/sushi-0.5.1.tar.xz
diff --git a/sources b/sources
index 8e6a5e3..86cba7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5021f3120f6452c41ee1d1d660e46f9  sushi-0.4.1.tar.xz
+6b56c7c8a40aced0549cff0a6e1cf95f  sushi-0.5.1.tar.xz
diff --git a/sushi.spec b/sushi.spec
index 64bf803..ba98ef5 100644
--- a/sushi.spec
+++ b/sushi.spec
@@ -1,12 +1,12 @@
 Name:           sushi
-Version:        0.4.1
+Version:        0.5.1
 Release:        1%{?dist}
 Summary:        A quick previewer for Nautilus
 Group:          User Interface/Desktops
 
 License:        GPLv2+ with exceptions
 URL:            http://live.gnome.org/ThreePointOne/Features/FilePreviewing
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.xz
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz
 
 BuildRequires:  gtksourceview3-devel
 BuildRequires:  intltool
@@ -17,22 +17,16 @@ BuildRequires:  clutter-gtk-devel
 BuildRequires:  clutter-gst-devel
 BuildRequires:  evince-devel
 BuildRequires:  gtk3-devel
-BuildRequires:  libmusicbrainz3-devel
+BuildRequires:  libmusicbrainz4-devel
 BuildRequires:  webkitgtk3-devel
 
+Obsoletes:      sushi-devel < 0.5.1
+
 #Description from upstream's README.
 %description
 This is sushi, a quick previewer for Nautilus, the GNOME desktop
 file manager.
 
-%package        devel
-Summary:        Development files for %{name}
-Requires:       %{name} = %{version}-%{release}
-
-%description    devel
-The %{name}-devel package contains libraries and header files for
-developing applications that use %{name}.
-
 
 %prep
 %setup -q
@@ -55,18 +49,21 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 %files -f %{name}.lang
 %doc README COPYING AUTHORS NEWS TODO
-%{_libdir}/*.so.*
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/dbus-1/services/*
+%{_datadir}/glib-2.0/schemas/org.gnome.sushi.gschema.xml
 %{_libexecdir}/*
-%{_libdir}/girepository-1.0
+%{_libdir}/sushi/
 
-%files devel
-%{_libdir}/*.so
-%{_datadir}/gir-1.0
 
 %changelog
+* Sat May 05 2012 Kalev Lember <kalevlember at gmail.com> - 0.5.1-1
+- Update to 0.5.1
+- Build with libmusicbrainz4
+- Adjust the spec file for the changes in private library location
+- Remove and obsolete the -devel subpackage
+
 * Tue Apr 17 2012 Kalev Lember <kalevlember at gmail.com> - 0.4.1-1
 - Update to 0.4.1
 


More information about the scm-commits mailing list