Compare commits
10 Commits
e99bb531d4
...
1d1129bdc2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d1129bdc2 | ||
|
|
080682cd0d | ||
|
|
39954a34a3 | ||
|
|
eb0597f00d | ||
|
|
36bf39cd8a | ||
|
|
94ee7117aa | ||
|
|
198fe4a264 | ||
|
|
7e18086a93 | ||
|
|
ca140fa9be | ||
|
|
ad08f4534e |
@ -9,11 +9,12 @@ left corner.
|
|||||||
src/yelp-application.c | 1 +
|
src/yelp-application.c | 1 +
|
||||||
1 file changed, 1 insertion(+)
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
|
||||||
diff --git a/src/yelp-application.c b/src/yelp-application.c
|
diff --git a/src/yelp-application.c b/src/yelp-application.c
|
||||||
index 2d004c2..e669661 100644
|
index b284757..b6ed9d7 100644
|
||||||
--- a/src/yelp-application.c
|
--- a/src/yelp-application.c
|
||||||
+++ b/src/yelp-application.c
|
+++ b/src/yelp-application.c
|
||||||
@@ -444,6 +444,7 @@ application_uri_resolved (YelpUri *uri,
|
@@ -486,6 +486,7 @@ application_uri_resolved (YelpUri *uri,
|
||||||
|
|
||||||
g_settings_get (settings, "geometry", "(ii)", &width, &height);
|
g_settings_get (settings, "geometry", "(ii)", &width, &height);
|
||||||
window = yelp_window_new (data->app);
|
window = yelp_window_new (data->app);
|
||||||
@ -21,6 +22,3 @@ index 2d004c2..e669661 100644
|
|||||||
gtk_window_set_default_size (GTK_WINDOW (window), width, height);
|
gtk_window_set_default_size (GTK_WINDOW (window), width, height);
|
||||||
g_signal_connect (window, "resized", G_CALLBACK (window_resized), data->app);
|
g_signal_connect (window, "resized", G_CALLBACK (window_resized), data->app);
|
||||||
priv->windows = g_slist_prepend (priv->windows, window);
|
priv->windows = g_slist_prepend (priv->windows, window);
|
||||||
--
|
|
||||||
1.7.12.1
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
yelp-3.38.3.tar.xz
Normal file
BIN
yelp-3.38.3.tar.xz
Normal file
Binary file not shown.
19
yelp.spec
19
yelp.spec
@ -1,11 +1,11 @@
|
|||||||
Name: yelp
|
Name: yelp
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 3.34.0
|
Version: 3.38.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Help browser for the GNOME desktop
|
Summary: Help browser for the GNOME desktop
|
||||||
License: LGPLv2+ and ASL 2.0 and GPLv2+
|
License: LGPLv2+ and ASL 2.0 and GPLv2+
|
||||||
URL: https://wiki.gnome.org/Apps/Yelp
|
URL: https://wiki.gnome.org/Apps/Yelp
|
||||||
Source: https://download.gnome.org/sources/%{name}/3.34/%{name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=687960
|
# https://bugzilla.gnome.org/show_bug.cgi?id=687960
|
||||||
Patch1: 0001-Center-new-windows.patch
|
Patch1: 0001-Center-new-windows.patch
|
||||||
@ -85,5 +85,20 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
|
|||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 22 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 2:3.38.3-1
|
||||||
|
- Upgrade to 2:3.38.3
|
||||||
|
|
||||||
|
* Fri Jan 29 2021 jinzhimin <jinzhimin2@huawei.com> 2:3.38.2-1
|
||||||
|
- Upgrade to 2:3.38.2
|
||||||
|
|
||||||
|
* Tue Sep 1 2020 yeah_wang <wangye70@huawei.com> 3.36.0-2
|
||||||
|
- fix source URL
|
||||||
|
|
||||||
|
* Mon Jul 20 2020 chengguipeng<chengguipeng1@huawei.com> 3.36.0-1
|
||||||
|
- Upgrade to 3.36.0-1
|
||||||
|
|
||||||
|
* Mon May 18 2020 wangchen <wangchen137@huawei.com> - 3.34.0-2
|
||||||
|
- rebuild for yelp
|
||||||
|
|
||||||
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.34.0-1
|
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.34.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user