Hello community,
here is the log from the commit of package golang-github-kr-pty for
openSUSE:Factory checked in at 2019-03-14 15:01:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-kr-pty (Old)
and /work/SRC/openSUSE:Factory/.golang-github-kr-pty.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-kr-pty"
Thu Mar 14 15:01:23 2019 rev:3 rq:684740 version:1.1.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-kr-pty/golang-github-kr-pty.changes
2017-03-24 02:15:51.533267094 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-kr-pty.new.28833/golang-github-kr-pty.changes
2019-03-14 15:02:00.131685886 +0100
@@ -1,0 +2,13 @@
+Wed Mar 13 13:08:16 UTC 2019 - [email protected]
+
+- Update version to 1.1.3
+ * Add StartWithSize to allow resizing pty before starting a
+ command to avoid races
+ * Fix 100% CPU usage on darwin
+ * Add shell example to readme
+ * Add SetSize support
+ * Better error management.
+ * Add support for OpenBSD.
+ * Add support for 32bits OpenBSD.
+
+-------------------------------------------------------------------
Old:
----
_service
pty-0.0.0+git20160716.ce7fa45.tar.xz
New:
----
pty-1.1.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-kr-pty.spec ++++++
--- /var/tmp/diff_new_pack.DGduWF/_old 2019-03-14 15:02:01.315685521 +0100
+++ /var/tmp/diff_new_pack.DGduWF/_new 2019-03-14 15:02:01.319685520 +0100
@@ -1,7 +1,7 @@
#
# spec file for package golang
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,23 +20,23 @@
%global provider_tld com
%global project kr
%global repo pty
+# https://github.com/kr/pty
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
Name: golang-%{provider}-%{project}-%{repo}
-Version: 0.0.0+git20160716.ce7fa45
+Version: 1.1.3
Release: 0
Summary: PTY interface for Go
License: MIT
Group: Development/Languages/Golang
Url: https://%{provider_prefix}
-Source0: %{repo}-%{version}.tar.xz
+Source0: %{url}/archive/v%{version}/%{repo}-%{version}.tar.gz
Source1: rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-
+BuildRequires: fdupes
BuildRequires: golang-packaging
-BuildRequires: xz
-
+BuildArch: noarch
%{go_nostrip}
%{go_provides}
@@ -55,6 +55,8 @@
%gosrc
%gofilelist
+%fdupes %{buildroot}
+
%check
%gotest %{import_path}...