| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: grantlee5-devel | Distribution: SUSE Linux Enterprise 16 |
| Version: 5.3.1 | Vendor: openSUSE |
| Release: bp160.1.13 | Build date: Tue May 23 11:24:41 2023 |
| Group: Development/Libraries/C and C++ | Build host: reproducible |
| Size: 190987 | Source RPM: grantlee5-5.3.1-bp160.1.13.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/steveire/grantlee | |
| Summary: Include Files and Libraries Mandatory for Development with Grantlee | |
This package contains include files and libraries needed for development with grantlee.
LGPL-2.1-or-later
* Tue May 23 2023 Christophe Marin <christophe@krop.fr>
- Add patch to fix test failures on Leap 15:
* 0001-Add-a-call-to-registerComparators-in-testbuiltins.patch
* Sun Nov 13 2022 Luca Beltrame <lbeltrame@kde.org>
- Update to 5.3.1
* Use C++11 nullptr where appropriate
* Use QRandomGenerator instead of deprecated qRand
* Increase compatibility with Qt 6 APIs
* Add CMake option to build with Qt 6 - GRANTLEE_BUILD_WITH_QT6
* Support enum introspection on Q_GADGET
* filesizeformat implementation as well as localized filesize
* Make enums comparable with more operations
* Add "truncatechars" filter
* Fix concatenation of string lists
- Refreshed patches:
* includes.diff
* grantlee-5.2.0-fix-ctest-ld-library-path.patch
- Add patch to fix tests on i586 (gh#steveire/grantlee#85):
* fix-i586-precision.patch
- Add keyring for GPG source verification
* Thu May 14 2020 Fabian Vogt <fabian@ritter-vogt.de>
- Don't ignore the exit code of make test
* Tue Mar 31 2020 Matthias Fehring <buschmann23@opensuse.org>
- Require cmake(Qt5LinguistTools) for building to enable testing of
internationalization
- Use xvfb-run to run all tests, this obsoletes the following patch:
* grantlee-5.2.0-disable-textdocument-tests.patch
* Thu Dec 19 2019 Matthias Fehring <buschmann23@opensuse.org>
- Enable and run tests
* add grantlee-5.2.0-fix-ctest-ld-library-path.patch to set correct
ld library path as we skip rpath
* add grantlee-5.2.0-disable-textdocument-tests.patch to disable
some tests
* Wed Dec 18 2019 Matthias Fehring <buschmann23@opensuse.org>
- Update to 5.2.0
* Increase CMake requirement to version 3.5
* Port scriptable extensions to QJSEngine provided by QtQml
* Support reading properties from Q_GADGETS
* Remove TestCocoon integration
* Clean up documentation to clarify introspection requirements
* Fix mixing of {% include %} and {% extends %} tags
* Fix various bugs discovered by fuzzing
* Remove use of TR1 library features from unit tests
* Remove obsolete build options
* Document that loading templates from Qt Resources is possible
- Remove obsolete patches now included upstream
* fix-build-with-Qt-5.13.patch
* 0001-Remove-vestigial-ansi-flag.patch
* 0002-Fix-mix-of-inclusion-and-extension.patch
- Rebase pachtes
* includes.diff
* Mon Dec 09 2019 Matthias Fehring <buschmann23@opensuse.org>
- Add patch to fix segfault when mixing include and extend
* 0002-Fix-mix-of-inclusion-and-extension.patch
* Wed Jul 31 2019 Fabian Vogt <fabian@ritter-vogt.de>
- Add patch to fix build with newer CMake:
* 0001-Remove-vestigial-ansi-flag.patch
* Wed Apr 10 2019 Christophe Giboudeaux <christophe@krop.fr>
- Add fix-build-with-Qt-5.13.patch
- Run spec-cleaner
* Tue Apr 19 2016 hrvoje.senjan@gmail.com
- Update to 5.1.0
* Implement advanced operators for the {% if %} tag
* Use 'd' postfix for plugins built in debug mode
* Use 'd' postfix for libraries built in debug mode by Visual Studio
* Make it possible to build without QtScript and QtLinguistTools
* Bump Grantlee CMake requirement to 3.1.
* Bump Grantlee Qt requirement to 5.3.
* Wed Jan 07 2015 hrvoje.senjan@gmail.com
- Move away from using kf5-filesystem, only users of KDEInstallDirs
should use it
* Wed Sep 24 2014 hrvoje.senjan@gmail.com
- Update to 5.0.0 final:
* No changelog since rc1 provided
* Mon Sep 22 2014 hrvoje.senjan@gmail.com
- Activate grantlee5 package, Qt5 based variant of the grantlee libs
- Update to 5.0.0~rc1
* Drop Qt 4 build. Make Qt 5 a hard requirement.
* Add a porting guide for users of old versions of Grantlee.
* Drop custom handling of QObjects and containers in QVariant.
* Drop old names 'grantlee_core' and 'grantlee_gui' in favor of
'Templates' and 'Textdocument' respectively.
* Rely on modern CMake features such as IMPORTED targets and
usage requirements.
* Bump Grantlee CMake requirement to 2.8.12.
* Make the virtual Grantlee::Node::render method const.
* Merge LocalizedFilesystemTemplateLoader
into FilesystemTemplateLoader.
* Remove typedefs for QSharedPointers from APIs.
- Bump miminal requied cmake version to 2.8.12
- Add includes.diff: since upstream doesn't provide a way to install
to custom directory, we cheat!
- Add baselibs.conf
* Sat Nov 30 2013 hrvoje.senjan@gmail.com
- Update to 0.4.0
* Bump Grantlee CMake requirement to 2.8.9.
* Use the CMAKE_AUTOMOC feature in Grantlee.
* Clean up all CMake code.
* Fix memory leak when deleting a localized template loader.
* Clean up C++ code in preparation for Qt 5.
* Update jQuery version used in example to the latest release.
* Add API for resolving variables to strings in QtScript.
* Fix tests on ARM and other platforms which use float for qreal.
* Fri Nov 02 2012 cgiboudeaux@gmx.com
- Update to 0.3.0
* Implement dictsort filter
* Many new unit tests
* Bug fixes and performance improvements
* Roman numeral support in textdocument processing
* Sat Nov 05 2011 asterios.dramis@gmail.com
- Update to version 0.2.0:
* Fix build on several platforms including mac, solaris and bsds.
* Gather coverage data in release builds instead of debug builds.
* Ensure that unit tests can be run and pass before installation.
* Ensure that unit tests pass in multiple locales.
* Fix several compiler warnings.
* Add options for generating coverage data using testcocoon.
- Spec file updates:
* Renamed License: to LGPL-2.1+.
* Spec-cleaner run.
* Thu Jul 07 2011 asterios.dramis@gmail.com
- Spec file updates:
* Added Provides/Obsoletes for grantlee.
* Wed Jul 06 2011 asterios.dramis@gmail.com
- update to version 0.1.9
* Port the lexer to a state machine based string parser.
* Add feature to trim insignificant whitespace.
* Build with stricter Qt flags QT_NO_KEYWORDS and QT_NO_CAST_FROM_BYTEARRAY.
* Add example application for a html based templated application framework.
* Add documentation and convenience functions for QObject and Q_PROPERTY
introspection.
* Modernise the CMake build system including creation of EXPORT targets and
fixing of various cross-platform issues.
* Add a componentized CPack packaging system for binary tarballs and windows
install wizards.
* Ability to use COMPONENTS argument to find_package with Grantlee.
* Add a build target for generating code coverage information.
* Platform fixes for MIPS, ARM and MinGW.
* Add more documentation for example applications shipped with the Grantlee
source.
* Add the changelog for prior versions of Grantlee.
- Spec file updates:
* Added lcov in BuildRequires:.
* Changes based on openSUSE shared library packaging policy (added
libgrantlee_core0 and libgrantlee_gui0 packages, removed grantlee
package).
* Minor other updates.
* Sun May 22 2011 asterios.dramis@gmail.com
- update to version 0.1.8
* Add support for internationalization and localization features.
* A new contacts/address book application.
* Support for outputting QDate and QTime objects.
* Automatic loading of QtScript based plugins.
- Spec file updates:
* Changes based on spec-cleaner run.
* Changed License: to LGPLv2.1+.
* Updates in Group:, Summary: and %description entries.
* Removed libopenssl-devel from BuildRequires: (not needed).
* Removed /sbin/ldconfig from devel package (not needed).
* Minor other updates.
* Tue Dec 14 2010 wstephenson@novell.com
- Revert to 0.1.7 and tidy specfile
* Thu Oct 28 2010 tittiatcoke@gmail.com
- Went back to version 0.1.6 due to build issues. (Hanging build)
* Sun Oct 24 2010 wstephenson@novell.com
- update to version 0.1.7
* Generic type support
* Licensing fixes
* Documentation fixes
* Thu Sep 30 2010 wstephenson@novell.com
- update to version 0.1.6
* Fixed memory leaks
* More strict casting from ascii
* Fri Sep 10 2010 tittiatcoke@gmail.com
- update to version 0.1.5
* Mon Jul 19 2010 freitag@novell.com
- update to version 0.1.3
* Mon Apr 19 2010 tittiatcoke@gmail.com
- Official release for version 0.1
* Fri Apr 09 2010 tittiatcoke@gmail.com
- Initial package
/usr/include/grantlee5 /usr/include/grantlee5/grantlee /usr/include/grantlee5/grantlee/abstractlocalizer.h /usr/include/grantlee5/grantlee/abstractmarkupbuilder.h /usr/include/grantlee5/grantlee/bbcodebuilder.h /usr/include/grantlee5/grantlee/cachingloaderdecorator.h /usr/include/grantlee5/grantlee/context.h /usr/include/grantlee5/grantlee/engine.h /usr/include/grantlee5/grantlee/exception.h /usr/include/grantlee5/grantlee/filter.h /usr/include/grantlee5/grantlee/filterexpression.h /usr/include/grantlee5/grantlee/grantlee_templates_export.h /usr/include/grantlee5/grantlee/grantlee_textdocument_export.h /usr/include/grantlee5/grantlee/grantlee_version.h /usr/include/grantlee5/grantlee/markupdirector.h /usr/include/grantlee5/grantlee/mediawikimarkupbuilder.h /usr/include/grantlee5/grantlee/metatype.h /usr/include/grantlee5/grantlee/node.h /usr/include/grantlee5/grantlee/outputstream.h /usr/include/grantlee5/grantlee/parser.h /usr/include/grantlee5/grantlee/plaintextmarkupbuilder.h /usr/include/grantlee5/grantlee/qtlocalizer.h /usr/include/grantlee5/grantlee/rendercontext.h /usr/include/grantlee5/grantlee/safestring.h /usr/include/grantlee5/grantlee/taglibraryinterface.h /usr/include/grantlee5/grantlee/template.h /usr/include/grantlee5/grantlee/templateloader.h /usr/include/grantlee5/grantlee/texthtmlbuilder.h /usr/include/grantlee5/grantlee/token.h /usr/include/grantlee5/grantlee/typeaccessor.h /usr/include/grantlee5/grantlee/util.h /usr/include/grantlee5/grantlee/variable.h /usr/include/grantlee5/grantlee_templates.h /usr/include/grantlee5/grantlee_textdocument.h /usr/lib64/cmake/Grantlee5 /usr/lib64/cmake/Grantlee5/Grantlee5Config.cmake /usr/lib64/cmake/Grantlee5/Grantlee5ConfigVersion.cmake /usr/lib64/cmake/Grantlee5/GrantleeMacros.cmake /usr/lib64/cmake/Grantlee5/GrantleeTargets-relwithdebinfo.cmake /usr/lib64/cmake/Grantlee5/GrantleeTargets.cmake /usr/lib64/libGrantlee_Templates.so /usr/lib64/libGrantlee_TextDocument.so /usr/share/doc/packages/grantlee5-devel /usr/share/doc/packages/grantlee5-devel/AUTHORS /usr/share/doc/packages/grantlee5-devel/CHANGELOG /usr/share/doc/packages/grantlee5-devel/README.md /usr/share/licenses/grantlee5-devel /usr/share/licenses/grantlee5-devel/COPYING.LIB
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Oct 27 22:56:30 2025