commit e_dbus for openSUSE:Factory

2014-02-24 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2014-02-24 10:02:28

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


Package is e_dbus

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2013-10-20 
10:50:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2014-02-24 
10:02:29.0 +0100
@@ -1,0 +2,23 @@
+Thu Dec 19 08:44:23 UTC 2013 - sleep_wal...@suse.cz
+
+- change to pkgconfig based dependencies
+- add note to doc package that e_dbus is deprecated
+- beautify the spec a bit
+
+---
+Fri Dec 13 20:25:26 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.10 pre-release
+
+---
+Sun Dec  1 01:07:35 UTC 2013 - si...@simotek.net
+
+- Build against efl 1.8.0 apparently e17 still wants this
+
+---
+Fri Nov  1 14:15:31 UTC 2013 - sleep_wal...@suse.cz
+
+- version bump to 1.7.9
+  No changes, just updating to keep in sync with lastest release.
+
+---

Old:

  e_dbus-1.7.8.tar.bz2

New:

  e_dbus-1.7.10.tar.bz2



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.wiIi47/_old  2014-02-24 10:02:29.0 +0100
+++ /var/tmp/diff_new_pack.wiIi47/_new  2014-02-24 10:02:29.0 +0100
@@ -17,19 +17,22 @@
 
 
 Name:   e_dbus
-Version:1.7.8
+Version:1.7.10
 Release:0
 Summary:Dbus wrapping and glue layer library
 License:BSD-2-Clause
 Group:  System/Libraries
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  dbus-1-devel
 BuildRequires:  doxygen
-BuildRequires:  ecore-devel = %{version}
-BuildRequires:  eina-devel = %{version}
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(dbus-1) = 0.62
+BuildRequires:  pkgconfig(ecore)
+BuildRequires:  pkgconfig(ecore-evas)
+BuildRequires:  pkgconfig(eina)
+BuildRequires:  pkgconfig(elementary)
+BuildRequires:  pkgconfig(evas)
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
@@ -51,10 +54,13 @@
 Summary:E_Dbus development package
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   dbus-1-devel
-Requires:   ecore-devel
-Requires:   eina-devel
 Requires:   libedbus1 = %{version}
+Requires:   pkgconfig(dbus-1)
+Requires:   pkgconfig(ecore)
+Requires:   pkgconfig(ecore-evas)
+Requires:   pkgconfig(eina)
+Requires:   pkgconfig(elementary)
+Requires:   pkgconfig(evas)
 
 %description devel
 Development files for E_Dbus package.
@@ -64,7 +70,9 @@
 Group:  Documentation/HTML
 
 %description doc-html
-Documentation of E_Dbus library in form of HTML pages.
+Documentation of E_Dbus library in form of HTML pages. Note, that there
+already is new EFL dbus library called eldbus, basing your application on
+deprecated library may not be the right choice ;)
 
 %prep
 %setup -q
@@ -81,7 +89,7 @@
 make doc
 
 %install
-make install DESTDIR=%buildroot
+make install DESTDIR=%buildroot %{?_smp_mflags}
 
 # copy documentation manually
 echo Copying HTML documentation

++ e_dbus-1.7.8.tar.bz2 - e_dbus-1.7.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/ChangeLog new/e_dbus-1.7.10/ChangeLog
--- old/e_dbus-1.7.8/ChangeLog  2013-08-01 23:31:26.0 +0200
+++ new/e_dbus-1.7.10/ChangeLog 2013-12-04 19:15:50.0 +0100
@@ -129,3 +129,11 @@
 2013-08-02  Eduardo Lima (Etrunko)
 
 * 1.7.8 release
+
+2013-09-10  Eduardo Lima (Etrunko)
+
+* 1.7.9 release
+
+2013-12-05  Eduardo Lima (Etrunko)
+
+* 1.7.10 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/NEWS new/e_dbus-1.7.10/NEWS
--- old/e_dbus-1.7.8/NEWS   2013-07-29 17:19:31.0 +0200
+++ new/e_dbus-1.7.10/NEWS  2013-09-10 20:27:59.0 +0200
@@ -1,3 +1,11 @@
+E_dbus 1.7.9
+
+Changes since E_dbus 1.7.8:
+---
+
+No changes, just updating to keep in sync with lastest release.
+
+
 E_dbus 1.7.8
 
 Changes since E_dbus 1.7.7:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/aclocal.m4 new/e_dbus-1.7.10/aclocal.m4
--- old/e_dbus-1.7.8/aclocal.m4 2013-08-01 23:39:46.0 +0200
+++ new/e_dbus-1.7.10/aclocal.m42013-12-04 20:23:53.0 +0100
@@ 

commit e_dbus for openSUSE:Factory

2013-10-20 Thread h_root
Hello community,

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

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


Package is e_dbus

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2013-08-04 
07:29:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2013-10-20 
10:50:12.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 11 13:12:00 UTC 2013 - sleep_wal...@suse.cz
+
+- properly escape %T in date command call
+
+---



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.VyAsQr/_old  2013-10-20 10:50:13.0 +0200
+++ /var/tmp/diff_new_pack.VyAsQr/_new  2013-10-20 10:50:13.0 +0200
@@ -73,7 +73,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
 
 %configure --disable-static --disable-silent-rules

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



commit e_dbus for openSUSE:Factory

2013-08-03 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2013-08-04 07:29:21

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


Package is e_dbus

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2013-05-27 
09:46:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2013-08-04 
07:29:23.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug  3 08:57:04 UTC 2013 - si...@simotek.net
+
+- bump to 1.7.8
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  e_dbus-1.7.7.tar.bz2

New:

  e_dbus-1.7.8.tar.bz2



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.8EZUFQ/_old  2013-08-04 07:29:24.0 +0200
+++ /var/tmp/diff_new_pack.8EZUFQ/_new  2013-08-04 07:29:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   e_dbus
-Version:1.7.7
+Version:1.7.8
 Release:0
 Summary:Dbus wrapping and glue layer library
 License:BSD-2-Clause

++ e_dbus-1.7.7.tar.bz2 - e_dbus-1.7.8.tar.bz2 ++
 25311 lines of diff (skipped)

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



commit e_dbus for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2013-05-27 09:46:10

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


Package is e_dbus

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2013-04-17 
23:03:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2013-05-27 
09:46:11.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 09:53:17 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  e_dbus-1.7.6.tar.bz2

New:

  e_dbus-1.7.7.tar.bz2



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.6YNnII/_old  2013-05-27 09:46:12.0 +0200
+++ /var/tmp/diff_new_pack.6YNnII/_new  2013-05-27 09:46:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   e_dbus
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Dbus wrapping and glue layer library
 License:BSD-2-Clause

++ e_dbus-1.7.6.tar.bz2 - e_dbus-1.7.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.6/NEWS new/e_dbus-1.7.7/NEWS
--- old/e_dbus-1.7.6/NEWS   2013-04-04 21:42:04.0 +0200
+++ new/e_dbus-1.7.7/NEWS   2013-05-11 20:10:28.0 +0200
@@ -1,4 +1,10 @@
-E_dbus 1.7.5
+E_dbus 1.7.7
+
+Changes since E_dbus 1.7.6:
+---
+
+No changes, just updating to keep in sync with last release.
+
 
 Changes since E_dbus 1.7.5:
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.6/configure new/e_dbus-1.7.7/configure
--- old/e_dbus-1.7.6/configure  2013-04-05 00:36:06.0 +0200
+++ new/e_dbus-1.7.7/configure  2013-05-11 21:48:50.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for e_dbus 1.7.6.
+# Generated by GNU Autoconf 2.68 for e_dbus 1.7.7.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='e_dbus'
 PACKAGE_TARNAME='e_dbus'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='e_dbus 1.7.6'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='e_dbus 1.7.7'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1438,7 +1438,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures e_dbus 1.7.6 to adapt to many kinds of systems.
+\`configure' configures e_dbus 1.7.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1508,7 +1508,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of e_dbus 1.7.6:;;
+ short | recursive ) echo Configuration of e_dbus 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1700,7 +1700,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-e_dbus configure 1.7.6
+e_dbus configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2032,7 +2032,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by e_dbus $as_me 1.7.6, which was
+It was created by e_dbus $as_me 1.7.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2856,7 +2856,7 @@
 
 # Define the identity of the package.
  PACKAGE='e_dbus'
- VERSION='1.7.6'
+ VERSION='1.7.7'
 
 
 cat confdefs.h _ACEOF
@@ -11815,7 +11815,7 @@
 
 
 cat confdefs.h _ACEOF
-#define VMIC 6
+#define VMIC 7
 _ACEOF
 
 
@@ -11823,7 +11823,7 @@
 #define VREV 0
 _ACEOF
 
-version_info=8:6:7
+version_info=8:7:7
 release_info=
 
 
@@ -11855,13 +11855,13 @@
   ;;
 esac
 
-requirement_ebluez=edbus = 1.7.6
-requirement_econnman0_7x=edbus = 1.7.6
-requirement_edbus=ecore = 1.7.6 eina = 1.7.6 dbus-1 = 0.62
-requirement_ehal=edbus = 1.7.6
-requirement_enotify=edbus = 1.7.6
-requirement_eofono=edbus = 1.7.6
-requirement_eukit=edbus = 1.7.6
+requirement_ebluez=edbus = 1.7.7
+requirement_econnman0_7x=edbus = 1.7.7
+requirement_edbus=ecore = 1.7.7 eina = 1.7.7 dbus-1 = 0.62
+requirement_ehal=edbus = 1.7.7
+requirement_enotify=edbus = 1.7.7
+requirement_eofono=edbus = 1.7.7
+requirement_eukit=edbus = 1.7.7
 
 ### Additional options to configure
 
@@ -13008,8 +13008,8 @@
 case $host_os in
mingw*)
   if test -n 

commit e_dbus for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2013-04-17 23:02:49

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


Package is e_dbus, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2013-01-12 
07:51:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2013-04-17 
23:03:02.0 +0200
@@ -1,0 +2,13 @@
+Fri Apr  5 23:45:39 UTC 2013 - si...@simotek.net
+
+- Update to 1.7.6
+  non void return patch is included and hence removed from here
+  Changelog:
+Daniel Juyung Seo (1):
+  e_dbus-1.7.5: Fixed missing returns. Patch by Tomas Cech tc...@suse.cz
+
+Rafael Antognolli (2):
+  Bump stable efl to 1.7.6.
+  Update changelog for 1.7.6 release.
+
+---

Old:

  e_dbus-1.7.5.tar.bz2
  non-void-return.patch

New:

  e_dbus-1.7.6.tar.bz2



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.3Hnhrt/_old  2013-04-17 23:03:06.0 +0200
+++ /var/tmp/diff_new_pack.3Hnhrt/_new  2013-04-17 23:03:06.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   e_dbus
-Version:1.7.5
+Version:1.7.6
 Release:0
 Summary:Dbus wrapping and glue layer library
 License:BSD-2-Clause
 Group:  System/Libraries
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM non-void-return.patch sleep_wal...@suse.cz -- fixes the 
build
-Patch0: non-void-return.patch
 BuildRequires:  dbus-1-devel
 BuildRequires:  doxygen
 BuildRequires:  ecore-devel = %{version}
@@ -70,7 +68,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # fake time used for documentation

++ e_dbus-1.7.5.tar.bz2 - e_dbus-1.7.6.tar.bz2 ++
 2756 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/e_dbus-1.7.5/ChangeLog new/e_dbus-1.7.6/ChangeLog
--- old/e_dbus-1.7.5/ChangeLog  2013-01-04 13:05:57.0 +0100
+++ new/e_dbus-1.7.6/ChangeLog  2013-04-04 22:49:46.0 +0200
@@ -113,3 +113,11 @@
 2013-01-04  Luis Felipe Strano Moraes
 
* 1.7.5 release
+
+2013-01-06  Tomas Cech
+
+   * Fix missing returns.
+
+2013-04-04  Rafael Antognolli
+
+* 1.7.6 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/e_dbus-1.7.5/NEWS new/e_dbus-1.7.6/NEWS
--- old/e_dbus-1.7.5/NEWS   2013-01-04 13:05:04.0 +0100
+++ new/e_dbus-1.7.6/NEWS   2013-04-04 21:42:04.0 +0200
@@ -1,5 +1,12 @@
 E_dbus 1.7.5
 
+Changes since E_dbus 1.7.5:
+---
+
+Fixes:
+
+   * Fix missing returns.
+
 Changes since E_dbus 1.7.4:
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/e_dbus-1.7.5/compile new/e_dbus-1.7.6/compile
--- old/e_dbus-1.7.5/compile2012-12-19 15:59:42.0 +0100
+++ new/e_dbus-1.7.6/compile2013-04-04 23:13:20.0 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-01-04.17; # UTC
+scriptversion=2012-03-05.13; # UTC
 
 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
 # Software Foundation, Inc.
@@ -79,6 +79,48 @@
   esac
 }
 
+# func_cl_dashL linkdir
+# Make cl look for libraries in LINKDIR
+func_cl_dashL ()
+{
+  func_file_conv $1
+  if test -z $lib_path; then
+lib_path=$file
+  else
+lib_path=$lib_path;$file
+  fi
+  linker_opts=$linker_opts -LIBPATH:$file
+}
+
+# func_cl_dashl library
+# Do a library search-path lookup for cl
+func_cl_dashl ()
+{
+  lib=$1
+  found=no
+  save_IFS=$IFS
+  IFS=';'
+  for dir in $lib_path $LIB
+  do
+IFS=$save_IFS
+if $shared  test -f $dir/$lib.dll.lib; then
+  found=yes
+  lib=$dir/$lib.dll.lib
+  break
+fi
+if test -f $dir/$lib.lib; then
+  found=yes
+  

commit e_dbus for openSUSE:Factory

2013-01-11 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2013-01-12 07:45:28

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


Package is e_dbus, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2013-01-10 
10:48:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2013-01-12 
07:45:31.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 11 12:41:57 UTC 2013 - co...@suse.com
+
+- make sure not to break because e_dbus starts before its requires
+  (factory builds all checkins in parallel)
+
+---



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.MiQiSN/_old  2013-01-12 07:45:31.0 +0100
+++ /var/tmp/diff_new_pack.MiQiSN/_new  2013-01-12 07:45:31.0 +0100
@@ -28,8 +28,8 @@
 Patch0: non-void-return.patch
 BuildRequires:  dbus-1-devel
 BuildRequires:  doxygen
-BuildRequires:  ecore-devel
-BuildRequires:  eina-devel
+BuildRequires:  ecore-devel = %{version}
+BuildRequires:  eina-devel = %{version}
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 %if 0%{?suse_version}

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



commit e_dbus for openSUSE:Factory

2013-01-08 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2013-01-08 16:23:58

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


Package is e_dbus, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2012-12-10 
13:46:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2013-01-08 
16:24:00.0 +0100
@@ -1,0 +2,23 @@
+Fri Dec 21 16:14:45 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since E_dbus 1.7.3:
+   * Add XML output to doc
+   * Add installation rule for doc
+
+---
+Fri Dec 21 11:41:53 UTC 2012 - sleep_wal...@suse.cz
+
+- use vicious %doc macro again, but now it will work, I promise
+
+---
+Fri Dec 21 09:10:05 UTC 2012 - sleep_wal...@suse.cz
+
+- remove vicious %doc macro
+
+---
+Thu Dec 20 13:47:16 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation
+
+---

Old:

  e_dbus-1.7.3.tar.bz2

New:

  e_dbus-1.7.4.tar.bz2



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.UJEAAJ/_old  2013-01-08 16:24:02.0 +0100
+++ /var/tmp/diff_new_pack.UJEAAJ/_new  2013-01-08 16:24:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   e_dbus
-Version:1.7.3
+Version:1.7.4
 Release:0
 Summary:Dbus wrapping and glue layer library
 License:BSD-2-Clause
@@ -25,10 +25,14 @@
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  dbus-1-devel
+BuildRequires:  doxygen
 BuildRequires:  ecore-devel
 BuildRequires:  eina-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,16 +59,44 @@
 %description devel
 Development files for E_Dbus package.
 
+%package doc-html
+Summary:HTML documentation of Eet
+Group:  Documentation/HTML
+
+%description doc-html
+Documentation of Eet library in form of HTML 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
+
 %configure --disable-static --disable-silent-rules
 make %{?_smp_mflags}
+make doc
 
 %install
 make install DESTDIR=%buildroot
+
+# copy documentation manually
+echo Copying HTML documentation
+mkdir -p %{buildroot}%{_docdir}/%{name}
+/bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
+# fix permissions
+find %{buildroot}%{_docdir} -type f | xargs chmod 0644
+find %{buildroot}%{_docdir} -type d | xargs chmod 0755
+# remove duplicates
+%if 0%{?suse_version}
+%fdupes -s %{buildroot}%{_docdir}
+%endif
+
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
+cp -v ChangeLog README COPYING %{buildroot}%{_docdir}/%{name}
 
 %post -n libedbus1 -p /sbin/ldconfig
 
@@ -72,7 +104,9 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog README COPYING
+%doc %{_docdir}/%{name}
+%{_docdir}/%{name}
+%exclude %{_docdir}/%{name}/html
 %{_bindir}/e*
 %{_datadir}/e_dbus/
 
@@ -86,4 +120,8 @@
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/libe*.so
 
+%files doc-html
+%defattr(-, root, root)
+%doc %{_docdir}/%{name}/html
+
 %changelog

++ e_dbus-1.7.3.tar.bz2 - e_dbus-1.7.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.3/ChangeLog new/e_dbus-1.7.4/ChangeLog
--- old/e_dbus-1.7.3/ChangeLog  2012-12-07 16:20:45.0 +0100
+++ new/e_dbus-1.7.4/ChangeLog  2012-12-21 13:53:53.0 +0100
@@ -92,3 +92,12 @@
 
* 1.7.3 release
 
+2012-12-17 Vincent Torri
+
+   * Add XML output to doc
+   * Add installation rule for doc
+
+2012-12-21  Luis Felipe Strano Moraes
+
+   * 1.7.4 release
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.3/Makefile.am new/e_dbus-1.7.4/Makefile.am
--- old/e_dbus-1.7.3/Makefile.am2012-12-07 12:51:19.0 +0100
+++ new/e_dbus-1.7.4/Makefile.am2012-12-20 23:10:51.0 +0100
@@ -71,10 +71,14 @@
 m4/efl_compiler_flag.m4 \
 m4/efl_doxygen.m4
 
-.PHONY: doc
+.PHONY: doc 

commit e_dbus for openSUSE:Factory

2012-12-10 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2012-12-10 13:46:27

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


Package is e_dbus, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2012-12-05 
13:48:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2012-12-10 
13:46:28.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  8 01:59:11 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:

  e_dbus-1.7.2.tar.bz2

New:

  e_dbus-1.7.3.tar.bz2



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.Wg3VzR/_old  2012-12-10 13:46:29.0 +0100
+++ /var/tmp/diff_new_pack.Wg3VzR/_new  2012-12-10 13:46:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   e_dbus
-Version:1.7.2
+Version:1.7.3
 Release:0
 Summary:Dbus wrapping and glue layer library
 License:BSD-2-Clause

++ e_dbus-1.7.2.tar.bz2 - e_dbus-1.7.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.2/ChangeLog new/e_dbus-1.7.3/ChangeLog
--- old/e_dbus-1.7.2/ChangeLog  2012-11-23 00:08:30.0 +0100
+++ new/e_dbus-1.7.3/ChangeLog  2012-12-07 16:20:45.0 +0100
@@ -88,3 +88,7 @@
 
 1.7.2 release
 
+2012-12-07  Luis Felipe Strano Moraes
+
+   * 1.7.3 release
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.2/NEWS new/e_dbus-1.7.3/NEWS
--- old/e_dbus-1.7.2/NEWS   2012-11-22 23:45:33.0 +0100
+++ new/e_dbus-1.7.3/NEWS   2012-12-07 16:20:23.0 +0100
@@ -1,4 +1,9 @@
-E_dbus 1.7.2
+E_dbus 1.7.3
+
+Changes since E_dbus 1.7.2:
+---
+
+No changes, just updating to keep in sync with last release.
 
 Changes since E_dbus 1.7.1:
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.2/configure new/e_dbus-1.7.3/configure
--- old/e_dbus-1.7.2/configure  2012-11-23 00:33:19.0 +0100
+++ new/e_dbus-1.7.3/configure  2012-12-07 17:07:02.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for e_dbus 1.7.2.
+# Generated by GNU Autoconf 2.68 for e_dbus 1.7.3.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='e_dbus'
 PACKAGE_TARNAME='e_dbus'
-PACKAGE_VERSION='1.7.2'
-PACKAGE_STRING='e_dbus 1.7.2'
+PACKAGE_VERSION='1.7.3'
+PACKAGE_STRING='e_dbus 1.7.3'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1441,7 +1441,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures e_dbus 1.7.2 to adapt to many kinds of systems.
+\`configure' configures e_dbus 1.7.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1511,7 +1511,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of e_dbus 1.7.2:;;
+ short | recursive ) echo Configuration of e_dbus 1.7.3:;;
esac
   cat \_ACEOF
 
@@ -1703,7 +1703,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-e_dbus configure 1.7.2
+e_dbus configure 1.7.3
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2035,7 +2035,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by e_dbus $as_me 1.7.2, which was
+It was created by e_dbus $as_me 1.7.3, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2859,7 +2859,7 @@
 
 # Define the identity of the package.
  PACKAGE='e_dbus'
- VERSION='1.7.2'
+ VERSION='1.7.3'
 
 
 cat confdefs.h _ACEOF
@@ -11830,7 +11830,7 @@
 
 
 cat confdefs.h _ACEOF
-#define VMIC 2
+#define VMIC 3
 _ACEOF
 
 
@@ -11838,7 +11838,7 @@
 #define VREV 0
 _ACEOF
 
-version_info=8:2:7
+version_info=8:3:7
 release_info=
 
 
@@ -15819,7 +15819,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by e_dbus $as_me 1.7.2, which was
+This file was extended by e_dbus $as_me 1.7.3, which was
 generated by GNU Autoconf 2.68.  

commit e_dbus for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2012-12-05 13:48:35

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


Package is e_dbus, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2012-12-03 
09:32:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2012-12-05 
13:48:37.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 23 18:25:19 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+- 1.7.2 is required to build and use the latest e17 alpha's
+  (no real changes, but keeping EFL version numbers synced)
+
+---

Old:

  e_dbus-1.7.1.tar.bz2

New:

  e_dbus-1.7.2.tar.bz2



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.K7H2l0/_old  2012-12-05 13:48:38.0 +0100
+++ /var/tmp/diff_new_pack.K7H2l0/_new  2012-12-05 13:48:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package e_dbus
 #
-# Copyright (c) 2010 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
@@ -17,18 +17,18 @@
 
 
 Name:   e_dbus
-Version:1.7.1
-Release:1
-License:BSD-2-Clause
+Version:1.7.2
+Release:0
 Summary:Dbus wrapping and glue layer library
-Url:http://enlightenment.org/
+License:BSD-2-Clause
 Group:  System/Libraries
+Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
+BuildRequires:  dbus-1-devel
 BuildRequires:  ecore-devel
 BuildRequires:  eina-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  dbus-1-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,10 +47,10 @@
 Summary:E_Dbus development package
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+Requires:   dbus-1-devel
 Requires:   ecore-devel
 Requires:   eina-devel
 Requires:   libedbus1 = %{version}
-Requires:   dbus-1-devel
 
 %description devel
 Development files for E_Dbus package.

++ e_dbus-1.7.1.tar.bz2 - e_dbus-1.7.2.tar.bz2 ++
 20971 lines of diff (skipped)

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



commit e_dbus for openSUSE:Factory

2012-12-03 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2012-12-03 09:32:54

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


Package is e_dbus, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2012-12-03 
09:32:57.0 +0100
@@ -0,0 +1,74 @@
+---
+Thu Nov 22 10:32:00 UTC 2012 - sleep_wal...@suse.cz
+
+- improve summaries and descriptions
+- fix license
+- clean the spec a bit
+
+---
+Wed Nov 21 13:17:09 UTC 2012 - sleep_wal...@suse.cz
+
+- add --disable-static-rules to configure
+- remove autoupdate entries from changelog
+
+---
+Thu Nov 15 12:42:57 UTC 2012 - sleep_wal...@suse.cz
+
+- remove autoreconf as it is not needed for release
+
+---
+Sun Oct 21 00:09:21 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.1
+
+---
+Thu Sep 20 07:42:57 UTC 2012 - sleep_wal...@suse.cz
+
+- change pkgconfig dependency to package name
+
+---
+Fri Sep  7 23:45:37 UTC 2012 - sleep_wal...@suse.cz
+
+- revert spec file change makeinstall -- make_install
+
+---
+Fri Dec 30 22:51:36 UTC 2011 - sleep_wal...@suse.cz
+
+- explicitly BuildRequire autoconf, automake and libtool
+
+---
+Mon Dec 12 22:44:25 UTC 2011 - sleep_wal...@suse.cz
+
+- add new file - logo.png into e_dbus package
+
+---
+Sat Nov 19 11:34:16 UTC 2011 - tc...@suse.com
+
+- add e_dbus as required dependency of e_dbus-devel
+
+---
+Tue Nov  8 16:05:24 UTC 2011 - tc...@suse.com
+
+- fix placement of autoreconf for Mandrivas
+
+---
+Sat Oct 15 17:36:04 UTC 2011 - tc...@suse.com
+
+- add devel packages required to build as required for devel package
+
+---
+Wed Sep 28 09:16:42 UTC 2011 - tc...@suse.com
+
+- change pkgconfig dependencies to package names
+
+---
+Tue Sep 27 13:27:37 UTC 2011 - jreidin...@suse.com
+
+- version update to 1.0.1
+- clean up spec file
+
+---
+Tue Feb  1 20:30:16 UTC 2011 - dims...@opensuse.org
+
+- Initial package, version 1.0.0
+

New:

  e_dbus-1.7.1.tar.bz2
  e_dbus.changes
  e_dbus.spec



Other differences:
--
++ e_dbus.spec ++
#
# spec file for package e_dbus
#
# Copyright (c) 2010 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 pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   e_dbus
Version:1.7.1
Release:1
License:BSD-2-Clause
Summary:Dbus wrapping and glue layer library
Url:http://enlightenment.org/
Group:  System/Libraries
Source: %{name}-%{version}.tar.bz2
BuildRequires:  ecore-devel
BuildRequires:  eina-devel
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRequires:  dbus-1-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
E_Dbus is a set of wrappers around DBus APIs by third party, so they can be
easily used by EFL applications, automatically providing Ecore/main loop
integration, as well as Eina data types.

%package -n libedbus1
Summary:E_Dbus Dynamic Library
Group:  System/Libraries

%description -n libedbus1
Main dynamic library of E_Dbus.

%package devel
Summary:E_Dbus development package
Group:  Development/Libraries/C and C++
Requires:   %{name} = %{version}
Requires: