Hello community, here is the log from the commit of package eina for openSUSE:Factory checked in at 2013-01-11 09:26:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eina (Old) and /work/SRC/openSUSE:Factory/.eina.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eina", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/eina/eina.changes 2012-12-28 14:58:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes 2013-01-11 09:26:20.000000000 +0100 @@ -1,0 +2,31 @@ +Thu Jan 10 13:11:57 UTC 2013 - [email protected] + +- create eina packge for COPYING, AUTHORS and other files + +------------------------------------------------------------------- +Fri Jan 4 21:36:28 UTC 2013 - [email protected] + +- update to 1.7.5 + no real changes, just keeping version number in sync + +------------------------------------------------------------------- +Sat Dec 29 12:36:06 UTC 2012 - [email protected] + +- make Fedora's version conflicting + +------------------------------------------------------------------- +Thu Dec 27 14:41:23 UTC 2012 - [email protected] + +- package examples + +------------------------------------------------------------------- +Fri Dec 21 16:00:58 UTC 2012 - [email protected] + +- update to 1.7.4 + Changes since Eina 1.7.3: + * Fix EINA_INLIST_FOREACH_SAFE macro + * Add XML output to doc + * Add installation rule for doc + * Fix build for Windows platforms. + +------------------------------------------------------------------- Old: ---- eina-1.7.3.tar.bz2 New: ---- eina-1.7.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eina.spec ++++++ --- /var/tmp/diff_new_pack.rsga8E/_old 2013-01-11 09:26:22.000000000 +0100 +++ /var/tmp/diff_new_pack.rsga8E/_new 2013-01-11 09:26:22.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package eina # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: eina -Version: 1.7.3 +Version: 1.7.5 Release: 0 Summary: Core EFL (Enlightenment Foundation Library) to handle various data types License: LGPL-2.1 @@ -38,6 +38,8 @@ %package -n libeina1 Summary: Eina Dynamic Libraries Group: System/Libraries +# Use our version instead of the one in Fedora repository +Conflicts: libeina %description -n libeina1 Eina is core EFL (Enlightenment Foundation Libraries) library to handle various data types. @@ -64,6 +66,13 @@ %description doc-man Documentation of Eina library in form of man pages. +%package examples +Summary: Eina usage examples +Group: Documentation/Other + +%description examples +Examples of usage of Eina library. + %prep %setup -q @@ -81,7 +90,8 @@ %configure \ --disable-static \ - --enable-doc + --enable-doc \ + --enable-install-examples make %{?_smp_mflags} make doc @@ -110,6 +120,11 @@ %postun -n libeina1 -p /sbin/ldconfig +%files +%defattr(-,root,root) +%doc COPYING AUTHORS NEWS ChangeLog README +%exclude %{_docdir}/%{name}/html + %files -n libeina1 %defattr(-,root,root) %{_libdir}/libeina.so.* @@ -122,10 +137,17 @@ %files doc-html %defattr(-, root, root) -%{_docdir}/%{name} +%{_docdir}/%{name}/html %files doc-man %defattr(-, root, root) %{_mandir}/*/* +%files examples +%defattr(-, root, root) +# eina doesn't have any other file here so add +# this dir to eina-examples for now +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/examples + %changelog ++++++ eina-1.7.3.tar.bz2 -> eina-1.7.5.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/eina/eina-1.7.3.tar.bz2 /work/SRC/openSUSE:Factory/.eina.new/eina-1.7.5.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
