diff --git a/.gitignore b/.gitignore index 1ce45c6..c36512e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /gnome-clocks-3.9.92.tar.xz /gnome-clocks-3.10.0.tar.xz /gnome-clocks-3.10.1.tar.xz +/gnome-clocks-3.11.1.tar.xz diff --git a/gnome-clocks.spec b/gnome-clocks.spec index 21798cc..204900c 100644 --- a/gnome-clocks.spec +++ b/gnome-clocks.spec @@ -1,11 +1,11 @@ Name: gnome-clocks -Version: 3.10.1 +Version: 3.11.1 Release: 1%{?dist} Summary: Clock application designed for GNOME 3 License: GPLv2+ URL: https://live.gnome.org/GnomeClocks -Source0: http://download.gnome.org/sources/gnome-clocks/3.10/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-clocks/3.11/%{name}-%{version}.tar.xz BuildRequires: gtk3-devel Buildrequires: gobject-introspection-devel @@ -30,7 +30,7 @@ make V=1 %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT -desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/gnome-clocks.desktop +desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/org.gnome.clocks.desktop %find_lang gnome-clocks --with-gnome %post @@ -55,11 +55,15 @@ fi %{_datadir}/gnome-clocks %{_datadir}/icons/*/*/apps/gnome-clocks.png %{_datadir}/appdata/gnome-clocks.appdata.xml -%{_datadir}/applications/gnome-clocks.desktop +%{_datadir}/applications/org.gnome.clocks.desktop +%{_datadir}/dbus-1/services/org.gnome.clocks.service %{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml %changelog +* Tue Nov 19 2013 Yanko Kaneti - 3.11.1-1 +- First release from the 3.11 development series. + * Mon Oct 14 2013 Yanko Kaneti - 3.10.1-1 - Update to 3.10.1 diff --git a/sources b/sources index 12e5068..5a48ab1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2994d78aff438a51f0d13b0d1ecdaac gnome-clocks-3.10.1.tar.xz +16d527785c0ae219fb134f6aeeb5a963 gnome-clocks-3.11.1.tar.xz