commit deepin-terminal for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package deepin-terminal for openSUSE:Factory 
checked in at 2020-08-29 20:44:23

Comparing /work/SRC/openSUSE:Factory/deepin-terminal (Old)
 and  /work/SRC/openSUSE:Factory/.deepin-terminal.new.3399 (New)


Package is "deepin-terminal"

Sat Aug 29 20:44:23 2020 rev:5 rq:830429 version:3.2.6

Changes:

--- /work/SRC/openSUSE:Factory/deepin-terminal/deepin-terminal.changes  
2020-02-11 22:25:09.511559459 +0100
+++ 
/work/SRC/openSUSE:Factory/.deepin-terminal.new.3399/deepin-terminal.changes
2020-08-29 20:44:40.713523494 +0200
@@ -1,0 +2,5 @@
+Thu Aug 27 13:05:49 UTC 2020 - Callum Farmer 
+
+- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
+
+---



Other differences:
--
++ deepin-terminal.spec ++
--- /var/tmp/diff_new_pack.neUjtT/_old  2020-08-29 20:44:41.357523763 +0200
+++ /var/tmp/diff_new_pack.neUjtT/_new  2020-08-29 20:44:41.361523765 +0200
@@ -97,10 +97,10 @@
 %doc README.md CHANGELOG.md
 %license LICENSE
 %dir %{_datadir}/%{name}
-%dir %{_libexecdir}/%{name}
+%dir %{_prefix}/lib/%{name}
 %{_bindir}/%{name}
-%{_libexecdir}/%{name}/ssh_login.sh
-%{_libexecdir}/%{name}/zssh
+%{_prefix}/lib/%{name}/ssh_login.sh
+%{_prefix}/lib/%{name}/zssh
 %{_datadir}/%{name}/style.css
 %{_datadir}/%{name}/theme
 %{_datadir}/%{name}/image




commit deepin-terminal for openSUSE:Factory

2020-02-11 Thread root
Hello community,

here is the log from the commit of package deepin-terminal for openSUSE:Factory 
checked in at 2020-02-11 22:24:20

Comparing /work/SRC/openSUSE:Factory/deepin-terminal (Old)
 and  /work/SRC/openSUSE:Factory/.deepin-terminal.new.26092 (New)


Package is "deepin-terminal"

Tue Feb 11 22:24:20 2020 rev:4 rq:773373 version:3.2.6

Changes:

--- /work/SRC/openSUSE:Factory/deepin-terminal/deepin-terminal.changes  
2019-11-15 22:38:14.960124912 +0100
+++ 
/work/SRC/openSUSE:Factory/.deepin-terminal.new.26092/deepin-terminal.changes   
2020-02-11 22:25:09.511559459 +0100
@@ -1,0 +2,5 @@
+Tue Feb 11 08:07:54 UTC 2020 - Hillwood Yang 
+
+- Support Leap 15.2 
+
+---



Other differences:
--
++ deepin-terminal.spec ++
--- /var/tmp/diff_new_pack.7bvBWy/_old  2020-02-11 22:25:10.603560057 +0100
+++ /var/tmp/diff_new_pack.7bvBWy/_new  2020-02-11 22:25:10.607560059 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package deepin-terminal
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2019 Hillwood Yang 
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 Hillwood Yang 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:Deepin terminal
 License:GPL-3.0-or-later AND GPL-3.0-only
 Group:  System/X11/Terminals
-Url:https://github.com/linuxdeepin/deepin-terminal
+URL:https://github.com/linuxdeepin/deepin-terminal
 Source0:
https://github.com/linuxdeepin/deepin-terminal/archive/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE deepin-terminal-system-vte.patch hillw...@opensuse.org - 
Use vte in system default
 Patch0: deepin-terminal-system-vte.patch
@@ -42,7 +42,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(vapigen)
 BuildRequires:  pkgconfig(xcb)
-%if 0%{?suse_version} > 1500
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150100
 BuildRequires:  pkgconfig(vte-2.91)
 %endif
 BuildRequires:  pkgconfig(fontconfig)
@@ -74,7 +74,7 @@
 
 %build
 %cmake -DCMAKE_INSTALL_DIR=%{_prefix} \
-%if 0%{?suse_version} > 1500
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150100
-DUSE_SYSTEM_VTE=ON \
 %endif
-DCMAKE_C_FLAGS="$RPM_OPT_FLAGS" \
@@ -105,8 +105,8 @@
 %{_datadir}/%{name}/theme
 %{_datadir}/%{name}/image
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
-%{_datadir}/icons/hicolor/scalable/apps/deepin-terminal.svg
-%{_datadir}/applications/deepin-terminal.desktop
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_datadir}/applications/%{name}.desktop
 
 %files lang -f %{name}.lang
 




commit deepin-terminal for openSUSE:Factory

2019-11-15 Thread root
Hello community,

here is the log from the commit of package deepin-terminal for openSUSE:Factory 
checked in at 2019-11-15 22:38:08

Comparing /work/SRC/openSUSE:Factory/deepin-terminal (Old)
 and  /work/SRC/openSUSE:Factory/.deepin-terminal.new.26869 (New)


Package is "deepin-terminal"

Fri Nov 15 22:38:08 2019 rev:3 rq:748784 version:3.2.6

Changes:

--- /work/SRC/openSUSE:Factory/deepin-terminal/deepin-terminal.changes  
2019-06-24 21:53:27.988110800 +0200
+++ 
/work/SRC/openSUSE:Factory/.deepin-terminal.new.26869/deepin-terminal.changes   
2019-11-15 22:38:14.960124912 +0100
@@ -1,0 +2,8 @@
+Sun Nov 10 04:40:20 UTC 2019 - Marguerite Su 
+
+- add 
deepin-terminal-xcb.vapi-missing-return-statement-at-end-of-subroutine-body.patch
+  * fix TW build errors
+- drop deepin-terminal_unbundle_vte.patch, refreshed to be
+  deepin-terminal-system-vte.patch
+
+---

Old:

  deepin-terminal_unbundle_vte.patch

New:

  deepin-terminal-system-vte.patch
  
deepin-terminal-xcb.vapi-missing-return-statement-at-end-of-subroutine-body.patch



Other differences:
--
++ deepin-terminal.spec ++
--- /var/tmp/diff_new_pack.fnxFRA/_old  2019-11-15 22:38:15.560126856 +0100
+++ /var/tmp/diff_new_pack.fnxFRA/_new  2019-11-15 22:38:15.560126856 +0100
@@ -13,9 +13,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:   deepin-terminal
 Version:3.2.6
 Release:0
@@ -24,38 +25,39 @@
 Group:  System/X11/Terminals
 Url:https://github.com/linuxdeepin/deepin-terminal
 Source0:
https://github.com/linuxdeepin/deepin-terminal/archive/%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE deepin-terminal_unbundle_vte.patch hillw...@opensuse.org 
- Use vte in system default
-Patch0: deepin-terminal_unbundle_vte.patch
+# PATCH-FIX-OPENSUSE deepin-terminal-system-vte.patch hillw...@opensuse.org - 
Use vte in system default
+Patch0: deepin-terminal-system-vte.patch
+# PATCH-FIX-UPSTREAM 
deepin-terminal-xcb.vapi-missing-return-statement-at-end-of-subroutine-body.patch
+Patch1: 
deepin-terminal-xcb.vapi-missing-return-statement-at-end-of-subroutine-body.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
-BuildRequires:  vala
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  update-desktop-files
-BuildRequires:  readline-devel
-BuildRequires:  libxml2-tools
 BuildRequires:  gcc-c++
-BuildRequires:  intltool >= 0.35.0
 BuildRequires:  gtk-doc
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  intltool >= 0.35.0
+BuildRequires:  libxml2-tools
+BuildRequires:  readline-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  vala
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(vapigen)
 BuildRequires:  pkgconfig(xcb)
-BuildRequires:  pkgconfig(gtk+-3.0)
 %if 0%{?suse_version} > 1500
 BuildRequires:  pkgconfig(vte-2.91)
-%else
-BuildRequires:  pkgconfig(libpcre2-8)
-BuildRequires:  pkgconfig(gnutls)
 %endif
-BuildRequires:  pkgconfig(gee-0.8)
-BuildRequires:  pkgconfig(json-glib-1.0)
-BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(fontconfig)
-BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(gdk-x11-3.0)
+BuildRequires:  pkgconfig(gee-0.8)
+BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(libpcre2-8)
 BuildRequires:  pkgconfig(librsvg-2.0)
+BuildRequires:  pkgconfig(libsecret-1)
+BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(ncurses)
-BuildRequires:  pkgconfig(gobject-introspection-1.0)
 Recommends: %{name}-lang
 Requires:   deepin-menu
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -67,14 +69,14 @@
 windows, remote management, quake mode and other features.
 
 %prep
-%setup -q
-%if 0%{?suse_version} > 1500
-%patch0 -p1
-%endif
+%autosetup -p1
 sed -i 's|return @@PROJECT_PATH@@;|return "%{_datadir}/%{name}";|' 
project_path.c.in
 
 %build
 %cmake -DCMAKE_INSTALL_DIR=%{_prefix} \
+%if 0%{?suse_version} > 1500
+   -DUSE_SYSTEM_VTE=ON \
+%endif
-DCMAKE_C_FLAGS="$RPM_OPT_FLAGS" \
-DCMAKE_CXX_FLAGS="$RPM_OPT_FLAGS" 
 %if 0%{?sle_version} > 15 && 0%{?is_opensuse}
@@ -83,7 +85,6 @@
 make %{?_smp_mflags}
 %endif
 
-
 %install
 %cmake_install
 
@@ -91,7 +92,6 @@
 %find_lang %{name}
 %fdupes %{buildroot}
 
-
 

commit deepin-terminal for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package deepin-terminal for openSUSE:Factory 
checked in at 2019-06-24 21:52:08

Comparing /work/SRC/openSUSE:Factory/deepin-terminal (Old)
 and  /work/SRC/openSUSE:Factory/.deepin-terminal.new.4615 (New)


Package is "deepin-terminal"

Mon Jun 24 21:52:08 2019 rev:2 rq:711455 version:3.2.6

Changes:

--- /work/SRC/openSUSE:Factory/deepin-terminal/deepin-terminal.changes  
2019-06-19 21:06:34.682410836 +0200
+++ 
/work/SRC/openSUSE:Factory/.deepin-terminal.new.4615/deepin-terminal.changes
2019-06-24 21:53:27.988110800 +0200
@@ -1,0 +2,12 @@
+Sat Jun 15 13:00:26 UTC 2019 - Hillwood Yang 
+
+- Update version to 3.2.6
+  * blur under KWin wm support
+  * Fix make special password for ssh login works
+  * Revert a commit which cause window size grows
+  * Fix terminal window drifts after toggling compositor
+  * Fix download file opened dialog should modal parent
+  * Fix May crash when split terminal window
+  * Fix quake window get focus on KWin
+
+---

Old:

  deepin-terminal-3.2.2.1.tar.gz

New:

  deepin-terminal-3.2.6.tar.gz



Other differences:
--
++ deepin-terminal.spec ++
--- /var/tmp/diff_new_pack.3ro5Q5/_old  2019-06-24 21:53:28.716111362 +0200
+++ /var/tmp/diff_new_pack.3ro5Q5/_new  2019-06-24 21:53:28.720111366 +0200
@@ -17,7 +17,7 @@
 #
 
 Name:   deepin-terminal
-Version:3.2.2.1
+Version:3.2.6
 Release:0
 Summary:Deepin terminal
 License:GPL-3.0-or-later AND GPL-3.0-only
@@ -77,7 +77,12 @@
 %cmake -DCMAKE_INSTALL_DIR=%{_prefix} \
-DCMAKE_C_FLAGS="$RPM_OPT_FLAGS" \
-DCMAKE_CXX_FLAGS="$RPM_OPT_FLAGS" 
+%if 0%{?sle_version} > 15 && 0%{?is_opensuse}
 %cmake_build
+%else
+make %{?_smp_mflags}
+%endif
+
 
 %install
 %cmake_install

++ deepin-terminal-3.2.2.1.tar.gz -> deepin-terminal-3.2.6.tar.gz ++
 17913 lines of diff (skipped)