Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2013-04-17 23:02:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and      /work/SRC/openSUSE:Factory/.ecore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ecore", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ecore/ecore.changes      2013-01-17 
09:38:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2013-04-17 
23:02:45.000000000 +0200
@@ -1,0 +2,83 @@
+Tue Apr 16 11:36:02 UTC 2013 - [email protected]
+
+- remove manpages completely
+
+-------------------------------------------------------------------
+Tue Apr  9 14:33:44 UTC 2013 - [email protected]
+
+- improve manpage filter
+
+-------------------------------------------------------------------
+Tue Apr  9 13:47:32 UTC 2013 - [email protected]
+
+- build manpages for every project again, but try to filter
+  unimportant files
+
+-------------------------------------------------------------------
+Mon Apr  8 12:16:44 UTC 2013 - [email protected]
+
+- disable man page generation for now as it collides with man pages
+  of boost package
+  you can still enable that easily in spec and rebuilt it locally
+  or take it from X11:Enlightenment:Factory
+
+-------------------------------------------------------------------
+Fri Apr  5 23:11:25 UTC 2013 - [email protected]
+
+- Update to 1.7.6 
+  This includes a fix for 1786 so the relevant patch has been removed
+Boris Faure (1):
+      Fix use of uninitialized var + leak--. Fix #1786
+
+Carsten Haitzler (3):
+      backport ximage sync fix.
+      backport composited ecore x bug fix.
+      backport edid fix to ecore-x
+
+Cedric BAIL (4):
+      ecore: backport r82964.
+      ecore: properly handle mouse and touch screen with Ecore_Evas FB.
+      ecore: backport warning fix.
+      ecore_con: backport forgotten Ecore_Con_Url speed bug fix.
+
+Eduardo Lima (Etrunko) (1):
+      Backport r83644.
+
+Eduardo de Barros Lima (2):
+      Backport r83310.
+      Backport part of commit 83642, which adds missing #ifdef __cplusplus 
directive
+
+Guillaume Friloux (3):
+      Backport of r83517 (fixing a memory leak in ecore_con_dns)
+      backport of r83766, see the devel ML for explainations
+      Update ChangeLog and NEWS
+
+Leandro Dorileo (1):
+      ecore: ibus needs ecore_evas
+
+Massimo Maiurana (1):
+      updating catalan and esperanto translations
+
+Mike Blumenkrantz (6):
+      backport 78937: thread safety for ecore_pipe
+      clean up gnutls session init in ecore-con
+      also blacklist gnutls < 2.12.16 on 1.7 branch
+      rebase dns.c in 1.7 branch to fix hosts file parsing (nsswitch usage)
+      fix ecore-con writes for disconnected servers
+      use correct date for changelog in 1.7
+
+Rafael Antognolli (9):
+      Backport r83610.
+      Backport r83647:
+      ecore/wayland: Backport r83779.
+      Backport r83312.
+      Backport part of r83642.
+      backport: 97d06e5b3f4b658d60ef9ff2e3d1d81ce86cb3b3
+      More fixes on ChangeLog and NEWS for 1.7.6 release.
+      Bump stable efl to 1.7.6.
+      Update changelog for 1.7.6 release.
+
+Tom Hacohen (1):
+      Fix revision fetching when not using git.
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch
  ecore-1.7.5.tar.bz2

New:
----
  ecore-1.7.6.tar.bz2

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

Other differences:
------------------
++++++ ecore.spec ++++++
--- /var/tmp/diff_new_pack.ZpiYtb/_old  2013-04-17 23:03:00.000000000 +0200
+++ /var/tmp/diff_new_pack.ZpiYtb/_new  2013-04-17 23:03:00.000000000 +0200
@@ -20,15 +20,13 @@
 %define has_scim 0%{?mandriva_version} != 201100 && 0%{?centos_version} != 600
 
 Name:           ecore
-Version:        1.7.5
+Version:        1.7.6
 Release:        0
 Summary:        Core mainloop, display abstraction and utility library
 License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
 Url:            http://enlightenment.org/
 Source:         %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch 
[email protected] -- fix leak causing crash of terminology when pasting 
selection to rich text editor
-Patch0:         0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch
 BuildRequires:  SDL-devel
 BuildRequires:  doxygen
 BuildRequires:  eet-devel >= %version
@@ -116,13 +114,6 @@
 %description doc-html
 Documentation of Ecore library in form of HTML pages.
 
-%package doc-man
-Summary:        Man documentation of Eina
-Group:          Documentation/Man
-
-%description doc-man
-Documentation of Eina library in form of man pages.
-
 %package examples
 Summary:        Examples of Ecore usage
 Group:          Documentation/Other
@@ -195,8 +186,7 @@
 echo "Copying HTML documentation"
 mkdir -p %{buildroot}%{_docdir}/%{name}
 /bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
-echo "Copying MAN pages"
-/bin/cp -vr doc/man/ %{buildroot}%{_mandir}/
+
 # fix line endings
 find %{buildroot}%{_docdir} -name '*.eps' | xargs sed -i 's@\r@\n@g'
 # fix permissions
@@ -205,7 +195,6 @@
 # remove duplicates
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}%{_docdir}
-%fdupes -s %{buildroot}%{_mandir}
 %endif
 
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
@@ -254,10 +243,6 @@
 %defattr(-, root, root)
 %{_docdir}/%{name}
 
-%files doc-man
-%defattr(-, root, root)
-%{_mandir}/*/*
-
 %files examples
 %defattr(-, root, root)
 %dir %{_datadir}/ecore

++++++ ecore-1.7.5.tar.bz2 -> ecore-1.7.6.tar.bz2 ++++++
++++ 10118 lines of diff (skipped)

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

Reply via email to