Hello community,

here is the log from the commit of package grantlee for openSUSE:Factory
checked in at Thu Jul 7 14:25:13 CEST 2011.



--------
--- grantlee/grantlee.changes   2011-05-22 19:27:47.000000000 +0200
+++ /mounts/work_src_done/STABLE/grantlee/grantlee.changes      2011-07-06 
18:47:15.000000000 +0200
@@ -1,0 +2,27 @@
+Wed Jul  6 16:46:55 UTC 2011 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  INFO
  grantlee-0.1.8.tar.bz2

New:
----
  grantlee-0.1.9.tar.gz

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

Other differences:
------------------
++++++ grantlee.spec ++++++
--- /var/tmp/diff_new_pack.utnvmZ/_old  2011-07-07 14:20:42.000000000 +0200
+++ /var/tmp/diff_new_pack.utnvmZ/_new  2011-07-07 14:20:42.000000000 +0200
@@ -19,19 +19,18 @@
 
 
 Name:           grantlee
-Version:        0.1.8
+Version:        0.1.9
 Release:        1
 License:        LGPLv2.1+
 Summary:        Qt string template library
 Url:            http://grantlee.org/
 Group:          System/Libraries
-# http://downloads.grantlee.org/grantlee-0.1.8.tar.gz
-Source0:        %{name}-%{version}.tar.bz2
-Source1:        INFO
+Source0:        http://downloads.grantlee.org/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  kde4-filesystem
+BuildRequires:  lcov
 BuildRequires:  libqt4-devel
 
 %description
@@ -42,12 +41,31 @@
 License:        LGPLv2.1+
 Summary:        Include Files and Libraries Mandatory for Development with 
Grantlee
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
+Requires:       libgrantlee_core0 = %{version}
+Requires:       libgrantlee_gui0 = %{version}
 
 %description devel
 This package contains include files and libraries needed for development with
 grantlee.
 
+%package -n libgrantlee_core0
+License:        LGPLv2.1+
+Summary:        Qt string template library
+Group:          System/Libraries
+
+%description -n libgrantlee_core0
+Grantlee is a string template engine based on the Django template system and
+written in Qt.
+
+%package -n libgrantlee_gui0
+License:        LGPLv2.1+
+Summary:        Qt string template library
+Group:          System/Libraries
+
+%description -n libgrantlee_gui0
+Grantlee is a string template engine based on the Django template system and
+written in Qt.
+
 %prep
 %setup -q
 
@@ -63,27 +81,34 @@
 %clean
 rm -rf %{buildroot}
 
-%post -p /sbin/ldconfig
+%post -n libgrantlee_core0 -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libgrantlee_core0 -p /sbin/ldconfig
 
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS CHANGELOG COPYING.LIB GOALS README
-%dir %{_libdir}/grantlee
-%dir %{_libdir}/grantlee/0.1
-%{_libdir}/libgrantlee_core.so.*
-%{_libdir}/libgrantlee_gui.so.*
-%{_libdir}/grantlee/0.1/grantlee_*.so
+%post -n libgrantlee_gui0 -p /sbin/ldconfig
+
+%postun -n libgrantlee_gui0 -p /sbin/ldconfig
 
 %files devel
 %defattr(-,root,root,-)
+%doc AUTHORS CHANGELOG COPYING.LIB GOALS README
 %{_includedir}/grantlee/
 %{_includedir}/grantlee_*.h
 %{_libdir}/libgrantlee_core.so
 %{_libdir}/libgrantlee_gui.so
-%{_libdir}/grantlee/GrantleeConfig.cmake
-%{_libdir}/grantlee/GrantleeConfigVersion.cmake
-%{_libdir}/grantlee/0.1/GrantleeUse.cmake
+%dir %{_libdir}/cmake
+%dir %{_libdir}/cmake/grantlee
+%{_libdir}/cmake/grantlee/*
+
+%files -n libgrantlee_core0
+%defattr(-,root,root,-)
+%{_libdir}/libgrantlee_core.so.0*
+%dir %{_libdir}/grantlee
+%dir %{_libdir}/grantlee/0.1
+%{_libdir}/grantlee/0.1/grantlee_*.so
+
+%files -n libgrantlee_gui0
+%defattr(-,root,root,-)
+%{_libdir}/libgrantlee_gui.so.0*
 
 %changelog


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



Remember to have fun...

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

Reply via email to