Compare commits

..

No commits in common. "1d1129bdc2538f0e93c452d8a1cfb2df4f6a6ebc" and "e99bb531d4f49dd4d8b8d34456d170f7a8719022" have entirely different histories.

5 changed files with 8 additions and 25 deletions

View File

@ -9,16 +9,18 @@ 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 b284757..b6ed9d7 100644 index 2d004c2..e669661 100644
--- a/src/yelp-application.c --- a/src/yelp-application.c
+++ b/src/yelp-application.c +++ b/src/yelp-application.c
@@ -486,6 +486,7 @@ application_uri_resolved (YelpUri *uri, @@ -444,6 +444,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);
+ gtk_window_set_position (GTK_WINDOW (window), GTK_WIN_POS_CENTER); + gtk_window_set_position (GTK_WINDOW (window), GTK_WIN_POS_CENTER);
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

BIN
yelp-3.34.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: yelp Name: yelp
Epoch: 2 Epoch: 2
Version: 3.38.3 Version: 3.34.0
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.38/%{name}-%{version}.tar.xz Source: https://download.gnome.org/sources/%{name}/3.34/%{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,20 +85,5 @@ 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

View File

@ -1,4 +0,0 @@
version_control: gitlab.gnome
src_repo: yelp
tag_prefix: ^
seperator: .