Hello community,

here is the log from the commit of package libyui-ncurses for openSUSE:Factory 
checked in at 2015-01-21 21:52:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-ncurses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-ncurses"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-ncurses/libyui-ncurses.changes    
2014-07-29 16:48:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-ncurses.new/libyui-ncurses.changes       
2015-01-21 21:52:11.000000000 +0100
@@ -1,0 +2,13 @@
+Tue Jan 20 16:09:58 UTC 2015 - [email protected]
+
+- Fixed building with cmake 3.1 (PREFIX in spec, boo#911875).
+- 2.46.8
+
+-------------------------------------------------------------------
+Fri Nov  7 14:13:38 UTC 2014 - [email protected]
+
+- RichText hyperlinks: return as strings, like Qt and GTK do.
+  (gh#libyui/libyui-ncurses#30)
+- 2.46.7
+
+-------------------------------------------------------------------

Old:
----
  libyui-ncurses-2.46.6.tar.bz2

New:
----
  libyui-ncurses-2.46.8.tar.bz2

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

Other differences:
------------------
++++++ libyui-ncurses-doc.spec ++++++
--- /var/tmp/diff_new_pack.ppk078/_old  2015-01-21 21:52:12.000000000 +0100
+++ /var/tmp/diff_new_pack.ppk078/_new  2015-01-21 21:52:12.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-ncurses-doc
-Version:        2.46.6
+Version:        2.46.8
 Release:        0
 Source:         libyui-ncurses-%{version}.tar.bz2
 

++++++ libyui-ncurses.spec ++++++
--- /var/tmp/diff_new_pack.ppk078/_old  2015-01-21 21:52:12.000000000 +0100
+++ /var/tmp/diff_new_pack.ppk078/_new  2015-01-21 21:52:12.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-ncurses
-Version:        2.46.6
+Version:        2.46.8
 Release:        0
 Source:         libyui-ncurses-%{version}.tar.bz2
 
@@ -96,13 +96,13 @@
 
 %if %{?_with_debug:1}%{!?_with_debug:0}
 cmake .. \
-        -DPREFIX=%{_prefix} \
+        -DYPREFIX=%{_prefix} \
         -DDOC_DIR=%{_docdir} \
         -DLIB_DIR=%{_lib} \
         -DCMAKE_BUILD_TYPE=RELWITHDEBINFO
 %else
 cmake .. \
-        -DPREFIX=%{_prefix} \
+        -DYPREFIX=%{_prefix} \
         -DDOC_DIR=%{_docdir} \
         -DLIB_DIR=%{_lib} \
         -DCMAKE_BUILD_TYPE=RELEASE

++++++ libyui-ncurses-2.46.6.tar.bz2 -> libyui-ncurses-2.46.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.46.6/ChangeLog 
new/libyui-ncurses-2.46.8/ChangeLog
--- old/libyui-ncurses-2.46.6/ChangeLog 2014-07-28 14:21:43.000000000 +0200
+++ new/libyui-ncurses-2.46.8/ChangeLog 2015-01-20 17:15:11.000000000 +0100
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Tue Jan 20 16:09:58 UTC 2015 - [email protected]
+
+- Fixed building with cmake 3.1 (PREFIX in spec, boo#911875).
+- 2.46.8
+
+-------------------------------------------------------------------
+Fri Nov  7 14:13:38 UTC 2014 - [email protected]
+
+- RichText hyperlinks: return as strings, like Qt and GTK do.
+  (gh#libyui/libyui-ncurses#30)
+- 2.46.7
+
+-------------------------------------------------------------------
 Thu Jul 10 12:09:39 CEST 2014 - [email protected]
 
 - Improve table sorting: interpret numbers correctly (related to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.46.6/VERSION.cmake 
new/libyui-ncurses-2.46.8/VERSION.cmake
--- old/libyui-ncurses-2.46.6/VERSION.cmake     2014-07-28 10:26:45.000000000 
+0200
+++ new/libyui-ncurses-2.46.8/VERSION.cmake     2015-01-20 17:15:11.000000000 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "46" )
-SET( VERSION_PATCH "6" )
+SET( VERSION_PATCH "8" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.46.6/libyui-ncurses.spec.in 
new/libyui-ncurses-2.46.8/libyui-ncurses.spec.in
--- old/libyui-ncurses-2.46.6/libyui-ncurses.spec.in    2014-02-24 
11:24:45.000000000 +0100
+++ new/libyui-ncurses-2.46.8/libyui-ncurses.spec.in    2015-01-20 
17:15:11.000000000 +0100
@@ -90,13 +90,13 @@
 
 %if %{?_with_debug:1}%{!?_with_debug:0}
 cmake .. \
-        -DPREFIX=%{_prefix} \
+        -DYPREFIX=%{_prefix} \
         -DDOC_DIR=%{_docdir} \
         -DLIB_DIR=%{_lib} \
         -DCMAKE_BUILD_TYPE=RELWITHDEBINFO
 %else
 cmake .. \
-        -DPREFIX=%{_prefix} \
+        -DYPREFIX=%{_prefix} \
         -DDOC_DIR=%{_docdir} \
         -DLIB_DIR=%{_lib} \
         -DCMAKE_BUILD_TYPE=RELEASE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.46.6/src/NCRichText.cc 
new/libyui-ncurses-2.46.8/src/NCRichText.cc
--- old/libyui-ncurses-2.46.6/src/NCRichText.cc 2014-02-21 11:37:26.000000000 
+0100
+++ new/libyui-ncurses-2.46.8/src/NCRichText.cc 2014-11-07 15:40:09.000000000 
+0100
@@ -276,7 +276,8 @@
                    std::string str;
                    NCstring::RecodeFromWchar( anchors[armed].target, "UTF-8", 
&str );
                    yuiMilestone() << "LINK: " << str << std::endl;
-                   ret.selection = new YMenuItem( str );
+                   ret.result = str;
+                   ret.selection = NULL;
                }
 
                break;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.46.6/src/NCtoY2Event.cc 
new/libyui-ncurses-2.46.8/src/NCtoY2Event.cc
--- old/libyui-ncurses-2.46.6/src/NCtoY2Event.cc        2014-02-21 
11:37:26.000000000 +0100
+++ new/libyui-ncurses-2.46.8/src/NCtoY2Event.cc        2014-11-07 
15:40:09.000000000 +0100
@@ -64,8 +64,12 @@
                return 0;
 
        case menu:
-           if ( selection && widget && widget->isValid() )
-               return new YMenuEvent( selection );
+           if ( widget && widget->isValid() ) {
+               if (selection)
+                  return new YMenuEvent( selection );
+               else
+                  return new YMenuEvent( result );
+           }
            else
                return 0;
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to