[SCM] OCE packaging annotated tag, debian/0.11-1, created. debian/0.11-1

Denis Barbier bouzim at gmail.com
Thu Dec 13 19:16:59 UTC 2012


The annotated tag, debian/0.11-1 has been created
        at  d8e4376cf38b1b5ea55eef012fdb45557f1041be (tag)
   tagging  e7c2edd40fd6135733c6b65bf791ddaf869627f9 (commit)
  replaces  debian/0.10-3
 tagged by  Denis Barbier
        on  Thu Dec 13 20:17:23 2012 +0100

- Shortlog ------------------------------------------------------------
Debian release 0.11-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQBQyinE8Ri1lR4WGvsRAuHCAJ4/cHM750SFebriUQiUpzNFUsyGNQCbBmxj
MZkkDk76NR6VmovNFGoW4Ho=
=qlRS
-----END PGP SIGNATURE-----

Denis Barbier (37):
      Wrap the new TKQADraw module introduced in OCCT 6.5.3
      Fix build failure when compiling with g++ -Werror=format-security
      Add missing dependencies to avoid undefined symbols when building TKQADraw
      Merge pull request #284 from tpaviot/review/wrap-TKQADraw
      Merge pull request #287 from tpaviot/review/bugfixes
      Merge pull request #291 from jobermayr/master
      Replace CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES by CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES
      Drop getGL2PSFontName method from OpenGl_Display.hxx
      Merge pull request #292 from tpaviot/review/cmake-platform
      Merge pull request #293 from tpaviot/review/fix-OpenGl_Display
      Merge pull request #296 from tpaviot/review/no-win32-rpath
      Cosmetics: rearrange Standard_Atomic.hxx to minimize diff against OCCT
      Merge pull request #300 from tpaviot/review/mingw32fix
      Cosmetics: use the APPEND keyword in SET_PROPERTY command
      Merge pull request #297 from tpaviot/review/msvc11
      Merge pull request #308 from jobermayr/jobermayr
      Cosmetics
      Run TDataXtd_test only if OCE_DISABLE_X11 option is not set
      Upgrade to OCCT 6.5.4
      Replaced config.h with oce-config.h in QAViewer2dTest/QAViewer2dTest_ObjectCommands.cxx
      Drop X11_FONT_PATH, it is no more needed
      Drop HAVE_FTGL_NEWER212 macro, this is no more needed
      Replace labs(intptr_t) by uintptr_t
      Fix 4a1888c by using the right data type to avoid int<->pointer conversions
      Slightly amend 1c63761: use Standard_CString instead of Standard_Character* to drop casts
      SortTools_test depends only on TKernel and can thus be run unconditionnally
      QuickSort must also work on collections which do not provide Upper() and Lower() methods
      Previous commit is inefficient if there are many consecutive identical values
      Link TDataXtd_test against FWOSPlugin
      Merge pull request #322 from tpaviot/review/fix-quicksort
      Merge tag 'upstream/OCE-0.11' into debian
      Bump ABI SONAME
      Upgrade all install files and soname
      Drop debian/patches/add-TKQADraw.patch, it is no more needed
      Refresh debian/patches/split-export.patch
      Change build type to RelWithDebInfo, maybe we will ship *-dbg packages one day
      Update debian/changelog and upload 0.11-1 into experimental

Johannes Obermayr (3):
      Fix wrong RPATH with absolute path in OCE_INSTALL(_\|_PACKAGE_)LIB_DIR
      Fix a RPATH issue if -DOCE_INSTALL_LIB_DIR is absolute.
      Fix generation of ${PROJECT_NAME}_CMAKE_DATA_TO_INCLUDE_RELATIVE_DIR.

Massimo Del Fedele (2):
      SortTools_Quicksort : fix for out-of-bound exception
      Fixed linker errors in static build

QbProg (21):
      OCE_RPATH_FILTER_SYSTEM_PATHS is not useful in WIN32.
      Tests support for VC++ 2012
      Fix installation of DrawResources
      Fixes for WNT compilation:
      The "k" variable was already used in an external loop. This fix uses a local variable instead.
      Fixes a duplicate check in the condition. Probably a copy-paste bug.
      Fixed a bug caused by missing branches.
      Merge pull request #319 from tpaviot/review/bug-fixes
      Fixed precompiled include capitalization
      Fix for mingw on windows , proposed by Max
      Enable precompiled headers for GCC
      Copy and build the precompiled header in the binary directory
      PCH default OFF for GCC
      Merge pull request #320 from tpaviot/review/gcc-pch
      Uses Standard_IMPORT instead of __declspec(dllimport) in non MSVC-compilers
      Replace __declspec(dllexport) with Standard_EXPORT
      Merge pull request #315 from tpaviot/review/fix-static-build
      Merge pull request #318 from tpaviot/review/mingw64-fixes
      Merge pull request #288 from tpaviot/review/fix-TData_Xtd_test
      Updated NEWS and README.txt for 0.11
      OCE-0.11 released

Thomas Paviot (3):
      Merge pull request #313 from tpaviot/review/OCCT-6.5.4
      Merge pull request #311 from tpaviot/review/fix-TDataXtd-if-DISABLE_X11
      Merge pull request #316 from tpaviot/review/cppcheck-1.57-fixes

salajkav-dlubalcz (3):
      MinGW32 compatibility fixes.
      Source code simplification.
      Tab/Space fix.

tpaviot (21):
      Bumped version number to 0.10.1-dev
      bugxix : unused value
      Bugfix: test does not work as expected because of missing parentheses
      Bumped oce version to 0.11-dev
      Replaced config.h with oce-config.h in Image/Image_AlienPixMap.cxx
      On OSX, native OpenGl header should never be called, but only the X11 GL headers: OCE only supports X11, not Cocoa
      Added Font to TKService
      Updated BuildToolit.cmake: OSD_FontMgr.cxx was renamed to Font_FontMgr.cxx
      Additional TKCAF dependency upon TKBO
      Bumped ABI_SOVERSION since OCCT6.5.4 changes are binary incompatible with previous version
      [cppcheck-fix] Uninitialized variable
      [cppcheck-fix][memory-leak]
      [cppcheck-fix][uninitialized-variable]
      [cppcheck-fix][mismatch-allocation-deallocation]
      [cppcheck-fix][uninitialized-var]
      [cppcheck-fix][uninitialized-var]
      [cppcheck-fix][memory-leak]
      [cppcheck-fix][memory-leak]
      Use initptr_t under Win/mingw64 (sizeof(long)<sizeof(void*))
      Fix compilation error on Ubuntu12.10
      Added SortTools_test (see Issue #322)

-----------------------------------------------------------------------

-- 
OCE packaging



More information about the debian-science-commits mailing list