commit Mesa for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2014-10-31 09:39:27

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2014-10-15 
21:58:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2014-10-31 
12:22:47.0 +0100
@@ -1,0 +2,12 @@
+Thu Oct 30 09:37:08 UTC 2014 - jeng...@inai.de
+
+- Update descriptions and Requires for GLES3
+
+---
+Sat Oct 25 10:24:33 UTC 2014 - josua.maye...@gmail.com
+
+- add Mesa-devel-dri package:
+  This way dri.pc will no longer pull in all of Mesa, just as
+  packages requiring dri do not have to require Mesa-devel anymore
+
+---



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.FWIWey/_old  2014-10-31 12:22:48.0 +0100
+++ /var/tmp/diff_new_pack.FWIWey/_new  2014-10-31 12:22:48.0 +0100
@@ -167,6 +167,7 @@
 Summary:Libraries, includes and more to develop Mesa applications
 Group:  Development/Libraries/X11
 Requires:   Mesa = %version
+Requires:   Mesa-dri-devel = %version
 Requires:   Mesa-libEGL-devel = %version
 Requires:   Mesa-libGL-devel = %version
 Requires:   Mesa-libGLESv1_CM-devel = %version
@@ -309,6 +310,9 @@
 OpenGL|ES 2.x provides an API for programmable hardware including
 vertex and fragment shaders.
 
+The libGLESv2.so.2 library provides symbols for all OpenGL ES 2 and
+ES 3 entry points.
+
 %package -n Mesa-libGLESv2-devel
 Summary:Development files for the OpenGL ES 2.x API
 Group:  Development/Libraries/C and C++
@@ -330,7 +334,7 @@
 %package -n Mesa-libGLESv3-devel
 Summary:Development files for the OpenGL ES 3.x API
 Group:  Development/Libraries/C and C++
-#Requires:   Mesa-libGLESv3-3 = %version
+Requires:   Mesa-libGLESv2-2 = %version
 Requires:   pkgconfig(egl)
 
 %description -n Mesa-libGLESv3-devel
@@ -380,6 +384,15 @@
 dispatching all the gl* functions. It is intended to be mainly used by
 the Mesa-libGLES* packages.
 
+%package -n Mesa-dri-devel
+Summary:Development files for the DRI API
+Group:  Development/Libraries/C and C++
+Requires:   Mesa = %version
+
+%description -n Mesa-dri-devel
+This package contains the development environment required for
+compiling programs and libraries using the DRI API.
+
 %package -n libgbm1
 Summary:Generic buffer management API
 Group:  System/Libraries
@@ -833,10 +846,13 @@
 %defattr(-,root,root)
 %_libdir/libglapi.so
 
-%files devel
+%files -n Mesa-dri-devel
 %defattr(-,root,root)
-%doc docs/*.html
 %_includedir/GL/internal
 %_libdir/pkgconfig/dri.pc
 
+%files devel
+%defattr(-,root,root)
+%doc docs/*.html
+
 %changelog

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



commit OpenIPMI for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package OpenIPMI for openSUSE:Factory 
checked in at 2014-10-31 09:39:23

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


Package is OpenIPMI

Changes:

--- /work/SRC/openSUSE:Factory/OpenIPMI/OpenIPMI.changes2014-03-16 
08:04:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.OpenIPMI.new/OpenIPMI.changes   2014-10-31 
12:22:49.0 +0100
@@ -1,0 +2,18 @@
+Sat Oct 25 13:24:06 UTC 2014 - p.drou...@gmail.com
+
+- Use systemd instead of sysvinit
+  + Add ipmi.service
+  + Add openipmi-helper to keep capabilities of sysvinit script
+  + Add systemd related macros
+- Remove obsolete/depreciated macros
+
+---
+Thu Jul 10 15:08:21 UTC 2014 - tr...@suse.de
+
+- Split OpenIPMI into base package and OpenIPMI-python
+  OpenIPMI-python gets OpenIPMI python library and openipmigui which is
+  a python based gui.
+  Like above the OpenIPMI base package does not need python-tk and tix
+  packages any more.
+
+---

Old:

  openipmi.initscript

New:

  ipmi.service
  openipmi-helper



Other differences:
--
++ OpenIPMI.spec ++
--- /var/tmp/diff_new_pack.p6JTDO/_old  2014-10-31 12:22:50.0 +0100
+++ /var/tmp/diff_new_pack.p6JTDO/_new  2014-10-31 12:22:50.0 +0100
@@ -16,9 +16,6 @@
 #
 
 
-%{!?python_sitelib:  %global python_sitelib  %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
-
 Name:   OpenIPMI
 BuildRequires:  gd-devel
 BuildRequires:  gdbm-devel
@@ -29,22 +26,22 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  openssl-devel
-%if 0%{?suse_version}  1200
 BuildRequires:  perl-macros
-%endif
 BuildRequires:  pkg-config
 BuildRequires:  popt-devel
 BuildRequires:  python-devel
 BuildRequires:  python-tk
 BuildRequires:  python-xml
 BuildRequires:  swig
+BuildRequires:  systemd
 BuildRequires:  tcl-devel
 BuildRequires:  tix
 Version:2.0.21
 Release:0
 Source0:
http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
 Source1:sysconfig.ipmi
-Source2:openipmi.initscript
+Source2:ipmi.service
+Source3:openipmi-helper
 Patch0: OpenIPMI-prefer_perl_vendor.patch
 Patch2: OpenIPMI-libtool.patch
 Patch7: fix-conversions.patch
@@ -53,24 +50,14 @@
 Provides:   ipmi_ui
 Provides:   ipmicmd
 Provides:   ipmilan
-Provides:   openipmigui
-Requires:   python-tk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:OpenIPMI
 License:LGPL-2.1+
 Group:  System/Monitoring
-PreReq: %install_info_prereq %insserv_prereq %fillup_prereq  
-%if 0%{?suse_version}  1200
+PreReq: %install_info_prereq
+PreReq: %fillup_prereq
+%{?systemd_requires}
 %{perl_requires}
-%else
-%define perl_version %(eval `%{__perl} -V:version`; echo $version)
-%if 0%{?fedora}
-%define perl_requires perl(:MODULE_COMPAT_%{perl_version})
-Requires:   %{perl_version}
-%else
-Requires:   perl = %{perl_version}
-%endif
-%endif
 # Perl is sometimes installed in /usr/lib, not /usr/lib64 on 64-bit platforms.
 # %define perl_libdir %{_exec_prefix}/lib
 
@@ -99,6 +86,18 @@
 These libraries are needed to get full access to the OpenIPMI
 functions.
 
+%package python
+License:LGPL-2.1+
+Summary:OpenIPMI
+Group:  System/Monitoring
+Requires:   OpenIPMI python-tk tix
+Provides:   openipmigui
+AutoReqProv:on
+
+%description python
+The python parts provide a OpenIPMI python library and a GUI, openipmigui
+making use of it.
+
 %prep
 %setup -n %{name}-%{version}
 %patch0 -p1
@@ -118,11 +117,13 @@
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -d $RPM_BUILD_ROOT/etc/init.d
+install -d $RPM_BUILD_ROOT%{_unitdir}
 install -d $RPM_BUILD_ROOT/sbin
 install -m 644 %{S:1} $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 755 %{S:2} $RPM_BUILD_ROOT/etc/init.d/ipmi
-ln -sf ../etc/init.d/ipmi $RPM_BUILD_ROOT/sbin/rcipmi
+install -m 755 %{S:2} %{buildroot}%{_unitdir}
+ln -s /usr/sbin/service $RPM_BUILD_ROOT/sbin/rcipmi
+install -d ${RPM_BUILD_ROOT}%{_libexecdir}
+install -m 755 %{S:3} ${RPM_BUILD_ROOT}%{_libexecdir}/openipmi-helper
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
 # rebuild python files to fix timestamps:
@@ -132,17 +133,20 @@
 %__python -c 'import compileall; 

commit appstream-glib for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2014-10-31 09:39:21

Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
 and  /work/SRC/openSUSE:Factory/.appstream-glib.new (New)


Package is appstream-glib

Changes:

--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes
2014-10-15 21:58:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes   
2014-10-31 12:23:02.0 +0100
@@ -1,0 +2,43 @@
+Thu Oct 23 12:49:18 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.3.1.git.20141023.f8bf1b6:
+  + Allow to disable some vetos.
+
+---
+Wed Oct 22 06:36:35 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.3.1:
+  + Add a kudo for a HiDPI ico.
+  + Add an --enable-hidpi argument to appstream-builder.
+  + New  APIs: AS_APP_VALIDATE_FLAG_ALL_APPS,
+asb_app_set_hidpi_enabled(), asb_context_get_min_icon_size(),
+asb_context_set_embedded_icons(), as_icon_convert_to_kind(),
+as_node_add_attribute_as_int(), as_screenshot_set_priority(),
+as_store_convert_icons(), as_utils_find_icon_filename_full()
+and as_utils_get_string_overlap().
+  + Add AsIcon as a new abstract icon object.
+  + Add AS_ICON_KIND_EMBEDDED and AS_ICON_KIND_LOCAL.
+  + Alpm backend for appstream-builder.
+  + Support filtering by metadata in status-csv.
+  + Many bugfixes.
+- Disable _build_from_cvs, as this is a released tarball again.
+
+---
+Mon Oct 13 21:08:21 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.3.0.git.20141013.6d59429:
+  + Allow to merge icons into appstream xml. Comes in handy for
+OBS, where we generate an appstream with embedded icons.
+- Add gobject-introspection-devel BuildRequires: dependency to
+  bootstrap the tarball.
+- Add conditional (based on _build_from_vcs defines) gnome-common
+  BuildRequires and call to autogen.sh: needed, as we are currently
+  packaging a git snapshot.
+- Add libyaml-devel BuildRequires: new dependency.
+- Split new subpackages typelib-1_0-AppstreamBuilder-1_0 and
+  typelib-1_0-AppstreamGlib-1_0.
+- Rename libappstream-builder1 to libappstream-builder7 and
+  libappstream-glib1 to libappstream-glib7, following upstreams
+  soname change.
+
+---

Old:

  appstream-glib-0.2.6.tar.xz

New:

  _service
  appstream-glib-0.3.1.git.20141023.f8bf1b6.tar.xz



Other differences:
--
++ appstream-glib.spec ++
--- /var/tmp/diff_new_pack.TSMk8r/_old  2014-10-31 12:23:03.0 +0100
+++ /var/tmp/diff_new_pack.TSMk8r/_new  2014-10-31 12:23:03.0 +0100
@@ -17,15 +17,26 @@
 #
 
 
+%define _build_from_vcs 1
+
 Name:   appstream-glib
-Version:0.2.6
+Version:0.3.1.git.20141023.f8bf1b6
 Release:0
 Summary:AppStream Abstraction Library
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://people.freedesktop.org/~hughsient/appstream-glib/
-Source: 
http://people.freedesktop.org/~hughsient/appstream-glib/releases/%{name}-%{version}.tar.xz
+#Source: 
http://people.freedesktop.org/~hughsient/appstream-glib/releases/%{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.xz
+%if %{_build_from_vcs}
+BuildRequires:  gnome-common
+%else
+# We still need some part to build the man pages
+BuildRequires:  xsltproc
+%endif
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool = 0.40.0
+BuildRequires:  libyaml-devel
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) = 2.14
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
@@ -53,11 +64,11 @@
 * Easily retrieve the best application data for the current locale
 * Efficiently interface with more heavy-weight parsers like expat
 
-%package -n libappstream-glib1
+%package -n libappstream-glib7
 Summary:AppStream Abstraction Library
 Group:  System/Libraries
 
-%description -n libappstream-glib1
+%description -n libappstream-glib7
 This library provides GObjects and helper methods to make it easy to read and 
write AppStream metadata.
 It also provides a simple DOM implementation that makes it easy to edit nodes 
and
 convert to and from the standardized XML representation.
@@ -70,11 +81,11 @@
 * Easily retrieve the best application data for the current locale
 * Efficiently interface with more heavy-weight parsers like expat
 
-%package -n libappstream-builder1
+%package -n libappstream-builder7
 Summary:AppStream Abstraction Library
 Group:  System/Libraries
 
-%description -n 

commit audacity for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2014-10-31 09:39:50

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


Package is audacity

Changes:

--- /work/SRC/openSUSE:Factory/audacity/audacity.changes2014-02-25 
07:32:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2014-10-31 
12:23:08.0 +0100
@@ -1,0 +2,59 @@
+Mon Oct 27 20:27:33 UTC 2014 - joerg.loren...@ki.tng.de
+
+- Fix download url for source package
+
+---
+Fri Oct 24 22:38:46 UTC 2014 - joerg.loren...@ki.tng.de
+
+- Update to 2.0.6:
+  Bug fixes for:
+   * Interface:
+ * Region Restore did not restore the region after using Preferences. 
+ * Dragging selections with the keyboard or Selection Toolbar digits 
+   was very slow.  
+ * (Windows) Help  About Audacity crashed when run in Magyar language.  
+ * (OS X) Some full and reduced Menu Bar items were not translated.  
+ * (OS X and Linux) Fixed various interface crashes.
+   * Effects:
+ * Reverb and Paulstretch were missing from Chains.
+ * Analyze  Contrast could report very inaccurate rms levels.
+ * Noise Removal: Attack and decay times were half as long as set.  
+ * (OS X and Linux) Nyquist effects ran much more slowly than on Windows. 
+   * Click or drag on the Timeline after Loop Play continued to loop.
+   * Transcription Toolbar did not play slower than 0.1x speed.
+   * (Linux) Audacity did not build if python 2 was not available.  
+  Changes and Improvements:
+   * Interface:
+ * Redesigned, searchable Keyboard Preferences with Tree, Name and Key 
views.  
+ * Edit Menu: Cut and Delete are now in the top level of the menu.  
+ * Transport Menu now includes Play/Stop and Play/Stop and Set Cursor 
+   (use Keyboard Preferences to create shortcuts for Play and Stop).
+ * Tracks Menu now includes Mix and Render to New Track. 
+ * Track Drop-Down Menu now has Move Track To Top and Move Track To 
Bottom. 
+ * New right-click menu choice Delete Label to remove single labels.
+ * Snap To now offers choice of snap to the closest or prior 
position.
+   Note: the previous Snap To On keyboard shortcut will no longer work.  
 
+ * Snap To settings are now independent for each project.
+   * Effects:
+ * Truncate Silence: redesigned with simpler option Truncate Detected 
+   Silence to shorten to the specified length without compressing silence.
+ * VST effects: New Settings dialog lets you specify buffer size (for 
+   faster processing) and enable buffer delay compensation (to prevent
+   inserted silence). Compensation may cause a crash in a few plug-ins. 
+ * VST effects now support standard FXP presets.  
+ * LV2 effects are now supported on all platforms (textual interface 
only).
+
+   * Import or export using FFmpeg now requires FFmpeg 1.2 or later (or libav
+ 0.8 or later). For recommended downloads of recent FFmpeg please visit:
+ 
http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown .
+   * New Tamil translation (largely complete). 
+   * (Windows) FLAC exports can now exceed 2 GB in size. 
+   * (OS X) Easier Audacity installation using the DMG: drag the Audacity 
folder
+ to the /Applications shortcut, 
+   * (OS X) Audacity 2.0.6 will not officially support OS X 10.10 Yosemite 
when 
+ released (in particular, Apple Audio Units may not open in Audacity).
+   * (Linux) Self-compiled builds of Audacity now search for system LADSPA 
+ effects in /usr/lib/ladspa.
+ -  Added patch audacity-flac_assert.h.patch to build against flac 1.3.0.
+ 
+---

Old:

  audacity-minsrc-2.0.5.tar.xz

New:

  audacity-flac_assert.h.patch
  audacity-minsrc-2.0.6.tar.xz



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.pZKLw9/_old  2014-10-31 12:23:09.0 +0100
+++ /var/tmp/diff_new_pack.pZKLw9/_new  2014-10-31 12:23:09.0 +0100
@@ -18,6 +18,7 @@
 
 %bcond_with ffmpeg
 %bcond_with mad
+%bcond_with lame
 %bcond_with twolame
 
 Name:   audacity
@@ -43,32 +44,38 @@
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(vorbisenc)
 BuildRequires:  pkgconfig(vorbisfile)
+BuildRequires:  autoconf
+BuildRequires:  automake
 # This would require to patch our portaudio package with PortMixer... an 
extra API that never got integrated in PortAudio.
 #BuildRequires:  portaudio-devel
 %if %{with ffmpeg}
-BuildRequires:  libffmpeg_oldabi-devel
+BuildRequires:  

commit freeipmi for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package freeipmi for openSUSE:Factory 
checked in at 2014-10-31 09:39:46

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


Package is freeipmi

Changes:

--- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes2014-09-03 
19:46:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes   2014-10-31 
12:24:09.0 +0100
@@ -1,0 +2,11 @@
+Wed Oct 29 20:22:43 UTC 2014 - kkae...@suse.com
+
+- Update to 1.4.6
+  o In ipmi-fru, support output of DDR4 SDRAM modules.
+  o Fix EFI probing on non IA64 systems.
+  o Fix corner case in ipmi-raw w/ standard input or --file and
+empty lines.
+  o Fix parsing corner case in ipmi-chassis.
+  o Support SSIF bridging.
+
+---

Old:

  freeipmi-1.4.5.tar.gz

New:

  freeipmi-1.4.6.tar.gz



Other differences:
--
++ freeipmi.spec ++
--- /var/tmp/diff_new_pack.XCO109/_old  2014-10-31 12:24:10.0 +0100
+++ /var/tmp/diff_new_pack.XCO109/_new  2014-10-31 12:24:10.0 +0100
@@ -18,7 +18,7 @@
 
 
 %define name freeipmi
-%define version 1.4.5
+%define version 1.4.6
 %define srcversion %{version}
 %if %{?_with_debug:1}%{!?_with_debug:0}
 %define release 1.debug%{?dist}

++ freeipmi-1.4.5.tar.gz - freeipmi-1.4.6.tar.gz ++
 11101 lines of diff (skipped)

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



commit gaupol for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package gaupol for openSUSE:Factory checked 
in at 2014-10-31 09:39:51

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


Package is gaupol

Changes:

--- /work/SRC/openSUSE:Factory/gaupol/gaupol.changes2014-07-11 
06:45:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gaupol.new/gaupol.changes   2014-10-31 
12:24:15.0 +0100
@@ -1,0 +2,16 @@
+Tue Oct 28 12:57:05 UTC 2014 - elcheviv...@gmail.com
+
+- updated to 0.27
+ * Hide tabs when only one tab is open
+ * Expand tabs to fill window width, use 24 characters at minimum
+ * Fix dialog paddings with GTK+ 3.14
+ * Fix text view line length display with GTK+ 3.14
+ * Pack video player toolbar and seekbar horizontally
+ * Avoid column resizing upon opening file
+ * Fix IndexError: list index out of range when undoing or redoing
+   by holding Ctrl+(Shift)+Z pressed
+ * Remove use of deprecated stock items, Gtk.Alignment,
+   gi.types.Boxed.__init__ and non-transient dialogs
+ * Update Spanish translation (Carlos Mella)
+
+---

Old:

  gaupol-0.26.tar.xz

New:

  gaupol-0.27.tar.xz



Other differences:
--
++ gaupol.spec ++
--- /var/tmp/diff_new_pack.Nvarob/_old  2014-10-31 12:24:15.0 +0100
+++ /var/tmp/diff_new_pack.Nvarob/_new  2014-10-31 12:24:15.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gaupol
-Version:0.26
+Version:0.27
 Release:0
 Summary:GTK Subtitle editor
 License:GPL-3.0+

++ gaupol-0.26.tar.xz - gaupol-0.27.tar.xz ++
 47692 lines of diff (skipped)

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



commit glu for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package glu for openSUSE:Factory checked in 
at 2014-10-31 09:39:14

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


Package is glu

Changes:

--- /work/SRC/openSUSE:Factory/glu/glu.changes  2013-03-22 11:17:59.0 
+0100
+++ /work/SRC/openSUSE:Factory/.glu.new/glu.changes 2014-10-31 
12:24:37.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 27 08:44:08 UTC 2014 - sndir...@suse.com
+
+- fixed buildrequires: pkgconfig(dri) - pkgconfig(gl) 
+- added baselibs.conf as source to specfile
+
+---



Other differences:
--
++ glu.spec ++
--- /var/tmp/diff_new_pack.efS4m8/_old  2014-10-31 12:24:38.0 +0100
+++ /var/tmp/diff_new_pack.efS4m8/_new  2014-10-31 12:24:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glu
 #
-# 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
@@ -28,11 +28,12 @@
 #Git-Clone:git://anongit.freedesktop.org/mesa/glu
 #Git-Web:  http://cgit.freedesktop.org/mesa/glu/
 Source: 
http://cgit.freedesktop.org/mesa/glu/snapshot/%{name}-%{version}.tar.gz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(dri)
+BuildRequires:  pkgconfig(gl)
 
 %description
 GLU offers simple interfaces for building mipmaps; checking for the

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



commit hplip for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2014-10-31 09:39:17

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


Package is hplip

Changes:

--- /work/SRC/openSUSE:Factory/hplip/hplip.changes  2014-09-19 
13:56:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.hplip.new/hplip.changes 2014-10-31 
12:25:15.0 +0100
@@ -1,0 +2,71 @@
+Mon Oct 27 12:15:11 CET 2014 - jsm...@suse.de
+
+- change-udev-rules.diff: Adapted for HPLIP 3.14.10.
+- Version upgrade to 3.14.10:
+  Added Support for the Following New Printers:
+HP Deskjet 2541 All-in-One Printer
+HP Envy 4501 e-All-in-One
+HP Envy 4503 e-All-in-One
+HP Envy 4505 e-All-in-One
+HP Envy 4507 e-All-in-One
+HP Envy 4508 e-All-in-One
+HP ENVY 5534 e-All-in-One Printer
+HP Envy 5640 e-All-in-One
+HP Envy 5642 e-All-in-One
+HP Envy 5643 e-All-in-One
+HP Envy 5644 e-All-in-One
+HP Envy 5660 e-All-in-One
+HP Envy 5665 e-All-in-One
+HP Envy 7640 e-All-in-One
+HP Envy 7645 e-All-in-One
+HP LaserJet Pro MFP M125r
+HP LaserJet Pro MFP M125ra
+HP LaserJet Pro M201n Printer
+HP LaserJet Pro M201dw Printer
+HP LaserJet Pro M202n Printer
+HP LaserJet Pro M202dw Printer
+HP LaserJet Pro MFP M225rdn
+HP LaserJet Pro MFP M225dw
+HP LaserJet Pro MFP M225dn
+HP LaserJet Pro MFP M226dw
+HP LaserJet Pro MFP M226dn
+HP LaserJet Enterprise MFP M630dn
+HP LaserJet Enterprise MFP M630f
+HP LaserJet Enterprise MFP M630h
+HP LaserJet Enterprise Flow MFP M630z
+HP Officejet 5740 e-All-in-One
+HP Officejet 5742 e-All-in-One
+HP Officejet 5745 e-All-in-One
+HP OfficeJet 8040 e-All-in-One
+HP OfficeJet 6810 e-All-in-One  Printer Series
+HP OfficeJet 6812 e-All-in-One  Printer
+HP OfficeJet 6815 e-All-in-One  Printer
+HP Officejet 7612 Wide Format e-All-in-One Printer
+HP OfficeJet Pro 6230 ePrinter
+HP OfficeJet Pro 6830 e-All-in-one
+HP OfficeJet Pro 6835 e-All-in-one
+HP OfficeJet Pro 8616 e-All-in-One Printer
+  Some bug fixes.
+  For details see
+  http://hplipopensource.com/hplip-web/release_notes.html
+
+---
+Thu Oct 16 15:37:28 CEST 2014 - jsm...@suse.de
+
+- Make and install Python compiled bytecode files
+  (.pyc compiled python and .pyo optimized compiled python)
+  because normal users do not have write permissions to the
+  install location /usr/share/hplip/ so that for normal users
+  Python would recompile the sources every time,
+  see https://en.opensuse.org/openSUSE:Packaging_Python
+- Hardlink .pyc and .pyo when they have same content but
+  do not run fdupes buildroot/_datadir/hplip because
+  fdupes will link any files with same content there
+  which can have unexpected side-effects (cf. bnc#784670).
+- Removed RPM preun script that had deleted leftover .pyc
+  and .pyo files if made during run-time (see the entry below
+  dated Fri Feb 16 11:52:28 CET 2007) because now those files
+  are provided in the package.
+- Removed trailing whitespaces in RPM changelog file.
+
+---

Old:

  hplip-3.14.6.tar.gz
  hplip-3.14.6.tar.gz.asc

New:

  hplip-3.14.10.tar.gz
  hplip-3.14.10.tar.gz.asc



Other differences:
--
++ hplip.spec ++
--- /var/tmp/diff_new_pack.XFrXLL/_old  2014-10-31 12:25:16.0 +0100
+++ /var/tmp/diff_new_pack.XFrXLL/_new  2014-10-31 12:25:16.0 +0100
@@ -73,15 +73,15 @@
 # where 'a' or 'b' do not mean 'alpha' or 'beta' but 'second' or 'third' 
release in the month
 # (usually bugfix releases have the suffix like 3.12.10a = first bugfix 
release for 3.12.10).
 # Official releases have a 3 digit number and release candidates have a 4 
digit number: x.y.m.rc
-Version:3.14.6
+Version:3.14.10
 Release:0
 Url:http://hplipopensource.com
 # Source0...Source9 is for sources from HP:
-# URL for Source0: http://prdownloads.sourceforge.net/hplip/hplip-3.14.6.tar.gz
-# URL to verify Source0: 
http://prdownloads.sourceforge.net/hplip/hplip-3.14.6.tar.gz.asc
+# URL for Source0: 
http://prdownloads.sourceforge.net/hplip/hplip-3.14.10.tar.gz
+# URL to verify Source0: 
http://prdownloads.sourceforge.net/hplip/hplip-3.14.10.tar.gz.asc
 # How to verify Source0 see: http://hplipopensource.com/node/327
 # For example: /usr/bin/gpg --keyserver pgp.mit.edu --recv-keys 0xA59047B9
-#  /usr/bin/gpg --verify hplip-3.14.6.tar.gz.asc 
hplip-3.14.6.tar.gz
+#  /usr/bin/gpg --verify hplip-3.14.10.tar.gz.asc 
hplip-3.14.10.tar.gz
 # must result: Good 

commit libguestfs for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2014-10-31 09:39:33

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


Package is libguestfs

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2014-09-12 
11:19:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2014-10-31 12:26:28.0 +0100
@@ -1,0 +2,10 @@
+Thu Oct 16 13:26:13 CEST 2014 - oher...@suse.de
+
+- Handle btrfs subvolume name '@' as used in SLE12 (bnc#900346)
+
+---
+Tue Oct 14 10:34:12 CEST 2014 - oher...@suse.de
+
+- Include gconv modules for hivex (bnc#900530)
+
+---



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.ua1a0K/_old  2014-10-31 12:26:29.0 +0100
+++ /var/tmp/diff_new_pack.ua1a0K/_new  2014-10-31 12:26:29.0 +0100
@@ -166,6 +166,7 @@
 %endif
 #
 %if %{with hivex}
+BuildRequires:  glibc-locale
 BuildRequires:  hivex-devel
 %endif
 #
@@ -403,6 +404,7 @@
 %if %{with ext4_writeable}
 BuildRequires:  ext4-writeable-kmp-default
 %endif
+BuildRequires:  fdupes
 BuildRequires:  file
 BuildRequires:  findutils
 BuildRequires:  gawk

++ -hotfix.patch ++
--- /var/tmp/diff_new_pack.ua1a0K/_old  2014-10-31 12:26:29.0 +0100
+++ /var/tmp/diff_new_pack.ua1a0K/_new  2014-10-31 12:26:29.0 +0100
@@ -16,3 +16,15 @@
 +++ b/pkg-hotfix.txt
 @@ -0,0 +1 @@
 +
+diff --git a/daemon/btrfs.c b/daemon/btrfs.c
+index 7a4d43d..ceea593 100644
+--- a/daemon/btrfs.c
 b/daemon/btrfs.c
+@@ -356,6 +356,7 @@ do_btrfs_subvolume_list (const mountable_t *fs)
+ ADD_ARG (argv, i, str_btrfs);
+ ADD_ARG (argv, i, subvolume);
+ ADD_ARG (argv, i, list);
++ADD_ARG (argv, i, -o);
+ ADD_ARG (argv, i, fs_buf);
+ ADD_ARG (argv, i, NULL);
+ 

++ libguestfs.mkinitrd.setup.sh ++
--- /var/tmp/diff_new_pack.ua1a0K/_old  2014-10-31 12:26:29.0 +0100
+++ /var/tmp/diff_new_pack.ua1a0K/_new  2014-10-31 12:26:29.0 +0100
@@ -2,6 +2,26 @@
 #%stage: block
 #
 
+fdupes_s() {
+   local _target=
+   local _file=
+   fdupes --quiet --noempty --recurse $@ |
+   while read _file
+   do
+   if test -z $_target
+   then
+   _target=$_file
+   else
+   if test -z $_file
+   then
+   _target=
+   continue
+   fi
+   echo ln -fv ${_target##*/} $_file
+   fi
+   done
+}
+
 # copy daemon manually because it is located in RPM_BUILD_ROOT
 mkdir -vp $tmp_mnt/usr/sbin
 cp_bin $(type -p guestfsd) $tmp_mnt/usr/sbin
@@ -37,6 +57,15 @@
fi
 done
 
+for d in /usr/lib*/gconv
+do
+   if test -e $d
+   then
+   cp -avL --parents $d $tmp_mnt/
+   fdupes_s $tmp_mnt$d
+   fi
+done
+
 for t in \
screen \
vt100 \

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



commit liborcus for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package liborcus for openSUSE:Factory 
checked in at 2014-10-31 09:39:22

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


Package is liborcus

Changes:

--- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes2014-07-27 
18:46:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes   2014-10-31 
12:26:45.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 27 13:11:40 UTC 2014 - dmitr...@opensuse.org
+
+- Fix build with boost-1.56
+  * liborcus-boost-1.56.patch
+
+---

New:

  liborcus-boost-1.56.patch



Other differences:
--
++ liborcus.spec ++
--- /var/tmp/diff_new_pack.CC4biD/_old  2014-10-31 12:26:45.0 +0100
+++ /var/tmp/diff_new_pack.CC4biD/_new  2014-10-31 12:26:45.0 +0100
@@ -25,6 +25,8 @@
 Group:  Productivity/Publishing/Word
 Url:http://gitorious.org/orcus
 Source: http://kohei.us/files/orcus/src/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM liborcus-boost-1.56.patch -- fix build with boost 1.56
+Patch1: liborcus-boost-1.56.patch
 BuildRequires:  boost-devel
 BuildRequires:  coreutils
 BuildRequires:  gcc-c++
@@ -68,6 +70,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure \

++ liborcus-boost-1.56.patch ++
Index: liborcus-0.7.0/src/parser/string_pool_test.cpp
===
--- liborcus-0.7.0.orig/src/parser/string_pool_test.cpp
+++ liborcus-0.7.0/src/parser/string_pool_test.cpp
@@ -5,6 +5,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include iostream
+
 #include orcus/string_pool.hpp
 #include orcus/pstring.hpp
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwebp for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2014-10-31 09:39:26

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


Package is libwebp

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2014-08-30 
16:03:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2014-10-31 
12:27:03.0 +0100
@@ -1,0 +2,20 @@
+Wed Oct 29 08:21:16 UTC 2014 - dims...@opensuse.org
+
+- Update baselibs.conf: make it match the currently build library
+  packages.
+
+---
+Tue Oct 28 06:45:02 UTC 2014 - dmuel...@suse.com
+
+- update to 0.4.2:
+  This is a binary compatible release.
+  * Android / gcc build fixes
+  * (Windows) fix reading from stdin and writing to stdout
+  * gif2webp: miscellaneous fixes
+  * fix 'alpha-leak' with lossy compression (issue #220)
+  * the lossless bitstream spec has been amended to reflect the current code
+- add aarch64-disable-neon.diff: work around compile failure with
+  neon on aarch64.
+- add libwebpdecoder1 subpackage
+
+---

Old:

  libwebp-0.4.1.tar.gz

New:

  aarch64-disable-neon.diff
  libwebp-0.4.2.tar.gz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.1DlP5F/_old  2014-10-31 12:27:04.0 +0100
+++ /var/tmp/diff_new_pack.1DlP5F/_new  2014-10-31 12:27:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:0.4.1
+Version:0.4.2
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
@@ -27,6 +27,8 @@
 #Git-Clone:http://git.chromium.org/webm/libwebp.git
 Source: 
http://downloads.webmproject.org/releases/webp/%name-%version.tar.gz
 Source2:baselibs.conf
+# PATCH-UPSTREAM-NEVER: incompatible types when initializing type 'int32x4_t' 
using type 'int32x2_t'
+Patch0: aarch64-disable-neon.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
@@ -84,12 +86,24 @@
 from WebP files. This API currently supports XMP/EXIF metadata, ICC
 profile and animation.
 
+%package -n libwebpdecoder1
+Summary:Library for decoding WebP graphics format
+Group:  System/Libraries
+
+%description -n libwebpdecoder1
+WebP is an image format that does lossy compression of digital
+photographic images. WebP consists of a codec based on VP8, and a
+container based on RIFF. Webmasters, web developers and browser
+developers can use WebP to compress, archive and distribute digital
+images more efficiently.
+
 %package devel
 Summary:Development files for libwebp, a library for the WebP format
 Group:  Development/Libraries/C and C++
 Requires:   libwebp5 = %version
 Requires:   libwebpdemux1 = %version
 Requires:   libwebpmux1 = %version
+Requires:   libwebpdecoder1 = %version
 
 %description devel
 WebP is an image format that does lossy compression of digital
@@ -100,9 +114,12 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
-%configure --disable-static --enable-libwebpmux --enable-libwebpdemux
+%configure --disable-static \
+--enable-libwebpmux --enable-libwebpdemux \
+--enable-libwebpdecoder
 make %{?_smp_mflags}
 
 %install
@@ -116,6 +133,8 @@
 %postun -n libwebpdemux1 -p /sbin/ldconfig
 %post   -n libwebpmux1 -p /sbin/ldconfig
 %postun -n libwebpmux1 -p /sbin/ldconfig
+%post   -n libwebpdecoder1 -p /sbin/ldconfig
+%postun -n libwebpdecoder1 -p /sbin/ldconfig
 
 %files -n libwebp-tools
 %defattr(-,root,root)
@@ -134,6 +153,10 @@
 %defattr(-,root,root)
 %_libdir/libwebpmux.so.1*
 
+%files -n libwebpdecoder1
+%defattr(-,root,root)
+%_libdir/libwebpdecoder.so.1*
+
 %files devel
 %defattr(-,root,root)
 %_libdir/libwebp*.so

++ aarch64-disable-neon.diff ++
--- src/dsp/dsp.h
+++ src/dsp/dsp.h
@@ -66,7 +66,7 @@
 #define WEBP_ANDROID_NEON  // Android targets that might support NEON
 #endif
 
-#if defined(__ARM_NEON__) || defined(WEBP_ANDROID_NEON) || defined(__aarch64__)
+#if defined(__ARM_NEON__) || defined(WEBP_ANDROID_NEON)
 #define WEBP_USE_NEON
 #endif
 
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.1DlP5F/_old  2014-10-31 12:27:04.0 +0100
+++ /var/tmp/diff_new_pack.1DlP5F/_new  2014-10-31 12:27:04.0 +0100
@@ -1 +1,4 @@
 libwebp5
+libwebpdecoder1
+libwebpdemux1
+libwebpmux1

++ libwebp-0.4.1.tar.gz - libwebp-0.4.2.tar.gz ++
 4111 lines of diff (skipped)

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

commit mobile-broadband-provider-info for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package mobile-broadband-provider-info for 
openSUSE:Factory checked in at 2014-10-31 09:39:23

Comparing /work/SRC/openSUSE:Factory/mobile-broadband-provider-info (Old)
 and  /work/SRC/openSUSE:Factory/.mobile-broadband-provider-info.new (New)


Package is mobile-broadband-provider-info

Changes:

--- 
/work/SRC/openSUSE:Factory/mobile-broadband-provider-info/mobile-broadband-provider-info.changes
2014-10-14 13:25:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mobile-broadband-provider-info.new/mobile-broadband-provider-info.changes
   2014-10-31 12:27:27.0 +0100
@@ -4 +4 @@
-- Update to git napshot 20141012.b71dc (use disabled _services):
+- Update to git snapshot 20141012.b71dc (use disabled _services):



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



commit oxygen-gtk3 for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2014-10-31 09:39:49

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2014-08-27 
07:47:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2014-10-31 12:28:12.0 +0100
@@ -1,0 +2,12 @@
+Wed Oct 29 23:20:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.4.1
+  * Properly handle GTK_STATE_FLAG_CHECKED when rendering check
+buttons or radio buttons (kde#338538)
+  * Fixed progressbars rendering
+  * Changed AnimationType::None into AnimationType::NoAnimation
+due to possible conflict with X11 None.
+  * Disconnect old button if already set (kde#339174) 
+  * Fixed decoColor consistently with Qt
+
+---

Old:

  oxygen-gtk3-1.4.0.tar.bz2

New:

  oxygen-gtk3-1.4.1.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.UZp868/_old  2014-10-31 12:28:13.0 +0100
+++ /var/tmp/diff_new_pack.UZp868/_new  2014-10-31 12:28:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.4.0.tar.bz2 - oxygen-gtk3-1.4.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.4.0/CMakeLists.txt 
new/oxygen-gtk3-1.4.1/CMakeLists.txt
--- old/oxygen-gtk3-1.4.0/CMakeLists.txt2014-07-02 12:07:10.0 
+0200
+++ new/oxygen-gtk3-1.4.1/CMakeLists.txt2014-10-22 09:24:47.0 
+0200
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR hugo.pere...@free.fr )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 4 )
-set( CPACK_PACKAGE_VERSION_PATCH 0 )
+set( CPACK_PACKAGE_VERSION_PATCH 1 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-gtk3-1.4.0/src/animations/oxygencomboboxdata.cpp 
new/oxygen-gtk3-1.4.1/src/animations/oxygencomboboxdata.cpp
--- old/oxygen-gtk3-1.4.0/src/animations/oxygencomboboxdata.cpp 2014-07-02 
12:07:10.0 +0200
+++ new/oxygen-gtk3-1.4.1/src/animations/oxygencomboboxdata.cpp 2014-10-22 
09:24:26.0 +0200
@@ -78,7 +78,13 @@
 void ComboBoxData::setButton( GtkWidget* widget )
 {
 if( _button._widget == widget ) return;
-assert( !_button._widget );
+
+if( _button._widget )
+{
+std::cerr  Oxygen::WindowManager::wmButtonPress - warning: a 
button was already set for this combobox  std::endl;
+_button._toggledId.disconnect();
+_button._sizeAllocateId.disconnect();
+}
 
 _button._toggledId.connect( G_OBJECT(widget), toggled, G_CALLBACK( 
childToggledEvent ), this );
 _button._sizeAllocateId.connect( G_OBJECT(widget), size-allocate, 
G_CALLBACK( childSizeAllocateEvent ), this );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.4.0/src/oxygencolorutils.cpp 
new/oxygen-gtk3-1.4.1/src/oxygencolorutils.cpp
--- old/oxygen-gtk3-1.4.0/src/oxygencolorutils.cpp  2014-02-17 
11:11:14.0 +0100
+++ new/oxygen-gtk3-1.4.1/src/oxygencolorutils.cpp  2014-10-08 
11:11:17.0 +0200
@@ -242,7 +242,7 @@
 
 //_
 ColorUtils::Rgba ColorUtils::decoColor( const ColorUtils::Rgba 
background, const ColorUtils::Rgba color )
-{ return mix( background, color, 0.4 + 0.8*contrast() ); }
+{ return mix( background, color, 0.8*(1.0 + contrast() ) ); }
 
 //_
 ColorUtils::Rgba ColorUtils::alphaColor( const ColorUtils::Rgba color, 
double alpha )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.4.0/src/oxygenstyleoptions.h 
new/oxygen-gtk3-1.4.1/src/oxygenstyleoptions.h
--- old/oxygen-gtk3-1.4.0/src/oxygenstyleoptions.h  2014-07-02 
12:07:10.0 +0200
+++ new/oxygen-gtk3-1.4.1/src/oxygenstyleoptions.h  2014-10-22 
09:24:26.0 +0200
@@ -78,6 +78,10 @@
 if( flags  GTK_STATE_FLAG_SELECTED ) (*this) |= (Selected|Active);
 if( flags  GTK_STATE_FLAG_ACTIVE ) 

commit php5 for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2014-10-31 09:39:15

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


Package is php5

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2014-10-15 
21:58:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2014-10-31 
12:29:29.0 +0100
@@ -1,0 +2,7 @@
+Mon Oct 27 07:30:03 UTC 2014 - pgaj...@suse.com
+
+- update to 5.6.2: Four security-related bugs were fixed in this 
+  release, including fixes for CVE-2014-3668, CVE-2014-3669 and 
+  CVE-2014-3670.
+
+---

Old:

  php-5.6.1.tar.xz
  php-5.6.1.tar.xz.asc

New:

  php-5.6.2.tar.xz
  php-5.6.2.tar.xz.asc



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.8264Wz/_old  2014-10-31 12:29:30.0 +0100
+++ /var/tmp/diff_new_pack.8264Wz/_new  2014-10-31 12:29:30.0 +0100
@@ -107,7 +107,7 @@
 %define apache2_includedir %(%{apxs2} -q INCLUDEDIR)
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 %define need_libxml2_hack  %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h;then echo 1; else echo 
0; fi; else echo 0; fi)
-Version:5.6.1
+Version:5.6.2
 Release:0
 Provides:   php
 Provides:   php-api = %{apiver}

++ php-5.6.1.tar.xz - php-5.6.2.tar.xz ++
/work/SRC/openSUSE:Factory/php5/php-5.6.1.tar.xz 
/work/SRC/openSUSE:Factory/.php5.new/php-5.6.2.tar.xz differ: char 27, line 1


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



commit plasma5-workspace for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2014-10-31 09:39:48

Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-workspace.new (New)


Package is plasma5-workspace

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2014-10-15 08:51:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2014-10-31 12:29:43.0 +0100
@@ -1,0 +2,11 @@
+Wed Oct 22 23:27:48 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added
+  0001-LocationRunner-Convert-case-insensitive-path-to-a-pr.patch (kde#95)
+  and 0002-Baloo-Runner-Lower-relevance-because-krunner-does-no.patch,
+  make sure that applications are shown as top results in krunner
+- Recommend lang subpackage
+- Relax dependancies to plasma-framework private parts, and fix
+  a blip moment, typo in package name
+
+---

New:

  0001-LocationRunner-Convert-case-insensitive-path-to-a-pr.patch
  0002-Baloo-Runner-Lower-relevance-because-krunner-does-no.patch



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.CMvYGv/_old  2014-10-31 12:29:44.0 +0100
+++ /var/tmp/diff_new_pack.CMvYGv/_new  2014-10-31 12:29:44.0 +0100
@@ -32,6 +32,12 @@
 Patch1: create_kdehome.patch
 # PATCH-FIX_OPENSUSE 0003-Remove-export-of-QT_PLUGIN_PATH.patch -- we install 
plugins to directory known to Qt5, so export just pollutes both Qt4 and Qt5 
plugins
 Patch2: 0003-Remove-export-of-QT_PLUGIN_PATH.patch
+# PATCHES 100-1000 and above are from upstream 5.1 branch
+# PATCHES 1000 and above are from upstream master/5.2 branch
+# PATCH-FIX-UPSTREAM 
0001-LocationRunner-Convert-case-insensitive-path-to-a-pr.patch -- kde#95
+Patch1000:  0001-LocationRunner-Convert-case-insensitive-path-to-a-pr.patch
+# PATCH-FIX-UPSTREAM 
0002-Baloo-Runner-Lower-relevance-because-krunner-does-no.patch -- make sure 
that applications are shown as top results in krunner
+Patch1001:  0002-Baloo-Runner-Lower-relevance-because-krunner-does-no.patch
 BuildRequires:  alsa-devel
 BuildRequires:  baloo5-devel = 5.0.0
 BuildRequires:  kactivities5-devel = 5.0.0
@@ -106,8 +112,8 @@
 Requires:   frameworkintegration-plugin
 Requires:   libkscreen2-plugin
 # hardcode versions of plasma-framework-componets and plasma-framework-private 
packages, as upstream doesn't keep backwards compability there
-%requires_eq plasma-framework-componets
-%requires_eq plasma-framework-private
+%requires_ge plasma-framework-components
+%requires_ge plasma-framework-private
 # de-facto even required...
 Recommends: kactivities5
 # we want wallpaper previews
@@ -118,6 +124,7 @@
 Recommends: systemsettings5
 # so Qt4-only apps have some colors in tray
 Recommends: sni-qt
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -175,6 +182,8 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch1000 -p1
+%patch1001 -p1
 
 %build
   %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++ 0001-LocationRunner-Convert-case-insensitive-path-to-a-pr.patch ++
From 1ae78f08474878e60d086ea60e933d62228eac2f Mon Sep 17 00:00:00 2001
From: Vishesh Handa m...@vhanda.in
Date: Fri, 17 Oct 2014 17:45:42 +0200
Subject: [PATCH 1/2] LocationRunner: Convert case insensitive path to a proper
 one

BUG: 95
FIXED-IN: 5.2
---
 runners/locations/locationrunner.cpp | 40 
 1 file changed, 40 insertions(+)

diff --git a/runners/locations/locationrunner.cpp 
b/runners/locations/locationrunner.cpp
index 13035a9..0b79655 100644
--- a/runners/locations/locationrunner.cpp
+++ b/runners/locations/locationrunner.cpp
@@ -21,6 +21,7 @@
 #include QMimeData
 #include QIcon
 #include QUrl
+#include QDir
 
 #include QDebug
 #include KRun
@@ -129,6 +130,43 @@ void LocationsRunner::match(Plasma::RunnerContext context)
 }
 }
 
+static QString convertCaseInsensitivePath(const QString path)
+{
+// Split the string on /
+QStringList dirNames = path.split(QDir::separator(), 
QString::SkipEmptyParts);
+
+// Match folders
+QDir dir(/);
+for (int i = 0; i  dirNames.size() - 1; i++) {
+QString dirName = dirNames[i];
+
+bool foundMatch = false;
+QStringList entries = dir.entryList(QDir::Dirs);
+for (const QString entry: entries) {
+if (entry.compare(dirName, Qt::CaseInsensitive) == 0) {
+foundMatch = dir.cd(entry);
+if (foundMatch) {
+

commit pymol for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package pymol for openSUSE:Factory checked 
in at 2014-10-31 09:39:52

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


Package is pymol

Changes:

--- /work/SRC/openSUSE:Factory/pymol/pymol.changes  2014-10-09 
12:52:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2014-10-31 
12:29:53.0 +0100
@@ -1,0 +2,30 @@
+Thu Oct 30 14:25:17 UTC 2014 - dh...@wustl.edu
+
+- add libxml dependencies
+
+---
+Mon Oct 20 20:37:41 UTC 2014 - dh...@wustl.edu
+
+- update to svn rev 4098
+  * setup.py and plugin manager fixes
+- thanks to Justin Lecher for the bug reports
+  * COLLADA (dae) export support
+- Implemented by Jared Sampson as his POSF project.
+  * fast CIF loading, 1.7.3.1 (unstable/experimental)
+  * fast PDBx/mmCIF and core CIF loading in C++
+  * new connect_mode=4 does bonding with components.cif dictionary
+(mmCIF only, components.cif needs to be present in current
+directory)
+  * gray out residues in the sequence viewer that are missing from the
+current state; Read missing residues from mmCIF files
+(_pdbx_unobs_or_zero_occ_residues records) so that they show up in
+the sequence viewer
+  * add spider map reading support
+  * load map as ccp4 instead of throwing ambiguous error
+  * xyz write support
+  * Improve right-button zoom: use origin instead of clipping slab
+center as depth indicator, fixes zoom speed when far clipping plane
+is very far away
+  * don't use dynamic_width for nonbonded rep
+
+---

Old:

  pymol-1.7.3.0.svn4095.tar.xz

New:

  pymol-1.7.3.1.svn4098.tar.xz



Other differences:
--
++ pymol.spec ++
--- /var/tmp/diff_new_pack.Cc12HM/_old  2014-10-31 12:29:54.0 +0100
+++ /var/tmp/diff_new_pack.Cc12HM/_new  2014-10-31 12:29:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pymol
-Version:1.7.3.0.svn4095
+Version:1.7.3.1.svn4098
 Release:0
 Url:http://pymol.org
 Summary:A Molecular Viewer
@@ -32,9 +32,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel
 BuildRequires:  libpng-devel
+BuildRequires:  libxml2-devel
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel
 Requires:   glew
+Requires:   libxml2-2
 Requires:   python-numpy
 Requires:   python-pmw
 %if 0%{?suse_version}

++ pymol-1.7.3.0.svn4095.tar.xz - pymol-1.7.3.1.svn4098.tar.xz ++
/work/SRC/openSUSE:Factory/pymol/pymol-1.7.3.0.svn4095.tar.xz 
/work/SRC/openSUSE:Factory/.pymol.new/pymol-1.7.3.1.svn4098.tar.xz differ: char 
26, line 1

-- 
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-10-31 Thread h_root
Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2014-10-31 09:39:18

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-08-14 
14:57:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2014-10-31 12:30:46.0 +0100
@@ -1,0 +2,7 @@
+Mon Oct 13 13:38:20 UTC 2014 - jmate...@suse.com
+
+- add %python3_version rpm macro for Fedora compatibility
+- add missing argument in import_failed, rename Novell Bugzilla
+  to SUSE Bugzilla
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3-doc.changes  2014-06-25 
06:58:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-doc.changes 2014-10-31 
12:30:46.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct 16 14:03:43 UTC 2014 - dims...@opensuse.org
+
+- Add texlive-upquote BuildRequires: dependency to render the docs.
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2014-08-14 
14:57:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes 2014-10-31 
12:30:46.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct 18 20:14:54 UTC 2014 - crrodrig...@opensuse.org
+
+- Only pkgconfig(x11) is required for build, not the whole 
+  set of packages provided by xorg-x11-devel metapackage.
+
+---



Other differences:
--
++ python3-doc.spec ++
--- /var/tmp/diff_new_pack.ut2Stj/_old  2014-10-31 12:30:47.0 +0100
+++ /var/tmp/diff_new_pack.ut2Stj/_new  2014-10-31 12:30:47.0 +0100
@@ -42,6 +42,7 @@
 BuildRequires:  texlive-threeparttable
 BuildRequires:  texlive-titlesec
 BuildRequires:  texlive-ucs
+BuildRequires:  texlive-upquote
 BuildRequires:  texlive-wrapfig
 
 # for consistency:

++ python3.spec ++
--- /var/tmp/diff_new_pack.ut2Stj/_old  2014-10-31 12:30:48.0 +0100
+++ /var/tmp/diff_new_pack.ut2Stj/_new  2014-10-31 12:30:48.0 +0100
@@ -34,8 +34,8 @@
 BuildRequires:  readline-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  tk-devel
-BuildRequires:  xorg-x11-devel
 BuildRequires:  xz
+BuildRequires:  pkgconfig(x11)
 Url:http://www.python.org/
 Summary:Python3 Interpreter
 License:Python-2.0


++ import_failed.py ++
--- /var/tmp/diff_new_pack.ut2Stj/_old  2014-10-31 12:30:48.0 +0100
+++ /var/tmp/diff_new_pack.ut2Stj/_new  2014-10-31 12:30:48.0 +0100
@@ -18,4 +18,4 @@
 
 raise ImportError(Module '{}' is not installed.
 It is supposed to be part of python3 distribution, but missing from failed 
import map.
-Please file a bug on the Novell Bugzilla.)
+Please file a bug on the SUSE Bugzilla..format(__name__))

++ macros.python3.py ++
--- /var/tmp/diff_new_pack.ut2Stj/_old  2014-10-31 12:30:48.0 +0100
+++ /var/tmp/diff_new_pack.ut2Stj/_new  2014-10-31 12:30:48.0 +0100
@@ -10,6 +10,7 @@
 
 macros = {
 py3_ver:  version,
+python3_version:  version,
 py3_prefix:   sys.prefix,
 # hack-fix for bnc#787526 - get_path can't be used this way in python build dir
 #py3_incdir:   get_path(include),


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



commit rpmlint for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2014-10-31 09:39:24

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


Package is rpmlint

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2014-10-08 
22:13:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2014-10-31 
12:31:25.0 +0100
@@ -1,0 +2,5 @@
+Mon Oct 27 08:41:01 UTC 2014 - tboer...@suse.com
+
+- Added standard user and group crowbar for crowbar systemmanagement
+
+---



Other differences:
--
rpmlint.spec: same change
++ config ++
--- /var/tmp/diff_new_pack.6cAfMH/_old  2014-10-31 12:31:26.0 +0100
+++ /var/tmp/diff_new_pack.6cAfMH/_new  2014-10-31 12:31:26.0 +0100
@@ -91,6 +91,7 @@
 'citadel',
 'colord',
 'console',
+'crowbar',
 'cwbconv',
 'daemon',
 'dba',
@@ -250,6 +251,7 @@
 'cntlm',
 'colord',
 'cop',
+'crowbar',
 'cyrus',
 'daemon',
 'ddclient',

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



commit rubygem-erubis-2_6 for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package rubygem-erubis-2_6 for 
openSUSE:Factory checked in at 2014-10-31 09:39:31

Comparing /work/SRC/openSUSE:Factory/rubygem-erubis-2_6 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-erubis-2_6.new (New)


Package is rubygem-erubis-2_6

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-erubis-2_6/rubygem-erubis-2_6.changes
2011-09-23 12:44:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-erubis-2_6.new/rubygem-erubis-2_6.changes   
2014-10-31 12:31:34.0 +0100
@@ -1,0 +2,5 @@
+Mon Oct 13 12:51:04 UTC 2014 - co...@suse.com
+
+- adapted to new rubygem packaging
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-erubis-2_6.spec ++
--- /var/tmp/diff_new_pack.JBuHGj/_old  2014-10-31 12:31:35.0 +0100
+++ /var/tmp/diff_new_pack.JBuHGj/_new  2014-10-31 12:31:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-erubis-2_6
 #
-# 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
@@ -15,106 +15,52 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   rubygem-erubis-2_6
 Version:2.6.6
-Release:1
+Release:0
 %define mod_name erubis
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -2_6
-%define mod_weight 26
-#
-Group:  Development/Languages/Ruby
-License:MIT
-#
+%define mod_version_suffix -2_6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-# abstract = 1.0.0
-BuildRequires:  rubygem-abstract = 1.0.0
-Requires:   rubygem-abstract = 1.0.0
-PreReq: update-alternatives
-#
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
+BuildRequires:  update-alternatives
 Url:http://www.kuwata-lab.com/erubis/
-Source: %{mod_full_name}.gem
-#
-Summary:A fast and extensible eRuby implementation which supports 
multi-language
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
+Summary:a fast and extensible eRuby implementation which supports
+License:MIT
+Group:  Development/Languages/Ruby
+PreReq: update-alternatives
 
 %description
 Erubis is an implementation of eRuby and has the following features:
-
-* Very fast, almost three times faster than ERB and about 10% faster than 
eruby.
+* Very fast, almost three times faster than ERB and about 10% faster than
+eruby.
 * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
 * Auto escaping support
 * Auto trimming spaces around '% %'
 * Embedded pattern changeable (default '% %')
-* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '?rb 
... ?')
-* Context object available and easy to combine eRuby template with YAML 
datafile
+* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '?rb
+... ?')
+* Context object available and easy to combine eRuby template with YAML
+datafile
 * Print statement available
 * Easy to extend and customize in subclass
-* Ruby on Rails support
-
-%package doc
-
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+* Ruby on Rails support.
 
 %prep
 
 %build
 
 %install
-%gem_install %{S:0}
-mv %{buildroot}%{_bindir}/erubis{,%{mod_branch}}
-ln -s erubis %{buildroot}%{_bindir}/erubis
-# make sure it installs the right version when using erubis-*
-ruby -p -i.bak -e '$_.gsub!(/= 0/, = %{version})' 
%{buildroot}%{_bindir}/erubis%{mod_branch}
-diff -urN %{buildroot}%{_bindir}/erubis%{mod_branch}{.bak,} || :
-rm %{buildroot}%{_bindir}/erubis%{mod_branch}.bak
-
-%clean
-%{__rm} -rf %{buildroot}
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/erubis erubis %{_bindir}/erubis%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove erubis 
%{_bindir}/erubis%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%ghost %config(noreplace) 

commit samba for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2014-10-31 09:39:12

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


Package is samba

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2014-10-14 
08:59:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2014-10-31 
12:31:50.0 +0100
@@ -1,0 +2,32 @@
+Sat Oct 25 13:47:41 UTC 2014 - lmue...@suse.com
+
+- Update to 4.1.13.
+  + s3-libnet: Add libnet_join_get_machine_spns(); (bso#9984).
+  + s3-libnet: Make sure we do not overwrite precreated SPNs; (bso#9984).
+  + s3-libads: Add all machine account principals to the keytab; (bso#9985).
+  + s3: winbindd: Old NT Domain code sets struct winbind_domain-alt_name to
+be NULL. Ensure this is safe with modern AD-DCs; (bso#10717).
+  + Fix unstrcpy; (bso#10735).
+  + pthreadpool: Slightly serialize jobs; (bso#10779).
+  + s3: smbd: streams - Ensure share mode validation ignores internal opens
+(op_mid == 0); (bso#10797).
+  + s3: smbd:open_file: Open logic fix; Use a more natural check; (bso#10809).
+  + vfs_media_harmony: Fix a crash bug; (bso#10813).
+  + docs: Mention incompatibility between kernel oplocks and streams_xattr;
+(bso#10814).
+  + nmbd: Send waiting status to systemd; (bso#10816).
+  + libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL;
+(bso#10817).
+  + nsswitch: Skip groups we were not able to map; (bso#10824).
+  + s3-winbindd: Use correct realm for trusted domains in idmap child;
+(bso#10826).
+  + s3: nmbd: Ensure the main nmbd process doesn't create zombies; (bso#10830).
+  + s3: lib: Signal handling - ensure smbrun and change password code save and
+restore existing SIGCHLD handlers; (bso#10831).
+  + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837).
+  + s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call;
+(bso#10838).
+  + s3: smb2cli: Query info return length check was reversed; (bso#10848).
+  + registry: Don't leave dangling transactions; (bso#10860).
+
+---

Old:

  samba-4.1.12.tar.asc
  samba-4.1.12.tar.gz

New:

  samba-4.1.13.tar.asc
  samba-4.1.13.tar.gz



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.UJEnaL/_old  2014-10-31 12:31:51.0 +0100
+++ /var/tmp/diff_new_pack.UJEnaL/_new  2014-10-31 12:31:51.0 +0100
@@ -122,7 +122,7 @@
 BuildRequires:  systemd
 BuildRequires:  systemd-devel
 %endif
-%definesamba_ver 4.1.12
+%definesamba_ver 4.1.13
 %definesamba_ver_suffix %nil
 %if %{samba_ver_suffix} == 
 %define samba_source_location 
http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@@ -146,11 +146,11 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3307
+%define SOURCE_TIMESTAMP 3312
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
-Version:4.1.12
+Version:4.1.13
 Release:0
 Url:http://www.samba.org/
 Provides:   samba-gplv3 = %{version}

++ patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/samba.org/55c279f0c4cc915d2cd7bb07ce0628fe42700890 
new/patches/samba.org/55c279f0c4cc915d2cd7bb07ce0628fe42700890
--- old/patches/samba.org/55c279f0c4cc915d2cd7bb07ce0628fe42700890  
2014-10-02 22:33:34.0 +0200
+++ new/patches/samba.org/55c279f0c4cc915d2cd7bb07ce0628fe42700890  
2014-10-26 16:28:37.0 +0100
@@ -17,7 +17,7 @@
 index 5d3c54c..0671a1e 100644
 --- lib/util/become_daemon.c
 +++ lib/util/become_daemon.c
-@@ -133,5 +133,6 @@ _PUBLIC_ void daemon_ready(const char *daemon
+@@ -133,7 +133,8 @@ _PUBLIC_ void daemon_ready(const char *daemon
  #ifdef HAVE_SYSTEMD
sd_notifyf(0, READY=1\nSTATUS=%s: ready to serve connections..., 
daemon);
  #endif
@@ -25,3 +25,5 @@
 +  DEBUG(0, (STATUS=daemon '%s' finished starting up and ready to serve 
 +connections\n, daemon));
  }
+ 
+ _PUBLIC_ void daemon_status(const char *name, const char *msg)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/samba.org/7daa4b94fa6299d6e1788c93ed8ff0b4c4023b40 
new/patches/samba.org/7daa4b94fa6299d6e1788c93ed8ff0b4c4023b40
--- old/patches/samba.org/7daa4b94fa6299d6e1788c93ed8ff0b4c4023b40  
2014-10-02 22:33:34.0 +0200
+++ new/patches/samba.org/7daa4b94fa6299d6e1788c93ed8ff0b4c4023b40  
2014-10-25 17:20:16.0 +0200
@@ -200,7 +200,7 @@
  
  bld.SAMBA3_SUBSYSTEM('RPC_CLIENT_SCHANNEL',

commit webkitgtk for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2014-10-31 09:39:20

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


Package is webkitgtk

Changes:

--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes  2014-10-05 
20:28:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2014-10-31 
12:32:56.0 +0100
@@ -1,0 +2,19 @@
+Sat Oct 25 11:53:25 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.4.7:
+  + SSLv3 is now disabled in WebKit2 to protect us against POODLE
+vulnerability.
+  + Fix the remote web inspector.
+  + Fix rendering of buttons, selections and lists with recent GTK+
+versions.
+  + Fix the build with drag and drop support disabled.
+  + Fix the build with video support disabled.
+  + Fix a crash in the plugin process with some windowed flash
+plugins.
+  + TLS errors now take precedence over the HTTP authentication
+dialog.
+  + Do not shrink on-disk cache to its default size on startup.
+  + Don’t include full path names in WebKitEnumTypes.h to ensure
+the generated headers are always identical.
+
+---
webkitgtk3.changes: same change

Old:

  webkitgtk-2.4.6.tar.xz

New:

  webkitgtk-2.4.7.tar.xz



Other differences:
--
++ webkitgtk.spec ++
--- /var/tmp/diff_new_pack.ZW0RGg/_old  2014-10-31 12:32:57.0 +0100
+++ /var/tmp/diff_new_pack.ZW0RGg/_new  2014-10-31 12:32:57.0 +0100
@@ -47,7 +47,7 @@
 Summary:Library for rendering web content, GTK+ Port
 License:LGPL-2.0+ and BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:2.4.6
+Version:2.4.7
 Release:0
 # FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions

webkitgtk3.spec: same change
++ webkitgtk-2.4.6.tar.xz - webkitgtk-2.4.7.tar.xz ++
/work/SRC/openSUSE:Factory/webkitgtk/webkitgtk-2.4.6.tar.xz 
/work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk-2.4.7.tar.xz differ: char 
25, line 1

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



commit webkit2gtk3 for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2014-10-31 09:39:19

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


Package is webkit2gtk3

Changes:

--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2014-10-15 
16:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes 
2014-10-31 12:32:54.0 +0100
@@ -1,0 +2,16 @@
+Sat Oct 25 11:51:21 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.6.2:
+  + SSLv3 is now disabled to protect us against POODLE
+vulnerability.
+  + TLS errors are no longer ignored by default.
+  + Fix the remote web inspector.
+  + Fix rendering of buttons, selections and lists with recent GTK+
+versions.
+  + Improve performance of timers scheduled after a delay in
+microseconds.
+  + Fix WebKitSettings:enable-smooth-scrolling to actually enable
+smooth scrolling.
+  + Fix the build with drag and drop support disabled.
+
+---

Old:

  webkitgtk-2.6.1.tar.xz

New:

  webkitgtk-2.6.2.tar.xz



Other differences:
--
++ webkit2gtk3.spec ++
--- /var/tmp/diff_new_pack.EgJK4X/_old  2014-10-31 12:32:55.0 +0100
+++ /var/tmp/diff_new_pack.EgJK4X/_new  2014-10-31 12:32:55.0 +0100
@@ -26,7 +26,7 @@
 %define _pkgconfig_suffix gtk-3.0
 %define _name webkitgtk
 Name:   webkit2gtk3
-Version:2.6.1
+Version:2.6.2
 Release:0
 Summary:Library for rendering web content, GTK+ Port
 License:LGPL-2.0+ and BSD-3-Clause
@@ -209,7 +209,7 @@
 
 %build
 # Use linker flags to reduce memory consumption
-%global optflags %(echo %{optflags} -Wl,--no-keep-memory 
-Wl,--reduce-memory-overheads | sed 's/-g /-g1 /')
+%global optflags %(echo %{optflags} -Wl,--no-keep-memory 
-Wl,--reduce-memory-overheads| sed 's/-g /-g1 /')
 %ifarch ppc ppc64 ppc64le
 %global optflags %{optflags} -DENABLE_YARR_JIT=0
 %endif

++ webkitgtk-2.6.1.tar.xz - webkitgtk-2.6.2.tar.xz ++
/work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.6.1.tar.xz 
/work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkitgtk-2.6.2.tar.xz differ: char 
26, line 1

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



commit yast2-security for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2014-10-31 09:39:28

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


Package is yast2-security

Changes:

--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes
2014-08-08 10:10:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes   
2014-10-31 12:33:34.0 +0100
@@ -1,0 +2,8 @@
+Mon Oct 27 08:00:30 UTC 2014 - mvid...@suse.com
+
+- Removed CWD_IN_ROOT_PATH, CWD_IN_USER_PATH also from the UI where
+  they showed as empty lines in the overview (FATE#100011,
+  boo#900829), by Antoine Belvire.
+- 3.1.5
+
+---

Old:

  yast2-security-3.1.4.tar.bz2

New:

  yast2-security-3.1.5.tar.bz2



Other differences:
--
++ yast2-security.spec ++
--- /var/tmp/diff_new_pack.Ql8Sq3/_old  2014-10-31 12:33:35.0 +0100
+++ /var/tmp/diff_new_pack.Ql8Sq3/_new  2014-10-31 12:33:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-security-3.1.4.tar.bz2 - yast2-security-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/.travis.yml 
new/yast2-security-3.1.5/.travis.yml
--- old/yast2-security-3.1.4/.travis.yml1970-01-01 01:00:00.0 
+0100
+++ new/yast2-security-3.1.5/.travis.yml2014-10-30 16:07:21.0 
+0100
@@ -0,0 +1,17 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+- curl 
http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/Release.key
 | sudo apt-key add -
+- echo deb 
http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/ ./ 
| sudo tee -a /etc/apt/sources.list
+- sudo apt-get update -q
+- sudo apt-get install --no-install-recommends -y yast2-devtools 
yast2-testsuite yast2 yast2-pam
+# disable rvm, use system Ruby
+- rvm reset
+- sudo gem install rspec:2.14.1
+script:
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/MAINTAINER 
new/yast2-security-3.1.5/MAINTAINER
--- old/yast2-security-3.1.4/MAINTAINER 2014-08-06 09:51:43.0 +0200
+++ new/yast2-security-3.1.5/MAINTAINER 2014-10-30 16:07:21.0 +0100
@@ -1 +1 @@
-Jiri Suchomel jsuch...@suse.cz
+Deprecated file. Use `osc maintainer yast2-security` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/README 
new/yast2-security-3.1.5/README
--- old/yast2-security-3.1.4/README 2014-08-06 09:51:43.0 +0200
+++ new/yast2-security-3.1.5/README 1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-y2c_sec is part of YaST2
-See the file COPYRIGHT.english for license terms
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/README.md 
new/yast2-security-3.1.5/README.md
--- old/yast2-security-3.1.4/README.md  1970-01-01 01:00:00.0 +0100
+++ new/yast2-security-3.1.5/README.md  2014-10-30 16:07:21.0 +0100
@@ -0,0 +1,5 @@
+# YaST - The Security Settings Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-security.svg?branch=master)](https://travis-ci.org/yast/yast-security)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-security-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-security-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/package/yast2-security.changes 
new/yast2-security-3.1.5/package/yast2-security.changes
--- old/yast2-security-3.1.4/package/yast2-security.changes 2014-08-06 
09:51:43.0 +0200
+++ new/yast2-security-3.1.5/package/yast2-security.changes 2014-10-30 
16:07:21.0 +0100
@@ -1,4 +1,12 @@
 ---
+Mon Oct 27 08:00:30 UTC 2014 - mvid...@suse.com
+
+- Removed CWD_IN_ROOT_PATH, CWD_IN_USER_PATH also from the UI where
+  they showed as empty lines in the overview (FATE#100011,
+  boo#900829), by Antoine Belvire.
+- 3.1.5
+
+---
 Tue Aug  5 12:58:39 UTC 2014 - an...@suse.com
 
 - Speedup Security.ReadServiceSettings (bnc#890349)
diff -urN '--exclude=CVS' 

commit xorg-x11-server for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2014-10-31 09:39:13

Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New)


Package is xorg-x11-server

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2014-10-02 14:13:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2014-10-31 12:33:21.0 +0100
@@ -1,0 +2,7 @@
+Mon Oct 27 07:45:14 UTC 2014 - sndir...@suse.com
+
+- XServer looks for dri.pc during configure. dri.pc is currently
+  provided by a Mesa devel package, which is pulled in by other
+  requirements, but it might be better to explicitly require dri.pc.
+
+---



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.2YMmv6/_old  2014-10-31 12:33:22.0 +0100
+++ /var/tmp/diff_new_pack.2YMmv6/_new  2014-10-31 12:33:22.0 +0100
@@ -44,6 +44,7 @@
 BuildRequires:  pkgconfig(compositeproto)
 BuildRequires:  pkgconfig(damageproto) = 1.1
 BuildRequires:  pkgconfig(dmx) = 1.0.99.1
+BuildRequires:  pkgconfig(dri) = 7.8.0
 BuildRequires:  pkgconfig(dri2proto)
 BuildRequires:  pkgconfig(dri3proto)
 BuildRequires:  pkgconfig(epoxy) = 1.1

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



commit util-linux for openSUSE:13.1:Update

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:13.1:Update 
checked in at 2014-10-31 07:40:25

Comparing /work/SRC/openSUSE:13.1:Update/util-linux (Old)
 and  /work/SRC/openSUSE:13.1:Update/.util-linux.new (New)


Package is util-linux

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.iqNx3l/_old  2014-10-31 14:41:50.0 +0100
+++ /var/tmp/diff_new_pack.iqNx3l/_new  2014-10-31 14:41:50.0 +0100
@@ -1 +1 @@
-link package='util-linux.2997' cicount='copy' /
+link package='util-linux.3095' cicount='copy' /

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



commit llvm for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2014-10-31 18:27:09

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


Package is llvm

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2014-10-05 
20:27:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2014-10-31 
18:27:11.0 +0100
@@ -1,0 +2,5 @@
+Tue Oct 21 08:39:22 UTC 2014 - dmuel...@suse.com
+
+- fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)
+
+---



Other differences:
--
llvm.spec: same change
++ _constraints ++
--- /var/tmp/diff_new_pack.xQfZcv/_old  2014-10-31 18:27:12.0 +0100
+++ /var/tmp/diff_new_pack.xQfZcv/_new  2014-10-31 18:27:12.0 +0100
@@ -5,4 +5,15 @@
   size unit=M4000/size
 /memory
   /hardware
+  overwrite
+conditions
+  archarmv6l/arch
+  archarmv7l/arch
+/conditions
+hardware
+  memory
+size unit=M768/size
+  /memory
+/hardware
+  /overwrite
 /constraints

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



commit rubygem-yard for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package rubygem-yard for openSUSE:Factory 
checked in at 2014-10-31 18:27:04

Comparing /work/SRC/openSUSE:Factory/rubygem-yard (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-yard.new (New)


Package is rubygem-yard

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yard/rubygem-yard.changes
2014-03-25 13:28:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-yard.new/rubygem-yard.changes   
2014-10-31 18:27:05.0 +0100
@@ -1,0 +2,5 @@
+Mon Oct 13 18:54:40 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-yard.spec ++
--- /var/tmp/diff_new_pack.HxaGJJ/_old  2014-10-31 18:27:06.0 +0100
+++ /var/tmp/diff_new_pack.HxaGJJ/_new  2014-10-31 18:27:06.0 +0100
@@ -21,14 +21,14 @@
 Release:0
 %define mod_name yard
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 807
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:http://yardoc.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Documentation tool for consistent and usable documentation in 
Ruby
 License:MIT
 Group:  Development/Languages/Ruby
@@ -40,92 +40,16 @@
 exported to a number of formats very easily, and also supports extending for
 custom Ruby constructs such as custom class level definitions.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/yard{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/yard
-ln -s %{_sysconfdir}/alternatives/yard %{buildroot}%{_bindir}/yard
-
-mv %{buildroot}%{_bindir}/yardoc{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/yardoc
-ln -s %{_sysconfdir}/alternatives/yardoc %{buildroot}%{_bindir}/yardoc
-
-mv %{buildroot}%{_bindir}/yri{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/yri
-ln -s %{_sysconfdir}/alternatives/yri %{buildroot}%{_bindir}/yri
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LEGAL 
%buildroot/%{_docdir}/%{name}/LEGAL
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/yard yard %{_bindir}/yard%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/yardoc yardoc %{_bindir}/yardoc%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/yri yri %{_bindir}/yri%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove yard %{_bindir}/yard%{mod_branch}
-fi
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove yardoc 
%{_bindir}/yardoc%{mod_branch}
-fi
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove yri %{_bindir}/yri%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/yard%{mod_branch}
-%{_bindir}/yard
-%ghost %{_sysconfdir}/alternatives/yard
-%{_bindir}/yardoc%{mod_branch}
-%{_bindir}/yardoc
-%ghost %{_sysconfdir}/alternatives/yardoc
-%{_bindir}/yri%{mod_branch}
-%{_bindir}/yri
-%ghost %{_sysconfdir}/alternatives/yri
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LEGAL LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is 

commit libqb for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package libqb for openSUSE:Factory checked 
in at 2014-10-31 18:27:07

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


Package is libqb

Changes:

--- /work/SRC/openSUSE:Factory/libqb/libqb.changes  2014-08-20 
17:53:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqb.new/libqb.changes 2014-10-31 
18:27:09.0 +0100
@@ -1,0 +2,10 @@
+Tue Oct 21 10:15:58 UTC 2014 - y...@suse.com
+
+- Bump release version to 0.17.1
+- check_ipc.c: improve error checking during ipc stress tests
+- ipcs: Correctly allocate receive buffer size
+- ipc_socket: Signalhandler must be resetted to Default, use only 
cleanup_sigpipe to return from qb_ipc_dgram_sock_setup.
+- trie: allow modifying the trie map during the notify callback
+- Upstream version cs: 3f7de657855bb9fb4e58777851735bf663fa7f3f
+
+---

Old:

  libqb-0.17.0+git20140723.e5b8950.tar.bz2

New:

  libqb-0.17.1.git20140826.3f7de65.tar.bz2



Other differences:
--
++ libqb.spec ++
--- /var/tmp/diff_new_pack.HVJWTw/_old  2014-10-31 18:27:10.0 +0100
+++ /var/tmp/diff_new_pack.HVJWTw/_new  2014-10-31 18:27:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libqb
-Version:0.17.0+git20140723.e5b8950
+Version:0.17.1.git20140826.3f7de65
 Release:0
 Summary:An IPC library for high performance servers
 License:LGPL-2.1+

++ _service ++
--- /var/tmp/diff_new_pack.HVJWTw/_old  2014-10-31 18:27:10.0 +0100
+++ /var/tmp/diff_new_pack.HVJWTw/_new  2014-10-31 18:27:10.0 +0100
@@ -11,7 +11,7 @@
 param name=version0.17.0/param
 --
 param name=versionformat0.17.0+git%cd.%h/param
-param name=revisione5b8950863b92b314675ba0cbba13f00b8b77c52/param
+param name=revision3f7de657855bb9fb4e58777851735bf663fa7f3f/param
   /service
 
   service name=recompress mode=disabled

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



commit quilt for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package quilt for openSUSE:Factory checked 
in at 2014-10-31 18:27:05

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


Package is quilt

Changes:

--- /work/SRC/openSUSE:Factory/quilt/quilt.changes  2014-10-11 
19:25:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.quilt.new/quilt.changes 2014-10-31 
18:27:07.0 +0100
@@ -1,0 +2,15 @@
+Tue Oct 14 13:07:53 CEST 2014 - jdelv...@suse.de
+
+- quilt-check-modified-series.patch: Check for series file
+  consistency.
+- setup-fix-tar-with-long-options.patch,
+  inspect-skip-version-check.patch: Update upstream status.
+
+---
+Thu Oct  9 15:00:35 CEST 2014 - jdelv...@suse.de
+
+- inspect-skip-version-check.patch: Skip version check when
+  running quilt setup on a spec file. The previous fix only
+  worked when running quilt setup on a series file.
+
+---

New:

  inspect-skip-version-check.patch
  quilt-check-modified-series.patch



Other differences:
--
++ quilt.spec ++
--- /var/tmp/diff_new_pack.zqlETh/_old  2014-10-31 18:27:08.0 +0100
+++ /var/tmp/diff_new_pack.zqlETh/_new  2014-10-31 18:27:08.0 +0100
@@ -49,6 +49,8 @@
 Patch8: quilt-format-options-pass-through.patch
 Patch9: pop-add-auto-refresh.patch
 Patch10:push-add-auto-refresh.patch
+Patch11:inspect-skip-version-check.patch
+Patch12:quilt-check-modified-series.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Recommends: procmail
@@ -78,6 +80,8 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
+%patch12 -p1
 
 %build
 # --with-rpmbuild=/usr/lib/rpm/rpmb:

++ inspect-skip-version-check.patch ++
From: Jean Delvare jdelv...@suse.de
Subject: inspect: Skip version check
Upstream: Committed (6a5fcdc24dc47419da4cd688fe7fbfa189c91976)

Commit a626fcf8b95f2ff51701a00d65043b9f65207514 (setup: Skip version
check) is insufficient for spec file-based setup commands. inspect
itself also sources patchfns, so it must also skip the version check
explicitly.
---
 quilt/scripts/inspect.in |3 +++
 1 file changed, 3 insertions(+)

--- a/quilt/scripts/inspect.in
+++ b/quilt/scripts/inspect.in
@@ -8,6 +8,9 @@
 
 : ${QUILT_DIR=@QUILT_DIR@}
 
+# Version check is irrelevant to this script.
+skip_version_check=1
+
 if ! [ -r $QUILT_DIR/scripts/patchfns ]
 then
echo Cannot read library $QUILT_DIR/scripts/patchfns 2
++ quilt-check-modified-series.patch ++
From: Jean Delvare jdelv...@suse.de
Subject: Check for series file consistency
Upstream: Submitted (2014-10-14)

Quilt allows manual changes to the series file to some degree. For
example, adding comments or reordering patches in the unapplied
section of the series file is OK. However, changing the order of
applied patches breaks a number of assumptions and can cause quilt to
produce unexpected or confusing results.

For example, starting from this:

+ patches/01.patch
= patches/02.patch
  patches/03.patch
  patches/04.patch

and moving the last patch at the beginning of the series file,
quilt series -v will print:

+ patches/04.patch
+ patches/01.patch
= patches/02.patch
  patches/03.patch

That is, it will claim that 04.patch is applied, while it it not.
Likewise, 04.patch would be listed by neither quilt applied nor
quilt unapplied.

While addressing all such cases would certainly be possible, that
would require a significant amount of work, and would come with
performance penalties. It would also be difficult to be certain that
all issues have been found and addressed. So it seems more reasonable
to simply spot such manual changes to the series file and ask the user
to pop all patches to start from a clean state as needed.
---
 quilt/scripts/patchfns.in |   35 ---
 test/altered-series.test  |   44 
 2 files changed, 76 insertions(+), 3 deletions(-)

--- a/quilt/scripts/patchfns.in
+++ b/quilt/scripts/patchfns.in
@@ -948,6 +948,24 @@ version_check()
return 1
 }
 
+consistency_check()
+{
+   local top applied patches
+
+   top=$(top_patch)
+   applied=$(applied_before $top)
+   patches=$(patches_before $top)
+
+   if [ $applied != $patches ]
+   then
+   return 1
+   else
+   # Skip check until series file is modified again
+   touch $DB
+   return 0
+   fi
+}
+
 print_patch()
 {
echo ${QUILT_PATCHES_PREFIX:+$SUBDIR_DOWN$QUILT_PATCHES/}$1
@@ -1094,10 +1112,21 @@ fi
 
 

commit rsync for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package rsync for openSUSE:Factory checked 
in at 2014-10-31 18:27:10

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


Package is rsync

Changes:

--- /work/SRC/openSUSE:Factory/rsync/rsync.changes  2014-07-15 
16:25:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2014-10-31 
18:27:13.0 +0100
@@ -1,0 +2,6 @@
+Sun Oct 19 13:38:21 UTC 2014 - p.drou...@gmail.com
+
+- Do not depend on insserv if the system supports systemd; it's 
+  useless
+
+---



Other differences:
--
++ rsync.spec ++
--- /var/tmp/diff_new_pack.hkFeVq/_old  2014-10-31 18:27:14.0 +0100
+++ /var/tmp/diff_new_pack.hkFeVq/_new  2014-10-31 18:27:14.0 +0100
@@ -52,7 +52,6 @@
 %endif
 
 PreReq: %fillup_prereq
-PreReq: %insserv_prereq
 PreReq: grep
 PreReq: sed
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -63,6 +62,8 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %define has_systemd 1
+%else
+PreReq: %insserv_prereq
 %endif
 
 %description



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



commit pinentry for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package pinentry for openSUSE:Factory 
checked in at 2014-10-31 18:27:14

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


Package is pinentry

Changes:

--- /work/SRC/openSUSE:Factory/pinentry/pinentry.changes2014-10-01 
11:22:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.pinentry.new/pinentry.changes   2014-10-31 
18:27:17.0 +0100
@@ -1,0 +2,8 @@
+Tue Oct 21 10:57:43 UTC 2014 - tchva...@suse.com
+
+- Remove qt3 helpers
+- Remove gpg verification in spec, it is done by obs automatically
+- Some whitespace changes
+- Add default defattr
+
+---



Other differences:
--
++ pinentry.spec ++
--- /var/tmp/diff_new_pack.KrhwFG/_old  2014-10-31 18:27:18.0 +0100
+++ /var/tmp/diff_new_pack.KrhwFG/_new  2014-10-31 18:27:18.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+%global ncursesw_config %(set -- %{_bindir}/ncursesw*-config; echo 
${1})
 Name:   pinentry
 Version:0.8.4
 Release:0
@@ -45,13 +46,9 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-2.0) = 2.4.0
-%if %suse_version = 1230
-BuildRequires:  gpg-offline
-%endif
-PreReq: %install_info_prereq
+Requires(post): %{install_info_prereq}
 Provides:   pinentry-dialog
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%global ncursesw_config %(set -- %{_bindir}/ncursesw*-config; echo 
${1})
 
 %description
 This is a collection of simple PIN or passphrase entry dialogs which
@@ -64,7 +61,7 @@
 Provides:   pinentry-dialog
 Provides:   pinentry-gui
 Provides:   pinentry-qt = %{version}
-Provides:   pinentry:/usr/bin/pinentry-qt4
+Provides:   pinentry:%{_bindir}/pinentry-qt4
 Obsoletes:  pinentry-qt = 0.8.3
 
 %description qt4
@@ -77,24 +74,23 @@
 Requires:   pinentry
 Provides:   pinentry-dialog
 Provides:   pinentry-gui
-Provides:   pinentry:/usr/bin/pinentry-gtk-2
+Provides:   pinentry:%{_bindir}/pinentry-gtk-2
 
 %description gtk2
 This is a collection of simple PIN or passphrase entry dialogs which
 utilize the Assuan protocol as described by the Aegypten project.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q
-%patch0 -p 1
-%patch1 -p 1
-%patch2 -p 1
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 %patch5 -p1
 %patch6 -p1
 %patch8 -p1
 
 %build
-cp /usr/share/gettext/config.rpath .
+cp %{_datadir}/gettext/config.rpath .
 autoreconf -fi
 # Regenerate moc's
 moc qt4/pinentrydialog.h  qt4/pinentrydialog.moc
@@ -107,14 +103,11 @@
--enable-pinentry-qt4 \
--enable-pinentry-gtk2 \
--enable-pinentry-tty \
-   --with-qt-dir=%{_libdir}/qt3/ \
-   --with-qt-includes=%{_libdir}/qt3/include/ \
-   --with-qt-libraries=%{_libdir}/qt3/%{_lib}/ \
--without-ncurses-include-dir
 make %{?_smp_mflags}
 
 %install
-%makeinstall DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 # remove symlink
 rm -rf %{buildroot}%{_bindir}/pinentry
@@ -135,9 +128,11 @@
 %attr(755,root,root) %{_bindir}/pinentry-curses
 
 %files qt4
+%defattr(-,root,root)
 %attr(755,root,root) %{_bindir}/pinentry-qt4
 
 %files gtk2
+%defattr(-,root,root)
 %attr(755,root,root) %{_bindir}/pinentry-gtk-2
 
 %changelog


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



commit procinfo for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package procinfo for openSUSE:Factory 
checked in at 2014-10-31 18:27:12

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


Package is procinfo

Changes:

--- /work/SRC/openSUSE:Factory/procinfo/procinfo.changes2014-10-11 
19:25:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.procinfo.new/procinfo.changes   2014-10-31 
18:27:14.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 15 10:22:36 UTC 2014 - jeng...@inai.de
+
+- Enable parallel build and remove ancient specfile tags and sections
+
+---



Other differences:
--
++ procinfo.spec ++
--- /var/tmp/diff_new_pack.fAq23o/_old  2014-10-31 18:27:15.0 +0100
+++ /var/tmp/diff_new_pack.fAq23o/_new  2014-10-31 18:27:15.0 +0100
@@ -17,14 +17,12 @@
 
 
 Name:   procinfo
-BuildRequires:  ncurses-devel
-Url:ftp://ftp.cistron.nl/pub/people/00-OLD/svm/
 Version:18
 Release:0
 Summary:Display System Status Gathered from /proc
 License:GPL-2.0+
 Group:  System/Monitoring
-Provides:   ps:/usr/bin/lsdev
+Url:ftp://ftp.cistron.nl/pub/people/00-OLD/svm/
 Source: ftp://ftp.cistron.nl/pub/people/svm/%{name}-%{version}.tar.bz2
 Patch0: procinfo-%{version}.dif
 Patch1: procinfo-uptime.dif
@@ -49,6 +47,8 @@
 Patch20:procinfo-sysconf.dif
 Patch21:procinfo-ranges.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ncurses-devel
+Provides:   ps:/usr/bin/lsdev
 
 %description
 The procinfo command gathers some system data from the /proc
@@ -90,7 +90,7 @@
 %build
 CFLAGS=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 ${RPM_OPT_FLAGS} -pipe
 export CFLAGS
-make LDFLAGS= CC=%__cc
+make LDFLAGS= CC=%__cc %{?_smp_mflags}
 
 %check
 #
@@ -106,9 +106,6 @@
 %install
 make prefix=$RPM_BUILD_ROOT/usr install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr (-,root,root,755)
 %doc README CHANGES

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



commit graphite2 for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package graphite2 for openSUSE:Factory 
checked in at 2014-10-31 18:27:19

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


Package is graphite2

Changes:

--- /work/SRC/openSUSE:Factory/graphite2/graphite2.changes  2014-01-30 
09:02:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.graphite2.new/graphite2.changes 2014-10-31 
18:27:23.0 +0100
@@ -1,0 +2,6 @@
+Tue Oct 21 18:51:12 UTC 2014 - dmuel...@suse.com
+
+- add link-gcc-shared.diff: link -lgcc_s to fix undefined symbols
+  on various ARM architectures
+
+---

New:

  link-gcc-shared.diff



Other differences:
--
++ graphite2.spec ++
--- /var/tmp/diff_new_pack.bIlqsU/_old  2014-10-31 18:27:27.0 +0100
+++ /var/tmp/diff_new_pack.bIlqsU/_new  2014-10-31 18:27:27.0 +0100
@@ -28,6 +28,7 @@
 Source1:baselibs.conf
 Patch0: no-specific-nunit-version.diff
 Patch1: soname.diff
+Patch2: link-gcc-shared.diff
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  fontconfig-devel
@@ -78,6 +79,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2
 
 %build
 %cmake \

++ link-gcc-shared.diff ++
--- src/CMakeLists.txt
+++ src/CMakeLists.txt
@@ -121,7 +121,7 @@
 if (GRAPHITE2_ASAN)
 target_link_libraries(graphite2 c gcc_s)
 else (GRAPHITE2_ASAN)
-target_link_libraries(graphite2 c gcc)
+target_link_libraries(graphite2 c gcc_s)
 endif (GRAPHITE2_ASAN)
 include(Graphite)
 nolib_test(stdc++ $TARGET_SONAME_FILE:graphite2)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xapian-core for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package xapian-core for openSUSE:Factory 
checked in at 2014-10-31 18:27:21

Comparing /work/SRC/openSUSE:Factory/xapian-core (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-core.new (New)


Package is xapian-core

Changes:

--- /work/SRC/openSUSE:Factory/xapian-core/xapian-core.changes  2014-09-17 
21:24:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-core.new/xapian-core.changes 
2014-10-31 18:27:43.0 +0100
@@ -1,0 +2,30 @@
+Tue Oct 21 12:18:41 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 1.2.19
+  - API:
+* Xapian::BM5Weight:
+  + Improve BM25 upper bound in the case when our wdf upper 
+bound  our document length lower bound.
+  + Pre-multiply termweight by (param_k1 + 1) rather than 
+doing it for every weighted term in every document considered.
+  - testsuite:
+* Don't report apparent leaks of fds opened on /dev/urandom 
+  - matcher:
+* Fix false matches reported for non-exact phrases in some cases.
+  - build system:
+* For Sun's C++ compiler, pass -library=Crun separately since 
+  libtool looks for  -library=stlport4  (with the spaces).
+* Remove .replicatmp (created by the test suite) upon make clean.
+  - documentation:
+* include/xapian/compactor.h: Fix formatting of doxygen comment.
+* HACKING: freecode no longer accepts updates, so drop that item 
+  from the release checklist.
+* docs/overview.rst: Add missing database path to example of using
+  xapian-progsrv in a stub database file.
+  - portability:
+* Suppress unused typedef warnings from debugging logging macros, 
+  which occur in functions which always exit via throwing an 
+  exception when compiling with recent versions of GCC or clang.
+* Fix debug logging code to compile with clang. 
+
+---

Old:

  xapian-core-1.2.17.tar.xz

New:

  xapian-core-1.2.19.tar.xz



Other differences:
--
++ xapian-core.spec ++
--- /var/tmp/diff_new_pack.oOhTim/_old  2014-10-31 18:27:44.0 +0100
+++ /var/tmp/diff_new_pack.oOhTim/_new  2014-10-31 18:27:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xapian-core
-Version:1.2.17
+Version:1.2.19
 Release:0
 Summary:The Xapian Probabilistic Information Retrieval Library
 License:GPL-2.0

++ xapian-core-1.2.17.tar.xz - xapian-core-1.2.19.tar.xz ++
 10410 lines of diff (skipped)

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



commit libotr for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package libotr for openSUSE:Factory checked 
in at 2014-10-31 18:27:16

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


Package is libotr

Changes:

--- /work/SRC/openSUSE:Factory/libotr/libotr.changes2014-01-09 
07:13:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libotr.new/libotr.changes   2014-10-31 
18:27:19.0 +0100
@@ -1,0 +2,21 @@
+Tue Oct 21 19:01:07 UTC 2014 - andreas.stie...@gmx.de
+
+- libotr 4.1.0:
+  * Modernized autoconf build system
+  * Use constant-time comparisons where needed
+  * Use gcrypt secure memory allocation
+  * Correctly reject attempts to fragment a message into too many
+pieces
+  * Fix a missing opdata when sending message fragments
+  * Don't lose the first user message when REQUIRE_ENCRYPTION is
+set
+  * Fix some memory leaks
+  * Correctly check for children contexts' state when forgetting a
+context
+  * API Changes:
++ Added API functions otrl_context_find_recent_instance and
+  otrl_context_find_recent_secure_instance.
+- remove pass-opdata-when-sending-message-fragment.patch, upstream
+- source tarball signature verification covered by source_validator
+
+---

Old:

  libotr-4.0.0.tar.gz
  libotr-4.0.0.tar.gz.asc
  pass-opdata-when-sending-message-fragment.patch

New:

  libotr-4.1.0.tar.gz
  libotr-4.1.0.tar.gz.asc



Other differences:
--
++ libotr.spec ++
--- /var/tmp/diff_new_pack.EoxuTi/_old  2014-10-31 18:27:20.0 +0100
+++ /var/tmp/diff_new_pack.EoxuTi/_new  2014-10-31 18:27:20.0 +0100
@@ -17,24 +17,19 @@
 
 
 Name:   libotr
-Version:4.0.0
+Version:4.1.0
 Release:0
-Url:http://www.cypherpunks.ca/otr/
 Summary:Off The Record messaging library toolkit
 License:LGPL-2.1 and GPL-2.0
 Group:  Development/Libraries/C and C++
-Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
+Url:https://www.cypherpunks.ca/otr/
+Source: https://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
 # http://www.cypherpunks.ca/otr/gpgkey.asc
-Source1:http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz.asc
+Source1:https://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz.asc
 Source2:libotr.keyring
-# PATCH-FIX-UPSTREAM pass-opdata-when-sending-message-fragment.patch -- 
kde#328999, bnc#857501
-Patch0: pass-opdata-when-sending-message-fragment.patch
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -97,25 +92,23 @@
 conversation is compromised.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q
-%patch0 -p1
 
 %build
-%ifarch %arm
-export CFLAGS=$RPM_OPT_FLAGS -O1
+%ifarch %{arm}
+export CFLAGS=%{optflags} -O1
 %else
-export CFLAGS=$RPM_OPT_FLAGS
+export CFLAGS=%{optflags}
 %endif
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
 %check
-%{__make} check
+make %{?_smp_mflags} check
 
 %install
-%{__make} DESTDIR=%{buildroot} install
-%{__rm} -f %{buildroot}%{_libdir}/libotr.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+rm -f %{buildroot}%{_libdir}/libotr.la
 
 %files tools
 %defattr (-, root, root)

++ libotr-4.0.0.tar.gz - libotr-4.1.0.tar.gz ++
 48021 lines of diff (skipped)


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



commit dirmngr for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package dirmngr for openSUSE:Factory checked 
in at 2014-10-31 18:27:17

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


Package is dirmngr

Changes:

--- /work/SRC/openSUSE:Factory/dirmngr/dirmngr.changes  2013-12-19 
15:01:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.dirmngr.new/dirmngr.changes 2014-10-31 
18:27:21.0 +0100
@@ -1,0 +2,8 @@
+Mon Oct 20 08:28:48 UTC 2014 - vci...@suse.com
+
+- initialize pth with libgcrypt  1.6.0 (bnc#901845)
+  * added dirmngr-initialize_pth.patch
+  * http://bugs.gnupg.org/gnupg/issue1590
+- spec-cleaned .spec
+
+---

New:

  dirmngr-initialize_pth.patch



Other differences:
--
++ dirmngr.spec ++
--- /var/tmp/diff_new_pack.gD0vNm/_old  2014-10-31 18:27:22.0 +0100
+++ /var/tmp/diff_new_pack.gD0vNm/_new  2014-10-31 18:27:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dirmngr
 #
-# 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
@@ -15,26 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   dirmngr
-BuildRequires:  libassuan-devel = 2.0.0
-BuildRequires:  libgpg-error-devel = 1.4
-BuildRequires:  libgcrypt-devel = 1.4.0
-BuildRequires:  libksba-devel = 1.0.2
-BuildRequires:  libpth-devel = 1.3.7
-BuildRequires:  automake
-BuildRequires:  openldap2-devel
-Url:http://www.gnupg.org/aegypten/
 Version:1.1.1
 Release:0
-Requires:   openssl
 Summary:A Client for Managing and Downloading CRLs
 License:GPL-3.0+
 Group:  Productivity/Networking/LDAP/Utilities
+Url:http://www.gnupg.org/aegypten/
 Source: ftp://ftp.gnupg.org/gcrypt/dirmngr/%{name}-%{version}.tar.bz2
 Source1:LICENSE.README
-Requires(pre):  %install_info_prereq
-Recommends: %{name}-lang
 Patch0: dirmngr-1.0.2-optflags.patch
+Patch1: dirmngr-initialize_pth.patch
+BuildRequires:  automake
+BuildRequires:  libassuan-devel = 2.0.0
+BuildRequires:  libgcrypt-devel = 1.4.0
+BuildRequires:  libgpg-error-devel = 1.4
+BuildRequires:  libksba-devel = 1.0.2
+BuildRequires:  libpth-devel = 1.3.7
+BuildRequires:  openldap2-devel
+Requires:   openssl
+Requires(pre):  %{install_info_prereq}
+Recommends: %{name}-lang
 
 %description
 Dirmngr is a client for managing and downloading certificate revocation
@@ -44,24 +46,25 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0
-cp %{S:1} .
+%patch1
+cp %{SOURCE1} .
 
 %build
 NOCONFIGURE=1 ./autogen.sh
 #export CFLAGS=$RPM_OPT_FLAGS -DLDAP_DEPRECATED
 %configure \
-   --libexecdir=%_libexecdir/dirmngr \
+   --libexecdir=%{_libexecdir}/dirmngr \
 --docdir=%{_defaultdocdir}/%{name}
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %find_lang %{name}
 
 %post
-%install_info --info-dir=%_infodir %_infodir/%name.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
@@ -73,8 +76,9 @@
 %{_bindir}/*
 %{_infodir}/dirmngr*
 %{_mandir}/man1/dirmngr*.1.gz
-%_libexecdir/dirmngr
+%{_libexecdir}/dirmngr
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

++ dirmngr-initialize_pth.patch ++
Index: src/dirmngr.c
===
--- src/dirmngr.c   (revision 348)
+++ src/dirmngr.c   (working copy)
@@ -665,8 +665,11 @@
  the option parsing may need services of the libraries. */
 
   /* Libgcrypt requires us to register the threading model first.
- Note that this will also do the pth_init. */
+ Note that this will also do the pth_init for libgcrypt  1.6 */
 
+#if GCRYPT_VERSION_NUMBER = 0x010600
+  pth_init ();
+#endif
   /* Init Libgcrypt. */
   rc = gcry_control (GCRYCTL_SET_THREAD_CBS, gcry_threads_pth);
   if (rc)

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



commit installation-images-openSUSE for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2014-10-31 18:27:20

Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)


Package is installation-images-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2014-10-14 07:10:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2014-10-31 18:27:28.0 +0100
@@ -1,0 +2,12 @@
+Mon Oct 27 13:15:52 CET 2014 - snwint_jenk...@suse.com
+
+- follow rubygem package renaming
+- ignore dependency on rubygem-yard
+- 14.148
+
+---
+Tue Oct 14 12:15:26 UTC 2014 - sch...@suse.de
+
+- Add grub2-arm64-efi to BuildRequires for aarch64
+
+---

Old:

  installation-images-14.147.tar.xz

New:

  installation-images-14.148.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Ifz2iA/_old  2014-10-31 18:27:29.0 +0100
+++ /var/tmp/diff_new_pack.Ifz2iA/_new  2014-10-31 18:27:29.0 +0100
@@ -351,6 +351,9 @@
 #BuildRequires:  enic-kmp-default fnic-kmp-default ofed-kmp-default
 %endif
 BuildRequires:  dmz-icon-theme-cursors
+%ifarch aarch64
+BuildRequires:  grub2-arm64-efi
+%endif
 
 Name:   installation-images-%theme
 AutoReqProv:off
@@ -358,7 +361,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.147
+Version:14.148
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.147.tar.xz - installation-images-14.148.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.147/VERSION 
new/installation-images-14.148/VERSION
--- old/installation-images-14.147/VERSION  2014-10-13 14:10:35.0 
+0200
+++ new/installation-images-14.148/VERSION  2014-10-27 13:14:48.0 
+0100
@@ -1 +1 @@
-14.147
+14.148
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.147/changelog 
new/installation-images-14.148/changelog
--- old/installation-images-14.147/changelog2014-10-13 14:10:35.0 
+0200
+++ new/installation-images-14.148/changelog2014-10-27 13:14:48.0 
+0100
@@ -1,3 +1,7 @@
+2014-10-27:14.148
+   - follow rubygem package renaming
+   - ignore dependency on rubygem-yard
+
 2014-10-13:14.147
- updated git2log script
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.147/data/root/root.file_list 
new/installation-images-14.148/data/root/root.file_list
--- old/installation-images-14.147/data/root/root.file_list 2014-10-13 
14:10:35.0 +0200
+++ new/installation-images-14.148/data/root/root.file_list 2014-10-27 
13:14:48.0 +0100
@@ -29,10 +29,14 @@
   # avoid update-alternatives
   e cd usr/sbin ; ln -snf SUSEConnect-* SUSEConnect
 
-TEMPLATE rubygem-.*:
+TEMPLATE ruby.*-rubygem-.*:
   /usr/*/ruby/gems/*/gems/*/lib
   /usr/*/ruby/gems/*/specifications
 
+TEMPLATE ruby.*-rubygem-yard: ignore
+  # just a template that does nothing
+  d .
+
 TEMPLATE skelcd-control-.*:
   # just a template that does nothing
   d .

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



commit openlmi-networking for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package openlmi-networking for 
openSUSE:Factory checked in at 2014-10-31 18:27:26

Comparing /work/SRC/openSUSE:Factory/openlmi-networking (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-networking.new (New)


Package is openlmi-networking

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-networking/openlmi-networking.changes
2014-05-17 21:46:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openlmi-networking.new/openlmi-networking.changes   
2014-10-31 18:27:47.0 +0100
@@ -1,0 +2,7 @@
+Tue Oct  7 11:50:23 UTC 2014 - kkae...@suse.com
+
+- Update to 0.3.0
+  * support for NetworkManager 0.8
+  * bugfixes and stability improvements
+
+---

Old:

  openlmi-networking-0.2.2.tar.bz2

New:

  openlmi-networking-0.3.0.tar.gz



Other differences:
--
++ openlmi-networking.spec ++
--- /var/tmp/diff_new_pack.y4LqxB/_old  2014-10-31 18:27:47.0 +0100
+++ /var/tmp/diff_new_pack.y4LqxB/_new  2014-10-31 18:27:47.0 +0100
@@ -24,14 +24,14 @@
 %global logfile %{_localstatedir}/log/openlmi-install.log
 
 Name:   openlmi-networking
-Version:0.2.2
+Version:0.3.0
 Release:1%{?dist}
 Summary:CIM providers for network management
 License:LGPL-2.1+
 Group:  System/Management
 
 Url:http://fedorahosted.org/openlmi/
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.gz
 
 # PATCH-FIX-OPENSUSE SUSE does not have libexec, kkae...@suse.de
 Patch2: no-libexec-in-suse.patch
@@ -51,7 +51,7 @@
 BuildRequires:  cmake
 BuildRequires:  glib2-devel
 BuildRequires:  konkretcmpi-devel
-BuildRequires:  openlmi-providers-devel = 0.0.19
+BuildRequires:  openlmi-providers-devel = 0.5.0
 BuildRequires:  sblim-cmpi-devel
 %if 0%{?suse_version}
 BuildRequires:  NetworkManager-devel
@@ -65,6 +65,7 @@
 %if 0%{?suse_version}
 Requires:   python
 %else
+Requires:   openlmi-pegasus-compat
 Requires:   python2
 %endif
 # sblim-sfcb or tog-pegasus
@@ -108,6 +109,7 @@
 %{_datadir}/%{name}/70_LMI_NetworkingIndicationFilters.mof
 %{_datadir}/%{name}/90_LMI_Networking_Profile.mof
 %{_datadir}/%{name}/60_LMI_Networking.reg
+%dir %{_libexecdir}/pegasus
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Networking-cimprovagt
 
 %pre

++ AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch ++
--- /var/tmp/diff_new_pack.y4LqxB/_old  2014-10-31 18:27:47.0 +0100
+++ /var/tmp/diff_new_pack.y4LqxB/_new  2014-10-31 18:27:47.0 +0100
@@ -1,7 +1,7 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.2.2/src/LMI_IPConfigurationServiceProvider.c 
./src/LMI_IPConfigurationServiceProvider.c
 ../orig-openlmi-networking-0.2.2/src/LMI_IPConfigurationServiceProvider.c  
2014-01-07 17:38:18.0 +0100
-+++ ./src/LMI_IPConfigurationServiceProvider.c 2014-04-29 09:40:58.906124193 
+0200
-@@ -640,6 +640,39 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.3.0/src/LMI_IPConfigurationServiceProvider.c 
./src/LMI_IPConfigurationServiceProvider.c
+--- ../orig-openlmi-networking-0.3.0/src/LMI_IPConfigurationServiceProvider.c  
2014-09-04 11:09:32.0 +0200
 ./src/LMI_IPConfigurationServiceProvider.c 2014-10-07 13:48:13.000995512 
+0200
+@@ -659,6 +659,39 @@
  return result;
  }
  

++ networkmanager-defines.patch ++
--- /var/tmp/diff_new_pack.y4LqxB/_old  2014-10-31 18:27:47.0 +0100
+++ /var/tmp/diff_new_pack.y4LqxB/_new  2014-10-31 18:27:47.0 +0100
@@ -1,19 +1,19 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.1.1/src/activeconnection_nm.c 
./src/activeconnection_nm.c
 ../orig-openlmi-networking-0.1.1/src/activeconnection_nm.c 2013-08-07 
08:28:28.0 +0200
-+++ ./src/activeconnection_nm.c2013-10-01 10:04:46.470136795 +0200
-@@ -34,6 +34,9 @@
- #include network_private.h
- #include errors.h
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.3.0/src/activeconnection_nm.c 
./src/activeconnection_nm.c
+--- ../orig-openlmi-networking-0.3.0/src/activeconnection_nm.c 2014-09-04 
11:09:32.0 +0200
 ./src/activeconnection_nm.c2014-10-07 13:47:12.254429011 +0200
+@@ -38,6 +38,9 @@
+ DBusGProxy *proxy;
+ } ActiveConnectionPriv;
  
 +/* value taken from upstream: 

commit apache2-mod_nss for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package apache2-mod_nss for openSUSE:Factory 
checked in at 2014-10-31 18:27:35

Comparing /work/SRC/openSUSE:Factory/apache2-mod_nss (Old)
 and  /work/SRC/openSUSE:Factory/.apache2-mod_nss.new (New)


Package is apache2-mod_nss

Changes:

--- /work/SRC/openSUSE:Factory/apache2-mod_nss/apache2-mod_nss.changes  
2014-08-25 11:05:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2-mod_nss.new/apache2-mod_nss.changes 
2014-10-31 19:57:44.0 +0100
@@ -1,0 +2,9 @@
+Wed Oct 29 14:59:06 UTC 2014 - kstreit...@suse.com
+
+- bnc#897712: added mod_nss-compare_subject_CN_and_VS_hostname.patch
+  that compare CN and VS hostname (use NSS library). Removed
+  following patches:
+  * mod_nss-SNI-checks.patch
+  * mod_nss-SNI-callback.patch 
+
+---

Old:

  mod_nss-SNI-callback.patch
  mod_nss-SNI-checks.patch

New:

  mod_nss-compare_subject_CN_and_VS_hostname.patch



Other differences:
--
++ apache2-mod_nss.spec ++
--- /var/tmp/diff_new_pack.kxhGZ0/_old  2014-10-31 19:57:46.0 +0100
+++ /var/tmp/diff_new_pack.kxhGZ0/_new  2014-10-31 19:57:46.0 +0100
@@ -69,9 +69,10 @@
 Patch18:mod_nss-CVE-2013-4566-NSSVerifyClient.diff
 Patch19:mod_nss-cipherlist_update_for_tls12.diff
 Patch20:mod_nss-cipherlist_update_for_tls12-doc.diff
-Patch21:mod_nss-SNI-callback.patch
-Patch22:mod_nss-SNI-checks.patch
 Patch23:mod_nss-bnc863518-reopen_dev_tty.diff
+# PATCH-FIX-UPSTREAM bnc#897712 kstreit...@suse.com -- check for the 
misconfiguration of certificate's CN and virtual name
+Patch24:mod_nss-compare_subject_CN_and_VS_hostname.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %defineapxs /usr/sbin/apxs2
 %defineapache apache2
@@ -109,9 +110,8 @@
 %patch18 -p0 -b .CVE-2013-4566.rpmpatch
 %patch19 -p0 -b .ciphers.rpmpatch
 %patch20 -p0 -b .ciphers.doc.rpmpatch
-%patch21 -p0 -b .mod_nss-SNI-callback.rpmpatch
-%patch22 -p0 -b .mod_nss-SNI-checks.patch.rpmpatch
 %patch23 -p0 -b .mod_nss-bnc863518-reopen_dev_tty.rpmpatch
+%patch24 -p1 -b .mod_nss-compare_subject_CN_and_VS_hostname.rpmpatch
 
 # keep this last, otherwise we get fuzzyness from above
 %if 0%{?suse_version} = 1300

++ mod_nss-compare_subject_CN_and_VS_hostname.patch ++
From c027af16af4975bbb0aa7bc509ea059944028481 Mon Sep 17 00:00:00 2001
From: standa sto...@suse.de
Date: Wed, 22 Oct 2014 16:14:29 +0200
Subject: [PATCH] Compare subject CN and VS hostname during server start up

---
 nss_engine_init.c | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/nss_engine_init.c b/nss_engine_init.c
index d74f002..2569c8d 100644
--- a/nss_engine_init.c
+++ b/nss_engine_init.c
@@ -1179,12 +1179,20 @@ static void nss_init_certificate(server_rec *s, const 
char *nickname,
 
 *KEAtype = NSS_FindCertKEAType(*servercert);
 
+/* Subject/hostname check */
+secstatus = CERT_VerifyCertName(*servercert, s-server_hostname);
+if (secstatus != SECSuccess) {
+  char *cert_dns = CERT_GetCommonName((*servercert)-subject);
+  ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
+  Misconfiguration of certificate's CN and virtual name.
+   The certificate CN has %s. We expected %s as virtual
+name., cert_dns, s-server_hostname);
+  PORT_Free(cert_dns);
+}
+
 /*
- * Check for certs that are expired or not yet valid and WARN about it
- * no need to refuse working - the client gets a warning, but can work
- * with the server we could also verify if the certificate is made out
- * for the correct hostname but that would require a reverse DNS lookup
- * for every virtual server - too expensive?
+ * Check for certs that are expired or not yet valid and WARN about it.
+ * No need to refuse working - the client gets a warning.
  */
 
 certtimestatus = CERT_CheckCertValidTimes(*servercert, PR_Now(), PR_FALSE);
-- 
1.9.3

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



commit armadillo for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2014-10-31 18:27:53

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


Package is armadillo

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2014-10-14 
07:13:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2014-10-31 
19:58:20.0 +0100
@@ -1,0 +2,10 @@
+Thu Oct 30 18:44:50 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.500.0:
+  + Faster handling of complex vectors by norm()
+  + Expanded chol() to optionally specify output matrix as upper
+or lower triangular
+  + Better handling of non-finite values when saving matrices as
+text files.
+
+---

Old:

  armadillo-4.450.4.tar.gz

New:

  armadillo-4.500.0.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.R8W60O/_old  2014-10-31 19:58:21.0 +0100
+++ /var/tmp/diff_new_pack.R8W60O/_new  2014-10-31 19:58:21.0 +0100
@@ -19,7 +19,7 @@
 %define soname libarmadillo4
 
 Name:   armadillo
-Version:4.450.4
+Version:4.500.0
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-4.450.4.tar.gz - armadillo-4.500.0.tar.gz ++
 1786 lines of diff (skipped)

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



commit duperemove for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package duperemove for openSUSE:Factory 
checked in at 2014-10-31 18:27:56

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


Package is duperemove

Changes:

--- /work/SRC/openSUSE:Factory/duperemove/duperemove.changes2014-09-30 
19:42:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.duperemove.new/duperemove.changes   
2014-10-31 20:03:36.0 +0100
@@ -1,0 +2,11 @@
+Fri Oct 31 02:44:53 UTC 2014 - mfas...@suse.com
+
+- Update to duperemove v0.09.beta2
+  - fix memory leak
+  - fix hardlink detection on btrfs
+  - print file number status during csum phase
+  - print a status bar during extent seearch
+  - several bugfixes and performance improvements to extent search
+- Removed patch: 001-fix-build.patch
+
+---

Old:

  001-fix-build.patch
  duperemove-v0.09.beta1.tar.gz

New:

  duperemove-v0.09.beta2.tar.gz



Other differences:
--
++ duperemove.spec ++
--- /var/tmp/diff_new_pack.49iyG2/_old  2014-10-31 20:03:37.0 +0100
+++ /var/tmp/diff_new_pack.49iyG2/_new  2014-10-31 20:03:37.0 +0100
@@ -17,13 +17,13 @@
 
 
 %define modname duperemove
-%define tar_version v0.09.beta1
+%define tar_version v0.09.beta2
 
 Name:   duperemove
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
 BuildRequires:  libgcrypt-devel
-Version:0.09~beta1
+Version:0.09~beta2
 Release:0
 Summary:Software to find duplicate extents in files and remove them
 License:GPL-2.0
@@ -31,7 +31,6 @@
 Url:https://github.com/markfasheh/duperemove
 Source: %{modname}-%{tar_version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch1: 001-fix-build.patch
 
 %description
 Duperemove finds duplicate extents in files and prints them to the
@@ -48,7 +47,6 @@
 
 %prep
 %setup -q -n %{modname}-%{tar_version}
-%patch1 -p1
 
 %build
 make

++ duperemove-v0.09.beta1.tar.gz - duperemove-v0.09.beta2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duperemove-v0.09.beta1/Makefile 
new/duperemove-v0.09.beta2/Makefile
--- old/duperemove-v0.09.beta1/Makefile 2014-09-27 01:56:37.0 +0200
+++ new/duperemove-v0.09.beta2/Makefile 2014-10-31 00:27:39.0 +0100
@@ -1,11 +1,11 @@
-RELEASE=v0.09.beta1
+RELEASE=v0.09.beta2
 
 CC = gcc
 CFLAGS = -Wall -ggdb
 
 MANPAGES=duperemove.8 btrfs-extent-same.8
 
-DIST_SOURCES=csum-gcrypt.c csum-mhash.c csum.h duperemove.c hash-tree.c 
hash-tree.h results-tree.c results-tree.h kernel.h LICENSE list.h Makefile 
rbtree.c rbtree.h rbtree.txt README TODO dedupe.c dedupe.h btrfs-ioctl.h 
filerec.c filerec.h $(MANPAGES) btrfs-extent-same.c debug.h util.c util.h 
serialize.c serialize.h hashstats.c
+DIST_SOURCES=csum-gcrypt.c csum-mhash.c csum.h duperemove.c hash-tree.c 
hash-tree.h results-tree.c results-tree.h kernel.h LICENSE list.h Makefile 
rbtree.c rbtree.h rbtree.txt README TODO dedupe.c dedupe.h btrfs-ioctl.h 
filerec.c filerec.h btrfs-util.c btrfs-util.h $(MANPAGES) btrfs-extent-same.c 
debug.h util.c util.h serialize.c serialize.h hashstats.c
 DIST=duperemove-$(RELEASE)
 DIST_TARBALL=$(DIST).tar.gz
 TEMP_INSTALL_DIR:=$(shell mktemp -du -p .)
@@ -26,7 +26,7 @@
$(crypt_CFLAGS) $(glib_CFLAGS)
 LIBRARY_FLAGS += $(crypt_LIBS) $(glib_LIBS)
 
-objects = duperemove.o rbtree.o hash-tree.o results-tree.o dedupe.o filerec.o 
util.o serialize.o $(hash_obj)
+objects = duperemove.o rbtree.o hash-tree.o results-tree.o dedupe.o filerec.o 
util.o serialize.o btrfs-util.o $(hash_obj)
 progs = duperemove
 
 DESTDIR = /
@@ -38,7 +38,7 @@
 all: $(progs) kernel.h list.h btrfs-ioctl.h debug.h
 
 duperemove: $(objects) kernel.h duperemove.c
-   $(CC) $(LIBRARY_FLAGS) $(CFLAGS) $(objects) -o duperemove
+   $(CC) $(CFLAGS) $(objects) -o duperemove $(LIBRARY_FLAGS)
 
 tarball: clean
mkdir -p $(TEMP_INSTALL_DIR)/$(DIST)
@@ -60,14 +60,14 @@
done
 
 csum-test: $(hash_obj) csum-test.c
-   $(CC) $(LIBRARY_FLAGS) $(CFLAGS) $(hash_obj) -o csum-test csum-test.c
+   $(CC) $(CFLAGS) $(hash_obj) -o csum-test csum-test.c  $(LIBRARY_FLAGS)
 
 filerec-test: filerec.c filerec.h rbtree.o
-   $(CC) $(LIBRARY_FLAGS) $(CFLAGS) -DFILEREC_TEST filerec.c rbtree.o -o 
filerec-test
+   $(CC) $(CFLAGS) -DFILEREC_TEST filerec.c rbtree.o -o filerec-test 
$(LIBRARY_FLAGS)
 
 hashstats_obj = $(hash_obj) rbtree.o hash-tree.o filerec.o util.o serialize.o 
results-tree.o
 hashstats: $(hashstats_obj) hashstats.c
-   $(CC) $(LIBRARY_FLAGS) $(CFLAGS) $(hashstats_obj) hashstats.c -o 
hashstats
+   $(CC) 

commit libcss for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package libcss for openSUSE:Factory checked 
in at 2014-10-31 18:27:51

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


Package is libcss

Changes:

--- /work/SRC/openSUSE:Factory/libcss/libcss.changes2014-05-28 
10:01:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcss.new/libcss.changes   2014-10-31 
20:13:25.0 +0100
@@ -1,0 +2,8 @@
+Fri Oct 31 00:11:46 UTC 2014 - crrodrig...@opensuse.org
+
+- libcss-buildopts.patch: Do not define BSD_SOURCE but 
+  GNU_SOURCE (fioxes build fail in factory)
+- use -std=gnu99 instead of -std=c99.
+- Disable -Werror
+
+---

New:

  libcss-buildopts.patch



Other differences:
--
++ libcss.spec ++
--- /var/tmp/diff_new_pack.Iz3E6v/_old  2014-10-31 20:13:26.0 +0100
+++ /var/tmp/diff_new_pack.Iz3E6v/_new  2014-10-31 20:13:26.0 +0100
@@ -32,6 +32,7 @@
 BuildRequires:  netsurf-buildsystem = 1.1
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch:  libcss-buildopts.patch
 
 %description
 LibCSS is a CSS (Cascading Style Sheet) parser and selection engine,
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 make %{?_smp_mflags} %{make_vars} %{build_vars}

++ libcss-buildopts.patch ++
--- libcss-0.3.0.orig/Makefile
+++ libcss-0.3.0/Makefile
@@ -18,13 +18,13 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-
 # BeOS/Haiku/AmigaOS4 standard library headers create warnings
 ifneq ($(TARGET),beos)
   ifneq ($(TARGET),amiga)
-WARNFLAGS := $(WARNFLAGS) -Werror
+WARNFLAGS := $(WARNFLAGS) 
   endif
 endif
-CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
+CFLAGS := -D_GNU_SOURCE -I$(CURDIR)/include/ \
-I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
 ifneq ($(GCCVER),2)
-  CFLAGS := $(CFLAGS) -std=c99
+  CFLAGS := $(CFLAGS) -std=gnu99
 else
   # __inline__ is a GCCism
   CFLAGS := $(CFLAGS) -Dinline=__inline__
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libparserutils for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package libparserutils for openSUSE:Factory 
checked in at 2014-10-31 18:27:49

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


Package is libparserutils

Changes:

--- /work/SRC/openSUSE:Factory/libparserutils/libparserutils.changes
2014-05-28 10:01:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libparserutils.new/libparserutils.changes   
2014-10-31 20:14:28.0 +0100
@@ -1,0 +2,8 @@
+Fri Oct 31 01:28:50 UTC 2014 - crrodrig...@opensuse.org
+
+- libparserutils-optflags.patch Do not use Werror and do 
+  not define _BSD_SOURCE but GNU_SOURCE. (fix factory build)
+- use std=gnu99 instead of strict c99.
+- Doxygen should not generate timestamped html docs.
+
+---

New:

  libparserutils-optflags.patch



Other differences:
--
++ libparserutils.spec ++
--- /var/tmp/diff_new_pack.7sv8x9/_old  2014-10-31 20:14:29.0 +0100
+++ /var/tmp/diff_new_pack.7sv8x9/_new  2014-10-31 20:14:29.0 +0100
@@ -29,6 +29,7 @@
 BuildRequires:  netsurf-buildsystem = 1.1
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch:  libparserutils-optflags.patch
 
 %description
 LibParserUtils is a library for building efficient parsers, written in
@@ -84,8 +85,10 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
+echo 'HTML_TIMESTAMP=NO'  build/Doxyfile
 make %{?_smp_mflags} %{make_vars} %{build_vars}
 make %{?_smp_mflags} docs %{make_vars}
 

++ libparserutils-optflags.patch ++
--- libparserutils-0.2.0.orig/Makefile
+++ libparserutils-0.2.0/Makefile
@@ -17,13 +17,13 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-
-Wmissing-declarations -Wnested-externs -pedantic
 # BeOS/Haiku standard library headers create warnings.
 ifneq ($(TARGET),beos)
-  WARNFLAGS := $(WARNFLAGS) -Werror
+  WARNFLAGS := $(WARNFLAGS)
 endif
 
-CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
+CFLAGS := -D_GNU_SOURCE -I$(CURDIR)/include/ \
-I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
 ifneq ($(GCCVER),2)
-  CFLAGS := $(CFLAGS) -std=c99
+  CFLAGS := $(CFLAGS) -std=gnu99
 else
   # __inline__ is a GCCism
   CFLAGS := $(CFLAGS) -Dinline=__inline__
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lxde-common-branding-openSUSE for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package lxde-common-branding-openSUSE for 
openSUSE:Factory checked in at 2014-10-31 18:27:55

Comparing /work/SRC/openSUSE:Factory/lxde-common-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.lxde-common-branding-openSUSE.new (New)


Package is lxde-common-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes
  2014-09-09 19:00:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.lxde-common-branding-openSUSE.new/lxde-common-branding-openSUSE.changes
 2014-10-31 20:16:38.0 +0100
@@ -1,0 +2,28 @@
+Fri Oct 31 11:01:51 UTC 2014 - and...@opensuse.org
+
+- removed conflicting files.
+
+---
+Fri Oct 24 20:35:41 UTC 2014 - t...@gmx.com
+
+- upgrade openSUSE branding based on new upstream lxde-common 
+  0.99.0
+- removed patches:
+  * lxde-common-0.5.5-lxde-logout.patch
+  * lxde-common-0.5.5-lxpanel.patch
+  * lxde-common-0.5.5-openbox-menu.patch
+  * lxde-common-0.5.5-openbox-shortcut.patch
+  * lxde-common-0.5.5-openbox-titlebar-font.patch
+  * lxde-common-0.5.5-pcmanfm-default.patch
+  * lxde-common-0.5.5-use-Adwaita-as-default-theme.patch 
+- added patches:
+  * lxde-common-0.99.0-lxde-logout.patch
+  * lxde-common-0.99.0-lxpanel.patch
+  * lxde-common-0.99.0-openbox-menu.patch
+  * lxde-common-0.99.0-openbox-shortcut.patch
+  * lxde-common-0.99.0-openbox-titlebar-font.patch
+  * lxde-common-0.99.0-pcmanfm-default.patch
+  * lxde-common-0.99.0-use-Adwaita-as-default-theme.patch
+- spec file clean up
+
+---

Old:

  lxde-common-0.5.5-lxde-logout.patch
  lxde-common-0.5.5-lxpanel.patch
  lxde-common-0.5.5-openbox-menu.patch
  lxde-common-0.5.5-openbox-shortcut.patch
  lxde-common-0.5.5-openbox-titlebar-font.patch
  lxde-common-0.5.5-pcmanfm-default.patch
  lxde-common-0.5.5-use-Adwaita-as-default-theme.patch
  lxde-common-0.5.5.tar.bz2

New:

  lxde-common-0.99.0-lxde-logout.patch
  lxde-common-0.99.0-lxpanel.patch
  lxde-common-0.99.0-openbox-menu.patch
  lxde-common-0.99.0-openbox-shortcut.patch
  lxde-common-0.99.0-openbox-titlebar-font.patch
  lxde-common-0.99.0-pcmanfm-default.patch
  lxde-common-0.99.0-use-Adwaita-as-default-theme.patch
  lxde-common-0.99.0.tar.xz



Other differences:
--
++ lxde-common-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.QoJRWk/_old  2014-10-31 20:16:39.0 +0100
+++ /var/tmp/diff_new_pack.QoJRWk/_new  2014-10-31 20:16:39.0 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%defineupstream_ver 0.5.5
+%defineupstream_ver 0.99.0
 Name:   lxde-common-branding-openSUSE
 Version:12.1
 Release:0
@@ -24,19 +24,17 @@
 License:GPL-2.0
 Group:  System/GUI/LXDE
 Url:http://www.opensuse.org
-Source0:lxde-common-%{upstream_ver}.tar.bz2
+Source0:lxde-common-%{upstream_ver}.tar.xz
 Source1:start-here-branding.svg
 Source2:suse-logout.png
-Patch0: lxde-common-0.5.5-pcmanfm-default.patch
-Patch1: lxde-common-0.5.5-openbox-menu.patch
-Patch2: lxde-common-0.5.5-lxpanel.patch
-Patch3: lxde-common-0.5.5-lxde-logout.patch
-Patch4: lxde-common-0.5.5-openbox-shortcut.patch
-Patch5:
lxde-common-0.5.5-use-Adwaita-as-default-theme.patch
-# Apply after lxde-common-0.5.5-use-Adwaita-as-default-theme.patch
-Patch6:lxde-common-0.5.5-openbox-titlebar-font.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
+Patch0: lxde-common-0.99.0-pcmanfm-default.patch
+Patch1: lxde-common-0.99.0-openbox-menu.patch
+Patch2: lxde-common-0.99.0-lxpanel.patch
+Patch3: lxde-common-0.99.0-lxde-logout.patch
+Patch4: lxde-common-0.99.0-openbox-shortcut.patch
+Patch5:
lxde-common-0.99.0-use-Adwaita-as-default-theme.patch
+# Apply after lxde-common-0.99.0-use-Adwaita-as-default-theme.patch
+Patch6:lxde-common-0.99.0-openbox-titlebar-font.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
@@ -53,7 +51,6 @@
 BuildArch:  noarch
 Conflicts:  otherproviders(lxde-common-branding)
 
-
 %description
 This branding-style package sets openSUSE style improvements into LXDE.
 You should always prefer branding-openSUSE packages to branding-upstream.
@@ -84,22 +81,15 @@
 rm -rf %{buildroot}/%{_bindir}/startlxde
 rm -rf %{buildroot}/%{_datadir}/lxde/wallpapers
 rm -rf %{buildroot}/%{_mandir}
+rm -rf %{buildroot}/%{_datadir}/applications/*.desktop
 
 %fdupes -s %{buildroot}
 
 %files
 

commit ocaml-findlib for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package ocaml-findlib for openSUSE:Factory 
checked in at 2014-10-31 18:27:30

Comparing /work/SRC/openSUSE:Factory/ocaml-findlib (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-findlib.new (New)


Package is ocaml-findlib

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-findlib/ocaml-findlib.changes  
2013-08-02 15:26:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-findlib.new/ocaml-findlib.changes 
2014-10-31 20:19:52.0 +0100
@@ -1,0 +2,52 @@
+Thu Oct 23 17:01:25 UTC 2014 - oher...@suse.de
+
+-  Update to upstream version 1.5.5
+   New ppxopt META variables.
+   Support for OCAMLFIND_TOOLCHAIN environment variable.
+
+---
+Thu Oct 23 12:40:36 UTC 2014 - oher...@suse.de
+
+- BuildRequire ocaml-rpm-macros
+
+---
+Fri Oct 10 17:07:25 UTC 2014 - oher...@suse.de
+
+- BuildRequire at least ocaml 4.02
+
+---
+Wed Oct  8 14:18:37 CEST 2014 - oher...@suse.de
+
+-  Update to upstream version 1.5.3
+   The installation of bytes respects now $prefix and the
+   configured destination.
+   New option -pp for ocamlfind query, to get preprocessor
+   packages.  Updated the compatibility Bytes module to support
+   extend, init, mapi,  blit_string.
+-  1.5.2: support for the query formats %+a and %+A.
+   Fix: the ppx property is now also path-expanded when
+   interpreted in a toploop.
+   Fix: implicit ppx is not path-expanded anymore.
+   Fix: Build bytes.cmxs only if natdynlink is enabled.
+-  1.5.1: includes a file that was missing in 1.5
+-  1.5: Including the bytes package that is either a compat
+   package for ocaml  4.02 or a fake package for ocaml = 4.02.
+   The package aims at helping to support the transition to the new
+   bytes type for mutable strings.
+   Also installing findlib.cmxs if OCaml supports it.
+   Allowing to disable camlp4 (in prep for OCaml-4.02).
+   The ppx package property can be specified for constructing
+   ppx-type preprocessor.
+-  1.4.1:ocamldoc: The order of -ppopt arguments was changed by
+   ocamlfind, which is not correct.
+-  1.4: Fixed performance bug when many arguments need to be processed.
+   Auto-configuring ocamldoc.opt if it is found.
+   New config switch -no-custom to prevent that ocamlfind is
+   linked in custom-runtime mode (bytecode only).
+   The library dbm is no longer part of OCaml, and now optional in
+   findlib 
+   Support for ocamloptp.
+   New function Topfind.log for controlling the verbosity.
+   Rewritten Fl_metascanner without camlp4
+
+---

Old:

  findlib-1.3.3.tar.xz

New:

  findlib-1.5.5.tar.xz



Other differences:
--
++ ocaml-findlib.spec ++
--- /var/tmp/diff_new_pack.PSMOFB/_old  2014-10-31 20:19:52.0 +0100
+++ /var/tmp/diff_new_pack.PSMOFB/_new  2014-10-31 20:19:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-findlib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010-2011 Andrew Psaltis ampsaltis at gmail dot com
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,17 +17,10 @@
 #
 
 
-%define opt %(test -x %{_bindir}/ocamlopt  echo 1 || echo 0)
-%if !%opt
-# get rid of /usr/lib/rpm/find-debuginfo.sh
-# strip kills the bytecode part of ELF binaries
-# see also NO_BRP_STRIP_DEBUG in install section
-%undefine _build_create_debug
-%endif
-
-Name:   ocaml-findlib
-Version:1.3.3
+Version:1.5.5
 Release:0
+%{ocaml_preserve_bytecode}
+Name:   ocaml-findlib
 Summary:Objective CAML package manager and build helper
 License:MIT
 Group:  Development/Libraries/Other
@@ -42,9 +35,10 @@
 BuildRequires:  gawk
 BuildRequires:  m4
 BuildRequires:  ncurses-devel
-BuildRequires:  ocaml
-BuildRequires:  ocaml-camlp4-devel
+BuildRequires:  ocaml = 4.02.0
+BuildRequires:  ocaml-camlp4-devel = 4.02.0
 BuildRequires:  ocaml-ocamldoc
+BuildRequires:  ocaml-rpm-macros = 4.02.1
 
 %description
 Findlib is a library manager for Objective Caml. It provides a
@@ -78,17 +72,12 @@
   -mandir %{_mandir} \
   -with-toolbox
 make all
-%if %opt
+%if %{ocaml_native_compiler}
 make opt
 %endif
 rm doc/guide-html/TIMESTAMP
 
 %install
-%if !%opt
-# get rid of /usr/lib/rpm/brp-strip-debug 
-# strip kills the bytecode part of ELF binaries
-export NO_BRP_STRIP_DEBUG=true
-%endif
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %files
@@ -98,20 +87,19 @@
 %{_bindir}/*
 

commit pdns for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package pdns for openSUSE:Factory checked in 
at 2014-10-31 18:27:39

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


Package is pdns

Changes:

--- /work/SRC/openSUSE:Factory/pdns/pdns.changes2014-10-29 
21:11:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.pdns.new/pdns.changes   2014-10-31 
20:20:32.0 +0100
@@ -1,0 +2,23 @@
+Thu Oct 30 15:36:02 UTC 2014 - mich...@stroeder.com
+
+- update to version 3.4.1
+
+Changes since 3.4.0:
+
+ * commit dcd6524, commit a8750a5, commit 7dc86bf, commit 2fda71f: PowerDNS now
+   polls the security status of a release at startup and periodically. More
+   detail on this feature, and how to turn it off, can be found in Section 2,
+   “Security polling”.
+
+ * commit 5fe6dc0: API: Replace HTTP Basic auth with static key in custom 
header
+   (X-API-Key)
+
+ * commit 4a95ab4: Use transaction for pdnssec increase-serial
+
+ * commit 6e82a23: Don't empty ordername during pdnssec increase-serial
+
+ * commit 535f4e3: honor SOA-EDIT while considering empty IXFR fallback, 
fixes
+   ticket 1835. This fixes slaving of signed zones to IXFR-aware slaves like 
NSD
+   or BIND.
+
+---

Old:

  pdns-3.4.0.tar.bz2

New:

  pdns-3.4.1.tar.bz2



Other differences:
--
++ pdns.spec ++
--- /var/tmp/diff_new_pack.eNn8Xx/_old  2014-10-31 20:20:33.0 +0100
+++ /var/tmp/diff_new_pack.eNn8Xx/_new  2014-10-31 20:20:33.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   pdns
-Version:3.4.0
+Version:3.4.1
 Release:0
 #
 %define pkg_name   pdns
-%define pkg_version 3.4.0
+%define pkg_version 3.4.1
 %define polarssl_version 1.3.2
 #
 %define home   %{_var}/lib/pdns

++ pdns-3.4.0.tar.bz2 - pdns-3.4.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pdns-3.4.0/build-scripts/redhat/pdns-server-test.spec 
new/pdns-3.4.1/build-scripts/redhat/pdns-server-test.spec
--- old/pdns-3.4.0/build-scripts/redhat/pdns-server-test.spec   2014-09-30 
11:23:37.0 +0200
+++ new/pdns-3.4.1/build-scripts/redhat/pdns-server-test.spec   2014-10-30 
11:18:22.0 +0100
@@ -9,7 +9,7 @@
 Epoch:  0
 License:GPL
 Group:  System/Servers
-Source: http://downloads.powerdns.com/releases/pdns-3.4.0.tar.bz2
+Source: http://downloads.powerdns.com/releases/pdns-3.4.1.tar.bz2
 
 BuildRequires:  autoconf automake
 BuildRequires:  gcc gcc-c++
@@ -30,7 +30,7 @@
 PowerDNS testbuild
 
 %prep
-%setup -q -n pdns-3.4.0
+%setup -q -n pdns-3.4.1
 
 %build
 %configure \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pdns-3.4.0/configure new/pdns-3.4.1/configure
--- old/pdns-3.4.0/configure2014-09-30 11:23:48.0 +0200
+++ new/pdns-3.4.1/configure2014-10-30 11:18:31.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pdns 3.4.0.
+# Generated by GNU Autoconf 2.69 for pdns 3.4.1.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='pdns'
 PACKAGE_TARNAME='pdns'
-PACKAGE_VERSION='3.4.0'
-PACKAGE_STRING='pdns 3.4.0'
+PACKAGE_VERSION='3.4.1'
+PACKAGE_STRING='pdns 3.4.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1471,7 +1471,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures pdns 3.4.0 to adapt to many kinds of systems.
+\`configure' configures pdns 3.4.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1541,7 +1541,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of pdns 3.4.0:;;
+ short | recursive ) echo Configuration of pdns 3.4.1:;;
esac
   cat \_ACEOF
 
@@ -1737,7 +1737,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-pdns configure 3.4.0
+pdns configure 3.4.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2344,7 +2344,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pdns $as_me 3.4.0, which was
+It was created by pdns $as_me 3.4.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3167,7 +3167,7 @@
 
 # Define the identity of the package.
  

commit openwsman for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package openwsman for openSUSE:Factory 
checked in at 2014-10-31 18:27:43

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


Package is openwsman

Changes:

--- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes  2014-06-01 
19:40:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2014-10-31 
20:20:07.0 +0100
@@ -1,0 +2,67 @@
+Wed Oct 29 14:03:42 UTC 2014 - kkae...@suse.com
+
+- check SSL version
+
+---
+Tue Oct 28 07:49:22 UTC 2014 - kkae...@suse.com
+
+- Update to 2.4.12
+  - Features
+- New config option 'ssl_disable_protocols'. Pre-set to disable
+  SSLv2 and v3 in SSL mode
+- Ruby: support Ruby 2.1 threading API
+  - Bugfixes
+- Fix memory corruption due to a malloc made with the wrong size
+- iniparser: dictionary_set' must return a value (David Holm)
+
+- drop fix-memory-corruption.patch, upstream
+
+---
+Wed Sep 17 09:25:37 UTC 2014 - kkae...@suse.com
+
+- call service_add_pre unconditionally
+
+---
+Fri Sep 12 09:19:36 UTC 2014 - kkae...@suse.com
+
+- Fix possible memory corruption
+  Add fix-memory-corruption.patch
+
+---
+Fri Aug  1 10:03:10 UTC 2014 - kkae...@suse.com
+
+- Update to 2.4.11
+  - Features
+- Bindings: EndPointReference.selector_names() for Python
+  - Bugfixes
+- URI parsing: Disallow comma to separate selectors in resource
+  uri, only ampersand is allowed. (issue #38)
+- Bindings: Fix Ruby doc generation
+
+---
+Fri Jul 25 13:18:29 UTC 2014 - kkae...@suse.com
+
+- Update to 2.4.10
+  - Feature
+Allow to pass EndPointReference instances as invoke() parameters
+via ClientOptions.add_property
+
+---
+Mon Jun 30 13:28:07 UTC 2014 - kkae...@suse.com
+
+- Update to 2.4.9
+  - Bugfixes
+Make finding libssl.so.* more robust (bnc#884965)
+
+---
+Fri Jun 20 11:30:42 UTC 2014 - kkae...@suse.com
+
+- Update to 2.4.8
+  - Features
+- Add Fujitsu namespace, cim schema SVS
+  - Bugfixes
+- fix memory corruption: copy key/value data for options,
+  selectors, and properties
+- fix .spec file for RHEL/Fedora builds  
+
+---

Old:

  openwsman-2.4.7.tar.bz2
  openwsman_2.4.3-0ubuntu5~precise2~ppa1.dsc
  openwsman_2.4.4-0ubuntu1.debian.tar.gz
  openwsman_2.4.4-0ubuntu1.dsc
  openwsman_2.4.4.orig.tar.gz

New:

  openwsman-2.4.12.tar.bz2



Other differences:
--
++ openwsman.spec ++
--- /var/tmp/diff_new_pack.I3JeTE/_old  2014-10-31 20:20:08.0 +0100
+++ /var/tmp/diff_new_pack.I3JeTE/_new  2014-10-31 20:20:08.0 +0100
@@ -54,15 +54,19 @@
 BuildRequires:  pkgconfig
 BuildRequires:  ruby
 
-# RHEL6 is missing ruby-devel in OBS
-%if 0%{?rhel_version} != 700
+%if 0%{?fedora} + 0%{?rhel_version} + 0%{?centos_version}   0
+
 BuildRequires:  ruby-devel
-%if 0%{?fedora} == 0
-BuildRequires:  ruby-rdoc
+BuildRequires:  ruby-libs
+
 %endif
+
+%if (0%{?rhel_version} = 500  0%{?rhel_version}  600) || 
0%{?centos_version} = 500 || 0%{?fedora}  17
+# rdoc is separate from rhel5 on
+BuildRequires:  ruby-rdoc
 %endif
 
-%if 0%{?fedora}  20
+%if 0%{?fedora}  18
 BuildRequires:  rubypick
 %endif
 
@@ -114,7 +118,7 @@
 %endif
 
 Requires(pre):  sed coreutils grep /bin/hostname
-Version:2.4.7
+Version:2.4.12
 Release:0
 # Mandriva:
 # Release %mkrel 1
@@ -320,7 +324,6 @@
 export EXPLICIT_TARGET=1.5
 %endif
 
-export SSL_LIB=`readlink %{_libdir}/libssl.so`
 cd build
 cmake \
   -DCMAKE_INSTALL_PREFIX=/usr \
@@ -336,7 +339,7 @@
   -DBUILD_RUBY_GEM=no \
   ..
 
-make CFLAGS=-DSSL_LIB='\$SSL_LIB\'
+make
 
 %install
 cd build

++ openwsman-2.4.7.tar.bz2 - openwsman-2.4.12.tar.bz2 ++
 7204 lines of diff (skipped)

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



commit libserf for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package libserf for openSUSE:Factory checked 
in at 2014-10-31 18:27:44

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


Package is libserf

Changes:

--- /work/SRC/openSUSE:Factory/libserf/libserf.changes  2014-10-23 
14:21:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libserf.new/libserf.changes 2014-10-31 
20:14:55.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 23 19:46:37 UTC 2014 - andreas.stie...@gmx.de
+
+- enable running test suite:
+  * add libserf-1.3.x-fix-comment-style.patch to fix compile error
+  * add libserf-1.3.x-fix-deflate-buckets-test.patch to fix crash
+
+---

New:

  libserf-1.3.x-fix-comment-style.patch
  libserf-1.3.x-fix-deflate-buckets-test.patch



Other differences:
--
++ libserf.spec ++
--- /var/tmp/diff_new_pack.tQa5mD/_old  2014-10-31 20:14:56.0 +0100
+++ /var/tmp/diff_new_pack.tQa5mD/_new  2014-10-31 20:14:56.0 +0100
@@ -30,6 +30,8 @@
 Group:  System/Libraries
 Url:https://serf.googlecode.com
 Source: 
https://serf.googlecode.com/svn/src_releases/serf-%{version}.tar.bz2
+Patch1: libserf-1.3.x-fix-comment-style.patch
+Patch2: libserf-1.3.x-fix-deflate-buckets-test.patch
 BuildRequires:  gcc
 BuildRequires:  glibc-devel
 BuildRequires:  libapr-util1-devel = %{minimum_apr_version}
@@ -83,6 +85,8 @@
 
 %prep
 %setup -q -n serf-%{version}
+%patch1 -p1
+%patch2 -p1
 
 %build
 scons \
@@ -104,16 +108,12 @@
 rm -f %{buildroot}%{_libdir}/lib*.a
 
 %check
-# test failing due to memory leak
-# https://groups.google.com/d/msg/serf-dev/qoTK8BfRfrI/EJL7xj4PmT4J
-%if 0
 %if 0%{?suse_version}  1210
 scons \
CFLAGS=%{optflags} \
check \
%{?_smp_mflags}
 %endif
-%endif
 
 %post   -n libserf-%{major}-%{major} -p /sbin/ldconfig
 

++ libserf-1.3.x-fix-comment-style.patch ++
From: Andreas Stieger andreas.stie...@gmx.de
Date: 2014-10-21 22:42:56 +0100
Subject: Correct comment style
Upstream: Committed
References: https://code.google.com/p/serf/source/detail?r=2443

Fixes error:
test/test_buckets.c: In function 'deflate_compress':
test/test_buckets.c:1237:1: error: expected expression before '/' token
 //buf_size = orig_len + (orig_len / 1000) + 12;
 ^


r2443 | andreas.stie...@gmx.de | 2014-10-21 22:42:56 +0100 (Tue, 21 Oct 2014) | 
7 lines
Changed paths:
   M /trunk/test/test_buckets.c

Follow-up to r2419: Correct comment style

* test/test_buckets.c
  (deflate_compress): Correct comment style not supported by strict
  compilers, fails on /branches/1.3.x



Index: trunk/test/test_buckets.c
===
--- trunk/test/test_buckets.c   (revision 2442)
+++ trunk/test/test_buckets.c   (revision 2443)
@@ -1323,9 +1323,9 @@ static apr_status_t deflate_compress(const char **
 
 /* The largest buffer we should need is 0.1% larger than the
uncompressed data, + 12 bytes. This info comes from zlib.h.
+   buf_size = orig_len + (orig_len / 1000) + 12;
Note: This isn't sufficient when using Z_NO_FLUSH and extremely 
compressed
data. Use a buffer bigger than what we need. */
-//buf_size = orig_len + (orig_len / 1000) + 12;
 buf_size = 10;
 
 write_buf = apr_palloc(pool, buf_size);
++ libserf-1.3.x-fix-deflate-buckets-test.patch ++
From: Ivan Zhakov i...@visualsvn.com
Date: 2014-10-23 17:15:22 +0100 
Subject: Reduce memory usage by deflate buckets test.
Upstream: Committed
References: https://code.google.com/p/serf/source/detail?r=2445 
https://groups.google.com/d/msg/serf-dev/qoTK8BfRfrI/EJL7xj4PmT4J

Fixes failing test program by reducing memory usage.


r2445 | chemodax | 2014-10-23 17:15:22 +0100 (Thu, 23 Oct 2014) | 6 lines
Changed paths:
   M /trunk/test/test_buckets.c

Reduce memory usage by deflate buckets test.

* test/test_buckets.c
  (deflate_buckets): Add POOL argument and use it instead of tb-pool.
  (test_deflate_buckets): Use iterpool for deflate_buckets() call.


Index: trunk/test/test_buckets.c
===
--- trunk/test/test_buckets.c   (revision 2444)
+++ trunk/test/test_buckets.c   (revision 2445)
@@ -1400,12 +1400,12 @@ static void read_bucket_and_check_pattern(CuTest *
   expected_len);
 }
 
-static 

commit phonon-backend-vlc for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package phonon-backend-vlc for 
openSUSE:Factory checked in at 2014-10-31 18:27:48

Comparing /work/SRC/openSUSE:Factory/phonon-backend-vlc (Old)
 and  /work/SRC/openSUSE:Factory/.phonon-backend-vlc.new (New)


Package is phonon-backend-vlc

Changes:

--- /work/SRC/openSUSE:Factory/phonon-backend-vlc/phonon-backend-vlc.changes
2014-10-29 21:09:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.phonon-backend-vlc.new/phonon-backend-vlc.changes   
2014-10-31 20:23:48.0 +0100
@@ -1,0 +2,5 @@
+Sun Oct 26 09:19:14 UTC 2014 - vinde...@outlook.it
+
+- Remove version from phonon-backend symbol
+
+---



Other differences:
--
++ phonon-backend-vlc.spec ++
--- /var/tmp/diff_new_pack.PurGnO/_old  2014-10-31 20:23:49.0 +0100
+++ /var/tmp/diff_new_pack.PurGnO/_new  2014-10-31 20:23:49.0 +0100
@@ -35,7 +35,7 @@
 BuildRequires:  vlc-devel = 2.0.1
 Requires:   libphonon4 = %{_phonon_version}
 Requires:   vlc-noX = %( echo `rpm -q --queryformat '%{VERSION}' 
vlc-devel`)
-Provides:   phonon-backend = %{version}
+Provides:   phonon-backend
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit python-jmespath for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package python-jmespath for openSUSE:Factory 
checked in at 2014-10-31 18:27:46

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


Package is python-jmespath

Changes:

--- /work/SRC/openSUSE:Factory/python-jmespath/python-jmespath.changes  
2014-02-28 19:17:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-jmespath.new/python-jmespath.changes 
2014-10-31 20:27:49.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 23 23:55:43 UTC 2014 - rschweik...@suse.com
+
+- Update to version 0.4.1
+  + No upstream changelog
+
+---

Old:

  jmespath-0.2.1.tar.gz

New:

  jmespath-0.4.1.tar.gz



Other differences:
--
++ python-jmespath.spec ++
--- /var/tmp/diff_new_pack.yFpQe7/_old  2014-10-31 20:27:50.0 +0100
+++ /var/tmp/diff_new_pack.yFpQe7/_new  2014-10-31 20:27:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jmespath
 #
-# 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
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define baseName jmespath
 
 Name:python-jmespath
-Version: 0.2.1
+Version:0.4.1
 Release: 0
-License: MIT
 Summary: Extract elements from JSON document
-URL: https://github.com/boto/jmespath
+License:MIT
 Group:   Development/Languages/Python
+Url:https://github.com/boto/jmespath
 Source0: %{baseName}-%{version}.tar.gz
 Requires:python
 Requires:python-ply = 3.4
@@ -31,7 +32,7 @@
 BuildRequires:   python-devel
 BuildRequires:   python-ply
 BuildRequires:   python-setuptools
-BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else

++ jmespath-0.2.1.tar.gz - jmespath-0.4.1.tar.gz ++
 7870 lines of diff (skipped)

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



commit release-notes-openSUSE for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package release-notes-openSUSE for 
openSUSE:Factory checked in at 2014-10-31 18:27:37

Comparing /work/SRC/openSUSE:Factory/release-notes-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.release-notes-openSUSE.new (New)


Package is release-notes-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/release-notes-openSUSE/release-notes-openSUSE.changes
2014-10-14 13:25:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.release-notes-openSUSE.new/release-notes-openSUSE.changes
   2014-10-31 20:31:23.0 +0100
@@ -1,0 +2,13 @@
+Thu Oct 30 15:32:03 UTC 2014 - k...@suse.de
+
+- 13.2.20141030:
+- Update translations.
+- Remove misleading skype statement (bnc#902977).
+- New entries: Second Static Mouse Pointer (bnc#899610); Live CD
+  Installer and Keyboard Settings (bnc#903242); YaST (Qt GUI): Service
+  Manager Icon Appears Twice (bnc#903243).
+  openSUSE pre-13.2 cifstab Migration (bnc#902947).
+  Missing Dependencies for virt-manager (bnc#901869).
+  Network After an Update With YaST (bnc#895447)
+
+---

Old:

  release-notes-openSUSE-13.2.20141013.tar.bz2

New:

  release-notes-openSUSE-13.2.20141030.tar.bz2



Other differences:
--
++ release-notes-openSUSE.spec ++
--- /var/tmp/diff_new_pack.XRykDv/_old  2014-10-31 20:31:24.0 +0100
+++ /var/tmp/diff_new_pack.XRykDv/_new  2014-10-31 20:31:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   release-notes-openSUSE
-Version:13.2.20141013
+Version:13.2.20141030
 Release:0
 Summary:Release Notes for openSUSE
 License:GFDL-1.3

++ release-notes-openSUSE-13.2.20141013.tar.bz2 - 
release-notes-openSUSE-13.2.20141030.tar.bz2 ++
 12203 lines of diff (skipped)

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



commit xsel for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package xsel for openSUSE:Factory checked in 
at 2014-10-31 18:27:52

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


Package is xsel

Changes:

--- /work/SRC/openSUSE:Factory/xsel/xsel.changes2014-10-20 
07:27:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.xsel.new/xsel.changes   2014-10-31 
20:38:17.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 31 00:18:44 UTC 2014 - crrodrig...@opensuse.org
+
+- IN current factory, also pkgconfig(xt) seems to be needed.
+
+---



Other differences:
--
++ xsel.spec ++
--- /var/tmp/diff_new_pack.KWh0c8/_old  2014-10-31 20:38:17.0 +0100
+++ /var/tmp/diff_new_pack.KWh0c8/_new  2014-10-31 20:38:17.0 +0100
@@ -30,6 +30,7 @@
 BuildRequires:  xorg-x11-devel
 %else
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xt)
 %endif 
 
 %description

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