commit MozillaFirefox for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2014-12-25 23:19:56

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


Package is MozillaFirefox

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2014-12-06 13:47:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2014-12-25 23:19:45.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 13 22:13:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in mozilla.sh script
+
+---



Other differences:
--



++ mozilla.sh.in ++
--- /var/tmp/diff_new_pack.04JqTT/_old  2014-12-25 23:19:49.0 +0100
+++ /var/tmp/diff_new_pack.04JqTT/_new  2014-12-25 23:19:49.0 +0100
@@ -131,7 +131,8 @@
 if [ $moz_debug -eq 1 ]; then
   tmpfile=`mktemp /tmp/mozargs.XX` || { echo Cannot create temporary 
file 2; exit 1; }
   trap  [ -f \$tmpfile\ ]  /bin/rm -f -- \$tmpfile\ 0 1 2 3 13 15
-  echo -e set args ${1+$@}\nrun  $tmpfile
+  echo set args ${1+$@}  $tmpfile
+  echo run  $tmpfile
   echo $moz_debugger $MOZ_PROGRAM -x $tmpfile
   exec $moz_debugger $MOZ_PROGRAM -x $tmpfile
 else

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



commit python for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2014-12-25 23:19:55

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


Package is python

Changes:

--- /work/SRC/openSUSE:Factory/python/python-base.changes   2014-12-21 
12:02:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2014-12-25 
23:19:43.0 +0100
@@ -1,0 +2,7 @@
+Sun Dec 21 19:14:17 UTC 2014 - sch...@suse.de
+
+- python-2.7.4-aarch64.patch: Remove obsolete patch
+- python-2.7-libffi-aarch64.patch: Fix argument passing in libffi for
+  aarch64
+
+---
python.changes: same change

Old:

  python-2.7.4-aarch64.patch

New:

  python-2.7-libffi-aarch64.patch



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.PLX95Z/_old  2014-12-25 23:19:45.0 +0100
+++ /var/tmp/diff_new_pack.PLX95Z/_new  2014-12-25 23:19:45.0 +0100
@@ -45,8 +45,8 @@
 Patch17:remove-static-libpython.diff
 # PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 
dims...@opensuse.org -- gettext: when looking in default_localedir also check 
in locale-bundle.
 Patch20:python-bundle-lang.patch
-# PATCH-FIX-OPENSUSE Properly support aarch64 in _ctypes module
-Patch22:python-2.7.4-aarch64.patch
+# PATCH-FIX-UPSTREAM Fix argument passing in libffi for aarch64
+Patch22:python-2.7-libffi-aarch64.patch
 Patch24:python-bsddb6.diff
 # PATCH-FIX-OPENSUSE remove link count optimization that breaks mhlib on btrfs 
(and possibly elsewhere)
 Patch31:python-2.7.7-mhlib-linkcount.patch

python-doc.spec: same change
++ python.spec ++
--- /var/tmp/diff_new_pack.PLX95Z/_old  2014-12-25 23:19:45.0 +0100
+++ /var/tmp/diff_new_pack.PLX95Z/_new  2014-12-25 23:19:45.0 +0100
@@ -49,8 +49,8 @@
 Patch17:remove-static-libpython.diff
 # PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 
dims...@opensuse.org -- gettext: when looking in default_localedir also check 
in locale-bundle.
 Patch20:python-bundle-lang.patch
-# PATCH-FIX-OPENSUSE Properly support aarch64 in _ctypes module
-Patch22:python-2.7.4-aarch64.patch
+# PATCH-FIX-UPSTREAM Fix argument passing in libffi for aarch64
+Patch22:python-2.7-libffi-aarch64.patch
 Patch24:python-bsddb6.diff
 # PATCH-FIX-OPENSUSE remove link count optimization that breaks mhlib on btrfs 
(and possibly elsewhere)
 Patch31:python-2.7.7-mhlib-linkcount.patch


++ python-2.7-libffi-aarch64.patch ++
Index: Python-2.7.9/Modules/_ctypes/libffi/src/aarch64/ffi.c
===
--- Python-2.7.9.orig/Modules/_ctypes/libffi/src/aarch64/ffi.c
+++ Python-2.7.9/Modules/_ctypes/libffi/src/aarch64/ffi.c
@@ -728,7 +728,7 @@ aarch64_prep_args (struct call_context *
  state.ngrn = N_X_ARG_REG;
 
  memcpy (allocate_to_stack (state, stack, ty-alignment,
-ty-size), ecif-avalue + i, ty-size);
+ty-size), ecif-avalue[i], ty-size);
}
  break;
 

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



commit yast2-network for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2014-12-25 23:20:04

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


Package is yast2-network

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2014-12-06 13:47:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2014-12-25 23:19:55.0 +0100
@@ -1,0 +2,7 @@
+Tue Dec 23 10:52:11 UTC 2014 - mvid...@suse.com
+
+- Removed a bash specific post script with a workaround
+  for an ancient bug (bnc#39842).
+- 3.1.112
+
+---

Old:

  yast2-network-3.1.111.tar.bz2

New:

  yast2-network-3.1.112.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.d6Dvm3/_old  2014-12-25 23:19:56.0 +0100
+++ /var/tmp/diff_new_pack.d6Dvm3/_new  2014-12-25 23:19:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.111
+Version:3.1.112
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -91,16 +91,6 @@
 /bin/rm -f $RPM_BUILD_ROOT/%{yast_desktopdir}/network.desktop
 /bin/rm -f $RPM_BUILD_ROOT/%{yast_desktopdir}/provider.desktop
 
-%post -p /bin/bash
-# This fixes the files that were touched when #24842 was in effect.
-# #42990: shut up when no wlan files are there.
-shopt -s nullglob
-files=`echo /etc/sysconfig/network/ifcfg-wlan*`
-if [ -n $files ]; then
-/bin/chown root:root $files
-/bin/chmod 0600 $files
-fi
-
 %files
 %defattr(-,root,root)
 %{yast_ybindir}/*

++ yast2-network-3.1.111.tar.bz2 - yast2-network-3.1.112.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.111/package/yast2-network.changes 
new/yast2-network-3.1.112/package/yast2-network.changes
--- old/yast2-network-3.1.111/package/yast2-network.changes 2014-12-04 
11:22:49.0 +0100
+++ new/yast2-network-3.1.112/package/yast2-network.changes 2014-12-23 
13:12:11.0 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Dec 23 10:52:11 UTC 2014 - mvid...@suse.com
+
+- Removed a bash specific post script with a workaround
+  for an ancient bug (bnc#39842).
+- 3.1.112
+
+---
 Thu Dec  4 09:50:29 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.111/package/yast2-network.spec 
new/yast2-network-3.1.112/package/yast2-network.spec
--- old/yast2-network-3.1.111/package/yast2-network.spec2014-12-04 
11:22:49.0 +0100
+++ new/yast2-network-3.1.112/package/yast2-network.spec2014-12-23 
13:12:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.111
+Version:3.1.112
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -89,17 +89,6 @@
 /bin/rm -f $RPM_BUILD_ROOT/%{yast_desktopdir}/network.desktop
 /bin/rm -f $RPM_BUILD_ROOT/%{yast_desktopdir}/provider.desktop
 
-
-%post -p /bin/bash
-# This fixes the files that were touched when #24842 was in effect.
-# #42990: shut up when no wlan files are there.
-shopt -s nullglob
-files=`echo /etc/sysconfig/network/ifcfg-wlan*`
-if [ -n $files ]; then
-/bin/chown root:root $files
-/bin/chmod 0600 $files
-fi
-
 %files
 %defattr(-,root,root)
 %{yast_ybindir}/*

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



commit autoyast2 for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2014-12-25 23:20:00

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


Package is autoyast2

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2014-12-05 
21:02:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-12-25 
23:19:52.0 +0100
@@ -1,0 +2,13 @@
+Tue Dec 23 10:56:30 CET 2014 - sch...@suse.de
+
+- Setting normal mode while applying single module settings to
+  system. (bnc#909223)
+- 3.1.71
+
+---
+Thu Dec 18 10:54:01 CET 2014 - sch...@suse.de
+
+- Removed code which will be already done by service_manager.
+  (bnc#909745)
+
+---

Old:

  autoyast2-3.1.70.tar.bz2

New:

  autoyast2-3.1.71.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.cM1xiY/_old  2014-12-25 23:19:54.0 +0100
+++ /var/tmp/diff_new_pack.cM1xiY/_new  2014-12-25 23:19:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.70
+Version:3.1.71
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-3.1.70.tar.bz2 - autoyast2-3.1.71.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.70/package/autoyast2.changes 
new/autoyast2-3.1.71/package/autoyast2.changes
--- old/autoyast2-3.1.70/package/autoyast2.changes  2014-12-04 
10:52:22.0 +0100
+++ new/autoyast2-3.1.71/package/autoyast2.changes  2014-12-23 
12:04:14.0 +0100
@@ -1,4 +1,17 @@
 ---
+Tue Dec 23 10:56:30 CET 2014 - sch...@suse.de
+
+- Setting normal mode while applying single module settings to
+  system. (bnc#909223)
+- 3.1.71
+
+---
+Thu Dec 18 10:54:01 CET 2014 - sch...@suse.de
+
+- Removed code which will be already done by service_manager.
+  (bnc#909745)
+
+---
 Thu Dec  4 09:49:27 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.70/package/autoyast2.spec 
new/autoyast2-3.1.71/package/autoyast2.spec
--- old/autoyast2-3.1.70/package/autoyast2.spec 2014-12-04 10:52:22.0 
+0100
+++ new/autoyast2-3.1.71/package/autoyast2.spec 2014-12-23 12:04:14.0 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.70
+Version:3.1.71
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.70/src/clients/inst_autosetup.rb 
new/autoyast2-3.1.71/src/clients/inst_autosetup.rb
--- old/autoyast2-3.1.70/src/clients/inst_autosetup.rb  2014-12-04 
10:52:22.0 +0100
+++ new/autoyast2-3.1.71/src/clients/inst_autosetup.rb  2014-12-23 
12:04:14.0 +0100
@@ -42,6 +42,7 @@
   Yast.import LanUdevAuto
   Yast.import Language
   Yast.import Console
+  Yast.import ServicesManager
 
   Yast.include self, bootloader/routines/autoinstall.rb
   Yast.include self, autoinstall/ask.rb
@@ -354,34 +355,17 @@
 
   Progress.NextStage
 
-  #still supporting old format runlevel
-  if Profile.current['runlevel']
-if Profile.current['runlevel']['default']
-  default_runlevel = Profile.current['runlevel']['default'].to_i
-  @default_target = default_runlevel == 5 ? Target::GRAPHICAL : 
Target::MULTIUSER
-  Builtins.y2milestone(Accepting runlevel '#{default_runlevel}' as 
default target '#{@default_target}')
-elsif Profile.current['runlevel']['default_target']
-  @default_target = Profile.current['runlevel']['default_target'].to_s
-end
-  elsif Profile.current['services-manager'] 
Profile.current['services-manager']['default_target']
-@default_target = 
Profile.current['services-manager']['default_target'].to_s
-  end
-
-  Builtins.y2milestone(autoyast - configured default target: 
'#{@default_target}')
-
-  if @default_target  !@default_target.empty?
-ServicesManagerTarget.default_target = @default_target
+  if Profile.current.has_key? ('runlevel')
+# still supporting old format runlevel
+ServicesManager.import(Profile.current['runlevel'])
+  

commit libgweather for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2014-12-25 23:19:59

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


Package is libgweather

Changes:

--- /work/SRC/openSUSE:Factory/libgweather/libgweather.changes  2014-10-15 
16:26:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes 
2014-12-25 23:19:49.0 +0100
@@ -1,0 +2,8 @@
+Sun Dec 21 20:56:43 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.2:
+  + Fixed a crash in the location entry (bgo#739899).
+  + Location database fixes (bgo#740932, bgo#721446).
+  + Updated translations.
+
+---

Old:

  libgweather-3.14.1.tar.xz

New:

  libgweather-3.14.2.tar.xz



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.bcJIdx/_old  2014-12-25 23:19:50.0 +0100
+++ /var/tmp/diff_new_pack.bcJIdx/_new  2014-12-25 23:19:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libgweather
-Version:3.14.1
+Version:3.14.2
 Release:0
 Summary:Library to get online weather information
 License:GPL-2.0+

++ libgweather-3.14.1.tar.xz - libgweather-3.14.2.tar.xz ++
 35539 lines of diff (skipped)

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



commit cadabra for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package cadabra for openSUSE:Factory checked 
in at 2014-12-25 23:20:35

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


Package is cadabra

Changes:

--- /work/SRC/openSUSE:Factory/cadabra/cadabra.changes  2014-05-01 
07:50:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.cadabra.new/cadabra.changes 2014-12-25 
23:20:27.0 +0100
@@ -1,0 +2,22 @@
+Thu Dec 25 13:54:29 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.41
+  + Fixed two @vary bugs (tst82  tst83 in substitute.cdb)
+- Changes from version 1.40
+  + Fixed a @vary bug.
+- Changes from version 1.39
+  + Fixed checking for notebook version.
+- Changes from version 1.38
+  + Fixed a sign bug with nested expressions 
+- Changes from version 1.37
+  + Fixes for problems flagged by clang.
+- Changes from version 1.36
+  + Fixed a bug that made 2*(-A+B) get simplified incorrectly.
+- Changes from version 1.35
+  + Added 'dvipsnames' to the options for the color package.
+- Changes from version 1.34
+  + Modified xperm_new.c - .cc to not rely on nested functions and
+   variable-sized arrays anymore. This makes it compile with clang.
+   Passes all tests again.
+
+---

Old:

  cadabra-1.33.tar.gz

New:

  cadabra-1.41.tar.gz



Other differences:
--
++ cadabra.spec ++
--- /var/tmp/diff_new_pack.98thAU/_old  2014-12-25 23:20:28.0 +0100
+++ /var/tmp/diff_new_pack.98thAU/_new  2014-12-25 23:20:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cadabra
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cadabra
-Version:1.33
+Version:1.41
 Release:0
 Summary:A computer algebra system for solving problems in field theory
 License:GPL-3.0+

++ cadabra-1.33.tar.gz - cadabra-1.41.tar.gz ++
 4800 lines of diff (skipped)

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



commit docky for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package docky for openSUSE:Factory checked 
in at 2014-12-25 23:20:19

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


Package is docky

Changes:

--- /work/SRC/openSUSE:Factory/docky/docky.changes  2013-05-06 
09:51:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.docky.new/docky.changes 2014-12-25 
23:20:09.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec 23 14:57:34 UTC 2014 - dims...@opensuse.org
+
+- Add docky-mono-3.10.0.patch: Workaround build issues with Mono
+  3.10.0.
+
+---

New:

  docky-mono-3.10.0.patch



Other differences:
--
++ docky.spec ++
--- /var/tmp/diff_new_pack.Y6ep34/_old  2014-12-25 23:20:10.0 +0100
+++ /var/tmp/diff_new_pack.Y6ep34/_new  2014-12-25 23:20:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docky
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:  Productivity/Other
 Url:https://launchpad.net/docky
 Source: 
http://launchpad.net/docky/2.2/%{version}/+download/%{name}-%{version}.tar.xz
+# PATCH-HACK-OPENSUSE docky-mono-3.10.0.patch dims...@opensuse.org -- Work 
around build issues with mono 3.10.0; no idea why it would not like the 
original code
+Patch0: docky-mono-3.10.0.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  mono
@@ -68,6 +70,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-schemas-install

++ docky-mono-3.10.0.patch ++
Index: docky-2.2.0/StandardPlugins/WorkspaceSwitcher/src/Desk.cs
===
--- docky-2.2.0.orig/StandardPlugins/WorkspaceSwitcher/src/Desk.cs
+++ docky-2.2.0/StandardPlugins/WorkspaceSwitcher/src/Desk.cs
@@ -130,7 +130,13 @@ namespace WorkspaceSwitcher
grid [x, y] = desk;
}
if (gridsize.Y - 1  y) {
-   desk = (grid [0, y] != null ? grid [0, 
y].GetNeighbor (Wnck.MotionDirection.Down) : null);
+   if (grid [0, y] != null ) {
+   desk = grid [0, y].GetNeighbor 
(Wnck.MotionDirection.Down);
+   }
+   else {
+   desk = null;
+   }
+   // desk = grid [0, y] != null ? grid 
[0, y].GetNeighbor (Wnck.MotionDirection.Down) : null;
grid [0, y+1] = desk;
}
}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit batctl for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package batctl for openSUSE:Factory checked 
in at 2014-12-25 23:20:12

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


Package is batctl

Changes:

--- /work/SRC/openSUSE:Factory/batctl/batctl.changes2012-12-14 
06:34:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.batctl.new/batctl.changes   2014-12-25 
23:19:58.0 +0100
@@ -1,0 +2,16 @@
+Mon Dec 22 15:22:29 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 2014.3.0
+  + support latest kernels (2.6.29 - 3.16)
+  + drop QinQ claim frames in bridge loop avoidance
+  + fix a bogus warning from batadv_is_on_batman_iface()
+  + removed SET_ETHTOOL_OPS
+  + style improvements:
+   * remove semi-colon after macro definition
+   * add blank line between declarations and the rest of the code
+- Add make dependencies to pkg-config and pkgconfig(libnl-3.0);
+  new upstream requirements
+- Fix Url to batctl homepage
+- Use download Url as source
+
+---

Old:

  batctl-2012.4.0.tar.gz

New:

  batctl-2014.3.0.tar.gz



Other differences:
--
++ batctl.spec ++
--- /var/tmp/diff_new_pack.FE2MlE/_old  2014-12-25 23:20:00.0 +0100
+++ /var/tmp/diff_new_pack.FE2MlE/_new  2014-12-25 23:20:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package batctl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,12 +22,14 @@
 
 Name:   batctl
 Summary:B.A.T.M.A.N. advanced control and management tool
-Version:2012.4.0
+Version:2014.3.0
 Release:2
 License:GPL-2.0
 Group:  Productivity/Networking/Other
-Url:http://downloads.open-mesh.org/batman/stable/sources/batctl/
-Source0:%{name}-%{version}.tar.gz
+Url:http://www.open-mesh.org/projects/batctl
+Source0:
http://downloads.open-mesh.org/batman/stable/sources/batctl/%{name}-%{version}.tar.gz
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libnl-3.0)
 
 %description
 Why do I need batctl?  B.A.T.M.A.N. advanced operates on layer 2 and
@@ -37,8 +39,6 @@
 batctl was created.  At the moment batctl contains ping, traceroute,
 tcpdump and interfaces to the kernel module settings.
 
-  Authors:  Andreas Langer an.lan...@gmx.de, Marek Lindner 
lindner_ma...@yahoo.de
-
 %prep
 %setup -n %{name}-%{version}
 

++ batctl-2012.4.0.tar.gz - batctl-2014.3.0.tar.gz ++
 9107 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-CPAN-Meta for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta for openSUSE:Factory 
checked in at 2014-12-25 23:20:17

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


Package is perl-CPAN-Meta

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Meta/perl-CPAN-Meta.changes
2014-09-17 17:26:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Meta.new/perl-CPAN-Meta.changes   
2014-12-25 23:20:08.0 +0100
@@ -1,0 +2,9 @@
+Sun Dec 21 18:33:58 UTC 2014 - l...@linux-schulserver.de
+
+- update to 2.143240
+  + Give correct path in nested merges such as resources
+  + Removed strings test that should have been removed when
+CPAN::Meta::Requirements was removed to a separate dist
+- follow new company name
+
+---

Old:

  CPAN-Meta-2.142060.tar.gz

New:

  CPAN-Meta-2.143240.tar.gz



Other differences:
--
++ perl-CPAN-Meta.spec ++
--- /var/tmp/diff_new_pack.EMc3MK/_old  2014-12-25 23:20:09.0 +0100
+++ /var/tmp/diff_new_pack.EMc3MK/_new  2014-12-25 23:20:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Meta
-Version:2.142060
+Version:2.143240
 Release:0
 %define cpan_name CPAN-Meta
 Summary:Distribution metadata for a CPAN dist

++ CPAN-Meta-2.142060.tar.gz - CPAN-Meta-2.143240.tar.gz ++
 4038 lines of diff (skipped)

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



commit xfce4-panel-plugin-weather for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-weather for 
openSUSE:Factory checked in at 2014-12-25 23:20:13

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-weather (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-weather.new (New)


Package is xfce4-panel-plugin-weather

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-weather/xfce4-panel-plugin-weather.changes
2014-11-04 17:30:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-weather.new/xfce4-panel-plugin-weather.changes
   2014-12-25 23:20:00.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec 23 15:56:03 UTC 2014 - g...@opensuse.org
+
+- update to version 0.8.5
+  - translation updates
+
+---

Old:

  xfce4-weather-plugin-0.8.4.tar.bz2

New:

  xfce4-weather-plugin-0.8.5.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-weather.spec ++
--- /var/tmp/diff_new_pack.bkaZ9U/_old  2014-12-25 23:20:01.0 +0100
+++ /var/tmp/diff_new_pack.bkaZ9U/_new  2014-12-25 23:20:01.0 +0100
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-weather-plugin
 
 Name:   xfce4-panel-plugin-weather
-Version:0.8.4
+Version:0.8.5
 Release:0
 Summary:Weather Condition Monitoring Plugin for the Xfce Panel
 License:GPL-2.0+

++ xfce4-weather-plugin-0.8.4.tar.bz2 - xfce4-weather-plugin-0.8.5.tar.bz2 
++
 20705 lines of diff (skipped)

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



commit c_count for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package c_count for openSUSE:Factory checked 
in at 2014-12-25 23:20:34

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


Package is c_count

Changes:

--- /work/SRC/openSUSE:Factory/c_count/c_count.changes  2014-06-19 
13:20:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.c_count.new/c_count.changes 2014-12-25 
23:20:26.0 +0100
@@ -1,0 +2,9 @@
+Thu Dec 25 13:22:19 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 7.15
+  + ensure that parse-state returns to code after a comment is
+   completed.  Extend parsing for numbers to improve error-checking.
+  + updated configure macros
+  + update config.guess and config.sub
+
+---

Old:

  c_count-7.14.tgz

New:

  c_count-7.15.tgz



Other differences:
--
++ c_count.spec ++
--- /var/tmp/diff_new_pack.WpFR0H/_old  2014-12-25 23:20:27.0 +0100
+++ /var/tmp/diff_new_pack.WpFR0H/_new  2014-12-25 23:20:27.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   c_count
-Version:7.14
+Version:7.15
 Release:0
 Summary:Source Code Measure Counter for C/C++/Java
 License:MIT
 Group:  Development/Tools/Other
 Url:http://invisible-island.net/c_count/
-Source: ftp://invisible-island.net/c_count/c_count-%{version}.tgz
+Source: ftp://invisible-island.net/c_count/%{name}-%{version}.tgz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc

++ c_count-7.14.tgz - c_count-7.15.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c_count-7.14/CHANGES new/c_count-7.15/CHANGES
--- old/c_count-7.14/CHANGES2013-12-14 16:56:54.0 +0100
+++ new/c_count-7.15/CHANGES2014-09-22 21:59:25.0 +0200
@@ -1,4 +1,12 @@
--- $Id: CHANGES,v 7.27 2013/12/14 15:56:54 tom Exp $
+-- $Id: CHANGES,v 7.29 2014/09/22 19:59:25 tom Exp $
+
+2014/09/22 (c_count 7.15)
+   + ensure that parse-state returns to code after a comment is
+ completed.  Extend parsing for numbers to improve error-checking.
+
+   + updated configure macros
+
+   + update config.guess and config.sub
 
 2013/12/14 (c_count 7.14)
+ add script for cross-compiling NullSoft installer to MinGW.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c_count-7.14/COPYING new/c_count-7.15/COPYING
--- old/c_count-7.14/COPYING2013-08-24 21:14:26.0 +0200
+++ new/c_count-7.15/COPYING2014-09-22 22:03:24.0 +0200
@@ -1,10 +1,10 @@
-$Id: COPYING,v 7.9 2013/08/24 19:14:26 tom Exp $
+$Id: COPYING,v 7.10 2014/09/22 20:03:24 tom Exp $
 
 C_COUNT
 
 

 
-Copyright 1985-2010,2013 by Thomas E. Dickey
+Copyright 1985-2013,2014 by Thomas E. Dickey
 All Rights Reserved.
 
 Permission to use, copy, modify, and distribute this software and its
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c_count-7.14/MANIFEST new/c_count-7.15/MANIFEST
--- old/c_count-7.14/MANIFEST   2013-12-14 21:55:07.0 +0100
+++ new/c_count-7.15/MANIFEST   2013-12-15 21:59:24.0 +0100
@@ -1,4 +1,4 @@
-MANIFEST for c_count-7.14, version v7_14
+MANIFEST for c_count-7.15, version v7_15
 

 MANIFESTthis file
 CHANGES extracted change-log from c_count.c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c_count-7.14/aclocal.m4 new/c_count-7.15/aclocal.m4
--- old/c_count-7.14/aclocal.m4 2013-12-14 16:45:58.0 +0100
+++ new/c_count-7.15/aclocal.m4 2014-09-22 22:02:10.0 +0200
@@ -1,11 +1,11 @@
-dnl $Id: aclocal.m4,v 7.12 2013/12/14 15:45:58 tom Exp $
+dnl $Id: aclocal.m4,v 7.13 2014/09/22 20:02:10 tom Exp $
 dnl Process this file with autoconf to produce a configure script.
 dnl
 dnl See also
 dnlhttp://invisible-island.net/autoconf/ 
 dnl ---
 dnl ---
-dnl CF_ADD_CFLAGS version: 10 updated: 2010/05/26 05:38:42
+dnl CF_ADD_CFLAGS version: 11 updated: 2014/07/22 05:32:57
 dnl -
 dnl Copy non-preprocessor flags to $CFLAGS, preprocessor flags to $CPPFLAGS
 dnl The second parameter if given makes this macro verbose.
@@ -30,7 +30,7 @@
-D*)
cf_tst_cflags=`echo 

commit xfce4-panel-plugin-cpufreq for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-cpufreq for 
openSUSE:Factory checked in at 2014-12-25 23:20:16

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpufreq (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpufreq.new (New)


Package is xfce4-panel-plugin-cpufreq

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpufreq/xfce4-panel-plugin-cpufreq.changes
2013-09-09 09:54:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpufreq.new/xfce4-panel-plugin-cpufreq.changes
   2014-12-25 23:20:06.0 +0100
@@ -1,0 +2,13 @@
+Tue Dec 23 15:47:33 UTC 2014 - g...@opensuse.org
+
+- update to version 1.1.1
+  - fix panel resizing caused by freq format function (bxo#10385)
+  - various other widget layout fixes and simplifications
+  - fix missing return type of cpufreq_show_about (bxo#10343)
+  - fix typo in panel-plugin/Makefile.am (bxo#10332)
+  - various other fixes to the build system
+  - many translation updates
+- remove obsolete
+  xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch
+
+---

Old:

  xfce4-cpufreq-plugin-1.1.0.tar.bz2
  xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch

New:

  xfce4-cpufreq-plugin-1.1.1.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-cpufreq.spec ++
--- /var/tmp/diff_new_pack.TF4X8B/_old  2014-12-25 23:20:07.0 +0100
+++ /var/tmp/diff_new_pack.TF4X8B/_new  2014-12-25 23:20:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-cpufreq
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,13 @@
 %define plugin_name xfce4-cpufreq-plugin
 
 Name:   xfce4-panel-plugin-cpufreq
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:CPU Frequency Scaling Monitor Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
 Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.1/%{plugin_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch 
bxo#10343 g...@opensuse.org -- Fix missing return type
-Patch0: xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gthread-2.0)
@@ -48,7 +46,6 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
 
 %build
 %configure --disable-static
@@ -59,15 +56,10 @@
 
 rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libcpufreq.la
 
-rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-
 %find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
 
 %fdupes %{buildroot}%{_datadir}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %icon_theme_cache_post
 

++ xfce4-cpufreq-plugin-1.1.0.tar.bz2 - xfce4-cpufreq-plugin-1.1.1.tar.bz2 
++
 24574 lines of diff (skipped)

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



commit corebird for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package corebird for openSUSE:Factory 
checked in at 2014-12-25 23:20:22

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


Package is corebird

Changes:

--- /work/SRC/openSUSE:Factory/corebird/corebird.changes2014-10-05 
20:33:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.corebird.new/corebird.changes   2014-12-25 
23:20:16.0 +0100
@@ -1,0 +2,29 @@
+Wed Dec 24 00:19:46 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.9:
+  + Mentions, hashtags and links now get highlighted directly in
+the compose window.
+  + The avatar of the currently active account in a window is now
+clickable, showing all configured accounts.
+  + The logic for autostarting accounts is more explicit now.
+  + The setting regarding the dark theme is gone (existing
+configurations will keep working).
+  + When viewing an image of a tweet with multiple images/videos
+attached, you can now use the cursor keys to navigate between
+them.
+  + Avatars in tweets and profiles now show if the user is
+verified.
+  + Lots of the application should now react better to missing
+network connections.
+  + The activity indicator for loading older tweets is now in the
+tweet list itself.
+  + Some things now get immediately applied instead of needing a
+restart of the client.
+  + Each window now has a back button, additionally to all the
+keyboard shortcuts available for going back and forward.
+  + Last but not least, large parts of the UI have been refined,
+spacing, icons, etc. have been changed.
+- Drop corebird-fix-binding-usage.patch and
+  corebird-fix-manpage-install.patch: Fixed upstream.
+
+---

Old:

  corebird-0.8.tar.gz
  corebird-fix-binding-usage.patch
  corebird-fix-manpage-install.patch

New:

  corebird-0.9.tar.gz



Other differences:
--
++ corebird.spec ++
--- /var/tmp/diff_new_pack.IcVQV7/_old  2014-12-25 23:20:18.0 +0100
+++ /var/tmp/diff_new_pack.IcVQV7/_new  2014-12-25 23:20:18.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   corebird
-Version:0.8
+Version:0.9
 Release:0
 Summary:A lightweight Twitter Client
 License:GPL-3.0+
@@ -26,10 +26,6 @@
 Url:http://corebird.baedert.org/
 #Source:https://github.com/baedert/corebird/archive/%%{version}.tar.gz
 Source0:%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM corebird-fix-binding-usage.patch dims...@opensuse.org -- 
Fix binding usage, taken from git
-Patch0: corebird-fix-binding-usage.patch
-# PATCH-FIX-UPSTREAM corebird-fix-manpage-install.patch dims...@opensuse.org 
-- Fix macros used to install man pages
-Patch1: corebird-fix-manpage-install.patch
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
@@ -54,8 +50,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -83,7 +77,7 @@
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/appdata/org.baedert.corebird.appdata.xml
 %{_datadir}/applications/org.baedert.corebird.desktop
 %{_datadir}/glib-2.0/schemas/org.baedert.corebird.gschema.xml
 %{_datadir}/icons/hicolor/

++ corebird-0.8.tar.gz - corebird-0.9.tar.gz ++
 20820 lines of diff (skipped)

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



commit hylafax+ for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package hylafax+ for openSUSE:Factory 
checked in at 2014-12-25 23:20:21

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


Package is hylafax+

Changes:

--- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes2014-11-26 
10:33:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.hylafax+.new/hylafax+.changes   2014-12-25 
23:20:13.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 14 10:50:26 UTC 2014 - axel.br...@gmx.de
+
+- corrected typo (path) in README.SUSE
+
+---



Other differences:
--
++ hylafax+.spec ++
--- /var/tmp/diff_new_pack.iNwORW/_old  2014-12-25 23:20:16.0 +0100
+++ /var/tmp/diff_new_pack.iNwORW/_new  2014-12-25 23:20:16.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package hylafax plus
+# spec file for package hylafax+
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,21 +13,22 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 %global faxspool/var/spool/hylafax
 
 Summary:   An enterprise-strength fax server
+License:BSD-3-Clause
+Group:  Productivity/Telephony/Servers
 Name:  hylafax+
 Version:   5.5.5
 Release:   0%{?dist}
-License:   BSD-3-Clause
 
 %if 0%{?fedora} = 16
-Group: Applications/Communications
 %else
-Group: Productivity/Telephony/Servers
 %endif
-URL:   http://hylafax.sourceforge.net
+Url:http://hylafax.sourceforge.net
 
 Source0:   
http://downloads.sourceforge.net/hylafax/hylafax-%{version}.tar.gz
 #%if 0%{?sles_version}  1200
@@ -40,51 +41,51 @@
 Source6:   hylafax-faxgetty-ttyS0.service
 Source7:   README.SUSE
 
+BuildRequires:  gcc-c++
 BuildRequires: libjpeg-devel
 BuildRequires: libtiff-devel
-BuildRequires: zlib-devel
 BuildRequires: pam-devel 
-BuildRequires: gcc-c++
+BuildRequires:  zlib-devel
 %if 0%{?fedora} = 16
-BuildRequires: systemd-units
-BuildRequires: openldap-devel 
 BuildRequires: lcms-devel
 BuildRequires: libtiff-tools
+BuildRequires:  openldap-devel
+BuildRequires:  systemd-units
+Requires:   cron
+Requires:   crontabs
+Requires:   gawk
 Requires:  ghostscript
 Requires:  ghostscript-fonts
-Requires:  gawk
-Requires:  sharutils
-Requires:  mailx 
-Requires:  crontabs
 Requires:  libtiff-tools
-Requires:  cron
+Requires:   mailx
+Requires:   sharutils
 %endif
 %if 0%{?fedora}  16
 BuildRequires: jbigkit-devel
 %endif
 %if 0%{?fedora} = 18
-BuildRequires: systemd
-BuildRequires: openldap-devel
-BuildRequires: lcms-devel 
 BuildRequires: jbigkit-devel
+BuildRequires:  lcms-devel
 BuildRequires: libtiff-tools
+BuildRequires:  openldap-devel
+BuildRequires:  systemd
+Requires:   crontabs
+Requires:   gawk
 Requires:  ghostscript
 Requires:  ghostscript-fonts 
-Requires:  gawk
-Requires:  sharutils
 Requires:  mailx
-Requires:  crontabs
+Requires:   sharutils
 %endif
 %if 0%{?suse_version} 
-BuildRequires: openldap2-devel
-BuildRequires: liblcms-devel
 BuildRequires: jbigkit
+BuildRequires:  liblcms-devel
+BuildRequires:  openldap2-devel
+Requires:   cron
+Requires:   gawk
 Requires:  ghostscript 
 Requires:  ghostscript-fonts
-Requires:  gawk
-Requires:  sharutils
 Requires:  mailx
-Requires:  cron
+Requires:   sharutils
 %endif
 %if 0%{?suse_version}  1200
 BuildRequires: systemd
@@ -95,7 +96,7 @@
 Obsoletes: hylafax  30.0.0
 Provides:  hylafax = 30.0.0
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -228,7 +229,6 @@
 install -p -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.daily/hylafax
 install -p -m 755 %{SOURCE3} %{buildroot}%{_sysconfdir}/cron.hourly/hylafax
 
-
 %if 0%{?fedora} = 16 || 0%{?suse_version} = 1210 || 0%{?sles_version} = 1200
 for lnk in hylafax-hfaxd hylafax-faxgetty-ttyS0 hylafax-faxq; do
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc$lnk
@@ -333,7 +333,6 @@
 End SysV settings
 ###SUSE adjust - end
 
-
 %files
 %if 0%{?fedora} = 16 || 0%{?suse_version} = 1210  || 0%{?sles_version} = 
1200
 %defattr(-,root,root,-)
@@ -533,3 +532,5 @@
 %{_mandir}/man1/sendpage.1.gz
 %{_mandir}/man1/sgi2fax.1.gz
 

commit imapfilter for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package imapfilter for openSUSE:Factory 
checked in at 2014-12-25 23:20:24

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


Package is imapfilter

Changes:

--- /work/SRC/openSUSE:Factory/imapfilter/imapfilter.changes2013-12-06 
09:43:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.imapfilter.new/imapfilter.changes   
2014-12-25 23:20:18.0 +0100
@@ -1,0 +2,22 @@
+Sat Dec  6 03:26:47 UTC 2014 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 2.5.7
+ * Support for automatic validation of SSL connections, using the
+   operating system's installed trusted CA certificates (usually from
+   authorities that are shipped with web browsers).
+ * A new wakeonany option makes it possible to end IDLE mode on any
+   event, not just on new messages.
+ * A new reenter option controls whether IDLE mode should be
+   re-entered, after the recovery of the session, which makes it
+   possible to continue with the execution of the next line in the
+   configuration file.
+ * The documentation now mentions that the contain_*() methods do
+   case-insensitive searching (an IMAP limitation).
+ * The documentation now has a better explanation of the arrived_*()
+   and sent_*() methods.
+ * Bug fix; the value returned by the copy method was incorrect in
+   some cases.
+
+---

Old:

  imapfilter-2.5.6.tar.gz

New:

  imapfilter-2.5.7.tar.gz



Other differences:
--
++ imapfilter.spec ++
--- /var/tmp/diff_new_pack.MPi23T/_old  2014-12-25 23:20:19.0 +0100
+++ /var/tmp/diff_new_pack.MPi23T/_new  2014-12-25 23:20:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package imapfilter
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 License:MIT
 Group:  Productivity/Networking/Email/Utilities
 Url:https://github.com/lefcha/imapfilter
-Version:2.5.6
+Version:2.5.7
 Release:0
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ imapfilter-2.5.6.tar.gz - imapfilter-2.5.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.6/.gitignore 
new/imapfilter-2.5.7/.gitignore
--- old/imapfilter-2.5.6/.gitignore 1970-01-01 01:00:00.0 +0100
+++ new/imapfilter-2.5.7/.gitignore 2014-11-16 16:36:40.0 +0100
@@ -0,0 +1,2 @@
+*.o
+imapfilter
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.6/LICENSE new/imapfilter-2.5.7/LICENSE
--- old/imapfilter-2.5.6/LICENSE2013-10-27 23:46:05.0 +0100
+++ new/imapfilter-2.5.7/LICENSE2014-11-16 16:36:40.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2001-2013 Eleftherios Chatzimparmpas
+Copyright (c) 2001-2014 Eleftherios Chatzimparmpas
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the Software),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.6/NEWS new/imapfilter-2.5.7/NEWS
--- old/imapfilter-2.5.6/NEWS   2013-10-27 23:46:05.0 +0100
+++ new/imapfilter-2.5.7/NEWS   2014-11-16 16:36:40.0 +0100
@@ -1,3 +1,18 @@
+IMAPFilter 2.5.7 - 16 Nov 2014
+  - Support for automatic validation of SSL connections, using the operating
+system's installed trusted CA certificates (usually from authorities that
+are shipped with web browsers).
+  - A new wakeonany option makes it possible to end IDLE mode on any event,
+not just on new messages.
+  - A new reenter option controls whether IDLE mode should be re-entered,
+after the recovery of the session, which makes it possible to continue with
+the execution of the next line in the configuration file.
+  - The documentation now mentions that the contain_*() methods do
+case-insensitive searching (an IMAP limitation).
+  - The documentation now has a better explanation of the arrived_*() and
+sent_*() methods.
+  - Bug fix; the value returned by the copy method was incorrect in some cases.
+
 IMAPFilter 2.5.6 - 27 Oct 2013
   - Possible to build again with OpenSSL older than version 1.0.1 (was a
 requirement for the previous release due to new protocols TLS 1.1/1.2).
diff 

commit pacemaker for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2014-12-25 23:21:35

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


Package is pacemaker

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2014-11-24 
11:15:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2014-12-25 
23:20:28.0 +0100
@@ -122 +122 @@
-- crm_mon: Repair notification delivery when the v2 patch format is in use
+- crm_mon: Repair notification delivery when the v2 patch format is in use 
(bsc#909286)



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



commit net-snmp for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package net-snmp for openSUSE:Factory 
checked in at 2014-12-25 23:21:39

Comparing /work/SRC/openSUSE:Factory/net-snmp (Old)
 and  /work/SRC/openSUSE:Factory/.net-snmp.new (New)


Package is net-snmp

Changes:

--- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes2014-09-24 
13:09:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.net-snmp.new/net-snmp.changes   2014-12-25 
23:20:35.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 30 15:52:36 UTC 2014 - cobe...@gmail.com
+
+- also stop snmptrapd on removal
+
+---



Other differences:
--
++ net-snmp.spec ++
--- /var/tmp/diff_new_pack.YkPkMB/_old  2014-12-25 23:20:37.0 +0100
+++ /var/tmp/diff_new_pack.YkPkMB/_new  2014-12-25 23:20:37.0 +0100
@@ -284,6 +284,7 @@
 
 %preun
 %stop_on_removal snmpd
+%stop_on_removal snmptrapd
 
 %post
 /sbin/chkconfig -c snmpd 2 /dev/null  FIRST_ARG=2

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



commit tvbrowser for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package tvbrowser for openSUSE:Factory 
checked in at 2014-12-25 23:20:30

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


Package is tvbrowser

Changes:

--- /work/SRC/openSUSE:Factory/tvbrowser/tvbrowser.changes  2014-09-15 
18:25:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.tvbrowser.new/tvbrowser.changes 2014-12-25 
23:20:22.0 +0100
@@ -1,0 +2,25 @@
+Wed Dec 24 13:27:19 UTC 2014 - dl8...@darc.de
+
+- Update to version 3.4.1
+- Only now and next programs in tray use filter settings value
+- Allow instant advanced search for repetition search
+- Make download handling more safe for not reacting servers (use threaded 
timeouts)
+- Use at least picture with if available for picture display
+- Speed up date change for program table
+- Missing ProgramReceiceIfs are causing problems
+- Create backup files for plugin data
+- Better search for running and next program in tray
+- Show channel logo in program panels
+- Show restart entry in tray and after changing of locale
+- Speed up marking
+- Allow plugins to disable artificial plugin tree
+- Create new favorite type for direct usage of filters
+- Add fallback to auto download of plugin list
+- Favorite exclusion window too small
+- FilterManager should also handle ChannelGroups
+- Show sort number in reminder and tray
+- Internet connection check may have threading problem
+- Add alphabetically sort function to filter tree
+- Allow easy creation of channel filter
+
+---

Old:

  tvbrowser_3.4.0.1_src.zip

New:

  tvbrowser_3.4.1.0_src.zip



Other differences:
--
++ tvbrowser.spec ++
--- /var/tmp/diff_new_pack.5j1XDO/_old  2014-12-25 23:20:24.0 +0100
+++ /var/tmp/diff_new_pack.5j1XDO/_new  2014-12-25 23:20:24.0 +0100
@@ -20,7 +20,7 @@
 Summary:Digital TV guide
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Other
-Version:3.4.0.1
+Version:3.4.1.0
 Release:0
 Requires:   java = 1.6
 Url:http://tv-browser.org


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



commit efibootmgr for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package efibootmgr for openSUSE:Factory 
checked in at 2014-12-25 23:21:37

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


Package is efibootmgr

Changes:

--- /work/SRC/openSUSE:Factory/efibootmgr/efibootmgr.changes2014-11-12 
00:21:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.efibootmgr.new/efibootmgr.changes   
2014-12-25 23:20:32.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 22 21:43:12 UTC 2014 - mplus...@suse.com
+
+- Enable i586 build
+
+---



Other differences:
--
++ efibootmgr.spec ++
--- /var/tmp/diff_new_pack.bsvlf7/_old  2014-12-25 23:20:34.0 +0100
+++ /var/tmp/diff_new_pack.bsvlf7/_new  2014-12-25 23:20:34.0 +0100
@@ -31,7 +31,7 @@
 BuildRequires:  efivar-devel
 BuildRequires:  pciutils-devel
 BuildRequires:  zlib-devel
-ExclusiveArch:  ia64 x86_64 aarch64
+ExclusiveArch:  ia64 x86_64 i586 aarch64
 
 %description
 The EFI Boot Manager allows the user to edit the Intel Extensible

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



commit tiff for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2014-12-25 23:20:06

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


Package is tiff

Changes:

--- /work/SRC/openSUSE:Factory/tiff/tiff.changes2013-09-08 
13:06:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2014-12-25 
23:19:57.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 22 19:58:43 UTC 2014 - meiss...@suse.com
+
+- build with PIE
+
+---



Other differences:
--
++ tiff.spec ++
--- /var/tmp/diff_new_pack.4ARf1K/_old  2014-12-25 23:19:58.0 +0100
+++ /var/tmp/diff_new_pack.4ARf1K/_new  2014-12-25 23:19:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tiff
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -117,8 +117,9 @@
 %patch11
 
 %build
+CFLAGS=$RPM_OPT_FLAGS -fPIE
 %configure --disable-static --with-pic
-make %{?_smp_mflags}
+make %{?_smp_mflags} LDFLAGS=-pie
 
 %install
 mkdir -p %{buildroot}/{%{_mandir}/{man1,man3},usr/{bin,lib,include}}

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



commit xfce4-taskmanager for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package xfce4-taskmanager for 
openSUSE:Factory checked in at 2014-12-25 23:20:28

Comparing /work/SRC/openSUSE:Factory/xfce4-taskmanager (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-taskmanager.new (New)


Package is xfce4-taskmanager

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-taskmanager/xfce4-taskmanager.changes  
2014-01-09 16:08:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-taskmanager.new/xfce4-taskmanager.changes 
2014-12-25 23:20:21.0 +0100
@@ -1,0 +2,23 @@
+Wed Dec 24 19:55:23 UTC 2014 - g...@opensuse.org
+
+- update to version 1.1.0
+  - stop using lots of deprecated Gtk2 API
+  - add a process treeview mode
+  - general UI/graph overhaul
+  - various crash  correctness fixes on the bsd backend
+  - add a searchbox to filter on process names (bxo#9856)
+  - make Escape key close the main window (bxo#11343)
+  - fix window settings not properly saved (bxo#10670)
+  - fix build issue on FreeBSD 9.0 (bxo#8081)
+  - fix the refresh rate menu
+  - default the focus on the process list instead of the exec button
+(bxo#10643)
+  - add an option to show memory/swap usage as bytes instead of %
+(bxo#6503)
+  - add unique app behaviour (bxo#8808)
+  - default to close the window instead of hiding in systray
+(bxo#10941)
+  - fix type causing high cpu usage on ARM (bxo#10417)
+  - tons of translation updates
+
+---

Old:

  xfce4-taskmanager-1.0.1.tar.bz2

New:

  xfce4-taskmanager-1.1.0.tar.bz2



Other differences:
--
++ xfce4-taskmanager.spec ++
--- /var/tmp/diff_new_pack.NQQ3KP/_old  2014-12-25 23:20:22.0 +0100
+++ /var/tmp/diff_new_pack.NQQ3KP/_new  2014-12-25 23:20:22.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   xfce4-taskmanager
-Version:1.0.1
+Version:1.1.0
 Release:0
 Summary:Simple Taskmanager for the Xfce Desktop Environment
 License:GPL-2.0+
 Group:  System/Monitoring
 Url:http://goodies.xfce.org/projects/applications/xfce4-taskmanager
-Source: 
http://archive.xfce.org/src/apps/xfce4-taskmanager/1.0/%{name}-%{version}.tar.bz2
+Source: 
http://archive.xfce.org/src/apps/xfce4-taskmanager/1.1/%{name}-%{version}.tar.bz2
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cairo)

++ xfce4-taskmanager-1.0.1.tar.bz2 - xfce4-taskmanager-1.1.0.tar.bz2 ++
 48248 lines of diff (skipped)

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



commit rosegarden for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2014-12-25 23:20:31

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


Package is rosegarden

Changes:

--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes2014-09-22 
09:24:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes   
2014-12-25 23:20:24.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 29 02:23:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in scripts
+- add patches:
+  * rosegarden-14.02-fix-bashisms.patch
+
+---

New:

  rosegarden-14.02-fix-bashisms.patch



Other differences:
--
++ rosegarden.spec ++
--- /var/tmp/diff_new_pack.OSb7xO/_old  2014-12-25 23:20:26.0 +0100
+++ /var/tmp/diff_new_pack.OSb7xO/_new  2014-12-25 23:20:26.0 +0100
@@ -28,6 +28,7 @@
 Source2:%{name}.1
 # This patch fixes the file search paths for examples, templates and midi 
driver libraries.
 Patch1: rosegarden-10.10-filepaths.patch
+Patch2: rosegarden-14.02-fix-bashisms.patch
 BuildRequires:  alsa-devel
 BuildRequires:  automake
 BuildRequires:  dssi-devel
@@ -78,6 +79,7 @@
 %prep
 %setup -q
 %patch1
+%patch2 -p1
 # When we build svn we need to execute bootstrap.sh it doesn't harm the 
release build either.
 sh bootstrap.sh
 

++ rosegarden-14.02-fix-bashisms.patch ++
diff -Ndur rosegarden-14.02/scripts/distclean.sh 
rosegarden-14.02-fix-bashisms/scripts/distclean.sh
--- rosegarden-14.02/scripts/distclean.sh   2014-03-03 13:58:44.0 
+0200
+++ rosegarden-14.02-fix-bashisms/scripts/distclean.sh  2014-11-29 
04:16:27.094140542 +0200
@@ -1,12 +1,10 @@
 #!/bin/sh
-rm -f  {,src/,po/,docs/,data/}CMakeCache.txt
-rm -f  {,src/,po/,docs/,data/}cmake_install.cmake
-rm -f  {,src/,po/,docs/,data/}cmake_uninstall.cmake
-rm -f  {,src/,po/,docs/,data/}CPackConfig.cmake
-rm -f  {,src/,po/,docs/,data/}CPackSourceConfig.cmake
-rm -f  {,src/,po/,docs/,data/}install_manifest.txt
-rm -f  {,src/,po/,docs/,data/}progress.make
-rm -f  {,src/,po/,docs/,data/}Makefile
-rm -rf {,src/,po/,docs/,data/}CMakeFiles
-rm -rf {,src/,po/,docs/,data/}_CPack_Packages
+for d in . src po docs data; do
+   for f in CMakeCache.txt cmake_install.cmake cmake_uninstall.cmake 
CPackConfig.cmake CPackSourceConfig.cmake install_manifest.txt progress.make 
Makefile; do
+   rm -f $d/$f
+   done
+   for f in CMakeFiles _CPack_Packages; do
+   rm -rf $d/$f
+   done
+done
 rm -rf RGbuild/*
diff -Ndur rosegarden-14.02/scripts/reorganise.sh 
rosegarden-14.02-fix-bashisms/scripts/reorganise.sh
--- rosegarden-14.02/scripts/reorganise.sh  2014-03-03 13:58:44.0 
+0200
+++ rosegarden-14.02-fix-bashisms/scripts/reorganise.sh 2014-11-29 
04:21:14.766121081 +0200
@@ -585,7 +585,7 @@
fi
 fi
 done
-mv guitar/*.{cpp,h} $g/editors/guitar/
+mv guitar/*.cpp guitar/*.h $g/editors/guitar/
 
 cd ../src
 
@@ -601,21 +601,25 @@
 perlcommand=s/$before/$after/g ; $perlcommand
 done
 
-for file in */*.{cpp,h} */*/*.{cpp,h} */*/*/*.{cpp,h}; do
-perl -i -p -e $perlcommand $file
+for e in cpp h; do
+for file in */*.$e */*/*.$e */*/*/*.$e; do
+   perl -i -p -e $perlcommand $file
+done
 done
 
 echo Adding headers at `date`... 12
 
-for x in {base,sound,sequencer}/*.h ; do
-egrep ^class [A-Za-z_0-9][^:;]* $x | \
-   grep -v ';' | \
-   sed -e 's/^class //' -e 's/[:;{/].*//' | \
-   sort | uniq | \
-   sed s, *\$,:$x,
-egrep '^typedef ([A-Za-z0-9_]+ +)+[A-Za-z][A-Za-z0-9_]* *; *$' $x | \
-   sed 's/^.* \([A-Za-z0-9_]*\) *; *$/\1/' | \
-   sed s, *\$,:$x,
+for d in base sound sequencer; do
+for x in $d/*.h ; do
+   egrep ^class [A-Za-z_0-9][^:;]* $x | \
+   grep -v ';' | \
+   sed -e 's/^class //' -e 's/[:;{/].*//' | \
+   sort | uniq | \
+   sed s, *\$,:$x,
+   egrep '^typedef ([A-Za-z0-9_]+ +)+[A-Za-z][A-Za-z0-9_]* *; *$' $x | \
+   sed 's/^.* \([A-Za-z0-9_]*\) *; *$/\1/' | \
+   sed s, *\$,:$x,
+done
 done  $class_header_cache
 
 for hfile in $candidate_h ; do 
@@ -788,8 +792,10 @@
 
 echo Formatting at `date`... 12
 
-for file in */*.{cpp,h} */*/*.{cpp,h} */*/*/*.{cpp,h} ; do 
-perl -i -p -e 's,^//(inc|dec|ndec|replacement_candidate)!,,' $file
+for e in cpp h; do
+for file in */*.$e */*/*.$e */*/*/*.$e ; do 
+   perl -i -p -e 's,^//(inc|dec|ndec|replacement_candidate)!,,' $file
+done
 done
 
 for file in */*.cpp */*/*.cpp */*/*/*.cpp ; do 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For 

commit xfce4-panel-plugin-eyes for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-eyes for 
openSUSE:Factory checked in at 2014-12-25 23:20:14

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-eyes (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-eyes.new (New)


Package is xfce4-panel-plugin-eyes

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-eyes/xfce4-panel-plugin-eyes.changes
  2013-03-08 09:57:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-eyes.new/xfce4-panel-plugin-eyes.changes
 2014-12-25 23:20:02.0 +0100
@@ -1,0 +2,7 @@
+Tue Dec 23 15:50:11 UTC 2014 - g...@opensuse.org
+
+- update to version 4.4.3
+  - fixes for the build system
+  - translation updates
+
+---

Old:

  xfce4-eyes-plugin-4.4.2.tar.bz2

New:

  xfce4-eyes-plugin-4.4.3.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-eyes.spec ++
--- /var/tmp/diff_new_pack.Uxfqye/_old  2014-12-25 23:20:05.0 +0100
+++ /var/tmp/diff_new_pack.Uxfqye/_new  2014-12-25 23:20:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-eyes
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-eyes-plugin
 
 Name:   xfce4-panel-plugin-eyes
-Version:4.4.2
+Version:4.4.3
 Release:0
 Summary:Eyes Plugin for the Xfce Panel
 License:GPL-2.0+
@@ -55,15 +55,10 @@
 
 rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libeyes.la
 
-rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-
 %find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
 
 %fdupes %{buildroot}%{_datadir}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %icon_theme_cache_post
 

++ xfce4-eyes-plugin-4.4.2.tar.bz2 - xfce4-eyes-plugin-4.4.3.tar.bz2 ++
 37549 lines of diff (skipped)

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



commit zoo for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package zoo for openSUSE:Factory checked in 
at 2014-12-25 23:20:20

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


Package is zoo

Changes:

--- /work/SRC/openSUSE:Factory/zoo/zoo.changes  2014-08-27 07:46:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.zoo.new/zoo.changes 2014-12-25 
23:20:10.0 +0100
@@ -1,0 +2,7 @@
+Tue Dec 23 14:24:00 UTC 2014 - meiss...@suse.com
+
+- build with PIE support. stack-protector is now default
+- zoo.patch: also include utime.h and unistd.h for some
+  more prototypes to fix implicit warnings
+
+---



Other differences:
--
++ zoo.spec ++
--- /var/tmp/diff_new_pack.VT1iar/_old  2014-12-25 23:20:13.0 +0100
+++ /var/tmp/diff_new_pack.VT1iar/_new  2014-12-25 23:20:13.0 +0100
@@ -64,7 +64,7 @@
 %patch8
 
 %build
-make linux OPTIM=$RPM_OPT_FLAGS -fstack-protector
+make linux OPTIM=$RPM_OPT_FLAGS -fPIE LDFLAGS=-pie
 
 %install
 mkdir -p $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1}

++ zoo.patch ++
--- /var/tmp/diff_new_pack.VT1iar/_old  2014-12-25 23:20:13.0 +0100
+++ /var/tmp/diff_new_pack.VT1iar/_new  2014-12-25 23:20:13.0 +0100
@@ -1,7 +1,7 @@
 Index: basename.c
 ===
 basename.c.orig1991-07-11 21:06:24.0 +0200
-+++ basename.c 2009-11-24 19:46:08.134708000 +0100
+--- basename.c.orig
 basename.c
 @@ -18,7 +18,7 @@ Copyright (C) 1986, 1987 Rahul Dhesi --
  
  /* This function strips device/directory information from
@@ -13,8 +13,8 @@
  {
 Index: makefile
 ===
 makefile.orig  1992-07-27 06:01:40.0 +0200
-+++ makefile   2009-11-24 19:46:08.14371 +0100
+--- makefile.orig
 makefile
 @@ -18,13 +18,13 @@
  
  MAKE = make # needed for some systems e.g. older BSD
@@ -46,8 +46,8 @@
  # linux as above, static linked
 Index: options.h
 ===
 options.h.orig 1991-07-11 21:07:32.0 +0200
-+++ options.h  2009-11-24 19:46:08.151711000 +0100
+--- options.h.orig
 options.h
 @@ -89,7 +89,7 @@ For documentation about this file, see o
  /***/
  
@@ -59,20 +59,25 @@
  #define EXISTS(f) (access(f, 00) == 0)
 Index: various.h
 ===
 various.h.orig 1991-07-11 21:07:38.0 +0200
-+++ various.h  2009-11-24 19:46:08.157708000 +0100
-@@ -26,6 +26,7 @@ the predefined type FILE.
+--- various.h.orig
 various.h
+@@ -25,7 +25,12 @@ the predefined type FILE.
+ 
  #ifdef ANSI_HDRS /* if not defined in stdio.h */
  # include string.h
++# include sys/types.h
++# include sys/stat.h
  # include stdlib.h
 +# include time.h
++# include unistd.h
++# include utime.h
  #else
  FILE *fdopen PARMS ((int, char *));
  FILE *fopen PARMS ((char *, char *));
 Index: zooadd.c
 ===
 zooadd.c.orig  1991-07-11 21:07:56.0 +0200
-+++ zooadd.c   2009-11-24 19:46:08.172712000 +0100
+--- zooadd.c.orig
 zooadd.c
 @@ -132,7 +132,7 @@ if (exists (zoo_path)) {
  
  if (zoo_file == NOFILE)
@@ -93,8 +98,8 @@
 if (this_file == NOFILE) {
 Index: zoofns.h
 ===
 zoofns.h.orig  1991-07-11 21:08:00.0 +0200
-+++ zoofns.h   2009-11-24 19:46:08.185709000 +0100
+--- zoofns.h.orig
 zoofns.h
 @@ -85,7 +85,7 @@ void addbfcrc PARMS ((char *, int));
  void addfname PARMS ((char *, long, unsigned int, unsigned int, 
unsigned, unsigned));

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



commit desktop-file-utils for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package desktop-file-utils for 
openSUSE:Factory checked in at 2014-12-25 23:21:42

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


Package is desktop-file-utils

Changes:

--- /work/SRC/openSUSE:Factory/desktop-file-utils/desktop-file-utils.changes
2013-09-04 13:27:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-file-utils.new/desktop-file-utils.changes   
2014-12-25 23:20:39.0 +0100
@@ -1,0 +2,10 @@
+Mon Dec 15 00:09:35 UTC 2014 - stefan.bru...@rwth-aachen.de
+
+- Add U_trailing-semicolons-are-optional_aec5711.patch
+  bfo#76902, fixes a no longer correct rpmlint warning for some
+  upstream desktop files without trailing semicolon
+- Add U_add-EDE-desktop-environment_97d6ba3.patch,
+  U_add-Cinnamon-desktop-environment_50271fe.patch
+  bfo#56353, bfo#73497
+
+---

New:

  U_add-Cinnamon-desktop-environment_50271fe.patch
  U_add-EDE-desktop-environment_97d6ba3.patch
  U_trailing-semicolons-are-optional_aec5711.patch



Other differences:
--
++ desktop-file-utils.spec ++
--- /var/tmp/diff_new_pack.rbhEhR/_old  2014-12-25 23:20:40.0 +0100
+++ /var/tmp/diff_new_pack.rbhEhR/_new  2014-12-25 23:20:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package desktop-file-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,11 @@
 Source2:macros.desktop-file-utils
 # PATCH-FEATURE-OPENSUSE desktop-file-utils-suse-keys.patch vu...@opensuse.org 
-- Handle SUSE-specific keys in validator. This is not strictly necessary, 
since they are prefixed with X-, but we can verify that the value has the right 
type.
 Patch0: desktop-file-utils-suse-keys.patch
+# PATCH-UPSTREAM -- trailing semicolons are no longer required
+Patch1: U_trailing-semicolons-are-optional_aec5711.patch
+# PATCH-UPSTREAM -- add Cinnamon and EDE desktop environments
+Patch2: U_add-Cinnamon-desktop-environment_50271fe.patch
+Patch3: U_add-EDE-desktop-environment_97d6ba3.patch
 BuildRequires:  glib2-devel
 BuildRequires:  pkg-config
 #!BuildIgnore:  dbus-1-x11
@@ -46,6 +51,9 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %configure \

++ U_add-Cinnamon-desktop-environment_50271fe.patch ++
From 848c82b2332d0556c22c10a9c64d1f39850271fe Mon Sep 17 00:00:00 2001
From: Michael Webster miketwebs...@gmail.com
Date: Fri, 7 Mar 2014 20:16:52 -0500
Subject: Add Cinnamon to list of registered environments.

https://github.com/linuxmint/Cinnamon

https://bugs.freedesktop.org/show_bug.cgi?id=73497

diff --git a/src/validate.c b/src/validate.c
index 77a5fda..6859c1b 100644
--- a/src/validate.c
+++ b/src/validate.c
@@ -363,7 +363,7 @@ static DesktopKeyDefinition registered_action_keys[] = {
 };
 
 static const char *show_in_registered[] = {
-  GNOME, KDE, LXDE, MATE, Razor, ROX, TDE, Unity, XFCE, Old
+  Cinnamon, GNOME, KDE, LXDE, MATE, Razor, ROX, TDE, Unity, 
XFCE, Old
 };
 
 static struct {
-- 
cgit v0.10.2

++ U_add-EDE-desktop-environment_97d6ba3.patch ++
From be0c630a19aa1788ef731def911770ce497d6ba3 Mon Sep 17 00:00:00 2001
From: David Faure fa...@kde.org
Date: Tue, 1 Apr 2014 22:29:08 +0200
Subject: Add EDE to the list of desktop environments

https://bugs.freedesktop.org/show_bug.cgi?id=56353

diff --git a/src/validate.c b/src/validate.c
index 6859c1b..b4b752e 100644
--- a/src/validate.c
+++ b/src/validate.c
@@ -363,7 +363,7 @@ static DesktopKeyDefinition registered_action_keys[] = {
 };
 
 static const char *show_in_registered[] = {
-  Cinnamon, GNOME, KDE, LXDE, MATE, Razor, ROX, TDE, Unity, 
XFCE, Old
+  GNOME, KDE, LXDE, MATE, Razor, ROX, TDE, Unity, XFCE, 
Cinnamon, EDE, Old
 };
 
 static struct {
-- 
cgit v0.10.2

++ U_trailing-semicolons-are-optional_aec5711.patch ++
From 9e279cc3fac9a7e92bf426867fa83c0c7aec5711 Mon Sep 17 00:00:00 2001
From: Jerome Leclanche jer...@leclan.ch
Date: Tue, 1 Apr 2014 15:33:16 +0200
Subject: desktop-file-validate: Trailing semicolons have been downgraded to
 optional

https://bugs.freedesktop.org/show_bug.cgi?id=76902
Approved by David Faure and Ryan Lortie

diff --git a/src/validate.c b/src/validate.c
index 68fd6f0..77a5fda 100644
--- a/src/validate.c
+++ b/src/validate.c
@@ -765,9 +765,6 @@ validate_numeric_key (kf_validator *kf,
 /* + Values of type string may contain all ASCII 

commit yast2-services-manager for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-services-manager for 
openSUSE:Factory checked in at 2014-12-25 23:21:38

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


Package is yast2-services-manager

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
2014-12-19 09:37:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-services-manager.new/yast2-services-manager.changes
   2014-12-25 23:20:34.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 19 12:14:11 CET 2014 - sch...@suse.de
+
+- AutoYaST: Moved code from autoyast2 package to import function of
+  services_manager_target. (bnc#909745)
+
+---



Other differences:
--
++ yast2-services-manager.spec ++
--- /var/tmp/diff_new_pack.u9qlnn/_old  2014-12-25 23:20:35.0 +0100
+++ /var/tmp/diff_new_pack.u9qlnn/_new  2014-12-25 23:20:35.0 +0100
@@ -26,7 +26,6 @@
 Name:   yast2-services-manager
 Version:3.1.39
 Release:0
-
 BuildArch:  noarch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-services-manager-3.1.39.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.39/package/yast2-services-manager.changes 
new/yast2-services-manager-3.1.39/package/yast2-services-manager.changes
--- old/yast2-services-manager-3.1.39/package/yast2-services-manager.changes
2014-12-17 13:36:12.0 +0100
+++ new/yast2-services-manager-3.1.39/package/yast2-services-manager.changes
2014-12-22 16:16:12.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Dec 19 12:14:11 CET 2014 - sch...@suse.de
+
+- AutoYaST: Moved code from autoyast2 package to import function of
+  services_manager_target. (bnc#909745)
+
+---
 Wed Dec 17 12:18:46 CET 2014 - sch...@suse.de
 
 - AutoYaST import: initialize Yast::I18n correctly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.39/package/yast2-services-manager.spec 
new/yast2-services-manager-3.1.39/package/yast2-services-manager.spec
--- old/yast2-services-manager-3.1.39/package/yast2-services-manager.spec   
2014-12-17 13:36:12.0 +0100
+++ new/yast2-services-manager-3.1.39/package/yast2-services-manager.spec   
2014-12-22 16:16:12.0 +0100
@@ -25,7 +25,6 @@
 
 Name:   yast2-services-manager
 Version:3.1.39
-
 Release:0
 BuildArch:  noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.39/src/modules/services_manager_target.rb 
new/yast2-services-manager-3.1.39/src/modules/services_manager_target.rb
--- old/yast2-services-manager-3.1.39/src/modules/services_manager_target.rb
2014-12-17 13:36:12.0 +0100
+++ new/yast2-services-manager-3.1.39/src/modules/services_manager_target.rb
2014-12-22 16:16:12.0 +0100
@@ -121,8 +121,14 @@
 end
 
 def import profile
-  return false if profile.target.nil? || profile.target.empty?
-  self.default_target = profile.target
+  if profile.target.nil? || profile.target.empty?
+# setting default_target due the defined environment
+self.default_target = (Installation.x11_setup_needed 
+  Arch.x11_setup_needed 
+  Pkg.IsSelected(xorg-x11-server)) ? BaseTargets::GRAPHICAL : 
BaseTargets::MULTIUSER
+  else
+self.default_target = profile.target
+  end
 end
 
 def inspect
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.39/test/services_manager_test.rb 
new/yast2-services-manager-3.1.39/test/services_manager_test.rb
--- old/yast2-services-manager-3.1.39/test/services_manager_test.rb 
2014-12-17 13:36:12.0 +0100
+++ new/yast2-services-manager-3.1.39/test/services_manager_test.rb 
2014-12-22 16:16:12.0 +0100
@@ -5,6 +5,9 @@
 module Yast
   Yast.import 'ServicesManagerTarget'
   Yast.import 'ServicesManager'
+  Yast.import 'Installation'
+  Yast.import 'Arch'
+  Yast.import 'Pkg'
 
   extend Yast::I18n
   Yast::textdomain services-manager
@@ -94,6 +97,26 @@
   expect(ServicesManagerTarget).to receive(:import).and_call_original
   expect(ServicesManager.import(data)).to eq(true)
 end
+
+it imports data for systemd target runlevel 3 do
+  data = {
+

commit imagewriter for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package imagewriter for openSUSE:Factory 
checked in at 2014-12-25 23:20:25

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


Package is imagewriter

Changes:

--- /work/SRC/openSUSE:Factory/imagewriter/imagewriter.changes  2014-05-27 
12:00:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.imagewriter.new/imagewriter.changes 
2014-12-25 23:20:19.0 +0100
@@ -1,0 +2,10 @@
+Tue Dec  9 00:10:34 UTC 2014 - malcolmle...@opensuse.org
+
+- Update to latest git release 7998f7c:
+  + Man page added.
+  + Desktop file fixes to remove path to exec.
+  + Update to FSF address in COPYING.
+  + Cleanup of build process in cmake project file and rpm spec
+file.
+
+---

Old:

  imagewriter-1.10.1396965491.a4dcffa.tar.xz

New:

  imagewriter-1.10.1417937728.7998f7c.tar.xz



Other differences:
--
++ imagewriter.spec ++
--- /var/tmp/diff_new_pack.BoGXsO/_old  2014-12-25 23:20:21.0 +0100
+++ /var/tmp/diff_new_pack.BoGXsO/_new  2014-12-25 23:20:21.0 +0100
@@ -1,14 +1,19 @@
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# spec file for package imagewriter
 #
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An Open Source License is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
 
-Url:https://github.com/openSUSE/imagewriter
-Name:   imagewriter
-BuildRequires:  gcc-c++, xz
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 %if 0%{?rhel_version} == 600
  %define dist el6
@@ -56,32 +61,39 @@
 %define definedbackend USEUDISKS2
 %endif
 
-Summary:Utility for writing disk images to USB keys
-Version:1.10.1396965491.a4dcffa
+Name:   imagewriter
+Version:1.10.1417937728.7998f7c
 Release:0
-Group:  Hardware/Other
+Summary:Utility for writing disk images to USB keys
 License:GPL-2.0
-Source: imagewriter-%{version}.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{breq} %{backend}
+Group:  Hardware/Other
+Url:https://github.com/openSUSE/imagewriter
+Source0:imagewriter-%{version}.tar.xz
+BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  %{breq} %{backend}
+BuildRequires:  xz
 Requires:   xdg-utils
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-A graphical utility for writing raw disk images  hybrid ISOs to USB keys
+A graphical utility for writing raw disk images  hybrid ISOs to USB keys.
 
 %prep
-%setup
+%setup -q
 
 %build
-%{qmake} PREFIX=%{buildroot}/%{_prefix} DEFINES=%{definedbackend} 
imagewriter.pro
-make buildroot=%{buildroot} CFLAGS=%{optflags} -DKIOSKHACK
+# Create qmake cache file for building and use optflags.
+cat  .qmake.cache EOF
+PREFIX=%{_prefix}
+QMAKE_CXXFLAGS_RELEASE += %{optflags} -DKIOSKHACK
+DEFINES=%{definedbackend}
+EOF
+%{qmake}
+make
 
 %install
-# I don't know why 'make install' ignores the binary when built in OBS
-install -d %{buildroot}/usr/bin
-install -m 755 -p imagewriter %{buildroot}/%{_bindir}
-make install
+make INSTALL_ROOT=%{buildroot} install
 %if 0%{?suse_version}
 %suse_update_desktop_file imagewriter
 %endif
@@ -98,9 +110,14 @@
 
 %files
 %defattr(-,root,root)
+%doc COPYING
 %{_bindir}/imagewriter
 %{_datadir}/applications/imagewriter.desktop
 %{_datadir}/icons/hicolor/*/apps/imagewriter.*
-%doc COPYING
+%if 0%{?mandriva_version}
+%{_mandir}/man1/imagewriter.1.*
+%else
+%{_mandir}/man1/imagewriter.1%{?ext_man}
+%endif
 
 %changelog

++ imagewriter-1.10.1396965491.a4dcffa.tar.xz - 
imagewriter-1.10.1417937728.7998f7c.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imagewriter-1.10.1396965491.a4dcffa/COPYING 
new/imagewriter-1.10.1417937728.7998f7c/COPYING
--- old/imagewriter-1.10.1396965491.a4dcffa/COPYING 

commit calibre for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2014-12-25 23:21:50

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


Package is calibre

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2014-12-21 
12:04:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2014-12-25 
23:20:46.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec 24 22:13:08 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Harden required Qt5Core and Qt5Gui library versions: Qt's private
+  headers are not under BC guarantee, and can break it even with
+  patch releases
+
+---



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.TjmWMg/_old  2014-12-25 23:20:48.0 +0100
+++ /var/tmp/diff_new_pack.TjmWMg/_new  2014-12-25 23:20:48.0 +0100
@@ -108,6 +108,8 @@
 Requires:   sqlite3
 Requires:   xdg-utils = 1.0.2
 Suggests:   python-Pillow
+%requires_eqlibQt5Core5
+%requires_eqlibQt5Gui5
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}


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



commit gdb for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package gdb for openSUSE:Factory checked in 
at 2014-12-25 23:21:43

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


Package is gdb

Changes:

--- /work/SRC/openSUSE:Factory/gdb/gdb.changes  2014-10-16 14:53:49.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gdb.new/gdb.changes 2014-12-25 
23:20:41.0 +0100
@@ -1,0 +2,13 @@
+Mon Dec 15 07:33:31 UTC 2014 - cshor...@googlemail.com
+
+- Update for GDB 7.8.1
+  * removed (already in upstream): 
+ gdb-babeltrace-configure.patch
+ gdb-async-stopped-on-pid-arg-2of2.patch
+  * amended (partially in upstream):
+ gdb-archer.patch
+ gdb-attach-fail-reasons-5of5.patch
+ gdb-async-stopped-on-pid-arg-1of2.patch
+ gdb-async-stopped-on-pid-arg-testsuite.patch
+
+---

Old:

  gdb-7.8.tar.bz2
  gdb-async-stopped-on-pid-arg-2of2.patch
  gdb-babeltrace-configure.patch

New:

  gdb-7.8.1.tar.gz



Other differences:
--
++ gdb.spec ++
--- /var/tmp/diff_new_pack.6xr3al/_old  2014-12-25 23:20:44.0 +0100
+++ /var/tmp/diff_new_pack.6xr3al/_new  2014-12-25 23:20:44.0 +0100
@@ -27,7 +27,7 @@
 %global snap   20130731
 # See timestamp of source gnulib installed into gdb/gnulib/ .
 %global snapgnulib 20121213
-Version:7.8
+Version:7.8.1
 Release:0
 
 # The release always contains a leading reserved number, start it at 1.
@@ -35,8 +35,8 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Do not provide URL for snapshots as the file lasts there only for 2 days.
-# ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.bz2
-Source: gdb-%{version}.tar.bz2
+# ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.gz
+Source: gdb-%{version}.tar.gz
 Url:http://gnu.org/software/gdb/
 
 %if %{scl} == devtoolset-1.1
@@ -199,7 +199,6 @@
 Patch106:   gdb-python-completer-1of2.patch
 Patch107:   gdb-python-completer-2of2.patch
 Patch108:   gdb-fortran-frame-string.patch
-Patch109:   gdb-babeltrace-configure.patch
 Patch110:   gdb-dts-rhel6-python-compat.patch
 Patch111:   gdb-6.6-buildid-locate-rpm-scl.patch
 Patch112:   gdb-readline62-ask-more-rh.patch
@@ -211,7 +210,6 @@
 # Upstream patch to fix gcc -Werror
 Patch1002:  gdb-6.6-buildid-locate-rpm-suse.patch
 Patch1003:  gdb-async-stopped-on-pid-arg-1of2.patch
-Patch1004:  gdb-async-stopped-on-pid-arg-2of2.patch
 Patch1005:  gdb-async-stopped-on-pid-arg-testsuite.patch
 
 BuildRequires:  bison
@@ -455,7 +453,6 @@
 %patch106 -p1
 %patch107 -p1
 %patch108 -p1
-%patch109 -p1
 %patch110 -p1
 %patch110 -p1 -R
 %patch111 -p1
@@ -472,7 +469,6 @@
 
 %patch1002 -p1
 %patch1003 -p1
-%patch1004 -p1
 %patch1005 -p1
 
 find -name *.orig | xargs rm -f

++ gdb-archer.patch ++
--- /var/tmp/diff_new_pack.6xr3al/_old  2014-12-25 23:20:44.0 +0100
+++ /var/tmp/diff_new_pack.6xr3al/_new  2014-12-25 23:20:44.0 +0100
@@ -7,60 +7,33 @@
 tromey/python
 
 
-Index: gdb-7.8/README.archer
-===
 /dev/null  1970-01-01 00:00:00.0 +
-+++ gdb-7.8/README.archer  2014-07-29 19:29:04.861982779 +0200
-@@ -0,0 +1,2 @@
-+This branch originally held the Python code for gdb.  It still exists
-+because a small amount of code here has not yet been merged upstream.
-Index: gdb-7.8/gdb/Makefile.in
-===
 gdb-7.8.orig/gdb/Makefile.in   2014-07-29 19:29:02.665979655 +0200
-+++ gdb-7.8/gdb/Makefile.in2014-07-29 19:29:04.862982781 +0200
-@@ -1476,6 +1476,12 @@ stamp-h: $(srcdir)/config.in config.stat
- CONFIG_LINKS= \
- $(SHELL) config.status
- 
-+.gdbinit: $(srcdir)/gdbinit.in config.status
-+  CONFIG_FILES=.gdbinit:gdbinit.in \
-+CONFIG_COMMANDS= \
-+CONFIG_HEADERS= \
-+$(SHELL) config.status
-+
- config.status: $(srcdir)/configure configure.tgt configure.host 
../bfd/development.sh
-   $(SHELL) config.status --recheck
- 
-Index: gdb-7.8/gdb/data-directory/Makefile.in
-===
 gdb-7.8.orig/gdb/data-directory/Makefile.in2014-07-29 
19:29:02.665979655 +0200
-+++ gdb-7.8/gdb/data-directory/Makefile.in 2014-07-29 19:29:33.053022486 
+0200
-@@ -66,6 +66,8 @@ PYTHON_FILE_LIST = \
+Amended for GDB 7.8.1 - Chris Horler
+
+diff -Nur -x '*.orig' gdb-7.8.1.orig/gdb/data-directory/Makefile.in 
gdb-7.8.1/gdb/data-directory/Makefile.in
+--- gdb-7.8.1.orig/gdb/data-directory/Makefile.in  2014-10-29 
19:45:50.0 

commit ntp for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2014-12-25 23:21:41

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


Package is ntp

Changes:

--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2014-12-22 12:52:43.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2014-12-25 
23:20:37.0 +0100
@@ -16,0 +17,6 @@
+Tue Dec  2 08:28:25 UTC 2014 - o...@botter.cc
+
+- fix typo in version check regarding
+  /usr/lib/initscripts/legacy-actions to fix build for = 13.1
+
+---



Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.bGgGql/_old  2014-12-25 23:20:39.0 +0100
+++ /var/tmp/diff_new_pack.bGgGql/_new  2014-12-25 23:20:39.0 +0100
@@ -309,7 +309,7 @@
 %config %{_sysconfdir}/logrotate.d/ntp
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ntp
 %{_sbindir}/*
-%if 0%{?suse_version}  1301
+%if 0%{?suse_version}  1310
 /usr/lib/initscripts/legacy-actions/ntpd
 %else
 /usr/lib/initscripts



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



commit grub2 for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2014-12-25 23:21:44

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


Package is grub2

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2014-12-17 
19:17:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2014-12-25 
23:20:44.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 25 08:34:49 UTC 2014 - mplus...@suse.com
+
+- Require efibootmgr also on i586 
+
+---



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.U0T1Jn/_old  2014-12-25 23:20:46.0 +0100
+++ /var/tmp/diff_new_pack.U0T1Jn/_new  2014-12-25 23:20:46.0 +0100
@@ -284,6 +284,13 @@
 Requires:   efibootmgr
 Requires(post): efibootmgr
 %endif
+# Also require efibootmgr on i586 Tumbleweed where it is available
+%if 0%{?suse_version}  1320
+%ifarch i586
+Requires:   efibootmgr
+Requires(post): efibootmgr
+%endif
+%endif
 Requires:   %{name} = %{version}-%{release}
 Requires(post):%{name} = %{version}-%{release}
 Requires:   perl-Bootloader = 0.706

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



commit pssh for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package pssh for openSUSE:Factory checked in 
at 2014-12-25 23:21:51

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


Package is pssh

Changes:

--- /work/SRC/openSUSE:Factory/pssh/pssh.changes2014-01-23 
15:53:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.pssh.new/pssh.changes   2014-12-25 
23:20:48.0 +0100
@@ -1,0 +2,8 @@
+Thu Dec 25 17:10:43 UTC 2014 - kgronl...@suse.com
+
+- Add: 0001-Prepend-hostname-on-each-line-when-P-is-set.patch
+  - Prepend hostname on each line when -P is set (fate#318220)
+- Add: 0002-Fix-quiet-option-after-API-patch.patch
+  - Fix quiet option after API patch
+
+---

New:

  0001-Prepend-hostname-on-each-line-when-P-is-set.patch
  0002-Fix-quiet-option-after-API-patch.patch



Other differences:
--
++ pssh.spec ++
--- /var/tmp/diff_new_pack.eIjSrl/_old  2014-12-25 23:20:49.0 +0100
+++ /var/tmp/diff_new_pack.eIjSrl/_new  2014-12-25 23:20:49.0 +0100
@@ -47,6 +47,10 @@
 # PATCH-FEATURE-UPSTREAM 
0008-openSUSE-add-C-pcmk_nodes-option-to-get-list-of-node.patch de...@suse.de 
-- add
 # -C/--pcmk_nodes option to get list of nodes from Pacemaker
 Patch8: 0008-openSUSE-add-C-pcmk_nodes-option-to-get-list-of-node.patch
+# PATCH-FEATURE-UPSTREAM Prepend hostname on each line when -P is set
+Patch9: 0001-Prepend-hostname-on-each-line-when-P-is-set.patch
+# PATCH-FIX-UPSTREAM Fix quiet option after API patch
+Patch10:0002-Fix-quiet-option-after-API-patch.patch
 Url:http://code.google.com/p/parallel-ssh/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
@@ -93,6 +97,8 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
+%patch10 -p1
 
 %build
 %__python ./setup.py build

++ 0001-Prepend-hostname-on-each-line-when-P-is-set.patch ++
From 4d1551db70fed7e22f95b3aae5fa68ee02a82312 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= k...@koru.se
Date: Sun, 21 Dec 2014 08:32:49 +0100
Subject: [PATCH 1/2] Prepend hostname on each line when -P is set

---
 psshlib/task.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/psshlib/task.py b/psshlib/task.py
index c17cc96..7282ec7 100644
--- a/psshlib/task.py
+++ b/psshlib/task.py
@@ -218,9 +218,8 @@ class Task(object):
 if self.outfile:
 self.writer.write(self.outfile, buf)
 if self.print_out:
-sys.stdout.write('%s: %s' % (self.host, buf))
-if buf[-1] != '\n':
-sys.stdout.write('\n')
+for l in buf.split('\n'):
+sys.stdout.write(%s: %s\n % (self.host, l))
 else:
 self.close_stdout(iomap)
 except (OSError, IOError):
-- 
2.2.0

++ 0002-Fix-quiet-option-after-API-patch.patch ++
From 33f1943171e1840a167a69f9717ff2a14b1d822f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= k...@koru.se
Date: Wed, 24 Dec 2014 17:01:45 +0100
Subject: [PATCH 2/2] Fix quiet option after API patch

---
 psshlib/callbacks.py | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/psshlib/callbacks.py b/psshlib/callbacks.py
index a00126b..8cb93f7 100644
--- a/psshlib/callbacks.py
+++ b/psshlib/callbacks.py
@@ -30,10 +30,11 @@ class DefaultCallbacks(object):
 failure = [FAILURE]
 stderr = Stderr: 
 host = task.pretty_host
-if task.failures:
-print(' '.join((progress, tstamp, failure, host, error)))
-else:
-print(' '.join((progress, tstamp, success, host)))
+if not task.quiet:
+if task.failures:
+print(' '.join((progress, tstamp, failure, host, error)))
+else:
+print(' '.join((progress, tstamp, success, host)))
 # NOTE: The extra flushes are to ensure that the data is output in
 # the correct order with the C implementation of io.
 if task.outputbuffer:
-- 
2.2.0

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