commit yast2-dbus-client for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-dbus-client for 
openSUSE:Factory checked in at 2013-08-01 11:07:54

Comparing /work/SRC/openSUSE:Factory/yast2-dbus-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-dbus-client.new (New)


Package is yast2-dbus-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dbus-client/yast2-dbus-client.changes  
2013-03-01 09:07:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-dbus-client.new/yast2-dbus-client.changes 
2013-08-01 11:07:56.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 08:28:33 UTC 2013 - yast-de...@opensuse.org
+
+- version 3.0.0
+
+---

Old:

  yast2-dbus-client-2.22.0.tar.bz2

New:

  yast2-dbus-client-3.0.0.tar.bz2



Other differences:
--
++ yast2-dbus-client.spec ++
--- /var/tmp/diff_new_pack.1aNIfT/_old  2013-08-01 11:07:56.0 +0200
+++ /var/tmp/diff_new_pack.1aNIfT/_new  2013-08-01 11:07:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dbus-client
-Version:2.22.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-dbus-client-2.22.0.tar.bz2 - yast2-dbus-client-3.0.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dbus-client-2.22.0/Makefile.am 
new/yast2-dbus-client-3.0.0/Makefile.am
--- old/yast2-dbus-client-2.22.0/Makefile.am2013-01-24 18:46:49.0 
+0100
+++ new/yast2-dbus-client-3.0.0/Makefile.am 2013-07-30 11:11:33.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dbus-client-2.22.0/Makefile.in 
new/yast2-dbus-client-3.0.0/Makefile.in
--- old/yast2-dbus-client-2.22.0/Makefile.in2013-01-24 18:47:08.0 
+0100
+++ new/yast2-dbus-client-3.0.0/Makefile.in 2013-07-30 11:11:50.0 
+0200
@@ -69,7 +69,7 @@
 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
$(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
$(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
-   $(top_srcdir)/configure.in
+   $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -1070,19 +1070,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dbus-client-2.22.0/VERSION 
new/yast2-dbus-client-3.0.0/VERSION
--- old/yast2-dbus-client-2.22.0/VERSION2013-01-22 11:13:32.0 
+0100
+++ 

commit yast2-dbus-client for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-dbus-client for 
openSUSE:Factory checked in at 2013-03-01 09:07:00

Comparing /work/SRC/openSUSE:Factory/yast2-dbus-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-dbus-client.new (New)


Package is yast2-dbus-client, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dbus-client/yast2-dbus-client.changes  
2011-12-12 17:05:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-dbus-client.new/yast2-dbus-client.changes 
2013-03-01 09:07:02.0 +0100
@@ -1,0 +2,5 @@
+Tue Apr 10 17:06:22 CEST 2012 - aschn...@suse.de
+
+- changed license to GPL-2.0
+
+---



Other differences:
--
++ yast2-dbus-client.spec ++
--- /var/tmp/diff_new_pack.COLFm9/_old  2013-03-01 09:07:03.0 +0100
+++ /var/tmp/diff_new_pack.COLFm9/_new  2013-03-01 09:07:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-dbus-client
 #
-# Copyright (c) 2011 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   yast2-dbus-client
 Version:2.22.0
 Release:0
@@ -24,19 +23,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-dbus-client-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
 # obviously
 BuildRequires:  gcc-c++
 # needed for all yast packages
-BuildRequires:  libtool yast2-core-devel yast2-devtools
+BuildRequires:  libtool
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
 
 # docbook docs
-BuildRequires:  docbook-xsl-stylesheets libxslt
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libxslt
 # for the DBus agent
 BuildRequires:  dbus-1-devel
 
 Summary:YaST2 - DBus Client Library
+License:GPL-2.0
+Group:  System/YaST
 
 %description
 This package contains library (a SCR agent) for accessing DBus
@@ -53,7 +55,6 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

++ yast2-dbus-client-2.22.0.tar.bz2 ++
 22586 lines of diff (skipped)

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



commit yast2-dbus-client for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-dbus-client for 
openSUSE:Factory checked in at 2011-12-12 16:59:58

Comparing /work/SRC/openSUSE:Factory/yast2-dbus-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-dbus-client.new (New)


Package is yast2-dbus-client, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dbus-client/yast2-dbus-client.changes  
2011-09-23 12:53:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-dbus-client.new/yast2-dbus-client.changes 
2011-12-12 17:05:47.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 15 16:17:46 CET 2011 - aschn...@suse.de
+
+- return result of dbus command (needed for bnc #727538)
+- 2.22.0
+
+---

Old:

  yast2-dbus-client-2.21.0.tar.bz2

New:

  yast2-dbus-client-2.22.0.tar.bz2



Other differences:
--
++ yast2-dbus-client.spec ++
--- /var/tmp/diff_new_pack.5b8tXJ/_old  2011-12-12 17:05:53.0 +0100
+++ /var/tmp/diff_new_pack.5b8tXJ/_new  2011-12-12 17:05:53.0 +0100
@@ -15,24 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   yast2-dbus-client
-Version:2.21.0
-Release:1
+Version:2.22.0
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-dbus-client-2.21.0.tar.bz2
-
-Prefix: /usr
+Source0:yast2-dbus-client-%{version}.tar.bz2
 
 Group:  System/YaST
-License:GPL v2 or later
+License:GPL-2.0+
 # obviously
 BuildRequires:  gcc-c++
 # needed for all yast packages
-BuildRequires:  yast2-core-devel yast2-devtools
+BuildRequires:  libtool yast2-core-devel yast2-devtools
 
 # docbook docs
 BuildRequires:  docbook-xsl-stylesheets libxslt
@@ -46,26 +43,26 @@
 from YaST scripts.
 
 %prep
-%setup -n yast2-dbus-client-2.21.0
+%setup -n yast2-dbus-client-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -87,6 +84,7 @@
 
 %{_libdir}/YaST2/plugin/lib*.so.*
 /usr/share/YaST2/scrconf/*.scr
-%doc %{prefix}/share/doc/packages/yast2-dbus-client
+%doc %{_prefix}/share/doc/packages/yast2-dbus-client
 %doc %{_datadir}/doc/yastdoc
+
 %changelog

++ yast2-dbus-client-2.21.0.tar.bz2 - yast2-dbus-client-2.22.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dbus-client-2.21.0/Makefile.am 
new/yast2-dbus-client-2.22.0/Makefile.am
--- old/yast2-dbus-client-2.21.0/Makefile.am2011-05-31 16:06:45.0 
+0200
+++ new/yast2-dbus-client-2.22.0/Makefile.am2011-12-12 10:27:56.0 
+0100
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl= README COPYING
@@ -155,7 +154,7 @@
$(Y2TOOL) create-spec  $$i  $$here/package/$${newname} ; \
done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
@echo Not running parseycp.
 
-check-all-packages:
-   @if [ ! -e $(ALL_PACKAGES) ]; then\
-   echo ERROR: Can't find 

commit yast2-dbus-client for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package yast2-dbus-client for 
openSUSE:Factory
checked in at Wed Jun 1 09:18:14 CEST 2011.




--- yast2-dbus-client/yast2-dbus-client.changes 2009-07-28 08:59:08.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-dbus-client/yast2-dbus-client.changes
2011-05-31 16:08:56.0 +0200
@@ -1,0 +2,6 @@
+Tue May 31 16:04:48 CEST 2011 - aschn...@suse.de
+
+- fixed passing bool to dbus library
+- 2.21.0
+
+---

calling whatdependson for head-i586


Old:

  yast2-dbus-client-2.18.0.tar.bz2

New:

  yast2-dbus-client-2.21.0.tar.bz2



Other differences:
--
++ yast2-dbus-client.spec ++
--- /var/tmp/diff_new_pack.tEJsBp/_old  2011-06-01 09:17:19.0 +0200
+++ /var/tmp/diff_new_pack.tEJsBp/_new  2011-06-01 09:17:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-dbus-client (Version 2.18.0)
+# spec file for package yast2-dbus-client
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -19,21 +19,26 @@
 
 
 Name:   yast2-dbus-client
-Version:2.18.0
+Version:2.21.0
 Release:1
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-dbus-client-2.18.0.tar.bz2
+Source0:yast2-dbus-client-2.21.0.tar.bz2
+
 Prefix: /usr
+
 Group:  System/YaST
 License:GPL v2 or later
 # obviously
 BuildRequires:  gcc-c++
 # needed for all yast packages
 BuildRequires:  yast2-core-devel yast2-devtools
+
 # docbook docs
 BuildRequires:  docbook-xsl-stylesheets libxslt
 # for the DBus agent
 BuildRequires:  dbus-1-devel
+
 Summary:YaST2 - DBus Client Library
 
 %description
@@ -41,14 +46,16 @@
 from YaST scripts.
 
 %prep
-%setup -n yast2-dbus-client-2.18.0
+%setup -n yast2-dbus-client-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf
 %{prefix}/bin/y2tool y2automake
 autoreconf --force --install
+
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
+
 %{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
@@ -62,6 +69,7 @@
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
+
 # remove not needed development files
 rm %{buildroot}/%{_libdir}/YaST2/plugin/libpy2ag_dbus.la
 rm %{buildroot}/%{_libdir}/YaST2/plugin/libpy2ag_dbus.so
@@ -76,6 +84,7 @@
 
 %files
 %defattr(-,root,root)
+
 %{_libdir}/YaST2/plugin/lib*.so.*
 /usr/share/YaST2/scrconf/*.scr
 %doc %{prefix}/share/doc/packages/yast2-dbus-client

++ yast2-dbus-client-2.18.0.tar.bz2 - yast2-dbus-client-2.21.0.tar.bz2 
++
 12036 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/yast2-dbus-client-2.18.0/VERSION new/yast2-dbus-client-2.21.0/VERSION
--- old/yast2-dbus-client-2.18.0/VERSION2009-08-03 09:53:49.0 
+0200
+++ new/yast2-dbus-client-2.21.0/VERSION2011-05-31 16:03:52.0 
+0200
@@ -1 +1 @@
-2.18.0
+2.21.0
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/yast2-dbus-client-2.18.0/agent-dbus/src/DbusAgent.cc 
new/yast2-dbus-client-2.21.0/agent-dbus/src/DbusAgent.cc
--- old/yast2-dbus-client-2.18.0/agent-dbus/src/DbusAgent.cc2009-08-03 
09:53:49.0 +0200
+++ new/yast2-dbus-client-2.21.0/agent-dbus/src/DbusAgent.cc2011-05-31 
16:01:49.0 +0200
@@ -135,7 +135,7 @@
 
if (tmp3-isString())
{
-   const char* param = tmp3-asString()-value_cstr();
+   const char* const param = tmp3-asString()-value_cstr();
if (!dbus_message_iter_append_basic(args, DBUS_TYPE_STRING, 
param))
{
dbus_message_unref(message);
@@ -144,7 +144,7 @@
}
else if (tmp3-isBoolean())
{
-   bool param = tmp3-asBoolean()-value();
+   dbus_bool_t param = tmp3-asBoolean()-value() ? TRUE : FALSE;
if (!dbus_message_iter_append_basic(args,