Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package guile-parted for openSUSE:Factory checked in at 2022-09-25 15:35:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/guile-parted (Old) and /work/SRC/openSUSE:Factory/.guile-parted.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "guile-parted" Sun Sep 25 15:35:19 2022 rev:5 rq:1005737 version:0.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/guile-parted/guile-parted.changes 2020-11-26 23:15:58.325064530 +0100 +++ /work/SRC/openSUSE:Factory/.guile-parted.new.2275/guile-parted.changes 2022-09-25 15:35:44.215685629 +0200 @@ -1,0 +2,11 @@ +Sat Sep 17 08:42:50 UTC 2022 - Jonathan Brielmaier <[email protected]> + +- remove unused RPM lint filters, add one for devel dependency + +------------------------------------------------------------------- +Fri Sep 16 13:04:10 UTC 2022 - Jonathan Brielmaier <[email protected]> + +- Update to 0.0.6: + * Add cross-compilation support + +------------------------------------------------------------------- Old: ---- guile-parted-0.0.4.tar.gz New: ---- guile-parted-0.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ guile-parted.spec ++++++ --- /var/tmp/diff_new_pack.gJa3IF/_old 2022-09-25 15:35:44.767686957 +0200 +++ /var/tmp/diff_new_pack.gJa3IF/_new 2022-09-25 15:35:44.775686977 +0200 @@ -1,7 +1,7 @@ # # spec file for package guile-parted # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: guile-parted -Version: 0.0.4 +Version: 0.0.6 Release: 0 Summary: Guile bindings to Parted License: GPL-3.0-or-later ++++++ guile-parted-0.0.4.tar.gz -> guile-parted-0.0.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guile-parted-0.0.4/configure.ac new/guile-parted-0.0.6/configure.ac --- old/guile-parted-0.0.4/configure.ac 2020-04-14 16:05:56.000000000 +0200 +++ new/guile-parted-0.0.6/configure.ac 2022-08-08 17:08:00.000000000 +0200 @@ -27,4 +27,9 @@ AC_CONFIG_FILES([Makefile parted/config.scm]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) +if test "$cross_compiling" != no; then + GUILE_TARGET="--target=$host_alias" + AC_SUBST([GUILE_TARGET]) +fi + AC_OUTPUT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guile-parted-0.0.4/guile.am new/guile-parted-0.0.6/guile.am --- old/guile-parted-0.0.4/guile.am 2020-04-14 16:05:56.000000000 +0200 +++ new/guile-parted-0.0.6/guile.am 2022-08-08 17:08:00.000000000 +0200 @@ -11,4 +11,4 @@ GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat SUFFIXES = .scm .go .scm.go: - $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<" + $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guile-parted-0.0.4/parted/structs.scm new/guile-parted-0.0.6/parted/structs.scm --- old/guile-parted-0.0.4/parted/structs.scm 2020-04-14 16:05:56.000000000 +0200 +++ new/guile-parted-0.0.6/parted/structs.scm 2022-08-08 17:08:00.000000000 +0200 @@ -303,13 +303,13 @@ (bytestructure-ref (device-bytestructure device) 'device-type)) (define (device-read-only? device) - (eq? (bytestructure-ref (device-bytestructure device) 'read-only) 0)) + (eq? (bytestructure-ref (device-bytestructure device) 'read-only) 1)) (define (device-dirty? device) - (eq? (bytestructure-ref (device-bytestructure device) 'dirty) 0)) + (eq? (bytestructure-ref (device-bytestructure device) 'dirty) 1)) (define (device-boot-dirty? device) - (eq? (bytestructure-ref (device-bytestructure device) 'boot-dirty) 0)) + (eq? (bytestructure-ref (device-bytestructure device) 'boot-dirty) 1)) (define (device-length device) (bytestructure-ref (device-bytestructure device) 'length)) ++++++ guile-parted-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.gJa3IF/_old 2022-09-25 15:35:44.983687478 +0200 +++ /var/tmp/diff_new_pack.gJa3IF/_new 2022-09-25 15:35:44.987687488 +0200 @@ -1,8 +1,3 @@ -# guile .go files are "special" -# no shared libraries -addFilter("W: shared-lib-without-dependency-information /usr/lib64/guile/2.[02]/.*") -# maybe a wrong linker -addFilter("W: missing-PT_GNU_STACK-section /usr/lib64/guile/2.[02]/.*") -# they should not stripped -addFilter("W: unstripped-binary-or-object /usr/lib64/guile/2.[02]/site-ccache/parted*") +# RPM doesn't find the dependency itself +addFilter("E: devel-dependency newt-devel")
