commit qdox for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package qdox for openSUSE:Factory checked in 
at 2014-08-14 14:57:35

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


Package is "qdox"

Changes:

--- /work/SRC/openSUSE:Factory/qdox/qdox.changes2014-05-17 
06:43:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.qdox.new/qdox.changes   2014-08-14 
14:57:37.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 12 08:44:32 UTC 2014 - lnus...@suse.de
+
+- introduce %with java_bootstrap to allow bootstrapping without junit
+
+---



Other differences:
--
++ qdox.spec ++
--- /var/tmp/diff_new_pack.fs7HEK/_old  2014-08-14 14:57:39.0 +0200
+++ /var/tmp/diff_new_pack.fs7HEK/_new  2014-08-14 14:57:39.0 +0200
@@ -16,12 +16,8 @@
 #
 
 
-%define with()  %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
-%define without()   %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
-%define bcond_with()%{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
-%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
-%define _without_maven 1
 %bcond_with maven
+%bcond_with java_bootstrap
 # If you want repolib package to be built,
 # issue the following: 'rpmbuild --with repolib'
 %define _with_repolib 1
@@ -64,12 +60,17 @@
 BuildRequires:  saxon9-scripts
 %endif
 BuildRequires:  ant >= 1.6
-BuildRequires:  ant-junit >= 1.6
+#BuildRequires:  ant-junit >= 1.6
 BuildRequires:  byaccj
+%if %{with java_bootstrap}
+BuildRequires:  java-cup-bootstrap
+BuildRequires:  jflex-bootstrap
+%else
 BuildRequires:  java-cup
 BuildRequires:  jflex
 BuildRequires:  jmock
 BuildRequires:  junit >= 3.8.1
+%endif
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -164,6 +165,9 @@
 ../src/grammar/parser.y
 popd
 mv target/Parser.java src/java/com/thoughtworks/qdox/parser/impl
+%if %{with java_bootstrap}
+rm -f src/java/com/thoughtworks/qdox/junit/APITestCase.java
+%endif
 ant -Dbuild.sysclasspath=only jar javadoc
 %endif
 





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



commit libcerror for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libcerror for openSUSE:Factory 
checked in at 2014-08-14 14:58:25

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


Package is "libcerror"

Changes:

--- /work/SRC/openSUSE:Factory/libcerror/libcerror.changes  2013-10-03 
16:11:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcerror.new/libcerror.changes 2014-08-14 
14:58:58.0 +0200
@@ -1,0 +2,9 @@
+Thu Aug 14 08:33:20 UTC 2014 - greg.freem...@gmail.com
+
+- update to v0~20140105
+   * updated dependencies
+   * 2014 update
+   * fixes in backtrace string creation
+   * updated libcstring
+
+---

Old:

  libcerror-alpha-20130904.tar.gz

New:

  libcerror-alpha-20140105.tar.gz



Other differences:
--
++ libcerror.spec ++
--- /var/tmp/diff_new_pack.mIlEuc/_old  2014-08-14 14:58:59.0 +0200
+++ /var/tmp/diff_new_pack.mIlEuc/_new  2014-08-14 14:58:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcerror
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +18,7 @@
 
 Name:   libcerror
 %define lname  libcerror1
-%define timestamp 20130904
+%define timestamp 20140105
 Version:0~%timestamp
 Release:0
 Summary:Library for cross-platform C error functions
@@ -27,9 +27,10 @@
 Url:http://code.google.com/p/libcerror/
 
 #Git-Clone:http://code.google.com/p/libcerror
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSV2xnMTZjSk5WVTg/libcerror-alpha-20130904.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSV2xnMTZjSk5WVTg/libcerror-alpha-20140105.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
+#Not yet released by upstream as a standalone package
 #BuildRequires:  pkgconfig(libcstring) >= 20121224
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libcerror-alpha-20130904.tar.gz -> libcerror-alpha-20140105.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/AUTHORS 
new/libcerror-20140105/AUTHORS
--- old/libcerror-20130904/AUTHORS  2013-01-03 09:48:47.0 +0100
+++ new/libcerror-20140105/AUTHORS  2014-01-05 08:14:09.0 +0100
@@ -1,4 +1,4 @@
 Acknowledgements: libcerror
 
-Copyright (c) 2008-2013, Joachim Metz 
+Copyright (c) 2008-2014, Joachim Metz 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/ChangeLog 
new/libcerror-20140105/ChangeLog
--- old/libcerror-20130904/ChangeLog2013-09-04 07:33:09.0 +0200
+++ new/libcerror-20140105/ChangeLog2014-01-05 08:15:31.0 +0100
@@ -8,6 +8,16 @@
   - 
http://msdn.microsoft.com/en-us/library/windows/desktop/ms679351(v=vs.85).aspx
   - http://blogs.msdn.com/b/oldnewthing/archive/2007/11/28/6564257.aspx
 
+20140105
+* updated dependencies
+* 2014 update
+
+20131201
+* fixes in backtrace string creation
+
+20131017
+* updated libcstring
+
 20130904
 * bug fix for issue under memory limitations
 * code clean up
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/Makefile.in 
new/libcerror-20140105/common/Makefile.in
--- old/libcerror-20130904/common/Makefile.in   2013-09-04 07:33:37.0 
+0200
+++ new/libcerror-20140105/common/Makefile.in   2014-01-05 08:48:22.0 
+0100
@@ -295,7 +295,7 @@
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status common/config.h
-$(srcdir)/config.h.in:  $(am__configure_deps)
+$(srcdir)/config.h.in:  $(am__configure_deps) 
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
rm -f stamp-h1
touch $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcerror-20130904/common/byte_stream.h 
new/libcerror-20140105/common/byte_stream.h
--- old/libcerror-20130904/common/byte_stream.h 2013-05-09 09:11:27.0 
+0200
+++ new/libcerror-20140105/common/byte_stream.h 2014-01-05 08:29:14.0 
+0100
@@ -1,7 +1,7 @@
 /*
  * Byte stream functions
  *
- * Copyright (c) 2006-2013, Joachim Metz 
+ * Copyright (c) 2006-2014, Joachim Metz 
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--

commit awesome for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package awesome for openSUSE:Factory checked 
in at 2014-08-14 14:58:15

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


Package is "awesome"

Changes:

--- /work/SRC/openSUSE:Factory/awesome/awesome.changes  2014-01-23 
15:40:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.awesome.new/awesome.changes 2014-08-14 
14:58:40.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 13 23:04:21 UTC 2014 - tog...@opensuse.org
+
+- Allow gdm (and possibly other display managers) to show
+  'awesome' in the list of available xsessions
+  * Add fix-awesome-desktop-launcher.patch (fre...@suse.com)
+
+---

New:

  fix-awesome-desktop-launcher.patch



Other differences:
--
++ awesome.spec ++
--- /var/tmp/diff_new_pack.2VWpQ3/_old  2014-08-14 14:58:42.0 +0200
+++ /var/tmp/diff_new_pack.2VWpQ3/_new  2014-08-14 14:58:42.0 +0200
@@ -26,6 +26,8 @@
 Source: http://awesome.naquadah.org/download/awesome-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE --remove timestamp from build -- 
pascal.ble...@opensuse.org
 Patch0: awesome-remove_build_timestamp.patch
+# PATCH-FIX-UPSTREAM --awesome.desktop set type XSession -- fre...@suse.com
+Patch1: fix-awesome-desktop-launcher.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ImageMagick
 BuildRequires:  asciidoc
@@ -101,6 +103,7 @@
 
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 sed -i s/nano/vi/g awesomerc.lua.in
 

++ fix-awesome-desktop-launcher.patch ++
--- awesome-3.4.15.orig/awesome.desktop 2014-08-13 22:11:13.833408208 +0200
+++ awesome-3.4.15/awesome.desktop  2014-08-13 22:17:55.350279477 +0200
@@ -2,7 +2,6 @@
 Encoding=UTF-8
 Name=awesome
 Comment=Highly configurable framework window manager
-NoDisplay=true
 TryExec=awesome
 Exec=awesome
-Type=Application
+Type=XSession
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit octave for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2014-08-14 14:58:29

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


Package is "octave"

Changes:

--- /work/SRC/openSUSE:Factory/octave/octave.changes2014-06-24 
15:16:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes   2014-08-14 
14:59:02.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 13 17:06:32 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 3.8.2
+  * Bugfix release, see included ChangeLog file for details
+- Drop suitesparse linking hack [bnc#883683]
+
+---

Old:

  octave-3.8.1.tar.bz2

New:

  octave-3.8.2.tar.bz2



Other differences:
--
++ octave.spec ++
--- /var/tmp/diff_new_pack.tTWdi7/_old  2014-08-14 14:59:05.0 +0200
+++ /var/tmp/diff_new_pack.tTWdi7/_new  2014-08-14 14:59:05.0 +0200
@@ -39,7 +39,7 @@
 %define with_java 1
 
 Name:   octave
-Version:3.8.1
+Version:3.8.2
 Release:0
 Summary:A High Level Programming Language
 License:GPL-3.0+
@@ -83,7 +83,6 @@
 %if 0%{?with_jit}
 BuildRequires:  llvm-devel
 %endif
-BuildRequires:  makeinfo
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
 BuildRequires:  qhull-devel
@@ -134,26 +133,30 @@
 
 %if 0%{?with_gui}
 %packagegui
-Summary:Graphical user interface for octave
+Summary:Graphical user interface for Octave
 Group:  Productivity/Scientific/Math
 
 %descriptiongui
 Octave is a high level programming language. It is designed for the
-solution of numeric problems. This package contains official graphical
-user interface.
+solution of numeric problems.
+
+This package contains official graphical user interface.
 %endif
 
 %packagedevel
-Summary:Development files for octave
+Summary:Development files for Octave
 Group:  Productivity/Scientific/Math
 Requires:   %{name} = %{version}
 
 %descriptiondevel
+Octave is a high level programming language. It is designed for the
+solution of numeric problems.
+
 This package contains all necessary include files and libraries needed
-to develop applications that require these.
+to develop applications using Octave.
 
 %packagedoc
-Summary:Documentation for octave
+Summary:Documentation for Octave
 Group:  Documentation/Other
 Requires:   %{name} = %{version}
 %if 0%{?suse_version} > 1110
@@ -161,7 +164,10 @@
 %endif
 
 %descriptiondoc
-This package contains documentation for octave.
+Octave is a high level programming language. It is designed for the
+solution of numeric problems.
+
+This package contains documentation for Octave.
 
 %prep
 %setup -q
@@ -185,18 +191,17 @@
   %if %{?with_java} == 0
   --disable-java \
   %endif
-  --enable-openmp \
-  --with-umfpack="-lumfpack -lcholmod -lcolamd -lsuitesparseconfig -lrt 
-llapack" \
-  --with-cholmod="-lcholmod -lsuitesparseconfig -lrt"
+  --enable-openmp
 
 make %{?_smp_mflags}
+
 # .pc file
 cp %{SOURCE2} octave.pc
 sed -i 's:@VERSION@:%{version}:' octave.pc
 sed -i 's:@LIB@:%{_lib}:' octave.pc
 
 %install
-%makeinstall
+%make_install
 # see bnc#557340
 mkdir -p %{buildroot}/%{_sysconfdir}/ld.so.conf.d
 echo %{_libdir}/%{name}/%{version} > 
%{buildroot}/%{_sysconfdir}/ld.so.conf.d/%{name}.conf

++ octave-3.8.1.tar.bz2 -> octave-3.8.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/octave/octave-3.8.1.tar.bz2 
/work/SRC/openSUSE:Factory/.octave.new/octave-3.8.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 evolution-ews for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-08-14 14:58:13

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-07-20 10:50:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-08-14 14:58:34.0 +0200
@@ -1,0 +2,16 @@
+Mon Aug 11 10:03:08 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.5:
+  + Add missing chain-up to parent's constructed() method.
+  + Handle cookies (non-persistently).
+  + SOUP_STATUS_IS_SUCCESSFUL(soup_session_send_message())
+sends message twice.
+  + Clean up enabling/disabling NTLM and Basic auth types.
+  + Clean up logging slightly and make it more consistent.
+  + Add camel_ews_settings_get_auth_mechanism() helper function.
+  + Clean up Negotiate auth implementation to be a SoupAuth
+subclass.
+  + Bugs fixed: bgo#733274, bgo#703181, bgo#732850, bgo#703181,
+bgo#733663, bgo#732850, bgo#732850.
+
+---

Old:

  evolution-ews-3.12.4.tar.xz

New:

  evolution-ews-3.12.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.YDwXyF/_old  2014-08-14 14:58:35.0 +0200
+++ /var/tmp/diff_new_pack.YDwXyF/_new  2014-08-14 14:58:35.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.4
+Version:3.12.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.12.4.tar.xz -> evolution-ews-3.12.5.tar.xz ++
 1929 lines of diff (skipped)

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



commit libsmraw for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libsmraw for openSUSE:Factory 
checked in at 2014-08-14 14:58:18

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


Package is "libsmraw"

Changes:

--- /work/SRC/openSUSE:Factory/libsmraw/libsmraw.changes2013-08-05 
20:47:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsmraw.new/libsmraw.changes   2014-08-14 
14:58:48.0 +0200
@@ -1,0 +2,16 @@
+Thu Aug 14 00:53:26 UTC 2014 - greg.freem...@gmail.com
+
+- update to 0~20140728
+   * removed examples
+   * worked on Python bindings
+   * smrawmount worked on Dokan support
+   * added smrawverify
+   * worked on tests
+ - replaced compare test by smrawverify test
+   * smrawmount added -X option
+   * updated dependencies
+   * textual changes
+   * changes due to libmfdata and libfdata merge
+- use internal version of libhmac, external version is causing build errors
+
+---

Old:

  libsmraw-alpha-20130402.tar.xz

New:

  libsmraw-alpha-20140728.tar.gz



Other differences:
--
++ libsmraw.spec ++
--- /var/tmp/diff_new_pack.eXTZCu/_old  2014-08-14 14:58:52.0 +0200
+++ /var/tmp/diff_new_pack.eXTZCu/_new  2014-08-14 14:58:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmraw
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +18,7 @@
 
 Name:   libsmraw
 %define lname  libsmraw1
-%define timestamp 20130402
+%define timestamp 20140728
 Version:0~%timestamp
 Release:0
 Summary:Library and tools to access the (split) RAW image format
@@ -27,19 +27,20 @@
 Url:http://code.google.com/p/libsmraw/
 
 #Git-Clone:http://code.google.com/p/libsmraw
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSRml2cndCelp2R3M/libsmraw-alpha-20130402.tar.gz
-Source: %name-alpha-%timestamp.tar.xz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSRml2cndCelp2R3M/libsmraw-alpha-20140728.tar.gz
+Source: %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  xz
+BuildRequires:  python-devel
 BuildRequires:  pkgconfig(fuse) >= 2.6
 BuildRequires:  pkgconfig(openssl) >= 1.0
 #use the factory versions of these if building for factory
 %if 0%{?suse_version} > 1230
 BuildRequires:  pkgconfig(libcnotify) >= 20120425
 BuildRequires:  pkgconfig(libcsplit) >= 20120701
-BuildRequires:  pkgconfig(libhmac) >= 20120425
 %endif
 #  The following packages cause build failures if the internal version is not 
used
+#verified August 13 2014
+#BuildRequires:  pkgconfig(libhmac) >= 20120425
 #verified April 2013
 #BuildRequires:  pkgconfig(libcerror) >= 20120425
 #BuildRequires:  pkgconfig(libbfio) >= 20120426
@@ -88,16 +89,25 @@
 This subpackage contains the utility programs from libsmraw to
 acquire, export, query and verify storage media (split) RAW files.
 
+%package -n python-%name
+Summary:Python bindings for libsmraw
+Group:  Development/Libraries/Python
+Requires:   python
+
+%description -n python-%name
+Python bindings for libsmraw, which provides functionality to work
+with (split) RAW files.
+
 %prep
 %setup -qn libsmraw-%timestamp
 
 %build
-%configure --disable-static --enable-wide-character-type
+%configure --disable-static --enable-wide-character-type --enable-python
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
+find "%buildroot" -name "*.la" -delete
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -116,7 +126,12 @@
 
 %files tools
 %defattr(-,root,root)
+%_bindir/smrawverify
 %_bindir/smrawmount
 %_mandir/man1/smrawmount.1*
 
+%files -n python-%name
+%defattr(-,root,root)
+%python_sitearch/pysmraw.so
+
 %changelog

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



commit icinga for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2014-08-14 14:58:30

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


Package is "icinga"

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2014-07-28 
06:50:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2014-08-14 
14:59:06.0 +0200
@@ -1,0 +2,11 @@
+Thu Aug  7 09:35:29 UTC 2014 - thard...@suse.com
+
+- update to upstream version 1.11.6
+  * idoutils: Fix customvariable* tables are not case sensitive (mysql) #6788 
- MF
+  * installation: Fix misspelled systemd configure options, added hint in 
Makefile #6710 - SS
+  * spec: Add shadow-utils as a dependency for Redhat packaging #4495 - SS
+  * spec: Build dependency for "make" is missing - GB
+  * Fix comments in cgiutils.c #6712
+  * Fix customvariable tables requires schema version update to 1.11.6! #6788
+
+---

Old:

  icinga-1.11.5.tar.gz

New:

  icinga-1.11.6.tar.gz



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.WrDpnc/_old  2014-08-14 14:59:07.0 +0200
+++ /var/tmp/diff_new_pack.WrDpnc/_new  2014-08-14 14:59:07.0 +0200
@@ -23,7 +23,7 @@
 %endif
 
 Name:   icinga
-Version:1.11.5
+Version:1.11.6
 Release:0
 
 Summary:Host/service/network monitoring program

++ icinga-1.11.5.tar.gz -> icinga-1.11.6.tar.gz ++
/work/SRC/openSUSE:Factory/icinga/icinga-1.11.5.tar.gz 
/work/SRC/openSUSE:Factory/.icinga.new/icinga-1.11.6.tar.gz differ: char 4, 
line 1


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



commit libhmac for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libhmac for openSUSE:Factory checked 
in at 2014-08-14 14:58:17

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


Package is "libhmac"

Changes:

--- /work/SRC/openSUSE:Factory/libhmac/libhmac.changes  2013-08-06 
07:01:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libhmac.new/libhmac.changes 2014-08-14 
14:58:46.0 +0200
@@ -1,0 +2,13 @@
+Thu Aug 14 02:09:23 UTC 2014 - greg.freem...@gmail.com
+
+- update to v0~20140112
+   * 2014 update
+   * updated dependencies
+   * updated .spec.in file
+   * worked on tests
+   * bug fixes
+   * fixed missing libcrypto in .pc and .spec
+   * fixed issue not freeing error state memory allocated by EVP
+- Clean-up Summary / Description fields
+
+---

Old:

  libhmac-alpha-20130714.tar.gz

New:

  libhmac-alpha-20140112.tar.gz



Other differences:
--
++ libhmac.spec ++
--- /var/tmp/diff_new_pack.DlWb8D/_old  2014-08-14 14:58:48.0 +0200
+++ /var/tmp/diff_new_pack.DlWb8D/_new  2014-08-14 14:58:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libhmac
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,16 +18,16 @@
 
 Name:   libhmac
 %define lname  libhmac1
-%define timestamp 20130714
+%define timestamp 20140112
 Version:0~%timestamp
 Release:0
-Summary:Library to support various Hash-based Message Authentication 
Codes (HMAC)
+Summary:Library to support various HMACs
 License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
 Url:http://code.google.com/p/libhmac/
 
 #Git-Clone:http://code.google.com/p/libhmac
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSUmg3ekttWGhmeHc/libhmac-alpha-20130714.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSUmg3ekttWGhmeHc/libhmac-alpha-2014011tar.gz
 Source: %{name}-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(openssl) >= 1.0
@@ -49,31 +49,28 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-A library to support various Hash-based Message Authentication Codes
-(HMAC).
+A library and tools to support various Hash-based Message Authentication Codes 
(HMAC).
 
 %package -n %lname
-Summary:Library to support various Hash-based Message Authentication 
Codes (HMAC)
+Summary:Library to support various HMACs
 Group:  System/Libraries
 
 %description -n %lname
-A library to support various Hash-based Message Authentication Codes
-(HMAC).
+A library to support various Hash-based Message Authentication Codes (HMAC).
 
 %package devel
-Summary:Development files for libhmac, a library for Hash-based 
Message Auth Codes
+Summary:Development files for libhmac
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %{version}
 
 %description devel
-A library to support various Hash-based Message Authentication Codes
-(HMAC).
+Development files for libhmac, a library to support various Hash-based Message 
Authentication Codes (HMAC).
 
 This subpackage contains libraries and header files for developing
 applications that want to make use of %{name}.
 
 %package tools
-Summary:Utilities for Hash-based Message Authentication Codes (HMAC)
+Summary:Utilities for HMACs
 Group:  Productivity/File utilities
 
 %description tools

++ libhmac-alpha-20130714.tar.gz -> libhmac-alpha-20140112.tar.gz ++
 5968 lines of diff (skipped)

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



commit libwrc for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libwrc for openSUSE:Factory checked 
in at 2014-08-14 14:58:25

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


Package is "libwrc"

Changes:

--- /work/SRC/openSUSE:Factory/libwrc/libwrc.changes2013-11-07 
08:40:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwrc.new/libwrc.changes   2014-08-14 
14:58:56.0 +0200
@@ -1,0 +2,17 @@
+Thu Aug 14 08:00:31 UTC 2014 - greg.freem...@gmail.com
+
+- updated to v0~20140803
+   * bug fix in Python-bindings
+   * updated dependencies
+   * Worked on Python bindings
+   * worked on format support
+   * worked on stripping trailing 0-byte values from message table strings
+   * improved handling of version resource
+   * Worked on Python bindings
+ - clean up and bug fixes
+ - added MUI type support
+   * small fixes for file IO handle opened in library changes
+   * 2014 update
+
+
+---

Old:

  libwrc-experimental-20131017.tar.gz

New:

  libwrc-experimental-20140803.tar.gz



Other differences:
--
++ libwrc.spec ++
--- /var/tmp/diff_new_pack.GTeGZK/_old  2014-08-14 14:58:57.0 +0200
+++ /var/tmp/diff_new_pack.GTeGZK/_new  2014-08-14 14:58:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libwrc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +18,7 @@
 
 Name:   libwrc
 %define lname  libwrc1
-%define timestamp 20131017
+%define timestamp 20140803
 Version:0~%timestamp
 Release:0
 Summary:Library to support the Windows Resource Compiler format
@@ -26,7 +26,7 @@
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libexe/
 
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSYTdIQVF0Z2hKRTA/libwrc-experimental-20131017.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSYTdIQVF0Z2hKRTA/libwrc-experimental-20140803.tar.gz
 Source: %name-experimental-%timestamp.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libbfio) >= 20120426

++ libwrc-experimental-20131017.tar.gz -> 
libwrc-experimental-20140803.tar.gz ++
 32984 lines of diff (skipped)

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



commit sleuthkit for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package sleuthkit for openSUSE:Factory 
checked in at 2014-08-14 14:58:15

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


Package is "sleuthkit"

Changes:

--- /work/SRC/openSUSE:Factory/sleuthkit/sleuthkit.changes  2013-10-17 
17:48:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.sleuthkit.new/sleuthkit.changes 2014-08-14 
14:58:43.0 +0200
@@ -1,0 +2,22 @@
+Wed Aug 13 19:48:56 UTC 2014 - greg.freem...@gmail.com
+
+- upgrade to 4.1.3
+   * fixed bug that could crash UFS/ExtX in inode_lookup.
+   * More bounds checking in ISO9660 code
+   * Image layer bounds checking
+   * Update version of SQLITE-JDBC
+   * changed how java loads navite libraries
+   * Config file for YAFFS2 spare area
+   * New method in image layer to return names
+   * Yaffs2 cleanup.
+   * Escape all strings in SQLite database
+   * SQlite code uses NTTFS sequence number to match parent IDs
+   * FILE_NAME times in timelines
+   * Cellebrite disk image auto-detect
+   * 64-bit windows targets
+   * Fixed bug with Sqlite code not using NTFS Sequence
+   * Jar files have native libraries in them
+- remove sleuthkit-4.1.0-UPSTREAM-crc.patch, now in upstream release
+- add sleuthkit-4.1.3-python-tsk.patch, needed by python-tsk
+
+---

Old:

  sleuthkit-4.1.0-UPSTREAM-crc.patch
  sleuthkit-4.1.0.tar.gz

New:

  sleuthkit-4.1.3-python-tsk.patch
  sleuthkit-4.1.3.tar.gz



Other differences:
--
++ sleuthkit.spec ++
--- /var/tmp/diff_new_pack.S7gHnX/_old  2014-08-14 14:58:44.0 +0200
+++ /var/tmp/diff_new_pack.S7gHnX/_new  2014-08-14 14:58:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sleuthkit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,15 +19,15 @@
 %define sosuffix 10
 
 Name:   sleuthkit
-Version:4.1.0
+Version:4.1.3
 Release:0
 Summary:The Sleuth Kit (TSK): tools for file system and volume 
forensic analysis
 License:CPL-1.0 and IPL-1.0 and GPL-2.0+
 Group:  System/Monitoring
 Url:http://www.sleuthkit.org/
 Source0:
http://downloads.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM sleuthkit-4.1.0-UPSTREAM-crc.patch -- remove unused code 
that fails to compile
-Patch0: sleuthkit-4.1.0-UPSTREAM-crc.patch
+# PATCH-FEATURE-UPSTREAM sleuthkit-4.1.3-python-tsk.patch - Python-tsk 
provides a python interface, but it needs a small patch to the source code
+Patch0: sleuthkit-4.1.3-python-tsk.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libopenssl-devel
 BuildRequires:  zlib-devel
@@ -41,8 +41,8 @@
 Requires:   libtsk%sosuffix = %{version}
 Requires:   mac-robber
 # fiwalk has been incorporated into sleuthkit.  Last standalone version was 
0.6.16
-Obsoletes:  fiwalk <= 0.6.16
-Provides:   fiwalk-%version
+Provides:   fiwalk = %{version}
+Obsoletes:  fiwalk < %{version}
 
 %description
 The Sleuth Kit (TSK) is a collection of UNIX-based command line tools that
@@ -70,7 +70,7 @@
 
 %prep
 %setup -q
-%patch0 -p1 
+%patch0 -p0 
 
 %build
 export LIBS=' -lpthread -ldl'

++ sleuthkit-4.1.3-python-tsk.patch ++
--- tsk/img/tsk_img.h.orig  2014-02-02 09:56:12.947709027 +0100
+++ tsk/img/tsk_img.h   2014-02-02 09:55:34.569701897 +0100
@@ -66,6 +66,8 @@
 
 TSK_IMG_TYPE_EWF_EWF = 0x0040,  ///< EWF version
 
+TSK_IMG_TYPE_EXTERNAL = 0x1000,  ///< external defined format which at 
least implements TSK_IMG_INFO, used by pytsk
+
 TSK_IMG_TYPE_UNSUPP = 0x,   ///< Unsupported disk image type
 } TSK_IMG_TYPE_ENUM;
 
++ sleuthkit-4.1.0.tar.gz -> sleuthkit-4.1.3.tar.gz ++
/work/SRC/openSUSE:Factory/sleuthkit/sleuthkit-4.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.sleuthkit.new/sleuthkit-4.1.3.tar.gz differ: char 
5, line 1

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



commit nodejs for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package nodejs for openSUSE:Factory checked 
in at 2014-08-14 14:58:19

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


Package is "nodejs"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs/nodejs.changes2014-06-04 
18:39:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs.new/nodejs.changes   2014-08-14 
14:58:52.0 +0200
@@ -1,0 +2,32 @@
+Tue Jul 29 13:43:10 UTC 2014 - i...@marguerite.su
+
+- fix a typo in macros.nodejs
+- explicitly use /usr/lib, %%{_libexecdir} will resolve to
+  /usr/lib64 on sles x86_64 versions.
+
+---
+Fri Jul 18 08:21:19 UTC 2014 - i...@marguerite.su
+
+- update version 0.10.29
+  * openssl: to 1.0.1h (CVE-2014-0224)
+  * npm: upgrade to 1.4.10
+  * utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendörfer)
+*NOTE* this introduces a breaking change, previously you could construct
+invalid UTF-8 and invoke an error in a client that was expecting valid
+UTF-8, now unmatched surrogate pairs are replaced with the unknown UTF-8
+character. To restore the old functionality simply have NODE_INVALID_UTF8
+environment variable set.
+  * child_process: do not set args before throwing (Greg Sabia Tucker)
+  * child_process: spawn() does not throw TypeError (Greg Sabia Tucker)
+  * constants: export O_NONBLOCK (Fedor Indutny)
+  * crypto: improve memory usage (Alexis Campailla)
+  * fs: close file if fstat() fails in readFile() (cjihrig)
+  * lib: name EventEmitter prototype methods (Ben Noordhuis)
+  * tls: fix performance issue (Alexis Campailla)
+
+---
+Fri Jul 18 07:41:54 UTC 2014 - i...@marguerite.su
+
+- fix changelog chronologically
+
+---
@@ -8,0 +41,21 @@
+Fri May  2 12:32:52 UTC 2014 - i...@marguerite.su
+
+- update version 0.10.27
+  * npm: upgrade to v1.4.8
+  * openssl: upgrade to 1.0.1g
+  * uv: update to v0.10.27
+  * dns: fix certain txt entries (Fedor Indutny)
+  * assert: Ensure reflexivity of deepEqual (Mike Pennisi)
+  * child_process: fix deadlock when sending handles (Fedor Indutny)
+  * child_process: fix sending handle twice (Fedor Indutny)
+  * crypto: do not lowercase cipher/hash names (Fedor Indutny)
+  * dtrace: workaround linker bug on FreeBSD (Fedor Indutny)
+  * http: do not emit EOF non-readable socket (Fedor Indutny)
+  * http: invoke createConnection when no agent (Nathan Rajlich)
+  * stream: remove useless check (Brian White)
+  * timer: don't reschedule timer bucket in a domain (Greg Brail)
+  * url: treat \ the same as / (isaacs)
+  * util: format as Error if instanceof Error (Rod Vagg)
+- add macros.nodejs
+
+---

Old:

  node-v0.10.26.tar.gz

New:

  macros.nodejs
  node-v0.10.29.tar.gz



Other differences:
--
++ nodejs.spec ++
--- /var/tmp/diff_new_pack.mlYsjW/_old  2014-08-14 14:58:53.0 +0200
+++ /var/tmp/diff_new_pack.mlYsjW/_new  2014-08-14 14:58:53.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   nodejs
-Version:0.10.26
+Version:0.10.29
 Release:0
 Summary:Evented I/O for V8 JavaScript
 License:MIT
 Group:  Development/Languages/Other
 Url:http://www.nodejs.org
 Source: http://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
+Source1:macros.nodejs
 Patch0: nodejs-lib64path.patch
 Patch2: nodejs-libpath.patch
 Patch4: node-gyp-addon-gypi.patch
@@ -97,6 +98,9 @@
 chmod 0644 ./deps/npm/node_modules/npmconf/node_modules/config-chain/index.js
 chmod 0755 ./deps/npm/scripts/release.sh
 
+# remove .orig file
+find . -name "*.orig" -type f -delete -print
+
 %build
 # percent-configure pulls in something that confuses node's configure
 # script, so we'll do it thus:
@@ -144,20 +148,38 @@
 rm -rf 
'%{buildroot}%{_libdir}/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark'
 find '%{buildroot}%{_libdir}/node_modules/' -type f -name '*_test*' -delete
 
-%fdupes '%{buildroot}%{_libdir}/node_modules/'
+# Documentation
+install -d %{buildroot}%{_docdir}/%{name}
+cp -r doc/* %{buildroot}%{_docdir}/%{name}/
+cp -r {AUTHORS,ChangeLog,CONTRIBUTING.md,LICENSE,README.md} 
%{buildroot}%{_docdir}/%{name}/
+
+# RPM macros
+install -d %{buildroot}%{_sysconfdir}/rpm
+install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm
+
+# Own nodejs_modulesdir
+%ifarch x86_64 ppc64
+install -d %{buildroot}%{_libexecdir}/node_modules
+%endif
+
+%fdupes %{buildroot}%{_libdir}/node_modules
+

commit libevtx for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libevtx for openSUSE:Factory checked 
in at 2014-08-14 14:58:27

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


Package is "libevtx"

Changes:

--- /work/SRC/openSUSE:Factory/libevtx/libevtx.changes  2013-11-30 
14:21:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libevtx.new/libevtx.changes 2014-08-14 
14:58:59.0 +0200
@@ -1,0 +2,17 @@
+Wed Aug 13 15:40:21 UTC 2014 - greg.freem...@gmail.com
+
+- update to 0~20140731
+   * bug fix in Python-bindings
+   * worked on dpkg debug packages support
+   * updated dependencies
+   * worked on Python-bindings
+   * replaced PackageMaker for pkgbuild
+   * code clean up
+   * worked on setup.py
+   * added evtxexport man page
+   * removed examples
+   * 2014 update
+   * small fix in evtxexport -h output
+- use libregf from external package
+
+---

Old:

  libevtx-alpha-20131013.tar.gz

New:

  libevtx-alpha-20140731.tar.gz



Other differences:
--
++ libevtx.spec ++
--- /var/tmp/diff_new_pack.rnaqzo/_old  2014-08-14 14:59:00.0 +0200
+++ /var/tmp/diff_new_pack.rnaqzo/_new  2014-08-14 14:59:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libevtx
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +18,7 @@
 
 Name:   libevtx
 %define lname  libevtx1
-%define timestamp  20131013
+%define timestamp  20140731
 Version:0~%timestamp
 Release:0
 Summary:Library and tools to access the Windows XML Event Log (EVTX) 
format
@@ -26,7 +26,7 @@
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libevtx/
 
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSRnQ0SExzX3JjdFE/libevtx-alpha-20131013.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSRnQ0SExzX3JjdFE/libevtx-alpha-20140731.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 Source2:Windows_XML_Event_Log_(EVTX).pdf
 BuildRequires:  pkg-config
@@ -40,12 +40,12 @@
 BuildRequires:  pkgconfig(libcsplit) >= 20130609
 BuildRequires:  pkgconfig(libfdatetime) >= 20130317
 BuildRequires:  pkgconfig(libfguid) >= 20130317
+BuildRequires:  pkgconfig(libregf) >= 20140803
 BuildRequires:  pkgconfig(libuna) >= 20130609
 #build fails if the factory package is used, use the internal version
-#verified 11/25/2013
-#BuildRequires:  pkgconfig(libwrc) >= 20131017
-#BuildRequires:  pkgconfig(libregf) >= 20130716
-#BuildRequires:  pkgconfig(libcerror) >= 20120425
+#verified 08/13/2014
+#BuildRequires:  pkgconfig(libcerror) >= 20140105
+#BuildRequires:  pkgconfig(libwrc) >= 20140803
 #packages not yet released by upstream
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
 #BuildRequires:  pkgconfig(libcsystem) >= 20120425

++ libevtx-alpha-20131013.tar.gz -> libevtx-alpha-20140731.tar.gz ++
 35048 lines of diff (skipped)

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



commit python-tsk for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package python-tsk for openSUSE:Factory 
checked in at 2014-08-14 14:58:16

Comparing /work/SRC/openSUSE:Factory/python-tsk (Old)
 and  /work/SRC/openSUSE:Factory/.python-tsk.new (New)


Package is "python-tsk"

Changes:

--- /work/SRC/openSUSE:Factory/python-tsk/python-tsk.changes2013-09-26 
19:59:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-tsk.new/python-tsk.changes   
2014-08-14 14:58:45.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 13 22:07:23 UTC 2014 - greg.freem...@gmail.com
+
+- update to v0~20140506
+   * This is just a wrapper for libtsk10, upstream did not provide any release 
notes
+
+---

Old:

  pytsk-20130910.tgz

New:

  pytsk-20140506.tgz



Other differences:
--
++ python-tsk.spec ++
--- /var/tmp/diff_new_pack.JrugPP/_old  2014-08-14 14:58:46.0 +0200
+++ /var/tmp/diff_new_pack.JrugPP/_new  2014-08-14 14:58:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tsk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -11,26 +11,25 @@
 # 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:   python-tsk
-Version:0~20130910
+Version:0~20140506
 Release:0
-License:Apache-2.0
 Summary:Python bindings for tsk - The SleuthKit
-Url:http://code.google.com/p/pytsk
+License:Apache-2.0
 Group:  Development/Libraries/Python
-#DL-URL:   http://pytsk.googlecode.com/files/pytsk-2012-11-10.tgz
-#pytsk support for TSK 4.1 is not released, so we have to pull it from the 
source repo
-#from source repo: hg clone https://code.google.com/p/pytsk/
-Source0:   pytsk-20130910.tgz
+Url:http://code.google.com/p/pytsk
+#DL-URL:   
https://4a014e8976bcea5c2cd7bfa3cac120c3dd10a2f1.googledrive.com/host/0B3fBvzttpiiScUxsUm54cG02RDA/pytsk-20140506.tgz
+Source0:pytsk-20140506.tgz
+BuildRequires:  gcc-c++
+BuildRequires:  libtalloc-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-BuildRequires:  libtalloc-devel
 BuildRequires:  sleuthkit-devel
-BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ pytsk-20130910.tgz -> pytsk-20140506.tgz ++
 16188 lines of diff (skipped)

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



commit libodraw for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libodraw for openSUSE:Factory 
checked in at 2014-08-14 14:58:28

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


Package is "libodraw"

Changes:

--- /work/SRC/openSUSE:Factory/libodraw/libodraw.changes2013-08-05 
20:47:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.libodraw.new/libodraw.changes   2014-08-14 
14:59:01.0 +0200
@@ -1,0 +2,14 @@
+Thu Aug 14 08:50:38 UTC 2014 - greg.freem...@gmail.com
+
+-  updated to 0~20140731
+   * updated dependencies
+   * 2014 update
+   * added odrawverify
+   * added verification test
+   * removed examples
+   * worked on tests
+   * added support for codepage 949, 950 and 1255
+   * code clean up
+- use external libyal packages where appropriate
+
+---

Old:

  libodraw-alpha-20120923.tar.gz

New:

  libodraw-alpha-20140731.tar.gz



Other differences:
--
++ libodraw.spec ++
--- /var/tmp/diff_new_pack.DxS5NJ/_old  2014-08-14 14:59:01.0 +0200
+++ /var/tmp/diff_new_pack.DxS5NJ/_new  2014-08-14 14:59:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libodraw
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,16 +18,16 @@
 
 Name:   libodraw
 %define lname  libodraw1
-%define timestamp 20120923
+%define timestamp 20140731
 Version:0~%timestamp
 Release:0
-License:LGPL-3.0+ and GFDL-1.3+
 Summary:Library and tools to access to optical disc (split) RAW image 
files
+License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libodraw/
 
 #Git-Clone:http://code.google.com/p/libodraw
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSVUh3YzQ3c092Yms/libodraw-alpha-20120923.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSVUh3YzQ3c092Yms/libodraw-alpha-20140731.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 Source2:CUE_sheet_format.pdf
 BuildRequires:  pkg-config
@@ -36,13 +36,14 @@
 BuildRequires:  pkgconfig(libcnotify) >= 20120425
 BuildRequires:  pkgconfig(libcsplit) >= 20120701
 %endif
-#BuildRequires:  pkgconfig(libbfio) >= 20120426
-#BuildRequires:  pkgconfig(libcdata) >= 20120425
-#BuildRequires:  pkgconfig(libcerror) >= 20120425
-#BuildRequires:  pkgconfig(libcfile) >= 20120526
-#BuildRequires:  pkgconfig(libclocale) >= 20120425
-#BuildRequires:  pkgconfig(libcpath) >= 20120701
-#BuildRequires:  pkgconfig(libuna) >= 20120425
+BuildRequires:  pkgconfig(libbfio) >= 20120426
+BuildRequires:  pkgconfig(libcdata) >= 20120425
+BuildRequires:  pkgconfig(libcerror) >= 20120425
+BuildRequires:  pkgconfig(libcfile) >= 20120526
+BuildRequires:  pkgconfig(libcpath) >= 20120701
+BuildRequires:  pkgconfig(libuna) >= 20120425
+#use internal package, factory version causes build failure
+#BuildRequires:  pkgconfig(libclocale) >= 20140105
 # packages not (yet) released by upstream
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
 #BuildRequires:  pkgconfig(libcsystem) >= 20120425
@@ -63,6 +64,7 @@
 
 %package devel
 Summary:Development files for libodraw, a disc image file library
+License:LGPL-3.0+ and GFDL-1.3+
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 
@@ -112,6 +114,7 @@
 
 %files tools
 %defattr(-,root,root)
+%_bindir/odrawverify
 %_bindir/odrawinfo
 %_mandir/man1/odrawinfo.1*
 

++ libodraw-alpha-20120923.tar.gz -> libodraw-alpha-20140731.tar.gz ++
 97636 lines of diff (skipped)

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



commit wine for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2014-08-14 14:58:31

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


Package is "wine"

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2014-07-27 
18:47:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2014-08-14 
14:59:08.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug 11 05:36:04 UTC 2014 - meiss...@suse.com
+
+- Updated to 1.7.24 development snapshot
+  - Beginning of some DirectWrite classes implementation.
+  - Initial wrapper dll for the packet capture library.
+  - Some crypto improvements.
+  - Various bug fixes.
+- updated winetricks
+
+---

Old:

  wine-1.7.23.tar.bz2
  wine-1.7.23.tar.bz2.sign

New:

  wine-1.7.24.tar.bz2
  wine-1.7.24.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.yOE12P/_old  2014-08-14 14:59:09.0 +0200
+++ /var/tmp/diff_new_pack.yOE12P/_new  2014-08-14 14:59:09.0 +0200
@@ -55,7 +55,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.23
+Version:1.7.24
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.7.23.tar.bz2 -> wine-1.7.24.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.23.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.24.tar.bz2 differ: char 11, line 1


++ winetricks ++
--- /var/tmp/diff_new_pack.yOE12P/_old  2014-08-14 14:59:09.0 +0200
+++ /var/tmp/diff_new_pack.yOE12P/_new  2014-08-14 14:59:09.0 +0200
@@ -2,7 +2,7 @@
 
 # Name of this version of winetricks (MMDD)
 # (This doesn't change often, use the sha1sum of the file when reporting 
problems)
-WINETRICKS_VERSION=20140609
+WINETRICKS_VERSION=20140726
 
 # This is a utf-8 file
 # You should see an o with two dots over it here [ö]
@@ -7259,7 +7259,38 @@
 else
 w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q
 fi
+}
+
+#
+
+w_metadata vcrun2013 dlls \
+title="Visual C++ 2013 libraries 
(mfc120,mfc120u,msvcp120,msvcr120,vcomp120)" \
+publisher="Microsoft" \
+year="2013" \
+media="download" \
+file1="vcredist_x86.exe" \
+installed_file1="$W_SYSTEM32_DLLS_WIN/mfc120.dll"
+
+load_vcrun2013()
+{
+# http://www.microsoft.com/en-us/download/details.aspx?id=40784
+w_download 
http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe
 18f81495bc5e6b293c69c28b0ac088a96debbab2
 
+w_override_dlls native,builtin atl120 msvcp120 msvcr120 vcomp120
+cd "$W_CACHE"/vcrun2013
+if w_workaround_wine_bug 17273 "Manually extracting dlls"
+then
+w_try_cabextract --directory="$W_TMP" vcredist_x86.exe
+w_try_cabextract --directory="$W_TMP" "$W_TMP/a2"
+w_try_cabextract --directory="$W_TMP" "$W_TMP/a3"
+cp "$W_TMP"/F_CENTRAL_mfc120_x86 "$W_SYSTEM32_DLLS"/mfc120.dll
+cp "$W_TMP"/F_CENTRAL_mfc120u_x86 "$W_SYSTEM32_DLLS"/mfc120u.dll
+cp "$W_TMP"/F_CENTRAL_msvcp120_x86 "$W_SYSTEM32_DLLS"/msvcp120.dll
+cp "$W_TMP"/F_CENTRAL_msvcr120_x86 "$W_SYSTEM32_DLLS"/msvcr120.dll
+cp "$W_TMP"/F_CENTRAL_vcomp120_x86 "$W_SYSTEM32_DLLS"/vcomp120.dll
+else
+w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q
+fi
 }
 
 #

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



commit polkit-qt5-1 for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package polkit-qt5-1 for openSUSE:Factory 
checked in at 2014-08-14 14:58:12

Comparing /work/SRC/openSUSE:Factory/polkit-qt5-1 (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-qt5-1.new (New)


Package is "polkit-qt5-1"

Changes:

--- /work/SRC/openSUSE:Factory/polkit-qt5-1/polkit-qt5-1.changes
2014-07-11 20:06:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.polkit-qt5-1.new/polkit-qt5-1.changes   
2014-08-14 14:58:33.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 13 20:32:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added do-not-use-global-static-systembus-instance.patch from
+  upstream, fixes crash on DBus disconnect
+
+---

New:

  do-not-use-global-static-systembus-instance.patch



Other differences:
--
++ polkit-qt5-1.spec ++
--- /var/tmp/diff_new_pack.26dBFF/_old  2014-08-14 14:58:34.0 +0200
+++ /var/tmp/diff_new_pack.26dBFF/_new  2014-08-14 14:58:34.0 +0200
@@ -25,6 +25,8 @@
 Url:
http://api.kde.org/kdesupport-api/kdesupport-apidocs/polkit-qt/html/
 Source: 
http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-%{version}.tar.bz2
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM do-not-use-global-static-systembus-instance.patch
+Patch0: do-not-use-global-static-systembus-instance.patch
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
@@ -66,6 +68,7 @@
 
 %prep
 %setup -q -n polkit-qt-1-%{version}
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DUSE_QT5=ON -DUSE_QT4=OFF

++ do-not-use-global-static-systembus-instance.patch ++
From: Harald Sitter 
Date: Fri, 01 Aug 2014 14:34:03 +
Subject: do not use global static systembus instance
X-Git-Url: 
http://quickgit.kde.org/?p=polkit-qt-1.git&a=commitdiff&h=88c6e9334c8440721189ef7d020fa94d47f30f8b
---
do not use global static systembus instance

global static destruction order cannot be controlled and we need our bus
to disconnect from the consolekit signals, so use our own bus instance
to connect to systembus signals

REVIEW: 119545
---


--- a/core/polkitqt1-authority.cpp
+++ b/core/polkitqt1-authority.cpp
@@ -83,7 +83,10 @@
 // Polkit will return NULL on failures, hence we use it instead of 0
 Private(Authority *qq) : q(qq)
 , pkAuthority(NULL)
-, m_hasError(false) {}
+, m_hasError(false)
+, m_systemBus(0)
+{
+}
 
 ~Private();
 
@@ -103,6 +106,13 @@
 bool m_hasError;
 Authority::ErrorCode m_lastError;
 QString m_errorDetails;
+// Local system bus. QDBusConnection::systemBus() may only be savely used
+// inside a QCoreApplication scope as for example destruction of connected
+// objects need to happen before the bus disappears. Since this class 
however
+// is a global static and systemBus() internally is a global static we
+// cannot assure destruction order. Instead we create a local copy of the
+// global systemBus instance so we can make life time to our needs.
+// This prevents crashes when cleaning up the global statics.
 QDBusConnection *m_systemBus;
 GCancellable *m_checkAuthorizationCancellable,
 *m_enumerateActionsCancellable,
@@ -127,6 +137,7 @@
 
 Authority::Private::~Private()
 {
+delete m_systemBus;
 g_object_unref(m_checkAuthorizationCancellable);
 g_object_unref(m_enumerateActionsCancellable);
 g_object_unref(m_registerAuthenticationAgentCancellable);
@@ -169,6 +180,9 @@
 QDBusError dbus_error;
 
 g_type_init();
+
+m_systemBus = new 
QDBusConnection(QDBusConnection::connectToBus(QDBusConnection::SystemBus,
+
QString("polkit_qt_system_bus")));
 
 m_checkAuthorizationCancellable = g_cancellable_new();
 m_enumerateActionsCancellable = g_cancellable_new();
@@ -219,7 +233,7 @@
 
 // then we need to extract all seats from ConsoleKit
 QDBusMessage msg = QDBusMessage::createMethodCall(consoleKitService, 
consoleKitManagerPath, consoleKitManagerInterface, "GetSeats");
-msg = QDBusConnection::systemBus().call(msg);
+msg = m_systemBus->call(msg);
 if (!msg.arguments().isEmpty()) {
 // this method returns a list with present seats
 QList seats;
@@ -256,8 +270,7 @@
 void Authority::Private::dbusSignalAdd(const QString &service, const QString 
&path, const QString &interface, const QString &name)
 {
 // FIXME: This code seems to be nonfunctional - it needs to be fixed 
somewhere (is it Qt BUG?)
-QDBusConnection::systemBus().connect(service, path, interface, name,
-  

commit libsmdev for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libsmdev for openSUSE:Factory 
checked in at 2014-08-14 14:58:11

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


Package is "libsmdev"

Changes:

--- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes2013-08-05 
20:47:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsmdev.new/libsmdev.changes   2014-08-14 
14:58:30.0 +0200
@@ -1,0 +2,19 @@
+Wed Aug 13 17:46:43 UTC 2014 - greg.freem...@gmail.com
+
+- update to v0~20140803
+   * worked on Python bindings
+   * bug fix in Python-bindings
+   * updated python.m4
+   * fixes for dealing with Unicode paths in pysmdev
+   * fadvise bug fix
+   * worked on non-blocking Windows device file support
+   * worked on block-based read to support Windows device files
+   * updated to include header
+   * added read/write at offset functions
+   * 2014 update
+   * code clean up
+   * updated dependencies
+- use external packages for libcerror, libcdata, and libuna
+- start building and packaging the python-libsmdev sub-package
+
+---

Old:

  libsmdev-alpha-20130407.tar.gz

New:

  libsmdev-alpha-20140803.tar.gz



Other differences:
--
++ libsmdev.spec ++
--- /var/tmp/diff_new_pack.sWbEfq/_old  2014-08-14 14:58:32.0 +0200
+++ /var/tmp/diff_new_pack.sWbEfq/_new  2014-08-14 14:58:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmdev
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,28 +18,27 @@
 
 Name:   libsmdev
 %define lname  libsmdev1
-%define timestamp 20130407
+%define timestamp 20140803
 Version:0~%timestamp
 Release:0
-License:LGPL-3.0+
 Summary:Library to access storage media devices
+License:LGPL-3.0+
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libsmdev/
 
 #Git-Clone:http://code.google.com/p/libsmdev
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/libsmdev-alpha-20130407.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/libsmdev-alpha-20140803.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
+BuildRequires:  python-devel
 #use factory packages if available
 %if 0%{?suse_version} > 1230
+BuildRequires:  pkgconfig(libcdata) >= 20120425
+BuildRequires:  pkgconfig(libcerror) >= 20120425
 BuildRequires:  pkgconfig(libcfile) >= 20130609
 BuildRequires:  pkgconfig(libclocale) >= 20130609
+BuildRequires:  pkgconfig(libuna) >= 20120425
 %endif
-# build fails with factory version of these packages, use internal version
-#BuildRequires:  pkgconfig(libcerror) >= 20120425
-#BuildRequires:  pkgconfig(libcdata) >= 20120425
-#BuildRequires:  pkgconfig(libuna) >= 20120425
-#verified 7/31/2013
 # not (yet) in factory, use internal version
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
 #BuildRequires:  pkgconfig(libcsystem) >= 20120425
@@ -75,16 +74,24 @@
 can access and read storage media devices and will determine
 information about such.
 
+%package -n python-%name
+Summary:Python bindings for libsmdev
+Group:  Development/Libraries/Python
+Requires:   python
+
+%description -n python-%name
+Python bindings for libsmdev, which is a library to access and read storage 
media devices.
+
 %prep
 %setup -qn libsmdev-%timestamp
 
 %build
-%configure --disable-static --enable-wide-character-type
+%configure --disable-static --enable-wide-character-type --enable-python
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
+find "%buildroot" -name "*.la" -delete
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -106,4 +113,8 @@
 %_bindir/smdevinfo
 %_mandir/man1/smdevinfo.1*
 
+%files -n python-%name
+%defattr(-,root,root)
+%python_sitearch/pysmdev.so
+
 %changelog

++ libsmdev-alpha-20130407.tar.gz -> libsmdev-alpha-20140803.tar.gz ++
 36301 lines of diff (skipped)

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



commit wireshark for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2014-08-14 14:58:13

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


Package is "wireshark"

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2014-08-01 
07:08:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2014-08-14 
14:58:37.0 +0200
@@ -1,0 +2,38 @@
+Wed Aug 13 22:03:39 UTC 2014 - andreas.stie...@gmx.de
+
+- Wireshark 1.12.0
+- new and updated features since 1.10:
+  * When manipulating packets with editcap using the -C
+ and/or -s  options, it is now possible
+to also adjust the original frame length using the -L
+option.
+  * You can now pass the -C  option to editcap
+multiple times, which allows you to chop bytes from the
+beginning of a packet as well as at the end of a packet in
+a single step.
+  * You can now specify an optional offset to the -C option for
+editcap, which allows you to start chopping from that
+offset instead of from the absolute packet beginning or
+end.
+  * "malformed" display filter has been renamed to
+"_ws.malformed". A handful of other filters have been given
+the "_ws." prefix to note they are Wireshark application
+specific filters and not dissector filters.
+  * The Kerberos dissector has been replaced with an auto
+generated one from ASN1 protocol description, changing a
+lot of filter names.
+  * Transport name resolution is now disabled by default.
+  * Dissector output may be encoded as UTF-8. This includes
+TShark output.
+- New and updated protocol and capture file support as listed in
+  https://www.wireshark.org/docs/relnotes/wireshark-1.12.0.html
+- major API changes
+- packaging changes:
+  * build with GTK+ 3 for openSUSE, GTK+ 2 on SLE 11
+  * disable building wireshark-qt
+  * refreshed patches:
+wireshark-1.2.0-geoip.patch for context changes
+wireshark-1.2.0-disable-warning-dialog.patch, same
+wireshark-1.10.0-authors-pod2man.patch, same
+
+---

Old:

  SIGNATURES-1.10.9.txt
  wireshark-1.10.9.tar.bz2

New:

  SIGNATURES-1.12.0.txt
  wireshark-1.12.0.tar.bz2



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.tLGXRk/_old  2014-08-14 14:58:39.0 +0200
+++ /var/tmp/diff_new_pack.tLGXRk/_new  2014-08-14 14:58:39.0 +0200
@@ -19,11 +19,10 @@
 # disable caps for now
 %define use_caps 0
 
-# openSUSE Factory gtk3 deprecates gtk2 elements used
-%define use_gtk3 0
+%define use_gtk3 0%{?suse_version} > 1140
 
 Name:   wireshark
-Version:1.10.9
+Version:1.12.0
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0+ and GPL-3.0+
@@ -41,19 +40,15 @@
 BuildRequires:  bison
 BuildRequires:  cairo-devel
 BuildRequires:  flex
-%if 0%{?suse_version} <= 1140
-BuildRequires:  gtk2-devel
-%else
 %if 0%{?use_gtk3}
-BuildRequires:  gtk3-devel
+BuildRequires:  gtk3-devel >= 3.0.0
 %else
-BuildRequires:  gtk2-devel
-%endif
+BuildRequires:  gtk2-devel >= 2.12.0
 %endif
 BuildRequires:  krb5-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libcares-devel
-BuildRequires:  libgcrypt-devel
+BuildRequires:  libgcrypt-devel >= 1.1.92
 BuildRequires:  libgnutls-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  libsmi-devel
@@ -67,7 +62,7 @@
 BuildRequires:  openssl-devel
 BuildRequires:  pcre-devel
 BuildRequires:  portaudio-devel
-BuildRequires:  python-devel
+BuildRequires:  python-devel >= 2.5
 BuildRequires:  tcpd-devel
 BuildRequires:  xdg-utils
 %if 0%{?suse_version} > 1220
@@ -119,13 +114,13 @@
 echo "`grep %{name}-%{version}.tar.bz2 %{S:2} | grep SHA1 | head -n1 | cut -d= 
-f2`  %{S:0}" | sha1sum -c
 
 %setup -q
-%patch2
+%patch2 -p1
 %patch4 -p1
 
 sed -i 's/^Icon=wireshark.png$/Icon=wireshark/' wireshark.desktop
 # run as root on 11.3 and older - bnc#349782
 %if ! %{use_caps}
-%patch1
+%patch1 -p1
 sed -i 's!^Exec=wireshark!Exec=/usr/bin/xdg-su -c /usr/bin/wireshark!' 
wireshark.desktop
 %endif
 
@@ -138,15 +133,18 @@
 %if 0%{?suse_version} < 1220
 --without-zlib \
 %endif
-%if 0%{?suse_version} > 1140
 %if 0%{?use_gtk3}
---with-gtk3 \
-%endif
+--with-gtk3=yes \
+--with-gtk2=no \
+%else
+--with-gtk3=no \
+--with-gtk2=yes \
 %endif
 --with-ssl \
 --with-gnutls=yes \
 --with-gcrypt=yes \
 --with-python \
+--with-qt=no \
 --with-plugins=%{_libdir}/%{name}/plugins/%{version}
 
 make %{?_smp_mflags}
@@ -172,8 +170,6 @@
 mkdir -p "${IDIR}/wsutil"
 install -m 644 color.h config.h register.h "${IDIR}/"
 install -m

commit libqdialogsolver1 for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libqdialogsolver1 for 
openSUSE:Factory checked in at 2014-08-14 14:57:51

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


Package is "libqdialogsolver1"

Changes:

--- /work/SRC/openSUSE:Factory/libqdialogsolver1/libqdialogsolver1.changes  
2014-02-28 21:16:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqdialogsolver1.new/libqdialogsolver1.changes 
2014-08-14 14:57:55.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 15:41:32 CEST 2014 - m...@suse.de
+
+- Add misssing include (bnc#889162)
+- version 1.3.3
+
+---

Old:

  libqdialogsolver1-1.3.2.tar.bz2

New:

  libqdialogsolver1-1.3.3.tar.bz2



Other differences:
--
++ libqdialogsolver1.spec ++
--- /var/tmp/diff_new_pack.MAmOKJ/_old  2014-08-14 14:57:56.0 +0200
+++ /var/tmp/diff_new_pack.MAmOKJ/_new  2014-08-14 14:57:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libqdialogsolver1
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:QDialog class for showing solver results
 License:GPL-2.0+

++ libqdialogsolver1-1.3.2.tar.bz2 -> libqdialogsolver1-1.3.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqdialogsolver1-1.3.2/CMakeLists.txt 
new/libqdialogsolver1-1.3.3/CMakeLists.txt
--- old/libqdialogsolver1-1.3.2/CMakeLists.txt  2013-04-29 12:22:43.0 
+0200
+++ new/libqdialogsolver1-1.3.3/CMakeLists.txt  2014-07-01 11:47:38.0 
+0200
@@ -6,7 +6,7 @@
 SET( CMAKE_MODULE_PATH "${CMAKE_INSTALL_PREFIX}/share/cmake/Modules" 
${CMAKE_MODULE_PATH} )
 SET( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
 
-SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -std=c++0x 
-Woverloaded-virtual -Wno-deprecated" )
+SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -std=c++11 
-Woverloaded-virtual -Wno-deprecated" )
 SET( CMAKE_C_FLAGS   "${CMAKE_C_FLAGS}   -g -Wall" )
 set( CMAKE_CXX_FLAGS_RELEASE   "${CMAKE_CXX_FLAGS_RELEASE} -DQT_NO_DEBUG 
-DNDEBUG")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqdialogsolver1-1.3.2/VERSION.cmake 
new/libqdialogsolver1-1.3.3/VERSION.cmake
--- old/libqdialogsolver1-1.3.2/VERSION.cmake   2014-02-24 11:35:52.0 
+0100
+++ new/libqdialogsolver1-1.3.3/VERSION.cmake   2014-07-31 15:56:10.0 
+0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR "1")
 SET(VERSION_MINOR "3")
-SET(VERSION_PATCH "2")
+SET(VERSION_PATCH "3")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libqdialogsolver1-1.3.2/package/libqdialogsolver1.changes 
new/libqdialogsolver1-1.3.3/package/libqdialogsolver1.changes
--- old/libqdialogsolver1-1.3.2/package/libqdialogsolver1.changes   
2014-02-24 11:35:52.0 +0100
+++ new/libqdialogsolver1-1.3.3/package/libqdialogsolver1.changes   
2014-07-31 15:56:10.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Jul 31 15:41:32 CEST 2014 - m...@suse.de
+
+- Add misssing include (bnc#889162)
+- version 1.3.3
+
+---
 Mon Feb 24 11:34:56 CET 2014 - m...@suse.de
 
 - adapted to work with new yast independend libyui
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libqdialogsolver1-1.3.2/yast_plugin/YQZyppSolverDialogPluginImpl.cc 
new/libqdialogsolver1-1.3.3/yast_plugin/YQZyppSolverDialogPluginImpl.cc
--- old/libqdialogsolver1-1.3.2/yast_plugin/YQZyppSolverDialogPluginImpl.cc 
2013-03-19 14:00:36.0 +0100
+++ new/libqdialogsolver1-1.3.3/yast_plugin/YQZyppSolverDialogPluginImpl.cc 
2014-07-31 13:41:11.0 +0200
@@ -15,6 +15,7 @@
   Author:  Stefan Schubert
 
 /-*/
+#include 
 
 #include "YQZyppSolverDialogPluginImpl.h"
 

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



commit yast2-country for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2014-08-14 14:57:34

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


Package is "yast2-country"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes  
2014-04-26 17:01:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2014-08-14 14:57:36.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug 11 12:36:47 UTC 2014 - an...@suse.com
+
+- Regenerate initrd after configuring keyboard (bnc#04)
+- Updated dependency on yast2 >= 3.1.94 (new messages)
+- 3.1.10
+
+---

Old:

  yast2-country-3.1.9.tar.bz2

New:

  yast2-country-3.1.10.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.KzpNLJ/_old  2014-08-14 14:57:37.0 +0200
+++ /var/tmp/diff_new_pack.KzpNLJ/_new  2014-08-14 14:57:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-country
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,8 +37,8 @@
 Requires:   yast2-perl-bindings
 Requires:   yast2-trans-stats
 # XVersion.ycp
-# Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 2.21.22
+# Message.updating_configuration, Message.takes_a_while
+Requires:   yast2 >= 3.1.94
 # Pkg::SetPackageLocale, Pkg::GetTextLocale
 Requires:   yast2-pkg-bindings >= 2.15.3
 # IconPath support for MultiSelectionBox



++ yast2-country-3.1.9.tar.bz2 -> yast2-country-3.1.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.1.9/keyboard/src/clients/keyboard.rb 
new/yast2-country-3.1.10/keyboard/src/clients/keyboard.rb
--- old/yast2-country-3.1.9/keyboard/src/clients/keyboard.rb2014-04-23 
09:30:42.0 +0200
+++ new/yast2-country-3.1.10/keyboard/src/clients/keyboard.rb   2014-08-12 
13:35:11.0 +0200
@@ -44,6 +44,7 @@
   Yast.import "Confirm"
   Yast.import "Keyboard"
   Yast.import "Popup"
+  Yast.import "Message"
   Yast.import "Service"
   Yast.import "Stage"
   Yast.import "Wizard"
@@ -122,8 +123,12 @@
 
 # write keyboard settings
 def KeyboardWrite
+  if Keyboard.needs_new_initrd?
+Popup.ShowFeedback(Message.updating_configuration, 
Message.takes_a_while)
+  end
   Keyboard.Save
   Service.Restart("kbd")
+  Popup.ClearFeedback if Keyboard.needs_new_initrd?
   true
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.1.9/keyboard/src/modules/Keyboard.rb 
new/yast2-country-3.1.10/keyboard/src/modules/Keyboard.rb
--- old/yast2-country-3.1.9/keyboard/src/modules/Keyboard.rb2014-04-23 
09:30:42.0 +0200
+++ new/yast2-country-3.1.10/keyboard/src/modules/Keyboard.rb   2014-08-12 
13:35:11.0 +0200
@@ -93,6 +93,8 @@
 
 module Yast
   class KeyboardClass < Module
+include Yast::Logger
+
 def main
   Yast.import "UI"
   textdomain "country"
@@ -101,6 +103,7 @@
   Yast.import "AsciiFile"
   Yast.import "Directory"
   Yast.import "FileUtils"
+  Yast.import "Initrd"
   Yast.import "Label"
   Yast.import "Language"
   Yast.import "Linuxrc"
@@ -858,7 +861,7 @@
   #
   SCR.Write(
 path(".sysconfig.keyboard.YAST_KEYBOARD"),
-Ops.add(Ops.add(@current_kbd, ","), @kb_model)
+"#{@current_kbd},#{@kb_model}"
   )
   SCR.Write(
 path(".sysconfig.keyboard.YAST_KEYBOARD.comment"),
@@ -905,49 +908,26 @@
 SCR.Read(path(".probe.keyboard.manual"))
   )
 
-  list_size = Builtins.size(@keyboardprobelist)
-
-  if Ops.greater_than(list_size, 0)
-i = 0
+  log.info "No probed keyboards. Not unconfiguring any keyboards" if 
@keyboardprobelist.empty?
 
-while Ops.less_than(i, list_size)
-  current_keyboard = Ops.get_map(@keyboardprobelist, i, {})
-  current_key = Ops.get_string(current_keyboard, "unique_key", "")
-
-  if current_key != ""
-# OK, there is a key to mark...
-#
-if current_key != @unique_key
-  # OK, this key is _not_ the key of the keyboard to be configured.
-  # If the user selected a keyboard from the database 
Keyboard::unique_key
-  # has been set to "" there which also applies here.
-  # ==> Mark with "no".
-  #
-  SCR.Write(path(".probe.status.configured"), current_key, :no)
- 

commit wxWidgets for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets for openSUSE:Factory 
checked in at 2014-08-14 14:57:32

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


Package is "wxWidgets"

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-ansi.changes 2013-10-06 
14:33:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-ansi.changes
2014-08-14 14:57:34.0 +0200
@@ -1,0 +2,16 @@
+Thu Jul 31 16:19:27 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---
+Fri Apr  4 10:11:30 UTC 2014 - sei...@b1-systems.de
+
+- removed unneeded 32bit packages (*-compat-lib*) which has no libraries
+
+---
+Mon Feb 17 13:57:03 UTC 2014 - sei...@b1-systems.de
+
+- added baselibs.conf to add *-32bit packages
+
+---
wxWidgets-wxcontainer.changes: same change
wxWidgets-wxcontainer24c.changes: same change
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets.changes  2014-04-23 
17:34:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets.changes 2014-08-14 
14:57:34.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 16:19:27 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc

New:

  wxWidgets-rpmlintrc



Other differences:
--
++ wxWidgets-ansi.spec ++
--- /var/tmp/diff_new_pack.2YKAfu/_old  2014-08-14 14:57:36.0 +0200
+++ /var/tmp/diff_new_pack.2YKAfu/_new  2014-08-14 14:57:36.0 +0200
@@ -102,11 +102,10 @@
 Source2:virtual-package.README
 Source3:wxWidgets-find-wx-provides
 Source4:wxWidgets-find-wx-requires
-Source5:rpmlintrc
+Source5:wxWidgets-rpmlintrc
 # This script is not used during build, but it makes possible to
 # identify and backport wxPython fixes to wxWidgets.
 Source6:wxpython-mkdiff.sh
-Source50:   baselibs.conf
 Patch0: wxGTK-2.6.3.3-decl.patch
 Patch1: wxGTK-enable-wxrc.patch
 # PATCH-FEATURE-OPENSUSE wxWidgets-config-force-rpath.patch sbra...@suse.cz -- 
Force rpath use for installed libraries.
@@ -117,6 +116,7 @@
 Patch4: wxWidgets-find-wx-provides-bash3.patch
 # PATCH-FIX-UPSTREAM wxWidgets-to-wxpython-2.8.12.1.patch sbra...@suse.cz -- 
wxPython changes backport.
 Patch5: wxWidgets-to-wxpython-2.8.12.1.patch
+Source50:   baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL-devel
 BuildRequires:  autoconf

wxWidgets-wxcontainer.spec: same change
wxWidgets-wxcontainer24c.spec: same change
++ wxWidgets.spec ++
--- /var/tmp/diff_new_pack.2YKAfu/_old  2014-08-14 14:57:36.0 +0200
+++ /var/tmp/diff_new_pack.2YKAfu/_new  2014-08-14 14:57:36.0 +0200
@@ -102,7 +102,7 @@
 Source2:virtual-package.README
 Source3:wxWidgets-find-wx-provides
 Source4:wxWidgets-find-wx-requires
-Source5:rpmlintrc
+Source5:wxWidgets-rpmlintrc
 # This script is not used during build, but it makes possible to
 # identify and backport wxPython fixes to wxWidgets.
 Source6:wxpython-mkdiff.sh

++ wxWidgets-rpmlintrc ++
# Project name just starts with lowercase.
addFilter("summary-not-capitalized")
# We know what we are doing. %{wxlibdir}/wx can be owned by more package 
instances at once.
addFilter("shlib-policy-nonversioned-dir")
# There is no such package.
addFilter("no-dependency-on")
# Package splits to many library packages, we just need to obsolete old one.
addFilter("obsolete-not-provided")
# Yes, there are macros in comments.
addFilter("macro-in-comment")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-chewing for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package ibus-chewing for openSUSE:Factory 
checked in at 2014-08-14 14:58:08

Comparing /work/SRC/openSUSE:Factory/ibus-chewing (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-chewing.new (New)


Package is "ibus-chewing"

Changes:

--- /work/SRC/openSUSE:Factory/ibus-chewing/ibus-chewing.changes
2014-07-10 08:17:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-chewing.new/ibus-chewing.changes   
2014-08-14 14:58:24.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 13 09:20:47 UTC 2014 - fcro...@suse.com
+
+- Add provides locale(zh_TW)
+
+---



Other differences:
--
++ ibus-chewing.spec ++
--- /var/tmp/diff_new_pack.NMHg9U/_old  2014-08-14 14:58:25.0 +0200
+++ /var/tmp/diff_new_pack.NMHg9U/_new  2014-08-14 14:58:25.0 +0200
@@ -40,6 +40,7 @@
 Requires:   gconf2
 Requires:   ibus >= 1.2
 Requires:   libchewing >= 0.3.2
+Provides:   locale(zh_TW)
 
 %gconf_schemas_prereq 
 

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



commit libolecf for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2014-08-14 14:58:10

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


Package is "libolecf"

Changes:

--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes2013-12-11 
16:51:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.libolecf.new/libolecf.changes   2014-08-14 
14:58:27.0 +0200
@@ -1,0 +2,13 @@
+Wed Aug 13 16:54:46 UTC 2014 - greg.freem...@gmail.com
+
+- updated to 0~20140801
+   * worked on Python bindings
+   * bug fix in Python-bindings
+   * worked on olecfmount Dokan support
+   * updated dependencies
+   * small changes to Makefile
+   * worked on setup.py
+   * 2014 update
+- use external package for libfguid
+
+---

Old:

  libolecf-alpha-20131108.tar.gz

New:

  libolecf-alpha-20140801.tar.gz



Other differences:
--
++ libolecf.spec ++
--- /var/tmp/diff_new_pack.vz1yHR/_old  2014-08-14 14:58:29.0 +0200
+++ /var/tmp/diff_new_pack.vz1yHR/_new  2014-08-14 14:58:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libolecf
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,38 +18,38 @@
 
 Name:   libolecf
 %define lname  libolecf1
-%define timestamp  20131108
+%define timestamp  20140801
 Version:0~%timestamp
 Release:0
-Summary:Library and tools to access the OLE 2 Compound File (OLECF) 
format.
+Summary:Library and tools to access the OLE 2 Compound File (OLECF) 
format
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libolecf/
 
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20131108.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20140801.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 Source2:OLE_Compound_File_format.pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 #openSUSE 13.1 has these available to build against
 %if 0%{?suse_version} > 1230
-BuildRequires:  pkgconfig(libcsplit)
+BuildRequires:  pkgconfig(libbfio)
 BuildRequires:  pkgconfig(libcdata)
+BuildRequires:  pkgconfig(libcfile)
 BuildRequires:  pkgconfig(libclocale)
 BuildRequires:  pkgconfig(libcnotify)
-BuildRequires:  pkgconfig(libuna)
-BuildRequires:  pkgconfig(libcfile)
 BuildRequires:  pkgconfig(libcpath)
-BuildRequires:  pkgconfig(libbfio)
+BuildRequires:  pkgconfig(libcsplit)
 BuildRequires:  pkgconfig(libfdatetime)
+BuildRequires:  pkgconfig(libfguid)
+BuildRequires:  pkgconfig(libuna)
 #use the factory versions of these if building for factory
 %if 0%{?suse_version} > 1310
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 %endif
 %endif
-# these packages fail if the factory version is used, verified 11/16/2013
+# these packages fail if the factory version is used, verified 08/11/2014
 #BuildRequires:  pkgconfig(libcerror)
-#BuildRequires:  pkgconfig(libfguid)
 # these packages have not been released standalone by upstream
 #BuildRequires:  pkgconfig(libfole) >= 20120426
 #BuildRequires:  pkgconfig(libfvalue) >= 20120428
@@ -61,7 +61,7 @@
 Library and tools to access the OLE 2 Compound File (OLECF) format. The OLE 2 
Compound File format is used to store certain versions of Microsoft Office 
files, thumbs.db and other file formats. 
 
 %package -n %lname
-Summary:Library to access the OLE 2 Compound File (OLECF) format.
+Summary:Library to access the OLE 2 Compound File (OLECF) format
 License:LGPL-3.0+
 Group:  System/Libraries
 
@@ -70,7 +70,7 @@
 
 
 %package tools
-Summary:Tools to access the OLE 2 Compound File (OLECF) format.
+Summary:Tools to access the OLE 2 Compound File (OLECF) format
 License:LGPL-3.0+
 Group:  System/Filesystems
 

++ libolecf-alpha-20131108.tar.gz -> libolecf-alpha-20140801.tar.gz ++
 32870 lines of diff (skipped)

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



commit timidity for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package timidity for openSUSE:Factory 
checked in at 2014-08-14 14:58:04

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


Package is "timidity"

Changes:

--- /work/SRC/openSUSE:Factory/timidity/timidity.changes2012-12-10 
11:09:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.timidity.new/timidity.changes   2014-08-14 
14:58:20.0 +0200
@@ -1,0 +2,38 @@
+Mon Jul 21 16:21:43 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 2.14.0 (final)
+  + Add --reverb option for Freeverb parameter.
+  + Add --preserve-silence option.
+  + Add a "trysource" config file directive, which allows to try and
+source other config files, while continuing without error if the
+specified file is missing.
+  + Support for GM2 Master Fine/Coarse Tuning, GS Master Tune and XG
+Master Tuning (4C not 27) SysEx.
+  + Allow Device Numbers other than 0x10 for XG SYSTEM ON SYSEX 
+events.
+  + Fix multiple vulnerabilities found in GNU gzip also apply to lha,
+namely: CVE-2006-4335, CVE-2006-4337 and CVE-2006-4338.
+  + Support for lzma decompression.
+  + Support for ipv6.
+  + Support for libpng 1.5 and newer.
+  + Support for Tcl/Tk 8.5.
+  + Make compatible with xaw3d v1.5, style changes.
+  + Various improvements in XAW interface (see README.xaw).
+  + Support for Windows Named Pipe interface.
+  + ...and many other bug fixes.
+- Use systemd instead of sysvinit
+- Remove obsolete patches
+  + 0001-Fix-possible-invalid-access-below-the-array-range.patch
+  + 0003-Fix-the-faulty-check-of-parameters-in-server_c.c-con.patch
+  + 0004-Add-missing-void-argument-for-function-declarations.patch
+  + 0005-Add-missing-quotes-in-autoconf-utils.m4.patch
+  + 0006-Add-the-lzma-decompression-support.patch
+  + 0007-Fix-the-missing-return-value-in-emacs_c.c.patch
+  + 0008-Fix-type-punning-in-smplfile.c.patch
+  + 0009-Use-AS_HELP_STRING-to-make-the-help-output-more-read.patch
+- Remove obsolete macros hacks
+- Fix default parameters for server mode
+- Fix wrong SUSE capitalization
+- Use download Url as source
+
+---

Old:

  0001-Fix-possible-invalid-access-below-the-array-range.patch
  0003-Fix-the-faulty-check-of-parameters-in-server_c.c-con.patch
  0004-Add-missing-void-argument-for-function-declarations.patch
  0005-Add-missing-quotes-in-autoconf-utils.m4.patch
  0006-Add-the-lzma-decompression-support.patch
  0007-Fix-the-missing-return-value-in-emacs_c.c.patch
  0008-Fix-type-punning-in-smplfile.c.patch
  0009-Use-AS_HELP_STRING-to-make-the-help-output-more-read.patch
  README.SuSE
  timidity-2.14.0-pre.tar.bz2
  timidity.init

New:

  README.SUSE
  TiMidity++-2.14.0.tar.xz
  timidity.service



Other differences:
--
++ timidity.spec ++
--- /var/tmp/diff_new_pack.czLyf4/_old  2014-08-14 14:58:21.0 +0200
+++ /var/tmp/diff_new_pack.czLyf4/_new  2014-08-14 14:58:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package timidity
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,22 +16,13 @@
 #
 
 
-#
-%if 0%{?suse_version} < 1140
-%define have_arts  1
-%else
-%define have_arts  0
-%endif
-
 Name:   timidity
 Summary:Software Synthesizer and MIDI Player
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Midi
-Version:2.13.99
+Version:2.14.0
 Release:0
 Url:http://timidity.sourceforge.net/
-%define package_version 2.13.2
-%define _use_internal_dependency_generator 0
 %define my_provides /tmp/my-provides
 BuildRequires:  alsa-devel
 BuildRequires:  automake
@@ -50,32 +41,20 @@
 BuildRequires:  xaw3d
 BuildRequires:  xorg-x11
 Recommends: fluid-soundfont-gm fluid-soundfont-gs
-%if %{have_arts}
-BuildRequires:  arts-devel
-%endif
-%if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
 BuildRequires:  xaw3d-devel
-%endif
-PreReq: %insserv_prereq  %fillup_prereq
-# Source: TiMidity++-%{package_version}.tar.bz2
-Source: timidity-2.14.0-pre.tar.bz2
+BuildRequires:  systemd
+%{?systemd_requires}
+PreReq:%fillup_prereq
+Source: TiMidity++-%{version}.tar.xz
 Source1:timidity-patches.tar.bz2
 Source2:%name.desktop
 Source3:timidity.png
 Source4:timidity.cfg
-Source5:%{name}.init
+Source5:%{name}.service
 Source6:%{name}.sysconf
-Source7:README.Su

commit mkvtoolnix for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2014-08-14 14:57:52

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


Package is "mkvtoolnix"

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2014-07-11 
20:06:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2014-08-14 14:57:57.0 +0200
@@ -1,0 +2,12 @@
+Wed Aug  6 07:15:49 UTC 2014 - jeng...@inai.de
+
+- Update to ne wupstream release 7.1.0
+* mkvextract: bug fix: Fixed a crash when opening damaged/invalid
+  Matroska files in all extraction modes.
+* mkvmerge: bug fix: Fixed wrong default duration for PCM audio
+  tracks if the source file provides timecodes for that track.
+* mkvmerge: bug fix: track statistics tags are not written for
+  WebM files anymore as the WebM specification doesn't allow tags.
+* Fixed file seeking code for "seek relative to end of file" case.
+
+---

Old:

  mkvtoolnix-7.0.0.tar.xz

New:

  mkvtoolnix-7.1.0.tar.xz



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.Scfx6n/_old  2014-08-14 14:57:58.0 +0200
+++ /var/tmp/diff_new_pack.Scfx6n/_new  2014-08-14 14:57:58.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   mkvtoolnix
-Version:7.0.0
+Version:7.1.0
 Release:0
 Summary:Tools to Create, Alter, and Inspect Matroska Files
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://bunkus.org/videotools/mkvtoolnix/
 
-#Freecode-URL: http://freecode.com/projects/mkvtoolnix
 #Git-Web:  http://github.com/mbunkus/mkvtoolnix
 #Git-Clone:git://github.com/mbunkus/mkvtoolnix
 Source: 
http://bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-%version.tar.xz

++ mkvtoolnix-7.0.0.tar.xz -> mkvtoolnix-7.1.0.tar.xz ++
 5336 lines of diff (skipped)

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



commit suse-xsl-stylesheets for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2014-08-14 14:57:38

Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new (New)


Package is "suse-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2014-07-28 06:31:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2014-08-14 14:57:41.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug 12 11:47:08 UTC 2014 - skn...@suse.de
+
+- package fixes:
+  + quell RPM Lint warning about the Liberation font package being
+an explicit library dependency
+  + require "docbook_4" instead of generic "docbook"
+
+---
@@ -4 +12 @@
-Version 2.0 RC1:
+Version 2.0 RC2:



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.d9d0Sp/_old  2014-08-14 14:57:42.0 +0200
+++ /var/tmp/diff_new_pack.d9d0Sp/_new  2014-08-14 14:57:42.0 +0200
@@ -60,12 +60,12 @@
 %endif
 BuildRequires:  trang
 
-Requires:   docbook
 Requires:   docbook-xsl-stylesheets >= 1.77
+Requires:   docbook_4
 Requires:   libxslt
 
 Recommends: daps
-Recommends: docbook5
+Recommends: docbook_5
 Recommends: docbook5-xsl-stylesheets
 
 #--

++ suse-xsl-stylesheets.rpmlintrc ++
--- /var/tmp/diff_new_pack.d9d0Sp/_old  2014-08-14 14:57:42.0 +0200
+++ /var/tmp/diff_new_pack.d9d0Sp/_new  2014-08-14 14:57:42.0 +0200
@@ -1 +1,2 @@
 addFilter("explicit-lib-dependency libxslt")
+addFilter("explicit-lib-dependency liberation-fonts")

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



commit yast2-storage for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-08-14 14:57:46

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


Package is "yast2-storage"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2014-08-01 14:34:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-08-14 14:57:49.0 +0200
@@ -1,0 +2,13 @@
+Wed Aug 13 15:41:41 CEST 2014 - aschn...@suse.de
+
+- do not incorrectly display message about inconsistent NTFS
+  filesystem (bnc#889733)
+
+---
+Tue Aug 12 11:50:36 CEST 2014 - aschn...@suse.de
+
+- do not propose boot partition with LVM unless the LVM is
+  encrypted (bnc#890857)
+- version 3.1.41
+
+---

Old:

  yast2-storage-3.1.40.tar.bz2

New:

  yast2-storage-3.1.41.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.SpxNFh/_old  2014-08-14 14:57:50.0 +0200
+++ /var/tmp/diff_new_pack.SpxNFh/_new  2014-08-14 14:57:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.40
+Version:3.1.41
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.40.tar.bz2 -> yast2-storage-3.1.41.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.40/package/yast2-storage.changes 
new/yast2-storage-3.1.41/package/yast2-storage.changes
--- old/yast2-storage-3.1.40/package/yast2-storage.changes  2014-07-31 
14:09:43.0 +0200
+++ new/yast2-storage-3.1.41/package/yast2-storage.changes  2014-08-13 
18:04:13.0 +0200
@@ -1,4 +1,17 @@
 ---
+Wed Aug 13 15:41:41 CEST 2014 - aschn...@suse.de
+
+- do not incorrectly display message about inconsistent NTFS
+  filesystem (bnc#889733)
+
+---
+Tue Aug 12 11:50:36 CEST 2014 - aschn...@suse.de
+
+- do not propose boot partition with LVM unless the LVM is
+  encrypted (bnc#890857)
+- version 3.1.41
+
+---
 Thu Jul 31 11:18:58 CEST 2014 - aschn...@suse.de
 
 - disable snapshots if the root filesystem is small (bnc#888549)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.40/package/yast2-storage.spec 
new/yast2-storage-3.1.41/package/yast2-storage.spec
--- old/yast2-storage-3.1.40/package/yast2-storage.spec 2014-07-31 
14:09:43.0 +0200
+++ new/yast2-storage-3.1.41/package/yast2-storage.spec 2014-08-13 
18:04:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.40
+Version:3.1.41
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.40/src/include/partitioning/custom_part_check_generated.rb
 
new/yast2-storage-3.1.41/src/include/partitioning/custom_part_check_generated.rb
--- 
old/yast2-storage-3.1.40/src/include/partitioning/custom_part_check_generated.rb
2014-07-31 14:09:43.0 +0200
+++ 
new/yast2-storage-3.1.41/src/include/partitioning/custom_part_check_generated.rb
2014-08-13 18:04:13.0 +0200
@@ -426,30 +426,6 @@
 ok = false if !Popup.YesNo(message)
   end
 
-  # iSeries has no problems with this configuration
-  # an initrd will be created and you can boot from a kernel slot
-  if installation && !Arch.board_iseries &&
-  (root_lvm && !boot_found || show_all_popups) &&
-  AutoinstData.BootLVMWarning
-# popup text
-message = Builtins.sformat(
-  _(
-"Warning: With your current setup, your %1 installation\n" +
-  "will encounter problems when booting, because you have no 
\"boot\"\n" +
-  "partition and your \"root\" partition is an LVM logical 
volume.\n" +
-  "This does not work.\n" +
-  "\n" +
-  "If you do not know exactly what you are doing, use a normal\n" +
-  "partition for your files below /boot.\n" +
-  "\n" +
-  "Really use this setup?\n"
-  ),
-  Product.name
-)
-
-ok = false if !Popup.YesNo(message)
-  end
-
   if (Partitions.EfiBoot || Arch.ia64) && installation &&
   (!boot_found

commit leechcraft for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package leechcraft for openSUSE:Factory 
checked in at 2014-08-14 14:58:02

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


Package is "leechcraft"

Changes:

--- /work/SRC/openSUSE:Factory/leechcraft/leechcraft-doc.changes
2014-07-10 14:55:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft-doc.changes   
2014-08-14 14:58:14.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 30 14:38:58 UTC 2014 - dap.darkn...@gmail.com
+
+- 0.6.70 release.
+
+---
--- /work/SRC/openSUSE:Factory/leechcraft/leechcraft.changes2014-07-10 
14:55:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft.changes   
2014-08-14 14:58:14.0 +0200
@@ -1,0 +2,15 @@
+Wed Jul 30 14:38:58 UTC 2014 - dap.darkn...@gmail.com
+
+- 0.6.70 release:
+  * Poshuku browser IDN support was enabled;
+  * utilities library was split into different so files
+and subpackages.
+- New plugins were enabled:
+  * Azoth MuCommands provides conference-oriented commands;
+  * LMP FrAdj is a 10-band equalizer;
+  * Poshuku DCAC provides DC/AC for browser;
+  * Poshuku QRd provides QR codes for browser.
+- leechcraft-azoth-gcc47.patch was updated.
+- Added leechcraft-gcc47.patch vs. names constructor error.
+
+---

Old:

  leechcraft-0.6.65-380-gffa0f72.tar.xz

New:

  leechcraft-0.6.70.tar.xz
  leechcraft-gcc47.patch



Other differences:
--
++ leechcraft-doc.spec ++
--- /var/tmp/diff_new_pack.cElTVt/_old  2014-08-14 14:58:15.0 +0200
+++ /var/tmp/diff_new_pack.cElTVt/_new  2014-08-14 14:58:15.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   leechcraft-doc
-Version:0.6.65+git.380.gffa0f72
+Version:0.6.70
 Release:0
 Summary:Modular Internet Client Documentation
 License:BSL-1.0
 Group:  Development/Libraries/Other
 Url:http://leechcraft.org
-Source0:
http://dist.leechcraft.org/LeechCraft/0.6.70/leechcraft-0.6.65-380-gffa0f72.tar.xz
-# 
http://dist.leechcraft.org/LeechCraft/%%{version}/leechcraft-%%{version}.tar.xz
-# TODO: for stable releases.
+Source0:
http://dist.leechcraft.org/LeechCraft/%{version}/leechcraft-%{version}.tar.xz
 
 BuildRequires:  doxygen >= 1.8.3.1
 BuildRequires:  fdupes
@@ -69,8 +67,7 @@
 is also available online at http://doc.leechcraft.org/monocle/
 
 %prep
-# TODO: just leechcraft-%%{version} for stable releases.
-%setup -q -n leechcraft-0.6.65-380-gffa0f72
+%setup -q -n leechcraft-%{version}
 
 %build
 cd doc/doxygen/core

++ leechcraft.spec ++
 802 lines (skipped)
 between /work/SRC/openSUSE:Factory/leechcraft/leechcraft.spec
 and /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft.spec


++ leechcraft-0.6.65-380-gffa0f72.tar.xz -> leechcraft-0.6.70.tar.xz ++
 100020 lines of diff (skipped)

++ leechcraft-azoth-gcc47.patch ++
--- /var/tmp/diff_new_pack.cElTVt/_old  2014-08-14 14:58:19.0 +0200
+++ /var/tmp/diff_new_pack.cElTVt/_new  2014-08-14 14:58:19.0 +0200
@@ -11,3 +11,16 @@
{
imjw->Join (accObj);
w->deleteLater ();
+diff --git a/src/plugins/azoth/plugins/xoox/clientconnection.cpp 
b/src/plugins/azoth/plugins/xoox/clientconnection.cpp
+index cae3b05..e0d7cce 100644
+--- a/src/plugins/azoth/plugins/xoox/clientconnection.cpp
 b/src/plugins/azoth/plugins/xoox/clientconnection.cpp
+@@ -998,7 +998,7 @@ namespace Xoox
+   {
+   new Util::DelayedExecutor
+   {
+-  [] () -> void
++  [this] () -> void
+   {
+   const auto& e = 
Util::MakeNotification ("Azoth",
+   tr ("Using the 
juick.com service is discouraged. Please consider "

++ leechcraft-gcc47.patch ++
diff --git a/src/util/sll/slotclosure.h b/src/util/sll/slotclosure.h
index 2c9bbfc..a85a8ce 100644
--- a/src/util/sll/slotclosure.h
+++ b/src/util/sll/slotclosure.h
@@ -63,7 +63,26 @@ namespace Util
  , public 
FireDestrPolicy
{
public:
-   using SlotClosureBase::SlotClosureBase;
+   SlotClosure (const std::function& func, QObject 
*parent)
+   : SlotClosureBase { func, parent }
+ 

commit go for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2014-08-14 14:58:02

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


Package is "go"

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2013-12-03 09:06:08.0 
+0100
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2014-08-14 
14:58:10.0 +0200
@@ -1,0 +2,20 @@
+Tue Aug 12 07:42:55 UTC 2014 - tchva...@suse.com
+
+- Fix download url.
+
+---
+Thu Jul 31 15:09:29 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---
+Thu Jun 19 22:44:18 UTC 2014 - mrueck...@suse.de
+
+- Update to version 1.3:
+  see http://golang.org/doc/go1.3
+- refreshed patches to apply cleanly again:
+  - go-build-dont-reinstall-stdlibs.patch
+  - verbose-build.patch
+
+---

Old:

  go1.2.src.tar.gz
  rpmlintrc

New:

  go-rpmlintrc
  go1.3.src.tar.gz



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.dwmxQf/_old  2014-08-14 14:58:13.0 +0200
+++ /var/tmp/diff_new_pack.dwmxQf/_new  2014-08-14 14:58:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package go
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,14 @@
 
 
 Name:   go
-Version:1.2
+Version:1.3
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:http://golang.org
-Source0:http://go.googlecode.com/files/go%{version}.src.tar.gz
-Source1:rpmlintrc
+Source0:http://golang.org/dl/go%{version}.src.tar.gz
+Source1:go-rpmlintrc
 Source2:go.sh
 Source3:macros.go
 Source6:go-wiki-gadget.xml

++ go-build-dont-reinstall-stdlibs.patch ++
--- /var/tmp/diff_new_pack.dwmxQf/_old  2014-08-14 14:58:13.0 +0200
+++ /var/tmp/diff_new_pack.dwmxQf/_new  2014-08-14 14:58:13.0 +0200
@@ -1,8 +1,8 @@
-diff --git a/src/cmd/go/build.go b/src/cmd/go/build.go
-index 4bb83f1..16ce829 100644
 a/src/cmd/go/build.go
-+++ b/src/cmd/go/build.go
-@@ -91,6 +91,7 @@ func init() {
+Index: go/src/cmd/go/build.go
+===
+--- go.orig/src/cmd/go/build.go
 go/src/cmd/go/build.go
+@@ -117,6 +117,7 @@ func init() {
  }
  
  // Flags set by multiple commands.
@@ -10,8 +10,8 @@
  var buildA bool   // -a flag
  var buildN bool   // -n flag
  var buildP = runtime.NumCPU() // -p flag
-@@ -139,6 +140,10 @@ func init() {
- // addBuildFlags adds the flags common to the build and install commands.
+@@ -169,6 +170,10 @@ func init() {
+ // install, list, run, and test commands.
  func addBuildFlags(cmd *Command) {
// NOTE: If you add flags here, also add them to testflag.go.
 +
@@ -21,7 +21,7 @@
cmd.Flag.BoolVar(&buildA, "a", false, "")
cmd.Flag.BoolVar(&buildN, "n", false, "")
cmd.Flag.IntVar(&buildP, "p", buildP, "")
-@@ -762,6 +767,11 @@ func (b *builder) build(a *action) (err error) {
+@@ -1020,6 +1025,11 @@ func (b *builder) build(a *action) (err
  
  // install is the action for installing a single package or executable.
  func (b *builder) install(a *action) (err error) {

++ go-rpmlintrc ++
addFilter("binaryinfo-readelf-failed")  # go binaries are suposedly 
ELF-compliant
addFilter("statically-linked-binary")   # go doesn't yet support dynamic linking

++ go1.2.src.tar.gz -> go1.3.src.tar.gz ++
/work/SRC/openSUSE:Factory/go/go1.2.src.tar.gz 
/work/SRC/openSUSE:Factory/.go.new/go1.3.src.tar.gz differ: char 12, line 1

++ verbose-build.patch ++
--- /var/tmp/diff_new_pack.dwmxQf/_old  2014-08-14 14:58:13.0 +0200
+++ /var/tmp/diff_new_pack.dwmxQf/_new  2014-08-14 14:58:13.0 +0200
@@ -1,19 +1,19 @@
-diff --git a/src/make.bash b/src/make.bash
-index 8d0f6eb..905ec04 100755
 a/src/make.bash
-+++ b/src/make.bash
-@@ -140,12 +140,12 @@ echo
- if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
-   echo "# Building packages and commands for host, $GOHOSTOS/$GOHOSTARCH."
-   GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
+Index: go/src/make.bash
+===

commit liblnk for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package liblnk for openSUSE:Factory checked 
in at 2014-08-14 14:58:09

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


Package is "liblnk"

Changes:

--- /work/SRC/openSUSE:Factory/liblnk/liblnk.changes2013-11-25 
14:54:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblnk.new/liblnk.changes   2014-08-14 
14:58:25.0 +0200
@@ -1,0 +2,14 @@
+Wed Aug 13 16:35:28 UTC 2014 - greg.freem...@gmail.com
+
+- update to v0~20140731
+   * bug fix in Python-bindings
+   * worked on Python bindings
+ - changes regarding integer object signedness on 32-bit architectures
+   * worked on shell items support
+   * small changes in debug output
+   * small changes in lnkinfo output
+   * updated dependencies
+   * worked on updates
+   * 2014 update
+
+---

Old:

  liblnk-alpha-20131015.tar.gz

New:

  liblnk-alpha-20140731.tar.gz



Other differences:
--
++ liblnk.spec ++
--- /var/tmp/diff_new_pack.nm1Uxc/_old  2014-08-14 14:58:26.0 +0200
+++ /var/tmp/diff_new_pack.nm1Uxc/_new  2014-08-14 14:58:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblnk
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,14 @@
 
 Name:   liblnk
 %define lname  liblnk1
-%define timestamp  20131015
+%define timestamp  20140731
 Version:0~%timestamp
 Release:0
 Summary:Library and tools to access the Windows Shortcut File (LNK) 
format
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/liblnk/
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSQmluVC1YeDVvZWM/liblnk-alpha-20131015.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSQmluVC1YeDVvZWM/liblnk-alpha-20140731.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 Source2:Windows_Shortcut_File_(LNK)_format.pdf
 BuildRequires:  pkg-config
@@ -49,7 +49,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-liblnk is a library to access Windows Shortcut File (LNK) files.
+liblnk is a library and tools to access Windows Shortcut File (LNK) format 
files.
 
 %package -n %lname
 Summary:Library to access the Windows Shortcut File (LNK) format

++ liblnk-alpha-20131015.tar.gz -> liblnk-alpha-20140731.tar.gz ++
 46318 lines of diff (skipped)

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



commit python3 for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2014-08-14 14:57:36

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


Package is "python3"

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2014-07-26 
09:41:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2014-08-14 14:57:39.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 17:24:59 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2014-06-25 
06:58:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes 2014-08-14 
14:57:39.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 12:45:47 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc

New:

  python3-rpmlintrc



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.atowkl/_old  2014-08-14 14:57:41.0 +0200
+++ /var/tmp/diff_new_pack.atowkl/_new  2014-08-14 14:57:41.0 +0200
@@ -62,7 +62,7 @@
 # They are listed here to work around missing functionality in rpmbuild,
 # which would otherwise exclude them from distributed src.rpm files.
 Source100:  PACKAGING-NOTES
-Source101:  rpmlintrc
+Source101:  python3-rpmlintrc
 Source102:  pre_checkin.sh
 
 ### COMMON-PATCH-BEGIN ###

++ python3.spec ++
--- /var/tmp/diff_new_pack.atowkl/_old  2014-08-14 14:57:41.0 +0200
+++ /var/tmp/diff_new_pack.atowkl/_new  2014-08-14 14:57:41.0 +0200
@@ -54,6 +54,7 @@
 
 Source0:http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
 Source1:baselibs.conf
+Source2:python3-rpmlintrc
 #Source11:   testfiles.tar.bz2
 # issues with copyrighted Unicode testing files
 



++ python3-rpmlintrc ++
# RPM macros are not configuration:
addFilter("non-conffile-in-etc /etc/rpm/macros.python3")
# Obviously, these files are meant to be empty:
addFilter("zero-length /usr/lib64/python3.3/test/nullcert.pem")
addFilter("zero-length 
/usr/lib64/python3.3/test/namespace_pkgs/module_and_namespace_package/a_test/empty")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-troveclient for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package python-troveclient for 
openSUSE:Factory checked in at 2014-08-14 14:57:53

Comparing /work/SRC/openSUSE:Factory/python-troveclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-troveclient.new (New)


Package is "python-troveclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-troveclient/python-troveclient.changes
2014-04-08 12:46:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-troveclient.new/python-troveclient.changes   
2014-08-14 14:58:00.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 17:01:12 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc

New:

  python-troveclient-rpmlintrc



Other differences:
--
++ python-troveclient.spec ++
--- /var/tmp/diff_new_pack.R2bE0A/_old  2014-08-14 14:58:01.0 +0200
+++ /var/tmp/diff_new_pack.R2bE0A/_new  2014-08-14 14:58:01.0 +0200
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-troveclient
 Source: 
http://tarballs.openstack.org/python-troveclient/python-troveclient-%{version}.tar.gz
+Source1:python-troveclient-rpmlintrc
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-pbr >= 0.5.21
 # Documentation requirements:

++ python-troveclient-rpmlintrc ++
# This symling is for the -test package and can be ignored:
addFilter("dangling-symlink /var/lib/python-swiftclient-test/swiftclient")
# This file is ok, it's for the unit testsuite
addFilter("hidden-file-or-dir /var/lib/python-swiftclient-test/.unittests")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit go-freetype-go for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package go-freetype-go for openSUSE:Factory 
checked in at 2014-08-14 14:57:58

Comparing /work/SRC/openSUSE:Factory/go-freetype-go (Old)
 and  /work/SRC/openSUSE:Factory/.go-freetype-go.new (New)


Package is "go-freetype-go"

Changes:

--- /work/SRC/openSUSE:Factory/go-freetype-go/go-freetype-go.changes
2013-10-01 08:12:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-freetype-go.new/go-freetype-go.changes   
2014-08-14 14:58:07.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 16:10:48 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc

New:

  go-freetype-go-rpmlintrc



Other differences:
--
++ go-freetype-go.spec ++
--- /var/tmp/diff_new_pack.bIpiiV/_old  2014-08-14 14:58:08.0 +0200
+++ /var/tmp/diff_new_pack.bIpiiV/_new  2014-08-14 14:58:08.0 +0200
@@ -1,4 +1,7 @@
 #
+# spec file for package go-freetype-go
+#
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c), 2011, Sascha Peilicke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -10,15 +13,20 @@
 # 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:   go-freetype-go
 Version:0.0.0+hg20130813.72.38e23dc4a845
 Release:0
 Summary:A port of the Freetype font engine to the Go programming 
language
-Group:  Development/Languages/Other
 License:FTL or GPL-2.0+
-URL:http://code.google.com/p/freetype-go
+Group:  Development/Languages/Other
+Url:http://code.google.com/p/freetype-go
 %define go_import code.google.com/p/freetype-go/freetype
 Source0:freetype-go-%{version}.tar.bz2
+Source1:go-freetype-go-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
 %if 0%{?suse_version} >= 1100

++ go-freetype-go-rpmlintrc ++
addFilter("binaryinfo-readelf-failed")  # go binaries are suposedly 
ELF-compliant
addFilter("statically-linked-binary")   # go doesn't yet support dynamic linking
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit crash for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2014-08-14 14:57:58

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


Package is "crash"

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2014-07-10 
14:55:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2014-08-14 
14:58:04.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 12:40:52 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc

New:

  crash-rpmlintrc



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.E47AGS/_old  2014-08-14 14:58:06.0 +0200
+++ /var/tmp/diff_new_pack.E47AGS/_new  2014-08-14 14:58:06.0 +0200
@@ -57,7 +57,7 @@
 Source96:   depmod.sh
 Source97:   mkinitrd.sh
 Source98:   %{name}-kmp-preamble
-Source99:   rpmlintrc
+Source99:   crash-rpmlintrc
 Source100:  %{name}-gdb-7.6.series
 Source101:  %{name}-gdb-7.6-ppc64_sysv_abi_push_float.patch
 Source102:  %{name}-gdb-7.6-bound_minimal_symbol.patch

++ crash-rpmlintrc ++
addFilter("devel-file-in-non-devel-package .*/usr/share/sial/crash.*")
# crash-7.0.7.tar compresses better with gzip than with bzip2
addFilter(" source-or-patch-not-bzipped crash-7.0.7.tar.gz")
addFilter(" source-or-patch-not-compressed bz2 crash-7.0.7.tar.gz")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit alsa for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2014-08-14 14:57:43

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


Package is "alsa"

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2014-08-03 
15:36:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2014-08-14 
14:57:46.0 +0200
@@ -1,0 +2,9 @@
+Tue Aug 12 16:02:33 CEST 2014 - ti...@suse.de
+
+- Backport upstream fixes for supporting the missing DSD formats:
+  0016-pcm-Fix-DSD-formats-userland-usability.patch
+  0017-Sync-include-sound-asound.h-with-3.17-rc1-kernel.patch
+  0018-pcm-Add-missing-signed-and-endianess-definitions-for.patch
+- Remove alsa-info.sh from alsa.rpm; it's moved into alsa-utils
+
+---

Old:

  alsa-info.sh

New:

  0016-pcm-Fix-DSD-formats-userland-usability.patch
  0017-Sync-include-sound-asound.h-with-3.17-rc1-kernel.patch
  0018-pcm-Add-missing-signed-and-endianess-definitions-for.patch



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.x2Z1Dz/_old  2014-08-14 14:57:47.0 +0200
+++ /var/tmp/diff_new_pack.x2Z1Dz/_new  2014-08-14 14:57:47.0 +0200
@@ -44,7 +44,6 @@
 Source30:   all_notes_off
 Source31:   all_notes_off.bin
 Source32:   all_notes_off.mid
-Source33:   alsa-info.sh
 Source34:   alsa-init.sh
 Source40:   50-alsa.conf
 Source41:   install-snd-module
@@ -65,6 +64,9 @@
 Patch13:0013-pcm-route-Use-get32-for-multi-source-route-calculati.patch
 Patch14:0014-pcm-Drop-snd_pcm_linear_-get-put-32_index.patch
 Patch15:0015-pcm-pcm_local.h-include-time.h-to-enable-CLOCK_MONOT.patch
+Patch16:0016-pcm-Fix-DSD-formats-userland-usability.patch
+Patch17:0017-Sync-include-sound-asound.h-with-3.17-rc1-kernel.patch
+Patch18:0018-pcm-Add-missing-signed-and-endianess-definitions-for.patch
 # rest suse patches
 Patch99:alsa-lib-doxygen-avoid-crash-for-11.3.diff
 BuildRequires:  doxygen
@@ -148,6 +150,9 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
+%patch17 -p1
+%patch18 -p1
 %if 0%{?suse_version} == 1130
 %patch99 -p1
 %endif
@@ -248,8 +253,6 @@
 mkdir -p %{buildroot}%{_docdir}/%{name}/alsa-lib
 cp COPYING ChangeLog INSTALL TODO MEMORY-LEAK 
%{buildroot}%{_docdir}/%{name}/alsa-lib
 cp doc/asoundrc.txt %{buildroot}%{_docdir}/%{name}/alsa-lib
-# install alsa-info.sh to sbindir
-install -c -m 0755 %{SOURCE33} %{buildroot}%{_sbindir}
 
 %post
 %if 0%{?suse_version} > 1310

++ 0016-pcm-Fix-DSD-formats-userland-usability.patch ++
>From 87df9f3b7a650418b9aef943ac246549c132672a Mon Sep 17 00:00:00 2001
From: Jurgen Kramer 
Date: Sat, 9 Aug 2014 12:09:21 +0200
Subject: [PATCH] pcm: Fix DSD formats userland usability

Support for DSD sample formats has been added a while ago. This patch makes
those sample formats beter usable from userland (e.g. aplay).

[These implementation details have been forgotten in the previous DSD
 support patch -- tiwai]

Signed-off-by: Takashi Iwai 
---
 include/sound/asound.h | 4 +++-
 src/pcm/pcm_misc.c | 4 
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/include/sound/asound.h b/include/sound/asound.h
index c819df421434..519452466317 100644
--- a/include/sound/asound.h
+++ b/include/sound/asound.h
@@ -214,7 +214,9 @@ typedef int __bitwise snd_pcm_format_t;
 #defineSNDRV_PCM_FORMAT_G723_24_1B ((__force snd_pcm_format_t) 45) 
/* 1 sample in 1 byte */
 #defineSNDRV_PCM_FORMAT_G723_40((__force snd_pcm_format_t) 46) 
/* 8 Samples in 5 bytes */
 #defineSNDRV_PCM_FORMAT_G723_40_1B ((__force snd_pcm_format_t) 47) 
/* 1 sample in 1 byte */
-#defineSNDRV_PCM_FORMAT_LAST   SNDRV_PCM_FORMAT_G723_40_1B
+#define SNDRV_PCM_FORMAT_DSD_U8((__force snd_pcm_format_t) 48) 
/* 8 1-bit samples in 1 byte */
+#define SNDRV_PCM_FORMAT_DSD_U16_LE((__force snd_pcm_format_t) 49) /* 16 
1-bit samples in 2 bytes */
+#defineSNDRV_PCM_FORMAT_LAST   SNDRV_PCM_FORMAT_DSD_U16_LE
 
 #ifdef SNDRV_LITTLE_ENDIAN
 #defineSNDRV_PCM_FORMAT_S16SNDRV_PCM_FORMAT_S16_LE
diff --git a/src/pcm/pcm_misc.c b/src/pcm/pcm_misc.c
index d52160cec653..44bb89cb0d44 100644
--- a/src/pcm/pcm_misc.c
+++ b/src/pcm/pcm_misc.c
@@ -195,11 +195,13 @@ int snd_pcm_format_width(snd_pcm_format_t format)
switch (format) {
case SNDRV_PCM_FORMAT_S8:
case SNDRV_PCM_FORMAT_U8:
+   case SNDRV_PCM_FORMAT_DSD_U8:
return 8;
case SNDRV_PCM_FORMAT_S16_LE:
case SNDRV_PCM_FORMAT_S16_BE:
case SNDRV

commit alsa-utils for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2014-08-14 14:57:45

Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-utils.new (New)


Package is "alsa-utils"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2014-07-08 
16:58:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2014-08-14 14:57:48.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 12 16:07:04 CEST 2014 - ti...@suse.de
+
+- Move alsa-info.sh to alsa-utils:
+  0003-Add-alsa-info.sh-to-alsa-utils-repo.patch
+  0004-Add-missing-alsa-info-entry-to-the-root-Makefile.am.patch
+
+---

New:

  0003-Add-alsa-info.sh-to-alsa-utils-repo.patch
  0004-Add-missing-alsa-info-entry-to-the-root-Makefile.am.patch



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.Z0e1FD/_old  2014-08-14 14:57:49.0 +0200
+++ /var/tmp/diff_new_pack.Z0e1FD/_new  2014-08-14 14:57:49.0 +0200
@@ -47,6 +47,8 @@
 # upstream fix patches
 Patch1: 0001-alsactl-save-state-do-not-call-rename-for-stdio.patch
 Patch2: 0002-alsamixer-include-missing-mixer_controls.h.patch
+Patch3: 0003-Add-alsa-info.sh-to-alsa-utils-repo.patch
+Patch4: 0004-Add-missing-alsa-info-entry-to-the-root-Makefile.am.patch
 #
 Patch99:alsa-utils-gettext-version-removal.diff
 BuildRequires:  alsa-devel
@@ -76,6 +78,8 @@
 # patch -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 #
 %if 0%{?suse_version} < 1020
 %patch99 -p1

++ 0003-Add-alsa-info.sh-to-alsa-utils-repo.patch ++
 977 lines (skipped)

++ 0004-Add-missing-alsa-info-entry-to-the-root-Makefile.am.patch ++
>From 5e5fe9e573efe211dcc3ca9a5bb520bcf00f7950 Mon Sep 17 00:00:00 2001
From: Takashi Iwai 
Date: Tue, 12 Aug 2014 16:19:06 +0200
Subject: [PATCH] Add missing alsa-info entry to the root Makefile.am

Signed-off-by: Takashi Iwai 
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index f25eee2e38ff..248eb11cb53a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 AM_CPPFLAGS=-I$(top_srcdir)/include
 
-SUBDIRS = include alsactl alsaucm utils m4 po
+SUBDIRS = include alsactl alsaucm utils m4 po alsa-info
 if ALSAMIXER
 SUBDIRS += alsamixer
 endif
-- 
2.0.4

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



commit apache-commons-logging for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-logging for 
openSUSE:Factory checked in at 2014-08-14 14:57:39

Comparing /work/SRC/openSUSE:Factory/apache-commons-logging (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-logging.new (New)


Package is "apache-commons-logging"

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-logging/apache-commons-logging.changes
2014-06-30 22:49:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-logging.new/apache-commons-logging.changes
   2014-08-14 14:57:42.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 12 11:10:06 UTC 2014 - lnus...@suse.de
+
+- add bcond java_bootstrap to build without unit tests
+  (commons-logging-1.1.3-src-junit.diff)
+
+---

New:

  commons-logging-1.1.3-src-junit.diff



Other differences:
--
++ apache-commons-logging.spec ++
--- /var/tmp/diff_new_pack.cDz3MM/_old  2014-08-14 14:57:43.0 +0200
+++ /var/tmp/diff_new_pack.cDz3MM/_new  2014-08-14 14:57:43.0 +0200
@@ -20,6 +20,7 @@
 
 %define base_name  logging
 %define short_name commons-%{base_name}
+%bcond_with java_bootstrap
 
 Name:   apache-%{short_name}
 Version:1.1.3
@@ -32,9 +33,12 @@
 Source1:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
 Source2:apache-commons-logging.keyring
 Source3:
http://mirrors.ibiblio.org/pub/mirrors/maven2/%{short_name}/%{short_name}-api/1.1/%{short_name}-api-1.1.pom
+Patch0: commons-logging-1.1.3-src-junit.diff
 
 BuildRequires:  ant
+%if !%{with java_bootstrap}
 BuildRequires:  ant-junit
+%endif
 BuildRequires:  apache-commons-parent
 BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-tools
@@ -84,6 +88,7 @@
 %prep
 %gpg_verify %{SOURCE1}
 %setup -q -n %{short_name}-%{version}-src
+%patch0 -p1
 
 # Sent upstream https://issues.apache.org/jira/browse/LOGGING-143
 %pom_remove_dep :avalon-framework

++ commons-logging-1.1.3-src-junit.diff ++
Index: commons-logging-1.1.3-src/build.xml
===
--- commons-logging-1.1.3-src.orig/build.xml
+++ commons-logging-1.1.3-src/build.xml
@@ -719,7 +719,8 @@
 -   ant -Dtestmatch=**/FooTestCase testall
 -->
 
-  
 
 
@@ -773,4 +774,13 @@
 
   
 
+  
+
+  
+  
+= WARNING 

+ Junit isn't present in your $ANT_HOME/lib directory. Tests not 
executed. 
+
==
+  
+
 


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



commit alsa-plugins for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package alsa-plugins for openSUSE:Factory 
checked in at 2014-08-14 14:57:40

Comparing /work/SRC/openSUSE:Factory/alsa-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-plugins.new (New)


Package is "alsa-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes
2014-06-25 06:57:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes   
2014-08-14 14:57:44.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 12 16:00:23 CEST 2014 - ti...@suse.de
+
+- Backport upstream fix for backward compatibility of jack PCM
+  plugin:
+  0001-jack-Restore-PID-to-jack-client-name-when-not-specif.patch
+
+---

New:

  0001-jack-Restore-PID-to-jack-client-name-when-not-specif.patch



Other differences:
--
++ alsa-plugins.spec ++
--- /var/tmp/diff_new_pack.7Zom7o/_old  2014-08-14 14:57:45.0 +0200
+++ /var/tmp/diff_new_pack.7Zom7o/_new  2014-08-14 14:57:45.0 +0200
@@ -36,6 +36,7 @@
 Source2:alsa-pulse.conf
 Source3:baselibs.conf
 # upstream fixes
+Patch1: 0001-jack-Restore-PID-to-jack-client-name-when-not-specif.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  libjack-devel
@@ -128,6 +129,7 @@
 
 %prep
 %setup -q -n %{name}-%{package_version}
+%patch1 -p1
 
 %build
 export AUTOMAKE_JOBS="%{?_smp_mflags}"

++ 0001-jack-Restore-PID-to-jack-client-name-when-not-specif.patch ++
>From 3089c5826289f923c8bc63855da681cfdc7125d6 Mon Sep 17 00:00:00 2001
From: Branan Purvine-Riley 
Date: Fri, 8 Aug 2014 14:31:06 -0700
Subject: [PATCH] jack: Restore PID to jack client name when not specified
 explicitly

Commit 14190cd8 added a facility to explicitly name Jack clients with
a 'name' option, but did so in a way that was not fully
backwards-compatible with older versions of the alsa-plugins. There
were two issues:

1. Re-using the magical "name" variable, which comes preloaded with
the name of the PCM

2. The code assumed snd_config_get_string sets a variable to NULL if
the config entry does not exist. Instead, this function leaves the
variable unchanged.

The result of these two errors meant that the PCM name would be
treated as if it were a user-defined name, and the old code which
embedded the PID would never be run

This code uses a completely new variable to store the explicitly-set
client name, so that the two code paths no longer collide.

[fixed trivial coding style issues by tiwai]

Signed-off-by: Branan Purvine-Riley 
Signed-off-by: Takashi Iwai 
---
 jack/pcm_jack.c | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/jack/pcm_jack.c b/jack/pcm_jack.c
index f5b712946040..568ec43b0924 100644
--- a/jack/pcm_jack.c
+++ b/jack/pcm_jack.c
@@ -372,6 +372,7 @@ static int make_nonblock(int fd)
 }
 
 static int snd_pcm_jack_open(snd_pcm_t **pcmp, const char *name,
+const char *client_name,
 snd_config_t *playback_conf,
 snd_config_t *capture_conf,
 snd_pcm_stream_t stream, int mode)
@@ -405,14 +406,14 @@ static int snd_pcm_jack_open(snd_pcm_t **pcmp, const char 
*name,
return -EINVAL;
}
 
-   if (name == NULL)
+   if (client_name == NULL)
err = snprintf(jack_client_name, sizeof(jack_client_name),
   "alsa-jack.%s%s.%d.%d", name,
   stream == SND_PCM_STREAM_PLAYBACK ? "P" : "C",
   getpid(), num++);
else
err = snprintf(jack_client_name, sizeof(jack_client_name),
-  "%s", name);
+  "%s", client_name);
 
if (err >= (int)sizeof(jack_client_name)) {
fprintf(stderr, "%s: WARNING: JACK client name '%s' truncated 
to %d characters, might not be unique\n",
@@ -470,6 +471,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(jack)
snd_config_iterator_t i, next;
snd_config_t *playback_conf = NULL;
snd_config_t *capture_conf = NULL;
+   const char *client_name = NULL;
int err;

snd_config_for_each(i, next, conf) {
@@ -480,7 +482,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(jack)
if (strcmp(id, "comment") == 0 || strcmp(id, "type") == 0 || 
strcmp(id, "hint") == 0)
continue;
if (strcmp(id, "name") == 0) {
-   snd_config_get_string(n, &name);
+   snd_config_get_string(n, &client_name);
continue;
}
if (strcmp(id, 

commit java-1_7_0-openjdk-plugin for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk-plugin for 
openSUSE:Factory checked in at 2014-08-14 12:47:28

Comparing /work/SRC/openSUSE:Factory/java-1_7_0-openjdk-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_7_0-openjdk-plugin.new (New)


Package is "java-1_7_0-openjdk-plugin"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++


  
  
  
  
  


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



commit flash-player for openSUSE:13.1:NonFree:Update

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:13.1:NonFree:Update checked in at 2014-08-14 12:12:02

Comparing /work/SRC/openSUSE:13.1:NonFree:Update/flash-player (Old)
 and  /work/SRC/openSUSE:13.1:NonFree:Update/.flash-player.new (New)


Package is "flash-player"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xMNmjJ/_old  2014-08-14 12:12:03.0 +0200
+++ /var/tmp/diff_new_pack.xMNmjJ/_new  2014-08-14 12:12:03.0 +0200
@@ -1 +1 @@
-
+

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



commit flash-player for openSUSE:12.3:NonFree:Update

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:12.3:NonFree:Update checked in at 2014-08-14 12:12:01

Comparing /work/SRC/openSUSE:12.3:NonFree:Update/flash-player (Old)
 and  /work/SRC/openSUSE:12.3:NonFree:Update/.flash-player.new (New)


Package is "flash-player"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.id6oRj/_old  2014-08-14 12:12:02.0 +0200
+++ /var/tmp/diff_new_pack.id6oRj/_new  2014-08-14 12:12:02.0 +0200
@@ -1 +1 @@
-
+

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