Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package quilter for openSUSE:Factory checked 
in at 2021-09-10 23:40:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quilter (Old)
 and      /work/SRC/openSUSE:Factory/.quilter.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quilter"

Fri Sep 10 23:40:50 2021 rev:31 rq:917852 version:3.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/quilter/quilter.changes  2020-09-15 
16:16:20.893915493 +0200
+++ /work/SRC/openSUSE:Factory/.quilter.new.1899/quilter.changes        
2021-09-10 23:40:56.182535451 +0200
@@ -1,0 +2,45 @@
+Thu Sep  9 22:42:01 UTC 2021 - Alexei Podvalsky <[email protected]>
+
+- Update to 3.3.4:
+  * Listen to feedback, act upon it and make Quilter even better.
+  * Fix warnings that were printed when running the app
+  * WebView.vala / FileManager.vala - Use YAML'd markdown files
+    to good use
+  * po/README.md - update instructions
+  * MainWindow.vala - small change
+  * Styling - Make Sepia better styled
+  * Merge branch 'master' of https://github.com/lainsce/quilter
+  * Fix flatpak nightly
+  * headerbar.ui - Make View Type submenu look better
+  * HeaderBar.vala - Less wordy tooltips
+  * Missing tooltips re-added
+  * Update screenshots
+  * Small fix on CSS
+  * SideBar.vala / HeadrBar.vala - Use a Hdy.Flap
+  * Fix an oops for Focus Mode
+  * StatusBar.vala - Use a "statusbar" holding the text tracker
+  * HeaderBar.vala - Move View Mode switcher to Main Menu
+  * SearchBar.vala - Make the Search look attached to the
+    headerbar
+  * HeaderBar.vala - Move Statusbar components here / Add Save
+    button
+  * SideBar.vala - Select row in Files intelligently
+  * Outline should now work, finally
+  * UI Files - Ported Preferences and Searchbar to use .ui files.
+  * MainWindow.vala / SideBar.vala - Finally update the outline
+    even on ephemeral files (cache)
+  * statusbar.ui - make StatusBar.vala use a .ui file
+  * Various Optimizations and minor UI fixes
+  * sidebarbox.ui file has to have the activatable prop set to
+    true (1)
+  * small fix; the create a new file should be here
+  * on startup, start with a blank doc.
+  * sidebar/sidebarbox.ui - Change SideBar and SideBarBox.vala
+    into templated classes powered by .ui
+  * rename Devel icon to have no period between Quilter and Devel
+  * headerbar.ui - Headerbar is now made via UI file
+  * SideBar / SideBarBox / HeaderBar / styling - changes all
+    around
+  * ...
+
+-------------------------------------------------------------------

Old:
----
  quilter-2.5.1.tar.gz

New:
----
  quilter-3.3.4.tar.gz

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

Other differences:
------------------
++++++ quilter.spec ++++++
--- /var/tmp/diff_new_pack.8ujW9L/_old  2021-09-10 23:40:56.682535982 +0200
+++ /var/tmp/diff_new_pack.8ujW9L/_new  2021-09-10 23:40:56.690535991 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package quilter
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # 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:           quilter
-Version:        2.5.1
+Version:        3.3.4
 Release:        0
 Summary:        Writing application
 License:        GPL-3.0-only
@@ -34,8 +34,9 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(granite) >= 5.2.3
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(gtksourceview-3.0)
+BuildRequires:  pkgconfig(gtksourceview-4)
 BuildRequires:  pkgconfig(gtkspell3-3.0)
+BuildRequires:  pkgconfig(libhandy-1)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
 Recommends:     %{name}-lang
 
@@ -50,6 +51,7 @@
 # use default font
 sed -i '/QuiltMono.ttf/d' $(grep -rl QuiltMono.ttf)
 sed -i '/QuiltVier.ttf/d' $(grep -rl QuiltVier.ttf)
+sed -i '/QuiltZwei.ttf/d' $(grep -rl QuiltZwei.ttf)
 
 %build
 %meson
@@ -57,32 +59,20 @@
 
 %install
 %meson_install
-%suse_update_desktop_file -r com.github.lainsce.quilter GTK Utility TimeUtility
-%find_lang com.github.lainsce.quilter %{name}.lang
+%suse_update_desktop_file -r io.github.lainsce.Quilter GTK Utility TimeUtility
+%find_lang io.github.lainsce.Quilter %{name}.lang
 %fdupes %{buildroot}/%{_datadir}
 
-# dirlist HiDPI icons (see: hicolor/index.theme)
-_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
+%files
 %license LICENSE
 %doc AUTHORS README.md
-%{_bindir}/com.github.lainsce.quilter
-%{_datadir}/com.github.lainsce.quilter/
-%{_datadir}/applications/com.github.lainsce.quilter.desktop
-%{_datadir}/glib-2.0/schemas/com.github.lainsce.quilter.gschema.xml
-%{_datadir}/gtksourceview-3.0/styles/*.xml
-%{_datadir}/icons/hicolor/*/apps/com.github.lainsce.quilter.??g
-%{_datadir}/metainfo/com.github.lainsce.quilter.appdata.xml
+%{_bindir}/io.github.lainsce.Quilter
+%{_datadir}/io.github.lainsce.Quilter/
+%{_datadir}/applications/io.github.lainsce.Quilter.desktop
+%{_datadir}/glib-2.0/schemas/io.github.lainsce.Quilter.gschema.xml
+%{_datadir}/gtksourceview-4/styles/*.xml
+%{_datadir}/icons/hicolor/*/apps/io.github.lainsce.Quilter*.??g
+%{_datadir}/metainfo/io.github.lainsce.Quilter.appdata.xml
 
 %files lang -f %{name}.lang
 

++++++ quilter-2.5.1.tar.gz -> quilter-3.3.4.tar.gz ++++++
++++ 100638 lines of diff (skipped)

Reply via email to