Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ytree for openSUSE:Factory checked 
in at 2024-03-17 22:16:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ytree (Old)
 and      /work/SRC/openSUSE:Factory/.ytree.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ytree"

Sun Mar 17 22:16:55 2024 rev:6 rq:1158740 version:2.07

Changes:
--------
--- /work/SRC/openSUSE:Factory/ytree/ytree.changes      2023-12-21 
23:39:41.056883452 +0100
+++ /work/SRC/openSUSE:Factory/.ytree.new.1905/ytree.changes    2024-03-17 
22:18:00.576816281 +0100
@@ -1,0 +2,9 @@
+Sun Mar 17 11:56:31 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 2.07:
+  * Removed -O compiler switch due to problems with UTF_8
+    code
+  * Added workaround when resizing ytree window during string
+    input
+
+-------------------------------------------------------------------

Old:
----
  ytree-2.06.tar.gz

New:
----
  ytree-2.07.tar.gz

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

Other differences:
------------------
++++++ ytree.spec ++++++
--- /var/tmp/diff_new_pack.OHs0mt/_old  2024-03-17 22:18:01.044833500 +0100
+++ /var/tmp/diff_new_pack.OHs0mt/_new  2024-03-17 22:18:01.044833500 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ytree
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           ytree
-Version:        2.06
+Version:        2.07
 Release:        0
 Summary:        A filemanager similar to XTree
 License:        GPL-2.0-only

++++++ ytree-2.06.tar.gz -> ytree-2.07.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ytree-2.06/CHANGES new/ytree-2.07/CHANGES
--- old/ytree-2.06/CHANGES      2023-11-26 10:15:34.000000000 +0100
+++ new/ytree-2.07/CHANGES      2024-02-18 16:03:17.000000000 +0100
@@ -175,4 +175,6 @@
     Reduced compiler warnings
 New in 2.06
     Fixed compile error in input.c (UTF_8 only)
-
+New in 2.07
+    Removed -O compiler switch due to problems with UTF_8 code
+    Added workaround when resizing ytree window during string input
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ytree-2.06/Makefile new/ytree-2.07/Makefile
--- old/ytree-2.06/Makefile     2023-11-26 10:15:34.000000000 +0100
+++ new/ytree-2.07/Makefile     2024-02-18 16:03:17.000000000 +0100
@@ -13,7 +13,7 @@
 
 DESTDIR     = /usr
 
-ADD_CFLAGS  = -O # -DVI_KEYS
+ADD_CFLAGS  = # -DVI_KEYS
 
 BINDIR      = $(DESTDIR)/bin
 MANDIR      = $(DESTDIR)/share/man/man1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ytree-2.06/input.c new/ytree-2.07/input.c
--- old/ytree-2.06/input.c      2023-11-26 10:15:34.000000000 +0100
+++ new/ytree-2.07/input.c      2024-02-18 16:03:17.000000000 +0100
@@ -245,6 +245,12 @@
                                doupdate();
                              }
                              break;
+#ifdef KEY_RESIZE
+
+        case KEY_RESIZE:     resize_request = TRUE;
+                             break;
+#endif
+
 #ifdef KEY_F
         case KEY_F(2)       : 
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ytree-2.06/patchlev.h new/ytree-2.07/patchlev.h
--- old/ytree-2.06/patchlev.h   2023-11-26 10:15:34.000000000 +0100
+++ new/ytree-2.07/patchlev.h   2024-02-18 16:03:17.000000000 +0100
@@ -5,6 +5,6 @@
  ***************************************************************************/
 
 
-#define        VERSION         "2.06"
+#define        VERSION         "2.07"
 #define        PATCHLEVEL      0
-#define VERSIONDATE    "26 Nov 2023"
+#define VERSIONDATE    "18 Feb 2024"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ytree-2.06/ytree-2.06.lsm 
new/ytree-2.07/ytree-2.06.lsm
--- old/ytree-2.06/ytree-2.06.lsm       2023-11-26 10:17:00.000000000 +0100
+++ new/ytree-2.07/ytree-2.06.lsm       1970-01-01 01:00:00.000000000 +0100
@@ -1,18 +0,0 @@
-Begin4
-Title:         ytree-2.06
-Version:       2.06
-Entered-date:  2023-11-26
-Description:   Ytree is a nifty filemanager similar to xtree.
-               With some helper-applications (zip/zoo/tar/rpm etc.)
-               you can also browse archive files. Viewers for
-               "special" files are configurable (*.wav, *.gif etc.).
-               Even the commands/menus are now user configurable.
-               For a screenshot visit http://www.han.de/~werner/ytree.html
-Keywords:      file manager, browser, xtree
-Author:                [email protected] (Werner Bregulla)
-Maintained-by: [email protected] (Werner Bregulla)
-Primary-site:  http://www.han.de/~werner/ytree.html
-               ytree-2.06.tar.gz
-               ytree-2.06.lsm
-Copying-policy:        GPL
-End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ytree-2.06/ytree-2.07.lsm 
new/ytree-2.07/ytree-2.07.lsm
--- old/ytree-2.06/ytree-2.07.lsm       1970-01-01 01:00:00.000000000 +0100
+++ new/ytree-2.07/ytree-2.07.lsm       2024-02-18 16:05:04.000000000 +0100
@@ -0,0 +1,18 @@
+Begin4
+Title:         ytree-2.07
+Version:       2.07
+Entered-date:  2024-02-18
+Description:   Ytree is a nifty filemanager similar to xtree.
+               With some helper-applications (zip/zoo/tar/rpm etc.)
+               you can also browse archive files. Viewers for
+               "special" files are configurable (*.wav, *.gif etc.).
+               Even the commands/menus are now user configurable.
+               For a screenshot visit http://www.han.de/~werner/ytree.html
+Keywords:      file manager, browser, xtree
+Author:                [email protected] (Werner Bregulla)
+Maintained-by: [email protected] (Werner Bregulla)
+Primary-site:  http://www.han.de/~werner/ytree.html
+               ytree-2.07.tar.gz
+               ytree-2.07.lsm
+Copying-policy:        GPL
+End

Reply via email to