commit gimp for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2013-11-27 15:28:31

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


Package is gimp

Changes:

--- /work/SRC/openSUSE:Factory/gimp/gimp.changes2013-09-23 
14:56:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.gimp.new/gimp.changes   2013-11-27 
15:28:33.0 +0100
@@ -1,0 +2,31 @@
+Tue Nov 26 11:12:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.8.8:
+  + General:
+- Fix lots of places to use GIO to get proper file sizes and
+  times on windows.
+- Add an AppData file for GIMP.
+- Backport lcms2 support from master, because lcms1 is not
+  getting bug fixes any longer.
+- Lots of bug fixes.
+  + Core:
+- Make sure indexed images always have a colormap.
+- Fix language selection via preferences on Windows.
+- Don't crash on setting a large text size.
+  + GUI:
+- Keep the same image active when switching between MWM and
+  SWM.
+- Make sure all dockables are properly resizable (particularly
+  shrinkable).
+- Add links to jump directly to Save/Export from the
+  Export/Save file extension warning dialogs.
+  + Libgimp: Fix GimpPickButton on OSX.
+  + Plug-ins:
+- Properly document plug-in-autocrop-layer's PDB interface.
+- Fix importing of indexed BMPs.
+  + Updated translations.
+- Split out ASCII-Art plugin in subpackage gimp-plugin-aa. The
+  package supplements gimp and libaa1, so any user having both
+  installed will get the plugin as well (bnc#851509).
+
+---

Old:

  gimp-2.8.6.tar.bz2

New:

  gimp-2.8.8.tar.bz2



Other differences:
--
++ gimp.spec ++
--- /var/tmp/diff_new_pack.vRZUQk/_old  2013-11-27 15:28:44.0 +0100
+++ /var/tmp/diff_new_pack.vRZUQk/_new  2013-11-27 15:28:44.0 +0100
@@ -20,7 +20,7 @@
 %global apiver 2.0
 
 Name:   gimp
-Version:2.8.6
+Version:2.8.8
 Release:0
 Summary:The GNU Image Manipulation Program
 License:GPL-3.0+
@@ -169,6 +169,25 @@
 facility, but many of the included scripts rely on fonts that we cannot
 distribute.
 
+%package plugin-aa
+Summary:The GNU Image Manipulation Program -- ASCII-Art output plugin
+Group:  Productivity/Graphics/Bitmap Editors
+Requires:   %{name} = %{version}
+# Let's trigger automatic installation if the user already has libaa installed.
+Supplements:packageand(%{name}:libaa1)
+
+%description plugin-aa
+The GIMP (GNU Image Manipulation Program) is a powerful image
+composition and editing program, which can be extremely useful for
+creating logos and other graphics for Web pages.  The GIMP offers many
+of the tools and filters you would expect to find in similar commercial
+offerings and contains some interesting extras as well. The GIMP
+provides a large image manipulation toolbox, including channel
+operations and layers, effects, subpixel imaging and antialiasing, and
+conversions- all including multilevel undo. The GIMP offers a scripting
+facility, but many of the included scripts rely on fonts that we cannot
+distribute.
+
 %package devel
 Summary:The GNU Image Manipulation Program
 Group:  Productivity/Graphics/Bitmap Editors
@@ -323,6 +342,12 @@
 %dir %{_sysconfdir}/gimp
 %dir %{_sysconfdir}/gimp/2.0
 %config %{_sysconfdir}/gimp/2.0/*rc
+# split file-aa into own package (bnc#851509
+%exclude %{_libdir}/gimp/2.0/plug-ins/file-aa
+
+%files plugin-aa
+%defattr(-,root,root)
+%{_libdir}/gimp/2.0/plug-ins/file-aa
 
 %files -n libgimp-2_0-0
 %defattr(-,root,root)

++ gimp-2.8.6.tar.bz2 - gimp-2.8.8.tar.bz2 ++
/work/SRC/openSUSE:Factory/gimp/gimp-2.8.6.tar.bz2 
/work/SRC/openSUSE:Factory/.gimp.new/gimp-2.8.8.tar.bz2 differ: char 11, line 1

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



commit glom for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package glom for openSUSE:Factory checked in 
at 2013-11-27 15:29:09

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


Package is glom

Changes:

--- /work/SRC/openSUSE:Factory/glom/glom.changes2013-05-06 
09:52:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.glom.new/glom.changes   2013-11-27 
15:29:10.0 +0100
@@ -1,0 +2,67 @@
+Tue Nov 26 10:49:09 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.25.4:
+  + Fix a crash when switching between Data and Find mode.
+  + Fix some widget expansion in the UI.
+  + Formatting: Do not allow a 0 line-height for multiline text.
+  + Added some more tests.
+  + Some code cleanup.
+- Changes from version 1.25.3:
+  + Make menu item accelerators work again.
+  + Field Definition: Move Default formatting into a separate
+window.
+  + Find (broken after the port to GAction):
+- Really stop when cancelling after none found.
+- Show only the found records.
+- Update the menu item state.
+  + Adjust dialog widget spacing to be more GNOME HIG-compliant.
+  + Rearrange some dialogs to make them less tall, to (almost) fit
+in small screens.
+  + Replace (deprecated) GtkTable with GtkGrid.
+  + Replace our custom GtkNotebook with GtkStack.
+  + Bundle .glade files, (most) icons, and example files into the
+Glom executable using GResource, instead of installing them.
+  + Bundle the XSLT file into the libglom library instead of
+installing.
+  + Port from gnome-doc-utils to yelp-tool.
+  + Fixes for clang compiler and scan-build analyzer warnings.
+  + AppData file: Actually use translations.
+- Exchange gnome-doc-utils-devel BuildRequires for yelp-tools
+  BuildRequires following upstream port to yelp.
+- Add itstool BuildRequires, new dependency.
+- Stop passing --disable-scrollkeeper to configure, no longer
+  needed.
+
+---
+Sat Sep 28 07:02:54 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.25.2:
+  + Fix the build with --enable-warnings=fatal, by replacing all
+uses of GtkUIManager and GtkAction with GtkBuilder, GAction and
+GMenu. (Accelerators, such as Ctrl-Q are currently not
+working).
+  + Replace depreacted GtkHBox and GtkVBox with GtkBox in Glade
+files.
+
+---
+Mon Sep 23 17:37:06 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.25.1:
+  + Startup: Do not crash when reporting check problems
+(bgo#680411).
+  + Initial dialog: Fix crash with latest libxml.
+  + Fix the notebook vertical expansion with latest GTK+.
+  + Avoid a crash at shutdown.
+  + Add an AppData file for GNOME Software.
+  + Remove the recent files menu items in the File menu, because
+GtkRecentAction has been deprecated without replacement.
+  + Avoid the glib warning about adding interfaces after class
+initialization.
+  + Fix the build and tests with python 3.
+  + Avoid deprecated Gtk::Stock* API.
+- Add explicit pkgconfig(glibmm-2.4) BuildRequires and version it.
+  It was always pulled in automatically, but this way we make sure
+  we get the minimum required version of it.
+- Bump api and apiRPM version following upstream.
+
+---

Old:

  glom-1.24.0.tar.xz

New:

  glom-1.25.4.tar.xz



Other differences:
--
++ glom.spec ++
--- /var/tmp/diff_new_pack.lCH8Yv/_old  2013-11-27 15:29:16.0 +0100
+++ /var/tmp/diff_new_pack.lCH8Yv/_new  2013-11-27 15:29:16.0 +0100
@@ -17,38 +17,40 @@
 #
 
 
-%define api1.24
-%define apiRPM 1_24
+%define api1.26
+%define apiRPM 1_26
 
 Name:   glom
 Summary:Database designer and user interface
 License:GPL-3.0+
 Group:  Productivity/Databases/Clients
-Version:1.24.0
+Version:1.25.4
 Release:0
 # FIXME: once bnc#793882 is fixed, re-enable %%check section
-Source: 
http://download.gnome.org/sources/glom/1.24/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glom/1.25/%{name}-%{version}.tar.xz
 # This is indeed GPL-3.0+, see 
http://git.gnome.org/browse/glom/commit/?id=6b16a90f8ea902d91db85656cc11c6a951d42ced
 Url:http://www.glom.org/
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
+BuildRequires:  itstool
 BuildRequires:  postgresql-devel
 BuildRequires:  postgresql-server
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 

commit gnome-schedule for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package gnome-schedule for openSUSE:Factory 
checked in at 2013-11-27 15:29:43

Comparing /work/SRC/openSUSE:Factory/gnome-schedule (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-schedule.new (New)


Package is gnome-schedule

Changes:

--- /work/SRC/openSUSE:Factory/gnome-schedule/gnome-schedule.changes
2013-09-23 09:11:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-schedule.new/gnome-schedule.changes   
2013-11-27 15:29:44.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 11:06:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.2.2:
+  + Updated translations.
+
+---

Old:

  gnome-schedule-2.2.1.tar.gz

New:

  gnome-schedule-2.2.2.tar.gz



Other differences:
--
++ gnome-schedule.spec ++
--- /var/tmp/diff_new_pack.VoKgX3/_old  2013-11-27 15:29:45.0 +0100
+++ /var/tmp/diff_new_pack.VoKgX3/_new  2013-11-27 15:29:45.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-schedule
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:Graphical interface to leverage the power of cron
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://gnome-schedule.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/gnome-schedule/gnome-schedule-2/gnome-schedule-2-2-1/%{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/project/gnome-schedule/gnome-schedule-2/gnome-schedule-2-2-2/%{name}-%{version}.tar.gz
 # Their presence is checked at build-time
 BuildRequires:  at
 BuildRequires:  cronie

++ gnome-schedule-2.2.1.tar.gz - gnome-schedule-2.2.2.tar.gz ++
 9572 lines of diff (skipped)

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



commit htop for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package htop for openSUSE:Factory checked in 
at 2013-11-27 15:30:01

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


Package is htop

Changes:

--- /work/SRC/openSUSE:Factory/htop/htop.changes2012-11-13 
17:03:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.htop.new/htop.changes   2013-11-27 
15:30:07.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 26 13:28:46 UTC 2013 - jeng...@inai.de
+
+- Better make install, remove %clean
+
+---



Other differences:
--
++ htop.spec ++
--- /var/tmp/diff_new_pack.pX5t1o/_old  2013-11-27 15:30:10.0 +0100
+++ /var/tmp/diff_new_pack.pX5t1o/_new  2013-11-27 15:30:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package htop
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 Name:   htop
-Url:http://htop.sourceforge.net
+Version:1.0.2
+Release:0
 Summary:An Interactive text-mode Process Viewer for Linux
 License:GPL-2.0+
 Group:  System/Monitoring
-Version:1.0.2
-Release:0
+Url:http://htop.sourceforge.net
+
 Source0:%{name}-%{version}.tar.gz
 Patch0: htop-desktop-file-fix-thoenig-01.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -58,12 +59,9 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot
 %suse_update_desktop_file -i %name System Monitor
 
-%clean
-rm -rf %{_buildroot}
-
 %files 
 %defattr(-,root,root)
 %doc COPYING

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



commit gramps for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package gramps for openSUSE:Factory checked 
in at 2013-11-27 15:29:55

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


Package is gramps

Changes:

--- /work/SRC/openSUSE:Factory/gramps/gramps.changes2013-08-16 
12:28:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.gramps.new/gramps.changes   2013-11-27 
15:29:56.0 +0100
@@ -1,0 +2,40 @@
+Tue Nov 26 13:01:15 UTC 2013 - zai...@opensuse.org
+
+- Update to version 4.0.2:
+  + Citation merge works better for all objects with citations.
+  + Fixed citations attached to family events.
+  + Fixed several crashes, hangs, and data corruption scenarios.
+  + Fixed bugs in determining whether a person is alive,
+potentially resolving private data leak via export or report.
+  + Fixed bugs on proxies.
+  + VCF export/import now support gender information.
+  + Several bugs with filtering fixed, most filters now support
+regular expressions.
+  + Fixed bug in Hebrew calendar date calculations.
+  + Fix some regressions on GEDCOM file format export and
+enhancement on CONT/CONC handling.
+  + Multiple fixes and improvements on gramplets.
+  + Multiple fixes in the narrated website and web calendar
+reports.
+  + Enhancements on date and calendar.
+  + Some fixes and improvements of the webapp.
+  + Fix on Database Differences module.
+  + Enhancements of the citation tree view (Sources category).
+  + Improvements on User classes.
+  + Polish and consistency on Gramps XML export.
+  + Bump XML schema to 1.5.1.
+  + Fixed several long-standing problems with report generation.
+  + Better support of RTL locales (Arabic, Hebrew, etc.) in GUI.
+  + Better support for selected lang on some reports.
+  + Better way for displaying missing dependencies.
+  + Better Spell support.
+  + Platform-specific fixes for Mac and Windows.
+  + Add printing functionality for all geography views.
+  + New date handlers for Arabic and Greek.
+  + Repaired and enhanced tests broken since 3.3.x, resulting in
+overall reliability improvements.
+  + Add a support for AppData.
+  + Updated translations.
+- Drop gramps-4_0-gtk-3_8.patch, fixed upstream.
+
+---

Old:

  gramps-4.0.1.tar.gz
  gramps-4_0-gtk-3_8.patch

New:

  gramps-4.0.2.tar.gz



Other differences:
--
++ gramps.spec ++
--- /var/tmp/diff_new_pack.gCeRJZ/_old  2013-11-27 15:30:07.0 +0100
+++ /var/tmp/diff_new_pack.gCeRJZ/_new  2013-11-27 15:30:07.0 +0100
@@ -20,16 +20,14 @@
 %global __requires_exclude 
typelib\\(GtkosxApplication\\)|typelib\\(OsmGpsMap\\)|typelib\\(Gtkspell\\)
 
 Name:   gramps
-Version:4.0.1
+Version:4.0.2
 Release:0
 # FIXME: missing recommends because of missing packages: python-exiv2, 
osm-gps-map
 Summary:Genealogical Research Software
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://www.gramps-project.org/
-Source: 
http://downloads.sourceforge.net/project/gramps/Stable/4.0.1/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gramps-4_0-gtk-3_8.patch dims...@opensuse.org -- Fix 
compatibility with GTK+ = 3.8; svn rev 22630
-Patch0: gramps-4_0-gtk-3_8.patch
+Source: 
http://downloads.sourceforge.net/project/gramps/Stable/4.0.2/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 # For directory ownership
@@ -60,7 +58,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 python setup.py build
@@ -97,6 +94,8 @@
 %doc AUTHORS COPYING FAQ LICENSE NEWS README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/gnome/*/mimetypes/gnome-mime-application-x-gedcom.*

++ gramps-4.0.1.tar.gz - gramps-4.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/gramps/gramps-4.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.gramps.new/gramps-4.0.2.tar.gz differ: char 5, line 
1

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



commit jhbuild for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2013-11-27 15:30:46

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


Package is jhbuild

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2012-12-14 
09:24:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2013-11-27 
15:30:47.0 +0100
@@ -1,0 +2,34 @@
+Sat Nov 23 23:53:38 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + Bugs fixed: bgo#644643, bgo#654582, bgo#656081, bgo#668368,
+bgo#670240, bgo#681342, bgo#681344, bgo#682104, bgo#682262,
+bgo#682951, bgo#683374, bgo#683408, bgo#683416, bgo#683566,
+bgo#683624, bgo#683639, bgo#683832, bgo#683846, bgo#683848,
+bgo#684205, bgo#684335, bgo#684652, bgo#684796, bgo#684878,
+bgo#684883, bgo#684908, bgo#685042, bgo#685149, bgo#685150,
+bgo#685264, bgo#685268, bgo#685335, bgo#685337, bgo#685348,
+bgo#685349, bgo#685350, bgo#685351, bgo#685489, bgo#686019,
+bgo#686906, bgo#687203, bgo#687272, bgo#687403, bgo#687601,
+bgo#687692, bgo#687699, bgo#687715, bgo#687716, bgo#687720,
+bgo#687743, bgo#687814, bgo#687837, bgo#687891, bgo#688011,
+bgo#688062, bgo#688075, bgo#688119, bgo#688696, bgo#688828,
+bgo#688846, bgo#688872, bgo#689010, bgo#689011, bgo#689194,
+bgo#689196, bgo#689226, bgo#689227, bgo#689228, bgo#689507,
+bgo#689755, bgo#690103, bgo#691395, bgo#691407, bgo#691408,
+bgo#691412, bgo#692390, bgo#692565, bgo#692675, bgo#692709,
+bgo#692825, bgo#693451, bgo#693729, bgo#693788, bgo#694452,
+bgo#694466, bgo#694527, bgo#694900, bgo#695271, bgo#695751,
+bgo#696081, bgo#696082, bgo#696144, bgo#696184, bgo#696294,
+bgo#696784, bgo#696887, bgo#697818, bgo#697875, bgo#697925,
+bgo#698108, bgo#698684, bgo#699928, bgo#699931, bgo#699936,
+bgo#699938, bgo#700475, bgo#700557, bgo#700731, bgo#700834,
+bgo#701051, bgo#701059, bgo#701147, bgo#701181, bgo#701776,
+bgo#701868, bgo#702020, bgo#702065, bgo#702603, bgo#702682,
+bgo#702776, bgo#702777, bgo#702805, bgo#702830, bgo#703633,
+bgo#703698, bgo#703954, bgo#704768, bgo#705136, bgo#705496,
+bgo#705996, bgo#706497, bgo#706518, bgo#707009, bgo#707174,
+bgo#707561, bgo#707843, bgo#708376, bgo#709019, bgo#710569,
+bgo#712147, bgo#712150, bgo#712305, bgo#712312.
+
+---

Old:

  jhbuild-3.5.91.tar.xz

New:

  jhbuild-3.10.0.tar.xz



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.bLS5H4/_old  2013-11-27 15:30:48.0 +0100
+++ /var/tmp/diff_new_pack.bLS5H4/_new  2013-11-27 15:30:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jhbuild
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   jhbuild
-Version:3.5.91
+Version:3.10.0
 Release:0
 Summary:Tool to build GNOME
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:http://live.gnome.org/Jhbuild
-Source0:
http://download.gnome.org/sources/jhbuild/3.5/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/jhbuild/3.10/%{name}-%{version}.tar.xz
 Source1:README.deps
 Source2:sample.jhbuildrc
 BuildRequires:  fdupes

++ jhbuild-3.5.91.tar.xz - jhbuild-3.10.0.tar.xz ++
 106490 lines of diff (skipped)

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



commit perl-NetAddr-IP for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package perl-NetAddr-IP for openSUSE:Factory 
checked in at 2013-11-27 15:31:04

Comparing /work/SRC/openSUSE:Factory/perl-NetAddr-IP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new (New)


Package is perl-NetAddr-IP

Changes:

--- /work/SRC/openSUSE:Factory/perl-NetAddr-IP/perl-NetAddr-IP.changes  
2013-06-13 18:16:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new/perl-NetAddr-IP.changes 
2013-11-27 15:31:05.0 +0100
@@ -1,0 +2,8 @@
+Fri Oct  4 09:11:17 UTC 2013 - co...@suse.com
+
+- updated to 4.071
+   add method canon by request from tom.jo...@bccx.com
+   nth documention error fixed. thanks to Anton to...@tobez.org
+   Lite v1.51, add new6, RFC4291 compliant ipv4-ipV6 new
+
+---

Old:

  NetAddr-IP-4.069.tar.gz

New:

  NetAddr-IP-4.071.tar.gz



Other differences:
--
++ perl-NetAddr-IP.spec ++
--- /var/tmp/diff_new_pack.0PBCpH/_old  2013-11-27 15:31:07.0 +0100
+++ /var/tmp/diff_new_pack.0PBCpH/_new  2013-11-27 15:31:07.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-NetAddr-IP
-Version:4.069
+Version:4.071
 Release:0
 %define cpan_name NetAddr-IP
 Summary:Manages IPv4 and IPv6 addresses and subnets
-License:GPL-2.0+ or ClArtistic
+License:GPL-2.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/NetAddr-IP/
 Source: 
http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
@@ -30,8 +30,8 @@
 BuildRequires:  perl-macros
 #BuildRequires: perl(NetAddr::IP)
 #BuildRequires: perl(NetAddr::IP::InetBase)
-#BuildRequires: perl(NetAddr::IP::Lite) = 1.41
-#BuildRequires: perl(NetAddr::IP::Util) = 1.46
+#BuildRequires: perl(NetAddr::IP::Lite) = 1.51
+#BuildRequires: perl(NetAddr::IP::Util) = 1.50
 #BuildRequires: perl(NetAddr::IP::Util_IS)
 #BuildRequires: perl(NetAddr::IP::UtilPP)
 #BuildRequires: perl(Socket6)
@@ -39,9 +39,9 @@
 
 %description
 This module provides an object-oriented abstraction on top of IP addresses
-or IP subnets, that allows for easy manipulations. Version 4.xx of
-NetAdder::IP will work with older versions of Perl and is compatible
-with Math::BigInt.
+or IP subnets that allows for easy manipulations. Version 4.xx of
+NetAddr::IP will work with older versions of Perl and is compatible with
+Math::BigInt.
 
 The internal representation of all IP objects is in 128 bit IPv6 notation.
 IPv4 and IPv6 objects may be freely mixed.
@@ -64,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Artistic Changes Copying TODO
+%doc About-NetAddr-IP.txt Artistic Changes Copying TODO
 
 %changelog

++ NetAddr-IP-4.069.tar.gz - NetAddr-IP-4.071.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetAddr-IP-4.069/Changes new/NetAddr-IP-4.071/Changes
--- old/NetAddr-IP-4.069/Changes2013-05-26 00:21:02.0 +0200
+++ new/NetAddr-IP-4.071/Changes2013-09-30 22:41:32.0 +0200
@@ -1,5 +1,13 @@
 Revision history for Perl extension NetAddr::IP
 
+4.071 Mon Sep 30 13:41:03 PDT 2013
+   add method canon by request from tom.jo...@bccx.com
+
+4.070 Thu Sep 12 12:54:22 PDT 2013
+   nth documention error fixed. thanks to Anton to...@tobez.org
+
+   Lite v1.51, add new6, RFC4291 compliant ipv4-ipV6 new
+
 4.069 Sat May 25 15:10:45 PDT 2013
 IN Lite.pm v1.50, add =encoding UTF-8
 In Util.pm v1.50
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetAddr-IP-4.069/IP.pm new/NetAddr-IP-4.071/IP.pm
--- old/NetAddr-IP-4.069/IP.pm  2013-04-09 21:09:18.0 +0200
+++ new/NetAddr-IP-4.071/IP.pm  2013-09-30 22:40:41.0 +0200
@@ -5,8 +5,8 @@
 use strict;
 #use diagnostics;
 use Carp;
-use NetAddr::IP::Lite 1.48 qw(Zero Zeros Ones V4mask V4net);
-use NetAddr::IP::Util 1.49 qw(
+use NetAddr::IP::Lite 1.51 qw(Zero Zeros Ones V4mask V4net);
+use NetAddr::IP::Util 1.50 qw(
sub128
inet_aton
inet_any2n
@@ -37,7 +37,7 @@
 
 @ISA = qw(Exporter NetAddr::IP::Lite);
 
-$VERSION = do { sprintf  %d.%03d, (q$Revision: 4.69 $ =~ /\d+/g) };
+$VERSION = do { sprintf  %d.%03d, (q$Revision: 4.71 $ =~ /\d+/g) };
 
 $rfc3021 = 0;
 
@@ -848,6 +848,20 @@
   return _compV6($addr);
 }
 
+=item C-Egtcanon()
+
+Returns the address part in canonical notation as a string.  For
+ipV4, this is dotted quad, and is the same as the return value from 
+-addr().  For ipV6 it is as per RFC5952, and is the same as the LOWER CASE 
value
+returned by -short().
+
+=cut
+
+sub 

commit perl-String-Errf for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package perl-String-Errf for 
openSUSE:Factory checked in at 2013-11-27 15:31:15

Comparing /work/SRC/openSUSE:Factory/perl-String-Errf (Old)
 and  /work/SRC/openSUSE:Factory/.perl-String-Errf.new (New)


Package is perl-String-Errf

Changes:

--- /work/SRC/openSUSE:Factory/perl-String-Errf/perl-String-Errf.changes
2012-01-17 16:14:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-String-Errf.new/perl-String-Errf.changes   
2013-11-27 15:31:16.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 07:39:42 UTC 2013 - co...@suse.com
+
+- updated to 0.007
+ catch more bad input and die [rt.cpan.org #83552]
+ update repository and bugtracker metadata
+
+---

Old:

  String-Errf-0.006.tar.gz

New:

  String-Errf-0.007.tar.gz



Other differences:
--
++ perl-String-Errf.spec ++
--- /var/tmp/diff_new_pack.sYVSBR/_old  2013-11-27 15:31:17.0 +0100
+++ /var/tmp/diff_new_pack.sYVSBR/_new  2013-11-27 15:31:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-String-Errf
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,38 +15,44 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-String-Errf
-Version:0.006
+Version:0.007
 Release:0
 %define cpan_name String-Errf
 Summary:a simple sprintf-like dialect
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/String-Errf/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/String-Errf-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp)
 BuildRequires:  perl(Date::Format)
 BuildRequires:  perl(JSON) = 2
 BuildRequires:  perl(Params::Util)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(String::Formatter) = 0.102081
 BuildRequires:  perl(Sub::Exporter)
-Requires:   perl(Carp)
+BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(Time::Piece)
+BuildRequires:  perl(autodie)
+BuildRequires:  perl(parent)
+#BuildRequires: perl(String::Errf)
 Requires:   perl(Params::Util)
-Requires:   perl(Scalar::Util)
 Requires:   perl(String::Formatter) = 0.102081
 Requires:   perl(Sub::Exporter)
+Requires:   perl(Time::Piece)
+Requires:   perl(parent)
 %{perl_requires}
 
 %description
 String::Errf provides 'errf', a simple string formatter that works
 something like 'perlfunc/sprintf'. It is implemented using the
 String::Formatter manpage and the Sub::Exporter manpage. Their
-documentation may be useful in understanding or extending String::Errf.
+documentation may be useful in understanding or extending String::Errf. The
+'errf' subroutine is only available when imported. Calling the
+String::Errf::errf manpage will not do what you want.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -56,18 +62,15 @@
 %{__make} %{?_smp_mflags}
 
 %check
-# broken upstream %{__make} test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

++ String-Errf-0.006.tar.gz - String-Errf-0.007.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Errf-0.006/Changes 
new/String-Errf-0.007/Changes
--- old/String-Errf-0.006/Changes   2010-10-29 04:20:46.0 +0200
+++ new/String-Errf-0.007/Changes   2013-11-24 19:46:21.0 +0100
@@ -1,5 +1,10 @@
 Release history for String-Errf
 
+0.007 2013-11-24 13:46:17 America/New_York
+  catch more bad input and die [rt.cpan.org #83552]
+
+  update repository and bugtracker metadata
+
 0.006 2010-10-28 22:20:42 America/New_York
   avoid non-portable %T strftime format
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Errf-0.006/LICENSE 
new/String-Errf-0.007/LICENSE
--- old/String-Errf-0.006/LICENSE   2010-10-29 04:20:46.0 +0200
+++ new/String-Errf-0.007/LICENSE   2013-11-24 

commit ilmbase for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package ilmbase for openSUSE:Factory checked 
in at 2013-11-27 15:30:40

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


Package is ilmbase

Changes:

--- /work/SRC/openSUSE:Factory/ilmbase/ilmbase.changes  2013-07-16 
16:34:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ilmbase.new/ilmbase.changes 2013-11-27 
15:30:41.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 27 08:40:48 UTC 2013 - mvysko...@suse.com
+
+- update to 2.1.0 
+* Bumped version to track OpenEXR
+  (Piotr Stanczyk)
+- small cleanup of spec file
+
+---

Old:

  ilmbase-2.0.1.tar.gz
  ilmbase-2.0.1.tar.gz.sig

New:

  ilmbase-2.1.0.tar.gz
  ilmbase-2.1.0.tar.gz.sig



Other differences:
--
++ ilmbase.spec ++
--- /var/tmp/diff_new_pack.GNwUZ4/_old  2013-11-27 15:30:43.0 +0100
+++ /var/tmp/diff_new_pack.GNwUZ4/_new  2013-11-27 15:30:43.0 +0100
@@ -16,16 +16,14 @@
 #
 
 
-%global so_suffix -2_0-10
+%global so_suffix -2_1-11
 
 Name:   ilmbase
-BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+Version:2.1.0
+Release:0
 Summary:Base library for ILM software (OpenEXR)
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:2.0.1
-Release:0
 Url:http://www.openexr.com
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://download.savannah.nongnu.org/releases/openexr/%{name}-%{version}.tar.gz
@@ -59,7 +57,7 @@
 * Iex is an exception-handling library.
 
 %package devel
-Requires:   libHalf10
+Requires:   libHalf11
 Requires:   libIex%{so_suffix}
 Requires:   libIexMath%{so_suffix}
 Requires:   libIlmThread%{so_suffix}
@@ -78,7 +76,7 @@
 Devel files for ilmbase 
 Base library for Industrial Light  Magic software (OpenEXR).
 
-%files -n ilmbase-devel
+%files devel
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README*
 %{_includedir}/OpenEXR
@@ -89,19 +87,19 @@
 %_libdir/libIexMath.so
 %_libdir/pkgconfig/IlmBase.pc
 
-%package -n libHalf10
+%package -n libHalf11
 Summary:Base library for ILM software (OpenEXR)
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 
-%description -n libHalf10
+%description -n libHalf11
 %{summary}.
 
-%post -n libHalf10 -p /sbin/ldconfig
+%post -n libHalf11 -p /sbin/ldconfig
 
-%postun -n libHalf10 -p /sbin/ldconfig
+%postun -n libHalf11 -p /sbin/ldconfig
 
-%files -n libHalf10
+%files -n libHalf11
 %defattr(-,root,root,-)
 %{_libdir}/libHalf.so.*
 

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.GNwUZ4/_old  2013-11-27 15:30:43.0 +0100
+++ /var/tmp/diff_new_pack.GNwUZ4/_new  2013-11-27 15:30:43.0 +0100
@@ -1,6 +1,6 @@
-libHalf10
-libImath-2_0-10
-libIlmThread-2_0-10
-libIexMath-2_0-10
-libIex-2_0-10
+libHalf11
+libImath-2_1-11
+libIlmThread-2_1-11
+libIexMath-2_1-11
+libIex-2_1-11
 

++ ilmbase-2.0.1.tar.gz - ilmbase-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ilmbase-2.0.1/CMakeLists.txt 
new/ilmbase-2.1.0/CMakeLists.txt
--- old/ilmbase-2.0.1/CMakeLists.txt2013-06-18 21:51:38.0 +0200
+++ new/ilmbase-2.1.0/CMakeLists.txt2013-11-12 00:09:51.0 +0100
@@ -1,7 +1,24 @@
 # yue.nicho...@gmail.com
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
 
-PROJECT ( ILMBase )
+PROJECT ( ilmbase )
+
+ENABLE_TESTING()
+
+SET(CPACK_PACKAGE_VERSION_MAJOR 2)
+SET(CPACK_PACKAGE_VERSION_MINOR 1)
+SET(CPACK_PACKAGE_VERSION_PATCH 0)
+SET(CPACK_SOURCE_GENERATOR TGZ)
+set(CPACK_SOURCE_PACKAGE_FILE_NAME
+
${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}
+  )
+set(CPACK_SOURCE_IGNORE_FILES
+  /.git*;/.cvs*;${CPACK_SOURCE_IGNORE_FILES})
+INCLUDE ( CPack )
+
+
+# Allow the developer to select if Dynamic or Static libraries are built
+OPTION (BUILD_SHARED_LIBS Build Shared Libraries ON)
 
 IF ( NOT WIN32)
   ADD_DEFINITIONS ( -pthread )
@@ -59,6 +76,16 @@
INSTALL( FILES ${_laname} DESTINATION 
${CMAKE_INSTALL_PREFIX}${_install_DIR})
  ENDMACRO(CREATE_LIBTOOL_FILE)
 
+SET (LIB_TYPE STATIC)
+IF (BUILD_SHARED_LIBS)
+  # User wants to build Dynamic Libraries, so change the LIB_TYPE variable to 
CMake keyword 'SHARED'
+  SET (LIB_TYPE SHARED)
+  IF (WIN32)
+ADD_DEFINITIONS(-DOPENEXR_DLL)
+  ENDIF ()
+ENDIF (BUILD_SHARED_LIBS)
+
+
 ADD_SUBDIRECTORY ( Half )
 ADD_SUBDIRECTORY ( Iex )
 ADD_SUBDIRECTORY ( IexMath )
@@ -70,36 +97,65 @@
 DESTINATION ${CMAKE_SOURCE_DIR}/config
 )
 ELSE ()
-  FILE ( WRITE 

commit perl-Archive-Zip for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Archive-Zip for 
openSUSE:Factory checked in at 2013-11-27 15:31:00

Comparing /work/SRC/openSUSE:Factory/perl-Archive-Zip (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Archive-Zip.new (New)


Package is perl-Archive-Zip

Changes:

--- /work/SRC/openSUSE:Factory/perl-Archive-Zip/perl-Archive-Zip.changes
2011-11-21 12:36:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Archive-Zip.new/perl-Archive-Zip.changes   
2013-11-27 15:31:02.0 +0100
@@ -1,0 +2,17 @@
+Tue Nov 26 07:31:20 UTC 2013 - co...@suse.com
+
+- updated to 1.33
+ - #59102 (Spelling error in manapage) [github.com/dsteinbrunner]
+ - #86600 typo fixes [github.com/dsteinbrunner]
+ - #89777 Unlink temp files generated by tempFile. [PHRED]
+ - Updated Perl dependency to 5.006 to reflect implicit dependencies
+   in the code exposed by Perl::MinimumVersion xt test (ADAMK)
+ - Fixes: #68446: Set compressed size and uncompressed size of an entry to 0
+   if either of them is 0 (HAGGAI)
+ - Added $VERSION to crc32 (ADAMK)
+ - Add decryption support
+ - More fixes by HAGGAI, which he still doesn't detail in Changes
+ - Various fixes by HAGGAI, which he has not yet provided details on:
+ - Experimental Unicode in file/dir names
+
+---

Old:

  Archive-Zip-1.30.tar.gz

New:

  Archive-Zip-1.33.tar.gz



Other differences:
--
++ perl-Archive-Zip.spec ++
--- /var/tmp/diff_new_pack.TroPft/_old  2013-11-27 15:31:03.0 +0100
+++ /var/tmp/diff_new_pack.TroPft/_new  2013-11-27 15:31:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Archive-Zip
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,48 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Archive-Zip
+Version:1.33
+Release:0
 %define cpan_name Archive-Zip
-Summary:Provide an interface to ZIP archive files
-Version:1.30
-Release:10
-License:GPL-1.0+ or Artistic-1.0
+Summary:Provide an interface to ZIP archive files.
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Archive-Zip/
-#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-1.30.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) = 0.42
 BuildRequires:  perl(Compress::Raw::Zlib) = 2.017
-BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Copy)
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Path)
-BuildRequires:  perl(File::Spec) = 0.80
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(IO::File)
-BuildRequires:  perl(IO::Handle)
-BuildRequires:  perl(IO::Seekable)
-BuildRequires:  perl(Time::Local)
-#
+#BuildRequires: perl(Archive::Zip)
+#BuildRequires: perl(Archive::Zip::Archive)
+#BuildRequires: perl(Archive::Zip::BufferedFileHandle)
+#BuildRequires: perl(Archive::Zip::DirectoryMember)
+#BuildRequires: perl(Archive::Zip::FileMember)
+#BuildRequires: perl(Archive::Zip::Member)
+#BuildRequires: perl(Archive::Zip::MemberRead)
+#BuildRequires: perl(Archive::Zip::MockFileHandle)
+#BuildRequires: perl(Archive::Zip::NewFileMember)
+#BuildRequires: perl(Archive::Zip::StringMember)
+#BuildRequires: perl(Archive::Zip::ZipFileMember)
+#BuildRequires: perl(IO::Scalar)
+#BuildRequires: perl(IO::String)
+#BuildRequires: perl(MIME::Entity)
 Requires:   perl(Compress::Raw::Zlib) = 2.017
-Requires:   perl(File::Basename)
-Requires:   perl(File::Copy)
-Requires:   perl(File::Find)
-Requires:   perl(File::Path)
-Requires:   perl(File::Spec) = 0.80
-Requires:   perl(File::Temp)
-Requires:   perl(IO::File)
-Requires:   perl(IO::Handle)
-Requires:   perl(IO::Seekable)
-Requires:   perl(Time::Local)
+%{perl_requires}
 
 %description
 The Archive::Zip module allows a Perl program to create, manipulate, read,
@@ -79,15 +68,9 @@
 One can use the Archive::Zip::MemberRead manpage to read the zip file
 archive members as if they were files.
 
-Authors:
-
- Adam Kennedy 

commit rednotebook for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package rednotebook for openSUSE:Factory 
checked in at 2013-11-27 15:32:27

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


Package is rednotebook

Changes:

--- /work/SRC/openSUSE:Factory/rednotebook/rednotebook.changes  2013-07-02 
14:30:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.rednotebook.new/rednotebook.changes 
2013-11-27 15:32:28.0 +0100
@@ -1,0 +2,14 @@
+Tue Nov 26 10:32:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.7.3:
+  + Jump to a specific date on startup with --date 2013-10-31 on
+the commandline.
+  + Display current date in the title bar.
+  + Support inserting multiple pictures in one step.
+  + Add DejaVu Sans as font fallback for clouds and preview.
+  + Fix setting last image directory for insert dialog.
+  + Only allow exporting selected text if we are in edit mode
+(lp#1221792).
+  + Updated translations.
+
+---

Old:

  rednotebook-1.7.2.tar.gz

New:

  rednotebook-1.7.3.tar.gz



Other differences:
--
++ rednotebook.spec ++
--- /var/tmp/diff_new_pack.92bbDj/_old  2013-11-27 15:32:29.0 +0100
+++ /var/tmp/diff_new_pack.92bbDj/_new  2013-11-27 15:32:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rednotebook
-Version:1.7.2
+Version:1.7.3
 Release:0
 # See note at the end of README: code is using some LGPL-3.0+ module, so the 
resulting work is GPL-3.0+.
 Summary:Graphical diary and journal

++ rednotebook-1.7.2.tar.gz - rednotebook-1.7.3.tar.gz ++
 3779 lines of diff (skipped)

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



commit python-scipy for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package python-scipy for openSUSE:Factory 
checked in at 2013-11-27 15:31:38

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


Package is python-scipy

Changes:

--- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes
2013-10-29 09:35:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-scipy.new/python-scipy.changes   
2013-11-27 15:31:39.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 19 21:23:02 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.13.1
+  + ``ndimage.label`` returns incorrect results in scipy 0.13.0
+  + ``ndimage.label`` return type changed from int32 to uint32
+  + `ndimage.find_objects`` doesn't work with int32 input in some cases
+  
+---

Old:

  scipy-0.13.0.tar.gz

New:

  scipy-0.13.1.tar.gz



Other differences:
--
++ python-scipy.spec ++
--- /var/tmp/diff_new_pack.LAvF5b/_old  2013-11-27 15:31:40.0 +0100
+++ /var/tmp/diff_new_pack.LAvF5b/_new  2013-11-27 15:31:40.0 +0100
@@ -20,7 +20,7 @@
 
 %define modname scipy
 Name:   python-%{modname}
-Version:0.13.0
+Version:0.13.1
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause

++ scipy-0.13.0.tar.gz - scipy-0.13.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-scipy/scipy-0.13.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-scipy.new/scipy-0.13.1.tar.gz differ: char 
5, line 1

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



commit perl-String-RewritePrefix for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package perl-String-RewritePrefix for 
openSUSE:Factory checked in at 2013-11-27 15:31:28

Comparing /work/SRC/openSUSE:Factory/perl-String-RewritePrefix (Old)
 and  /work/SRC/openSUSE:Factory/.perl-String-RewritePrefix.new (New)


Package is perl-String-RewritePrefix

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-String-RewritePrefix/perl-String-RewritePrefix.changes
  2011-09-23 12:38:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-String-RewritePrefix.new/perl-String-RewritePrefix.changes
 2013-11-27 15:31:29.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 07:35:13 UTC 2013 - co...@suse.com
+
+- updated to 0.007
+  update bugtracker and repo metadata
+
+---

Old:

  String-RewritePrefix-0.006.tar.gz

New:

  String-RewritePrefix-0.007.tar.gz



Other differences:
--
++ perl-String-RewritePrefix.spec ++
--- /var/tmp/diff_new_pack.sWozsz/_old  2013-11-27 15:31:33.0 +0100
+++ /var/tmp/diff_new_pack.sWozsz/_new  2013-11-27 15:31:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-String-RewritePrefix
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,22 @@
 #
 
 
-
 Name:   perl-String-RewritePrefix
-Version:0.006
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.007
+Release:0
 %define cpan_name String-RewritePrefix
 Summary:rewrite strings based on a set of known prefixes
-Url:http://search.cpan.org/dist/String-RewritePrefix/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/String-RewritePrefix/
 Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.31
 BuildRequires:  perl(Sub::Exporter) = 0.972
 BuildRequires:  perl(Test::More) = 0.96
+#BuildRequires: perl(String::RewritePrefix)
 Requires:   perl(Sub::Exporter) = 0.972
 %{perl_requires}
 
@@ -54,9 +53,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes LICENSE README

++ String-RewritePrefix-0.006.tar.gz - String-RewritePrefix-0.007.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-RewritePrefix-0.006/Changes 
new/String-RewritePrefix-0.007/Changes
--- old/String-RewritePrefix-0.006/Changes  2010-10-25 21:36:40.0 
+0200
+++ new/String-RewritePrefix-0.007/Changes  2013-10-16 04:37:04.0 
+0200
@@ -1,5 +1,8 @@
 Revision history for String-RewritePrefix
 
+0.007 2013-10-15 22:37:01 America/New_York
+  update bugtracker and repo metadata
+
 0.006 2010-10-25 15:36:37 America/New_York
   give explicit Sub::Exporter requirement
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-RewritePrefix-0.006/LICENSE 
new/String-RewritePrefix-0.007/LICENSE
--- old/String-RewritePrefix-0.006/LICENSE  2010-10-25 21:36:40.0 
+0200
+++ new/String-RewritePrefix-0.007/LICENSE  2013-10-16 04:37:04.0 
+0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2013 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,21 +12,22 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Ricardo Signes.
+This software is Copyright (c) 2013 by Ricardo Signes.
 
 This is free software, licensed under:
 
   The GNU General Public License, Version 1, February 1989
 
-   GNU GENERAL PUBLIC LICENSE
-Version 1, February 1989
+GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-  

commit perl-Test-Number-Delta for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Number-Delta for 
openSUSE:Factory checked in at 2013-11-27 15:31:32

Comparing /work/SRC/openSUSE:Factory/perl-Test-Number-Delta (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-Number-Delta.new (New)


Package is perl-Test-Number-Delta

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-Number-Delta/perl-Test-Number-Delta.changes
2011-09-23 12:39:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Number-Delta.new/perl-Test-Number-Delta.changes
   2013-11-27 15:31:34.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 07:35:28 UTC 2013 - co...@suse.com
+
+- updated to 1.04
+- Modernized distribution metadata and licensing
+- Distribution now managed with Dist::Zilla
+
+---

Old:

  Test-Number-Delta-1.03.tar.gz

New:

  Test-Number-Delta-1.04.tar.gz



Other differences:
--
++ perl-Test-Number-Delta.spec ++
--- /var/tmp/diff_new_pack.sAqN9s/_old  2013-11-27 15:31:36.0 +0100
+++ /var/tmp/diff_new_pack.sAqN9s/_new  2013-11-27 15:31:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Number-Delta
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,56 +15,67 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Test-Number-Delta
-Version:1.03
-Release:6
+Version:1.04
+Release:0
+%define cpan_name Test-Number-Delta
 Summary:Compare the difference between numbers against a given 
tolerance
-Source: 
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-%{version}.tar.gz
-Url:http://search.cpan.org/dist/Test-Number-Delta/
+License:Apache-2.0
 Group:  Development/Libraries/Perl
-License:Artistic-1.0 or GPL-1.0+
+Url:http://search.cpan.org/dist/Test-Number-Delta/
+Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Number::Delta)
+#BuildRequires: perl(Test::Spelling) = 0.12
 %{perl_requires}
-BuildRequires:  make perl perl-macros
 
 %description
 At some point or another, most programmers find they need to compare
 floating-point numbers for equality. The typical idiom is to test if the
-absolute value of the difference of the numbers is within a desired tolerance,
-usually called epsilon. This module provides such a function for use with
-Test::Harness. Usage is similar to other test functions described in
-Test::More.
+absolute value of the difference of the numbers is within a desired
+tolerance, usually called epsilon. This module provides such a function for
+use with the Test::More manpage. Usage is similar to other test functions
+described in the Test::More manpage. Semantically, the 'delta_within'
+function replaces this kind of construct:
+
+ ok ( abs($p - $q)  $epsilon, '$p is equal to $q' ) or
+ diag $p is not equal to $q to within $epsilon;
+
+While there's nothing wrong with that construct, it's painful to type it
+repeatedly in a test script. This module does the same thing with a single
+function call. The 'delta_ok' function is similar, but either uses a global
+default value for epsilon or else calculates a 'relative' epsilon on the
+fly so that epsilon is scaled automatically to the size of the arguments to
+'delta_ok'. Both functions are exported automatically.
+
+Because checking floating-point equality is not always reliable, it is not
+possible to check the 'equal to' boundary of 'less than or equal to
+epsilon'. Therefore, Test::Number::Delta only compares if the absolute
+value of the difference is *less than* epsilon (for equality tests) or
+*greater than* epsilon (for inequality tests).
 
 %prep
-%setup -q -n Test-Number-Delta-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir 

commit rubygem-pry for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2013-11-27 15:33:06

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


Package is rubygem-pry

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2013-11-24 
18:13:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2013-11-27 15:33:07.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 25 07:31:51 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.12.4, no changelog
+
+---

Old:

  pry-0.9.12.3.gem

New:

  pry-0.9.12.4.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.iG9k8t/_old  2013-11-27 15:33:07.0 +0100
+++ /var/tmp/diff_new_pack.iG9k8t/_new  2013-11-27 15:33:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-pry
-Version:0.9.12.3
+Version:0.9.12.4
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

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



commit shotwell for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2013-11-27 15:33:13

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


Package is shotwell

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2013-10-07 
08:32:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2013-11-27 
15:33:14.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 21:18:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.15.1:
+  + Install Tumblr plugin resources.
+  + Fix crash when video thumbnails are being inspected and
+created.
+
+---

Old:

  shotwell-0.15.0.tar.xz

New:

  shotwell-0.15.1.tar.xz



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.6GR4Rj/_old  2013-11-27 15:33:15.0 +0100
+++ /var/tmp/diff_new_pack.6GR4Rj/_new  2013-11-27 15:33:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   shotwell
-Version:0.15.0
+Version:0.15.1
 Release:0
 Summary:Photo Manager for GNOME
 License:LGPL-2.1+

++ shotwell-0.15.0.tar.xz - shotwell-0.15.1.tar.xz ++
 1705 lines of diff (skipped)

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



commit rpmlint for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2013-11-27 15:32:48

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  2013-11-26 
06:14:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2013-11-27 
15:32:49.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 27 07:53:57 UTC 2013 - krah...@suse.com
+
+- Whitelisting NFC neard DBUS service (bnc#837978)
+
+---



Other differences:
--
++ config ++
--- /var/tmp/diff_new_pack.3C7IKZ/_old  2013-11-27 15:33:00.0 +0100
+++ /var/tmp/diff_new_pack.3C7IKZ/_new  2013-11-27 15:33:00.0 +0100
@@ -593,7 +593,10 @@
 org.bluez.service,
 # kwallet (bnc#849739)
 org.kde.kcontrol.kcmkwallet.conf,
-org.kde.kcontrol.kcmkwallet.service
+org.kde.kcontrol.kcmkwallet.service,
+# neard (bnc#837978)
+org.neard.conf,
+org.neard.service
 ))
 
 setOption(PAMModules.WhiteList, (

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



commit ucode-intel for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package ucode-intel for openSUSE:Factory 
checked in at 2013-11-27 15:33:40

Comparing /work/SRC/openSUSE:Factory/ucode-intel (Old)
 and  /work/SRC/openSUSE:Factory/.ucode-intel.new (New)


Package is ucode-intel

Changes:

--- /work/SRC/openSUSE:Factory/ucode-intel/ucode-intel.changes  2013-09-25 
14:39:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucode-intel.new/ucode-intel.changes 
2013-11-27 15:33:41.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 11:14:51 UTC 2013 - tr...@suse.de
+
+- Correct Supplements string so that the package gets correctly installed
+  on machines with Intel CPUs
+  bnc#847158
+
+---



Other differences:
--
++ ucode-intel.spec ++
--- /var/tmp/diff_new_pack.enjvv9/_old  2013-11-27 15:33:42.0 +0100
+++ /var/tmp/diff_new_pack.enjvv9/_new  2013-11-27 15:33:42.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   ucode-intel
 Version:20130906
 Release:0
@@ -27,7 +28,7 @@
 Source0:microcode-%{version}.tgz
 Source1:intel-microcode2ucode.c
 Source2:LICENSE
-Supplements:modalias(x86cpu:vendor::family:*:model:*:feature:*)
+Supplements:
modalias(x86cpu:vendor%3A%3Afamily%3A*%3Amodel%3A*%3Afeature%3A*)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
 

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



commit python-setproctitle for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package python-setproctitle for 
openSUSE:Factory checked in at 2013-11-27 15:32:13

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


Package is python-setproctitle

Changes:

--- /work/SRC/openSUSE:Factory/python-setproctitle/python-setproctitle.changes  
2013-09-16 16:35:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-setproctitle.new/python-setproctitle.changes 
2013-11-27 15:32:14.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 19 17:40:11 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.1.8
+  + Added support for Python diehard 2.4.
+  + Fixed build on Mac OS X 10.9 Maverick (issue #27).
+
+---

Old:

  setproctitle-1.1.7.tar.gz

New:

  setproctitle-1.1.8.tar.gz



Other differences:
--
++ python-setproctitle.spec ++
--- /var/tmp/diff_new_pack.fpjHxE/_old  2013-11-27 15:32:14.0 +0100
+++ /var/tmp/diff_new_pack.fpjHxE/_new  2013-11-27 15:32:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-setproctitle
-Version:1.1.7
+Version:1.1.8
 Release:0
 Summary:Python module to allow customization of the process title
 License:BSD-3-Clause

++ setproctitle-1.1.7.tar.gz - setproctitle-1.1.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setproctitle-1.1.7/HISTORY.rst 
new/setproctitle-1.1.8/HISTORY.rst
--- old/setproctitle-1.1.7/HISTORY.rst  2013-02-20 00:34:08.0 +0100
+++ new/setproctitle-1.1.8/HISTORY.rst  2013-10-23 23:35:03.0 +0200
@@ -1,6 +1,13 @@
 Releases history
 
 
+Version 1.1.8
+~
+
+- Added support for Python diehard 2.4.
+- Fixed build on Mac OS X 10.9 Maverick (issue #27).
+
+
 Version 1.1.7
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setproctitle-1.1.7/MANIFEST 
new/setproctitle-1.1.8/MANIFEST
--- old/setproctitle-1.1.7/MANIFEST 2013-02-20 00:44:08.0 +0100
+++ new/setproctitle-1.1.8/MANIFEST 1970-01-01 01:00:00.0 +0100
@@ -1,20 +0,0 @@
-# file GENERATED by distutils, do NOT edit
-COPYRIGHT
-HISTORY.rst
-MANIFEST
-Makefile
-README.rst
-setup.py
-src/c.h
-src/setproctitle.c
-src/spt.h
-src/spt_config.h
-src/spt_debug.c
-src/spt_python.h
-src/spt_setup.c
-src/spt_setup.h
-src/spt_status.c
-src/spt_status.h
-src/strlcpy.c
-tests/pyrun.c
-tests/setproctitle_test.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setproctitle-1.1.7/PKG-INFO 
new/setproctitle-1.1.8/PKG-INFO
--- old/setproctitle-1.1.7/PKG-INFO 2013-02-20 00:44:08.0 +0100
+++ new/setproctitle-1.1.8/PKG-INFO 2013-10-23 23:53:32.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: setproctitle
-Version: 1.1.7
+Version: 1.1.8
 Summary: A library to allow customization of the process title.
 Home-page: http://code.google.com/p/py-setproctitle/
 Author: Daniele Varrazzo
@@ -142,6 +142,13 @@
 Releases history
 
 
+Version 1.1.8
+~
+
+- Added support for Python diehard 2.4.
+- Fixed build on Mac OS X 10.9 Maverick (issue #27).
+
+
 Version 1.1.7
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setproctitle-1.1.7/setup.py 
new/setproctitle-1.1.8/setup.py
--- old/setproctitle-1.1.7/setup.py 2013-02-20 00:34:08.0 +0100
+++ new/setproctitle-1.1.8/setup.py 2013-10-23 23:43:51.0 +0200
@@ -2,10 +2,10 @@
 
 setproctitle setup script.
 
-Copyright (c) 2009-2012 Daniele Varrazzo daniele.varra...@gmail.com
+Copyright (c) 2009-2013 Daniele Varrazzo daniele.varra...@gmail.com
 
 
-VERSION = '1.1.7'
+VERSION = '1.1.8'
 
 import os
 import re
@@ -52,7 +52,7 @@
 'src/spt_debug.c',
 'src/spt_setup.c',
 'src/spt_status.c',
-'src/strlcpy.c', # TODO: not needed on some platform
+'src/spt_strlcpy.c',
 ])
 
 # patch distutils if it can't cope with the classifiers or
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setproctitle-1.1.7/src/c.h 
new/setproctitle-1.1.8/src/c.h
--- old/setproctitle-1.1.7/src/c.h  2012-02-07 22:44:32.0 +0100
+++ new/setproctitle-1.1.8/src/c.h  2013-10-23 23:35:03.0 +0200
@@ -29,9 +29,8 @@
 
 #include stddef.h
 
-#if !HAVE_DECL_STRLCPY
-HIDDEN extern size_t strlcpy(char *dst, const char *src, size_t siz);
-#endif
+/* Let's 

commit chromium for openSUSE:12.3:Update

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:12.3:Update 
checked in at 2013-11-27 19:54:29

Comparing /work/SRC/openSUSE:12.3:Update/chromium (Old)
 and  /work/SRC/openSUSE:12.3:Update/.chromium.new (New)


Package is chromium

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.dUbMVJ/_old  2013-11-27 19:54:40.0 +0100
+++ /var/tmp/diff_new_pack.dUbMVJ/_new  2013-11-27 19:54:40.0 +0100
@@ -1 +1 @@
-link package='chromium.2057' cicount='copy' /
+link package='chromium.2225' cicount='copy' /

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



commit chromium for openSUSE:12.2:Update

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:12.2:Update 
checked in at 2013-11-27 19:54:40

Comparing /work/SRC/openSUSE:12.2:Update/chromium (Old)
 and  /work/SRC/openSUSE:12.2:Update/.chromium.new (New)


Package is chromium

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.nLqL7C/_old  2013-11-27 19:54:50.0 +0100
+++ /var/tmp/diff_new_pack.nLqL7C/_new  2013-11-27 19:54:50.0 +0100
@@ -1 +1 @@
-link package='chromium.2224' cicount='copy' /
+link package='chromium.2259' cicount='copy' /

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



commit alsa for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2013-11-28 06:54:46

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


Package is alsa

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2013-10-03 
15:41:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2013-11-28 
06:54:49.0 +0100
@@ -1,0 +2,19 @@
+Wed Nov 27 09:45:38 CET 2013 - ti...@suse.de
+
+- Backport upstream fixes: cleanups, non-glibc build fixes, fixes
+  and enhancements of pcm_file plugin, etc.
+  0010-remove-unnecessary-obsolete-compat-hsearch_r.c.patch
+  0011-local.h-include-sys-types.h-to-fix-issues-with-pcm.h.patch
+  0012-test-chmap-Add-missing-usage-text-for-s-option.patch
+  0013-include-global.h-don-t-define-timeval-and-timespec-s.patch
+  0014-conf.c-use-portable-way-to-initialize-recursive-mute.patch
+  0015-pcm_file-fix-SEGFAULT-if-file-option-is-missing-whil.patch
+  0016-pcm_file-fixed-memory-leak.patch
+  0017-pcm_file-don-t-touch-infile-on-playback-and-output-f.patch
+  0018-pcm_file-document-new-argument-to-snd_pcm_file_open.patch
+- Fix aborting in races at closing dmix streams (bnc#852446):
+  0019-dmix-Don-t-use-assert-and-abort.patch
+- Don't include modprobe.d hack for 12.2 and older distros, which
+  seem broken on them
+
+---

New:

  0010-remove-unnecessary-obsolete-compat-hsearch_r.c.patch
  0011-local.h-include-sys-types.h-to-fix-issues-with-pcm.h.patch
  0012-test-chmap-Add-missing-usage-text-for-s-option.patch
  0013-include-global.h-don-t-define-timeval-and-timespec-s.patch
  0014-conf.c-use-portable-way-to-initialize-recursive-mute.patch
  0015-pcm_file-fix-SEGFAULT-if-file-option-is-missing-whil.patch
  0016-pcm_file-fixed-memory-leak.patch
  0017-pcm_file-don-t-touch-infile-on-playback-and-output-f.patch
  0018-pcm_file-document-new-argument-to-snd_pcm_file_open.patch
  0019-dmix-Don-t-use-assert-and-abort.patch



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.VZqL8p/_old  2013-11-28 06:54:51.0 +0100
+++ /var/tmp/diff_new_pack.VZqL8p/_new  2013-11-28 06:54:51.0 +0100
@@ -63,6 +63,16 @@
 Patch7: 0007-Fix-access-of-freed-memory-in-namehints.patch
 Patch8: 0008-HDA-Intel-present-up-to-8-HDMI-DP-outputs-via-hdmi-d.patch
 Patch9: 0009-snd_tlv_convert_from_dB-fix-decreasing-gain-across-e.patch
+Patch10:0010-remove-unnecessary-obsolete-compat-hsearch_r.c.patch
+Patch11:0011-local.h-include-sys-types.h-to-fix-issues-with-pcm.h.patch
+Patch12:0012-test-chmap-Add-missing-usage-text-for-s-option.patch
+Patch13:0013-include-global.h-don-t-define-timeval-and-timespec-s.patch
+Patch14:0014-conf.c-use-portable-way-to-initialize-recursive-mute.patch
+Patch15:0015-pcm_file-fix-SEGFAULT-if-file-option-is-missing-whil.patch
+Patch16:0016-pcm_file-fixed-memory-leak.patch
+Patch17:0017-pcm_file-don-t-touch-infile-on-playback-and-output-f.patch
+Patch18:0018-pcm_file-document-new-argument-to-snd_pcm_file_open.patch
+Patch19:0019-dmix-Don-t-use-assert-and-abort.patch
 # rest suse patches
 Patch99:alsa-lib-doxygen-avoid-crash-for-11.3.diff
 Url:http://www.alsa-project.org/
@@ -123,6 +133,16 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
+%patch16 -p1
+%patch17 -p1
+%patch18 -p1
+%patch19 -p1
 %if %suse_version == 1130
 %patch99 -p1
 %endif
@@ -196,10 +216,12 @@
 #
 # modprobe config and the module install script for loading OSS-emulation
 # and sequencer modules automatically
+%if %suse_version  1220
 mkdir -p $RPM_BUILD_ROOT/etc/modprobe.d
 install -c -m 0644 %{S:40} $RPM_BUILD_ROOT/etc/modprobe.d
 mkdir -p $RPM_BUILD_ROOT/sbin
 install -c -m 0755 %{S:41} $RPM_BUILD_ROOT/sbin
+%endif
 #
 # install template to update rc.config and sysconfig files:
 # (updating the actual files is done in the %post-script)
@@ -242,8 +264,10 @@
 %defattr(-, root, root)
 %doc %{_docdir}/%{name}
 /etc/init.d/*
+%if %suse_version  1220
 /etc/modprobe.d
 /sbin/*
+%endif
 %{_sbindir}/*
 %{_bindir}/*
 /usr/lib/all_notes_off.*

++ 0010-remove-unnecessary-obsolete-compat-hsearch_r.c.patch ++
From c1fbd57c38dd565d3f87219031658f676654484f Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb w...@openadk.org
Date: Wed, 2 Oct 2013 21:00:51 +0200
Subject: [PATCH] remove unnecessary/obsolete compat/hsearch_r.c

The usage of hsearch functions where removed long time
ago in commit 273d115de05574251bdd661747ecb68449a5cf1d.
This patch highly increases portability for 

commit alsa-utils for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2013-11-28 07:14:04

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


Package is alsa-utils

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2013-10-03 
15:41:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2013-11-28 07:14:05.0 +0100
@@ -1,0 +2,17 @@
+Wed Nov 27 09:54:23 CET 2013 - ti...@suse.de
+
+- Backport upstream fixes: a few fixes for chmap support, alsaconf
+  updates, a new monitor command for alsactl, etc:
+  0006-amixer-fix-indentation-when-printing-container-TLV-c.patch
+  0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch
+  0008-speaker-test-Fix-chmapped-channel-selection-without-.patch
+  0009-speaker-test-Always-show-chmap-channel-names-if-avai.patch
+  0010-speaker-test-Show-out-of-chmap-channels-as-Unknown.patch
+  0011-alsaconf-support-newer-m-i-t-and-kmod.patch
+  0012-alsaconf-update-gentoo-to-use-modprobe.d-method-as-e.patch
+  0013-configure-detect-udevdir-via-pkg-config-fallback-to-.patch
+  0014-alsactl-Add-monitor-command.patch
+  0015-alsactl-Fix-REMOVE-event-handling-in-monitor-command.patch
+  0016-alsactl-monitor-all-cards-as-default.patch
+
+---

New:

  0006-amixer-fix-indentation-when-printing-container-TLV-c.patch
  0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch
  0008-speaker-test-Fix-chmapped-channel-selection-without-.patch
  0009-speaker-test-Always-show-chmap-channel-names-if-avai.patch
  0010-speaker-test-Show-out-of-chmap-channels-as-Unknown.patch
  0011-alsaconf-support-newer-m-i-t-and-kmod.patch
  0012-alsaconf-update-gentoo-to-use-modprobe.d-method-as-e.patch
  0013-configure-detect-udevdir-via-pkg-config-fallback-to-.patch
  0014-alsactl-Add-monitor-command.patch
  0015-alsactl-Fix-REMOVE-event-handling-in-monitor-command.patch
  0016-alsactl-monitor-all-cards-as-default.patch



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.HiVRdg/_old  2013-11-28 07:14:10.0 +0100
+++ /var/tmp/diff_new_pack.HiVRdg/_new  2013-11-28 07:14:10.0 +0100
@@ -63,6 +63,17 @@
 Patch3: 0003-aplay-fix-two-off-by-one-errors.patch
 Patch4: 0004-alsaloop-add-z-syslog-option-to-use-syslog-for-error.patch
 Patch5: 0005-amixer-actually-print-all-TLVs-in-a-container-TLV.patch
+Patch6: 0006-amixer-fix-indentation-when-printing-container-TLV-c.patch
+Patch7: 0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch
+Patch8: 0008-speaker-test-Fix-chmapped-channel-selection-without-.patch
+Patch9: 0009-speaker-test-Always-show-chmap-channel-names-if-avai.patch
+Patch10:0010-speaker-test-Show-out-of-chmap-channels-as-Unknown.patch
+Patch11:0011-alsaconf-support-newer-m-i-t-and-kmod.patch
+Patch12:0012-alsaconf-update-gentoo-to-use-modprobe.d-method-as-e.patch
+Patch13:0013-configure-detect-udevdir-via-pkg-config-fallback-to-.patch
+Patch14:0014-alsactl-Add-monitor-command.patch
+Patch15:0015-alsactl-Fix-REMOVE-event-handling-in-monitor-command.patch
+Patch16:0016-alsactl-monitor-all-cards-as-default.patch
 #
 Patch99:alsa-utils-gettext-version-removal.diff
 Url:http://www.alsa-project.org/
@@ -83,6 +94,17 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
+%patch16 -p1
 #
 %if %suse_version  1020
 %patch99 -p1

++ 0006-amixer-fix-indentation-when-printing-container-TLV-c.patch ++
From f1e991e81350e9388ab6cf04a64ac4b4389a588c Mon Sep 17 00:00:00 2001
From: Anssi Hannula anssi.hann...@iki.fi
Date: Tue, 1 Oct 2013 23:46:53 +0300
Subject: [PATCH] amixer: fix indentation when printing container TLV contents

decode_tlv() adds indentation in the beginning, with the expectation
that the TLV will be printed on the line afterwards in a switch-case.

However, in the case of a container TLV the switch-case simply adds
another level of indentation and calls decode_tlv() for the inner TLVs.
This causes the first inner TLV to be printed with too much indentation
and double '|'.

Fix that by printing container and a newline for container TLVs, so
that the result is as follows:
  : values=0,0,0,0,0,0,0,0
  | container
| chmap-variable=FL,FR
| chmap-variable=FL,FR,LFE
| chmap-variable=FL,FR,FC

Signed-off-by: Anssi Hannula anssi.hann...@iki.fi
Signed-off-by: Takashi Iwai ti...@suse.de
---
 amixer/amixer.c | 1 +

commit dbus-1-python for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package dbus-1-python for openSUSE:Factory 
checked in at 2013-11-28 07:25:21

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


Package is dbus-1-python

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1-python/dbus-1-python.changes  
2013-06-05 17:39:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.dbus-1-python.new/dbus-1-python.changes 
2013-11-28 07:25:22.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 16 07:02:42 UTC 2013 - jeng...@inai.de
+
+- Add missing dependency on python-gobject (bnc#850792)
+
+---



Other differences:
--
++ dbus-1-python.spec ++
--- /var/tmp/diff_new_pack.lWXNXz/_old  2013-11-28 07:25:23.0 +0100
+++ /var/tmp/diff_new_pack.lWXNXz/_new  2013-11-28 07:25:23.0 +0100
@@ -23,10 +23,12 @@
 License:MIT
 Group:  Development/Libraries/Python
 Url:http://www.freedesktop.org/wiki/Software/DBusBindings/
+
 Source0:
http://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz
 BuildRequires:  epydoc
 BuildRequires:  fdupes
 BuildRequires:  python-devel
+BuildRequires:  python-gobject
 %if 0%{?suse_version}  0%{?suse_version} = 1140
 BuildRequires:  docutils
 %else
@@ -38,6 +40,7 @@
 Requires:   dbus-1 = %( echo `rpm -q --queryformat '%{VERSION}' dbus-1`)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
+Requires:   python-gobject
 
 %description
 D-Bus python bindings for use with python programs.

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



commit hwinfo for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2013-11-28 07:27:19

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


Package is hwinfo

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2013-10-08 
10:51:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2013-11-28 
07:27:20.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 27 16:00:22 CET 2013 - snw...@suse.de
+
+- read and add ethtool private flags (bnc 841170)
+- update pci id list (bnc #813172)
+- Merge pull request #2 from andreas-schwab/master
+- Add support for m68k
+
+---

Old:

  hwinfo-20.2.tar.bz2

New:

  hwinfo-21.0.tar.bz2



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.68egis/_old  2013-11-28 07:27:22.0 +0100
+++ /var/tmp/diff_new_pack.68egis/_new  2013-11-28 07:27:22.0 +0100
@@ -36,9 +36,9 @@
 Group:  Hardware/Other
 # Until migration to github this should be correct url
 Url:http://gitorious.org/opensuse/hwinfo
-Version:20.2
+Version:21.0
 Release:0
-Source: hwinfo-20.2.tar.bz2
+Source: hwinfo-21.0.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ hwinfo-20.2.tar.bz2 - hwinfo-21.0.tar.bz2 ++
 82507 lines of diff (skipped)

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



commit krb5 for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2013-11-28 07:27:28

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


Package is krb5

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2013-06-25 
14:41:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes  2013-11-28 
07:27:34.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 15 13:35:09 UTC 2013 - ckornac...@suse.com
+
+- update to version 1.11.4
+  - Fix a KDC null pointer dereference [CVE-2013-1417] that could
+affect realms with an uncommon configuration.
+  - Fix a KDC null pointer dereference [CVE-2013-1418] that could
+affect KDCs that serve multiple realms.
+  - Fix a number of bugs related to KDC master key rollover.
+
+---
--- /work/SRC/openSUSE:Factory/krb5/krb5.changes2013-06-25 
14:41:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5.changes   2013-11-28 
07:27:34.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 15 13:33:53 UTC 2013 - ckornac...@suse.com
+
+- update to version 1.11.4
+  - Fix a KDC null pointer dereference [CVE-2013-1417] that could
+affect realms with an uncommon configuration.
+  - Fix a KDC null pointer dereference [CVE-2013-1418] that could
+affect KDCs that serve multiple realms.
+  - Fix a number of bugs related to KDC master key rollover.
+
+---

Old:

  krb5-1.11.3.tar.bz2

New:

  krb5-1.11.4.tar.bz2



Other differences:
--
++ krb5-mini.spec ++
--- /var/tmp/diff_new_pack.uz1IRs/_old  2013-11-28 07:27:35.0 +0100
+++ /var/tmp/diff_new_pack.uz1IRs/_new  2013-11-28 07:27:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define build_mini 1
-%define srcRoot krb5-1.11.3
+%define srcRoot krb5-1.11.4
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -31,7 +31,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.11.3
+Version:1.11.4
 Release:0
 Summary:MIT Kerberos5 Implementation--Libraries
 License:MIT

++ krb5.spec ++
--- /var/tmp/diff_new_pack.uz1IRs/_old  2013-11-28 07:27:35.0 +0100
+++ /var/tmp/diff_new_pack.uz1IRs/_new  2013-11-28 07:27:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define build_mini 0
-%define srcRoot krb5-1.11.3
+%define srcRoot krb5-1.11.4
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -31,7 +31,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.11.3
+Version:1.11.4
 Release:0
 Summary:MIT Kerberos5 Implementation--Libraries
 License:MIT

++ krb5-1.11.3.tar.bz2 - krb5-1.11.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/krb5/krb5-1.11.3.tar.bz2 
/work/SRC/openSUSE:Factory/.krb5.new/krb5-1.11.4.tar.bz2 differ: char 11, line 1

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



commit libxcb for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package libxcb for openSUSE:Factory checked 
in at 2013-11-28 07:37:21

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


Package is libxcb

Changes:

--- /work/SRC/openSUSE:Factory/libxcb/libxcb.changes2013-10-21 
12:30:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxcb.new/libxcb.changes   2013-11-28 
07:37:23.0 +0100
@@ -1,0 +2,24 @@
+Mon Nov 25 18:00:23 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Fixup package descriptions
+
+---
+Mon Nov 25 16:48:09 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Adjust baselibs for new libxcb-dri3-0 and libxcb-present0 subpackages
+
+---
+Fri Nov  8 17:23:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.9.3:
+  + Buildsystem fixes
+
+---
+Fri Nov  8 01:13:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.9.2:
+  + New upstream release, no changelog provided
+- Bump xcb-proto BuildRequires as per upstream change
+- New dri3-0 and present subpackages
+
+---

Old:

  libxcb-1.9.1.tar.bz2

New:

  libxcb-1.9.3.tar.bz2



Other differences:
--
++ libxcb.spec ++
--- /var/tmp/diff_new_pack.LHtMOH/_old  2013-11-28 07:37:23.0 +0100
+++ /var/tmp/diff_new_pack.LHtMOH/_new  2013-11-28 07:37:23.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libxcb
 %define lname  libxcb1
-Version:1.9.1
+Version:1.9.3
 Release:0
 Summary:X11 core protocol C library
 License:MIT
@@ -32,14 +32,16 @@
 Patch1: bug-262309_xcb-xauthlocalhostname.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#git#BuildRequires:autoconf = 2.57, automake, libtool
+BuildRequires:  autoconf = 2.57
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python-base = 2.6
 BuildRequires:  python-xml
 BuildRequires:  pkgconfig(check) = 0.9.4
 BuildRequires:  pkgconfig(pthread-stubs)
 BuildRequires:  pkgconfig(xau) = 0.99.2
-BuildRequires:  pkgconfig(xcb-proto) = 1.7
+BuildRequires:  pkgconfig(xcb-proto) = 1.9
 #optional#BuildRequires:   pkgconfig(xdmcp)
 %if 0%{?suse_version} = 1210
 BuildRequires:  xsltproc
@@ -109,6 +111,15 @@
 featuring a small footprint, latency hiding, direct access to the
 protocol, improved threading support, and extensibility.
 
+%package -n libxcb-dri3-0
+Summary:X11 DRI3 Extension C library
+Group:  System/Libraries
+
+%description -n libxcb-dri3-0
+The X protocol C-language Binding (XCB) is a replacement for Xlib
+featuring a small footprint, latency hiding, direct access to the
+protocol, improved threading support, and extensibility.
+
 %package -n libxcb-glx0
 Summary:X11 GLX Extension C library
 Group:  System/Libraries
@@ -209,6 +220,15 @@
 featuring a small footprint, latency hiding, direct access to the
 protocol, improved threading support, and extensibility.
 
+%package -n libxcb-present0
+Summary:X11 Present Extension C library
+Group:  System/Libraries
+
+%description -n libxcb-present0
+The X protocol C-language Binding (XCB) is a replacement for Xlib
+featuring a small footprint, latency hiding, direct access to the
+protocol, improved threading support, and extensibility.
+
 %package -n libxcb-xevie0
 Summary:X11 Xevie Extension C library
 Group:  System/Libraries
@@ -330,7 +350,9 @@
 Requires:   libxcb-damage0 = %version
 Requires:   libxcb-dpms0 = %version
 Requires:   libxcb-dri2-0 = %version
+Requires:   libxcb-dri3-0 = %version
 Requires:   libxcb-glx0 = %version
+Requires:   libxcb-present0 = %version
 Requires:   libxcb-randr0 = %version
 Requires:   libxcb-record0 = %version
 Requires:   libxcb-render0 = %version
@@ -378,7 +400,10 @@
 %patch -P 1 -p0
 
 %build
-%configure --docdir=%_docdir/%name --disable-static --enable-xkb
+%configure --docdir=%_docdir/%name \
+   --disable-static \
+   --enable-xkb \
+   --enable-sendfds
 make %{?_smp_mflags}
 
 %install
@@ -405,6 +430,10 @@
 
 %postun -n libxcb-dri2-0 -p /sbin/ldconfig
 
+%post   -n libxcb-dri3-0 -p /sbin/ldconfig
+
+%postun -n libxcb-dri3-0 -p /sbin/ldconfig
+
 %post   -n libxcb-glx0 -p /sbin/ldconfig
 
 %postun -n libxcb-glx0 -p /sbin/ldconfig
@@ -441,6 +470,10 @@
 
 %postun -n libxcb-sync0 -p /sbin/ldconfig
 
+%post   -n libxcb-present0 -p /sbin/ldconfig
+
+%postun -n libxcb-present0 -p /sbin/ldconfig
+
 %post   -n 

commit monodevelop for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package monodevelop for openSUSE:Factory 
checked in at 2013-11-28 07:38:01

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


Package is monodevelop

Changes:

--- /work/SRC/openSUSE:Factory/monodevelop/monodevelop.changes  2013-10-29 
09:29:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.monodevelop.new/monodevelop.changes 
2013-11-28 07:38:04.0 +0100
@@ -1,0 +2,25 @@
+Sat Nov 16 08:39:54 UTC 2013 - mailaen...@opensuse.org
+
+- Update to 4.2
+   + Improved support for on-the-fly formatting and indenting.
+   + Improved source analysis (beta), with better performance, memory use and 
stability.
+   + Fixed several issues when editing aspx and xml files.
+   + Improved handling of files with mixed line endings.
+   + Improved the look of in-line error bubbles.
+   + Reloading a modified file from disk and restoring from Autosave are now 
undo-able actions.
+   + Fixed F# syntax highlighting issues
+   + Improved the speed and user experience of the import symbol completion
+   + Added commands for tagging branches, removing and push tags (Git).
+   + Fixed incorrect repository detection issue (Git).
+   + Fixed error when adding Web References in a Subversion repository.
+   + Improved progress monitoring and notifying for Subversion on Windows.
+   + Added option for disabling version control support globally.
+   + Improved support for visualizing big arrays using the hex visualizer 
(data is now incrementally fetched)
+   + Allow stepping into autogenerated enumerators in user assemblies
+   + Improved stability when debugging on the Microsoft .NET CLR.
+   + Properly load and interpret projects which make use of properties and 
environment variables in the definition of project items.
+   + Fixed bug that caused classes from System.Core and PCL framework 
assemblies to not be shown in code completion
+   + Improved PCL profile selection panel
+   + Implicit PCL framework references are now shown in the solution pad.
+
+---

Old:

  _service
  monodevelop-4.0.14-5.tar.bz2

New:

  monodevelop-4.2-2.tar.bz2



Other differences:
--
++ monodevelop.spec ++
--- /var/tmp/diff_new_pack.8uSXnd/_old  2013-11-28 07:38:05.0 +0100
+++ /var/tmp/diff_new_pack.8uSXnd/_new  2013-11-28 07:38:05.0 +0100
@@ -46,12 +46,12 @@
 # Mono.Cecil.dll requires rsync after it's build
 BuildRequires:  rsync
 Url:http://www.monodevelop.com/
-Version:4.0.14
+Version:4.2
 Release:0
 Summary:Full-Featured IDE for Mono and Gtk#
 License:LGPL-2.1 and MIT
 Group:  Development/Tools/IDE
-Source: 
http://download.mono-project.com/sources/%{name}/%{name}-%{version}-5.tar.bz2
+Source: 
http://download.mono-project.com/sources/%{name}/%{name}-%{version}-2.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   mono-basic

++ monodevelop-4.0.14-5.tar.bz2 - monodevelop-4.2-2.tar.bz2 ++
/work/SRC/openSUSE:Factory/monodevelop/monodevelop-4.0.14-5.tar.bz2 
/work/SRC/openSUSE:Factory/.monodevelop.new/monodevelop-4.2-2.tar.bz2 differ: 
char 11, line 1

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



commit mlterm for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2013-11-28 07:37:50

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


Package is mlterm

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2013-11-13 
09:44:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2013-11-28 
07:37:51.0 +0100
@@ -1,0 +2,20 @@
+Wed Nov 27 09:08:18 UTC 2013 - pgaj...@suse.com
+
+- updated to 3.3.1:
+  * Add use_auto_detect and auto_detect_encodings options.
+(auto_detect_encodings=utf8,eucjp,sjis and use_auto_detect=true enable
+auto detection of utf8, eucjp and sjis.)
+  * Support ESC $ on non-ISO2022 encodings such as UTF-8.
+  * Reset pending DCS sequence by pressing ESC key.
+  * Support iBus 1.5.
+  * Enable to specify the conversion engine name of iBus. (e.g. --im 
ibus:anthy)
+  * Desynchronize ESC [ 5379 ; show_picture BEL on cygwin/win32gdi or mingw.
+  * unlimited value is available for logsize option.
+  * Bug fixes:
+Fix the bug of convertion to sjis.
+Fix the bug which disabled threading scp.
+Fix https://bugzilla.novell.com/show_bug.cgi?id=849342
+  etc., see doc/en/ReleaseNote
+- removed fix-biwidth-font-search.diff (upstreamed)
+
+---

Old:

  mlterm-3.2.2.tar.gz
  mlterm-fix-biwidth-font-search.diff

New:

  mlterm-3.3.1.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.2Ocjlf/_old  2013-11-28 07:37:52.0 +0100
+++ /var/tmp/diff_new_pack.2Ocjlf/_new  2013-11-28 07:37:52.0 +0100
@@ -35,7 +35,7 @@
 BuildRequires:  utempter
 %endif
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.2.2
+Version:3.3.1
 Release:0
 Url:http://mlterm.sourceforge.net/
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login
@@ -47,8 +47,6 @@
 Source10:   %name.desktop
 Source11:   %name.png
 Patch0: etc.patch
-# PATCH-FIX-OPENSUSE mlterm-fix-biwidth-font-search.diff bnc#849342 
ti...@suse.de
-Patch1: mlterm-fix-biwidth-font-search.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -141,8 +139,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0
 rm -rf doc/{en,ja}/*win32
 
 %build

++ etc.patch ++
--- /var/tmp/diff_new_pack.2Ocjlf/_old  2013-11-28 07:37:52.0 +0100
+++ /var/tmp/diff_new_pack.2Ocjlf/_new  2013-11-28 07:37:52.0 +0100
@@ -8,10 +8,33 @@
  etc/xim |   13 ---
  7 files changed, 161 insertions(+), 72 deletions(-)
 
 a/etc/aafont
-+++ b/etc/aafont
+Index: etc/aafont
+===
+--- etc/aafont.orig2013-11-27 09:59:10.748866724 +0100
 etc/aafont 2013-11-27 10:01:20.357441819 +0100
 @@ -1,37 +1,36 @@
  #DEFAULT=Kochi Gothic
+ 
+-#ISO8859_1=Courier 10 Pitch
+-#ISO8859_2=Thryomanes
+-#ISO8859_3=Thryomanes
+-#ISO8859_4=Thryomanes
+-#ISO8859_5=Thryomanes
+-#ISO8859_7=Thryomanes
+-#ISO8859_9=Thryomanes
+-#ISO8859_10=Thryomanes
+-#ISO8859_13=Thryomanes
+-#ISO8859_14=Thryomanes
+-#ISO8859_15=Thryomanes
+-#KOI8_R=Nimbus Mono L
+-#KOI8_U=Nimbus Mono L
+-#JISX0208_1978=Kochi Gothic
+-#JISX0208_1983=Kochi Gothic
+-#JISX0208_1990=Kochi Gothic
+-#KSX1001_1997=dotum
+-#BIG5=AR PL Mingti2L Big5
+-#GB2312_80=AR PL SungtiL GB
+-#GBK=AR PL SungtiL GB
 +ISO8859_1=FreeMono-iso10646-1;
 +ISO8859_2=FreeMono-iso10646-1;
 +ISO8859_3=FreeMono-iso10646-1;
@@ -46,43 +69,24 @@
 +#ISO10646_UCS4_1 = Arial Unicode MS-iso10646-1;
 +#ISO10646_UCS4_1_BIWIDTH = Arial Unicode MS-iso10646-1;
  
--#ISO8859_1=Courier 10 Pitch
--#ISO8859_2=Thryomanes
--#ISO8859_3=Thryomanes
--#ISO8859_4=Thryomanes
--#ISO8859_5=Thryomanes
--#ISO8859_7=Thryomanes
--#ISO8859_9=Thryomanes
--#ISO8859_10=Thryomanes
--#ISO8859_13=Thryomanes
--#ISO8859_14=Thryomanes
--#ISO8859_15=Thryomanes
--#KOI8_R=Nimbus Mono L
--#KOI8_U=Nimbus Mono L
--#JISX0208_1978=Kochi Gothic
--#JISX0208_1983=Kochi Gothic
--#JISX0208_1990=Kochi Gothic
--#KSX1001_1997=dotum
--#BIG5=AR PL Mingti2L Big5
--#GB2312_80=AR PL SungtiL GB
--#GBK=AR PL SungtiL GB
- 
 -#ISO10646_UCS4_1=Courier 10 Pitch
 -#ISO10646_UCS4_1=Thryomanes
 -
 -# Japanese speakers may want to enable the following setting.
--#ISO10646_UCS4_1_BIWIDTH=Kochi Gothic
+-#ISO10646_UCS4_1_FULLWIDTH=Kochi Gothic
 -
 -# Korean speakers may want to enable the following setting.
--#ISO10646_UCS4_1_BIWIDTH=dotum
+-#ISO10646_UCS4_1_FULLWIDTH=dotum
 -
 -# Traditional Chinese speakers may want to enable the following setting.

commit Mesa for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2013-11-28 07:37:36

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.changes2013-11-26 
06:12:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2013-11-28 
07:37:37.0 +0100
@@ -1,0 +2,32 @@
+Sat Nov 16 18:51:58 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 9.2.3
+ * st/mesa: move out of memory check in st_draw_vbo()
+ * osmesa: fix broken triangle/line drawing when using float 
+   color buffer
+ * Remove error when calling glGenQueries/glDeleteQueries while 
+   a query is active
+ * Bump version to 9.2.3
+ * i965: CS writes/reads should use I915_GEM_INSTRUCTION
+ * i965: Fix texture buffer rendering after a whole buffer 
+   replacement.
+ * i965: Emit post-sync non-zero flush before 
+   3DSTATE_GS_SVB_INDEX.
+ * i965: Emit post-sync non-zero flush before 
+   3DSTATE_DRAWING_RECTANGLE.
+ * i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a 
+   flush in blorp.
+ * i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.
+ * i965: Also emit HIER_DEPTH and STENCIL packets when 
+   disabling depth.
+ * i965: Also emit HiZ and Stencil packets when 
+   disabling depth on Gen6.
+ * wayland: Don't rely on static variable for 
+   identifying wl_drm buffers
+ * radeonsi: fix blitting the last 2 mipmap levels of 
+   compressed textures
+ * meta: enable vertex attributes in the context of the 
+   newly created array object
+ * mesa: fixes for MSVC 2013
+
+---

Old:

  MesaLib-9.2.2.tar.bz2

New:

  MesaLib-9.2.3.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.1B5lO6/_old  2013-11-28 07:37:38.0 +0100
+++ /var/tmp/diff_new_pack.1B5lO6/_new  2013-11-28 07:37:38.0 +0100
@@ -29,11 +29,11 @@
 %define llvm_r600 0
 %endif
 
-%define _version 9.2.2
+%define _version 9.2.3
 %define _name_archive MesaLib
 
 Name:   Mesa
-Version:9.2.2
+Version:9.2.3
 Release:0
 BuildRequires:  autoconf = 2.60
 BuildRequires:  automake

++ MesaLib-9.2.2.tar.bz2 - MesaLib-9.2.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/Mesa/MesaLib-9.2.2.tar.bz2 
/work/SRC/openSUSE:Factory/.Mesa.new/MesaLib-9.2.3.tar.bz2 differ: char 11, 
line 1

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



commit obex-data-server for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package obex-data-server for 
openSUSE:Factory checked in at 2013-11-28 07:38:15

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


Package is obex-data-server

Changes:

--- /work/SRC/openSUSE:Factory/obex-data-server/obex-data-server.changes
2013-04-16 06:49:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.obex-data-server.new/obex-data-server.changes   
2013-11-28 07:38:16.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 19 18:36:07 CET 2013 - r...@suse.de
+
+- obex-data-server-openobex_EnumerateInterfaces.patch:
+  openobex removed OBEX_FindInterfaces(), adapt code 
+
+---

New:

  obex-data-server-openobex_EnumerateInterfaces.patch



Other differences:
--
++ obex-data-server.spec ++
--- /var/tmp/diff_new_pack.PMF36S/_old  2013-11-28 07:38:16.0 +0100
+++ /var/tmp/diff_new_pack.PMF36S/_new  2013-11-28 07:38:16.0 +0100
@@ -24,6 +24,7 @@
 Group:  Hardware/Mobile
 Url:http://wiki.muiline.com/obex-data-server
 Source: http://tadas.dailyda.com/software/%{name}-%{version}.tar.gz
+Patch0: obex-data-server-openobex_EnumerateInterfaces.patch
 BuildRequires:  bluez-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gtk2-devel
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing %configure 
--with-dbus-dir=/usr/share/dbus-1

++ obex-data-server-openobex_EnumerateInterfaces.patch ++
--- src/ods-obex.c
+++ src/ods-obex.c
@@ -400,7 +400,7 @@
  gpointer user_data, GError **error)
 {
gint ret;
-   obex_interface_t *obex_intf;
+   obex_interface_t *obex_intf = NULL;
int interfaces_num;
 
/* call OBEX_Init, setup USB Transport here */
@@ -412,14 +412,15 @@
goto err;
}
 
-   interfaces_num = OBEX_FindInterfaces(obex_context-obex_handle, 
obex_intf);
+   interfaces_num = OBEX_EnumerateInterfaces(obex_context-obex_handle);
if (intf_num = interfaces_num) {
g_set_error (error, ODS_ERROR, ODS_ERROR_FAILED, Invalid 
interface number);
goto err;
}
+   obex_intf = OBEX_GetInterfaceByIndex(obex_context-obex_handle, 
intf_num);
 
OBEX_SetUserData (obex_context-obex_handle, user_data);
-   ret = OBEX_InterfaceConnect(obex_context-obex_handle, 
obex_intf[intf_num]);
+   ret = OBEX_InterfaceConnect(obex_context-obex_handle, obex_intf);
if (ret  0) {
g_set_error (error, ODS_ERROR, ODS_ERROR_FAILED, USB setup 
failed);
goto err;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nfs-utils for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2013-11-28 07:38:10

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


Package is nfs-utils

Changes:

--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes  2013-11-26 
19:21:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2013-11-28 
07:38:11.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 27 09:00:36 UTC 2013 - nfbr...@suse.com
+
+- nfsserver.init: fix that typo properly.
+  Somehow I only fixed part of the problem
+  (bnc#849476)
+
+---



Other differences:
--

++ nfsserver.init ++
--- /var/tmp/diff_new_pack.KmGGbs/_old  2013-11-28 07:38:12.0 +0100
+++ /var/tmp/diff_new_pack.KmGGbs/_new  2013-11-28 07:38:12.0 +0100
@@ -210,7 +210,7 @@
VERSION_PARAMS=--no-nfs-version 4
   fi
   if [ $NFS4_SERVER_MINOR_VERSION != 0 ]; then
-   VERSION_PARAMS=$VERSION_PARAMS --nfs-version 4 -nfs-version 
4.$NFS4_SERVER_MINOR_VERSION
+   VERSION_PARAMS=$VERSION_PARAMS --nfs-version 4 --nfs-version 
4.$NFS4_SERVER_MINOR_VERSION
   fi
   if [ -n $NFSV4LEASETIME -a -f /proc/fs/nfsd/nfsv4leasetime ]; then
 echo $NFSV4LEASETIME  /proc/fs/nfsd/nfsv4leasetime

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



commit perl-Net-IDN-Encode for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-IDN-Encode for 
openSUSE:Factory checked in at 2013-11-28 07:38:25

Comparing /work/SRC/openSUSE:Factory/perl-Net-IDN-Encode (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-IDN-Encode.new (New)


Package is perl-Net-IDN-Encode

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-IDN-Encode/perl-Net-IDN-Encode.changes  
2013-10-07 08:31:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-IDN-Encode.new/perl-Net-IDN-Encode.changes 
2013-11-28 07:38:26.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 25 07:39:48 UTC 2013 - co...@suse.com
+
+- updated to 2.005
+  - better documentation for unassigned characters,
+FIXES: #89750: Can't create IDN for a special domain
+(reported by felix.*@*.de)
+  - FIXES: #89270: [PATCH] fix spelling errors in the docs
+(reported by cstamas@*.hu)
+
+---

Old:

  Net-IDN-Encode-2.004.tar.gz

New:

  Net-IDN-Encode-2.005.tar.gz



Other differences:
--
++ perl-Net-IDN-Encode.spec ++
--- /var/tmp/diff_new_pack.f94FY9/_old  2013-11-28 07:38:27.0 +0100
+++ /var/tmp/diff_new_pack.f94FY9/_new  2013-11-28 07:38:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-IDN-Encode
-Version:2.004
+Version:2.005
 Release:0
 %define cpan_name Net-IDN-Encode
 Summary:Internationalizing Domain Names in Applications (IDNA)

++ Net-IDN-Encode-2.004.tar.gz - Net-IDN-Encode-2.005.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-IDN-Encode-2.004/Changes 
new/Net-IDN-Encode-2.005/Changes
--- old/Net-IDN-Encode-2.004/Changes2013-08-12 21:16:53.0 +0200
+++ new/Net-IDN-Encode-2.005/Changes2013-11-03 18:35:48.0 +0100
@@ -1,5 +1,12 @@
 Revision history for Perl extension Net::IDN::Encode
 
+2.004 (2013-11-03)
+   - better documentation for unassigned characters,
+ FIXES: #89750: Can't create IDN for a special domain
+ (reported by felix.*@*.de)
+   - FIXES: #89270: [PATCH] fix spelling errors in the docs
+ (reported by cstamas@*.hu)
+
 2.004 (2013-08-12)
- FIXES: #85552 3 uts46 tests FAIL under perl-5.18.0
  (reported by d.thomas@*.au)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-IDN-Encode-2.004/META.json 
new/Net-IDN-Encode-2.005/META.json
--- old/Net-IDN-Encode-2.004/META.json  2013-08-12 21:16:53.0 +0200
+++ new/Net-IDN-Encode-2.005/META.json  2013-11-03 18:35:48.0 +0100
@@ -42,7 +42,7 @@
provides : {
   Net::IDN::Encode : {
  file : lib/Net/IDN/Encode.pm,
- version : 2.004
+ version : 2.005
   },
   Net::IDN::Punycode : {
  file : lib/Net/IDN/Punycode.pm,
@@ -63,5 +63,5 @@
  http://dev.perl.org/licenses/;
   ]
},
-   version : 2.004
+   version : 2.005
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-IDN-Encode-2.004/META.yml 
new/Net-IDN-Encode-2.005/META.yml
--- old/Net-IDN-Encode-2.004/META.yml   2013-08-12 21:16:53.0 +0200
+++ new/Net-IDN-Encode-2.005/META.yml   2013-11-03 18:35:48.0 +0100
@@ -22,7 +22,7 @@
 provides:
   Net::IDN::Encode:
 file: lib/Net/IDN/Encode.pm
-version: 2.004
+version: 2.005
   Net::IDN::Punycode:
 file: lib/Net/IDN/Punycode.pm
 version: 1.100
@@ -37,4 +37,4 @@
   perl: 5.008005
 resources:
   license: http://dev.perl.org/licenses/
-version: 2.004
+version: 2.005
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-IDN-Encode-2.004/SIGNATURE 
new/Net-IDN-Encode-2.005/SIGNATURE
--- old/Net-IDN-Encode-2.004/SIGNATURE  2013-08-12 21:16:56.0 +0200
+++ new/Net-IDN-Encode-2.005/SIGNATURE  2013-11-03 18:35:51.0 +0100
@@ -12,24 +12,24 @@
 not run its Makefile.PL or Build.PL.
 
 -BEGIN PGP SIGNED MESSAGE-
-Hash: SHA1
+Hash: SHA256
 
 SHA1 04a13098c55c43968a5e156a521f92dbade4c0bb Build.PL
-SHA1 1b56a572c56390efbe41669365809c0546a5830c Changes
+SHA1 8adc0ed55e33814a19ca55d2d8d7b91fc3373662 Changes
 SHA1 296afab11451d2129927fd8ae8d387caa797ed2b LICENSE
 SHA1 b947efa2ea37142ead6dfab2e1bc3ef6ccf2666b MANIFEST
-SHA1 5c0604a888f13a7a54e9d65b1f06a2f7ec4e383a META.json
-SHA1 322caf8343d4aa539c4c4013fac466c6288c72ed META.yml
+SHA1 6c731879df1592c2f4810afdce851496e3e8f3c0 META.json
+SHA1 cfee8df20011458bae01c8dab1e3c7abfff85b84 META.yml
 SHA1 50546a23d429c141e906489947533515b1cd7bdf Makefile.PL
 SHA1 1bbf99c0d4229d3f9f267fbe3d72507e30dd212a README
 SHA1 

commit perl-Sub-Exporter-GlobExporter for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Exporter-GlobExporter for 
openSUSE:Factory checked in at 2013-11-28 07:38:31

Comparing /work/SRC/openSUSE:Factory/perl-Sub-Exporter-GlobExporter (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sub-Exporter-GlobExporter.new (New)


Package is perl-Sub-Exporter-GlobExporter

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Sub-Exporter-GlobExporter/perl-Sub-Exporter-GlobExporter.changes
2013-06-06 13:29:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sub-Exporter-GlobExporter.new/perl-Sub-Exporter-GlobExporter.changes
   2013-11-28 07:38:32.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 25 07:36:02 UTC 2013 - co...@suse.com
+
+- updated to 0.004
+  fix links to github!
+
+---

Old:

  Sub-Exporter-GlobExporter-0.003.tar.gz

New:

  Sub-Exporter-GlobExporter-0.004.tar.gz



Other differences:
--
++ perl-Sub-Exporter-GlobExporter.spec ++
--- /var/tmp/diff_new_pack.vqeh0x/_old  2013-11-28 07:38:32.0 +0100
+++ /var/tmp/diff_new_pack.vqeh0x/_new  2013-11-28 07:38:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sub-Exporter-GlobExporter
-Version:0.003
+Version:0.004
 Release:0
 %define cpan_name Sub-Exporter-GlobExporter
 Summary:export shared globs with Sub::Exporter collectors

++ Sub-Exporter-GlobExporter-0.003.tar.gz - 
Sub-Exporter-GlobExporter-0.004.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Exporter-GlobExporter-0.003/Changes 
new/Sub-Exporter-GlobExporter-0.004/Changes
--- old/Sub-Exporter-GlobExporter-0.003/Changes 2013-04-26 16:41:36.0 
+0200
+++ new/Sub-Exporter-GlobExporter-0.004/Changes 2013-10-16 04:40:26.0 
+0200
@@ -1,5 +1,8 @@
 Revision history for Sub-Exporter-GlobExporter
 
+0.004 2013-10-15 22:40:24 America/New_York
+  fix links to github!
+
 0.003 2013-04-26 10:41:34 America/New_York
   fix some confusing mistakes in the docs (thanks, George Hartzell)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Exporter-GlobExporter-0.003/META.json 
new/Sub-Exporter-GlobExporter-0.004/META.json
--- old/Sub-Exporter-GlobExporter-0.003/META.json   2013-04-26 
16:41:36.0 +0200
+++ new/Sub-Exporter-GlobExporter-0.004/META.json   2013-10-16 
04:40:26.0 +0200
@@ -4,7 +4,7 @@
   Ricardo Signes r...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.130880,
+   generated_by : Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132830,
license : [
   perl_5
],
@@ -35,36 +35,41 @@
   },
   test : {
  requires : {
-File::Find : 0,
-File::Temp : 0,
-Test::More : 0.96
+File::Spec : 0,
+IO::Handle : 0,
+IPC::Open3 : 0,
+Test::More : 0.96,
+lib : 0
  }
   }
},
release_status : stable,
resources : {
-  homepage : https://github.com/rjbs/sub-exporter-globexporter;,
+  bugtracker : {
+ web : https://github.com/rjbs/Sub-Exporter-GlobExporter/issues;
+  },
+  homepage : https://github.com/rjbs/Sub-Exporter-GlobExporter;,
   repository : {
  type : git,
- url : https://github.com/rjbs/sub-exporter-globexporter.git;,
- web : https://github.com/rjbs/sub-exporter-globexporter;
+ url : https://github.com/rjbs/Sub-Exporter-GlobExporter.git;,
+ web : https://github.com/rjbs/Sub-Exporter-GlobExporter;
   }
},
-   version : 0.003,
+   version : 0.004,
x_Dist_Zilla : {
   perl : {
- version : 5.017010
+ version : 5.019004
   },
   plugins : [
  {
 class : Dist::Zilla::Plugin::Git::GatherDir,
 name : @RJBS/Git::GatherDir,
-version : 2.013
+version : 2.014
  },
  {
 class : Dist::Zilla::Plugin::CheckPrereqsIndexed,
 name : @RJBS/CheckPrereqsIndexed,
-version : 0.008
+version : 0.009
  },
  {
 class : Dist::Zilla::Plugin::CheckExtraTests,
@@ -72,94 +77,104 @@
 version : 0.011
  },
  {
+class : Dist::Zilla::Plugin::PromptIfStale,
+name : @RJBS/RJBS-Outdated,
+version : 0.008
+ },
+ {
+class : Dist::Zilla::Plugin::PromptIfStale,
+name : @RJBS/CPAN-Outdated,
+version : 0.008
+ },
+ {
 

commit openexr for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package openexr for openSUSE:Factory checked 
in at 2013-11-28 07:38:20

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


Package is openexr

Changes:

--- /work/SRC/openSUSE:Factory/openexr/openexr.changes  2013-07-16 
16:45:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.openexr.new/openexr.changes 2013-11-28 
07:38:24.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 27 09:17:45 UTC 2013 - mvysko...@suse.com
+
+- update to 2.1.0
+  This release includes a refactoring of the optimised read paths for RGBA
+  data, optimisations for some of the python bindings to Imath, improvements to
+  the cmake build environment as well as additional documentation describing
+  deep data in more detail.
+- make tests conditional, enable fuzz test and huge test 
+
+---

Old:

  openexr-2.0.1.tar.gz
  openexr-2.0.1.tar.gz.sig

New:

  openexr-2.1.0.tar.gz
  openexr-2.1.0.tar.gz.sig



Other differences:
--
++ openexr.spec ++
--- /var/tmp/diff_new_pack.h3KS5o/_old  2013-11-28 07:38:25.0 +0100
+++ /var/tmp/diff_new_pack.h3KS5o/_new  2013-11-28 07:38:25.0 +0100
@@ -16,10 +16,14 @@
 #
 
 
-%global so_suffix -Imf_2_0-20
+%global so_suffix -Imf_2_1-21
+
+# tests should run at least during local build
+# but do expect a HUGE number of memory, so beware
+%bcond_with tests
 
 Name:   openexr
-Version:2.0.1
+Version:2.1.0
 Release:0
 Summary:Utilities for work with HDR images in OpenEXR format
 License:BSD-3-Clause
@@ -33,9 +37,9 @@
 BuildRequires:  fltk-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
-BuildRequires:  ilmbase-devel = 2.0.0
 BuildRequires:  pkg-config
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(IlmBase) = %{version}
+BuildRequires:  pkgconfig(zlib)
 Obsoletes:  OpenEXR = 1.6.1
 Provides:   OpenEXR = %{version}
 Source0:
http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
@@ -109,6 +113,12 @@
 %{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q
 
+# poor man's fdupes
+if cmp COPYING LICENSE; then
+rm -rf LICENSE
+ln -sf COPYING LICENSE
+fi
+
 # remove a non-linux file
 %{__rm} README.win32 README.OSX
 
@@ -121,7 +131,8 @@
--with-pic \
--enable-large-stack \
--enable-imfexamples \
-   --enable-imfuzztest
+   --enable-imffuzztest \
+   --enable-imfhugetest
 %{__make} %{?_smp_mflags}
 
 %install
@@ -132,9 +143,9 @@
 mv %{buildroot}%{_datadir}/doc/OpenEXR-2* 
%{buildroot}%{_defaultdocdir}/%{name}-%{version}
 
 %check
-#XXX: it seems running tests in BS is not very reliable, so
-# so let disable it
-# % {__make} check
+%if %{with tests}
+%{__make} check
+%endif
 
 %files
 %defattr(-,root,root)

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.h3KS5o/_old  2013-11-28 07:38:25.0 +0100
+++ /var/tmp/diff_new_pack.h3KS5o/_new  2013-11-28 07:38:25.0 +0100
@@ -1 +1 @@
-libIlmImf-Imf_2_0-20
+libIlmImf-Imf_2_1-21

++ openexr-2.0.1.tar.gz - openexr-2.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/openexr/openexr-2.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.openexr.new/openexr-2.1.0.tar.gz differ: char 5, 
line 1

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



commit python-pycrypto for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package python-pycrypto for openSUSE:Factory 
checked in at 2013-11-28 07:39:50

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


Package is python-pycrypto

Changes:

--- /work/SRC/openSUSE:Factory/python-pycrypto/python-pycrypto.changes  
2013-06-19 17:05:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycrypto.new/python-pycrypto.changes 
2013-11-28 07:39:52.0 +0100
@@ -1,0 +2,52 @@
+Wed Nov 27 17:37:14 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 2.6.1
+  * [CVE-2013-1445] Fix PRNG not correctly reseeded in some situations.
+   In previous versions of PyCrypto, the Crypto.Random PRNG exhibits a
+   race condition that may cause forked processes to generate identical
+   sequences of 'random' numbers.
+   This is a fairly obscure bug that will (hopefully) not affect many
+   applications, but the failure scenario is pretty bad.  Here is some
+   sample code that illustrates the problem:
+ from binascii import hexlify
+ import multiprocessing, pprint, time
+ import Crypto.Random
+
+ def task_main(arg):
+ a = Crypto.Random.get_random_bytes(8)
+ time.sleep(0.1)
+ b = Crypto.Random.get_random_bytes(8)
+ rdy, ack = arg
+ rdy.set()
+ ack.wait()
+ return %s,%s % (hexlify(a).decode(),
+   hexlify(b).decode())
+
+ n_procs = 4
+ manager = multiprocessing.Manager()
+ rdys = [manager.Event() for i in range(n_procs)]
+ acks = [manager.Event() for i in range(n_procs)]
+ Crypto.Random.get_random_bytes(1)
+ pool = multiprocessing.Pool(processes=n_procs,
+ initializer=Crypto.Random.atfork)
+ res_async = pool.map_async(task_main, zip(rdys, acks))
+ pool.close()
+ [rdy.wait() for rdy in rdys]
+ [ack.set() for ack in acks]
+ res = res_async.get()
+ pprint.pprint(sorted(res))
+ pool.join()
+
+   The output should be random, but it looked like this:
+
+ ['c607803ae01aa8c0,2e4de6457a304b34',
+  'c607803ae01aa8c0,af80d08942b4c987',
+  'c607803ae01aa8c0,b0e4c0853de927c4',
+  'c607803ae01aa8c0,f0362585b3fceba4']
+
+   This release fixes the problem by resetting the rate-limiter when
+   Crypto.Random.atfork() is invoked.  It also adds some tests and a
+   few related comments.
+- Add -fno-strict-aliasing to CFLAGS
+
+---

Old:

  pycrypto-2.6.tar.gz

New:

  pycrypto-2.6.1.tar.gz



Other differences:
--
++ python-pycrypto.spec ++
--- /var/tmp/diff_new_pack.X2Be6c/_old  2013-11-28 07:39:53.0 +0100
+++ /var/tmp/diff_new_pack.X2Be6c/_new  2013-11-28 07:39:53.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-pycrypto
-Version:2.6
+Version:2.6.1
 Release:0
 Url:http://www.pycrypto.org/
 Summary:Cryptographic modules for Python
 License:Python-2.0
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/p/pycrypto/pycrypto-%{version}.tar.gz
+Source: 
https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-%{version}.tar.gz
 # PATCH-FIX-SUSE: We don't have libgmp5 on SLE11
 Patch0: ignore-fastmath-warning.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,7 +55,7 @@
 %endif
 
 %build
-CFLAGS=%{optflags} python setup.py build
+CFLAGS=%{optflags} -fno-strict-aliasing python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}

++ pycrypto-2.6.tar.gz - pycrypto-2.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycrypto-2.6/ChangeLog new/pycrypto-2.6.1/ChangeLog
--- old/pycrypto-2.6/ChangeLog  2012-05-24 14:55:30.0 +0200
+++ new/pycrypto-2.6.1/ChangeLog2013-10-14 23:38:10.0 +0200
@@ -1,3 +1,55 @@
+2.6.1
+=
+   * [CVE-2013-1445] Fix PRNG not correctly reseeded in some situations.
+
+ In previous versions of PyCrypto, the Crypto.Random PRNG exhibits a
+ race condition that may cause forked processes to generate identical
+ sequences of 'random' numbers.
+
+ This is a fairly obscure bug that will (hopefully) not affect many
+ applications, but the failure scenario is pretty bad. 

commit xf86-video-intel for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2013-11-28 07:39:57

Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)


Package is xf86-video-intel

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2013-11-26 06:15:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2013-11-28 07:39:58.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 27 16:27:09 CET 2013 - ti...@suse.de
+
+- U_sna-Process-Damage-relative-to-dst-pDrawable-not-its.patch:
+  Fix corrupted output with Emacs and others (bnc#852620)
+
+---

New:

  U_sna-Process-Damage-relative-to-dst-pDrawable-not-its.patch



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.S5Q0Jq/_old  2013-11-28 07:39:58.0 +0100
+++ /var/tmp/diff_new_pack.S5Q0Jq/_new  2013-11-28 07:39:58.0 +0100
@@ -27,6 +27,7 @@
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
+Patch1: U_sna-Process-Damage-relative-to-dst-pDrawable-not-its.patch
 
 %if %glamor
 Requires:   glamor
@@ -92,6 +93,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch1 -p1
 
 %build
 autoreconf -fi

++ U_sna-Process-Damage-relative-to-dst-pDrawable-not-its.patch ++
From 4194100691347ccec4b1863f3f62987d9286707b Mon Sep 17 00:00:00 2001
From: Chris Wilson ch...@chris-wilson.co.uk
Date: Mon, 18 Nov 2013 12:33:05 +
Subject: [PATCH] sna: Process Damage relative to dst-pDrawable not its
 pixmap-drawable

References: https://bugs.freedesktop.org/show_bug.cgi?id=32734
Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
---
 src/sna/sna_composite.c | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/sna/sna_composite.c b/src/sna/sna_composite.c
index c5e2311c689a..6078d52593fe 100644
--- a/src/sna/sna_composite.c
+++ b/src/sna/sna_composite.c
@@ -902,15 +902,14 @@ sna_composite_rectangles(CARD8 op,
 RegionExtents(region)-x2, RegionExtents(region)-y2,
 (long)RegionNumRects(region)));
 
-   pixmap = get_drawable_pixmap(dst-pDrawable);
-
/* XXX xserver-1.8: CompositeRects is not tracked by Damage, so we must
 * manually append the damaged regions ourselves.
 *
 * Note that DamageRegionAppend() will apply the drawable-deltas itself.
 */
-   DamageRegionAppend(pixmap-drawable, region);
+   DamageRegionAppend(dst-pDrawable, region);
 
+   pixmap = get_drawable_pixmap(dst-pDrawable);
if (get_drawable_deltas(dst-pDrawable, pixmap, dst_x, dst_y))
pixman_region_translate(region, dst_x, dst_y);
 
@@ -1141,7 +1140,7 @@ fallback_composite:
}
 
 done:
-   DamageRegionProcessPending(pixmap-drawable);
+   DamageRegionProcessPending(dst-pDrawable);
 
 cleanup_region:
pixman_region_fini(region);
-- 
1.8.4.4

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



commit yast2-ruby-bindings for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2013-11-28 07:40:11

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


Package is yast2-ruby-bindings

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2013-11-07 09:15:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
2013-11-28 07:40:12.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 27 10:10:53 UTC 2013 - jreidin...@suse.com
+
+- add detection of invalid type in publish call
+- 3.1.3
+
+---

Old:

  yast2-ruby-bindings-3.1.2.tar.bz2

New:

  yast2-ruby-bindings-3.1.3.tar.bz2



Other differences:
--
++ yast2-ruby-bindings.spec ++
--- /var/tmp/diff_new_pack.rToPTI/_old  2013-11-28 07:40:12.0 +0100
+++ /var/tmp/diff_new_pack.rToPTI/_new  2013-11-28 07:40:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ruby-bindings
-Version:3.1.2
+Version:3.1.3
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-ruby-bindings-%{version}.tar.bz2

++ yast2-ruby-bindings-3.1.2.tar.bz2 - yast2-ruby-bindings-3.1.3.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.2/VERSION 
new/yast2-ruby-bindings-3.1.3/VERSION
--- old/yast2-ruby-bindings-3.1.2/VERSION   2013-11-04 17:05:39.0 
+0100
+++ new/yast2-ruby-bindings-3.1.3/VERSION   2013-11-27 13:57:37.0 
+0100
@@ -1 +1 @@
-3.1.2
+3.1.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.2/package/yast2-ruby-bindings.changes 
new/yast2-ruby-bindings-3.1.3/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-3.1.2/package/yast2-ruby-bindings.changes   
2013-11-04 17:05:39.0 +0100
+++ new/yast2-ruby-bindings-3.1.3/package/yast2-ruby-bindings.changes   
2013-11-27 13:57:37.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Nov 27 10:10:53 UTC 2013 - jreidin...@suse.com
+
+- add detection of invalid type in publish call
+- 3.1.3
+
+---
 Fri Oct 25 14:26:08 UTC 2013 - jreidin...@suse.com
 
 - report exceptions via Report.Error so there is no hidden failures
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.2/package/yast2-ruby-bindings.spec 
new/yast2-ruby-bindings-3.1.3/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-3.1.2/package/yast2-ruby-bindings.spec  
2013-11-04 17:05:39.0 +0100
+++ new/yast2-ruby-bindings-3.1.3/package/yast2-ruby-bindings.spec  
2013-11-27 13:57:37.0 +0100
@@ -3,7 +3,7 @@
 #
 
 Name:   yast2-ruby-bindings
-Version:3.1.2
+Version:3.1.3
 Release:0
 License:GPL-2.0
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.2/src/binary/Y2RubyComponent.cc 
new/yast2-ruby-bindings-3.1.3/src/binary/Y2RubyComponent.cc
--- old/yast2-ruby-bindings-3.1.2/src/binary/Y2RubyComponent.cc 2013-11-04 
17:05:39.0 +0100
+++ new/yast2-ruby-bindings-3.1.3/src/binary/Y2RubyComponent.cc 2013-11-27 
13:57:37.0 +0100
@@ -75,12 +75,17 @@
   args-add (YCPString(/*module*/ name));
   args-add (YCPString(/*module*/ module));
 
-  YRuby::loadModule (args);
-  y2debug(Module '%s' loaded, name);
-  // introspect, create data structures for the interpreter
-  Y2Namespace * res = new YRubyNamespace (name);
-  namespaces[name] = res;
-  return res;
+  try {
+YRuby::loadModule (args);
+y2debug(Module '%s' loaded, name);
+// introspect, create data structures for the interpreter
+Y2Namespace * res = new YRubyNamespace (name);
+namespaces[name] = res;
+return res;
+  } catch (exception e) {
+y2error(Loading module failed: %s, e.what());
+return NULL;
+  }
 }
 
 const string Y2RubyComponent::CamelCase2DelimSepated( const char* name)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.2/src/binary/YRubyNamespace.cc 
new/yast2-ruby-bindings-3.1.3/src/binary/YRubyNamespace.cc
--- old/yast2-ruby-bindings-3.1.2/src/binary/YRubyNamespace.cc  2013-11-04 
17:05:39.0 +0100
+++ new/yast2-ruby-bindings-3.1.3/src/binary/YRubyNamespace.cc  2013-11-27