diff --git a/gnome-shell.spec b/gnome-shell.spec index cdf91ee..5b5ee89 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.14.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -12,6 +12,7 @@ Source0: http://download.gnome.org/sources/gnome-shell/3.14/%{name}-%{ver # Replace Epiphany with Firefox in the default favourite apps list Patch1: gnome-shell-favourite-apps-firefox.patch +Patch2: 0001-calendar-Stop-computing-week-number-ourselves.patch %define clutter_version 1.15.90 %define gnome_bluetooth_version 1:3.9.0 @@ -118,6 +119,7 @@ easy to use experience. %prep %setup -q %patch1 -p1 -b .firefox +%patch2 -p1 -b .calendar-week-number %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; @@ -179,6 +181,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %exclude %{_datadir}/gtk-doc %changelog +* Fri Mar 13 2015 Dan Williams - 3.14.3-2 +- Fix week number calculation in calendar (BGO #736722) + * Fri Dec 19 2014 Florian Müllner - 3.14.3-1 - Update to 3.14.3