commit eina for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2013-11-10 14:56:48

Comparing /work/SRC/openSUSE:Factory/eina (Old)
 and  /work/SRC/openSUSE:Factory/.eina.new (New)


Package is "eina"

Changes:

--- /work/SRC/openSUSE:Factory/eina/eina.changes2013-10-20 
10:50:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2013-11-10 
14:56:50.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 14:25:05 UTC 2013 - sleep_wal...@suse.cz
+
+ - bump to 1.7.9
+   No changes, just updating to keep in sync with lastest release.
+
+---

Old:

  eina-1.7.8.tar.bz2

New:

  eina-1.7.9.tar.bz2



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.WlIIPg/_old  2013-11-10 14:56:51.0 +0100
+++ /var/tmp/diff_new_pack.WlIIPg/_new  2013-11-10 14:56:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   eina
-Version:1.7.8
+Version:1.7.9
 Release:0
 Summary:Core EFL (Enlightenment Foundation Library) to handle various 
data types
 License:LGPL-2.1
@@ -69,7 +69,7 @@
 Examples of usage of Eina library.
 
 %prep
-%setup -q
+%setup
 
 %build
 # fake time used for documentation
@@ -83,7 +83,7 @@
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
 sed -i -e "s/__TIME__/\"$FAKE_BUILDTIME\"/g" -e 
"s/__TIME__/\"$FAKE_BUILDTIME\"/g" src/lib/eina_hamster.c
 
-%configure \
+%{configure} \
 --disable-static \
 --enable-doc \
 --enable-install-examples
@@ -91,7 +91,7 @@
 make doc
 
 %install
-make install DESTDIR="%buildroot"
+%{make_install}
 # copy documentation manually
 echo "Copying HTML documentation"
 mkdir -p %{buildroot}%{_docdir}/%{name}
@@ -106,9 +106,6 @@
 
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libeina1 -p /sbin/ldconfig
 
 %postun -n libeina1 -p /sbin/ldconfig

++ eina-1.7.8.tar.bz2 -> eina-1.7.9.tar.bz2 ++
/work/SRC/openSUSE:Factory/eina/eina-1.7.8.tar.bz2 
/work/SRC/openSUSE:Factory/.eina.new/eina-1.7.9.tar.bz2 differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2013-10-20 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2013-10-20 10:50:29

Comparing /work/SRC/openSUSE:Factory/eina (Old)
 and  /work/SRC/openSUSE:Factory/.eina.new (New)


Package is "eina"

Changes:

--- /work/SRC/openSUSE:Factory/eina/eina.changes2013-08-04 
07:35:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2013-10-20 
10:50:30.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 11 13:57:41 UTC 2013 - sleep_wal...@suse.cz
+
+- properly escape %T in date command call
+
+---



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.cj5fln/_old  2013-10-20 10:50:31.0 +0200
+++ /var/tmp/diff_new_pack.cj5fln/_new  2013-10-20 10:50:31.0 +0200
@@ -75,7 +75,7 @@
 # fake time used for documentation
 FAKE_DOCDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b %%d 
%%Y')
 FAKE_DOCYEAR=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%Y')
-FAKE_DOCDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b 
%%d %%Y %T')
+FAKE_DOCDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b 
%%d %%Y %%T')
 sed -i 
"s/\$datetime/$FAKE_DOCDATETIME/g;s/\$date/$FAKE_DOCDATE/g;s/\$year/$FAKEDOCYEAR/g"
 doc/*.html
 
 # remove __DATE__ and __TIME__

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2013-08-03 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2013-08-04 07:35:37

Comparing /work/SRC/openSUSE:Factory/eina (Old)
 and  /work/SRC/openSUSE:Factory/.eina.new (New)


Package is "eina"

Changes:

--- /work/SRC/openSUSE:Factory/eina/eina.changes2013-05-27 
09:47:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2013-08-04 
07:35:38.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  3 00:47:38 UTC 2013 - si...@simotek.net
+
+- bump to 1.7.8 with the following fixes:
+   Stefan Schmidt (1):
+   eina_xattr: Backport memory leak fix.
+
+---

Old:

  eina-1.7.7.tar.bz2

New:

  eina-1.7.8.tar.bz2



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.5fe2Uj/_old  2013-08-04 07:35:39.0 +0200
+++ /var/tmp/diff_new_pack.5fe2Uj/_new  2013-08-04 07:35:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eina
-Version:1.7.7
+Version:1.7.8
 Release:0
 Summary:Core EFL (Enlightenment Foundation Library) to handle various 
data types
 License:LGPL-2.1

++ eina-1.7.7.tar.bz2 -> eina-1.7.8.tar.bz2 ++
/work/SRC/openSUSE:Factory/eina/eina-1.7.7.tar.bz2 
/work/SRC/openSUSE:Factory/.eina.new/eina-1.7.8.tar.bz2 differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2013-05-27 09:47:26

Comparing /work/SRC/openSUSE:Factory/eina (Old)
 and  /work/SRC/openSUSE:Factory/.eina.new (New)


Package is "eina"

Changes:

--- /work/SRC/openSUSE:Factory/eina/eina.changes2013-05-02 
11:07:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2013-05-27 
09:47:27.0 +0200
@@ -1,0 +2,6 @@
+Wed May 15 11:04:13 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, just updating to keep in sync with last release.
+
+---

Old:

  eina-1.7.6.tar.bz2

New:

  eina-1.7.7.tar.bz2



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.SU2uyL/_old  2013-05-27 09:47:28.0 +0200
+++ /var/tmp/diff_new_pack.SU2uyL/_new  2013-05-27 09:47:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eina
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Core EFL (Enlightenment Foundation Library) to handle various 
data types
 License:LGPL-2.1

++ eina-1.7.6.tar.bz2 -> eina-1.7.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/eina/eina-1.7.6.tar.bz2 
/work/SRC/openSUSE:Factory/.eina.new/eina-1.7.7.tar.bz2 differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2013-05-02 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2013-05-02 11:07:07

Comparing /work/SRC/openSUSE:Factory/eina (Old)
 and  /work/SRC/openSUSE:Factory/.eina.new (New)


Package is "eina"

Changes:

--- /work/SRC/openSUSE:Factory/eina/eina.changes2013-04-17 
23:03:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2013-05-02 
11:07:08.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 23 21:04:51 UTC 2013 - sleep_wal...@suse.cz
+
+- do not generate HTML documentation for SLES 11
+  %doc macro is cleaning target _docdir before copying and I don't
+  need this package for this platform that badly to copy it
+  manually
+
+---



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.fkREdd/_old  2013-05-02 11:07:10.0 +0200
+++ /var/tmp/diff_new_pack.fkREdd/_new  2013-05-02 11:07:10.0 +0200
@@ -52,12 +52,14 @@
 %description devel
 Headers, static libraries, test programs and documentation for eina
 
+%if 0%{?sles_version} != 11
 %package doc-html
 Summary:HTML documentation of Eina
 Group:  Documentation/HTML
 
 %description doc-html
 Documentation of Eina library in form of HTML pages.
+%endif
 
 %package examples
 Summary:Eina usage examples
@@ -114,7 +116,9 @@
 %files
 %defattr(-,root,root)
 %doc COPYING AUTHORS NEWS ChangeLog README
+%if 0%{?sles_version} != 11
 %exclude %{_docdir}/%{name}/html
+%endif
 
 %files -n libeina1
 %defattr(-,root,root)
@@ -126,9 +130,11 @@
 %{_libdir}/pkgconfig/eina.pc
 %{_libdir}/libeina.so
 
+%if 0%{?sles_version} != 11
 %files doc-html
 %defattr(-, root, root)
 %{_docdir}/%{name}/html
+%endif
 
 %files examples
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2013-04-17 23:03:47

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.changes2013-01-11 
09:26:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2013-04-17 
23:03:49.0 +0200
@@ -1,0 +2,63 @@
+Tue Apr 16 09:46:01 UTC 2013 - sleep_wal...@suse.cz
+
+- drop manpages completely, they're too problematic and prevents
+  accepting updates
+
+---
+Tue Apr  9 14:19:18 UTC 2013 - sleep_wal...@suse.cz
+
+- improve filter a bit
+
+---
+Tue Apr  9 11:45:59 UTC 2013 - sleep_wal...@suse.cz
+
+- removed forgotten usage of generate_manpages macro 
+
+---
+Tue Apr  9 11:33:27 UTC 2013 - sleep_wal...@suse.cz
+
+- it seems that coolo is unhappy about having generated manpages in
+  devel project so try to filter them instead
+  bad coolo!
+
+---
+Mon Apr  8 11:00:24 UTC 2013 - sleep_wal...@suse.cz
+
+- build package with man pages for X11:Enlightenment:Factory
+  project
+
+---
+Mon Apr  8 09:34:32 UTC 2013 - sleep_wal...@suse.cz
+
+- 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
+
+---
+Fri Apr  5 22:52:49 UTC 2013 - si...@simotek.net
+
+- Update to 1.7.6
+   Changelog:
+Carsten Haitzler (1):
+  dirfd check fix.
+
+Cedric BAIL (6):
+  eina: backport r83578.
+  eina: backport r83668.
+  eina: backport r83698.
+  eina: backport r83708.
+  eina: forgotten backport.
+  eina: forgotten backport of 1e916e44f7e2eeb20057299dbceecbe8bf0910be
+
+Mike Blumenkrantz (2):
+  fix eina compile in branch
+  fix magic failure in eina_value_array_count when array is NULL
+
+Rafael Antognolli (2):
+  Bump stable efl to 1.7.6.
+  Update changelog for 1.7.6 release.
+
+Tom Hacohen (1):
+  Fix revision fetching when not using git.
+
+---
@@ -4 +67 @@
-- create eina packge for COPYING, AUTHORS and other files
+- create eina package for COPYING, AUTHORS and other files

Old:

  eina-1.7.5.tar.bz2

New:

  eina-1.7.6.tar.bz2



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.V4s6r2/_old  2013-04-17 23:03:55.0 +0200
+++ /var/tmp/diff_new_pack.V4s6r2/_new  2013-04-17 23:03:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eina
-Version:1.7.5
+Version:1.7.6
 Release:0
 Summary:Core EFL (Enlightenment Foundation Library) to handle various 
data types
 License:LGPL-2.1
@@ -59,13 +59,6 @@
 %description doc-html
 Documentation of Eina 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:Eina usage examples
 Group:  Documentation/Other
@@ -101,14 +94,12 @@
 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'
 # remove duplicates
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}%{_docdir}
-%fdupes -s %{buildroot}%{_mandir}
 %endif
 
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
@@ -139,10 +130,6 @@
 %defattr(-, root, root)
 %{_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

++ eina-1.7.5.tar.bz2 -> eina-1.7.6.tar.bz2 ++
/work/SRC/openSUSE:Factory/eina/eina-1.7.5.tar.bz2 
/work/SRC/openSUSE:Factory/.eina.new/eina-1.7.6.tar.bz2 differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2013-01-11 Thread h_root
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.changes2012-12-28 
14:58:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2013-01-11 
09:26:20.0 +0100
@@ -1,0 +2,31 @@
+Thu Jan 10 13:11:57 UTC 2013 - sleep_wal...@suse.cz
+
+- create eina packge for COPYING, AUTHORS and other files
+
+---
+Fri Jan  4 21:36:28 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  no real changes, just keeping version number in sync
+
+---
+Sat Dec 29 12:36:06 UTC 2012 - sleep_wal...@suse.cz
+
+- make Fedora's version conflicting
+
+---
+Thu Dec 27 14:41:23 UTC 2012 - sleep_wal...@suse.cz
+
+- package examples
+
+---
+Fri Dec 21 16:00:58 UTC 2012 - sleep_wal...@suse.cz
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.rsga8E/_new  2013-01-11 09:26:22.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2012-12-28 14:58:41

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.changes2012-12-10 
13:47:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2012-12-28 
14:58:44.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 19 21:20:40 UTC 2012 - sleep_wal...@suse.cz
+
+- build documentation
+
+---



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.6HcwEz/_old  2012-12-28 14:58:45.0 +0100
+++ /var/tmp/diff_new_pack.6HcwEz/_new  2012-12-28 14:58:45.0 +0100
@@ -24,8 +24,12 @@
 Group:  Development/Libraries/C and C++
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
+BuildRequires:  doxygen
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,10 +50,30 @@
 %description devel
 Headers, static libraries, test programs and documentation for eina
 
+%package doc-html
+Summary:HTML documentation of Eina
+Group:  Documentation/HTML
+
+%description doc-html
+Documentation of Eina 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.
+
 %prep
 %setup -q
 
 %build
+# fake time used for documentation
+FAKE_DOCDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b %%d 
%%Y')
+FAKE_DOCYEAR=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%Y')
+FAKE_DOCDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b 
%%d %%Y %T')
+sed -i 
"s/\$datetime/$FAKE_DOCDATETIME/g;s/\$date/$FAKE_DOCDATE/g;s/\$year/$FAKEDOCYEAR/g"
 doc/*.html
+
 # remove __DATE__ and __TIME__
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M')
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
@@ -59,9 +83,24 @@
 --disable-static \
 --enable-doc
 make %{?_smp_mflags}
+make doc
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
+# copy documentation manually
+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'
+# remove duplicates
+%if 0%{?suse_version}
+%fdupes -s %{buildroot}%{_docdir}
+%fdupes -s %{buildroot}%{_mandir}
+%endif
+
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
 
 %clean
@@ -81,4 +120,12 @@
 %{_libdir}/pkgconfig/eina.pc
 %{_libdir}/libeina.so
 
+%files doc-html
+%defattr(-, root, root)
+%{_docdir}/%{name}
+
+%files doc-man
+%defattr(-, root, root)
+%{_mandir}/*/*
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2012-12-10 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2012-12-10 13:47:15

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.changes2012-11-26 
18:55:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2012-12-10 
13:47:17.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  8 01:49:33 UTC 2012 - si...@simotek.net
+
+- Bump to 1.7.3 
+- 1.7.3 is a bugfix release to coincide with the beta release of efl
+
+---

Old:

  eina-1.7.2.tar.bz2

New:

  eina-1.7.3.tar.bz2



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.BPtgIV/_old  2012-12-10 13:47:18.0 +0100
+++ /var/tmp/diff_new_pack.BPtgIV/_new  2012-12-10 13:47:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   eina
-Version:1.7.2
+Version:1.7.3
 Release:0
 Summary:Core EFL (Enlightenment Foundation Library) to handle various 
data types
 License:LGPL-2.1

++ eina-1.7.2.tar.bz2 -> eina-1.7.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/eina/eina-1.7.2.tar.bz2 
/work/SRC/openSUSE:Factory/.eina.new/eina-1.7.3.tar.bz2 differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2012-11-26 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2012-11-26 18:53:34

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.changes2012-11-20 
20:14:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2012-11-26 
18:55:48.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 23 18:01:45 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+- 1.7.2 is required to build and use the latest e17 alpha's
+
+---

Old:

  eina-1.7.1.tar.bz2

New:

  eina-1.7.2.tar.bz2



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.1LJjrx/_old  2012-11-26 18:56:01.0 +0100
+++ /var/tmp/diff_new_pack.1LJjrx/_new  2012-11-26 18:56:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   eina
-Version:1.7.1
+Version:1.7.2
 Release:0
 Summary:Core EFL (Enlightenment Foundation Library) to handle various 
data types
 License:LGPL-2.1

++ eina-1.7.1.tar.bz2 -> eina-1.7.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/eina/eina-1.7.1.tar.bz2 
/work/SRC/openSUSE:Factory/.eina.new/eina-1.7.2.tar.bz2 differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2012-11-20 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2012-11-20 20:14:52

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.changes2012-11-14 
16:37:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2012-11-20 
20:14:54.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 15 12:40:07 UTC 2012 - sleep_wal...@suse.cz
+
+- remove autoreconf as it is not needed for release
+
+---



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.VnBGl8/_old  2012-11-20 20:14:55.0 +0100
+++ /var/tmp/diff_new_pack.VnBGl8/_new  2012-11-20 20:14:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eina
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -18,14 +18,12 @@
 
 Name:   eina
 Version:1.7.1
-Release:1
-License:LGPL-2.1
+Release:0
 Summary:Core EFL (Enlightenment Foundation Library) to handle various 
data types
-Url:http://enlightenment.org/
+License:LGPL-2.1
 Group:  Development/Libraries/C and C++
+Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,9 +55,6 @@
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
 sed -i -e "s/__TIME__/\"$FAKE_BUILDTIME\"/g" -e 
"s/__TIME__/\"$FAKE_BUILDTIME\"/g" src/lib/eina_hamster.c
 
-%if 0%{?sles_version} != 10 && 0%{?centos_version} != 505
-autoreconf -ifv
-%endif
 %configure \
 --disable-static \
 --enable-doc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eina for openSUSE:Factory

2012-11-14 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2012-11-14 16:37:10

Comparing /work/SRC/openSUSE:Factory/eina (Old)
 and  /work/SRC/openSUSE:Factory/.eina.new (New)


Package is "eina", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2012-11-14 
16:37:11.0 +0100
@@ -0,0 +1,116 @@
+---
+Tue Nov 13 01:09:58 UTC 2012 - sleep_wal...@suse.cz
+
+- correct license version
+
+---
+Tue Nov 13 00:46:20 UTC 2012 - sleep_wal...@suse.cz
+
+- remove remains of doc subpackage
+
+---
+Tue Nov 13 00:43:21 UTC 2012 - sleep_wal...@suse.cz
+
+- applied spec-cleaner
+
+---
+Tue Nov 13 00:26:07 UTC 2012 - sleep_wal...@suse.cz
+
+- removed autoupdate entries from changelog
+
+---
+Mon Nov 12 23:10:21 UTC 2012 - sleep_wal...@suse.cz
+
+- remove configure patch as it is useless
+- remove __DATE__ and __TIME__ and use last changelog entry instead
+
+---
+Sat Oct 20 23:34:37 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.1
+
+---
+Sun Sep  9 19:39:02 UTC 2012 - sleep_wal...@suse.cz
+
+- let there be eina-bench-cmp
+
+---
+Fri Sep  7 23:41:55 UTC 2012 - sleep_wal...@suse.cz
+
+- revert spec file make_install modification
+
+---
+Fri Sep  7 23:41:00 UTC 2012 - sleep_wal...@suse.cz
+
+- refresh patch
+
+---
+Tue Jun 19 09:12:40 UTC 2012 - sleep_wal...@suse.cz
+
+- fix description
+
+---
+Mon Apr 30 08:42:31 UTC 2012 - sleep_wal...@suse.cz
+
+- updated patch of configure
+
+---
+Wed Mar 21 22:02:37 UTC 2012 - sleep_wal...@suse.cz
+
+- refreshing configure.patch
+
+---
+Fri Dec 30 22:43:29 UTC 2011 - sleep_wal...@suse.cz
+
+- explicitly BuildRequire autoconf automake libtool
+
+---
+Fri Dec 16 22:49:55 UTC 2011 - sleep_wal...@suse.cz
+
+- pre_configure --> pre_configure_hook
+
+---
+Thu Dec 15 21:23:32 UTC 2011 - sleep_wal...@suse.cz
+
+- refresh configure.patch to revision 66263
+
+---
+Mon Dec 12 10:18:44 UTC 2011 - sleep_wal...@suse.cz
+
+- refresh configure.patch to revision 66086
+
+---
+Sat Dec 10 12:07:48 UTC 2011 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
40ebd546fdf4c2971f59f645e4f374ae35589a67
+
+---
+Mon Oct 17 19:26:08 UTC 2011 - tc...@suse.com
+
+- attempt for fix CentOS 5 and SLES10
+
+---
+Mon Oct 17 05:26:13 UTC 2011 - tc...@suse.com
+
+- add fix to detect revision correctly
+
+---
+Sun Oct 16 21:13:46 UTC 2011 - tc...@suse.com
+
+- add autoreconf before configure
+
+---
+Thu Oct 13 22:14:26 UTC 2011 - tc...@suse.com
+
+- first attempt for debian build
+
+---
+Mon Aug 15 08:54:42 UTC 2011 - sleep_wal...@suse.cz
+
+- change %make_install to %makeinstall to support more distributions
+
+---
+Tue Feb  1 17:23:30 UTC 2011 - dims...@opensuse.org
+
+- Initial package of Eina version 1.0.0
+

New:

  eina-1.7.1.tar.bz2
  eina.changes
  eina.spec



Other differences:
--
++ eina.spec ++
#
# spec file for package eina
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pri