0.3.0
This commit is contained in:
parent
f60cbdd0b2
commit
98c94b611c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/sushi-0.1.92.tar.xz
|
/sushi-0.1.92.tar.xz
|
||||||
/sushi-0.2.0.tar.xz
|
/sushi-0.2.0.tar.xz
|
||||||
/sushi-0.2.1.tar.xz
|
/sushi-0.2.1.tar.xz
|
||||||
|
/sushi-0.3.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
36f79d8dbd46327d6aefc629a4b61723 sushi-0.2.1.tar.xz
|
217ca8cd8b04788835587ab93430a3d1 sushi-0.3.0.tar.xz
|
||||||
|
11
sushi.spec
11
sushi.spec
@ -1,12 +1,12 @@
|
|||||||
Name: sushi
|
Name: sushi
|
||||||
Version: 0.2.1
|
Version: 0.3.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A quick previewer for Nautilus
|
Summary: A quick previewer for Nautilus
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
|
|
||||||
License: GPLv2+ with exceptions
|
License: GPLv2+ with exceptions
|
||||||
URL: https://live.gnome.org/ThreePointOne/Features/FilePreviewing
|
URL: http://live.gnome.org/ThreePointOne/Features/FilePreviewing
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gtksourceview3-devel
|
BuildRequires: gtksourceview3-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -67,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/gir-1.0
|
%{_datadir}/gir-1.0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.3.0-1
|
||||||
|
- Update to 0.3.0
|
||||||
|
|
||||||
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.1-3
|
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.1-3
|
||||||
- Rebuild against new clutter
|
- Rebuild against new clutter
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user