Package Release Info

cln-1.3.4-bp150.2.5

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

cln
cln-devel

Change Logs

Version: 1.3.4-2.1
* Tue Nov 18 2014 pgajdos@suse.com
- updated to 1.3.4:
  * Fix input of huge floats.
  * Support the AArch64 and the Mips64 ABIs.
    => dropped cln-aarch64.patch
* Mon Sep 09 2013 pgajdos@suse.com
- updated to 1.3.3:
  * Fix integer input of leading zeros in power-of-two base.
  * Fix several floating-poing conversion bugs involving huge
    numbers.
  * Fix bug that would set input stream fail state when reading
    a number at EOF.
- removed upstreamed s390x.patch
- refreshed aarch64.patch
* Wed Mar 06 2013 schwab@suse.de
- cln-aarch64.patch: add support for aarch64
* Tue Nov 20 2012 cgiboudeaux@gmx.com
- Fix the SLES build (%make_install is not expanded)
- Install the license file
* Fri Jan 20 2012 crrodriguez@opensuse.org
- build with -fvisibility-inlines-hidden, in the unlikely
  case this cause trouble, drop me a note (the test suite passes
  so I expect none) . This reduces the exported symbol table
  in around 200(!!) symbols.
* Tue Dec 20 2011 dmueller@suse.de
- build with optflags again
- fix build on arm
* Mon Nov 28 2011 ro@suse.de
- make it build on s390x
* Mon Oct 17 2011 arun@gmx.de
- Update to version 1.3.2: (changes taken from git log)
  * Fix scale_float for large factors on x86.
  * Update documentation about infrastructure requirements.
  * Support for MSVC.
  * Fix yet another dependent base C++ language issue.
  * Fix compilation with clang.
  * Configure: be more cross-compilation friendly.
  * Fix the documentation build failure (wrong texinfo).
  * Remove 'auto' keyword used as storage specifier.
* Mon Aug 08 2011 toddrme2178@gmail.ccom
- Fixed group (fix for RPMLINT warning)
- Removed commented files  (fix for RPMLINT warning)
- Switched hard-coded paths and commands to RPM macros in spec file
- Cleaned up spec file formatting
* Mon Jun 28 2010 pgajdos@suse.cz
- Added pkg-config to BuildRequires to generate right Provides
* Mon Sep 28 2009 masterpatricko@gmail.com
- Update to verion 1.3.1
* Sat Aug 08 2009 masterpatricko@gmail.com
- Update to version 1.3
* Mon Mar 17 2008 bwalle@suse.de
- fix build on ia64
* Wed Dec 19 2007 bwalle@suse.de
- fix build for gcc 4.3 after the gmp update (CL_GMP_SET_UINTD
  needs to be run with C and not with C++ language)
- require emacs-nox instead of emacs-x11 because emacs-x11 requires
  a terminal as standard input even in batch mode
- changed RPM Group for devel subpackage to "Development/Lib-
  raries/C and C++" because of rpmlint
* Wed Oct 24 2007 bwalle@suse.de
- update to latest CVS
- fix build for gcc 4.3
* Fri Jun 22 2007 bwalle@suse.de
- update to 1.1.13
  o Compilation fixes for 64-bit
  o Fix rare assertion when printing quite large floats.
  o Compilation fixes for several platforms: *BSD, Intel Mac, and
    MinGW.
- created -devel subpackage
- fixed dependency for 10.3
* Thu Mar 23 2006 schwab@suse.de
- Don't generate debug information twice.
* Thu Jan 26 2006 sbrabec@suse.cz
- Added %%install_info_prereq.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Jan 18 2006 ro@suse.de
- added gmp-devel to nfb