Update to 3.24.1
- Rebase the translations
This commit is contained in:
parent
9a532b06cd
commit
40629686f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@ gnome-terminal-2.31.3.tar.bz2
|
|||||||
/gnome-terminal-3.22.1.tar.xz
|
/gnome-terminal-3.22.1.tar.xz
|
||||||
/gnome-terminal-3.23.90.tar.xz
|
/gnome-terminal-3.23.90.tar.xz
|
||||||
/gnome-terminal-3.24.0.tar.xz
|
/gnome-terminal-3.24.0.tar.xz
|
||||||
|
/gnome-terminal-3.24.1.tar.xz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 26e848e209265d6ebaca08d3fbbc4f9f9dd08c82 Mon Sep 17 00:00:00 2001
|
From 224a57a9987972ebc8601bc0e3fb429fe05aa795 Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Mon, 12 May 2014 14:57:18 +0200
|
Date: Mon, 12 May 2014 14:57:18 +0200
|
||||||
Subject: [PATCH 01/14] Restore transparency
|
Subject: [PATCH 01/14] Restore transparency
|
||||||
@ -225,10 +225,10 @@ index 2921c025596c..c41a73231bf4 100644
|
|||||||
uuid_unparse (u, uuidstr);
|
uuid_unparse (u, uuidstr);
|
||||||
priv->uuid = g_strdup (uuidstr);
|
priv->uuid = g_strdup (uuidstr);
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From 35cdbfcc31e648b64de6d34d25ce4d76f790966b Mon Sep 17 00:00:00 2001
|
From bba0dffcd74aa2a21996a0bc66dc2efba13d1346 Mon Sep 17 00:00:00 2001
|
||||||
From: Lars Uebernickel <lars.uebernickel@canonical.com>
|
From: Lars Uebernickel <lars.uebernickel@canonical.com>
|
||||||
Date: Wed, 28 May 2014 14:11:02 +0200
|
Date: Wed, 28 May 2014 14:11:02 +0200
|
||||||
Subject: [PATCH 02/14] window: Make the drawing robust across all themes
|
Subject: [PATCH 02/14] window: Make the drawing robust across all themes
|
||||||
@ -287,10 +287,10 @@ index c41a73231bf4..fb64fa89b3cc 100644
|
|||||||
widget_class->screen_changed = terminal_window_screen_changed;
|
widget_class->screen_changed = terminal_window_screen_changed;
|
||||||
widget_class->style_updated = terminal_window_style_updated;
|
widget_class->style_updated = terminal_window_style_updated;
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From 3c9051b8b0c38ab8d7a6930808d98e3c9525fcf9 Mon Sep 17 00:00:00 2001
|
From e5f19e9557fa6af1835b1d181ce04fefe0a8c0b4 Mon Sep 17 00:00:00 2001
|
||||||
From: "Owen W. Taylor" <otaylor@fishsoup.net>
|
From: "Owen W. Taylor" <otaylor@fishsoup.net>
|
||||||
Date: Fri, 13 Nov 2015 15:16:42 +0100
|
Date: Fri, 13 Nov 2015 15:16:42 +0100
|
||||||
Subject: [PATCH 03/14] screen, window: Extra padding around transparent
|
Subject: [PATCH 03/14] screen, window: Extra padding around transparent
|
||||||
@ -414,10 +414,10 @@ index fb64fa89b3cc..f1b1c7d1038d 100644
|
|||||||
|
|
||||||
return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr);
|
return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr);
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From 8ffc4c9bf8adc761c3ee450421953ca74b09cead Mon Sep 17 00:00:00 2001
|
From 7fa2aae80f40896635714a0837f6c11353817afb Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Mon, 27 Feb 2017 16:53:51 +0100
|
Date: Mon, 27 Feb 2017 16:53:51 +0100
|
||||||
Subject: [PATCH 04/14] screen: Silence -Wunused variable
|
Subject: [PATCH 04/14] screen: Silence -Wunused variable
|
||||||
@ -440,10 +440,10 @@ index 043a7ae9c4b2..dac1663a24ec 100644
|
|||||||
gboolean use_theme_colors;
|
gboolean use_theme_colors;
|
||||||
|
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From da0e7e412130b328640741d926f7d49bd7a9963c Mon Sep 17 00:00:00 2001
|
From 7aa44fa51fb6e99a4f049246f6384c8b4a399645 Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Tue, 27 Jan 2015 18:40:13 +0100
|
Date: Tue, 27 Jan 2015 18:40:13 +0100
|
||||||
Subject: [PATCH 05/14] Support desktop notifications from OSC 777
|
Subject: [PATCH 05/14] Support desktop notifications from OSC 777
|
||||||
@ -762,10 +762,10 @@ index 20cfbceb36b0..a987025e0524 100644
|
|||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From 06d89d3fcef6526f1639b9ae1c00cb708a814076 Mon Sep 17 00:00:00 2001
|
From 0147d38ff26d47482b34747849f72f2f4f38e3f1 Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Thu, 29 Jan 2015 11:47:21 +0100
|
Date: Thu, 29 Jan 2015 11:47:21 +0100
|
||||||
Subject: [PATCH 06/14] Sprinkle debug messages for notifications
|
Subject: [PATCH 06/14] Sprinkle debug messages for notifications
|
||||||
@ -845,10 +845,10 @@ index 2e4d1d6d669d..d0d2c93fbb1d 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From f1c55417a2cfa6517368d7df0864a9bf9b3b2ebb Mon Sep 17 00:00:00 2001
|
From ccdf17bf88239a9c7f4fc695c45afc310150b10a Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Tue, 17 May 2016 21:08:55 +0200
|
Date: Tue, 17 May 2016 21:08:55 +0200
|
||||||
Subject: [PATCH 07/14] Restore separate menuitems for opening tabs and windows
|
Subject: [PATCH 07/14] Restore separate menuitems for opening tabs and windows
|
||||||
@ -1168,10 +1168,10 @@ index d830149a4738..242ebe13e240 100644
|
|||||||
<menuitem action="PopupCopy" />
|
<menuitem action="PopupCopy" />
|
||||||
<menuitem action="PopupPaste" />
|
<menuitem action="PopupPaste" />
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From eb3c9e65dfc3b73268b6326f4f0b371ae8b2d2c2 Mon Sep 17 00:00:00 2001
|
From da532bf631079baa95217ca12da179b878facd5c Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Tue, 1 Nov 2016 13:10:01 +0100
|
Date: Tue, 1 Nov 2016 13:10:01 +0100
|
||||||
Subject: [PATCH 08/14] Revert "profile: Remove the "Command" sub-heading"
|
Subject: [PATCH 08/14] Revert "profile: Remove the "Command" sub-heading"
|
||||||
@ -1454,10 +1454,10 @@ index e1cb3470d0ee..0c09bb08c202 100644
|
|||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From cb89dd61c7532ef49a29ef323fcef358169ec736 Mon Sep 17 00:00:00 2001
|
From 741fb3722047c756c67ff27a94a9c3d2c9211ff3 Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Thu, 30 Jun 2016 16:02:13 +0200
|
Date: Thu, 30 Jun 2016 16:02:13 +0200
|
||||||
Subject: [PATCH 09/14] Revert "screen: Remove unused description and
|
Subject: [PATCH 09/14] Revert "screen: Remove unused description and
|
||||||
@ -1636,10 +1636,10 @@ index f3b4013d6157..133c2309e8a8 100644
|
|||||||
char *terminal_screen_get_current_dir (TerminalScreen *screen);
|
char *terminal_screen_get_current_dir (TerminalScreen *screen);
|
||||||
|
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From 42225c4bcbaf4d2342cfdcc76b4f18d4a0a77efa Mon Sep 17 00:00:00 2001
|
From 00570b0be436f39a2ad536575f9b4ccfbf5a0092 Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Thu, 30 Jun 2016 17:39:48 +0200
|
Date: Thu, 30 Jun 2016 17:39:48 +0200
|
||||||
Subject: [PATCH 10/14] Revert "Remove the static title setting from profile
|
Subject: [PATCH 10/14] Revert "Remove the static title setting from profile
|
||||||
@ -1850,10 +1850,10 @@ index b5674d8001fb..ae03835a812a 100644
|
|||||||
(!prop_name ||
|
(!prop_name ||
|
||||||
prop_name == I_(TERMINAL_PROFILE_USE_SYSTEM_FONT_KEY) ||
|
prop_name == I_(TERMINAL_PROFILE_USE_SYSTEM_FONT_KEY) ||
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From 4b4724401670d9006aca20b83d7027c8607c006d Mon Sep 17 00:00:00 2001
|
From bf012328565cf15bd57b0fb887a3fa69e778427d Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Tue, 17 Feb 2015 17:06:17 +0100
|
Date: Tue, 17 Feb 2015 17:06:17 +0100
|
||||||
Subject: [PATCH 11/14] Restore translations for setting a title and
|
Subject: [PATCH 11/14] Restore translations for setting a title and
|
||||||
@ -1897,7 +1897,7 @@ Subject: [PATCH 11/14] Restore translations for setting a title and
|
|||||||
po/gu.po | 20 ++++++++++----------
|
po/gu.po | 20 ++++++++++----------
|
||||||
po/he.po | 20 ++++++++++----------
|
po/he.po | 20 ++++++++++----------
|
||||||
po/hi.po | 21 ++++++++++-----------
|
po/hi.po | 21 ++++++++++-----------
|
||||||
po/hr.po | 13 +++++++++++++
|
po/hr.po | 38 +++++++++-----------------------------
|
||||||
po/hu.po | 19 +++++++++++--------
|
po/hu.po | 19 +++++++++++--------
|
||||||
po/hy.po | 8 ++++----
|
po/hy.po | 8 ++++----
|
||||||
po/id.po | 15 +++++++++++++++
|
po/id.po | 15 +++++++++++++++
|
||||||
@ -1952,7 +1952,7 @@ Subject: [PATCH 11/14] Restore translations for setting a title and
|
|||||||
po/zh_CN.po | 19 +++++++++++--------
|
po/zh_CN.po | 19 +++++++++++--------
|
||||||
po/zh_HK.po | 19 +++++++++++--------
|
po/zh_HK.po | 19 +++++++++++--------
|
||||||
po/zh_TW.po | 19 +++++++++++--------
|
po/zh_TW.po | 19 +++++++++++--------
|
||||||
92 files changed, 829 insertions(+), 487 deletions(-)
|
92 files changed, 825 insertions(+), 516 deletions(-)
|
||||||
|
|
||||||
diff --git a/po/am.po b/po/am.po
|
diff --git a/po/am.po b/po/am.po
|
||||||
index 3445d96da657..f28fc8bf8a2d 100644
|
index 3445d96da657..f28fc8bf8a2d 100644
|
||||||
@ -2594,10 +2594,10 @@ index d97e6102b850..a768fe4adc54 100644
|
|||||||
#: ../src/profile-preferences.glade.h:78
|
#: ../src/profile-preferences.glade.h:78
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
diff --git a/po/el.po b/po/el.po
|
diff --git a/po/el.po b/po/el.po
|
||||||
index 911f7bd0483b..4cdead9091a6 100644
|
index 93e6d889d828..88b4a2c3d003 100644
|
||||||
--- a/po/el.po
|
--- a/po/el.po
|
||||||
+++ b/po/el.po
|
+++ b/po/el.po
|
||||||
@@ -2440,23 +2440,23 @@ msgstr "Κ_λείσιμο παραθύρου"
|
@@ -2447,23 +2447,23 @@ msgstr "Κ_λείσιμο παραθύρου"
|
||||||
#~ msgid "Default size:"
|
#~ msgid "Default size:"
|
||||||
#~ msgstr "Προεπιλεγμένο μέγεθος:"
|
#~ msgstr "Προεπιλεγμένο μέγεθος:"
|
||||||
|
|
||||||
@ -2629,7 +2629,7 @@ index 911f7bd0483b..4cdead9091a6 100644
|
|||||||
|
|
||||||
#~ msgid "_Next Tab"
|
#~ msgid "_Next Tab"
|
||||||
#~ msgstr "_Επόμενη καρτέλα"
|
#~ msgstr "_Επόμενη καρτέλα"
|
||||||
@@ -2515,3 +2515,6 @@ msgstr "Κ_λείσιμο παραθύρου"
|
@@ -2522,3 +2522,6 @@ msgstr "Κ_λείσιμο παραθύρου"
|
||||||
|
|
||||||
#~ msgid "_Input Methods"
|
#~ msgid "_Input Methods"
|
||||||
#~ msgstr "_Μέθοδοι εισαγωγής"
|
#~ msgstr "_Μέθοδοι εισαγωγής"
|
||||||
@ -3276,24 +3276,52 @@ index 2d7dc5b14008..acbff9a1a2ad 100644
|
|||||||
#~ msgid "S/Key Challenge Response"
|
#~ msgid "S/Key Challenge Response"
|
||||||
#~ msgstr "एस/कुंजी चैलेंज प्रतिक्रिया"
|
#~ msgstr "एस/कुंजी चैलेंज प्रतिक्रिया"
|
||||||
diff --git a/po/hr.po b/po/hr.po
|
diff --git a/po/hr.po b/po/hr.po
|
||||||
index 099791b7db35..cf4ca6152ea6 100644
|
index 9d3fe425fbde..93a51ca865e9 100644
|
||||||
--- a/po/hr.po
|
--- a/po/hr.po
|
||||||
+++ b/po/hr.po
|
+++ b/po/hr.po
|
||||||
@@ -2287,3 +2287,16 @@ msgstr ""
|
@@ -2263,35 +2263,15 @@ msgstr ""
|
||||||
#: ../src/terminal-window.c:3864
|
|
||||||
msgid "C_lose Window"
|
msgid "C_lose Window"
|
||||||
msgstr "_Zatvori prozor"
|
msgstr "_Zatvori prozor"
|
||||||
+
|
|
||||||
|
-#~ msgid "New Terminal"
|
||||||
|
-#~ msgstr "Novi terminal"
|
||||||
+#: ../src/profile-preferences.glade.h:69
|
+#: ../src/profile-preferences.glade.h:69
|
||||||
+msgid "Transparent background"
|
+msgid "Transparent background"
|
||||||
+msgstr "Prozirna pozadina"
|
+msgstr "Prozirna pozadina"
|
||||||
+
|
|
||||||
|
-#~ msgid "Whether to use a transparent background"
|
||||||
|
-#~ msgstr "Treba li korstiti prozirnu pozadinu"
|
||||||
+msgid "_Title:"
|
+msgid "_Title:"
|
||||||
+msgstr "_Naslov:"
|
+msgstr "_Naslov:"
|
||||||
+
|
|
||||||
|
-#~ msgid ""
|
||||||
|
-#~ "Whether to use the value of TerminalScreen-background-darkness, if "
|
||||||
|
-#~ "available, from the theme for the transparency value."
|
||||||
|
-#~ msgstr ""
|
||||||
|
-#~ "Treba li koristiti vrijednosti TerminalScreen-background-darkness, ako je "
|
||||||
|
-#~ "dostupno, iz teme za vrijednosti prozirnositi."
|
||||||
+msgid "Set Title"
|
+msgid "Set Title"
|
||||||
+msgstr "Postavi naslov"
|
+msgstr "Postavi naslov"
|
||||||
+
|
|
||||||
|
-#~ msgid "Adjust the amount of transparency"
|
||||||
|
-#~ msgstr "Odredite razinu prozirnosti"
|
||||||
|
-
|
||||||
|
-#~ msgid ""
|
||||||
|
-#~ "A value between 0 and 100, where 0 is opaque and 100 is fully transparent."
|
||||||
|
-#~ msgstr ""
|
||||||
|
-#~ "Vrijednosti između 0 i 100, gdje je 0 neprozirno a 100 potpuno prozirno"
|
||||||
|
-
|
||||||
|
-#~ msgid "Use t_ransparent background"
|
||||||
|
-#~ msgstr "Koristi p_rozirnu pozadinu"
|
||||||
|
-
|
||||||
|
-#~ msgid "none"
|
||||||
|
-#~ msgstr "ništa"
|
||||||
|
-
|
||||||
|
-#~ msgid "full"
|
||||||
|
-#~ msgstr "potpuno"
|
||||||
|
-
|
||||||
|
-#~ msgid "Use transparency from system theme"
|
||||||
|
-#~ msgstr "Koristi prozirnost iz teme sustava"
|
||||||
+msgid "_Set Title…"
|
+msgid "_Set Title…"
|
||||||
+msgstr "Postavi naslov"
|
+msgstr "Postavi naslov"
|
||||||
diff --git a/po/hu.po b/po/hu.po
|
diff --git a/po/hu.po b/po/hu.po
|
||||||
@ -3473,7 +3501,7 @@ index 2a0bc91fad40..f87c4496d591 100644
|
|||||||
#: ../src/terminal-window.c:988
|
#: ../src/terminal-window.c:988
|
||||||
msgid "Set _Character Encoding"
|
msgid "Set _Character Encoding"
|
||||||
diff --git a/po/kk.po b/po/kk.po
|
diff --git a/po/kk.po b/po/kk.po
|
||||||
index 99e1764b3961..06e617ecdbad 100644
|
index b383a629a14d..6b3419987ebc 100644
|
||||||
--- a/po/kk.po
|
--- a/po/kk.po
|
||||||
+++ b/po/kk.po
|
+++ b/po/kk.po
|
||||||
@@ -2282,3 +2282,18 @@ msgstr "Терезені жа_бу"
|
@@ -2282,3 +2282,18 @@ msgstr "Терезені жа_бу"
|
||||||
@ -5211,10 +5239,10 @@ index fb3fda0be7d6..bb73a0c743a9 100644
|
|||||||
+msgid "Transparent background"
|
+msgid "Transparent background"
|
||||||
+msgstr "透明背景"
|
+msgstr "透明背景"
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From 818a28936c6c59aea16ed418584cf5c17270c57a Mon Sep 17 00:00:00 2001
|
From 34085b300c72336c45b8bb8de80cd892caa60d52 Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Wed, 25 May 2016 13:47:36 +0200
|
Date: Wed, 25 May 2016 13:47:36 +0200
|
||||||
Subject: [PATCH 12/14] Restore the action and shortcut to set a static title
|
Subject: [PATCH 12/14] Restore the action and shortcut to set a static title
|
||||||
@ -5428,10 +5456,10 @@ index 242ebe13e240..d56b82f0301d 100644
|
|||||||
<menuitem action="FileCloseTab"/>
|
<menuitem action="FileCloseTab"/>
|
||||||
</popup>
|
</popup>
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From 62e966c8256c6604e83ff775c342bca7dcf338f9 Mon Sep 17 00:00:00 2001
|
From da6d9dbc3a1a067dfb3c7e0e6e039335f6370287 Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Thu, 30 Jun 2016 18:14:36 +0200
|
Date: Thu, 30 Jun 2016 18:14:36 +0200
|
||||||
Subject: [PATCH 13/14] screen: Style fix
|
Subject: [PATCH 13/14] screen: Style fix
|
||||||
@ -5458,10 +5486,10 @@ index ae03835a812a..5a4c100b629c 100644
|
|||||||
const char *p;
|
const char *p;
|
||||||
|
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
|
||||||
From 03307918b3d806ecb40dfc440e99b4b9d79955bf Mon Sep 17 00:00:00 2001
|
From db09efbb45b7f29568d6b321b485a726a8bc9268 Mon Sep 17 00:00:00 2001
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
From: Debarshi Ray <debarshir@gnome.org>
|
||||||
Date: Thu, 30 Jun 2016 16:58:15 +0200
|
Date: Thu, 30 Jun 2016 16:58:15 +0200
|
||||||
Subject: [PATCH 14/14] Restore the rest of the title handling options and make
|
Subject: [PATCH 14/14] Restore the rest of the title handling options and make
|
||||||
@ -6213,5 +6241,5 @@ index c8d9123d88ed..153d273bad75 100644
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
--
|
--
|
||||||
2.12.0
|
2.12.2
|
||||||
|
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
%define glib2_version 2.42.0
|
%define glib2_version 2.42.0
|
||||||
%define gtk3_version 3.20.0
|
%define gtk3_version 3.20.0
|
||||||
%define vte_version 0.48.0
|
%define vte_version 0.48.2
|
||||||
%define desktop_file_utils_version 0.2.90
|
%define desktop_file_utils_version 0.2.90
|
||||||
|
|
||||||
Name: gnome-terminal
|
Name: gnome-terminal
|
||||||
Version: 3.24.0
|
Version: 3.24.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Terminal emulator for GNOME
|
Summary: Terminal emulator for GNOME
|
||||||
|
|
||||||
@ -109,6 +109,10 @@ fi
|
|||||||
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 13 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
|
||||||
|
- Update to 3.24.1
|
||||||
|
- Rebase the translations
|
||||||
|
|
||||||
* Wed Mar 22 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
* Wed Mar 22 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
||||||
- Update to 3.24.0
|
- Update to 3.24.0
|
||||||
- Rebase the translations
|
- Rebase the translations
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-terminal-3.24.0.tar.xz) = b7061033e2f1caf953f778783b1394e1d2c43c4f1009ae0938c607892de01df275238fece479e8a7519fb53df5f972798d64cef864d6010d9055b57f6ef1e0ee
|
SHA512 (gnome-terminal-3.24.1.tar.xz) = e0f461d10d715bb872ebea667b23909d074371c779a982ce779921784974a20d8f6d5e65dc56b75956c4c8453353e793bd524b01214920b052bf74d0f06b619b
|
||||||
|
Loading…
Reference in New Issue
Block a user