Hello community, here is the log from the commit of package zim for openSUSE:Factory checked in at 2019-09-21 17:29:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zim (Old) and /work/SRC/openSUSE:Factory/.zim.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zim" Sat Sep 21 17:29:52 2019 rev:4 rq:732031 version:0.72.0 Changes: -------- --- /work/SRC/openSUSE:Factory/zim/zim.changes 2019-03-04 09:23:55.724562615 +0100 +++ /work/SRC/openSUSE:Factory/.zim.new.7948/zim.changes 2019-09-21 17:29:54.284736283 +0200 @@ -1,0 +2,58 @@ +Thu Sep 19 20:01:33 UTC 2019 - Luke Jones <[email protected]> + +- Update to version 0.72: + + Improve pathbar with "linked" visual design + + Improve statusbar visual style + + Change behavior for lists with mixed bullets + + Add configuration of keybindings to preferences dialog + + Support gnome-screenshot in the insert screenshot pluing + + Save size of secondary page window + + Add option for linenumbers option in insert code block dialog + + Add option to display date column in tasklist side pane + + Add warnings if locale does not support unicode + + Make SVG thumbnail support configurable + + Fix bug for insert equation and other objects + + Fix use of escape sequence in table cells + + Fix tasklist view for multiple dates in task + + Fix "apply heading" to strip list formatting + + Make ToC plugin update instead of refresh on save + + Fix issue with not-unique headings in tableofcontents + + Fix bugs in auto insert bullet at newline +- Update to version 0.71.1: + + Fix robustness for OSError on process startup + + Fix for popup menu on page index for Gtk < 3.22 + + Updated translations +- Update to version 0.71: + + Fix "spill over" between translation files + + Fix use of popup menus + + Hack to work around textview glitches embedded objects + + Make indexer recover from duplicate page names + + Fix recovery of broken index file on startup + + Restore New Sub Page for index context menu + + Let customtools replace autoselected words and insert + + Fallback encoding when calling external applications + + Hide pathbar in distraction free mode + + Merge fix for unicode completion in dialogs + + Remember cursor position on reload + + Fix inlinecalculator plugin + + Update Gtk prerequisite version to 3.18 + + Updated Russian translation +- Update to version 0.70: + * Ported zim to use Python3 & Gtk3 + * Refactored application framework, all windows run single process now with single plugin manager and preferences manager + * Refactored plugin extension loading code and added functions to find extensions and actions + * Removed the notebook "profile" properties + * Plugins now can use notebook properties to store settings per notebook + * The page index side pane and the pathbar are now plugins + * Redesign journal plugin sidepane view and remove dialog + * Renamed "calendar" plugin to "journal" + * Removed OSX menubar plugin + * Image generator plugins now are "inserted objects" + * Workaround for missing clipboard.set_with_data() + * Improved speed of test suite and refactored test constructs + * Support flatpack-spawn to execute processes + * Critical fix for updating links on move page and rename page + * Critical fix for parsing headers when page has no title + * Fix page index issue on delete page + +------------------------------------------------------------------- Old: ---- zim-0.69.tar.gz New: ---- zim-0.72.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zim.spec ++++++ --- /var/tmp/diff_new_pack.psB56s/_old 2019-09-21 17:29:55.676736299 +0200 +++ /var/tmp/diff_new_pack.psB56s/_new 2019-09-21 17:29:55.720736299 +0200 @@ -1,8 +1,8 @@ # # spec file for package zim # +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Matthias Propst. -# 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 @@ -13,44 +13,41 @@ # 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/ # + +%define skip_python2 1 + Name: zim -Version: 0.69 +Version: 0.72.0 Release: 0 -License: GPL-2.0+ Summary: A Desktop Wiki -Url: http://zim-wiki.org +License: GPL-2.0-or-later Group: Productivity/Office/Organizers +Url: http://zim-wiki.org Source: http://zim-wiki.org/downloads/%{name}-%{version}.tar.gz BuildRequires: fdupes # For directory ownership +BuildRequires: %{python_module gobject >= 3.2} +BuildRequires: %{pythons} BuildRequires: hicolor-icon-theme -BuildRequires: python-base >= 2.6 -BuildRequires: python-gobject2 -BuildRequires: python-xml +BuildRequires: typelib-1_0-Gtk-3_0 # We need the %%mime_database_*, %%desktop_database_* and %%icon_theme_cache_* # macros for old suse versions %if 0%{?suse_version} < 1330 BuildRequires: shared-mime-info %endif BuildRequires: update-desktop-files -Requires: python-cairo -Requires: python-gobject2 -Requires: python-gtk -Requires: python-simplejson -Requires: python-xdg -Requires: python-xml +Requires: python3-gobject +Requires: python3-pyxdg Requires: xdg-utils -Recommends: python-gtkspell # for the version control plugin Suggests: bzr Suggests: git-core Suggests: mercurial BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -%py_requires %description Zim is a graphical text editor used to maintain a collection of wiki @@ -67,15 +64,10 @@ %setup -q %build -python setup.py build +python3 setup.py build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} --skip-xdg-cmd - -# Desktop apps should have .appdata.xml file extension instead of .metainfo.xml: -# https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent -mv %{buildroot}%{_datadir}/metainfo/org.zim_wiki.Zim.metainfo.xml \ - %{buildroot}%{_datadir}/metainfo/org.zim_wiki.Zim.appdata.xml +python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %suse_update_desktop_file %{name} # remove ubuntu-specific icons @@ -84,23 +76,16 @@ %fdupes -s %{buildroot} -%if 0%{?suse_version} < 1330 -%post %desktop_database_post -%icon_theme_cache_post -%mime_database_post -%postun %desktop_database_postun -%icon_theme_cache_postun -%mime_database_postun -%endif %files %defattr(-,root,root) -%doc CHANGELOG.txt LICENSE.txt README.txt +%license LICENSE +%doc CHANGELOG.md PLUGIN_WRITING.md CONTRIBUTING.md %{python_sitelib}/%{name}/ -%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/%{name}-%{version}-py*.egg-info %{_bindir}/%{name} %{_datadir}/%{name}/ %dir %{_datadir}/metainfo ++++++ zim-0.69.tar.gz -> zim-0.72.0.tar.gz ++++++ ++++ 246905 lines of diff (skipped)
