commit libgxps for openSUSE:Factory

2019-02-04 Thread root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2019-02-04 21:18:05

Comparing /work/SRC/openSUSE:Factory/libgxps (Old)
 and  /work/SRC/openSUSE:Factory/.libgxps.new.28833 (New)


Package is "libgxps"

Mon Feb  4 21:18:05 2019 rev:19 rq:666152 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2018-03-08 
10:54:31.483762353 +0100
+++ /work/SRC/openSUSE:Factory/.libgxps.new.28833/libgxps.changes   
2019-02-04 21:18:06.411720827 +0100
@@ -1,0 +2,14 @@
+Sat Jan  5 17:04:54 UTC 2019 - bjorn@gmail.com
+
+- Update to version 0.3.1:
+  + Fix font scaling when converting xps to pdf.
+  + Handle errors returned by archive_read_data in GXPSArchive.
+  + Ensure gxps_archive_read_entry() fills the GError in case of
+failure.
+  + Make the pdf generated by xpstopdf to be 96 dpi.
+  + Fix OUTPUT FILE description in man pages.
+  + Clear the GError before trying to load an image again in
+gxps_images_get_image().
+  + Fix integer overflow in png decoder.
+
+---

Old:

  libgxps-0.3.0.tar.xz

New:

  libgxps-0.3.1.tar.xz



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.yr0E0L/_old  2019-02-04 21:18:08.223720144 +0100
+++ /var/tmp/diff_new_pack.yr0E0L/_new  2019-02-04 21:18:08.223720144 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgxps
 #
-# 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
@@ -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:   libgxps
-Version:0.3.0
+Version:0.3.1
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1-or-later
@@ -25,6 +25,7 @@
 URL:https://live.gnome.org/libgxps
 Source0:
https://download.gnome.org/sources/libgxps/0.3/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  libjpeg-devel
@@ -84,7 +85,7 @@
 documents.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson \

++ libgxps-0.3.0.tar.xz -> libgxps-0.3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgxps-0.3.0/NEWS new/libgxps-0.3.1/NEWS
--- old/libgxps-0.3.0/NEWS  2017-08-09 14:57:59.0 +0200
+++ new/libgxps-0.3.1/NEWS  2019-01-05 09:30:40.0 +0100
@@ -1,3 +1,21 @@
+libgxps 0.3.1 (5 January 2019)
+==
+
+Bug fixes:
+
+- Fix font scaling when converting xps to pdf (#1, Ignazio Pillai)
+- Handle errors returned by archive_read_data in GXPSArchive
+  (Carlos Garcia Campos)
+- Ensure gxps_archive_read_entry() fills the GError in case of
+  failure (Carlos Garcia Campos)
+- Make the pdf generated by xpstopdf to be 96 dpi (Ignacio Casal
+  Quinteiro)
+- Fix OUTPUT FILE description in man pages (Jason Crain)
+- Clear the GError before trying to load an image again in
+  gxps_images_get_image() (Carlos Garcia Campos)
+- Fix integer overflow in png decoder (Carlos Garcia Campos)
+
+
 libgxps 0.3.0 (8 August 2017)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgxps-0.3.0/docs/reference/html/GXPSCoreProperties.html 
new/libgxps-0.3.1/docs/reference/html/GXPSCoreProperties.html
--- old/libgxps-0.3.0/docs/reference/html/GXPSCoreProperties.html   
2017-08-09 14:58:20.0 +0200
+++ new/libgxps-0.3.1/docs/reference/html/GXPSCoreProperties.html   
2019-01-05 09:39:21.0 +0100
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 
 
@@ -690,6 +690,6 @@
 
 
 
-Generated by GTK-Doc V1.25.1
+Generated by GTK-Doc V1.29.1
 
 
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgxps-0.3.0/docs/reference/html/GXPSDocument.html 
new/libgxps-0.3.1/docs/reference/html/GXPSDocument.html
--- old/libgxps-0.3.0/docs/reference/html/GXPSDocument.html 2017-08-09 
14:58:20.0 +0200
+++ new/libgxps-0.3.1/docs/reference/html/GXPSDocument.html 2019-01-05 
09:39:21.0 +0100
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 
 
@@ -213,7 +213,7 @@
 
 
 Returns
- a new GXPSPage or NULL on 

commit libgxps for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2018-03-08 10:54:30

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


Package is "libgxps"

Thu Mar  8 10:54:30 2018 rev:18 rq:583097 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2017-09-04 
12:19:42.495666074 +0200
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2018-03-08 
10:54:31.483762353 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:35:19 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.HTlvoC/_old  2018-03-08 10:54:32.251734707 +0100
+++ /var/tmp/diff_new_pack.HTlvoC/_new  2018-03-08 10:54:32.251734707 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgxps
 #
-# 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
@@ -20,9 +20,9 @@
 Version:0.3.0
 Release:0
 Summary:Library for rendering XPS documents
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
-Url:https://live.gnome.org/libgxps
+URL:https://live.gnome.org/libgxps
 Source0:
https://download.gnome.org/sources/libgxps/0.3/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  gobject-introspection-devel
@@ -87,15 +87,15 @@
 %setup -q
 
 %build
-%{meson} \
+%meson \
-Denable-gtk-doc=true \
-Denable-man=true \
-Denable-test=false \
%{nil}
-%{meson_build}
+%meson_build
 
 %install
-%{meson_install}
+%meson_install
 
 %post -n libgxps2 -p /sbin/ldconfig
 %postun -n libgxps2 -p /sbin/ldconfig




commit libgxps for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2017-09-04 12:19:40

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


Package is "libgxps"

Mon Sep  4 12:19:40 2017 rev:17 rq:519462 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2017-08-29 
11:40:58.294622188 +0200
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2017-09-04 
12:19:42.495666074 +0200
@@ -1,0 +2,5 @@
+Sat Aug 26 16:34:08 UTC 2017 - jeng...@inai.de
+
+- Fix RPM groups and summaries.
+
+---



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.KpOpcw/_old  2017-09-04 12:19:43.791483904 +0200
+++ /var/tmp/diff_new_pack.KpOpcw/_new  2017-09-04 12:19:43.795483342 +0200
@@ -21,7 +21,7 @@
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:https://live.gnome.org/libgxps
 Source0:
https://download.gnome.org/sources/libgxps/0.3/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
@@ -66,7 +66,7 @@
 This package provides the GObject Introspection bindings for libgxps.
 
 %package tools
-Summary:Library for rendering XPS documents -- Tools
+Summary:Tools for rendering XPS documents
 Group:  Productivity/Publishing/Other
 
 %description tools
@@ -74,7 +74,7 @@
 documents.
 
 %package devel
-Summary:Library for rendering XPS documents -- Development Files
+Summary:Development files for libgxps, a XPS document render library
 Group:  Development/Libraries/C and C++
 Requires:   libgxps2 = %{version}
 Requires:   typelib-1_0-GXPS-0_1 = %{version}




commit libgxps for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2017-08-29 11:40:56

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


Package is "libgxps"

Tue Aug 29 11:40:56 2017 rev:16 rq:518809 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2017-03-03 
14:37:09.408188461 +0100
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2017-08-29 
11:40:58.294622188 +0200
@@ -1,0 +2,19 @@
+Tue Aug 15 15:20:10 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.3.0:
+  + New features:
+- Add initial support for resource dictionaries (bgo#31).
+- Support OpenXPS fixed representation schema (bgo#768117).
+  + Bug fixes: Fix a crash when extracting a malformed file
+(bgo#785479).
+  + Build: Switch to meson build system (bgo#783642).
+- Add meson BuildRequires and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream switch to Meson build system.
+- Add gtk-doc BuildRequires, needed to build documentation, also
+  build manpages.
+- Add libgxps-rpmlintrc: Filter out bogus rpmlint warning about
+  libgxps-tools not containing any libs.
+- Run spec-cleaner, modernize spec.
+
+---

Old:

  libgxps-0.2.5.tar.xz

New:

  libgxps-0.3.0.tar.xz
  libgxps-rpmlintrc



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.Q21925/_old  2017-08-29 11:40:59.286482349 +0200
+++ /var/tmp/diff_new_pack.Q21925/_new  2017-08-29 11:40:59.298480658 +0200
@@ -17,16 +17,20 @@
 
 
 Name:   libgxps
-Version:0.2.5
+Version:0.3.0
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/libgxps
-Source0:
http://download.gnome.org/sources/libgxps/0.2/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/libgxps/0.3/%{name}-%{version}.tar.xz
+Source99:   %{name}-rpmlintrc
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  meson
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo) >= 1.10.0
 BuildRequires:  pkgconfig(cairo-pdf)
 BuildRequires:  pkgconfig(cairo-ps)
@@ -38,7 +42,6 @@
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libarchive) >= 2.8.0
 BuildRequires:  pkgconfig(libpng)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libgxps is a GObject based library for handling and rendering XPS
@@ -84,40 +87,44 @@
 %setup -q
 
 %build
-%configure --disable-static
-make %{?_smp_mflags}
+%{meson} \
+   -Denable-gtk-doc=true \
+   -Denable-man=true \
+   -Denable-test=false \
+   %{nil}
+%{meson_build}
 
 %install
-%make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+%{meson_install}
 
 %post -n libgxps2 -p /sbin/ldconfig
-
 %postun -n libgxps2 -p /sbin/ldconfig
 
 %files -n libgxps2
-%defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
 %{_libdir}/libgxps.so.2*
 
 %files -n typelib-1_0-GXPS-0_1
-%defattr(-, root, root)
 %{_libdir}/girepository-1.0/GXPS-0.1.typelib
 
 %files tools
-%defattr(-, root, root)
 %{_bindir}/xpstojpeg
 %{_bindir}/xpstopdf
 %{_bindir}/xpstopng
 %{_bindir}/xpstops
 %{_bindir}/xpstosvg
+%{_mandir}/man1/xpstojpeg.1%{?ext_man}
+%{_mandir}/man1/xpstopdf.1%{?ext_man}
+%{_mandir}/man1/xpstopng.1%{?ext_man}
+%{_mandir}/man1/xpstops.1%{?ext_man}
+%{_mandir}/man1/xpstosvg.1%{?ext_man}
 
 %files devel
-%defattr(-, root, root)
+%doc AUTHORS NEWS README
+%doc %{_datadir}/gtk-doc/html/libgxps/
 %{_includedir}/libgxps/
 %{_libdir}/libgxps.so
 %{_libdir}/pkgconfig/libgxps.pc
 %{_datadir}/gir-1.0/GXPS-0.1.gir
-%doc %{_datadir}/gtk-doc/html/libgxps/
 
 %changelog

++ libgxps-0.2.5.tar.xz -> libgxps-0.3.0.tar.xz ++
 59514 lines of diff (skipped)

++ libgxps-rpmlintrc ++
# Filter out pointless libgxps-tools.x86_64: W: shlib-policy-missing-lib
addFilter("shlib-policy-missing-lib")



commit libgxps for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2017-03-03 14:37:08

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


Package is "libgxps"

Fri Mar  3 14:37:08 2017 rev:15 rq:461101 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2016-07-07 
15:07:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2017-03-03 
14:37:09.408188461 +0100
@@ -1,0 +2,24 @@
+Sun Feb 26 19:24:16 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.2.5:
+  + Fix handling of internal documents paths to ensure we always
+use "/" instead of the system path separator (bgo#777894).
+  + Improve performance when querying archive entries by using a
+hash set instead of a GList (bgo#777272).
+  + Improve performance when querying documents in archive by using
+a GPtrArray instead of a GList (bgo#777269).
+  + Fix a user after free in tools.
+  + Fix several memory leaks.
+  + Fix potential NULL pointer dereference found by coverity
+(bgo#776323).
+  + Add a missing break in switch statement found by coverity
+(bgo#776323).
+  + Fix uninitialised variables found by coverity (bgo#776323).
+  + Fix several compile warnings.
+  + Remove wrong return from print_token() that is void
+(bgo#772296).
+  + Fix GObject introspection build (bgo#775637).
+  + Build: Add support for building with Visual studio
+(bgo#771057).
+
+---

Old:

  libgxps-0.2.4.tar.xz

New:

  libgxps-0.2.5.tar.xz



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.aRLIXq/_old  2017-03-03 14:37:09.920115987 +0100
+++ /var/tmp/diff_new_pack.aRLIXq/_new  2017-03-03 14:37:09.924115421 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgxps
 #
-# 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,7 +17,7 @@
 
 
 Name:   libgxps
-Version:0.2.4
+Version:0.2.5
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1+

++ libgxps-0.2.4.tar.xz -> libgxps-0.2.5.tar.xz ++
 6112 lines of diff (skipped)




commit libgxps for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2016-07-07 15:07:58

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


Package is "libgxps"

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2015-09-11 
09:01:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2016-07-07 
15:07:59.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 20 16:19:13 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.2.4:
+  + Fix the build with GCC >= 6 when tests are enabled.
+  + Fix non-literal format string warning for clang (bgo#760177).
+  + Correctly show translated messages for command line tools on
+some locales (bgo#760437).
+
+---

Old:

  libgxps-0.2.3.2.tar.xz

New:

  libgxps-0.2.4.tar.xz



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.HlClep/_old  2016-07-07 15:08:00.0 +0200
+++ /var/tmp/diff_new_pack.HlClep/_new  2016-07-07 15:08:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgxps
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:   libgxps
-Version:0.2.3.2
+Version:0.2.4
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1+

++ libgxps-0.2.3.2.tar.xz -> libgxps-0.2.4.tar.xz ++
 23632 lines of diff (skipped)




commit libgxps for openSUSE:Factory

2015-09-11 Thread h_root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2015-09-11 09:01:30

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


Package is "libgxps"

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2015-08-17 
17:26:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2015-09-11 
09:01:31.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  4 18:17:35 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.2.3.2:
+  + Follow up release to fix the build in some cases due to libm
+undefined symbols.
+
+---

Old:

  libgxps-0.2.3.1.tar.xz

New:

  libgxps-0.2.3.2.tar.xz



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.jqYpSZ/_old  2015-09-11 09:01:32.0 +0200
+++ /var/tmp/diff_new_pack.jqYpSZ/_new  2015-09-11 09:01:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgxps
-Version:0.2.3.1
+Version:0.2.3.2
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1+

++ libgxps-0.2.3.1.tar.xz -> libgxps-0.2.3.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgxps-0.2.3.1/ChangeLog 
new/libgxps-0.2.3.2/ChangeLog
--- old/libgxps-0.2.3.1/ChangeLog   2015-08-14 17:48:01.0 +0200
+++ new/libgxps-0.2.3.2/ChangeLog   2015-09-04 10:06:39.0 +0200
@@ -1,6 +1,25 @@
+commit 407e02691ba3e885f5f0b7e7b4163eb7d6080995
+Author: Jason Crain 
+Date:   2015-08-20
+
+build: link libgxps with -lm
+
+https://bugzilla.gnome.org/show_bug.cgi?id=753771
+
+M  libgxps/Makefile.am
+
+commit b62ce7ec2845203eedc48347075175584ae364a3
+Author: Carlos Garcia Campos 
+Date:  2015-08-14
+
+release: 0.2.3.1
+
+M  NEWS
+M  configure.ac
+
 commit 883b607bf8a06f6e1b84d1c5967a6a90d60470a9
 Author: Carlos Garcia Campos 
-Date:   2015-08-13
+Date:  2015-08-13
 
 build: Explicitly link to libpng
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgxps-0.2.3.1/NEWS new/libgxps-0.2.3.2/NEWS
--- old/libgxps-0.2.3.1/NEWS2015-08-14 17:46:49.0 +0200
+++ new/libgxps-0.2.3.2/NEWS2015-09-04 10:05:43.0 +0200
@@ -1,3 +1,10 @@
+libgxps 0.2.3.2 (4 September 2015)
+==
+
+This is another follow up release to fix the build in some cases due
+to libm undefined symbols.
+
+
 libgxps 0.2.3.1 (14 August 2015)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgxps-0.2.3.1/configure 
new/libgxps-0.2.3.2/configure
--- old/libgxps-0.2.3.1/configure   2015-08-14 17:47:17.0 +0200
+++ new/libgxps-0.2.3.2/configure   2015-09-04 10:06:27.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libgxps 0.2.3.1.
+# Generated by GNU Autoconf 2.69 for libgxps 0.2.3.2.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='libgxps'
 PACKAGE_TARNAME='libgxps'
-PACKAGE_VERSION='0.2.3.1'
-PACKAGE_STRING='libgxps 0.2.3.1'
+PACKAGE_VERSION='0.2.3.2'
+PACKAGE_STRING='libgxps 0.2.3.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libgxps'
 PACKAGE_URL=''
 
@@ -1424,7 +1424,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 libgxps 0.2.3.1 to adapt to many kinds of systems.
+\`configure' configures libgxps 0.2.3.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1494,7 +1494,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libgxps 0.2.3.1:";;
+ short | recursive ) echo "Configuration of libgxps 0.2.3.2:";;
esac
   cat <<\_ACEOF
 
@@ -1652,7 +1652,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libgxps configure 0.2.3.1
+libgxps configure 0.2.3.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2021,7 +2021,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libgxps $as_me 0.2.3.1, which was
+It was created by libgxps $as_me 0.2.3.2, which was
 

commit libgxps for openSUSE:Factory

2015-08-17 Thread h_root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2015-08-17 17:26:19

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


Package is libgxps

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2013-03-20 
11:43:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2015-08-17 
17:26:20.0 +0200
@@ -1,0 +2,33 @@
+Sat Aug 15 15:10:35 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.2.3.1:
+  + This is a follow up release to fix the build in some cases due
+to libpng undefined symbols.
+
+---
+Thu Aug 13 19:15:22 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.2.3:
+  + API changes: Add API to get Core Properties of a XPS file.
+  + New features:
+- Support ImageBrush Viewbox and rotation/shearing matrices
+  (bgo#751357).
+- Add support for JPEG images with GRAYSCALE color space
+  (bgo#744120).
+- Add support for interleaved zip archives.
+  + Bugs fixed:
+- Fix transformation for VisualBrush elements (bgo#742630).
+- Fix parsing of dash array with negative values (bgo#715023).
+- Make gxps_dash_array_parse fail for an odd number of dashes
+  (bgo#715023).
+- Fix parsing of dash array when it has trailing or leading
+  whitespaces (bgo#715023).
+- Fix the build with libpng16.
+- Fix parsing of real numbers containing e[+-]number.
+- Fix a crash in documents containing nested FixedDocument
+  (bgo#685741).
+- Drop obsolete xz BuildRequires: We now support xz tarballs by
+  default.
+- Drop libgxps-libpng16.patch: Fixed upstream.
+
+---

Old:

  libgxps-0.2.2.tar.xz
  libgxps-libpng16.patch

New:

  libgxps-0.2.3.1.tar.xz



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.mTWvVn/_old  2015-08-17 17:26:20.0 +0200
+++ /var/tmp/diff_new_pack.mTWvVn/_new  2015-08-17 17:26:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgxps
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,20 +17,16 @@
 
 
 Name:   libgxps
-Version:0.2.2
+Version:0.2.3.1
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/libgxps
 Source0:
http://download.gnome.org/sources/libgxps/0.2/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM libgxps-libpng16.patch pgaj...@suse.com -- Also build 
against libpng16, patch from upstream git.
-Patch0: libgxps-libpng16.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(cairo) = 1.10.0
 BuildRequires:  pkgconfig(cairo-pdf)
 BuildRequires:  pkgconfig(cairo-ps)
@@ -86,7 +82,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static

++ libgxps-0.2.2.tar.xz - libgxps-0.2.3.1.tar.xz ++
 23085 lines of diff (skipped)




commit libgxps for openSUSE:Factory

2013-03-20 Thread h_root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2013-03-20 11:43:54

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


Package is libgxps, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2012-03-23 
12:06:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2013-03-20 
11:43:55.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 14:37:54 UTC 2013 - pgaj...@suse.com
+
+- Add libgxps-libpng16.patch, also build against libpng16.
+
+---

New:

  libgxps-libpng16.patch



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.jOTeRG/_old  2013-03-20 11:43:56.0 +0100
+++ /var/tmp/diff_new_pack.jOTeRG/_new  2013-03-20 11:43:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgxps
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:  System/Libraries
 Url:https://live.gnome.org/libgxps
 Source0:
http://download.gnome.org/sources/libgxps/0.2/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM libgxps-libpng16.patch pgaj...@suse.com -- Also build 
against libpng16, patch from upstream git.
+Patch0: libgxps-libpng16.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
@@ -84,6 +86,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++ libgxps-libpng16.patch ++
Index: libgxps-0.2.2/tools/gxps-png-writer.c
===
--- libgxps-0.2.2.orig/tools/gxps-png-writer.c
+++ libgxps-0.2.2/tools/gxps-png-writer.c
@@ -22,6 +22,7 @@
 #include gxps-png-writer.h
 #include png.h
 #include stdint.h
+#include string.h
 
 /* starting with libpng15, png.h no longer #includes zlib.h */
 #ifndef Z_BEST_COMPRESSION
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgxps for openSUSE:Factory

2012-03-23 Thread h_root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2012-03-23 12:06:07

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


Package is libgxps, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2012-01-24 
12:19:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2012-03-23 
12:06:09.0 +0100
@@ -1,0 +2,19 @@
+Wed Mar 21 21:36:55 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.2.2:
+  + Bug fixes:
+- Fix COPYING file that used lgl2 instead of lgpl2.1
+  (bgo#671271)
+- Fix the build with --enable-gtk-doc (bgo#671274)
+- Fix several memory leaks when parsing fails (bgo#668937,
+  bgo#668940, bgo#668941, bgo#668969, bgo#668968, bgo#668966,
+  bgo#668965)
+  + Tools:
+- Set image parameters after jpeg_set_defaults(), so the
+  resolution does not get overwritten by the defaults
+  + Documentation:
+- Ignore private headers when generating API doc
+- Add index of new symbols in 0.2.1
+- Add Since: tag to GXPS_VERSION_STRING api docs
+
+---

Old:

  libgxps-0.2.1.tar.xz

New:

  libgxps-0.2.2.tar.xz



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.tOVq5v/_old  2012-03-23 12:06:11.0 +0100
+++ /var/tmp/diff_new_pack.tOVq5v/_new  2012-03-23 12:06:11.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libgxps
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgxps for openSUSE:Factory

2012-01-24 Thread h_root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2012-01-24 12:19:05

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


Package is libgxps, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2012-01-09 
21:43:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2012-01-24 
12:19:13.0 +0100
@@ -1,0 +2,21 @@
+Sat Jan 21 09:55:30 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.2.1:
+  + API changes:
+- Add GXPS_VERSION_STRING macro with the library version as a
+  string
+  + New features:
+- Support OpacityMask for Path elements (bgo#663477)
+  + Bug fixes:
+- Fix MAJOR/MINOR/MICRO version macros
+- Fix FSF address in COPYING file
+- Fix building with libpng15 (bgo#664666)
+- Fix tools build by linking to libm (bgo#664439)
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Drop libgxps-link-libm.patch: fixed upstream.
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh:
+  those were only needed for patch above.
+
+---

Old:

  libgxps-0.2.0.tar.bz2
  libgxps-link-libm.patch

New:

  libgxps-0.2.1.tar.xz



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.1j1M2e/_old  2012-01-24 12:19:14.0 +0100
+++ /var/tmp/diff_new_pack.1j1M2e/_new  2012-01-24 12:19:14.0 +0100
@@ -16,20 +16,18 @@
 #
 
 Name:   libgxps
-Version:0.2.0
+Version:0.2.1
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/libgxps
-Source0:
http://download.gnome.org/sources/libgxps/0.2/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM libgxps-link-libm.patch bgo#664439 dims...@opensuse.org 
-- Add missing libm linking parameters.
-Patch0: libgxps-link-libm.patch
-# Needed by patch0
-BuildRequires:  gnome-common
+Source0:
http://download.gnome.org/sources/libgxps/0.2/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(cairo) = 1.10.0
 BuildRequires:  pkgconfig(cairo-pdf)
 BuildRequires:  pkgconfig(cairo-ps)
@@ -85,10 +83,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-NOCONFIGURE=1 gnome-autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgxps for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2012-01-09 21:43:03

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


Package is libgxps, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2012-01-05 
19:13:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2012-01-09 
21:43:19.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan  9 09:43:22 UTC 2012 - vu...@opensuse.org
+
+- Split typelib file into typelib-1_0-GXPS-0_1 subpackage.
+- Add typelib-1_0-GXPS-0_1 Requires to devel subpackage.
+
+---



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.6y6srn/_old  2012-01-09 21:43:22.0 +0100
+++ /var/tmp/diff_new_pack.6y6srn/_new  2012-01-09 21:43:22.0 +0100
@@ -55,6 +55,16 @@
 libgxps is a GObject based library for handling and rendering XPS
 documents.
 
+%package -n typelib-1_0-GXPS-0_1
+Summary:Library for rendering XPS documents -- Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-GXPS-0_1
+libgxps is a GObject based library for handling and rendering XPS
+documents.
+
+This package provides the GObject Introspection bindings for libgxps.
+
 %package tools
 Summary:Library for rendering XPS documents -- Tools
 Group:  Productivity/Publishing/Other
@@ -67,6 +77,7 @@
 Summary:Library for rendering XPS documents -- Development Files
 Group:  Development/Libraries/C and C++
 Requires:   libgxps2 = %{version}
+Requires:   typelib-1_0-GXPS-0_1 = %{version}
 
 %description devel
 libgxps is a GObject based library for handling and rendering XPS
@@ -93,6 +104,9 @@
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/libgxps.so.2*
+
+%files -n typelib-1_0-GXPS-0_1
+%defattr(-, root, root)
 %{_libdir}/girepository-1.0/GXPS-0.1.typelib
 
 %files tools

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgxps for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2012-01-05 19:13:34

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


Package is libgxps, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2011-11-16 
17:19:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2012-01-05 
19:13:36.0 +0100
@@ -1,0 +2,46 @@
+Sun Nov 20 21:33:34 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.2.0:
+  + API changes:
+- This release contains a small API break. Even though all of
+  the XPS documents we have for testing use integer numbers for
+  the page size, the XPS Specification says that page size is a
+  double value. Functions gxps_page_get_size() and
+  gxps_document_get_page_size() now return page width and page
+  height as gdouble values instead of guint.
+  + New features:
+- Add support for PolyQuadraticBezierSegment figures
+- Add support for Smooth Cubic Bézier curve
+- Initial implementation of ICC based colors. Only CMYK colors
+  are supported for now
+- Support Opacity for SolidColorBrush elements (bgo#663472)
+- Add support for scRGB color syntax
+- Implement Quadratic Bézier curve
+- Support OpacityMask for Glyphs elements (bgo#66347)
+- Support OpacityMask for Canvas elements (bgo#663475)
+- Support opacity for ImageBrush elements (bgo#663471)
+- Support opacity for Glyphs elements (bgo#662654)
+- Support opacity for Canvas elements (bgo#662653)
+- Support opacity for Path elements (bgo#662652)
+- Support opacity for LinearGradientBrush and
+  RadialGradientBrush elements (bgo#662655)
+  + Bug fixes:
+- Fix parser error messages for invalid content (bgo#663899)
+  + Tools:
+- Add xpstojpeg tool for converting XPS documents to JPEG
+- Add xpstosvg tool for converting XPS documents to SVG
+- Add xpstops tool for converting XPS documents to PostScript
+- Add xpstopdf tool for converting XPS documents to PDF
+- Add xpstopng tool for converting XPS documents to PNG
+  + Updated documentation.
+- Add libgxps-link-libm.patch: Add missing libm linking.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh for
+  above patch.
+- Add pkgconfig(cairo-pdf), pkgconfig(cairo-ps),
+  pkgconfig(cairo-svg), pkgconfig(lcms2) and pkgconfig(libpng)
+  BuildRequires: new dependencies upstream.
+- Rename libgxps1 subpackage to libgxps2, following upstream
+  soversion change.
+- Create a tools subpackage to distribute the various new tools.
+
+---

Old:

  libgxps-0.1.0.tar.bz2

New:

  libgxps-0.2.0.tar.bz2
  libgxps-link-libm.patch



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.v8XBz4/_old  2012-01-05 19:13:37.0 +0100
+++ /var/tmp/diff_new_pack.v8XBz4/_new  2012-01-05 19:13:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgxps
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,42 +16,57 @@
 #
 
 Name:   libgxps
-Version:0.1.0
-Release:1
-License:LGPL-2.1+
+Version:0.2.0
+Release:0
 Summary:Library for rendering XPS documents
-Url:https://live.gnome.org/libgxps
+License:LGPL-2.1+
 Group:  System/Libraries
-Source0:%{name}-%{version}.tar.bz2
+Url:https://live.gnome.org/libgxps
+Source0:
http://download.gnome.org/sources/libgxps/0.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM libgxps-link-libm.patch bgo#664439 dims...@opensuse.org 
-- Add missing libm linking parameters.
+Patch0: libgxps-link-libm.patch
+# Needed by patch0
+BuildRequires:  gnome-common
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig(cairo) = 1.10.0
+BuildRequires:  pkgconfig(cairo-pdf)
+BuildRequires:  pkgconfig(cairo-ps)
+BuildRequires:  pkgconfig(cairo-svg)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(gio-2.0) = 2.24
 BuildRequires:  pkgconfig(glib-2.0) = 2.24
 BuildRequires:  pkgconfig(gobject-2.0) = 2.24
+BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libarchive) = 2.8.0
+BuildRequires:  pkgconfig(libpng)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libgxps is a GObject based library