Update to 3.5.90

- Port to libmusicbrainz5
This commit is contained in:
Bastien Nocera 2012-08-30 15:06:24 +01:00
parent f4b4414371
commit 7da653cb39
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/sushi-0.5.2.tar.xz /sushi-0.5.2.tar.xz
/sushi-0.5.4.tar.xz /sushi-0.5.4.tar.xz
/sushi-0.5.5.tar.xz /sushi-0.5.5.tar.xz
/sushi-3.5.90.tar.xz

View File

@ -1 +1 @@
27468bc4cc33f3906767e7f0e4a93892 sushi-0.5.5.tar.xz e17336a9bdb26fe37b08c5f12de98227 sushi-3.5.90.tar.xz

View File

@ -1,6 +1,6 @@
Name: sushi Name: sushi
Version: 0.5.5 Version: 3.5.90
Release: 2%{?dist} Release: 1%{?dist}
Summary: A quick previewer for Nautilus Summary: A quick previewer for Nautilus
Group: User Interface/Desktops Group: User Interface/Desktops
@ -14,14 +14,16 @@ BuildRequires: gjs-devel
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: clutter-devel BuildRequires: clutter-devel
BuildRequires: clutter-gtk-devel BuildRequires: clutter-gtk-devel
BuildRequires: clutter-gst-devel BuildRequires: clutter-gst2-devel
BuildRequires: evince-devel BuildRequires: evince-devel
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
BuildRequires: libmusicbrainz4-devel BuildRequires: libmusicbrainz5-devel
BuildRequires: webkitgtk3-devel BuildRequires: webkitgtk3-devel
Obsoletes: sushi-devel < 0.5.1 Obsoletes: sushi-devel < 0.5.1
Patch0: 0001-libsushi-Port-to-libmusicbrainz5.patch
#Description from upstream's README. #Description from upstream's README.
%description %description
This is sushi, a quick previewer for Nautilus, the GNOME desktop This is sushi, a quick previewer for Nautilus, the GNOME desktop
@ -30,7 +32,7 @@ file manager.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .mb5
%build %build
%configure --disable-static %configure --disable-static
@ -58,6 +60,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog %changelog
* Thu Aug 30 2012 Bastien Nocera <bnocera@redhat.com> 3.5.90-1
- Update to 3.5.90
- Port to libmusicbrainz5
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 0.5.5-2 * Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 0.5.5-2
- Rebuild against new cogl/clutter - Rebuild against new cogl/clutter