commit gnome-autoar for openSUSE:Factory

2019-12-23 Thread root
Hello community,

here is the log from the commit of package gnome-autoar for openSUSE:Factory 
checked in at 2019-12-23 22:41:01

Comparing /work/SRC/openSUSE:Factory/gnome-autoar (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-autoar.new.6675 (New)


Package is "gnome-autoar"

Mon Dec 23 22:41:01 2019 rev:5 rq:757337 version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/gnome-autoar/gnome-autoar.changes
2018-03-01 12:01:03.648623628 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-autoar.new.6675/gnome-autoar.changes  
2019-12-23 22:43:09.077968872 +0100
@@ -1,0 +2,6 @@
+Fri Dec 13 06:35:14 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.2.4:
+  + Use autoreconf instead of deprecated gnome-common.
+
+---

Old:

  gnome-autoar-0.2.3.tar.xz

New:

  gnome-autoar-0.2.4.tar.xz



Other differences:
--
++ gnome-autoar.spec ++
--- /var/tmp/diff_new_pack.ATwXG6/_old  2019-12-23 22:43:09.625969110 +0100
+++ /var/tmp/diff_new_pack.ATwXG6/_new  2019-12-23 22:43:09.629969112 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-autoar
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # 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:   gnome-autoar
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:Automatic archives creating and extracting library
 License:LGPL-2.0-or-later
 Group:  System/GUI/GNOME
-Url:https://git.gnome.org/browse/gnome-autoar
-Source: 
https://download.gnome.org/sources/gnome-autoar/0.2/%{name}-%{version}.tar.xz
+URL:https://gitlab.gnome.org/GNOME/gnome-autoar
+Source0:
https://download.gnome.org/sources/gnome-autoar/0.2/%{name}-%{version}.tar.xz
 
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig

++ gnome-autoar-0.2.3.tar.xz -> gnome-autoar-0.2.4.tar.xz ++
 10611 lines of diff (skipped)




commit gnome-autoar for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package gnome-autoar for openSUSE:Factory 
checked in at 2018-03-01 12:01:02

Comparing /work/SRC/openSUSE:Factory/gnome-autoar (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-autoar.new (New)


Package is "gnome-autoar"

Thu Mar  1 12:01:02 2018 rev:4 rq:580516 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-autoar/gnome-autoar.changes
2017-03-22 23:15:13.873692613 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-autoar.new/gnome-autoar.changes   
2018-03-01 12:01:03.648623628 +0100
@@ -1,0 +2,9 @@
+Mon Feb 26 10:36:29 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.2.3:
+  + Use proper extracted name for xz archives.
+  + Fix decompressing files with legacy encoding file names.
+- Run spec-cleaner, modernize spec, use autosetup and make_build
+  macros.
+
+---

Old:

  gnome-autoar-0.2.2.tar.xz

New:

  gnome-autoar-0.2.3.tar.xz



Other differences:
--
++ gnome-autoar.spec ++
--- /var/tmp/diff_new_pack.XVmKuw/_old  2018-03-01 12:01:04.200603837 +0100
+++ /var/tmp/diff_new_pack.XVmKuw/_new  2018-03-01 12:01:04.200603837 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-autoar
 #
-# 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,13 +17,14 @@
 
 
 Name:   gnome-autoar
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Automatic archives creating and extracting library
-License:LGPL-2.0+
+License:LGPL-2.0-or-later
 Group:  System/GUI/GNOME
 Url:https://git.gnome.org/browse/gnome-autoar
 Source: 
https://download.gnome.org/sources/gnome-autoar/0.2/%{name}-%{version}.tar.xz
+
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.35.6
@@ -32,7 +33,6 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
 BuildRequires:  pkgconfig(libarchive) >= 3.2.0
 BuildRequires:  pkgconfig(vapigen)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
@@ -86,16 +86,17 @@
 This package brings files required to develop against gnome-autoar
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure \
 --disable-static \
---enable-gtk
-make %{?_smp_mflags}
+   --enable-gtk \
+   %{nil}
+%make_build
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libgnome-autoar-0-0 -p /sbin/ldconfig
@@ -104,7 +105,6 @@
 %postun -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/gnome-autoar-0/
 %{_libdir}/libgnome-autoar-0.so
 %{_libdir}/libgnome-autoar-gtk-0.so
@@ -118,21 +118,17 @@
 %{_datadir}/vala/vapi/gnome-autoar-gtk-0.vapi
 
 %files -n typelib-1_0-GnomeAutoar-0_1
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GnomeAutoar-0.1.typelib
 
 %files -n typelib-1_0-GnomeAutoarGtk-0_1
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GnomeAutoarGtk-0.1.typelib
 
 %files -n libgnome-autoar-0-0
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libgnome-autoar-0.so.0
 %{_libdir}/libgnome-autoar-0.so.0.0.0
 
 %files -n libgnome-autoar-gtk-0-0
-%defattr(-,root,root)
 %{_libdir}/libgnome-autoar-gtk-0.so.0
 %{_libdir}/libgnome-autoar-gtk-0.so.0.0.0
 

++ gnome-autoar-0.2.2.tar.xz -> gnome-autoar-0.2.3.tar.xz ++
 4288 lines of diff (skipped)




commit gnome-autoar for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-autoar for openSUSE:Factory 
checked in at 2017-03-22 23:15:12

Comparing /work/SRC/openSUSE:Factory/gnome-autoar (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-autoar.new (New)


Package is "gnome-autoar"

Wed Mar 22 23:15:12 2017 rev:3 rq:481809 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-autoar/gnome-autoar.changes
2016-09-05 21:24:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-autoar.new/gnome-autoar.changes   
2017-03-22 23:15:13.873692613 +0100
@@ -1,0 +2,28 @@
+Tue Mar 21 14:27:59 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.2.2:
+  + Fix docx files and other format subtypes of zip to be
+uncompressed.
+
+---
+Fri Mar  3 11:06:01 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.2.1:
+  + Drop rar support since rar5 is not yet supported by libarchive.
+
+---
+Thu Feb 23 11:42:44 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.2.0:
+  + Generate vala bindings.
+  + Check encrypted entry after header is read.
+  + Fix extraction name case, e.j.'sample.odt' in 'sample.odt.zip'.
+  + Remove GSettings schema files.
+- Add pkgconfig(vapigen) BuildRequires: New dependency for vala
+  bindings.
+- Pass --enable-gtk to configure, ensure we build gtk3 widgets.
+- Drop gnome-autoar-schema subpackage and add gnome-autoar-schema
+  Obsoletes replacing previous Requires, following upstream
+  changes.
+
+---

Old:

  gnome-autoar-0.1.1.tar.xz

New:

  gnome-autoar-0.2.2.tar.xz



Other differences:
--
++ gnome-autoar.spec ++
--- /var/tmp/diff_new_pack.xehP15/_old  2017-03-22 23:15:14.553596296 +0100
+++ /var/tmp/diff_new_pack.xehP15/_new  2017-03-22 23:15:14.553596296 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-autoar
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,13 +17,13 @@
 
 
 Name:   gnome-autoar
-Version:0.1.1
+Version:0.2.2
 Release:0
 Summary:Automatic archives creating and extracting library
 License:LGPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://git.gnome.org/browse/gnome-autoar
-Source: 
https://download.gnome.org/sources/gnome-autoar/0.1/%{name}-%{version}.tar.xz
+Source: 
https://download.gnome.org/sources/gnome-autoar/0.2/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.35.6
@@ -31,26 +31,17 @@
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
 BuildRequires:  pkgconfig(libarchive) >= 3.2.0
+BuildRequires:  pkgconfig(vapigen)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
 to use archives as a method to transfer directories over the Internet.
 
-%package schema
-Summary:Automatic archives creating and extracting library -- 
GSettings schema
-Group:  System/Libraries
-
-%description schema
-gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
-to use archives as a method to transfer directories over the Internet.
-
-This package provides mandatory schema extenstions for the library
-
 %package -n libgnome-autoar-0-0
 Summary:Automatic archives creating and extracting library
 Group:  System/Libraries
-Requires:   %{name}-schema >= %{version}
+Obsoletes:  gnome-autoar-schema
 
 %description -n libgnome-autoar-0-0
 gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
@@ -99,29 +90,19 @@
 
 %build
 %configure \
---disable-static
+--disable-static \
+--enable-gtk
 make %{?_smp_mflags}
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post schema
-%glib2_gsettings_schema_post
-
-%postun schema
-%glib2_gsettings_schema_postun
-
 %post   -n libgnome-autoar-0-0 -p /sbin/ldconfig
 %postun -n libgnome-autoar-0-0 -p /sbin/ldconfig
 %post   -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
 %postun -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
 
-%files schema
-%defattr(-,root,root)
-%{_datadir}/glib-2.0/schemas/org.gnome.desktop.archives.enums.xml

commit gnome-autoar for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-autoar for openSUSE:Factory 
checked in at 2016-09-05 21:23:42

Comparing /work/SRC/openSUSE:Factory/gnome-autoar (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-autoar.new (New)


Package is "gnome-autoar"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-autoar/gnome-autoar.changes
2016-09-01 14:03:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-autoar.new/gnome-autoar.changes   
2016-09-05 21:24:35.0 +0200
@@ -1,0 +2,20 @@
+Fri Sep  2 20:11:48 UTC 2016 - zai...@opensuse.org
+
+- Updated to version 0.1.1:
+  + Fix library link issues for Evolution.
+  + Make decide destination signal synchronous for Evolution.
+  + Fix licence to LGPLv2.1+.
+
+---
+Thu Sep  1 21:25:12 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.1.0:
+  + Bump required libarchive version.
+  + AutoarExtractor: signal error on encrypted archives.
+  + Add COPYING file.
+  + tests: Add missing linker flags.
+- Stop using sourceservice, tarball release now available.
+- Following the above: gnome-common BuildRequires and autogen.sh
+  call: We no longer need to bootstrap.
+
+---

Old:

  _service
  _servicedata
  gnome-autoar-0+20160825.0fec26d.tar.xz

New:

  gnome-autoar-0.1.1.tar.xz



Other differences:
--
++ gnome-autoar.spec ++
--- /var/tmp/diff_new_pack.J7fjNu/_old  2016-09-05 21:24:37.0 +0200
+++ /var/tmp/diff_new_pack.J7fjNu/_new  2016-09-05 21:24:37.0 +0200
@@ -17,23 +17,20 @@
 
 
 Name:   gnome-autoar
-Version:0+20160825.0fec26d
+Version:0.1.1
 Release:0
 Summary:Automatic archives creating and extracting library
 License:LGPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://git.gnome.org/browse/gnome-autoar
-# Service generated tarball, no releases yet
-Source: %{name}-%{version}.tar.xz
-# Needed, as we provide a git snapshot
-BuildRequires:  gnome-common
+Source: 
https://download.gnome.org/sources/gnome-autoar/0.1/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.35.6
 BuildRequires:  pkgconfig(glib-2.0) >= 2.35.6
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
-BuildRequires:  pkgconfig(libarchive) >= 3.1.0
+BuildRequires:  pkgconfig(libarchive) >= 3.2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -101,7 +98,6 @@
 %setup -q
 
 %build
-./autogen.sh
 %configure \
 --disable-static
 make %{?_smp_mflags}
@@ -129,17 +125,16 @@
 %files devel
 %defattr(-,root,root)
 %{_includedir}/gnome-autoar-0/
-%{_includedir}/gnome-autoar-gtk-0/
 %{_libdir}/libgnome-autoar-0.so
 %{_libdir}/libgnome-autoar-gtk-0.so
 %{_libdir}/pkgconfig/gnome-autoar-0.pc
 %{_libdir}/pkgconfig/gnome-autoar-gtk-0.pc
 %{_datadir}/gir-1.0/GnomeAutoar-0.1.gir
 %{_datadir}/gir-1.0/GnomeAutoarGtk-0.1.gir
+%{_datadir}/gtk-doc/html/%{name}/
 
 %files -n typelib-1_0-GnomeAutoar-0_1
 %defattr(-,root,root)
-#doc COPYING
 %{_libdir}/girepository-1.0/GnomeAutoar-0.1.typelib
 
 %files -n typelib-1_0-GnomeAutoarGtk-0_1
@@ -148,6 +143,7 @@
 
 %files -n libgnome-autoar-0-0
 %defattr(-,root,root)
+%doc COPYING
 %{_libdir}/libgnome-autoar-0.so.0
 %{_libdir}/libgnome-autoar-0.so.0.0.0
 

++ gnome-autoar-0+20160825.0fec26d.tar.xz -> gnome-autoar-0.1.1.tar.xz 
++
 53961 lines of diff (skipped)




commit gnome-autoar for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package gnome-autoar for openSUSE:Factory 
checked in at 2016-09-01 14:03:32

Comparing /work/SRC/openSUSE:Factory/gnome-autoar (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-autoar.new (New)


Package is "gnome-autoar"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-autoar.new/gnome-autoar.changes   
2016-09-01 14:03:33.0 +0200
@@ -0,0 +1,6 @@
+---
+Wed Aug 31 13:23:34 UTC 2016 - dims...@opensuse.org
+
+- Initial package, version 0+20160825.0fec26d (no tagged release
+  yet available in git).
+

New:

  _service
  _servicedata
  gnome-autoar-0+20160825.0fec26d.tar.xz
  gnome-autoar.changes
  gnome-autoar.spec



Other differences:
--
++ gnome-autoar.spec ++
#
# spec file for package gnome-autoar
#
# Copyright (c) 2016 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
# 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 http://bugs.opensuse.org/
#


Name:   gnome-autoar
Version:0+20160825.0fec26d
Release:0
Summary:Automatic archives creating and extracting library
License:LGPL-2.0+
Group:  System/GUI/GNOME
Url:https://git.gnome.org/browse/gnome-autoar
# Service generated tarball, no releases yet
Source: %{name}-%{version}.tar.xz
# Needed, as we provide a git snapshot
BuildRequires:  gnome-common
BuildRequires:  gobject-introspection-devel
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(gio-2.0) >= 2.35.6
BuildRequires:  pkgconfig(glib-2.0) >= 2.35.6
BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.6
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
BuildRequires:  pkgconfig(libarchive) >= 3.1.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

%package schema
Summary:Automatic archives creating and extracting library -- GSettings 
schema
Group:  System/Libraries

%description schema
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

This package provides mandatory schema extenstions for the library

%package -n libgnome-autoar-0-0
Summary:Automatic archives creating and extracting library
Group:  System/Libraries
Requires:   %{name}-schema >= %{version}

%description -n libgnome-autoar-0-0
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

%package -n libgnome-autoar-gtk-0-0
Summary:Automatic archives creating and extracting library
Group:  System/Libraries

%description -n libgnome-autoar-gtk-0-0
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

%package -n typelib-1_0-GnomeAutoar-0_1
Summary:Automatic archives creating and extracting library -- 
Introspection bindings
Group:  System/Libraries

%description -n typelib-1_0-GnomeAutoar-0_1
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

%package -n typelib-1_0-GnomeAutoarGtk-0_1
Summary:Automatic archives creating and extracting library -- 
Introspection bindings
Group:  System/Libraries

%description -n typelib-1_0-GnomeAutoarGtk-0_1
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

%package devel
Summary:Automatic archives creating and extracting library
Group:  Development/Languages/C and C++
Requires:   libgnome-autoar-0-0 = %{version}
Requires:   libgnome-autoar-gtk-0-0 = %{version}
Requires:   typelib-1_0-GnomeAutoar-0_1 = %{version}
Requires:   typelib-1_0-GnomeAutoarGtk-0_1 =