commit schily for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-07-06 16:12:54

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3060 (New)


Package is "schily"

Mon Jul  6 16:12:54 2020 rev:31 rq:818728 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-06-11 
14:43:18.197138021 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.3060/schily.changes  2020-07-06 
16:13:09.232187966 +0200
@@ -1,0 +2,20 @@
+Fri Jul  3 23:46:47 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.07.01
+  * star: Backslashes are now honored when looking for the
+substitution separators in options like -s /from/to/ or
+-pax-s /from/to/
+  * cdda2wav: The default for the CDDB database has been changed
+to gnudb.gnudb.org, as freedb.freedb.org has shutdown.
+  * Full support for SCCSv6 history files.
+  * SCCS: A new sccs(1) subcommand "histfile" has been
+implemented.
+  * SCCS: admin fixed a potential buffer overflow related to the
+user (programmer) name that is used in the delta table.
+
+---
+Fri Jul  3 09:28:52 UTC 2020 - Jan Engelhardt 
+
+- Run tests after build.
+
+---

Old:

  schily-2020-06-09.tar.bz2

New:

  schily-2020-07-01.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.gQWwsp/_old  2020-07-06 16:13:11.264194196 +0200
+++ /var/tmp/diff_new_pack.gQWwsp/_new  2020-07-06 16:13:11.268194209 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.06.09
+%global box_version2020.07.01
 %global cdr_version3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.3
 %global star_version   1.6.1
 %global libfind_version 1.7
 %global ved_version 1.7
-%define rver   2020-06-09
+%define rver   2020-07-01
 
 Name:   schily
 Version:%box_version
@@ -642,6 +642,11 @@
 
 %fdupes -s %buildroot/%_prefix
 
+%check
+locale
+export LD_LIBRARY_PATH="$(find . -type d -name pic | perl -pe 's{\n}{:}gs')"
+NO_RANDOM=TRUE make tests || :
+
 %post -n cdrecord
 %set_permissions %_bindir/cdrecord
 true

++ schily-2020-06-09.tar.bz2 -> schily-2020-07-01.tar.bz2 ++
 12314 lines of diff (skipped)




commit meson for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package meson for openSUSE:Factory checked 
in at 2020-07-06 16:12:38

Comparing /work/SRC/openSUSE:Factory/meson (Old)
 and  /work/SRC/openSUSE:Factory/.meson.new.3060 (New)


Package is "meson"

Mon Jul  6 16:12:38 2020 rev:61 rq:818346 version:0.54.3

Changes:

--- /work/SRC/openSUSE:Factory/meson/meson.changes  2020-06-18 
10:35:43.330275495 +0200
+++ /work/SRC/openSUSE:Factory/.meson.new.3060/meson.changes2020-07-06 
16:12:53.308139143 +0200
@@ -1,0 +2,6 @@
+Fri Jun 26 16:51:35 UTC 2020 - Michael Gorse 
+
+- Add meson-fix-gnome-test.patch: fix GNOME test that sometimes
+  fails (bsc#1173025).
+
+---

New:

  meson-fix-gnome-test.patch



Other differences:
--
++ meson.spec ++
--- /var/tmp/diff_new_pack.sSNXOf/_old  2020-07-06 16:12:55.420145619 +0200
+++ /var/tmp/diff_new_pack.sSNXOf/_new  2020-07-06 16:12:55.424145630 +0200
@@ -49,6 +49,8 @@
 Patch4: meson-fix-gcc48.patch
 # PATCH-FEATURE-OPENSUSE meson-distutils.patch tchva...@suse.com -- build and 
install using distutils instead of full setuptools
 Patch5: meson-distutils.patch
+# PATCH-FIX-UPSTREAM meson-fix-gnome-test.patch bsc#1173025 mgo...@suse.com -- 
fix GNOME test that sometimes fails.
+Patch6: meson-fix-gnome-test.patch
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-base
@@ -173,6 +175,7 @@
 %if !%{with setuptools}
 %patch5 -p1
 %endif
+%patch6 -p1
 
 # We do not have gmock available at this moment - can't run the test suite for 
it
 rm -r "test cases/frameworks/3 gmock" \


++ meson-fix-gnome-test.patch ++
>From 5157ef0f2c8ca4074d91e345b53abe60f014b543 Mon Sep 17 00:00:00 2001
From: Mike Gorse 
Date: Fri, 26 Jun 2020 11:45:30 -0500
Subject: [PATCH] test: fix enum generation for GNOME

Fixes: #7252
---
 test cases/frameworks/7 gnome/mkenums/meson.build | 8 
 1 file changed, 8 insertions(+)

diff --git a/test cases/frameworks/7 gnome/mkenums/meson.build b/test 
cases/frameworks/7 gnome/mkenums/meson.build
index af4a9017e..3d7adf052 100644
--- a/test cases/frameworks/7 gnome/mkenums/meson.build 
+++ b/test cases/frameworks/7 gnome/mkenums/meson.build 
@@ -126,6 +126,14 @@ enums5 = gnome.mkenums_simple('enums5', sources : 
'meson-sample.h',
   install_header : true,
   decorator : 'MESON_EXPORT',
   header_prefix : '#include "meson-decls.h"')
+
+conf = configuration_data()
+conf.set('ENUM_FILE', 'enums5.h')
+main = configure_file(
+  input : 'main.c',
+  output : 'main5.c',
+  configuration : conf)
+
 enumexe5 = executable('enumprog5', main, enums5, dependencies : gobj)
 
 # Generate template then use as input to mkenums
-- 
2.27.0




commit rust for openSUSE:Leap:15.1:Update

2020-07-06 Thread root
Hello community,

here is the log from the commit of package rust for openSUSE:Leap:15.1:Update 
checked in at 2020-07-06 14:56:03

Comparing /work/SRC/openSUSE:Leap:15.1:Update/rust (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.rust.new.3060 (New)


Package is "rust"

Mon Jul  6 14:56:03 2020 rev:4 rq:818780 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6ho4Jl/_old  2020-07-06 14:56:10.025827293 +0200
+++ /var/tmp/diff_new_pack.6ho4Jl/_new  2020-07-06 14:56:10.025827293 +0200
@@ -1 +1 @@
-
+




commit rust-cbindgen for openSUSE:Leap:15.1:Update

2020-07-06 Thread root
Hello community,

here is the log from the commit of package rust-cbindgen for 
openSUSE:Leap:15.1:Update checked in at 2020-07-06 14:55:45

Comparing /work/SRC/openSUSE:Leap:15.1:Update/rust-cbindgen (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.rust-cbindgen.new.3060 (New)


Package is "rust-cbindgen"

Mon Jul  6 14:55:45 2020 rev:3 rq:818780 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kDHSKR/_old  2020-07-06 14:55:46.669754087 +0200
+++ /var/tmp/diff_new_pack.kDHSKR/_new  2020-07-06 14:55:46.669754087 +0200
@@ -1 +1 @@
-
+




commit patchinfo.13034 for openSUSE:Leap:15.1:Update

2020-07-06 Thread root
Hello community,

here is the log from the commit of package patchinfo.13034 for 
openSUSE:Leap:15.1:Update checked in at 2020-07-06 14:56:10

Comparing /work/SRC/openSUSE:Leap:15.1:Update/patchinfo.13034 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.patchinfo.13034.new.3060 (New)


Package is "patchinfo.13034"

Mon Jul  6 14:56:10 2020 rev:1 rq:818780 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  "cargo build" issues with 
rust-1.38.0
  [s390x] - Miscompilation of rustc 1.43 
leads to LTO failure
  Factory/TW requires cargo/rust cbindgen to 
be able to compile Firefox = 63
  
  MSirringhaus
  moderate
  security
  Security update for rust, rust-cbindgen
  This update for rust, rust-cbindgen fixes the following issues:

rust was updated for use by Firefox 76ESR.

- Fixed miscompilations with rustc 1.43 that lead to LTO failures (bsc#1173202)

Update to version 1.43.1

- Updated openssl-src to 1.1.1g for CVE-2020-1967.
- Fixed the stabilization of AVX-512 features.
- Fixed `cargo package --list` not working with unpublished dependencies.

Update to version 1.43.0

+ Language:

- Fixed using binary operations with `{number}` (e.g. `1.0`) 
  not having the type inferred correctly.
- Attributes such as `#[cfg()]` can now be used on `if` 
  expressions.
- Syntax only changes:
  * Allow `type Foo: Ord` syntactically.
  * Fuse associated and extern items up to defaultness.
  * Syntactically allow `self` in all `fn` contexts.
  * Merge `fn` syntax + cleanup item parsing.
  * `item` macro fragments can be interpolated into `trait`s, 
`impl`s, and `extern` blocks.
For example, you may now write:
```rust 
macro_rules! mac_trait {
  ($i:item) = {
  trait T { $i }
  }
}
mac_trait! {
fn foo() {}
}
```
  * These are still rejected *semantically*, so you will likely 
receive an error but these changes can be seen and parsed by 
macros and conditional compilation.

+ Compiler

- You can now pass multiple lint flags to rustc to override the previous flags. 

  For example; `rustc -D unused -A unused-variables` denies
  everything in the `unused` lint group except `unused-variables` 
  which is explicitly allowed. However, passing 
  `rustc -A unused-variables -D unused` denies everything in 
  the `unused` lint group **including** `unused-variables` since 
  the allow flag is specified before the deny flag (and therefore 
  overridden).
- rustc will now prefer your system MinGW libraries over its 
  bundled libraries if they are available on `windows-gnu`.
- rustc now buffers errors/warnings printed in JSON.

Libraries:

- `Arc[T; N]`, `Box[T; N]`, and `Rc[T; N]`, now 
implement 
  `TryFromArc[T]`,`TryFromBox[T]`, and 
`TryFromRc[T]`
  respectively.
  **Note** These conversions are only available when `N` is 
  `0..=32`.
- You can now use associated constants on floats and integers 
  directly, rather than having to import the module.
  e.g. You can now write `u32::MAX` or `f32::NAN` with no imports.
- `u8::is_ascii` is now `const`.
- `String` now implements `AsMutstr`.
- Added the `primitive` module to `std` and `core`. 
  This module reexports Rust's primitive types. This is mainly 
  useful in macros where you want avoid these types being shadowed.
- Relaxed some of the trait bounds on `HashMap` and `HashSet`.
- `string::FromUtf8Error` now implements `Clone + Eq`.

+ Stabilized APIs

- `Once::is_completed`
- `f32::LOG10_2`
- `f32::LOG2_10`
- `f64::LOG10_2`
- `f64::LOG2_10`
- `iter::once_with`

+ Cargo

  - You can now set config `[profile]`s in your `.cargo/config`, 
or through your environment.
  - Cargo will now set `CARGO_BIN_EXE_name` pointing to a 
binary's executable path when running integration tests or 
benchmarks.
`name` is the name of your binary as-is e.g. If you wanted 
the executable path for a binary named `my-program`you would 
use `env!("CARGO_BIN_EXE_my-program")`.

+ Misc

  - Certain checks in the `const_err` lint were deemed unrelated 
to const evaluation, and have been moved to the 
`unconditional_panic` and `arithmetic_overflow` lints.

+ Compatibility Notes

  - Having trailing syntax in the `assert!` macro is now a hard 
error. This has been a warning since 1.36.0.
  - Fixed `Self` not having the correctly inferred type. This 
incorrectly led to some instances being accepted, and now 
correctly emits a hard error.

Update to version 1.42.0:

+ Language

  - You can now use the slice pattern syntax with subslices.
  - You can now use #[repr(transparent)] on univariant enums. Meaning
that you can create an enum that has the exact layout and ABI of

commit 000product for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-07-06 14:11:20

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.3060 (New)


Package is "000product"

Mon Jul  6 14:11:20 2020 rev:2307 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.xU1vmH/_old  2020-07-06 14:11:25.664076998 +0200
+++ /var/tmp/diff_new_pack.xU1vmH/_new  2020-07-06 14:11:25.664076998 +0200
@@ -513,6 +513,7 @@
   
   
   
+  
   
   
   

openSUSE-dvd5-dvd-x86_64.kiwi: same change
stub.kiwi: same change
++ dvd.group ++
--- /var/tmp/diff_new_pack.xU1vmH/_old  2020-07-06 14:11:25.832077737 +0200
+++ /var/tmp/diff_new_pack.xU1vmH/_new  2020-07-06 14:11:25.832077737 +0200
@@ -511,6 +511,7 @@
  
  
  
+ 
  
  
  

++ unsorted.yml ++
--- /var/tmp/diff_new_pack.xU1vmH/_old  2020-07-06 14:11:25.952078265 +0200
+++ /var/tmp/diff_new_pack.xU1vmH/_new  2020-07-06 14:11:25.952078265 +0200
@@ -2903,7 +2903,6 @@
   - exo-branding-upstream 
   - exo-devel 
   - exodusii-devel 
-  - expect 
   - expect-devel 
   - explain 
   - ext3grep 




commit 000package-groups for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package 000package-groups for 
openSUSE:Factory checked in at 2020-07-06 13:21:53

Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
 and  /work/SRC/openSUSE:Factory/.000package-groups.new.3060 (New)


Package is "000package-groups"

Mon Jul  6 13:21:53 2020 rev:124 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ groups.yml ++
--- /var/tmp/diff_new_pack.2rTYXZ/_old  2020-07-06 13:21:59.386967732 +0200
+++ /var/tmp/diff_new_pack.2rTYXZ/_new  2020-07-06 13:21:59.390967744 +0200
@@ -169,7 +169,6 @@
   - clicfs
   - createrepo_c
   - git
-  # hylafax as requested by kkeil
   # kdump+tools
   - kdump
   # all kernel flavors we want to have




commit 000package-groups for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package 000package-groups for 
openSUSE:Factory checked in at 2020-07-06 13:05:32

Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
 and  /work/SRC/openSUSE:Factory/.000package-groups.new.3060 (New)


Package is "000package-groups"

Mon Jul  6 13:05:32 2020 rev:123 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ groups.yml ++
--- /var/tmp/diff_new_pack.xMTYm1/_old  2020-07-06 13:05:36.912063064 +0200
+++ /var/tmp/diff_new_pack.xMTYm1/_new  2020-07-06 13:05:36.916063076 +0200
@@ -306,6 +306,7 @@
   - bcm43xx-firmware
   - elilo
   - erofs-utils
+  - expect
   - f2fs-tools
   - fuse3
   - icewm-config-upstream




commit 000product for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-07-06 09:55:02

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.3060 (New)


Package is "000product"

Mon Jul  6 09:55:02 2020 rev:2306 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.LvOJLI/_old  2020-07-06 09:55:12.668770215 +0200
+++ /var/tmp/diff_new_pack.LvOJLI/_new  2020-07-06 09:55:12.668770215 +0200
@@ -320,8 +320,6 @@
   
   
   
-  
-  
   
   
   
@@ -334,7 +332,6 @@
   
   
   
-  
   
   
   
@@ -1472,7 +1469,6 @@
   
   
   
-  
   
   
   
@@ -1703,7 +1699,6 @@
   
   
   
-  
   
   
   
@@ -1847,8 +1842,6 @@
   
   
   
-  
-  
   
   
   
@@ -1938,7 +1931,6 @@
   
   
   
-  
   
   
   
@@ -2461,7 +2453,6 @@
   
   
   
-  
   
   
   
@@ -5292,7 +5283,6 @@
   
   
   
-  
   
   
   

++ openSUSE-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.LvOJLI/_old  2020-07-06 09:55:12.692770295 +0200
+++ /var/tmp/diff_new_pack.LvOJLI/_new  2020-07-06 09:55:12.692770295 +0200
@@ -333,8 +333,6 @@
   
   
   
-  
-  
   
   
   
@@ -347,7 +345,6 @@
   
   
   
-  
   
   
   
@@ -1506,7 +1503,6 @@
   
   
   
-  
   
   
   
@@ -1768,7 +1764,6 @@
   
   
   
-  
   
   
   
@@ -1926,8 +1921,6 @@
   
   
   
-  
-  
   
   
   
@@ -2025,7 +2018,6 @@
   
   
   
-  
   
   
   
@@ -2585,7 +2577,6 @@
   
   
   
-  
   
   
   
@@ -5549,7 +5540,6 @@
   
   
   
-  
   
   
   

stub.kiwi: same change
++ dvd.group ++
--- /var/tmp/diff_new_pack.LvOJLI/_old  2020-07-06 09:55:12.832770757 +0200
+++ /var/tmp/diff_new_pack.LvOJLI/_new  2020-07-06 09:55:12.836770770 +0200
@@ -318,8 +318,6 @@
  
  
  
- 
- 
  
  
  
@@ -332,7 +330,6 @@
  
  
  
- 
  
  
  
@@ -1755,7 +1752,6 @@
  
  
  
- 
  
  
  
@@ -1985,7 +1981,6 @@
  
  
  
- 
  
  
  
@@ -2126,8 +2121,6 @@
  
  
  
- 
- 
  
  
  
@@ -2217,7 +2210,6 @@
  
  
  
- 
  
  
  
@@ -2557,7 +2549,6 @@
  
  
  
- 
  
  
  
@@ -5236,7 +5227,6 @@
  
  
  
- 
  
  
  

++ unsorted.yml ++
--- /var/tmp/diff_new_pack.LvOJLI/_old  2020-07-06 09:55:12.956771166 +0200
+++ /var/tmp/diff_new_pack.LvOJLI/_new  2020-07-06 09:55:12.960771180 +0200
@@ -1746,7 +1746,9 @@
   - clanlib-doc 
   - clanlib-examples 
   - clatd 
+  - claws-mail 
   - claws-mail-devel 
+  - claws-mail-lang 
   - cld2-devel 
   - cldr-emoji-annotation 
   - cldr-emoji-annotation-devel 
@@ -1892,6 +1894,7 @@
   - commandergenius 
   - compartm 
   - compcache 
+  - compface 
   - compface-devel 
   - compicc 
   - compiz 
@@ -8349,6 +8352,7 @@
   - libarprec0 
   - libart_lgpl-devel 
   - libart_lgpl-devel-32bit: [x86_64] 
+  - libart_lgpl_2-2 
   - libart_lgpl_2-2-32bit: [x86_64] 
   - libasan4 
   - libasan4-32bit: [x86_64] 
@@ -9237,6 +9241,7 @@
   - libetonyek-devel-doc 
   - libetonyek-tools 
   - libetpan-devel 
+  - libetpan20 
   - libetrophy0 
   - libev-devel 
   - libev4 
@@ -9633,8 +9638,10 @@
   - libgnome-keyring-devel 
   - libgnome-keyring0-32bit: [x86_64] 
   - libgnome-menu-3-0-32bit: [x86_64] 
+  - libgnomecanvas-2-0 
   - libgnomecanvas-2-0-32bit: [x86_64] 
   - libgnomecanvas-devel 
+  - libgnomecanvas-lang 
   - libgnomekbd-devel 
   - libgnomesu-devel 
   - libgnt-devel 
@@ -9821,6 +9828,7 @@
   - libguile17 
   - libguilereadline-v-17-17 
   - libgumbo-devel 
+  - libgumbo1 
   - libgupnp-1_2-0-32bit: [x86_64] 
   - libgupnp-av-devel 
   - libgupnp-devel 
@@ -11300,6 +11308,7 @@
   - libpipeline-devel 
   - libpipewire-0_2-1 
   - libpisock-devel 
+  - libpisock9 
   - libpisync-devel 
   - libpisync1 
   - libpkcs11-helper1-32bit: [x86_64] 
@@ -34471,6 +34480,7 @@
   - xosd 
   - xosd-devel 
   - xosview 
+  - xournal 
   - xournalpp 
   - xournalpp-lang 
   - 

commit 000package-groups for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package 000package-groups for 
openSUSE:Factory checked in at 2020-07-06 09:24:52

Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
 and  /work/SRC/openSUSE:Factory/.000package-groups.new.3060 (New)


Package is "000package-groups"

Mon Jul  6 09:24:52 2020 rev:122 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ groups.yml ++
--- /var/tmp/diff_new_pack.HWlUbM/_old  2020-07-06 09:24:57.014748176 +0200
+++ /var/tmp/diff_new_pack.HWlUbM/_new  2020-07-06 09:24:57.014748176 +0200
@@ -241,6 +241,8 @@
   - blender: [locked]
   - calibre: [locked]
   - libLLVM7: [locked]
+  - libgnomecanvas-2-0: [locked]
+  - claws-mail: [locked]
 
   ## attemt to shrink the DVD - 20151115 by dimstar: [locked]
   - valgrind-devel: [locked]




<    1   2