commit flatpak-builder for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2020-08-25 09:35:28

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new.3399 (New)


Package is "flatpak-builder"

Tue Aug 25 09:35:28 2020 rev:14 rq:828951 version:1.0.11

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2019-10-28 16:59:55.637726205 +0100
+++ 
/work/SRC/openSUSE:Factory/.flatpak-builder.new.3399/flatpak-builder.changes
2020-08-25 09:36:44.396140169 +0200
@@ -1,0 +2,11 @@
+Sat Aug 22 13:16:01 UTC 2020 - Bjørn Lie 
+
+- Update to version 1.0.11:
+  + Use brz instead of bzr fom bzr repos (if available).
+  + Fix run-tests with --sandbox and empty test-args.
+- Changes from version 1.0.10:
+  + Support for 7zip archives.
+  + Allow overriding archive type.
+  + Support --token-type option.
+
+---

Old:

  flatpak-builder-1.0.9.tar.xz

New:

  flatpak-builder-1.0.11.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.i4aXlN/_old  2020-08-25 09:36:45.964141084 +0200
+++ /var/tmp/diff_new_pack.i4aXlN/_new  2020-08-25 09:36:45.968141086 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flatpak-builder
 #
-# 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,7 +17,7 @@
 
 
 Name:   flatpak-builder
-Version:1.0.9
+Version:1.0.11
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1-or-later

++ flatpak-builder-1.0.9.tar.xz -> flatpak-builder-1.0.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-1.0.9/NEWS 
new/flatpak-builder-1.0.11/NEWS
--- old/flatpak-builder-1.0.9/NEWS  2019-09-13 15:49:37.0 +0200
+++ new/flatpak-builder-1.0.11/NEWS 2020-07-03 16:23:43.0 +0200
@@ -1,3 +1,16 @@
+Changes in 1.0.11
+=
+
+ * Use brz instead of bzr fom bzr repos (if available)
+ * Fix `run-tests` with --sandbox and empty test-args
+
+Changes in 1.0.10
+=
+
+ * Support for 7zip archives
+ * Allow overriding archive type
+ * Support --token-type option
+
 Changes in 1.0.9
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-1.0.9/configure 
new/flatpak-builder-1.0.11/configure
--- old/flatpak-builder-1.0.9/configure 2019-09-13 15:50:42.0 +0200
+++ new/flatpak-builder-1.0.11/configure2020-07-03 16:24:04.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for flatpak-builder 1.0.9.
+# Generated by GNU Autoconf 2.69 for flatpak-builder 1.0.11.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='flatpak-builder'
 PACKAGE_TARNAME='flatpak-builder'
-PACKAGE_VERSION='1.0.9'
-PACKAGE_STRING='flatpak-builder 1.0.9'
+PACKAGE_VERSION='1.0.11'
+PACKAGE_STRING='flatpak-builder 1.0.11'
 PACKAGE_BUGREPORT='https://github.com/flatpak/flatpak-builder/issues'
 PACKAGE_URL='http://flatpak.org/'
 
@@ -1394,7 +1394,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures flatpak-builder 1.0.9 to adapt to many kinds of 
systems.
+\`configure' configures flatpak-builder 1.0.11 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1464,7 +1464,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of flatpak-builder 1.0.9:";;
+ short | recursive ) echo "Configuration of flatpak-builder 1.0.11:";;
esac
   cat <<\_ACEOF
 
@@ -1615,7 +1615,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-flatpak-builder configure 1.0.9
+flatpak-builder configure 1.0.11
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2030,7 +2030,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by flatpak-builder $as_me 1.0.9, which was
+It was created by flatpak-builder $as_me 1.0.11, which was
 generated by GNU Autoconf 2.69.  Invocation 

commit flatpak-builder for openSUSE:Factory

2019-10-28 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2019-10-28 16:58:09

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new.2990 (New)


Package is "flatpak-builder"

Mon Oct 28 16:58:09 2019 rev:13 rq:742524 version:1.0.9

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2019-09-13 15:03:40.377277724 +0200
+++ 
/work/SRC/openSUSE:Factory/.flatpak-builder.new.2990/flatpak-builder.changes
2019-10-28 16:59:55.637726205 +0100
@@ -1,0 +2,12 @@
+Mon Oct 21 19:16:55 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.0.9:
+  + More detailed commandline output with --verbose enabled.
+  + Support for including yaml module snippets.
+  + Support the CCACHE_DIR environment variable.
+  + New option disable-submodules for git sources.
+  + New commandline option --show-manifest.
+  + Multiple modules with the same name in the same manifest is now
+supported.
+
+---

Old:

  flatpak-builder-1.0.8.tar.xz

New:

  flatpak-builder-1.0.9.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.2RYgqI/_old  2019-10-28 16:59:56.001726642 +0100
+++ /var/tmp/diff_new_pack.2RYgqI/_new  2019-10-28 16:59:56.005726646 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   flatpak-builder
-Version:1.0.8
+Version:1.0.9
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1-or-later

++ flatpak-builder-1.0.8.tar.xz -> flatpak-builder-1.0.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-1.0.8/NEWS 
new/flatpak-builder-1.0.9/NEWS
--- old/flatpak-builder-1.0.8/NEWS  2019-06-26 12:43:54.0 +0200
+++ new/flatpak-builder-1.0.9/NEWS  2019-09-13 15:49:37.0 +0200
@@ -1,3 +1,14 @@
+Changes in 1.0.9
+
+
+ * More detailed commandline output with --verbose enabled
+ * Support for including yaml module snippets
+ * Support the CCACHE_DIR environment variable
+ * New option disable-submodules for git sources
+ * New commandline option --show-manifest
+ * Multiple modules with the same name in the same manifest is
+   now supported.
+
 Changes in 1.0.8
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-1.0.8/configure 
new/flatpak-builder-1.0.9/configure
--- old/flatpak-builder-1.0.8/configure 2019-06-26 12:44:53.0 +0200
+++ new/flatpak-builder-1.0.9/configure 2019-09-13 15:50:42.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for flatpak-builder 1.0.8.
+# Generated by GNU Autoconf 2.69 for flatpak-builder 1.0.9.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='flatpak-builder'
 PACKAGE_TARNAME='flatpak-builder'
-PACKAGE_VERSION='1.0.8'
-PACKAGE_STRING='flatpak-builder 1.0.8'
+PACKAGE_VERSION='1.0.9'
+PACKAGE_STRING='flatpak-builder 1.0.9'
 PACKAGE_BUGREPORT='https://github.com/flatpak/flatpak-builder/issues'
 PACKAGE_URL='http://flatpak.org/'
 
@@ -1394,7 +1394,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures flatpak-builder 1.0.8 to adapt to many kinds of 
systems.
+\`configure' configures flatpak-builder 1.0.9 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1464,7 +1464,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of flatpak-builder 1.0.8:";;
+ short | recursive ) echo "Configuration of flatpak-builder 1.0.9:";;
esac
   cat <<\_ACEOF
 
@@ -1615,7 +1615,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-flatpak-builder configure 1.0.8
+flatpak-builder configure 1.0.9
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2030,7 +2030,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by flatpak-builder $as_me 1.0.8, which was
+It was created by flatpak-builder $as_me 1.0.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -13249,7 +13249,7 @@
 
 # Define the identity of the package.
  PACKAGE='flatpak-builder'
- VERSION='1.0.8'
+ VERSION='1.0.9'
 

commit flatpak-builder for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2019-09-13 15:01:51

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new.7948 (New)


Package is "flatpak-builder"

Fri Sep 13 15:01:51 2019 rev:12 rq:730444 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2019-06-01 09:56:19.711184406 +0200
+++ 
/work/SRC/openSUSE:Factory/.flatpak-builder.new.7948/flatpak-builder.changes
2019-09-13 15:03:40.377277724 +0200
@@ -1,0 +2,9 @@
+Wed Sep 11 17:17:28 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.0.8:
+  + Support multiple instances of --install-dep-from.
+  + Ensure shallow git mirrors are updated when the git ref
+changes.
+  + Improved error reporting.
+
+---

Old:

  flatpak-builder-1.0.7.tar.xz

New:

  flatpak-builder-1.0.8.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.yvyv0t/_old  2019-09-13 15:03:40.853277622 +0200
+++ /var/tmp/diff_new_pack.yvyv0t/_new  2019-09-13 15:03:40.857277621 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   flatpak-builder
-Version:1.0.7
+Version:1.0.8
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1-or-later
 Group:  Development/Tools/Building
 URL:http://flatpak.org/
-Source: 
https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source0:
https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz
+
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gettext
 BuildRequires:  gtk-doc

++ flatpak-builder-1.0.7.tar.xz -> flatpak-builder-1.0.8.tar.xz ++
 3576 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/flatpak-builder-1.0.7/NEWS new/flatpak-builder-1.0.8/NEWS
--- old/flatpak-builder-1.0.7/NEWS  2019-05-10 09:28:17.0 +0200
+++ new/flatpak-builder-1.0.8/NEWS  2019-06-26 12:43:54.0 +0200
@@ -1,3 +1,10 @@
+Changes in 1.0.8
+
+
+ * Support multiple instances of --install-dep-from
+ * Ensure shallow git mirrors are updated when the git ref changes
+ * Improved error reporting
+
 Changes in 1.0.7
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/flatpak-builder-1.0.7/configure.ac new/flatpak-builder-1.0.8/configure.ac
--- old/flatpak-builder-1.0.7/configure.ac  2019-05-10 09:26:53.0 
+0200
+++ new/flatpak-builder-1.0.8/configure.ac  2019-06-26 12:44:03.0 
+0200
@@ -15,7 +15,7 @@
 
 m4_define([flatpak_builder_major_version], [1])
 m4_define([flatpak_builder_minor_version], [0])
-m4_define([flatpak_builder_micro_version], [7])
+m4_define([flatpak_builder_micro_version], [8])
 m4_define([flatpak_builder_version],
   
[flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/flatpak-builder-1.0.7/src/builder-git.c 
new/flatpak-builder-1.0.8/src/builder-git.c
--- old/flatpak-builder-1.0.7/src/builder-git.c 2019-02-08 11:18:07.0 
+0100
+++ new/flatpak-builder-1.0.8/src/builder-git.c 2019-06-26 12:42:09.0 
+0200
@@ -531,8 +531,10 @@
   else
 cached_git_dir = g_object_ref (cache_mirror_dir);
 
-  /* If we're not updating, only pull from cache to avoid network i/o */
-  if (!update)
+  /* If the ref already exists (it may not with a shallow mirror
+   * if it has changed) and we're not updating, only pull from
+   * cache to avoid network i/o. */
+  if (already_exists && !update)
 {
   if (cached_git_dir)
 origin = g_file_get_uri (cached_git_dir);
diff -urN '--exclude=CVS' 

commit flatpak-builder for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2019-06-01 09:56:13

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new.5148 (New)


Package is "flatpak-builder"

Sat Jun  1 09:56:13 2019 rev:11 rq:706390 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2019-02-14 14:33:29.103649166 +0100
+++ 
/work/SRC/openSUSE:Factory/.flatpak-builder.new.5148/flatpak-builder.changes
2019-06-01 09:56:19.711184406 +0200
@@ -1,0 +2,21 @@
+Wed May 29 07:18:44 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.0.7:
+  + Use the new die-with-parent feature of HostCommand when build
+to run in a flatpak.
+  + Fix some details in how we create platform commits to fix font
+cache mtime issues.
+- Changes from version 1.0.6:
+  + Pass --noninteractive when installing for flatpak >= 1.2.0.
+  + Doc fixes.
+- Changes from version 1.0.5:
+  + Due to a change in the output of "flatpak info" the support for
+loading default build options from the sdk regressed with
+flatpak 1.2.x. This is fixed and everyone who built flatpaks
+with 1.2.x are recommended to update to this release and
+re-build.
+- Changes from version 1.0.4:
+  + Add --add/remove-tag options
+  + Allow using a full ref as sdk and use the branch from that.
+
+---

Old:

  flatpak-builder-1.0.3.tar.xz

New:

  flatpak-builder-1.0.7.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.BkyHZc/_old  2019-06-01 09:56:20.531184126 +0200
+++ /var/tmp/diff_new_pack.BkyHZc/_new  2019-06-01 09:56:20.535184125 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   flatpak-builder
-Version:1.0.3
+Version:1.0.7
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1-or-later

++ flatpak-builder-1.0.3.tar.xz -> flatpak-builder-1.0.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-1.0.3/NEWS 
new/flatpak-builder-1.0.7/NEWS
--- old/flatpak-builder-1.0.3/NEWS  2019-01-28 12:52:14.0 +0100
+++ new/flatpak-builder-1.0.7/NEWS  2019-05-10 09:28:17.0 +0200
@@ -1,3 +1,29 @@
+Changes in 1.0.7
+
+
+ * Use the new die-with-parent feature of HostCommand when build to run in a 
flatpak
+ * Fix some details in how we create platform commits to fix font cache mtime 
issues.
+
+Changes in 1.0.6
+
+
+ * Pass --noninteractive when installing for flatpak >= 1.2.0
+ * Doc fixes
+
+Changes in 1.0.5
+
+
+Due to a change in the output of "flatpak info" the support for
+loading default build options from the sdk regressed with flatpak
+1.2.x. This is fixed and everyone who built flatpaks with 1.2.x are
+recommended to update to this release and re-build.
+
+Changes in 1.0.4
+
+
+ * Add --add/remove-tag options
+ * Allow using a full ref as sdk and use the branch from that.
+
 Changes in 1.0.3
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-1.0.3/configure 
new/flatpak-builder-1.0.7/configure
--- old/flatpak-builder-1.0.3/configure 2019-01-28 12:52:42.0 +0100
+++ new/flatpak-builder-1.0.7/configure 2019-05-10 09:28:51.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for flatpak-builder 1.0.3.
+# Generated by GNU Autoconf 2.69 for flatpak-builder 1.0.7.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='flatpak-builder'
 PACKAGE_TARNAME='flatpak-builder'
-PACKAGE_VERSION='1.0.3'
-PACKAGE_STRING='flatpak-builder 1.0.3'
+PACKAGE_VERSION='1.0.7'
+PACKAGE_STRING='flatpak-builder 1.0.7'
 PACKAGE_BUGREPORT='https://github.com/flatpak/flatpak-builder/issues'
 PACKAGE_URL='http://flatpak.org/'
 
@@ -1394,7 +1394,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures flatpak-builder 1.0.3 to adapt to many kinds of 
systems.
+\`configure' configures flatpak-builder 1.0.7 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1464,7 +1464,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of flatpak-builder 1.0.3:";;
+ short | recursive ) echo "Configuration of 

commit flatpak-builder for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2019-02-14 14:33:27

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new.28833 (New)


Package is "flatpak-builder"

Thu Feb 14 14:33:27 2019 rev:10 rq:674491 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2019-02-01 11:45:23.304555998 +0100
+++ 
/work/SRC/openSUSE:Factory/.flatpak-builder.new.28833/flatpak-builder.changes   
2019-02-14 14:33:29.103649166 +0100
@@ -1,0 +2,7 @@
+Wed Feb 13 08:20:04 UTC 2019 - Thomas Bechtold 
+
+- Switch from Requires to Recommends for bzr. bzr only works for
+  python2 and on a python3 only system, bzr is not available
+  (bsc#1082696)
+
+---



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.6dlWi3/_old  2019-02-14 14:33:29.679648904 +0100
+++ /var/tmp/diff_new_pack.6dlWi3/_new  2019-02-14 14:33:29.683648903 +0100
@@ -42,7 +42,7 @@
 BuildRequires:  pkgconfig(ostree-1) >= 2018.7
 BuildRequires:  pkgconfig(yaml-0.1)
 Requires:   %{_bindir}/bzip2
-Requires:   %{_bindir}/bzr
+Recommends: %{_bindir}/bzr
 Requires:   %{_bindir}/eu-strip
 Requires:   %{_bindir}/git
 Requires:   %{_bindir}/patch




commit flatpak-builder for openSUSE:Factory

2019-02-01 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2019-02-01 11:45:19

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new.28833 (New)


Package is "flatpak-builder"

Fri Feb  1 11:45:19 2019 rev:9 rq:669854 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2018-12-24 11:47:02.705152102 +0100
+++ 
/work/SRC/openSUSE:Factory/.flatpak-builder.new.28833/flatpak-builder.changes   
2019-02-01 11:45:23.304555998 +0100
@@ -1,0 +2,19 @@
+Mon Jan 28 21:04:56 UTC 2019 - bjorn@gmail.com
+
+- Update to version 1.0.3:
+  + Compress changes in cache, fixing the build of large
+applications like libreoffice in some cases.
+  + Add new default-branch manifest option to allow overridable
+branch name.
+- Changes from version 1.0.2:
+  + Print a warning when a YAML document has a float-like string
+value.
+  + Handle .txz archive suffixes.
+  + Set SOURCE_DATE_EPOCH to the mtime of the manifest in the
+build.
+  + Update python post-processor to handle python 3.7 pyc files.
+  + Allow unsetting env vars in the build options by setting them
+to null.
+  + Documentation improvements.
+
+---

Old:

  flatpak-builder-1.0.1.tar.xz

New:

  flatpak-builder-1.0.3.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.8UVecC/_old  2019-02-01 11:45:23.804555484 +0100
+++ /var/tmp/diff_new_pack.8UVecC/_new  2019-02-01 11:45:23.804555484 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flatpak-builder
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   flatpak-builder
-Version:1.0.1
+Version:1.0.3
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1-or-later

++ flatpak-builder-1.0.1.tar.xz -> flatpak-builder-1.0.3.tar.xz ++
 5009 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/flatpak-builder-1.0.1/NEWS new/flatpak-builder-1.0.3/NEWS
--- old/flatpak-builder-1.0.1/NEWS  2018-10-04 14:59:28.0 +0200
+++ new/flatpak-builder-1.0.3/NEWS  2019-01-28 12:52:14.0 +0100
@@ -1,3 +1,20 @@
+Changes in 1.0.3
+
+
+ * Compress changes in cache, fixing the build of large applications like 
libreoffice in
+   some cases.
+ * Add new default-branch manifest option to allow overridable branch name.
+
+Changes in 1.0.2
+
+
+ * Print a warning when a YAML document has a float-like string value.
+ * Handle .txz archive suffixes.
+ * Set SOURCE_DATE_EPOCH to the mtime of the manifest in the build.
+ * Update python post-processor to handle python 3.7 pyc files.
+ * Allow unsetting env vars in the build options by setting them to null.
+ * Documentation improvements
+
 Changes in 1.0.1
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/flatpak-builder-1.0.1/compile new/flatpak-builder-1.0.3/compile
--- old/flatpak-builder-1.0.1/compile   2018-09-25 14:29:35.0 +0200
+++ new/flatpak-builder-1.0.3/compile   2019-01-11 16:32:13.0 +0100
@@ -1,9 +1,9 @@
-#!/bin/sh
+#! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see .
+# along with this program.  If not, see .
 
 # As a special exception to the 

commit flatpak-builder for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2018-12-24 11:46:57

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new.28833 (New)


Package is "flatpak-builder"

Mon Dec 24 11:46:57 2018 rev:8 rq:660478 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2018-09-13 12:10:19.658374176 +0200
+++ 
/work/SRC/openSUSE:Factory/.flatpak-builder.new.28833/flatpak-builder.changes   
2018-12-24 11:47:02.705152102 +0100
@@ -1,0 +2,10 @@
+Wed Dec 19 21:45:27 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.0.1:
+  + Run appstream-util mirror-screenshots in the sandbox, rather
+than on the host, as the host might not have a new enough
+appstream-glib.
+  + Fix build cache when a module has uncommon characters in the
+name.
+
+---

Old:

  flatpak-builder-1.0.0.tar.xz

New:

  flatpak-builder-1.0.1.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.IesKdz/_old  2018-12-24 11:47:03.269151607 +0100
+++ /var/tmp/diff_new_pack.IesKdz/_new  2018-12-24 11:47:03.273151603 +0100
@@ -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:   flatpak-builder
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1-or-later

++ flatpak-builder-1.0.0.tar.xz -> flatpak-builder-1.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-1.0.0/NEWS 
new/flatpak-builder-1.0.1/NEWS
--- old/flatpak-builder-1.0.0/NEWS  2018-08-20 11:03:23.0 +0200
+++ new/flatpak-builder-1.0.1/NEWS  2018-10-04 14:59:28.0 +0200
@@ -1,3 +1,10 @@
+Changes in 1.0.1
+
+
+ * Run appstream-util mirror-screenshots in the sandbox, rather than on
+   the host, as the host might not have a new enough appstream-glib.
+ * Fix build cache when a module has uncommon characters in the name.
+
 Changes in 1.0.0
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-1.0.0/configure 
new/flatpak-builder-1.0.1/configure
--- old/flatpak-builder-1.0.0/configure 2018-08-20 11:04:25.0 +0200
+++ new/flatpak-builder-1.0.1/configure 2018-10-04 15:00:15.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for flatpak-builder 1.0.0.
+# Generated by GNU Autoconf 2.69 for flatpak-builder 1.0.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='flatpak-builder'
 PACKAGE_TARNAME='flatpak-builder'
-PACKAGE_VERSION='1.0.0'
-PACKAGE_STRING='flatpak-builder 1.0.0'
+PACKAGE_VERSION='1.0.1'
+PACKAGE_STRING='flatpak-builder 1.0.1'
 PACKAGE_BUGREPORT='https://github.com/flatpak/flatpak-builder/issues'
 PACKAGE_URL='http://flatpak.org/'
 
@@ -1394,7 +1394,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures flatpak-builder 1.0.0 to adapt to many kinds of 
systems.
+\`configure' configures flatpak-builder 1.0.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1464,7 +1464,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of flatpak-builder 1.0.0:";;
+ short | recursive ) echo "Configuration of flatpak-builder 1.0.1:";;
esac
   cat <<\_ACEOF
 
@@ -1615,7 +1615,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-flatpak-builder configure 1.0.0
+flatpak-builder configure 1.0.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2030,7 +2030,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by flatpak-builder $as_me 1.0.0, which was
+It was created by flatpak-builder $as_me 1.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -13249,7 +13249,7 @@
 
 # Define the identity of the package.
  PACKAGE='flatpak-builder'
- 

commit flatpak-builder for openSUSE:Factory

2018-09-13 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2018-09-13 12:10:18

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new (New)


Package is "flatpak-builder"

Thu Sep 13 12:10:18 2018 rev:7 rq:631774 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2018-05-03 12:33:07.254701697 +0200
+++ /work/SRC/openSUSE:Factory/.flatpak-builder.new/flatpak-builder.changes 
2018-09-13 12:10:19.658374176 +0200
@@ -1,0 +2,51 @@
+Mon Aug 27 09:04:39 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.0.0:
+  + Respect no-parallel-make with ninja.
+  + Fixed regression in data: uris.
+  + Warn about deprecated cmake property.
+  + Make X-Flatpak-RenamedFrom a list.
+  + Fix handling of mirror uris with no terminating slash.
+  + Take arch into account for --skip-if-unchanged.
+  + Fix --run when run inside a flatpak sandbox.
+  + Ensure GIT commiter env var is set when applying git patches.
+  + Keep x-* properties in the manifest when creating
+manifest.json.
+  + New property paths in patch source to apply multiple patches.
+
+---
+Mon Aug 13 21:23:01 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.99.3:
+  + Add X-Flatpak-RenamedFrom key to renamed desktop files.
+  + Set FLATPAK_BUILDER_BUILDDIR when building module.
+  + Handle large downloads better.
+  + Make p2p code non-optional.
+- Changes from version 0.99.2:
+  + Fix --install not working due to asking for confirmation.
+  + Fix builds with latest libsoup.
+  + New option git-init for archives.
+  + New option use-git-am for patches.
+- Changes from version 0.99.1:
+  + New libdir build option.
+  + Support loading default options from sdk.
+  + Add support for overriding c/cpp/ld/etc flags in a module.
+  + Now uses libcurl to download things instead of soup, which
+means we now support ftp urls.
+  + Don't prune build caches when building with
+--{export,finish}-only.
+  + rename-desktop-file now handles launchables in the appdata.
+  + Archive sources support dest-filename.
+  + Archive and file sources now support mirror-urls to list extra
+urls in case of network problems.
+- Add pkgconfig(libcurl) BuildRequires: New dependency.
+
+---
+Sun Jul  1 10:06:36 UTC 2018 - tbecht...@suse.com
+
+- Add "BuildRequires pkgconfig(yaml-0.1)" in flatpak-builder.spec
+  to enable yaml manifest file support. This is needed to build
+  flatpaks when flatpak manifest files are written in yaml (instead
+  of json).
+
+---

Old:

  flatpak-builder-0.10.10.tar.xz

New:

  flatpak-builder-1.0.0.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.Xo91nu/_old  2018-09-13 12:10:20.382373362 +0200
+++ /var/tmp/diff_new_pack.Xo91nu/_new  2018-09-13 12:10:20.382373362 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   flatpak-builder
-Version:0.10.10
+Version:1.0.0
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1-or-later
@@ -32,13 +32,15 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xmlto
 BuildRequires:  xsltproc
-BuildRequires:  pkgconfig(flatpak) >= 0.10.2
+BuildRequires:  pkgconfig(flatpak) >= 0.11.8
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libelf)
 BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(ostree-1) >= 2017.12
+BuildRequires:  pkgconfig(ostree-1) >= 2018.7
+BuildRequires:  pkgconfig(yaml-0.1)
 Requires:   %{_bindir}/bzip2
 Requires:   %{_bindir}/bzr
 Requires:   %{_bindir}/eu-strip

++ flatpak-builder-0.10.10.tar.xz -> flatpak-builder-1.0.0.tar.xz ++
 5633 lines of diff (skipped)




commit flatpak-builder for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2018-05-03 12:33:06

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new (New)


Package is "flatpak-builder"

Thu May  3 12:33:06 2018 rev:6 rq:603001 version:0.10.10

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2018-03-14 19:36:59.829551186 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak-builder.new/flatpak-builder.changes 
2018-05-03 12:33:07.254701697 +0200
@@ -1,0 +2,29 @@
+Wed May  2 05:54:26 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.10.10:
+  + We now support yaml manifest as well as json.
+  + New source type "svn" to download subversion checkouts.
+  + New source type "dir" for local directories.
+  + Set FLATPAK_BUILDER_N_JOBS in environment during build.
+  + If not using ccache, enforce it of. This helps builds with
+meson as they pick up ccache by default, which makes no
+sense when there is no persistent storage for ccache to use.
+  + New options prepend--path similar to the existing append--path
+ones, but prepending instead.
+  + New argument --no-shallow-clone which disables any shallow
+clone optimizations.
+  + New inherit-sdk-extensions property similar to
+inherit-extensions, but is not inherited in the platform.
+  + We now ignore json keys starting with "//" and "__" allowing
+these to be used for comments.
+  + Fixed a bug that caused --install to not work properly.
+  + New argument --extension-tag for using the new tagged extension
+feature.
+  + The build metadata now records which extensions were produced
+as part of a build.
+  + New property add-build-extensions allows creating exension
+points that can be used during the build.
+  + flatpak-builder --run now also binds /run/build-runtime to the
+builds, allowing it to work when building runtimes.
+
+---

Old:

  flatpak-builder-0.10.9.tar.xz

New:

  flatpak-builder-0.10.10.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.z3PjaT/_old  2018-05-03 12:33:07.926677765 +0200
+++ /var/tmp/diff_new_pack.z3PjaT/_new  2018-05-03 12:33:07.930677623 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   flatpak-builder
-Version:0.10.9
+Version:0.10.10
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1-or-later

++ flatpak-builder-0.10.9.tar.xz -> flatpak-builder-0.10.10.tar.xz ++
 3526 lines of diff (skipped)




commit flatpak-builder for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2018-03-14 19:36:57

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new (New)


Package is "flatpak-builder"

Wed Mar 14 19:36:57 2018 rev:5 rq:584772 version:0.10.9

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2018-03-06 10:47:57.194842155 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak-builder.new/flatpak-builder.changes 
2018-03-14 19:36:59.829551186 +0100
@@ -16,0 +17,5 @@
+Wed Feb 28 16:25:30 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.B11tfa/_old  2018-03-14 19:37:00.721519505 +0100
+++ /var/tmp/diff_new_pack.B11tfa/_new  2018-03-14 19:37:00.733519079 +0100
@@ -22,7 +22,7 @@
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1-or-later
 Group:  Development/Tools/Building
-Url:http://flatpak.org/
+URL:http://flatpak.org/
 Source: 
https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gettext




commit flatpak-builder for openSUSE:Factory

2018-03-06 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2018-03-06 10:47:55

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new (New)


Package is "flatpak-builder"

Tue Mar  6 10:47:55 2018 rev:4 rq:583076 version:0.10.9

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2018-01-03 13:39:22.998352549 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak-builder.new/flatpak-builder.changes 
2018-03-06 10:47:57.194842155 +0100
@@ -1,0 +2,15 @@
+Mon Mar  5 16:25:40 UTC 2018 - fcro...@suse.com
+
+- Update to version 0.10.9:
+  + Support -y argument, which passes it on to flatpak install, etc.
+  + Fix build on glibc 2.27.
+- Changes from version 0.10.8:
+  + Fix build on recent glibc.
+- Changes from version 0.10.7:
+  + Add support for --socket=fallback-x11.
+  + Fix assert in --install.
+  + Fix --disable-updates for git sources.
+  + When mirroring git repos, use a temporary download dir.
+  + Support running flatpak-builder inside a flatpak sandbox.
+
+---

Old:

  flatpak-builder-0.10.6.tar.xz

New:

  flatpak-builder-0.10.9.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.FG7J05/_old  2018-03-06 10:47:57.978813835 +0100
+++ /var/tmp/diff_new_pack.FG7J05/_new  2018-03-06 10:47:57.982813690 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flatpak-builder
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   flatpak-builder
-Version:0.10.6
+Version:0.10.9
 Release:0
 Summary:Tool to build flatpaks from source
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Tools/Building
 Url:http://flatpak.org/
 Source: 
https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz

++ flatpak-builder-0.10.6.tar.xz -> flatpak-builder-0.10.9.tar.xz ++
 3358 lines of diff (skipped)




commit flatpak-builder for openSUSE:Factory

2018-01-03 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2018-01-03 13:39:20

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new (New)


Package is "flatpak-builder"

Wed Jan  3 13:39:20 2018 rev:3 rq:560739 version:0.10.6

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2017-12-04 12:16:12.940939926 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak-builder.new/flatpak-builder.changes 
2018-01-03 13:39:22.998352549 +0100
@@ -1,0 +2,16 @@
+Wed Dec 20 11:06:23 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.10.6:
+  + New checksum types for file/archive sources: md5, sha1, sha512.
+  + Support including source snippets from another file, similar to
+how module includes are supported.
+  + The app id renaming in the appdata file is now more careful to
+avoid renaming other parts.
+  + The cache default repo format for new caches is now
+bare-user-only which means building with flatpak-builder works
+on filesystems that don't support xattrs.
+  + New --install argument will install the finished build using
+the new flatpak install install-directly-from-local-repo
+feature. This makes it easier to test local builds.
+
+---

Old:

  flatpak-builder-0.10.5.tar.xz

New:

  flatpak-builder-0.10.6.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.RVLQ0q/_old  2018-01-03 13:39:23.974027671 +0100
+++ /var/tmp/diff_new_pack.RVLQ0q/_new  2018-01-03 13:39:23.982025008 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   flatpak-builder
-Version:0.10.5
+Version:0.10.6
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1+
@@ -32,7 +32,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xmlto
 BuildRequires:  xsltproc
-BuildRequires:  pkgconfig(flatpak) >= 0.10.1
+BuildRequires:  pkgconfig(flatpak) >= 0.10.2
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0)

++ flatpak-builder-0.10.5.tar.xz -> flatpak-builder-0.10.6.tar.xz ++
 1801 lines of diff (skipped)




commit flatpak-builder for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2017-12-04 12:16:11

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new (New)


Package is "flatpak-builder"

Mon Dec  4 12:16:11 2017 rev:2 rq:547565 version:0.10.5

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2017-12-01 15:53:25.616493071 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak-builder.new/flatpak-builder.changes 
2017-12-04 12:16:12.940939926 +0100
@@ -1,0 +2,20 @@
+Mon Nov 27 09:16:01 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 0.10.5:
+  + Add support for running tests during the build (disable with
+--disable-tests).
+  + New build-option append-pkg-config to append to
+PKG_CONFIG_PATH.
+  + --state-dir option lets you reuse a single directory instead of
+scattered .flatpak-builder dirs for builds, downloads and cache
+data.
+  + git: Allow updates with non-fastforwarded branched.
+  + Don't fail if app ships both appdata and metainfo file.
+  + Support --log-system/session-bus in --run.
+
+---
+Mon Nov 13 20:34:43 UTC 2017 - jeng...@inai.de
+
+- Adjust RPM groups.
+
+---

Old:

  flatpak-builder-0.10.4.tar.xz

New:

  flatpak-builder-0.10.5.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.FSq37L/_old  2017-12-04 12:16:13.852906814 +0100
+++ /var/tmp/diff_new_pack.FSq37L/_new  2017-12-04 12:16:13.864906378 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   flatpak-builder
-Version:0.10.4
+Version:0.10.5
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1+
-Group:  System/Packages
+Group:  Development/Tools/Building
 Url:http://flatpak.org/
 Source: 
https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-xsl-stylesheets
@@ -32,7 +32,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xmlto
 BuildRequires:  xsltproc
-BuildRequires:  pkgconfig(flatpak) >= 0.10.0
+BuildRequires:  pkgconfig(flatpak) >= 0.10.1
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0)

++ flatpak-builder-0.10.4.tar.xz -> flatpak-builder-0.10.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-0.10.4/Makefile.in 
new/flatpak-builder-0.10.5/Makefile.in
--- old/flatpak-builder-0.10.4/Makefile.in  2017-11-06 15:18:21.0 
+0100
+++ new/flatpak-builder-0.10.5/Makefile.in  2017-11-24 14:58:41.0 
+0100
@@ -676,6 +676,8 @@
 NMEDIT = @NMEDIT@
 OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
+OSTREE_CFLAGS = @OSTREE_CFLAGS@
+OSTREE_LIBS = @OSTREE_LIBS@
 OTOOL = @OTOOL@
 OTOOL64 = @OTOOL64@
 PACKAGE = @PACKAGE@
@@ -2706,7 +2708,8 @@
 
 
 @ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
-@ENABLE_INSTALLED_TESTS_TRUE@  $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
+@ENABLE_INSTALLED_TESTS_TRUE@  $(AM_V_GEN) (mkdir -p $(@D); \
+@ENABLE_INSTALLED_TESTS_TRUE@  echo '[Test]' > $@.tmp; \
 @ENABLE_INSTALLED_TESTS_TRUE@  echo 'Type=session' >> $@.tmp; \
 @ENABLE_INSTALLED_TESTS_TRUE@  echo 'Exec=env 
G_TEST_SRCDIR=$(installed_testdir) G_TEST_BUILDDIR=$(installed_testdir)  
$(installed_testdir)/$(notdir $<) --tap' >> $@.tmp; \
 @ENABLE_INSTALLED_TESTS_TRUE@  echo 'Output=TAP' >> $@.tmp; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-0.10.4/NEWS 
new/flatpak-builder-0.10.5/NEWS
--- old/flatpak-builder-0.10.4/NEWS 2017-11-06 15:17:45.0 +0100
+++ new/flatpak-builder-0.10.5/NEWS 2017-11-24 14:57:53.0 +0100
@@ -1,3 +1,14 @@
+Major changes in 0.10.5
+===
+
+ * Add support for running tests during the build (disable with 
--disable-tests).
+ * New build-option append-pkg-config to append to PKG_CONFIG_PATH
+ * --state-dir option lets you reuse a single directory instead of scattered
+   .flatpak-builder dirs for builds, downloads and cache data.
+ * git: Allow updates with non-fastforwarded branched
+ * Don't fail if app ships both appdata and metainfo file
+ * Support --log-system/session-bus in --run
+
 Major changes in 0.10.4
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-0.10.4/buildutil/glib-tap.mk 
new/flatpak-builder-0.10.5/buildutil/glib-tap.mk
---