Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package minder for openSUSE:Factory checked 
in at 2024-08-12 12:31:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minder (Old)
 and      /work/SRC/openSUSE:Factory/.minder.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minder"

Mon Aug 12 12:31:27 2024 rev:28 rq:1193227 version:1.16.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/minder/minder.changes    2023-07-28 
22:20:23.533208904 +0200
+++ /work/SRC/openSUSE:Factory/.minder.new.7232/minder.changes  2024-08-12 
12:33:04.831312876 +0200
@@ -1,0 +2,20 @@
+Sun Aug 11 07:43:44 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- fix build by including the correct directory in %files
+
+-------------------------------------------------------------------
+Wed Jun 12 03:00:20 UTC 2024 - gmg 137 <gmg...@live.com>
+
+- Update to 1.16.4
+  * Added ability to search group notes in search UI.
+  * Removed executable permissions from SVG (thanks to @yangfl).
+  * Removing node summary menu option when a single node is selected 
(unsupported feature). 
+
+-------------------------------------------------------------------
+Wed Mar 20 02:09:19 UTC 2024 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Require pkgconfig(libmarkdown) >= 3.0 for oS >= 1650, since we
+  now maintain two versions of discount providing
+  pkgconfig(libmarkdown): 3.x and 2.x.
+
+-------------------------------------------------------------------

Old:
----
  Minder-1.15.2.tar.gz

New:
----
  minder-1.16.4.tar.gz

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

Other differences:
------------------
++++++ minder.spec ++++++
--- /var/tmp/diff_new_pack.Jvc4LL/_old  2024-08-12 12:33:05.455338890 +0200
+++ /var/tmp/diff_new_pack.Jvc4LL/_new  2024-08-12 12:33:05.463339223 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package minder
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
 #
 
 
+%define         appid com.github.phase1geo.minder
 Name:           minder
-Version:        1.15.2
+Version:        1.16.4
 Release:        0
 Summary:        Mind-mapping app
 License:        GPL-3.0-or-later
-Group:          Productivity/Office/Other
 URL:            https://github.com/phase1geo/Minder
-Source:         
https://github.com/phase1geo/Minder/archive/%{version}.tar.gz#/Minder-%{version}.tar.gz
+Source0:        %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  meson
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(granite) >= 5.2.3
+BuildRequires:  pkgconfig(granite)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-4)
 BuildRequires:  pkgconfig(json-glib-1.0)
@@ -49,10 +49,7 @@
 %lang_package
 
 %prep
-%setup -q -n Minder-%{version}
-
-# Fix: script-without-shebang
-find -name \*.svg -exec chmod 0644 {} \+
+%autosetup -n Minder-%{version}
 
 %build
 %meson
@@ -60,20 +57,20 @@
 
 %install
 %meson_install
-%suse_update_desktop_file -r com.github.phase1geo.minder GTK Office FlowChart
-%find_lang com.github.phase1geo.minder %{name}.lang
-%fdupes %{buildroot}/%{_datadir}
+%suse_update_desktop_file %{appid}
+%find_lang %{appid}
+%fdupes %{buildroot}%{_datadir}
 
 %files
 %license COPYING
 %doc AUTHORS README.md
-%{_bindir}/com.github.phase1geo.minder
-%{_datadir}/applications/com.github.phase1geo.minder.desktop
-%{_datadir}/glib-2.0/schemas/com.github.phase1geo.minder.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/*.??g
-%{_datadir}/metainfo/com.github.phase1geo.minder.appdata.xml
-%{_datadir}/mime/packages/com.github.phase1geo.minder.xml
-%{_datadir}/gtksourceview-4/
+%{_bindir}/%{appid}
+%{_datadir}/applications/%{appid}.desktop
+%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
+%{_datadir}/icons/hicolor/*/apps/%{appid}.svg
+%{_datadir}/metainfo/%{appid}.appdata.xml
+%{_datadir}/mime/packages/%{appid}.xml
+%{_datadir}/%{name}
 
-%files lang -f %{name}.lang
+%files lang -f %{appid}.lang
 

Reply via email to