Changelog for
fpc-2.6.2-1.1.i586.rpm :
Fri Apr 12 14:00:00 2013 svalxAATTsvalx.net
- Update to 2.6.2 - a fixes update from the 2.6.x branch.
The new features include, amongst others:
* Compiler:
- Improvements and fixes for the ARM architecture
* Packages:
- New package fpindexer (indexing engine)
- Support for observer pattern added to fcl-base (and base classes in RTL)
- Lots and lots fixes and improvements for fcl-db
* Support for JSON dataset added among others
- Fixes and improvements for fcl-passrc (and fpdoc)
- Updates for PTCPas and gtk2
- Fpmkunit improvements (better support for future switch to fpmake)
- Several fixes for x11
- Several fixes for winunits (and winceunits)
* Platforms:
- Improvements to the NativeNT target (newly introduced as alpha in 2.6.0)
- Many fixes for OpenBSD and NetBSD (considered in beta state now)
- Internal ELF writer supported for more BSD targets
- Fixes and improvements for gba and nds
- Add fpc-2.6.2-make-user.pdf-fix.patch - fix TeX broke with error when build user.pdf
Sun Oct 14 14:00:00 2012 asterios.dramisAATTgmail.com
- Enabled debuginfo in all BuildArches.
- Removed gpm build requirement (not needed).
- Removed glibc runtime requirement (it\'s always provided).
- Fixed some rpmlint warnings \"script-without-shebang\".
- Added support for \"build ID\" in binaries (for debuginfo support).
Wed Oct 3 14:00:00 2012 asterios.dramisAATTgmail.com
- Added texlive-float as build requirement to fix compilation in Factory.
Removed texlive-collection-basic (not needed anymore).
Sun Sep 16 14:00:00 2012 termimAATTgmail.com
- Update to 2.6.0 - a new major version of the Free Pascal compiler.
Some highlights are:
- Platforms:
* iPhoneSimulator target
- Compiler:
* Many new language features:
* Objective-Pascal dialect, supported on all Mac OS X and iOS targets
* constref parameter modifier for \"const by reference\"
* Pascal boolean types with multiple sizes (boolean16/32/64)
* ISO 7185 language mode (except for I/O). Features amongst others:
* nested procedure variables
* non-local goto\'s
* Mac Pascal mode improvements
* nested procedure variables
* univ modifier
* Intrinsics
* sar (shift arithmetic right)
* bsf/bsr (bitscan forward/reverse)
* Delphi compatibility mode improvements
* Nested types, class variables and class local constants
* Advanced records syntax (no constructors yet)
* (for..in) Enumerators in records
* Class and record helpers
* Generic records, arrays and procedural types
* Delphi-compatibility of generics improved
* Scoped enumerations
* Custom messages for \"deprecated\" directive
* Ability to use \"&\" for escaping keywords
* New ARM code generator features
* ARM VFPv2 and VFPv3 floating point unit support
* Thumb-2 support
- Packages:
* Many improvements to the rtl
* Many improvements to the database units (fcl-db)
* Objective-Pascal interfaces to Foundation, AppKit, CoreData and WebCore
* OpenGL headers updated to OpenGL 4.0
Details about these new features can be found at
http://wiki.freepascal.org/FPC_New_Features_2.6.0
See http://bugs.freepascal.org/changelog_page.php for the list of reported
bugs that have been fixed in this release.
Mon Sep 3 14:00:00 2012 asterios.dramisAATTgmail.com
- Changes based on spec-cleaner run.
- Added the following build requirements to fix compilation in Factory:
texlive-amsfonts, texlive-collection-basic, texlive-courier, texlive-dvips,
texlive-ec, texlive-fancyhdr, texlive-helvetic, texlive-makeindex,
texlive-metafont, texlive-ntgclass, texlive-psnfss and texlive-times.
- Fix rpmlint warnings \"script-without-shebang\" and \"files-duplicate\".
- Use %{?_smp_mflags} in compilation.
- Install documentation in %{_defaultdocdir}/%{name} instead of
%{_defaultdocdir}/%{name}-%{version}.
Fri Apr 1 14:00:00 2011 termimAATTgmail.com
- Update to 2.4.2
Mon Apr 13 14:00:00 2009 Toni Graffy
- 2.2.4-0.pm.1
- update to 2.2.4
- using fdupes
Sat Nov 1 13:00:00 2008 Toni Graffy - 2.2.2-0.pm.2
- added two patches:
pass -z noexecstack to the linker from within the configuration file fpc.cfg (fpc-bug #11563)
fix fpc-bug #11837 for usage with newer gtk2-versions
Sun Sep 14 14:00:00 2008 Toni Graffy - 2.2.2-0.pm.1
- package adapted for packman
- using fpc-2.2.0 for bootstrapping and compiling this package
- based on spec-file 2.2.2-1 from Joost van der Sluis