Hello community, here is the log from the commit of package libgepub for openSUSE:Factory checked in at 2017-09-13 21:44:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgepub (Old) and /work/SRC/openSUSE:Factory/.libgepub.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgepub" Wed Sep 13 21:44:08 2017 rev:3 rq:522341 version:0.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libgepub/libgepub.changes 2016-09-01 14:03:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libgepub.new/libgepub.changes 2017-09-13 21:44:09.301528396 +0200 @@ -1,0 +2,36 @@ +Fri Sep 8 13:23:24 UTC 2017 - [email protected] + +- Update descriptions. + +------------------------------------------------------------------- +Wed Aug 9 06:51:12 UTC 2017 - [email protected] + +- Update to version 0.5.2: + + Fixed gir version. +- Changes from version 0.5.1: + + Added GError to gepub_doc_new new method. + + Fixed meson build scripts. +- Add a baserver define and set it to 0.5 + +------------------------------------------------------------------- +Wed Jul 12 10:33:35 UTC 2017 - [email protected] + +- Update to version 0.5: + + Fixed page next and page prev signals. + + Added file property to support GFile initialization. + + Fixed some memory leaks. + + Removed all compilation warnings. + + Added pagination to the GepubWidget. + + Added Simple text style modification in the widget. + + Ported to meson build system. + + Fixed epub:// SoupURI creation and concatenation. +- 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. +- Drop gnome-common BuildRequires, no longer needed. +- Switch to using released tarball, remove use of _service. +- Rename typelib-1_0-Gepub-0_4 to typelib-1_0-Gepub-0_5 following + upstream changes. +- Add soname define and set it to 0_5, ease future updates. + +------------------------------------------------------------------- Old: ---- _service _servicedata libgepub-0.4.tar.xz New: ---- libgepub-0.5.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgepub.spec ++++++ --- /var/tmp/diff_new_pack.k1gygW/_old 2017-09-13 21:44:09.849451308 +0200 +++ /var/tmp/diff_new_pack.k1gygW/_new 2017-09-13 21:44:09.861449620 +0200 @@ -1,7 +1,7 @@ # # spec file for package libgepub # -# 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 @@ -16,16 +16,18 @@ # +%define basever 0.5 +%define soname 0_5 %global sover 0 Name: libgepub -Version: 0.4 +Version: 0.5.2 Release: 0 -Summary: Epub Documents library +Summary: EPUB document reader and render library License: LGPL-2.1+ Group: Development/Languages/C and C++ Url: https://git.gnome.org/browse/libgepub -Source: %{name}-%{version}.tar.xz -BuildRequires: gnome-common +Source: https://download.gnome.org/sources/%{name}/%{basever}/%{name}-%{version}.tar.xz +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) @@ -39,42 +41,40 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -A GObject based library for handling and rendering epub documents. +A GObject-based library for handling and rendering EPUB documents. %package -n %{name}%{sover} -Summary: Epub Documents library -- Shared library +Summary: EPUB document reader library Group: System/Libraries %description -n %{name}%{sover} -A GObject based library for handling and rendering epub documents. +A GObject-based library for handling and rendering EPUB documents. -%package -n typelib-1_0-Gepub-0_4 -Summary: Epub Documents library -- Introspection bindings +%package -n typelib-1_0-Gepub-%{soname} +Summary: Introspection bindings for libgepub Group: System/Libraries -%description -n typelib-1_0-Gepub-0_4 -A GObject based library for handling and rendering epub documents. +%description -n typelib-1_0-Gepub-%{soname} +A GObject-based library for handling and rendering EPUB documents. %package devel -Summary: Epub Documents library -- Development files +Summary: Development files for libgepub Group: Development/Languages/C and C++ Requires: %{name}%{sover} = %{version} -Requires: typelib-1_0-Gepub-0_4 = %{version} +Requires: typelib-1_0-Gepub-%{soname} = %{version} %description devel -A GObject based library for handling and rendering epub documents. +A GObject-based library for handling and rendering EPUB documents. %prep %setup -q %build -./autogen.sh -%configure \ - --disable-static -make %{?_smp_mflags} +%meson +%meson_build %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%meson_install find %{buildroot} -type f -name "*.la" -delete -print %post -n %{name}%{sover} -p /sbin/ldconfig @@ -85,15 +85,15 @@ %doc README COPYING %{_libdir}/%{name}.so.* -%files -n typelib-1_0-Gepub-0_4 +%files -n typelib-1_0-Gepub-%{soname} %defattr(-,root,root) -%{_libdir}/girepository-1.0/Gepub-0.4.typelib +%{_libdir}/girepository-1.0/Gepub-%{basever}.typelib %files devel %defattr(-,root,root) %{_includedir}/%{name}/ %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc -%{_datadir}/gir-1.0/Gepub-0.4.gir +%{_datadir}/gir-1.0/Gepub-%{basever}.gir %changelog ++++++ libgepub-0.4.tar.xz -> libgepub-0.5.2.tar.xz ++++++ ++++ 2237 lines of diff (skipped)
