Update to 3.13.1
This commit is contained in:
parent
56f11f536f
commit
e9c1bf150f
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/gnome-clocks-3.11.90.tar.xz
|
/gnome-clocks-3.11.90.tar.xz
|
||||||
/gnome-clocks-3.11.92.tar.xz
|
/gnome-clocks-3.11.92.tar.xz
|
||||||
/gnome-clocks-3.12.0.tar.xz
|
/gnome-clocks-3.12.0.tar.xz
|
||||||
|
/gnome-clocks-3.13.1.tar.xz
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
From 08eb9cf4fce7c936ab11d3a0b6d2638e5276a8e3 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Yosef Or Boczko <yoseforb@src.gnome.org>
|
|
||||||
Date: Sun, 4 May 2014 01:27:52 +0300
|
|
||||||
Subject: [PATCH] window.ui: Use the correct parent widget
|
|
||||||
|
|
||||||
https://bugzilla.gnome.org/show_bug.cgi?id=729484
|
|
||||||
---
|
|
||||||
data/ui/window.ui | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/data/ui/window.ui b/data/ui/window.ui
|
|
||||||
index 681b38a..c7a931f 100644
|
|
||||||
--- a/data/ui/window.ui
|
|
||||||
+++ b/data/ui/window.ui
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<interface>
|
|
||||||
<!-- interface-requires gtk+ 3.8 -->
|
|
||||||
- <template class="ClocksWindow" parent="Gtk.ApplicationWindow">
|
|
||||||
+ <template class="ClocksWindow" parent="GtkApplicationWindow">
|
|
||||||
<property name="title" translatable="yes">Clocks</property>
|
|
||||||
<child type="titlebar">
|
|
||||||
<object class="ClocksHeaderBar" id="header_bar">
|
|
||||||
--
|
|
||||||
2.0.0
|
|
||||||
|
|
@ -1,14 +1,11 @@
|
|||||||
Name: gnome-clocks
|
Name: gnome-clocks
|
||||||
Version: 3.12.0
|
Version: 3.13.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Clock application designed for GNOME 3
|
Summary: Clock application designed for GNOME 3
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://live.gnome.org/GnomeClocks
|
URL: https://live.gnome.org/GnomeClocks
|
||||||
Source0: http://download.gnome.org/sources/gnome-clocks/3.12/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnome-clocks/3.13/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=729484
|
|
||||||
Patch1: 0001-window.ui-Use-the-correct-parent-widget.patch
|
|
||||||
|
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
Buildrequires: gobject-introspection-devel
|
Buildrequires: gobject-introspection-devel
|
||||||
@ -26,7 +23,6 @@ Clock application designed for GNOME 3
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -65,6 +61,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
|
||||||
|
- Update to 3.13.1
|
||||||
|
|
||||||
* Thu Jun 12 2014 Yanko Kaneti <yaneti@declera.com> - 3.12.0-3
|
* Thu Jun 12 2014 Yanko Kaneti <yaneti@declera.com> - 3.12.0-3
|
||||||
- Upstream patch to fix empty window with latest gtk+
|
- Upstream patch to fix empty window with latest gtk+
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user