Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deepin-x11-client for 
openSUSE:Factory checked in at 2022-04-22 21:54:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-x11-client (Old)
 and      /work/SRC/openSUSE:Factory/.deepin-x11-client.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deepin-x11-client"

Fri Apr 22 21:54:00 2022 rev:5 rq:971799 version:0.6.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/deepin-x11-client/deepin-x11-client.changes      
2022-03-07 17:46:28.543127906 +0100
+++ 
/work/SRC/openSUSE:Factory/.deepin-x11-client.new.1538/deepin-x11-client.changes
    2022-04-22 21:54:51.602847414 +0200
@@ -1,0 +2,6 @@
+Sat Apr  2 07:58:02 UTC 2022 - Hillwood Yang <[email protected]>
+
+- Update version to 0.6.9
+  * Change pkg.deepin.io to github.com
+
+-------------------------------------------------------------------

Old:
----
  go-x11-client-0.6.3.tar.gz

New:
----
  go-x11-client-0.6.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ deepin-x11-client.spec ++++++
--- /var/tmp/diff_new_pack.c1rArt/_old  2022-04-22 21:54:52.086847965 +0200
+++ /var/tmp/diff_new_pack.c1rArt/_new  2022-04-22 21:54:52.094847974 +0200
@@ -26,7 +26,7 @@
 # %define   shortcommit     %(c=%{commit}; echo ${c:0:7})
 
 Name:           deepin-x11-client
-Version:        0.6.3
+Version:        0.6.9
 Release:        0
 Summary:        A X11 client Go bindings
 License:        GPL-3.0+

++++++ go-x11-client-0.6.3.tar.gz -> go-x11-client-0.6.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-x11-client-0.6.3/.packit.yaml 
new/go-x11-client-0.6.9/.packit.yaml
--- old/go-x11-client-0.6.3/.packit.yaml        1970-01-01 01:00:00.000000000 
+0100
+++ new/go-x11-client-0.6.9/.packit.yaml        2021-12-21 03:20:52.000000000 
+0100
@@ -0,0 +1,17 @@
+# See the documentation for more information:
+# https://packit.dev/docs/configuration/
+
+specfile_path: rpm/golang-github-linuxdeepin-go-x11-client.spec
+
+# add or remove files that should be synced
+synced_files:
+    - rpm/golang-github-linuxdeepin-go-x11-client.spec
+    - .packit.yaml
+
+upstream_package_name: go-x11-client
+# downstream (Fedora) RPM package name
+downstream_package_name: golang-github-linuxdeepin-go-x11-client
+
+actions:
+  fix-spec-file: |
+    bash -c "sed -i -r \"0,/Version:/ 
s/Version:(\s*)\S*/Version:\1${PACKIT_PROJECT_VERSION}/\" 
rpm/golang-github-linuxdeepin-go-x11-client.spec"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-x11-client-0.6.3/conn.go 
new/go-x11-client-0.6.9/conn.go
--- old/go-x11-client-0.6.3/conn.go     2020-09-10 03:49:35.000000000 +0200
+++ new/go-x11-client-0.6.9/conn.go     2021-12-21 03:20:52.000000000 +0100
@@ -108,5 +108,6 @@
 func (c *Conn) MakeAndAddEventChan(bufSize int) chan GenericEvent {
        ch := make(chan GenericEvent, bufSize)
        c.AddEventChan(ch)
+
        return ch
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-x11-client-0.6.3/debian/rules 
new/go-x11-client-0.6.9/debian/rules
--- old/go-x11-client-0.6.3/debian/rules        2020-09-10 03:49:35.000000000 
+0200
+++ new/go-x11-client-0.6.9/debian/rules        2021-12-21 03:20:52.000000000 
+0100
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+export GOCACHE := /tmp/gocache
 export DH_GOLANG_EXCLUDES := tools/gen util/tool/gen-keysymdef
 
 ifeq ($(DEB_BUILD_ARCH),sw_64)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/go-x11-client-0.6.3/rpm/golang-github-linuxdeepin-go-x11-client.spec 
new/go-x11-client-0.6.9/rpm/golang-github-linuxdeepin-go-x11-client.spec
--- old/go-x11-client-0.6.3/rpm/golang-github-linuxdeepin-go-x11-client.spec    
1970-01-01 01:00:00.000000000 +0100
+++ new/go-x11-client-0.6.9/rpm/golang-github-linuxdeepin-go-x11-client.spec    
2021-12-21 03:20:52.000000000 +0100
@@ -0,0 +1,57 @@
+# Run tests in check section
+# disable for bootstrapping
+%bcond_with check
+%global with_debug 1
+
+%if 0%{?with_debug}
+%global debug_package   %{nil}
+%endif
+
+%global provider        github
+%global provider_tld    com
+%global project         linuxdeepin
+%global repo            go-x11-client
+
+%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
+%global import_path     %{provider_prefix}
+
+Name:           golang-github-linuxdeepin-go-x11-client
+Version:        0.6.7
+Release:        1
+Summary:        A X11 client Go bindings for Deepin Desktop Environment
+License:        GPLv3
+URL:            %{gourl}
+Source0:        %{name}_%{version}.orig.tar.xz 
+BuildRequires:  compiler(go-compiler)
+
+%description
+%{summary}.
+
+%package devel
+Summary:        %{summary}
+BuildArch:      noarch
+BuildRequires:  gocode
+
+
+%description devel
+%{summary}.
+
+
+%prep
+%forgeautosetup
+
+%install
+install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
+for file in $(find . -iname "*.go") ; do
+    install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
+    cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
+    echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list
+done
+
+%files devel -f devel.file-list
+%doc README
+%license LICENSE
+
+%changelog
+* Thu Mar 19 2021 uoser <[email protected]> - 0.6.7-1
+- Update to 0.6.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-x11-client-0.6.3/tools/gen/main.go 
new/go-x11-client-0.6.9/tools/gen/main.go
--- old/go-x11-client-0.6.3/tools/gen/main.go   2020-09-10 03:49:35.000000000 
+0200
+++ new/go-x11-client-0.6.9/tools/gen/main.go   2021-12-21 03:20:52.000000000 
+0100
@@ -13,7 +13,7 @@
        "os"
        "strings"
 
-       "pkg.deepin.io/lib/strv"
+       "github.com/linuxdeepin/go-lib/strv"
 )
 
 var optIsExt bool

Reply via email to