openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
July 2020
- 1 participants
- 2232 discussions
Hello community,
here is the log from the commit of package go1.12 for openSUSE:Leap:15.1:Update checked in at 2020-07-30 12:20:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.1:Update/go1.12 (Old)
and /work/SRC/openSUSE:Leap:15.1:Update/.go1.12.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.12"
Thu Jul 30 12:20:42 2020 rev:10 rq:822953 version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ _link ++++++
--- /var/tmp/diff_new_pack.ZogjqG/_old 2020-07-30 12:20:43.731114353 +0200
+++ /var/tmp/diff_new_pack.ZogjqG/_new 2020-07-30 12:20:43.731114353 +0200
@@ -1 +1 @@
-<link package='go1.12.12673' cicount='copy' />
+<link package='go1.12.13536' cicount='copy' />
1
0
Hello community,
here is the log from the commit of package go1.12.13535 for openSUSE:Leap:15.2:Update checked in at 2020-07-30 10:25:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2:Update/go1.12.13535 (Old)
and /work/SRC/openSUSE:Leap:15.2:Update/.go1.12.13535.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.12.13535"
Thu Jul 30 10:25:35 2020 rev:1 rq:822934 version:1.12.17
Changes:
--------
New Changes file:
--- /dev/null 2020-07-16 02:54:20.700682797 +0200
+++ /work/SRC/openSUSE:Leap:15.2:Update/.go1.12.13535.new.3592/go1.12.changes 2020-07-30 10:25:37.332628377 +0200
@@ -0,0 +1,2239 @@
+-------------------------------------------------------------------
+Wed Apr 29 13:09:22 UTC 2020 - Guillaume GARDET <guillaume.gardet(a)opensuse.org>
+
+- Requires binutils-gold for %arm and aarch64 - boo#1170826
+
+-------------------------------------------------------------------
+Thu Apr 16 20:07:04 UTC 2020 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- Revert truncate changelog for versions older than go1.12
+
+-------------------------------------------------------------------
+Thu Feb 13 19:43:56 UTC 2020 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.17 (released 2020/02/12) includes a fix to the runtime.
+ Refs boo#1141689.
+ * go#36574 runtime: "PowerRegisterSuspendResumeNotification failed with errno= 87" when running in Windows docker containers
+ * Truncate changelog for versions older than go1.12
+
+-------------------------------------------------------------------
+Wed Jan 29 00:14:49 UTC 2020 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.16 (released 2020/01/28) includes two security fixes to
+ the crypto/x509 package.
+ Refs boo#1141689.
+ * go#36839 crypto/x509, x/crypto/cryptobyte: panic in certificate parsing
+ * go#36836 crypto/x509: certificate validation bypass on Windows 10
+
+-------------------------------------------------------------------
+Fri Jan 10 08:24:15 UTC 2020 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.15 (released 2020/01/09) includes fixes to the runtime
+ and the net/http package.
+ Refs boo#1141689.
+ * go#36433 net/http: racing write to t.ProxyConnectHeader in dialConn when proxy URL includes auth credentials
+ * go#36377 runtime: "fatal error: PowerRegisterSuspendResumeNotification failure" when running in Windows docker containers
+ * go#36376 runtime: Timer buckets may get "stuck" for long periods of time after Windows 8/10 systems wake from sleep
+ * go#36367 runtime: sweep increased allocation count crash on arm64
+ * go#36002 doc: release history webpage contains suboptimal links
+
+-------------------------------------------------------------------
+Thu Dec 5 22:31:35 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.14 (released 2019/12/04) includes a fix to the runtime.
+ Refs boo#1141689.
+ * go#35747 ensure that Go toolchain meets Apple's notarization requirements
+ * go#35210 runtime: function textOff returns incorrect value if multiple text sections are present
+
+-------------------------------------------------------------------
+Fri Nov 1 16:14:29 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.13 (released 2019/10/31) fixes an issue on macOS 10.15
+ Catalina where the non-notarized installer and binaries were
+ being rejected by Gatekeeper. Only macOS users who hit this issue
+ need to update.
+ Refs boo#1141689.
+
+-------------------------------------------------------------------
+Wed Oct 29 19:37:12 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- Add %ifarch %arm aarch64 BuildRequires: binutils-gold to fix
+ /usr/lib64/go/{version}/pkg/tool/linux_arm64/link: running gcc failed: exit status 1
+ collect2: fatal error: cannot find 'ld'-
+
+-------------------------------------------------------------------
+Wed Oct 23 16:13:46 UTC 2019 - Stefan Brüns <stefan.bruens(a)rwth-aachen.de>
+
+- Remove unneeded systemd BuildRequires.
+
+-------------------------------------------------------------------
+Mon Oct 21 14:05:35 UTC 2019 - Stefan Brüns <stefan.bruens(a)rwth-aachen.de>
+
+- Fix broken go_api evaluation (1.12 < 1.5, when evaluated as floats),
+ let RPM evaluate the expression, drop no longer required bc.
+- Own the gdbinit.d directory, avoid the build dependency on gdb.
+
+-------------------------------------------------------------------
+Fri Oct 18 05:11:29 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.12 (released 2019/10/17) includes fixes to the go command,
+ runtime, syscall and net packages.
+ Refs boo#1141689.
+ * go#34881 net/http: Client.Do() panics when URL includes HTTP basic auth
+ * go#34789 cmd/go/internal/modconv: TestConvertLegacyConfig failing on release-branch.go1.12
+ * go#34713 runtime, internal/poll: darwin: ensure that no thread is consumed, nor a syscall.Read if FD isn't yet ready for I/O
+ * go#34711 runtime: "program exceeds 50-thread limit" in test of os package on darwin-arm-mg912baios
+ * go#34661 net: infinite loop in LookupAddr()
+ * go#34641 syscall: (*LazyProc).Call does not keep arguments alive (anymore)
+ * go#33983 cmd/cover: cannot run in directory with no .go files
+ * go#33982 x/sys/unix: TestPassFD consistently failing in aix-ppc64 builder on release-branch.go1.12
+ * go#33877 net/http: Transport leaks net.Conns if connections never become idle
+ * go#33758 x/build, cmd/go: TestGoGetInsecure failing in release-branch.go1.12
+ * go#33757 x/build, runtime: linux-s390x-ibm regression in TestGdbPython on release-branch.go1.12
+ * go#33756 x/build: skip `darwin-386-10_14` builder on release-branch.go1.12
+ * go#33673 cmd/go: regression on the default of CGO_ENABLED to 0 for cross builds
+ * go#31887 cmd/go: downloads follow plain-HTTP redirects even when the -insecure flag is not set
+ * go#31305 x/arch/arm64/arm64asm: TestObjdumpARM64TestDecode{GNU,Go}Syntaxdata failing at Go 1.12.3
+
+-------------------------------------------------------------------
+Thu Oct 17 22:18:23 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.11 (released 2019/10/17) includes security fixes to the
+ crypto/dsa package addressing the following CVE:
+ CVE-2019-17596
+ Refs boo#1141689.
+ * boo#1154402 CVE-2019-17596
+ * go#34961 crypto/dsa: invalid public key causes panic in dsa.Verify
+
+-------------------------------------------------------------------
+Thu Sep 26 04:09:51 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.10 (released 2019/09/25) includes security fixes to the
+ net/http package addressing the following CVE:
+ CVE-2019-16276
+ Refs boo#1141689.
+ * boo#1152082 CVE-2019-16276
+ * go#34540 net/http: invalid headers are normalized, allowing request smuggling
+
+-------------------------------------------------------------------
+Thu Aug 15 23:44:35 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.9 (released 2019/08/15) includes fixes to the linker and
+ the os and math/big packages.
+ Refs boo#1141689.
+ * go#33557 cmd/link: stack depth check too shallow
+ * go#33424 os.RemoveAll: openFdAt function without O_CLOEXEC and cause fd escape to child process
+ * go#33040 cmd/link: missing section for relocation target
+ * go#32940 math/big: arm64 assembly code for shlVU is incorrect
+ * go#30401 doc: syscall: document Setrlimit behavior change on Go 1.12 on macOS
+
+-------------------------------------------------------------------
+Tue Aug 13 20:52:13 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.8 (released 2019/08/13) includes security fixes to the
+ net/http and net/url packages addressing CVEs:
+ CVE-2019-9512 CVE-2019-9514 CVE-2019-14809
+ Refs boo#1141689.
+ * bnc#1146111 VUL-0: CVE-2019-9512: go: HTTP/2: flood using PING frames results in unbounded memory growth
+ * bnc#1146115 VUL-0: CVE-2019-9514: go: HTTP/2 implementation is vulnerable to a reset flood, potentially leading to a denial of service
+ * bnc#1146123 VUL-0: CVE-2019-14809: go: malformed hosts in URLs leads to authorization bypass
+ * go#33633 net/url: URL.Parse Multiple Parsing Issues
+ * go#33631 net/http: Denial of Service vulnerabilities in the HTTP/2 implementation
+
+-------------------------------------------------------------------
+Wed Jul 10 20:38:40 UTC 2019 - Martin Liška <mliska(a)suse.cz>
+
+- Set NO_BRP_AR in order to workaround issues when ar is used for
+ a Go ELF file.
+
+-------------------------------------------------------------------
+Wed Jul 10 20:26:34 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler,
+ and the linker.
+ Refs boo#1141689.
+ * go#32756 cmd/cgo: generates code with inappropriate array copy
+ * go#32712 cmd/compile: wrong calculation result for bit operation
+ that's inlined and has all constant shifts in rewrite rules
+ * go#32697 debug/dwarf: cgo produces malformed DWARF data
+ * go#32583 cmd/compile: `switch` statement on a custom `int32` type
+ with negative values behaves differently in two consecutive calls
+
+-------------------------------------------------------------------
+Wed Jun 26 21:34:21 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- Use gcc9 by default by updating define gcc_go_version 9 (was 8)
+ * drop unneeded patch gcc8-go.patch
+
+-------------------------------------------------------------------
+Tue Jun 25 08:01:10 UTC 2019 - Pavol Cupka <palica(a)liguros.net>
+
+- adding Web Assembly stuff from misc/wasm to fix boo#1139210
+- fixing some minor rpmlint warnings
+
+-------------------------------------------------------------------
+Mon Jun 17 20:38:09 UTC 2019 - Jeff Kowalczyk <jkowalczyk(a)suse.com>
+
+- go1.12.6 (released 2019/06/11) includes fixes to the compiler, the linker,
+ the go command, and the crypto/x509, net/http, and os packages.
+ Refs boo#1141689.
+ * go#32484 cmd/link: fix deferreturn detector
+ * go#32367 net/http: make Transport ignore 408 timeout messages from server
+ * go#32295 cmd/go: tests failing on linux-amd64-longtest
+ * go#32282 crypto/x509: macos 10.14 SIGSEGV in crypto/x509._Cfunc_FetchPEMRoots
+ * go#32261 syscall: Windows user32 function (SendInput) behaves incorrectly when called within golang environment
+ * go#32168 cmd/go: accept -Wl,-R,path
+ * go#32081 os: windows processes started with foreign token inherit the wrong environment [CVE-2019-11888]
+ * go#32013 cmd/compile: sparse slices with struct items are not initialized
+ * go#30526 cmd/go: MacOS binaries invalid for eventual Apple Notary
+
+-------------------------------------------------------------------
+Wed Jun 12 14:46:50 UTC 2019 - Dominique Leuenberger <dimstar(a)opensuse.org>
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+ shortcut the build queues by allowing usage of systemd-mini
+
+-------------------------------------------------------------------
+Thu May 16 07:12:19 UTC 2019 - Martin Liška <mliska(a)suse.cz>
++++ 2042 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:Leap:15.2:Update/.go1.12.13535.new.3592/go1.12.changes
New:
----
README.SUSE
_service
allow-binary-only-packages.patch
compiler-rt-gfe2c72c59aa7f4afa45e3f65a5d16a374b6cce26.tar.xz
gcc6-go.patch
gcc7-go.patch
gcc9-rsp-clobber.patch
go-rpmlintrc
go.gdbinit
go1.12.17.src.tar.gz
go1.12.changes
go1.12.spec
tools-packaging.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ go1.12.spec ++++++
#
# spec file for package go1.12
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# nodebuginfo
# strip will cause Go's .a archives to become invalid because strip appears to
# reassemble the archive incorrectly. This is a known issue upstream
# (https://github.com/golang/go/issues/17890) but we have to deal with it in
# the meantime.
%undefine _build_create_debug
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true NO_BRP_AR=true
%if 0%{?suse_version} == 1315
%define gcc_go_version 6
%define go_bootstrap_version go1.4
%else
%define go_bootstrap_version go1.9
%if 0%{?sle_version} == 150000
# SLE15 or Leap 15.x
%define gcc_go_version 7
%else
%define gcc_go_version 9
%endif
%endif
# By default use go and not gccgo
%bcond_with gccgo
# The fallback boostrap method via %%{go_bootstrap_version} would work for Leap
# but we don't have %%{go_bootstrap_version} in there. Same for SLE15+
#if ( 0%{?suse_version} < 1550 && 0%{?is_opensuse} ) || ( 0%{?suse_version} >= 1500 && ! 0%{?is_opensuse} )
#bcond_without gccgo
#endif
# The fallback bootstrap method via go1.4 doesn't work
# for aarch64 nor ppc64le because go 1.4 did not support that architecture.
%if 0%{?suse_version} == 1315
%ifarch aarch64 ppc64le ppc64 s390x
%bcond_without gccgo
%endif
%endif
# gccgo on ppc64le with default PIE enabled fails with:
# error while loading shared libraries:
# R_PPC64_ADDR16_HA re10143fb0c for symbol `' out of range
# track https://github.com/golang/go/issues/28531
# linuxppc-dev discussion:
# "PIE binaries are no longer mapped below 4 GiB on ppc64le"
# https://lists.ozlabs.org/pipermail/linuxppc-dev/2018-November/180862.html
%ifarch ppc64le
#!BuildIgnore: gcc-PIE
%endif
# By default we don't include tsan. It's only supported on amd64.
%define tsan_arch x86_64
# Go has precompiled versions of LLVM's compiler-rt inside their source code.
# We cannot ship pre-compiled binaries so we have to recompile said source,
# however they vendor specific commits from upstream. This value comes from
# src/runtime/race/README (and we verify that it matches in check).
# See boo#1052528 for more details.
%define tsan_commit fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26
%define go_api 1.12
# shared library support
%if "%{rpm_vercmp %{go_api} 1.5}" > "0"
%if %{with gccgo}
%define with_shared 1
%else
%ifarch %ix86 %arm x86_64 aarch64
%define with_shared 1
%else
%define with_shared 0
%endif
%endif
%else
%define with_shared 0
%endif
%ifarch ppc64
%define with_shared 0
%endif
# setup go_arch (BSD-like scheme)
%ifarch %ix86
%define go_arch 386
%endif
%ifarch x86_64
%define go_arch amd64
%endif
%ifarch aarch64
%define go_arch arm64
%endif
%ifarch %arm
%define go_arch arm
%endif
%ifarch ppc64
%define go_arch ppc64
%endif
%ifarch ppc64le
%define go_arch ppc64le
%endif
%ifarch s390x
%define go_arch s390x
%endif
Name: go1.12
Version: 1.12.17
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
License: BSD-3-Clause
Group: Development/Languages/Other
URL: http://golang.org
Source: http://golang.org/dl/go%{version}.src.tar.gz
Source1: go-rpmlintrc
Source4: README.SUSE
Source6: go.gdbinit
# We have to compile TSAN ourselves. boo#1052528
Source100: compiler-rt-g%{tsan_commit}.tar.xz
# PATCH-FIX-OPENSUSE re-enable build binary only packages (we are binary distro)
# see http://code.google.com/p/go/issues/detail?id=2775 & also issue 3268
Patch2: allow-binary-only-packages.patch
# PATCH-FIX-OPENSUSE enable writing tools outside $GOROOT/pkg/tool for packaging
Patch5: tools-packaging.patch
# PATCH-FIX-UPSTREAM marguerite(a)opensuse.org - find /usr/bin/go-5 when bootstrapping with gcc5-go
Patch8: gcc6-go.patch
Patch9: gcc7-go.patch
Patch11: gcc9-rsp-clobber.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# boostrap
%if %{with gccgo}
%ifnarch s390 s390x
BuildRequires: binutils-gold
%endif
BuildRequires: gcc%{gcc_go_version}-go
%else
# no gcc-go
BuildRequires: %{go_bootstrap_version}
%endif
BuildRequires: fdupes
Recommends: %{name}-doc = %{version}
%ifarch %{tsan_arch}
# Needed to compile compiler-rt/TSAN.
BuildRequires: gcc-c++
%endif
#BNC#818502 debug edit tool of rpm fails on i586 builds
BuildRequires: rpm >= 4.11.1
# Needed on arm aarch64 to avoid
# collect2: fatal error: cannot find 'ld'-
%ifarch %arm aarch64
BuildRequires: binutils-gold
%endif
Requires(post): update-alternatives
Requires(postun): update-alternatives
# Needed on arm aarch64 to avoid
# collect2: fatal error: cannot find 'ld'-
%ifarch %arm aarch64
Requires: binutils-gold
%endif
Requires: gcc
Provides: go = %{version}
Provides: go-devel = go%{version}
Provides: go-devel-static = go%{version}
Provides: golang(API) = %{go_api}
Obsoletes: go-devel < go%{version}
# go-vim/emacs were separate projects starting from 1.4
Obsoletes: go-emacs <= 1.3.3
Obsoletes: go-vim <= 1.3.3
ExclusiveArch: %ix86 x86_64 %arm aarch64 ppc64 ppc64le s390x
%description
Go is an expressive, concurrent, garbage collected systems programming language
that is type safe and memory safe. It has pointers but no pointer arithmetic.
Go has fast builds, clean syntax, garbage collection, methods for any type, and
run-time reflection. It feels like a dynamic language but has the speed and
safety of a static language.
%package doc
Summary: Go documentation
Group: Documentation/Other
Requires: %{name} = %{version}
Provides: go-doc = %{version}
%description doc
Go examples and documentation.
%ifarch %{tsan_arch}
# boo#1052528
%package race
Summary: Go runtime race detector
Group: Development/Languages/Other
URL: https://compiler-rt.llvm.org/
Requires: %{name} = %{version}
Supplements: %{name} = %{version}
ExclusiveArch: %{tsan_arch}
%description race
Go runtime race detector libraries. Install this package if you wish to use the
-race option, in order to detect race conditions present in your Go programs.
%endif
%prep
%ifarch %{tsan_arch}
# compiler-rt
%setup -q -T -b 100 -n compiler-rt-g%{tsan_commit}
%patch11 -p1
%endif
# go
%setup -q -n go
%patch2 -p1
%patch5 -p1
%if %{with gccgo}
%if 0%{?gcc_go_version} == 6
%patch8 -p1
%endif
%if 0%{?gcc_go_version} == 7
%patch9 -p1
%endif
%endif
cp %{SOURCE4} .
%build
# Remove the pre-included .sysos, to avoid shipping things we didn't compile
# (which is against the openSUSE guidelines for packaging).
find . -type f -name '*.syso' -print -delete
# First, compile LLVM's TSAN, and replace the built-in with it. We can only do
# this for amd64.
%ifarch %{tsan_arch}
pushd ../compiler-rt*/lib/tsan/go
./buildgo.sh
popd
cp ../compiler-rt*/lib/tsan/go/race_linux_%{go_arch}.syso src/runtime/race/race_linux_%{go_arch}.syso
%endif
# Now, compile Go.
%if %{with gccgo}
export GOROOT_BOOTSTRAP=%{_prefix}
%else
export GOROOT_BOOTSTRAP=%{_libdir}/%{go_bootstrap_version}
%endif
export GOROOT="`pwd`"
export GOROOT_FINAL=%{_libdir}/go/%{go_api}
export GOBIN="$GOROOT/bin"
mkdir -p "$GOBIN"
cd src
HOST_EXTRA_CFLAGS="%{optflags} -Wno-error" ./make.bash -v
cd ../
%ifarch %{tsan_arch}
# Install TSAN-friendly version of the std libraries.
bin/go install -race std
%endif
%if %{with_shared}
bin/go install -buildmode=shared -linkshared std
%endif
%check
%ifarch %{tsan_arch}
# Make sure that we have the right TSAN checked out.
grep "%{tsan_commit}" src/runtime/race/README
%endif
%install
export GOROOT="%{buildroot}%{_libdir}/go/%{go_api}"
# locations for third party libraries, see README-openSUSE for info about locations.
install -d %{buildroot}%{_datadir}/go/%{go_api}/contrib
install -d $GOROOT/contrib/pkg/linux_%{go_arch}
ln -s %{_libdir}/go/%{go_api}/contrib/pkg/ %{buildroot}%{_datadir}/go/%{go_api}/contrib/pkg
install -d %{buildroot}%{_datadir}/go/%{go_api}/contrib/cmd
install -d %{buildroot}%{_datadir}/go/%{go_api}/contrib/src
ln -s %{_datadir}/go/%{go_api}/contrib/src/ %{buildroot}%{_libdir}/go/%{go_api}/contrib/src
install -Dm644 README.SUSE $GOROOT/contrib/
ln -s %{_libdir}/go/%{go_api}/contrib/README.SUSE %{buildroot}%{_datadir}/go/%{go_api}/contrib/README.SUSE
# source files for go install, godoc, etc
install -d %{buildroot}%{_datadir}/go/%{go_api}
for ext in *.{go,c,h,s,S,py,syso}; do
find src -name ${ext} -exec install -Dm644 \{\} %{buildroot}%{_datadir}/go/%{go_api}/\{\} \;
done
mkdir -p $GOROOT/src
for i in $(ls %{buildroot}/usr/share/go/%{go_api}/src);do
ln -s /usr/share/go/%{go_api}/src/$i $GOROOT/src/$i
done
# add lib files that are needed (such as the timezone database).
install -d $GOROOT/lib
find lib -type f -exec install -D -m644 {} $GOROOT/{} \;
# copy document templates, packages, obj libs and command utilities
mkdir -p $GOROOT/bin
# remove bootstrap
rm -rf pkg/bootstrap
mv pkg $GOROOT
mv bin/* $GOROOT/bin
mkdir -p $GOROOT/misc/trace
mv misc/trace/* $GOROOT/misc/trace
# add wasm (Web Assembly) boo#1139210
mkdir -p $GOROOT/misc/wasm
mv misc/wasm/* $GOROOT/misc/wasm
rm -f %{buildroot}%{_bindir}/{hgpatch,quietgcc}
# gdbinit
install -Dm644 %{SOURCE6} $GOROOT/bin/gdbinit.d/go.gdb
%if "%{_lib}" == "lib64"
sed -i "s/lib/lib64/" $GOROOT/bin/gdbinit.d/go.gdb
sed -i "s/\$go_api/%{go_api}/" $GOROOT/bin/gdbinit.d/go.gdb
%endif
# update-alternatives
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
mkdir -p %{buildroot}%{_sysconfdir}/gdbinit.d
touch %{buildroot}%{_sysconfdir}/alternatives/{go,gofmt,go.gdb}
ln -sf %{_sysconfdir}/alternatives/go %{buildroot}%{_bindir}/go
ln -sf %{_sysconfdir}/alternatives/gofmt %{buildroot}%{_bindir}/gofmt
ln -sf %{_sysconfdir}/alternatives/go.gdb %{buildroot}%{_sysconfdir}/gdbinit.d/go.gdb
# documentation and examples
# fix documetation permissions (rpmlint warning)
find doc/ misc/ -type f -exec chmod 0644 '{}' +
# remove unwanted arch-dependant binaries (rpmlint warning)
rm -rf misc/cgo/test/{_*,*.o,*.out,*.6,*.8}
# prepare go-doc
mkdir -p %{buildroot}%{_docdir}/go/%{go_api}
cp -r AUTHORS CONTRIBUTORS CONTRIBUTING.md LICENSE PATENTS README.md README.SUSE %{buildroot}%{_docdir}/go/%{go_api}
cp -r doc/* %{buildroot}%{_docdir}/go/%{go_api}
%fdupes -s %{buildroot}%{_prefix}
%post
update-alternatives \
--install %{_bindir}/go go %{_libdir}/go/%{go_api}/bin/go 30 \
--slave %{_bindir}/gofmt gofmt %{_libdir}/go/%{go_api}/bin/gofmt \
--slave %{_sysconfdir}/gdbinit.d/go.gdb go.gdb %{_libdir}/go/%{go_api}/bin/gdbinit.d/go.gdb
%postun
if [ $1 -eq 0 ] ; then
update-alternatives --remove go %{_libdir}/go/%{go_api}/bin/go
fi
%files
%defattr(-,root,root,-)
%{_bindir}/go
%{_bindir}/gofmt
%dir %{_libdir}/go
%{_libdir}/go/%{go_api}
%dir %{_datadir}/go
%{_datadir}/go/%{go_api}
%dir %{_sysconfdir}/gdbinit.d/
%config %{_sysconfdir}/gdbinit.d/go.gdb
%ghost %{_sysconfdir}/alternatives/go
%ghost %{_sysconfdir}/alternatives/gofmt
%ghost %{_sysconfdir}/alternatives/go.gdb
%dir %{_docdir}/go
%dir %{_docdir}/go/%{go_api}
%doc %{_docdir}/go/%{go_api}/AUTHORS
%doc %{_docdir}/go/%{go_api}/CONTRIBUTORS
%doc %{_docdir}/go/%{go_api}/CONTRIBUTING.md
%doc %{_docdir}/go/%{go_api}/LICENSE
%doc %{_docdir}/go/%{go_api}/PATENTS
%doc %{_docdir}/go/%{go_api}/README.md
%doc %{_docdir}/go/%{go_api}/README.SUSE
# We don't include TSAN in the main Go package.
%ifarch %{tsan_arch}
%exclude %{_datadir}/go/%{go_api}/src/runtime/race/race_linux_%{go_arch}.syso
%endif
%files doc
%defattr(-,root,root,-)
%doc %{_docdir}/go/%{go_api}/codewalk
%doc %{_docdir}/go/%{go_api}/articles
%doc %{_docdir}/go/%{go_api}/progs
%doc %{_docdir}/go/%{go_api}/play
%doc %{_docdir}/go/%{go_api}/gopher
%doc %{_docdir}/go/%{go_api}/devel
%doc %{_docdir}/go/%{go_api}/*.html
%doc %{_docdir}/go/%{go_api}/*.css
%doc %{_docdir}/go/%{go_api}/*.png
%ifarch %{tsan_arch}
%files race
%defattr(-,root,root,-)
%{_datadir}/go/%{go_api}/src/runtime/race/race_linux_%{go_arch}.syso
%endif
%changelog
++++++ README.SUSE ++++++
Updated: 05.05.2012
Authors: Graham Anderson, <graham(a)andtech.eu>
PROJECT DETAILS
---------------
OBS: https://build.opensuse.org/project/show?project=devel:languages:go
Maintainers: Sascha Peilicke (saschpe),
Graham Anderson (andtecheu)
Wiki: http://en.opensuse.org/Go
http://en.opensuse.org/openSUSE:Packaging_Go
GENERAL NOTES
-------------
Go toolchain environmental variables are configured via go.sh, which is
installed to /etc/profile.d/go.sh
Packaging guidelines and an RPM spec file recipe for packaging third party Go
libraries can be found on the openSUSE wiki:
http://en.opensuse.org/openSUSE:Packaging_Go
The openSUSE go package uses the standard Go distribution toolchain, with a
a small patchset to modify a few of the toolchain commands to suit our
environment and packaging needs.
This means that many of the standard go toolchain commands are not inside a
users PATH, but rather are invoked and used via the "go" command. Should you
wish to script or manually use the commands, the install location on a 64 bit
system is /usr/lib64/go/pkg/tool/linux_amd64
The "go" tool, the "godoc" document server are inside a users PATH.
We currently don't support the gccgo implementation, this is not for
any other reason than contributer and maintainer time constraints.
GO DOCUMENTATION
----------------
As of yet, there are no man pages for the standard Go distribution toolchain,
please see the documentation provided by the "godoc" command. Man pages are
slated to be included in the release in future.
One of the diffs from the maintained patchset adds the distro specific doc and
source file locations of the *-doc RPM packages to the virtual filesystem of
the "godoc" documentation server. That is to say, as long as packages follow
the Go packaging guidelines, API and other documentation should always be
available via the godoc server if the packages "doc" RPM is installed.
PACKAGE INSTALL LOCATIONS
-------------------------
Go standard library packages are installed to a location in $GOROOT, which is
defined as /usr/lib64/go on 64bit systems.
Third party package binaries are installed to the default system wide
$GOPATH entry. On 64bit systems the location /usr/lib64/go/contrib is used.
This is specified in the macros.go RPM macro definition file that is part of
the main Go package and is used for packaging most third party Go libraries.
The reasons binary packages are installed to a GOPATH entry instead of GOROOT
are mainly to do with how the Go toolchain prioritises and behaves with
packages installed to the same location as the Go std library.
By installing third party packages to a system-wide GOPATH entry location,
we can ensure that no packages clobber the standard library namespace or file
tree. Additionally we can support binary only packages, which as of Go 1.1
will only be supported outside of the $GOROOT.
There are additional benefits to this location; such as allowing users and
developers to prioritise linking from their own user defined GOPATH, which
defaults to $HOME/go configured via /etc/profile.d/go.sh config. This has
particular benefit for development workflows.
For Go 1.1 and beyond, building and linking with binary only pacakges will
only be supported with the following caveat. Package source code must not
exist in the same GOPATH segment as the binary package .a archive file.
If both the binary archive (.a) and the package source are installed to the
same GOPATH segment, then the "go build" or "go install" command will
prioritise building the software using package sources before using package
binary archives. A side effect of this is that is actually possible to have
source code only third party packages.
To summarise the priority of binary package linking and building:
1. Any source files or binary packages in $GOROOT are considered first. Any
binary packages in $GOROOT that are considered "stale" by the build tools
are ignored in favour of the package source.
2. $GOPATH is considered next for import statements. GOPATH is a colon
delimited list of paths. GOPATH segments are examined by the build tools
in a FIFO manner, left to right.
Both a system wide and a user GOPATH segment are configured by default,
the user GOPATH segment takes priority over the system segment to allow
flexibility for development workflows.
The default user GOPATH is:
GOPATH=$HOME/go:$GOROOT/contrib
The default root user GOPATH is:
GOPATH=$GOROOT/contrib
3. For Go < 1.1, If both the source and binary archive is available for a
package import in the same GOPATH segment, the binary archive will take
precedence and will be linked during compilation.
For Go >= 1.1 If the package source is avaiable in the GOPATH segment, it
will always be used in preference to the binary
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://git.llvm.org/git/compiler-rt.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<!-- [boo#1052528] Always make sure this is kept up to date with src/runtime/race/README. -->
<param name="versionformat">g%H</param>
<param name="revision">fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26</param>
</service>
<service name="download_files" mode="disabled">
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">compiler-rt-*.tar</param>
<param name="compression">xz</param>
</service>
</services>
++++++ allow-binary-only-packages.patch ++++++
Index: go/src/cmd/go/internal/load/pkg.go
===================================================================
--- go.orig/src/cmd/go/internal/load/pkg.go
+++ go/src/cmd/go/internal/load/pkg.go
@@ -541,7 +541,7 @@ func LoadImport(path, srcDir string, par
// Not vendoring, or we already found the vendored path.
buildMode |= build.IgnoreVendor
}
- bp, err = cfg.BuildContext.Import(path, srcDir, buildMode)
+ bp, err = cfg.BuildContext.Import(path, srcDir, build.AllowBinary|buildMode)
}
bp.ImportPath = importPath
if cfg.GOBIN != "" {
++++++ gcc6-go.patch ++++++
Index: go/src/cmd/dist/buildtool.go
===================================================================
--- go.orig/src/cmd/dist/buildtool.go
+++ go/src/cmd/dist/buildtool.go
@@ -190,7 +190,7 @@ func bootstrapBuildTools() {
// only applies to the final cmd/go binary, but that's OK: if this is Go 1.10
// or later we don't need to disable inlining to work around bugs in the Go 1.4 compiler.
cmd := []string{
- pathf("%s/bin/go", goroot_bootstrap),
+ pathf("%s/bin/go-6", goroot_bootstrap),
"install",
"-gcflags=-l",
"-tags=math_big_pure_go compiler_bootstrap",
Index: go/src/make.bash
===================================================================
--- go.orig/src/make.bash
+++ go/src/make.bash
@@ -57,7 +57,7 @@
# time goes when these scripts run.
#
# GOROOT_BOOTSTRAP: A working Go tree >= Go 1.4 for bootstrap.
-# If $GOROOT_BOOTSTRAP/bin/go is missing, $(go env GOROOT) is
+# If $GOROOT_BOOTSTRAP/bin/go-6 is missing, $(go env GOROOT) is
# tried for all "go" in $PATH. $HOME/go1.4 by default.
set -e
@@ -152,8 +152,8 @@ echo "Building Go cmd/dist using $GOROOT
if $verbose; then
echo cmd/dist
fi
-if [ ! -x "$GOROOT_BOOTSTRAP/bin/go" ]; then
- echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go." >&2
+if [ ! -x "$GOROOT_BOOTSTRAP/bin/go-6" ]; then
+ echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go-6." >&2
echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." >&2
exit 1
fi
@@ -163,7 +163,7 @@ if [ "$GOROOT_BOOTSTRAP" = "$GOROOT" ];
exit 1
fi
rm -f cmd/dist/dist
-GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
+GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go-6" build -o cmd/dist/dist ./cmd/dist
# -e doesn't propagate out of eval, so check success by hand.
eval $(./cmd/dist/dist env -p || echo FAIL=true)
Index: go/src/make.rc
===================================================================
--- go.orig/src/make.rc
+++ go/src/make.rc
@@ -52,7 +52,7 @@ GOROOT = `{cd .. && pwd}
if(! ~ $#GOROOT_BOOTSTRAP 1)
GOROOT_BOOTSTRAP = $home/go1.4
for(p in $path){
- if(! test -x $GOROOT_BOOTSTRAP/bin/go){
+ if(! test -x $GOROOT_BOOTSTRAP/bin/go-6){
if(go_exe = `{path=$p whatis go}){
goroot = `{GOROOT='' $go_exe env GOROOT}
if(! ~ $goroot $GOROOT){
@@ -61,7 +61,7 @@ for(p in $path){
}
}
}
-if(! test -x $GOROOT_BOOTSTRAP/bin/go){
+if(! test -x $GOROOT_BOOTSTRAP/bin/go-6){
echo 'ERROR: Cannot find '$GOROOT_BOOTSTRAP'/bin/go.' >[1=2]
echo 'Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.' >[1=2]
exit bootstrap
@@ -75,7 +75,7 @@ if(~ $GOROOT_BOOTSTRAP $GOROOT){
echo 'Building Go cmd/dist using '^$GOROOT_BOOTSTRAP
if(~ $#vflag 1)
echo cmd/dist
-GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
+GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go-6 build -o cmd/dist/dist ./cmd/dist
eval `{./cmd/dist/dist env -9}
if(~ $#vflag 1)
++++++ gcc7-go.patch ++++++
Index: go/src/cmd/dist/buildtool.go
===================================================================
--- go.orig/src/cmd/dist/buildtool.go
+++ go/src/cmd/dist/buildtool.go
@@ -190,7 +190,7 @@ func bootstrapBuildTools() {
// only applies to the final cmd/go binary, but that's OK: if this is Go 1.10
// or later we don't need to disable inlining to work around bugs in the Go 1.4 compiler.
cmd := []string{
- pathf("%s/bin/go", goroot_bootstrap),
+ pathf("%s/bin/go-7", goroot_bootstrap),
"install",
"-gcflags=-l",
"-tags=math_big_pure_go compiler_bootstrap",
Index: go/src/make.bash
===================================================================
--- go.orig/src/make.bash
+++ go/src/make.bash
@@ -57,7 +57,7 @@
# time goes when these scripts run.
#
# GOROOT_BOOTSTRAP: A working Go tree >= Go 1.4 for bootstrap.
-# If $GOROOT_BOOTSTRAP/bin/go is missing, $(go env GOROOT) is
+# If $GOROOT_BOOTSTRAP/bin/go-7 is missing, $(go env GOROOT) is
# tried for all "go" in $PATH. $HOME/go1.4 by default.
set -e
@@ -152,8 +152,8 @@ echo "Building Go cmd/dist using $GOROOT
if $verbose; then
echo cmd/dist
fi
-if [ ! -x "$GOROOT_BOOTSTRAP/bin/go" ]; then
- echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go." >&2
+if [ ! -x "$GOROOT_BOOTSTRAP/bin/go-7" ]; then
+ echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go-7." >&2
echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." >&2
exit 1
fi
@@ -163,7 +163,7 @@ if [ "$GOROOT_BOOTSTRAP" = "$GOROOT" ];
exit 1
fi
rm -f cmd/dist/dist
-GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
+GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go-7" build -o cmd/dist/dist ./cmd/dist
# -e doesn't propagate out of eval, so check success by hand.
eval $(./cmd/dist/dist env -p || echo FAIL=true)
Index: go/src/make.rc
===================================================================
--- go.orig/src/make.rc
+++ go/src/make.rc
@@ -52,7 +52,7 @@ GOROOT = `{cd .. && pwd}
if(! ~ $#GOROOT_BOOTSTRAP 1)
GOROOT_BOOTSTRAP = $home/go1.4
for(p in $path){
- if(! test -x $GOROOT_BOOTSTRAP/bin/go){
+ if(! test -x $GOROOT_BOOTSTRAP/bin/go-7){
if(go_exe = `{path=$p whatis go}){
goroot = `{GOROOT='' $go_exe env GOROOT}
if(! ~ $goroot $GOROOT){
@@ -61,7 +61,7 @@ for(p in $path){
}
}
}
-if(! test -x $GOROOT_BOOTSTRAP/bin/go){
+if(! test -x $GOROOT_BOOTSTRAP/bin/go-7){
echo 'ERROR: Cannot find '$GOROOT_BOOTSTRAP'/bin/go.' >[1=2]
echo 'Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.' >[1=2]
exit bootstrap
@@ -75,7 +75,7 @@ if(~ $GOROOT_BOOTSTRAP $GOROOT){
echo 'Building Go cmd/dist using '^$GOROOT_BOOTSTRAP
if(~ $#vflag 1)
echo cmd/dist
-GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
+GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go-7 build -o cmd/dist/dist ./cmd/dist
eval `{./cmd/dist/dist env -9}
if(~ $#vflag 1)
++++++ gcc9-rsp-clobber.patch ++++++
--- a/lib/sanitizer_common/sanitizer_linux.cc 2018-01-11 23:53:30.000000000 +0100
+++ b/lib/sanitizer_common/sanitizer_linux.cc.new 2019-03-10 21:23:23.824919781 +0100
@@ -1243,7 +1243,7 @@
"d"(parent_tidptr),
"r"(r8),
"r"(r10)
- : "rsp", "memory", "r11", "rcx");
+ : "memory", "r11", "rcx");
return res;
}
#elif defined(__mips__)
++++++ go-rpmlintrc ++++++
addFilter("binaryinfo-readelf-failed") # go binaries are suposedly ELF-compliant
addFilter("statically-linked-binary") # go doesn't yet support dynamic linking
# .syso files are special. Note that while they are architecture-dependent,
# they are named to avoid conflicts (and we make sure of that in the RPM
# through go_arch).
addFilter("unstripped-binary-or-object.*\.syso$")
addFilter("arch-dependent-file-in-usr-share.*\.syso$")
addFilter("W: position-independent-executable-suggested")
++++++ go.gdbinit ++++++
add-auto-load-safe-path /usr/lib/go/$go_api/src/runtime/runtime-gdb.py
++++++ tools-packaging.patch ++++++
Index: go/src/cmd/go/internal/load/pkg.go
===================================================================
--- go.orig/src/cmd/go/internal/load/pkg.go
+++ go/src/cmd/go/internal/load/pkg.go
@@ -1281,7 +1281,13 @@ func (p *Package) load(stk *ImportStack,
if cfg.BuildToolchainName == "gccgo" {
p.Target = filepath.Join(base.ToolDir, elem)
} else {
- p.Target = filepath.Join(cfg.GOROOTpkg, "tool", full)
+ // If GOROOT_TARGET is set, then write to it for packaging purpose
+ gorootTarget := os.Getenv("GOROOT_TARGET")
+ if gorootTarget == "" {
+ p.Target = filepath.Join(cfg.GOROOTpkg, "tool", full)
+ } else {
+ p.Target = filepath.Join(gorootTarget, "pkg/tool", full)
+ }
}
}
if p.Target != "" && cfg.BuildContext.GOOS == "windows" {
1
0
Hello community,
here is the log from the commit of package 000product for openSUSE:Factory checked in at 2020-07-30 10:16:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000product (Old)
and /work/SRC/openSUSE:Factory/.000product.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000product"
Thu Jul 30 10:16:32 2020 rev:2336 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MicroOS-dvd5-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.6r5eD4/_old 2020-07-30 10:16:36.703814370 +0200
+++ /var/tmp/diff_new_pack.6r5eD4/_new 2020-07-30 10:16:36.703814370 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__MicroOS___20200729" schemaversion="4.1">
+<image name="OBS__MicroOS___20200730" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20200729</productvar>
+ <productvar name="VERSION">20200730</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:microos:20200729,openSUSE MicroOS</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:microos:20200730,openSUSE MicroOS</productinfo>
<productinfo name="LINGUAS">en_US </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20200729/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20200730/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
++++++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.6r5eD4/_old 2020-07-30 10:16:36.767814432 +0200
+++ /var/tmp/diff_new_pack.6r5eD4/_new 2020-07-30 10:16:36.771814437 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE-Addon-NonOss___20200729" schemaversion="4.1">
+<image name="OBS__openSUSE-Addon-NonOss___20200730" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -36,11 +36,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20200729</productvar>
+ <productvar name="VERSION">20200730</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-addon-nonoss:20200729,openSUSE NonOSS Addon</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-addon-nonoss:20200730,openSUSE NonOSS Addon</productinfo>
<productinfo name="LINGUAS">af ar be_BY bg br ca cy el et ga gl gu_IN he hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2020… obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2020…</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2020… obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2020…</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ openSUSE-cd-mini-i586.kiwi ++++++
--- /var/tmp/diff_new_pack.6r5eD4/_old 2020-07-30 10:16:36.795814460 +0200
+++ /var/tmp/diff_new_pack.6r5eD4/_new 2020-07-30 10:16:36.795814460 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20200729" schemaversion="4.1">
+<image name="OBS__openSUSE___20200730" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -32,11 +32,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20200729</productvar>
+ <productvar name="VERSION">20200730</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20200729,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20200730,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200729/i586</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200730/i586</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ openSUSE-cd-mini-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.6r5eD4/_old 2020-07-30 10:16:36.819814483 +0200
+++ /var/tmp/diff_new_pack.6r5eD4/_new 2020-07-30 10:16:36.819814483 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20200729" schemaversion="4.1">
+<image name="OBS__openSUSE___20200730" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20200729</productvar>
+ <productvar name="VERSION">20200730</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20200729,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20200730,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200729/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200730/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ openSUSE-dvd5-dvd-i586.kiwi ++++++
--- /var/tmp/diff_new_pack.6r5eD4/_old 2020-07-30 10:16:36.847814511 +0200
+++ /var/tmp/diff_new_pack.6r5eD4/_new 2020-07-30 10:16:36.847814511 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20200729" schemaversion="4.1">
+<image name="OBS__openSUSE___20200730" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -32,11 +32,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20200729</productvar>
+ <productvar name="VERSION">20200730</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20200729,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20200730,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200729/i586</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200730/i586</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ openSUSE-dvd5-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.6r5eD4/_old 2020-07-30 10:16:36.875814538 +0200
+++ /var/tmp/diff_new_pack.6r5eD4/_new 2020-07-30 10:16:36.879814541 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20200729" schemaversion="4.1">
+<image name="OBS__openSUSE___20200730" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20200729</productvar>
+ <productvar name="VERSION">20200730</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20200729,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20200730,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200729/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200730/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ openSUSE-ftp-ftp-i586_x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.6r5eD4/_old 2020-07-30 10:16:36.907814569 +0200
+++ /var/tmp/diff_new_pack.6r5eD4/_new 2020-07-30 10:16:36.907814569 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20200729" schemaversion="4.1">
+<image name="OBS__openSUSE___20200730" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -24,7 +24,7 @@
<productvar name="DISTNAME">openSUSE</productvar>
<productvar name="FLAVOR">ftp</productvar>
<productvar name="MAKE_LISTINGS">true</productvar>
- <productvar name="MEDIUM_NAME">openSUSE-20200729-i586-x86_64</productvar>
+ <productvar name="MEDIUM_NAME">openSUSE-20200730-i586-x86_64</productvar>
<productvar name="MULTIPLE_MEDIA">true</productvar>
<productvar name="PRODUCT_DIR">/</productvar>
<productvar name="PRODUCT_NAME">$DISTNAME-$FLAVOR</productvar>
@@ -36,11 +36,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20200729</productvar>
+ <productvar name="VERSION">20200730</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20200729,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20200730,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200729/i586 obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200729/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200730/i586 obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200730/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="DEBUGMEDIUM">2</productoption>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ MicroOS.product ++++++
--- /var/tmp/diff_new_pack.6r5eD4/_old 2020-07-30 10:16:36.967814627 +0200
+++ /var/tmp/diff_new_pack.6r5eD4/_new 2020-07-30 10:16:36.971814631 +0200
@@ -6,7 +6,7 @@
<name>MicroOS</name>
<releasepkgname>MicroOS-release</releasepkgname>
<endoflife/>
- <version>20200729</version>
+ <version>20200730</version>
<!-- release is no longer optional -->
<release>0</release>
<productline>MicroOS</productline>
++++++ openSUSE-Addon-NonOss.product ++++++
--- /var/tmp/diff_new_pack.6r5eD4/_old 2020-07-30 10:16:37.127814782 +0200
+++ /var/tmp/diff_new_pack.6r5eD4/_new 2020-07-30 10:16:37.131814787 +0200
@@ -4,7 +4,7 @@
<product>
<vendor>openSUSE</vendor>
<name>openSUSE-Addon-NonOss</name>
- <version>20200729</version>
+ <version>20200730</version>
<release>0</release>
<summary>openSUSE NonOSS Addon</summary>
<shortsummary>non oss addon</shortsummary>
++++++ openSUSE.product ++++++
--- /var/tmp/diff_new_pack.6r5eD4/_old 2020-07-30 10:16:37.151814806 +0200
+++ /var/tmp/diff_new_pack.6r5eD4/_new 2020-07-30 10:16:37.155814810 +0200
@@ -4,7 +4,7 @@
<product>
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20200729</version>
+ <version>20200730</version>
<release>0</release>
<productline>openSUSE</productline>
1
0
Hello community,
here is the log from the commit of package 000release-packages for openSUSE:Factory checked in at 2020-07-30 10:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
and /work/SRC/openSUSE:Factory/.000release-packages.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000release-packages"
Thu Jul 30 10:16:28 2020 rev:645 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MicroOS-release.spec ++++++
--- /var/tmp/diff_new_pack.EMtXqF/_old 2020-07-30 10:16:30.779808611 +0200
+++ /var/tmp/diff_new_pack.EMtXqF/_new 2020-07-30 10:16:30.783808615 +0200
@@ -17,7 +17,7 @@
Name: MicroOS-release
-Version: 20200729
+Version: 20200730
Release: 0
Summary: openSUSE MicroOS
License: GPL-2.0-or-later
@@ -173,9 +173,9 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = MicroOS
-Provides: product(MicroOS) = 20200729-0
+Provides: product(MicroOS) = 20200730-0
Provides: product-label() = openSUSE%20MicroOS
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20200729
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20200730
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-endoflife()
Requires: product_flavor(MicroOS)
@@ -191,7 +191,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(MicroOS) = 20200729-0
+Provides: product_flavor(MicroOS) = 20200730-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description dvd
@@ -207,7 +207,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(kubic-dvd)
-Provides: product_flavor(MicroOS) = 20200729-0
+Provides: product_flavor(MicroOS) = 20200730-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description kubic-dvd
@@ -223,7 +223,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(MicroOS) = 20200729-0
+Provides: product_flavor(MicroOS) = 20200730-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description appliance
@@ -239,7 +239,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-kubic)
-Provides: product_flavor(MicroOS) = 20200729-0
+Provides: product_flavor(MicroOS) = 20200730-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description appliance-kubic
@@ -297,11 +297,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>MicroOS</name>
- <version>20200729</version>
+ <version>20200730</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:microos:20200729</cpeid>
+ <cpeid>cpe:/o:opensuse:microos:20200730</cpeid>
<productline>MicroOS</productline>
<register>
<pool>
++++++ openSUSE-Addon-NonOss-release.spec ++++++
--- /var/tmp/diff_new_pack.EMtXqF/_old 2020-07-30 10:16:30.811808642 +0200
+++ /var/tmp/diff_new_pack.EMtXqF/_new 2020-07-30 10:16:30.815808646 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package openSUSE-Addon-NonOss-release (Version 20200729)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20200730)
#
# Copyright (c) 2020 openSUSE.
#
@@ -16,16 +16,16 @@
Name: openSUSE-Addon-NonOss-release
%define product openSUSE-Addon-NonOss
Summary: openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version: 20200729
+Version: 20200730
Release: 0
License: BSD-3-Clause
Group: System/Fhs
Provides: %name-%version
Provides: product() = openSUSE-Addon-NonOss
-Provides: product(openSUSE-Addon-NonOss) = 20200729-0
+Provides: product(openSUSE-Addon-NonOss) = 20200730-0
Provides: product-label() = non%20oss%20addon
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200729
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200730
AutoReqProv: on
@@ -49,10 +49,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE-Addon-NonOss</name>
- <version>20200729</version>
+ <version>20200730</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20200729</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20200730</cpeid>
<register>
<pool>
</pool>
++++++ openSUSE-release.spec ++++++
--- /var/tmp/diff_new_pack.EMtXqF/_old 2020-07-30 10:16:30.843808673 +0200
+++ /var/tmp/diff_new_pack.EMtXqF/_new 2020-07-30 10:16:30.847808677 +0200
@@ -20,7 +20,7 @@
#define betaversion %{nil}
%define codename Tumbleweed
Name: openSUSE-release
-Version: 20200729
+Version: 20200730
Release: 0
# 0 is the product release, not the build release of this package
Summary: openSUSE Tumbleweed
@@ -178,7 +178,7 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = openSUSE
-Provides: product(openSUSE) = 20200729-0
+Provides: product(openSUSE) = 20200730-0
%ifarch x86_64
Provides: product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
%endif
@@ -192,7 +192,7 @@
Provides: product-register-target() = openSUSE%2DTumbleweed%2Daarch64
%endif
Provides: product-label() = openSUSE
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20200729
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20200730
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-url(repository) = http%3A%2F%2Fdownload.opensuse.org%2Ftumbleweed%2Frepo%2Foss%2F
Requires: product_flavor(openSUSE)
@@ -206,7 +206,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(ftp)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description ftp
@@ -221,7 +221,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(mini)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description mini
@@ -236,7 +236,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description dvd
@@ -251,7 +251,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-kde)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-kde
@@ -266,7 +266,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-x11)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-x11
@@ -281,7 +281,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-gnome)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-gnome
@@ -296,7 +296,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-xfce)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-xfce
@@ -311,7 +311,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-kde)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-kde
@@ -326,7 +326,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-gnome)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-gnome
@@ -341,7 +341,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-x11)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-x11
@@ -356,7 +356,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance
@@ -371,7 +371,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-docker)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-docker
@@ -386,7 +386,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-kvm)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-kvm
@@ -401,7 +401,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-vmware)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-vmware
@@ -416,7 +416,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-openstack)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-openstack
@@ -431,7 +431,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-hyperv)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-hyperv
@@ -446,7 +446,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-vagrant)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-vagrant
@@ -461,7 +461,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-wsl)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-wsl
@@ -476,7 +476,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-custom)
-Provides: product_flavor(openSUSE) = 20200729-0
+Provides: product_flavor(openSUSE) = 20200730-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-custom
@@ -550,10 +550,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20200729</version>
+ <version>20200730</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse:20200729</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse:20200730</cpeid>
<productline>openSUSE</productline>
<register>
<pool>
1
0
Hello community,
here is the log from the commit of package aespipe for openSUSE:Factory checked in at 2020-07-30 10:03:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aespipe (Old)
and /work/SRC/openSUSE:Factory/.aespipe.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aespipe"
Thu Jul 30 10:03:22 2020 rev:13 rq:823520 version:2.4f
Changes:
--------
--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes 2019-11-06 13:51:54.511883415 +0100
+++ /work/SRC/openSUSE:Factory/.aespipe.new.3592/aespipe.changes 2020-07-30 10:04:11.211389921 +0200
@@ -1,0 +2,12 @@
+Wed Jul 29 22:24:40 UTC 2020 - Matthias Eliasson <elimat(a)opensuse.org>
+
+- Update to 2.4f
+ * Fixed configure script mis-detection of "labels need underline
+ prefix" on Fedora. Fix from Jiri Hladky.
+ * Added configure script autodetection for x86/amd64 -fno-pie compile
+ and -no-pie linker flags. These are needed when compiler/linker
+ produces position independent executable (PIE) by default.
+- Run spec-cleaner
+- Add source verification
+
+-------------------------------------------------------------------
Old:
----
aespipe-2.4e.tar.bz2
New:
----
aespipe-2.4f.tar.bz2
aespipe-2.4f.tar.bz2.sign
aespipe.keyring
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aespipe.spec ++++++
--- /var/tmp/diff_new_pack.sNdfpY/_old 2020-07-30 10:04:13.043390164 +0200
+++ /var/tmp/diff_new_pack.sNdfpY/_new 2020-07-30 10:04:13.043390164 +0200
@@ -1,7 +1,7 @@
#
# spec file for package aespipe
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
Name: aespipe
-Version: 2.4e
+Version: 2.4f
Release: 0
Summary: AES Encrypting/Decrypting Pipe
License: GPL-2.0-only
-Url: http://loop-aes.sourceforge.net/
-Source: http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2#/%{name…
+URL: http://loop-aes.sourceforge.net/
+Source0: http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2#/%{name…
+Source1: http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2.sign#/%…
+Source2: %{name}.keyring
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gpg2
-#!BuildIgnore: gcc-PIE
Requires: gpg2
%description
@@ -49,10 +50,10 @@
--enable-asm=amd64 --enable-padlock --enable-intelaes \
%endif
--disable-silent-rules
-make %{?_smp_mflags}
+%make_build
%check
-make %{?_smp_mflags} tests
+%make_build tests
%install
%make_install
@@ -63,6 +64,6 @@
%doc ChangeLog README
%{_bindir}/aespipe
%{_bindir}/bz2aespipe
-%{_mandir}/man1/aespipe.1%{ext_man}
+%{_mandir}/man1/aespipe.1%{?ext_man}
%changelog
++++++ aespipe-2.4e.tar.bz2 -> aespipe-2.4f.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/ChangeLog new/aespipe-v2.4f/ChangeLog
--- old/aespipe-v2.4e/ChangeLog 2017-09-10 14:30:46.000000000 +0200
+++ new/aespipe-v2.4f/ChangeLog 2019-10-02 07:24:40.000000000 +0200
@@ -107,3 +107,10 @@
aespipe-v2.4e September 10 2017
- Added workaround for gpg 2 pinentry-mode bug.
+
+aespipe-v2.4f October 2 2019
+ - Fixed configure script mis-detection of "labels need underline
+ prefix" on Fedora. Fix from Jiri Hladky.
+ - Added configure script autodetection for x86/amd64 -fno-pie compile
+ and -no-pie linker flags. These are needed when compiler/linker
+ produces position independent executable (PIE) by default.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/README new/aespipe-v2.4f/README
--- old/aespipe-v2.4e/README 2017-09-10 14:30:46.000000000 +0200
+++ new/aespipe-v2.4f/README 2019-10-02 07:24:40.000000000 +0200
@@ -1,6 +1,6 @@
-Written by Jari Ruusu <jariruusu(a)users.sourceforge.net>, September 10 2017
+Written by Jari Ruusu <jariruusu(a)users.sourceforge.net>, October 2 2019
-Copyright 2002-2017 by Jari Ruusu.
+Copyright 2002-2019 by Jari Ruusu.
Redistribution of this file is permitted under the GNU Public License.
@@ -70,12 +70,9 @@
found.
If you want to use special compiler and/or linker flags, ./configure script
-understands exported CFLAGS= and LDFLAGS= environment variables. In cases
-where compiler/linker produces position independent executable (PIE) by
-default and you want to use assembler optimized code, the PIE thingy needs
-to be disabled like this:
+understands exported CFLAGS= and LDFLAGS= environment variables. Example:
- CFLAGS="-O2 -Wall -fno-pie" LDFLAGS="-no-pie" ./configure
+ CFLAGS="-O2 -Wall" LDFLAGS="" ./configure
Above installs aespipe program to /usr/local/bin/ directory and man page to
/usr/local/man/man1/ directory. If you want aespipe program installed in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/aes-amd64.S new/aespipe-v2.4f/aes-amd64.S
--- old/aespipe-v2.4e/aes-amd64.S 2008-11-06 08:18:00.000000000 +0100
+++ new/aespipe-v2.4f/aes-amd64.S 2019-03-11 15:39:17.000000000 +0100
@@ -255,6 +255,9 @@
movl %r11d,12(%r9)
ret
+ .size aes_encrypt,.-aes_encrypt
+ .type aes_encrypt,@function
+
// AES (Rijndael) Decryption Subroutine
// rdi = pointer to AES context
@@ -320,6 +323,9 @@
movl %r11d,(%r9)
ret
+ .size aes_decrypt,.-aes_decrypt
+ .type aes_decrypt,@function
+
// AES (Rijndael) Key Schedule Subroutine
// This macro performs a column mixing operation on an input 32-bit
@@ -511,6 +517,8 @@
popfq
ret
+ .size aes_set_key,.-aes_set_key
+ .type aes_set_key,@function
// finite field multiplies by {02}, {04} and {08}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/aes-intel32.S new/aespipe-v2.4f/aes-intel32.S
--- old/aespipe-v2.4e/aes-intel32.S 2010-03-27 19:21:02.000000000 +0100
+++ new/aespipe-v2.4f/aes-intel32.S 2019-03-11 15:39:17.000000000 +0100
@@ -151,6 +151,9 @@
pop %edi
ret
+ .size intel_aes_cbc_encrypt,.-intel_aes_cbc_encrypt
+ .type intel_aes_cbc_encrypt,@function
+
/*
* void intel_aes_cbc_decrypt(const aes_context *, void *src, void *dst, size_t len, void *iv)
*
@@ -390,6 +393,9 @@
pop %edi
ret
+ .size intel_aes_cbc_decrypt,.-intel_aes_cbc_decrypt
+ .type intel_aes_cbc_decrypt,@function
+
/*
* void intel_aes_cbc_enc_4x512(aes_context **, void *src, void *dst, void *iv)
*
@@ -650,6 +656,9 @@
pop %edi
ret
+ .size intel_aes_cbc_enc_4x512,.-intel_aes_cbc_enc_4x512
+ .type intel_aes_cbc_enc_4x512,@function
+
#if defined(__ELF__) && defined(SECTION_NOTE_GNU_STACK)
.section .note.GNU-stack,"",@progbits
#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/aes-intel64.S new/aespipe-v2.4f/aes-intel64.S
--- old/aespipe-v2.4e/aes-intel64.S 2010-03-27 19:21:27.000000000 +0100
+++ new/aespipe-v2.4f/aes-intel64.S 2019-03-11 15:39:17.000000000 +0100
@@ -140,6 +140,9 @@
emms
ret
+ .size intel_aes_cbc_encrypt,.-intel_aes_cbc_encrypt
+ .type intel_aes_cbc_encrypt,@function
+
/*
* void intel_aes_cbc_decrypt(const aes_context *, void *src, void *dst, size_t len, void *iv)
*
@@ -399,6 +402,9 @@
emms
ret
+ .size intel_aes_cbc_decrypt,.-intel_aes_cbc_decrypt
+ .type intel_aes_cbc_decrypt,@function
+
/*
* void intel_aes_cbc_enc_4x512(aes_context **, void *src, void *dst, void *iv)
*
@@ -644,6 +650,9 @@
emms
ret
+ .size intel_aes_cbc_enc_4x512,.-intel_aes_cbc_enc_4x512
+ .type intel_aes_cbc_enc_4x512,@function
+
#if defined(__ELF__) && defined(SECTION_NOTE_GNU_STACK)
.section .note.GNU-stack,"",@progbits
#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/aes-x86.S new/aespipe-v2.4f/aes-x86.S
--- old/aespipe-v2.4e/aes-x86.S 2008-11-06 08:18:00.000000000 +0100
+++ new/aespipe-v2.4f/aes-x86.S 2019-03-11 15:39:17.000000000 +0100
@@ -263,6 +263,8 @@
pop %ebp
ret
+ .size aes_encrypt,.-aes_encrypt
+ .type aes_encrypt,@function
// AES (Rijndael) Decryption Subroutine
@@ -326,6 +328,9 @@
pop %ebp
ret
+ .size aes_decrypt,.-aes_decrypt
+ .type aes_decrypt,@function
+
// AES (Rijndael) Key Schedule Subroutine
// input/output parameters
@@ -541,6 +546,8 @@
popfl
ret
+ .size aes_set_key,.-aes_set_key
+ .type aes_set_key,@function
// finite field multiplies by {02}, {04} and {08}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/aespipe.c new/aespipe-v2.4f/aespipe.c
--- old/aespipe-v2.4e/aespipe.c 2017-09-10 13:25:50.000000000 +0200
+++ new/aespipe-v2.4f/aespipe.c 2019-10-02 07:24:40.000000000 +0200
@@ -1,9 +1,9 @@
/*
* aespipe.c
*
- * Written by Jari Ruusu, September 10 2017
+ * Written by Jari Ruusu, October 2 2019
*
- * Copyright 2002-2017 by Jari Ruusu.
+ * Copyright 2002-2019 by Jari Ruusu.
* Redistribution of this file is permitted under the GNU Public License.
*
* AES encrypting or decrypting "pipe", reads from stdin, writes to stdout
@@ -1181,7 +1181,7 @@
if(!strcmp(*argv, "-") || (**argv != '-')) {
usage:
fprintf(stderr, "usage: %s [options] <inputfile >outputfile\n"
- "version 2.4e Copyright (c) 2002-2017 Jari Ruusu, (c) 2001 Dr Brian Gladman\n"
+ "version 2.4f Copyright (c) 2002-2019 Jari Ruusu, (c) 2001 Dr Brian Gladman\n"
"options: -e aes128|aes192|aes256 = set key length\n"
" -H sha256|sha384|sha512|rmd160 = set password hash function\n"
" -d = decrypt\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/configure new/aespipe-v2.4f/configure
--- old/aespipe-v2.4e/configure 2017-09-10 13:52:14.000000000 +0200
+++ new/aespipe-v2.4f/configure 2019-10-02 06:52:27.000000000 +0200
@@ -5195,7 +5195,7 @@
void ${label}(void){}
_ACEOF
-if ${CC} ${CPPFLAGS} ${CFLAGS} -c conftest.c >/dev/null 2>&1 && ${NM_PROG} conftest.o | ${GREP} "_${label}" >/dev/null 2>&1; then
+if ${CC} ${CPPFLAGS} ${CFLAGS} -c conftest.c >/dev/null 2>&1 && ${NM_PROG} conftest.o | ${GREP} " _${label}" >/dev/null 2>&1; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
$as_echo "#define USE_UNDERLINE 1" >>confdefs.h
@@ -5709,6 +5709,31 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $x_enable_intelaes" >&5
$as_echo "$x_enable_intelaes" >&6; }
+if test "$x_enable_x86asm" = yes -o "$x_enable_amd64asm" = yes ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler understands -fno-pie -no-pie" >&5
+$as_echo_n "checking whether compiler understands -fno-pie -no-pie... " >&6; }
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+ void foobar123(void){}
+
+_ACEOF
+ ${CC} ${CPPFLAGS} ${CFLAGS} -fno-pie -no-pie -c conftest.c >conftest.X.txt 2>&1
+ x_cc_rv=$?
+ ${GREP} "unrecognized option" conftest.X.txt >/dev/null 2>&1
+ x_grep_rv=$?
+ if test "${x_cc_rv}" = 0 -a "${x_grep_rv}" != 0 ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ CFLAGS="${CFLAGS} -fno-pie"
+ LDFLAGS="${LDFLAGS} -no-pie"
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ fi
+ rm -f conftest*
+fi
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if gpg 2 bug workaround can be enabled" >&5
$as_echo_n "checking if gpg 2 bug workaround can be enabled... " >&6; }
x_gpg2buggy="no"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/configure.ac new/aespipe-v2.4f/configure.ac
--- old/aespipe-v2.4e/configure.ac 2017-09-10 13:25:50.000000000 +0200
+++ new/aespipe-v2.4f/configure.ac 2019-10-02 06:47:38.000000000 +0200
@@ -1,9 +1,9 @@
dnl
dnl configure.ac
dnl
-dnl Written by Jari Ruusu, September 10 2017
+dnl Written by Jari Ruusu, October 2 2019
dnl
-dnl Copyright 2002-2017 by Jari Ruusu.
+dnl Copyright 2002-2019 by Jari Ruusu.
dnl Redistribution of this file is permitted under the GNU Public License.
dnl
@@ -58,7 +58,7 @@
AC_LANG_CONFTEST([AC_LANG_SOURCE([
void ${label}(void){}
])])
-if ${CC} ${CPPFLAGS} ${CFLAGS} -c conftest.c >/dev/null 2>&1 && ${NM_PROG} conftest.o | ${GREP} "_${label}" >/dev/null 2>&1; then
+if ${CC} ${CPPFLAGS} ${CFLAGS} -c conftest.c >/dev/null 2>&1 && ${NM_PROG} conftest.o | ${GREP} " _${label}" >/dev/null 2>&1; then
AC_MSG_RESULT([yes])
AC_DEFINE([USE_UNDERLINE], [1])
else
@@ -239,6 +239,27 @@
fi
AC_MSG_RESULT([$x_enable_intelaes])
+dnl x86/amd64 assembler sources are not compatible with position independent executable.
+dnl If possible, use -fno-pie for compiling and -no-pie for linking.
+if test "$x_enable_x86asm" = yes -o "$x_enable_amd64asm" = yes ; then
+ AC_MSG_CHECKING([whether compiler understands -fno-pie -no-pie])
+ AC_LANG_CONFTEST([AC_LANG_SOURCE([
+ void foobar123(void){}
+ ])])
+ ${CC} ${CPPFLAGS} ${CFLAGS} -fno-pie -no-pie -c conftest.c >conftest.X.txt 2>&1
+ x_cc_rv=$?
+ ${GREP} "unrecognized option" conftest.X.txt >/dev/null 2>&1
+ x_grep_rv=$?
+ if test "${x_cc_rv}" = 0 -a "${x_grep_rv}" != 0 ; then
+ AC_MSG_RESULT([yes])
+ CFLAGS="${CFLAGS} -fno-pie"
+ LDFLAGS="${LDFLAGS} -no-pie"
+ else
+ AC_MSG_RESULT([no])
+ fi
+ rm -f conftest*
+fi
+
dnl Some gpg 2 versions have buggy handling of --passphrase-fd
dnl when the passphrase is used to decrypt public-key encrypted
dnl key file. Workaround is to specify --pinentry-mode .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/md5-2x-amd64.S new/aespipe-v2.4f/md5-2x-amd64.S
--- old/aespipe-v2.4e/md5-2x-amd64.S 2010-04-11 12:22:26.000000000 +0200
+++ new/aespipe-v2.4f/md5-2x-amd64.S 2019-03-11 15:39:17.000000000 +0100
@@ -218,6 +218,9 @@
pop %rbx
ret
+ .size md5_transform_CPUbyteorder_2x,.-md5_transform_CPUbyteorder_2x
+ .type md5_transform_CPUbyteorder_2x,@function
+
#if defined(__ELF__) && defined(SECTION_NOTE_GNU_STACK)
.section .note.GNU-stack,"",@progbits
#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/md5-amd64.S new/aespipe-v2.4f/md5-amd64.S
--- old/aespipe-v2.4e/md5-amd64.S 2008-11-06 08:18:00.000000000 +0100
+++ new/aespipe-v2.4f/md5-amd64.S 2019-03-11 15:39:17.000000000 +0100
@@ -199,6 +199,9 @@
addl %edx,12(%rdi)
ret
+ .size md5_transform_CPUbyteorder,.-md5_transform_CPUbyteorder
+ .type md5_transform_CPUbyteorder,@function
+
#if defined(__ELF__) && defined(SECTION_NOTE_GNU_STACK)
.section .note.GNU-stack,"",@progbits
#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aespipe-v2.4e/md5-x86.S new/aespipe-v2.4f/md5-x86.S
--- old/aespipe-v2.4e/md5-x86.S 2008-11-06 08:18:00.000000000 +0100
+++ new/aespipe-v2.4f/md5-x86.S 2019-03-11 15:39:17.000000000 +0100
@@ -206,6 +206,9 @@
pop %ebp
ret
+ .size md5_transform_CPUbyteorder,.-md5_transform_CPUbyteorder
+ .type md5_transform_CPUbyteorder,@function
+
#if defined(__ELF__) && defined(SECTION_NOTE_GNU_STACK)
.section .note.GNU-stack,"",@progbits
#endif
1
0
Hello community,
here is the log from the commit of package EternalTerminal for openSUSE:Factory checked in at 2020-07-30 10:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/EternalTerminal (Old)
and /work/SRC/openSUSE:Factory/.EternalTerminal.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "EternalTerminal"
Thu Jul 30 10:03:08 2020 rev:6 rq:823519 version:6.0.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/EternalTerminal/EternalTerminal.changes 2020-06-25 15:08:17.173526842 +0200
+++ /work/SRC/openSUSE:Factory/.EternalTerminal.new.3592/EternalTerminal.changes 2020-07-30 10:04:07.487386802 +0200
@@ -1,0 +2,12 @@
+Thu Jul 30 06:30:25 UTC 2020 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 6.0.8:
+ * TSAN/ASAN fixes
+ * Parse named socket port forwards (#293)
+ * Fix input for forward tunnels (#319)
+ * Revert back to write/read instead of send/recv on unix (#323, #322)
+ * Handle SIGINT manually (#333, #324)
+- Build with DISABLE_CRASH_LOG=OFF since SIGINT is now not handled
+ by easylogging++ anymore, thus ctrl+c won't lead to crash
+
+-------------------------------------------------------------------
Old:
----
et-v6.0.7.tar.gz
New:
----
et-v6.0.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ EternalTerminal.spec ++++++
--- /var/tmp/diff_new_pack.ZiFy56/_old 2020-07-30 10:04:08.119387332 +0200
+++ /var/tmp/diff_new_pack.ZiFy56/_new 2020-07-30 10:04:08.123387335 +0200
@@ -18,7 +18,7 @@
%global _firewalld_dir %{_prefix}/lib/firewalld
Name: EternalTerminal
-Version: 6.0.7
+Version: 6.0.8
Release: 0
Summary: Remote shell that survives IP roaming and disconnect
License: Apache-2.0
@@ -46,7 +46,7 @@
%autosetup -n EternalTerminal-et-v%{version}
%build
-%cmake -DDISABLE_CRASH_LOG=ON
+%cmake
%install
%cmake_install
++++++ et-v6.0.7.tar.gz -> et-v6.0.8.tar.gz ++++++
++++ 7169 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package android-udev-rules for openSUSE:Factory checked in at 2020-07-30 10:02:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/android-udev-rules (Old)
and /work/SRC/openSUSE:Factory/.android-udev-rules.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-udev-rules"
Thu Jul 30 10:02:55 2020 rev:2 rq:823455 version:20191103
Changes:
--------
--- /work/SRC/openSUSE:Factory/android-udev-rules/android-udev-rules.changes 2019-11-15 00:14:26.816072132 +0100
+++ /work/SRC/openSUSE:Factory/.android-udev-rules.new.3592/android-udev-rules.changes 2020-07-30 10:04:06.843386263 +0200
@@ -1,0 +2,6 @@
+Tue Jul 28 09:09:09 UTC 2020 - olaf(a)aepfle.de
+
+- This package replaces android-tools-udev version 5
+ add the missing Provides/Obsoletes to avoid fileconflicts
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ android-udev-rules.spec ++++++
--- /var/tmp/diff_new_pack.y2BT72/_old 2020-07-30 10:04:07.291386638 +0200
+++ /var/tmp/diff_new_pack.y2BT72/_new 2020-07-30 10:04:07.295386642 +0200
@@ -28,6 +28,8 @@
BuildRequires: sysuser-tools
Recommends: android-tools
BuildArch: noarch
+Provides: android-tools-udev = %{version}-%{release}
+Obsoletes: android-tools-udev < %{version}-%{release}
%{sysusers_requires}
%description
1
0
Hello community,
here is the log from the commit of package minetest-game for openSUSE:Factory checked in at 2020-07-30 10:02:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minetest-game (Old)
and /work/SRC/openSUSE:Factory/.minetest-game.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minetest-game"
Thu Jul 30 10:02:44 2020 rev:9 rq:823515 version:5.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/minetest-game/minetest-game.changes 2020-04-07 10:32:56.962625852 +0200
+++ /work/SRC/openSUSE:Factory/.minetest-game.new.3592/minetest-game.changes 2020-07-30 10:04:02.867382933 +0200
@@ -1,0 +2,16 @@
+Wed Jul 29 20:18:24 UTC 2020 - Martin Rey <mrey(a)suse.com>
+
+- Update to version 5.3.0
+ * Rename “Dry Dirt” and related blocks to “Savanna Dirt” and
+ similar (paramat)
+ * Added Wild Cotton: grows in savannas, drops Cotton Seeds
+ (paramat)
+ * Sort items into correct categories (An0n3m0us)
+ * Tune cloud density variation (paramat)
+ * Fix broken Creative inventory search in translation (sfan5)
+ * Make Straw Stairs/Slabs usable as fuel (Paul Ouellette)
+ * New textures: Dry Shrub, Brake Rail (Extex101, Hooded Ice)
+ * Block particles when leaves decay, TNT explodes (sfan5)
+- Use spec-cleaner on spec file
+
+-------------------------------------------------------------------
Old:
----
minetest_game-5.2.0.tar.gz
New:
----
minetest_game-5.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ minetest-game.spec ++++++
--- /var/tmp/diff_new_pack.fZAEnc/_old 2020-07-30 10:04:06.335385838 +0200
+++ /var/tmp/diff_new_pack.fZAEnc/_new 2020-07-30 10:04:06.339385841 +0200
@@ -1,7 +1,7 @@
#
# spec file for package minetest-game
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
# 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: minetest-game
-Version: 5.2.0
+Version: 5.3.0
Release: 0
Summary: Minetest Game
License: LGPL-2.1-or-later AND CC-BY-SA-3.0 AND CC-BY-SA-4.0 AND CC-BY-3.0 AND CC0-1.0
++++++ minetest_game-5.2.0.tar.gz -> minetest_game-5.3.0.tar.gz ++++++
++++ 2726 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package qt5ct for openSUSE:Factory checked in at 2020-07-30 10:02:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt5ct (Old)
and /work/SRC/openSUSE:Factory/.qt5ct.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt5ct"
Thu Jul 30 10:02:25 2020 rev:18 rq:823467 version:1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/qt5ct/qt5ct.changes 2020-07-17 20:54:48.601168118 +0200
+++ /work/SRC/openSUSE:Factory/.qt5ct.new.3592/qt5ct.changes 2020-07-30 10:03:55.275376574 +0200
@@ -1,0 +2,7 @@
+Wed Jul 29 22:28:04 UTC 2020 - Jonas Kvinge <jonas(a)jkvinge.net>
+
+- Update to 1.1:
+ * fixed issue with custom icon themes
+ * updated Danish translation (scootergrisen)
+
+-------------------------------------------------------------------
Old:
----
qt5ct-1.0.tar.bz2
New:
----
qt5ct-1.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qt5ct.spec ++++++
--- /var/tmp/diff_new_pack.5SmCwC/_old 2020-07-30 10:03:55.995377177 +0200
+++ /var/tmp/diff_new_pack.5SmCwC/_new 2020-07-30 10:03:55.995377177 +0200
@@ -17,7 +17,7 @@
Name: qt5ct
-Version: 1.0
+Version: 1.1
Release: 0
Summary: Qt5 Configuration Tool
License: BSD-2-Clause
++++++ qt5ct-1.0.tar.bz2 -> qt5ct-1.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-1.0/ChangeLog new/qt5ct-1.1/ChangeLog
--- old/qt5ct-1.0/ChangeLog 2020-06-10 17:29:11.000000000 +0200
+++ new/qt5ct-1.1/ChangeLog 2020-07-20 18:08:18.000000000 +0200
@@ -331,3 +331,7 @@
* disabled debug messages by default
* fixed Qt 5.15 palette
* fixed crash on certain applications under Qt 5.15
+
+Version 1.1
+* fixed issue with custom icon themes
+* updated Danish translation (scootergrisen)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-1.0/ChangeLog.svn new/qt5ct-1.1/ChangeLog.svn
--- old/qt5ct-1.0/ChangeLog.svn 2020-06-10 17:29:11.000000000 +0200
+++ new/qt5ct-1.1/ChangeLog.svn 2020-07-20 18:08:18.000000000 +0200
@@ -1,4 +1,21 @@
------------------------------------------------------------------------
+r580 | trialuser02 | 2020-07-19 18:34:51 +0300 (Вс, 19 июл 2020) | 1 line
+
+updated changelog
+------------------------------------------------------------------------
+r579 | trialuser02 | 2020-07-14 08:48:10 +0300 (Вт, 14 июл 2020) | 1 line
+
+updated Danish translation (scootergrisen)
+------------------------------------------------------------------------
+r575 | trialuser02 | 2020-07-11 12:42:15 +0300 (Сб, 11 июл 2020) | 2 lines
+
+fixed issue with custom icon themes (#80)
+
+------------------------------------------------------------------------
+r574 | trialuser02 | 2020-06-10 18:29:53 +0300 (Ср, 10 июн 2020) | 1 line
+
+version bump
+------------------------------------------------------------------------
r572 | trialuser02 | 2020-06-06 17:11:41 +0300 (Сб, 06 июн 2020) | 1 line
updated changelog
@@ -14,36 +31,36 @@
(#77)
------------------------------------------------------------------------
-r569 | trialuser02 | 2020-05-30 19:50:15 +0300 (Сб, 30 мая 2020) | 1 line
+r569 | trialuser02 | 2020-05-30 19:50:15 +0300 (Сб, 30 май 2020) | 1 line
fixed test.sh
------------------------------------------------------------------------
-r568 | trialuser02 | 2020-05-30 19:46:43 +0300 (Сб, 30 мая 2020) | 2 lines
+r568 | trialuser02 | 2020-05-30 19:46:43 +0300 (Сб, 30 май 2020) | 2 lines
fixed README
------------------------------------------------------------------------
-r567 | trialuser02 | 2020-05-30 19:42:45 +0300 (Сб, 30 мая 2020) | 2 lines
+r567 | trialuser02 | 2020-05-30 19:42:45 +0300 (Сб, 30 май 2020) | 2 lines
disabled debug messages by default (#72)
------------------------------------------------------------------------
-r566 | trialuser02 | 2020-05-30 19:06:50 +0300 (Сб, 30 мая 2020) | 2 lines
+r566 | trialuser02 | 2020-05-30 19:06:50 +0300 (Сб, 30 май 2020) | 2 lines
added ia ora color scheme
------------------------------------------------------------------------
-r565 | trialuser02 | 2020-05-30 17:54:06 +0300 (Сб, 30 мая 2020) | 2 lines
+r565 | trialuser02 | 2020-05-30 17:54:06 +0300 (Сб, 30 май 2020) | 2 lines
code style fixes
------------------------------------------------------------------------
-r564 | trialuser02 | 2020-05-30 12:15:12 +0300 (Сб, 30 мая 2020) | 2 lines
+r564 | trialuser02 | 2020-05-30 12:15:12 +0300 (Сб, 30 май 2020) | 2 lines
fixed Qt 5.15 palette
------------------------------------------------------------------------
-r563 | trialuser02 | 2020-05-17 22:27:49 +0300 (Вс, 17 мая 2020) | 2 lines
+r563 | trialuser02 | 2020-05-17 22:27:49 +0300 (Вс, 17 май 2020) | 2 lines
updated copyright
@@ -113,24 +130,24 @@
partial icon theme search optimization
------------------------------------------------------------------------
-r545 | trialuser02 | 2019-05-26 23:57:33 +0300 (Вс, 26 мая 2019) | 2 lines
+r545 | trialuser02 | 2019-05-26 23:57:33 +0300 (Вс, 26 май 2019) | 2 lines
replaced deprecated foreach keyword
------------------------------------------------------------------------
-r543 | trialuser02 | 2019-05-04 14:11:58 +0300 (Сб, 04 мая 2019) | 1 line
+r543 | trialuser02 | 2019-05-04 14:11:58 +0300 (Сб, 04 май 2019) | 1 line
fixed typo
------------------------------------------------------------------------
-r542 | trialuser02 | 2019-05-04 14:03:49 +0300 (Сб, 04 мая 2019) | 1 line
+r542 | trialuser02 | 2019-05-04 14:03:49 +0300 (Сб, 04 май 2019) | 1 line
version bump
------------------------------------------------------------------------
-r540 | trialuser02 | 2019-05-04 12:21:38 +0300 (Сб, 04 мая 2019) | 1 line
+r540 | trialuser02 | 2019-05-04 12:21:38 +0300 (Сб, 04 май 2019) | 1 line
updated changelog
------------------------------------------------------------------------
-r539 | trialuser02 | 2019-05-04 12:10:55 +0300 (Сб, 04 мая 2019) | 1 line
+r539 | trialuser02 | 2019-05-04 12:10:55 +0300 (Сб, 04 май 2019) | 1 line
updated translations
------------------------------------------------------------------------
@@ -620,80 +637,80 @@
fixed Qt 5.5 support (#40)
------------------------------------------------------------------------
-r422 | trialuser02 | 2017-05-31 22:36:26 +0300 (Ср, 31 мая 2017) | 1 line
+r422 | trialuser02 | 2017-05-31 22:36:26 +0300 (Ср, 31 май 2017) | 1 line
updated Russian translation
------------------------------------------------------------------------
-r421 | trialuser02 | 2017-05-31 22:34:36 +0300 (Ср, 31 мая 2017) | 1 line
+r421 | trialuser02 | 2017-05-31 22:34:36 +0300 (Ср, 31 май 2017) | 1 line
updated Russian translation
------------------------------------------------------------------------
-r420 | trialuser02 | 2017-05-31 22:23:38 +0300 (Ср, 31 мая 2017) | 1 line
+r420 | trialuser02 | 2017-05-31 22:23:38 +0300 (Ср, 31 май 2017) | 1 line
updated .ts files
------------------------------------------------------------------------
-r419 | trialuser02 | 2017-05-31 22:22:42 +0300 (Ср, 31 мая 2017) | 2 lines
+r419 | trialuser02 | 2017-05-31 22:22:42 +0300 (Ср, 31 май 2017) | 2 lines
some font settings changes
------------------------------------------------------------------------
-r418 | trialuser02 | 2017-05-31 22:20:54 +0300 (Ср, 31 мая 2017) | 2 lines
+r418 | trialuser02 | 2017-05-31 22:20:54 +0300 (Ср, 31 май 2017) | 2 lines
feature to disable shortcut underlines
------------------------------------------------------------------------
-r417 | trialuser02 | 2017-05-31 21:35:21 +0300 (Ср, 31 мая 2017) | 2 lines
+r417 | trialuser02 | 2017-05-31 21:35:21 +0300 (Ср, 31 май 2017) | 2 lines
fixed typo
------------------------------------------------------------------------
-r416 | trialuser02 | 2017-05-29 21:57:56 +0300 (Пн, 29 мая 2017) | 1 line
+r416 | trialuser02 | 2017-05-29 21:57:56 +0300 (Пн, 29 май 2017) | 1 line
version bump
------------------------------------------------------------------------
-r414 | trialuser02 | 2017-05-29 21:52:01 +0300 (Пн, 29 мая 2017) | 1 line
+r414 | trialuser02 | 2017-05-29 21:52:01 +0300 (Пн, 29 май 2017) | 1 line
updated changelog
------------------------------------------------------------------------
-r413 | trialuser02 | 2017-05-29 21:49:43 +0300 (Пн, 29 мая 2017) | 1 line
+r413 | trialuser02 | 2017-05-29 21:49:43 +0300 (Пн, 29 май 2017) | 1 line
updated Hebrew translation (Elkana Birdugo)
------------------------------------------------------------------------
-r412 | trialuser02 | 2017-05-24 13:06:35 +0300 (Ср, 24 мая 2017) | 1 line
+r412 | trialuser02 | 2017-05-24 13:06:35 +0300 (Ср, 24 май 2017) | 1 line
updated changelog
------------------------------------------------------------------------
-r411 | trialuser02 | 2017-05-24 12:29:20 +0300 (Ср, 24 мая 2017) | 2 lines
+r411 | trialuser02 | 2017-05-24 12:29:20 +0300 (Ср, 24 май 2017) | 2 lines
fixed Qt 5.6 support (#37)
------------------------------------------------------------------------
-r409 | trialuser02 | 2017-05-17 08:12:59 +0300 (Ср, 17 мая 2017) | 1 line
+r409 | trialuser02 | 2017-05-17 08:12:59 +0300 (Ср, 17 май 2017) | 1 line
fixed build without dbus support (coacher, #36)
------------------------------------------------------------------------
-r408 | trialuser02 | 2017-05-14 13:51:09 +0300 (Вс, 14 мая 2017) | 1 line
+r408 | trialuser02 | 2017-05-14 13:51:09 +0300 (Вс, 14 май 2017) | 1 line
version bump
------------------------------------------------------------------------
-r406 | trialuser02 | 2017-05-12 23:10:11 +0300 (Пт, 12 мая 2017) | 1 line
+r406 | trialuser02 | 2017-05-12 23:10:11 +0300 (Пт, 12 май 2017) | 1 line
updated changelog
------------------------------------------------------------------------
-r405 | trialuser02 | 2017-05-12 23:05:35 +0300 (Пт, 12 мая 2017) | 1 line
+r405 | trialuser02 | 2017-05-12 23:05:35 +0300 (Пт, 12 май 2017) | 1 line
fixed Russian translation
------------------------------------------------------------------------
-r404 | trialuser02 | 2017-05-12 22:44:16 +0300 (Пт, 12 мая 2017) | 1 line
+r404 | trialuser02 | 2017-05-12 22:44:16 +0300 (Пт, 12 май 2017) | 1 line
fixed distclean target
------------------------------------------------------------------------
-r403 | trialuser02 | 2017-05-12 22:40:53 +0300 (Пт, 12 мая 2017) | 2 lines
+r403 | trialuser02 | 2017-05-12 22:40:53 +0300 (Пт, 12 май 2017) | 2 lines
coding style fixes
------------------------------------------------------------------------
-r402 | trialuser02 | 2017-05-12 22:32:23 +0300 (Пт, 12 мая 2017) | 2 lines
+r402 | trialuser02 | 2017-05-12 22:32:23 +0300 (Пт, 12 май 2017) | 2 lines
added global menu support (#34)
@@ -1108,15 +1125,15 @@
updating palette preview simultaneously with palette editor
------------------------------------------------------------------------
-r293 | trialuser02 | 2016-05-18 16:16:57 +0300 (Ср, 18 мая 2016) | 1 line
+r293 | trialuser02 | 2016-05-18 16:16:57 +0300 (Ср, 18 май 2016) | 1 line
fixed infinite recursion in the icon theme parser (patch by Sergey A. Sukiyazov) (#20)
------------------------------------------------------------------------
-r292 | trialuser02 | 2016-05-01 00:13:59 +0300 (Вс, 01 мая 2016) | 1 line
+r292 | trialuser02 | 2016-05-01 00:13:59 +0300 (Вс, 01 май 2016) | 1 line
fixed documentation
------------------------------------------------------------------------
-r291 | trialuser02 | 2016-05-01 00:04:11 +0300 (Вс, 01 мая 2016) | 1 line
+r291 | trialuser02 | 2016-05-01 00:04:11 +0300 (Вс, 01 май 2016) | 1 line
updated Greek translation (Dimitrios Glentadakis)
------------------------------------------------------------------------
@@ -1576,119 +1593,119 @@
fixed update_ts.sh
------------------------------------------------------------------------
-r171 | trialuser02 | 2015-05-22 22:58:43 +0300 (Пт, 22 мая 2015) | 2 lines
+r171 | trialuser02 | 2015-05-22 22:58:43 +0300 (Пт, 22 май 2015) | 2 lines
added XDG_DATA_HOME support
------------------------------------------------------------------------
-r170 | trialuser02 | 2015-05-21 11:03:49 +0300 (Чт, 21 мая 2015) | 1 line
+r170 | trialuser02 | 2015-05-21 11:03:49 +0300 (Чт, 21 май 2015) | 1 line
version bump
------------------------------------------------------------------------
-r168 | trialuser02 | 2015-05-21 10:58:21 +0300 (Чт, 21 мая 2015) | 1 line
+r168 | trialuser02 | 2015-05-21 10:58:21 +0300 (Чт, 21 май 2015) | 1 line
updated .ts files
------------------------------------------------------------------------
-r167 | trialuser02 | 2015-05-21 10:56:51 +0300 (Чт, 21 мая 2015) | 1 line
+r167 | trialuser02 | 2015-05-21 10:56:51 +0300 (Чт, 21 май 2015) | 1 line
fixed changelog
------------------------------------------------------------------------
-r166 | trialuser02 | 2015-05-20 23:02:25 +0300 (Ср, 20 мая 2015) | 1 line
+r166 | trialuser02 | 2015-05-20 23:02:25 +0300 (Ср, 20 май 2015) | 1 line
fixed qt5ct.desktop
------------------------------------------------------------------------
-r165 | trialuser02 | 2015-05-20 22:59:32 +0300 (Ср, 20 мая 2015) | 1 line
+r165 | trialuser02 | 2015-05-20 22:59:32 +0300 (Ср, 20 май 2015) | 1 line
updated AUTHORS
------------------------------------------------------------------------
-r164 | trialuser02 | 2015-05-20 22:56:29 +0300 (Ср, 20 мая 2015) | 1 line
+r164 | trialuser02 | 2015-05-20 22:56:29 +0300 (Ср, 20 май 2015) | 1 line
added Chinese Simplified translation (Cary Tian)
------------------------------------------------------------------------
-r163 | trialuser02 | 2015-05-16 21:18:08 +0300 (Сб, 16 мая 2015) | 2 lines
+r163 | trialuser02 | 2015-05-16 21:18:08 +0300 (Сб, 16 май 2015) | 2 lines
fixed regression
------------------------------------------------------------------------
-r162 | trialuser02 | 2015-05-16 10:33:58 +0300 (Сб, 16 мая 2015) | 2 lines
+r162 | trialuser02 | 2015-05-16 10:33:58 +0300 (Сб, 16 май 2015) | 2 lines
fixed problem in the IconThemePage::findIcon(..) method (patch by Sergey A. Sukiyazov) (#3)
------------------------------------------------------------------------
-r161 | trialuser02 | 2015-05-12 21:15:43 +0300 (Вт, 12 мая 2015) | 1 line
+r161 | trialuser02 | 2015-05-12 21:15:43 +0300 (Вт, 12 май 2015) | 1 line
version bump
------------------------------------------------------------------------
-r157 | trialuser02 | 2015-05-12 21:03:34 +0300 (Вт, 12 мая 2015) | 1 line
+r157 | trialuser02 | 2015-05-12 21:03:34 +0300 (Вт, 12 май 2015) | 1 line
fixed typo
------------------------------------------------------------------------
-r156 | trialuser02 | 2015-05-12 20:52:48 +0300 (Вт, 12 мая 2015) | 1 line
+r156 | trialuser02 | 2015-05-12 20:52:48 +0300 (Вт, 12 май 2015) | 1 line
updated qt5ct.desktop
------------------------------------------------------------------------
-r155 | trialuser02 | 2015-05-12 20:50:23 +0300 (Вт, 12 мая 2015) | 1 line
+r155 | trialuser02 | 2015-05-12 20:50:23 +0300 (Вт, 12 май 2015) | 1 line
updated AUTHORS and ChangeLog
------------------------------------------------------------------------
-r154 | trialuser02 | 2015-05-12 20:48:29 +0300 (Вт, 12 мая 2015) | 1 line
+r154 | trialuser02 | 2015-05-12 20:48:29 +0300 (Вт, 12 май 2015) | 1 line
added Polish translation (FadeMind)
------------------------------------------------------------------------
-r153 | trialuser02 | 2015-05-12 20:45:28 +0300 (Вт, 12 мая 2015) | 1 line
+r153 | trialuser02 | 2015-05-12 20:45:28 +0300 (Вт, 12 май 2015) | 1 line
updated .ts files
------------------------------------------------------------------------
-r152 | trialuser02 | 2015-05-12 20:39:21 +0300 (Вт, 12 мая 2015) | 1 line
+r152 | trialuser02 | 2015-05-12 20:39:21 +0300 (Вт, 12 май 2015) | 1 line
updated changelog
------------------------------------------------------------------------
-r151 | trialuser02 | 2015-05-12 20:29:29 +0300 (Вт, 12 мая 2015) | 1 line
+r151 | trialuser02 | 2015-05-12 20:29:29 +0300 (Вт, 12 май 2015) | 1 line
updated documentation
------------------------------------------------------------------------
-r149 | trialuser02 | 2015-05-12 20:25:09 +0300 (Вт, 12 мая 2015) | 2 lines
+r149 | trialuser02 | 2015-05-12 20:25:09 +0300 (Вт, 12 май 2015) | 2 lines
fixed previous commit
------------------------------------------------------------------------
-r148 | trialuser02 | 2015-05-12 20:12:24 +0300 (Вт, 12 мая 2015) | 2 lines
+r148 | trialuser02 | 2015-05-12 20:12:24 +0300 (Вт, 12 май 2015) | 2 lines
renamed USE_QSS to USE_WIDGETS
------------------------------------------------------------------------
-r147 | trialuser02 | 2015-05-12 20:04:17 +0300 (Вт, 12 мая 2015) | 3 lines
+r147 | trialuser02 | 2015-05-12 20:04:17 +0300 (Вт, 12 май 2015) | 3 lines
fixed segmentation fault on "widget-less" applications; replaced USE_QSS
by QT_WIDGETS_LIB
------------------------------------------------------------------------
-r146 | trialuser02 | 2015-05-12 18:30:28 +0300 (Вт, 12 мая 2015) | 2 lines
+r146 | trialuser02 | 2015-05-12 18:30:28 +0300 (Вт, 12 май 2015) | 2 lines
fixed regression
------------------------------------------------------------------------
-r145 | trialuser02 | 2015-05-12 17:59:01 +0300 (Вт, 12 мая 2015) | 2 lines
+r145 | trialuser02 | 2015-05-12 17:59:01 +0300 (Вт, 12 май 2015) | 2 lines
fixed default palette
------------------------------------------------------------------------
-r144 | trialuser02 | 2015-05-12 17:48:41 +0300 (Вт, 12 мая 2015) | 2 lines
+r144 | trialuser02 | 2015-05-12 17:48:41 +0300 (Вт, 12 май 2015) | 2 lines
removed useless code
------------------------------------------------------------------------
-r143 | trialuser02 | 2015-05-12 12:34:32 +0300 (Вт, 12 мая 2015) | 2 lines
+r143 | trialuser02 | 2015-05-12 12:34:32 +0300 (Вт, 12 май 2015) | 2 lines
removed private headers usage
------------------------------------------------------------------------
-r142 | trialuser02 | 2015-05-12 11:38:36 +0300 (Вт, 12 мая 2015) | 2 lines
+r142 | trialuser02 | 2015-05-12 11:38:36 +0300 (Вт, 12 май 2015) | 2 lines
removed private headers from qt5ct application
------------------------------------------------------------------------
-r141 | trialuser02 | 2015-05-11 17:45:02 +0300 (Пн, 11 мая 2015) | 2 lines
+r141 | trialuser02 | 2015-05-11 17:45:02 +0300 (Пн, 11 май 2015) | 2 lines
updated TODO list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-1.0/src/qt5ct/qt5ct.h new/qt5ct-1.1/src/qt5ct/qt5ct.h
--- old/qt5ct-1.0/src/qt5ct/qt5ct.h 2020-06-10 17:29:11.000000000 +0200
+++ new/qt5ct-1.1/src/qt5ct/qt5ct.h 2020-07-20 18:08:18.000000000 +0200
@@ -30,7 +30,7 @@
#define QT5CT_H
#define QT5CT_VERSION_MAJOR 1
-#define QT5CT_VERSION_MINOR 0
+#define QT5CT_VERSION_MINOR 1
#define QT5CT_TOSTRING(s) #s
#define QT5CT_STRINGIFY(s) QT5CT_TOSTRING(s)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-1.0/src/qt5ct/translations/qt5ct_da.ts new/qt5ct-1.1/src/qt5ct/translations/qt5ct_da.ts
--- old/qt5ct-1.0/src/qt5ct/translations/qt5ct_da.ts 2020-06-10 17:29:11.000000000 +0200
+++ new/qt5ct-1.1/src/qt5ct/translations/qt5ct_da.ts 2020-07-20 18:08:18.000000000 +0200
@@ -274,12 +274,12 @@
<message>
<location filename="../interfacepage.ui" line="35"/>
<source>Double click interval:</source>
- <translation>Dobbeltklik interval:</translation>
+ <translation>Interval for dobbeltklik:</translation>
</message>
<message>
<location filename="../interfacepage.ui" line="42"/>
<source>Cursor flash time:</source>
- <translation>Markør blinktid:</translation>
+ <translation>Blinketid for markør:</translation>
</message>
<message>
<location filename="../interfacepage.ui" line="49"/>
@@ -332,7 +332,7 @@
<message>
<location filename="../interfacepage.ui" line="175"/>
<source>Enable gui effects</source>
- <translation>Aktivér gui effekter</translation>
+ <translation>Aktivér effekter til grafisk brugerflade</translation>
</message>
<message>
<location filename="../interfacepage.ui" line="182"/>
@@ -347,7 +347,7 @@
<message>
<location filename="../interfacepage.ui" line="202"/>
<source>Menus have icons</source>
- <translation>Menu har ikoner</translation>
+ <translation>Menuer har ikoner</translation>
</message>
<message>
<location filename="../interfacepage.ui" line="209"/>
@@ -362,17 +362,17 @@
<message>
<location filename="../interfacepage.ui" line="229"/>
<source>Toolbar button style:</source>
- <translation>Værktøjslinjeknap stil:</translation>
+ <translation>Stil for værktøjslinjeknap:</translation>
</message>
<message>
<location filename="../interfacepage.ui" line="239"/>
<source>Mouse wheel scroll lines:</source>
- <translation>Musehjul rullelinjer:</translation>
+ <translation>Linjer som musehjulet ruller:</translation>
</message>
<message>
<location filename="../interfacepage.ui" line="256"/>
<source>Show shortcut underlines</source>
- <translation>Vis genveje understreget</translation>
+ <translation>Vis understregning af genveje</translation>
</message>
<message>
<location filename="../interfacepage.ui" line="266"/>
@@ -402,7 +402,7 @@
<message>
<location filename="../interfacepage.cpp" line="65"/>
<source>Follow the application style</source>
- <translation>Følg programstilen</translation>
+ <translation>Følg programmets stil</translation>
</message>
</context>
<context>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-1.0/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp new/qt5ct-1.1/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
--- old/qt5ct-1.0/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp 2020-06-10 17:29:11.000000000 +0200
+++ new/qt5ct-1.1/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp 2020-07-20 18:08:18.000000000 +0200
@@ -36,6 +36,7 @@
#include <QIcon>
#include <QRegularExpression>
#include <QMimeDatabase>
+#include <private/qiconloader_p.h>
#ifdef QT_WIDGETS_LIB
#include <QStyle>
#include <QStyleFactory>
@@ -241,7 +242,9 @@
}
#endif
QGuiApplication::setFont(m_generalFont); //apply font
- QIcon::setThemeName(m_iconTheme); //apply icons
+ if(m_update)
+ QIconLoader::instance()->updateSystemTheme(); //apply icons
+
if(m_palette && m_usePalette)
QGuiApplication::setPalette(*m_palette); //apply palette
1
0
Hello community,
here is the log from the commit of package okteta for openSUSE:Factory checked in at 2020-07-30 10:02:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okteta (Old)
and /work/SRC/openSUSE:Factory/.okteta.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "okteta"
Thu Jul 30 10:02:11 2020 rev:71 rq:823440 version:0.26.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/okteta/okteta.changes 2020-02-03 11:16:36.477944694 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new.3592/okteta.changes 2020-07-30 10:03:48.535370929 +0200
@@ -1,0 +2,10 @@
+Wed Jul 29 13:34:19 UTC 2020 - wbauer(a)tmo.at
+
+- Update to 0.26.4
+ * Improved: struct2osd uses castxml now (gccxml has been
+ deprecated)
+ * Improved: less deprecated Qt code usage, avoiding logged
+ runtime warnings
+ * Improved: translations
+
+-------------------------------------------------------------------
Old:
----
okteta-0.26.3.tar.xz
New:
----
okteta-0.26.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ okteta.spec ++++++
--- /var/tmp/diff_new_pack.zIQEzc/_old 2020-07-30 10:03:49.987372145 +0200
+++ /var/tmp/diff_new_pack.zIQEzc/_new 2020-07-30 10:03:49.991372149 +0200
@@ -22,7 +22,7 @@
%define Okteta_sover 3
%bcond_without lang
Name: okteta
-Version: 0.26.3
+Version: 0.26.4
Release: 0
Summary: Hex Editor
License: GPL-2.0-only AND GFDL-1.2-only
++++++ okteta-0.26.3.tar.xz -> okteta-0.26.4.tar.xz ++++++
++++ 273488 lines of diff (skipped)
1
0