Hello community,

here is the log from the commit of package bookworm for openSUSE:Factory 
checked in at 2019-08-27 10:26:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bookworm (Old)
 and      /work/SRC/openSUSE:Factory/.bookworm.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bookworm"

Tue Aug 27 10:26:34 2019 rev:5 rq:726233 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/bookworm/bookworm.changes        2018-10-23 
20:39:59.256573175 +0200
+++ /work/SRC/openSUSE:Factory/.bookworm.new.7948/bookworm.changes      
2019-08-27 10:26:42.099917510 +0200
@@ -1,0 +2,33 @@
+Mon Aug 12 15:28:55 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.1.2:
+  * Added FB2 mimetype for Files contract - Issue #215
+  * Fix for opening last read book and also open the context menu
+    for word meaning and annotations only if a selection is made
+  * Merge branch 'origin/master' into Weblate.
+  * Merge pull request #266 from comradekingu/patch-5
+  * Spelling: MIME → media type, full screen → fullscreen
+  * Added support for .fb2.zip (Issue #215)
+  * Updated support for FB2, FB2 image extraction done (Issue
+    #215)
+  * re-added pl.po
+  * Updating pl.po
+  * Changes for extracting images from FB2 files(Issue #215)
+  * Initial imlementation of the FB2 format
+  * Updated debian control with granite version 0.5 (Issue #253)
+  * Fixed library button status ahead of the user action (Issue
+    #263)
+  * Fixed the blank library page issue when the number of books
+    is a multiple of the library size (issue #263
+  * Fix for pagination boundary conditions - last page skiped
+    (Issue #232)
+  * Added search, keyboard shortcuts and preference items for
+    pagination of library
+  * Added search for paginated library (Issue #232)
+  * Initial changes for library pagination (Issue #232)
+  * Fix for #257
+- Switch to meson
+- Add HiDPI icons
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  bookworm-1.1.1.tar.gz

New:
----
  bookworm-1.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bookworm.spec ++++++
--- /var/tmp/diff_new_pack.py6eM9/_old  2019-08-27 10:26:44.539917327 +0200
+++ /var/tmp/diff_new_pack.py6eM9/_new  2019-08-27 10:26:44.543917327 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bookworm
 #
-# 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:           bookworm
-Version:        1.1.1
+Version:        1.1.2
 Release:        0
 Summary:        E-book reader
 License:        GPL-3.0-or-later
@@ -25,9 +25,8 @@
 URL:            https://babluboy.github.io/bookworm
 Source:         
https://github.com/babluboy/bookworm/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  ImageMagick
-BuildRequires:  cmake
+BuildRequires:  meson
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
@@ -60,13 +59,11 @@
 chmod -x AUTHORS
 
 %build
-%cmake \
-    -DGSETTINGS_COMPILE=OFF
-
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%cmake_install
+%meson_install
 
 # fix env-script-interpreter
 pushd %{buildroot}%{_datadir}
@@ -101,16 +98,28 @@
 %find_lang com.github.babluboy.bookworm %{name}.lang
 %fdupes %{buildroot}/%{_datadir}
 
-%files
-%license LICENSE
+# dirlist HiDPI icons (see: hicolor/index.theme)
+touch $PWD/dir.lst
+_dirlist=$PWD/dir.lst
+pushd %{buildroot}
+find ./ | while read _list; do
+    echo $_list | grep '[0-9]\@[0-9]' || continue
+    _path=$(echo $_list | sed 's/[^/]//')
+    if ! ls ${_path%/*}; then
+        grep -xqs "\%dir\ ${_path%/*}" $_dirlist || echo "%dir ${_path%/*}" >> 
$_dirlist
+    fi
+done
+popd
+
+%files -f dir.lst
+%license COPYING
 %doc AUTHORS README.md
 %{_bindir}/com.github.babluboy.bookworm
 %{_datadir}/applications/com.github.babluboy.bookworm.desktop
+%{_datadir}/com.github.babluboy.bookworm/
 %{_datadir}/glib-2.0/schemas/com.github.babluboy.bookworm.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/*bookworm*.??g
+%{_datadir}/icons/hicolor/*/*/com.github.babluboy.bookworm.??g
 %{_datadir}/metainfo/com.github.babluboy.bookworm.appdata.xml
-%{_datadir}/bookworm/
-%{_datadir}/contractor/
 
 %files lang -f %{name}.lang
 

++++++ bookworm-1.1.1.tar.gz -> bookworm-1.1.2.tar.gz ++++++
++++ 160127 lines of diff (skipped)


Reply via email to