Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mg for openSUSE:Factory checked in 
at 2023-04-11 13:51:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mg (Old)
 and      /work/SRC/openSUSE:Factory/.mg.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mg"

Tue Apr 11 13:51:10 2023 rev:2 rq:1078343 version:3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/mg/mg.changes    2022-06-01 17:35:02.858768141 
+0200
+++ /work/SRC/openSUSE:Factory/.mg.new.19717/mg.changes 2023-04-11 
13:51:21.447429585 +0200
@@ -1,0 +2,15 @@
+Mon Apr 10 09:38:27 UTC 2023 - Tomasz Hołubowicz <[email protected]> 
- 3.6
+
+- Update to version 3.6:
+  * Add support for exuberant/universal Ctags tags file format
+  * Add support for M-, to pop-tag-mark, like GNU Emacs
+  * Sync with mg upstream, OpenBSD 7.2, as of April 10 2023
+  * Sync with mg upstream, OpenBSD 7.2, as of March 26 2023
+  * Add support for --without-docs to skip installation of files to
+    /usr/share/doc/mg, including the manual
+  * Install gzipped tutorial in /usr/share/mg/, for built-in help
+  * Fix #17: typos in *quick* help buffer, also replace duplicate undo with 
mark
+    command instead
+  * Fix #18: revert-buffer crash on macOS
+
+-------------------------------------------------------------------

Old:
----
  mg-3.5.tar.gz

New:
----
  mg-3.6.tar.gz

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

Other differences:
------------------
++++++ mg.spec ++++++
--- /var/tmp/diff_new_pack.hPc6bi/_old  2023-04-11 13:51:21.999432783 +0200
+++ /var/tmp/diff_new_pack.hPc6bi/_new  2023-04-11 13:51:22.003432807 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mg
 #
-# Copyright (c) 2022 Tomasz Hołubowicz <[email protected]>
+# Copyright (c) 2022-2023 Tomasz Hołubowicz <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,13 +13,14 @@
 # published by the Open Source Initiative.
 
 Name:           mg
-Version:        3.5
+Version:        3.6
 Release:        0
 Summary:        Micro GNU Emacs clone
 License:        Unlicense
 Group:          Productivity/Text/Editors
 URL:            https://man.troglobit.com/man1/mg.1.html
 Source:         
https://github.com/troglobit/mg/releases/download/v%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf automake
 BuildRequires:  ncurses-devel
 
 %description
@@ -29,6 +30,7 @@
 %setup -q
 
 %build
+autoreconf -i
 %configure
 %make_build
 
@@ -37,12 +39,13 @@
 mkdir -p %{buildroot}%{_docdir}/
 mv -f %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/%{name}/
 
+rm %{buildroot}/usr/share/mg/tutorial.gz
 rm %{buildroot}/usr/share/doc/packages/mg/.mg
 rm %{buildroot}/usr/share/doc/packages/mg/UNLICENSE
 
 %files
 %license UNLICENSE
-%doc README.md ChangeLog.md
+%doc README.md ChangeLog.md tutorial
 %doc %{_docdir}/mg/
 %{_bindir}/mg
 %{_mandir}/man1/mg.1%{?ext_man}

++++++ mg-3.5.tar.gz -> mg-3.6.tar.gz ++++++
++++ 24017 lines of diff (skipped)

Reply via email to