Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2014-08-30 16:03:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui (Old)
 and      /work/SRC/openSUSE:Factory/.libyui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui/libyui.changes    2014-05-27 
11:51:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new/libyui.changes       2014-08-30 
16:04:18.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Aug 27 16:32:52 CEST 2014 - [email protected]
+
+- The default product name should be "SUSE Linux" (bnc#886608)
+- 3.1.4
+
+-------------------------------------------------------------------
+Mon Aug 25 12:41:39 UTC 2014 - [email protected]
+
+- Detect lib64 in a Debian compatible way, for Travis CI.
+
+-------------------------------------------------------------------

Old:
----
  libyui-3.1.3.tar.bz2

New:
----
  libyui-3.1.4.tar.bz2

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

Other differences:
------------------
++++++ libyui-doc.spec ++++++
--- /var/tmp/diff_new_pack.PVld31/_old  2014-08-30 16:04:20.000000000 +0200
+++ /var/tmp/diff_new_pack.PVld31/_new  2014-08-30 16:04:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-doc
-Version:        3.1.3
+Version:        3.1.4
 Release:        0
 Source:         libyui-%{version}.tar.bz2
 

++++++ libyui.spec ++++++
--- /var/tmp/diff_new_pack.PVld31/_old  2014-08-30 16:04:20.000000000 +0200
+++ /var/tmp/diff_new_pack.PVld31/_new  2014-08-30 16:04:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libyui
-Version:        3.1.3
+Version:        3.1.4
 Release:        0
 Source:         libyui-%{version}.tar.bz2
 

++++++ libyui-3.1.3.tar.bz2 -> libyui-3.1.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.3/.travis.yml new/libyui-3.1.4/.travis.yml
--- old/libyui-3.1.3/.travis.yml        1970-01-01 01:00:00.000000000 +0100
+++ new/libyui-3.1.4/.travis.yml        2014-08-25 14:57:18.000000000 +0200
@@ -0,0 +1,14 @@
+language: cpp
+compiler:
+    - gcc
+# install additional packages
+# http://docs.travis-ci.com/user/installing-dependencies/
+before_install:
+    - sudo apt-get update -qq
+    - sudo apt-get install -y libboost-dev
+script:
+    - make -f Makefile.cvs
+    - cd build
+    - make -j 4
+    - sudo make install
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.3/ChangeLog new/libyui-3.1.4/ChangeLog
--- old/libyui-3.1.3/ChangeLog  2014-05-26 13:57:46.000000000 +0200
+++ new/libyui-3.1.4/ChangeLog  2014-08-27 16:57:17.000000000 +0200
@@ -1,4 +1,15 @@
 -------------------------------------------------------------------
+Wed Aug 27 16:32:52 CEST 2014 - [email protected]
+
+- The default product name should be "SUSE Linux" (bnc#886608)
+- 3.1.4
+
+-------------------------------------------------------------------
+Mon Aug 25 12:41:39 UTC 2014 - [email protected]
+
+- Detect lib64 in a Debian compatible way, for Travis CI.
+
+-------------------------------------------------------------------
 Sat May 24 20:48:47 UTC 2014 - [email protected]
 
 - pull in GPLv3-license, since LGPLv3 is additional rules on top
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.3/README.md new/libyui-3.1.4/README.md
--- old/libyui-3.1.3/README.md  2014-02-18 17:12:09.000000000 +0100
+++ new/libyui-3.1.4/README.md  2014-08-25 14:57:18.000000000 +0200
@@ -1 +1,4 @@
 ![libYUI-boilerplate](http://img191.imageshack.us/img191/9364/libyui.png)
+
+
+[![Build 
Status](https://travis-ci.org/libyui/libyui.png?branch=master)](https://travis-ci.org/libyui/libyui)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.3/Rakefile new/libyui-3.1.4/Rakefile
--- old/libyui-3.1.3/Rakefile   2014-04-22 17:47:44.000000000 +0200
+++ new/libyui-3.1.4/Rakefile   2014-08-13 10:22:11.000000000 +0200
@@ -38,10 +38,9 @@
   puts 'No tests yet' if verbose
 end
 
-LIBYUI_PREFIX = ENV["HOME"] + "/libyui-prefix"
-LIBYUI_BASE = ENV.fetch("LIBYUI_BASE", "../libyui")
+LIBYUI_PREFIX = ENV.fetch("LIBYUI_PREFIX", ENV["HOME"] + "/libyui-prefix")
+LIBYUI_BASE   = ENV.fetch("LIBYUI_BASE",   "../libyui")
 
-# build the gem package
 desc 'Build a tarball for OBS'
 task :tarball do
   rm_rf BUILDDIR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.3/VERSION.cmake 
new/libyui-3.1.4/VERSION.cmake
--- old/libyui-3.1.3/VERSION.cmake      2014-05-26 13:57:46.000000000 +0200
+++ new/libyui-3.1.4/VERSION.cmake      2014-08-27 16:57:17.000000000 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "3")
 SET( VERSION_MINOR "1" )
-SET( VERSION_PATCH "3" )
+SET( VERSION_PATCH "4" )
 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-3.1.3/buildtools/Doxyfile.in 
new/libyui-3.1.4/buildtools/Doxyfile.in
--- old/libyui-3.1.3/buildtools/Doxyfile.in     2014-02-18 17:12:09.000000000 
+0100
+++ new/libyui-3.1.4/buildtools/Doxyfile.in     2014-08-15 09:47:11.000000000 
+0200
@@ -20,7 +20,7 @@
 STRIP_FROM_PATH        =
 STRIP_FROM_INC_PATH    =
 SHORT_NAMES            = NO
-JAVADOC_AUTOBRIEF      = NO
+JAVADOC_AUTOBRIEF      = YES
 QT_AUTOBRIEF           = YES
 MULTILINE_CPP_IS_BRIEF = NO
 INHERIT_DOCS           = YES
@@ -34,7 +34,7 @@
 OPTIMIZE_OUTPUT_VHDL   = NO
 EXTENSION_MAPPING      =
 MARKDOWN_SUPPORT       = YES
-BUILTIN_STL_SUPPORT    = NO
+BUILTIN_STL_SUPPORT    = YES
 CPP_CLI_SUPPORT        = NO
 SIP_SUPPORT            = NO
 IDL_PROPERTY_SUPPORT   = YES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.3/buildtools/LibyuiCommon.cmake 
new/libyui-3.1.4/buildtools/LibyuiCommon.cmake
--- old/libyui-3.1.3/buildtools/LibyuiCommon.cmake      2014-02-21 
11:30:58.000000000 +0100
+++ new/libyui-3.1.4/buildtools/LibyuiCommon.cmake      2014-08-25 
14:57:18.000000000 +0200
@@ -135,11 +135,12 @@
 MACRO( SET_LIBDIR )
 
   IF( NOT LIB_DIR )
-    IF (CMAKE_SIZEOF_VOID_P MATCHES "8")
+    GET_PROPERTY( LIB64 GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS )
+    IF( "${LIB64}" STREQUAL "TRUE" )
       SET( LIB_DIR "lib64" )
-    ELSE (CMAKE_SIZEOF_VOID_P MATCHES "8")
-      SET( LIB_DIR "lib" )
-    ENDIF (CMAKE_SIZEOF_VOID_P MATCHES "8")
+    ELSE()
+     SET( LIB_DIR "lib" )
+    ENDIF()
   ELSE( NOT LIB_DIR )
     STRING( REPLACE "${PREFIX}/" "" LIB_DIR "${LIB_DIR}" )
   ENDIF( NOT LIB_DIR )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.3/src/YApplication.cc 
new/libyui-3.1.4/src/YApplication.cc
--- old/libyui-3.1.3/src/YApplication.cc        2014-04-18 13:07:40.000000000 
+0200
+++ new/libyui-3.1.4/src/YApplication.cc        2014-08-27 16:57:17.000000000 
+0200
@@ -44,7 +44,7 @@
 struct YApplicationPrivate
 {
     YApplicationPrivate()
-       : productName( "openSUSE" )
+       : productName( "SUSE Linux" )
        , reverseLayout( false )
        , showProductLogo( false )
        {}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.3/src/YItem.h new/libyui-3.1.4/src/YItem.h
--- old/libyui-3.1.3/src/YItem.h        2014-02-18 17:12:09.000000000 +0100
+++ new/libyui-3.1.4/src/YItem.h        2014-08-15 09:47:11.000000000 +0200
@@ -31,8 +31,14 @@
 
 class YItem;
 
+// without "documenting" the file, typedefs will be dropped
+//! @file
+
+//! Collection of pointers to YItem.
 typedef std::vector<YItem *>                   YItemCollection;
+//! Mutable iterator over @ref YItemCollection.
 typedef YItemCollection::iterator              YItemIterator;
+//! Const   iterator over @ref YItemCollection.
 typedef YItemCollection::const_iterator                YItemConstIterator;
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.3/src/YTableItem.h 
new/libyui-3.1.4/src/YTableItem.h
--- old/libyui-3.1.3/src/YTableItem.h   2014-02-18 17:12:09.000000000 +0100
+++ new/libyui-3.1.4/src/YTableItem.h   2014-08-15 09:47:11.000000000 +0200
@@ -30,8 +30,14 @@
 
 class YTableCell;
 
+// without "documenting" the file, typedefs will be dropped
+//! @file
+
+//! Collection of pointers to YTableCell
 typedef std::vector<YTableCell *>              YTableCellCollection;
+//! Mutable iterator over @ref YTableCellCollection
 typedef YTableCellCollection::iterator         YTableCellIterator;
+//! Const   iterator over @ref YTableCellCollection
 typedef YTableCellCollection::const_iterator   YTableCellConstIterator;
 
 

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

Reply via email to