commit libvirt for openSUSE:13.1:Update

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:13.1:Update 
checked in at 2015-02-06 10:08:27

Comparing /work/SRC/openSUSE:13.1:Update/libvirt (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libvirt.new (New)


Package is "libvirt"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.sZlAxm/_old  2015-02-06 10:08:32.0 +0100
+++ /var/tmp/diff_new_pack.sZlAxm/_new  2015-02-06 10:08:32.0 +0100
@@ -1 +1 @@
-
+

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



commit numactl for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package numactl for openSUSE:Factory checked 
in at 2015-02-06 10:16:09

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


Package is "numactl"

Changes:

--- /work/SRC/openSUSE:Factory/numactl/numactl.changes  2015-01-21 
21:54:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.numactl.new/numactl.changes 2015-02-06 
10:16:10.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 27 11:07:47 UTC 2015 - tr...@suse.de
+
+- Change license from GPL-2.0+ to GPL-2.0
+
+---



Other differences:
--
++ numactl.spec ++
--- /var/tmp/diff_new_pack.ynzBct/_old  2015-02-06 10:16:11.0 +0100
+++ /var/tmp/diff_new_pack.ynzBct/_new  2015-02-06 10:16:11.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   numactl
 Summary:NUMA Policy Control
-License:GPL-2.0+
+License:GPL-2.0
 Group:  System/Management
 Version:2.0.10
 Release:0
@@ -52,7 +52,7 @@
 
 %package -n libnuma-devel
 Summary:NUMA Policy Control
-License:GPL-2.0+
+License:GPL-2.0
 Group:  Development/Languages/C and C++
 Requires:   libnuma1 = %{version}
 

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



commit gnuplot for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory checked 
in at 2015-02-06 10:16:33

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


Package is "gnuplot"

Changes:

--- /work/SRC/openSUSE:Factory/gnuplot/gnuplot.changes  2015-01-25 
21:14:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnuplot.new/gnuplot.changes 2015-02-06 
10:16:34.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 31 12:54:31 UTC 2015 - alinm.el...@gmail.com
+
+- for versions greater than 13.1 we shall build against qt5
+  * cleaned up various rpmlint warning
+  * got rid of configure options obsoleted
+
+---



Other differences:
--
++ gnuplot.spec ++
--- /var/tmp/diff_new_pack.EbDEUw/_old  2015-02-06 10:16:35.0 +0100
+++ /var/tmp/diff_new_pack.EbDEUw/_new  2015-02-06 10:16:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuplot
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,11 @@
 
 
 %bcond_without  h3d_gridbox
-
+%if %{suse_version} > 1310
+%define qtver 5
+%else
+%define qtver 4
+%endif
 Name:   gnuplot
 BuildRequires:  ImageMagick
 BuildRequires:  automake
@@ -28,17 +32,24 @@
 BuildRequires:  gd-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  libqt4-devel >= 4.5
+BuildRequires:  libqt5-linguist-devel
 BuildRequires:  netpbm
 BuildRequires:  pango-devel
 BuildRequires:  readline-devel
-%if %suse_version <= 1140
-BuildRequires:  zziplib
+%if %qtver >= 5
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Svg)
+%else
+BuildRequires:  libqt4-devel >= 4.5
 %endif
 BuildRequires:  latex2html
 BuildRequires:  texlive-latex
 BuildRequires:  texlive-tex4ht
 BuildRequires:  texlive-ucs
+BuildRequires:  zziplib
 %if %suse_version >= 1220
 BuildRequires:  makeinfo
 %endif
@@ -51,24 +62,17 @@
 BuildRequires:  tex(pdftex.def)
 BuildRequires:  tex(subfigure.sty)
 %endif
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
-%if %suse_version > 1130
-BuildRequires:  wxWidgets-devel
-%else
-BuildRequires:  wxGTK-devel
-%endif
+BuildRequires:  fdupes
 BuildRequires:  libpng-devel
 BuildRequires:  lua-devel
-%if 0%{?suse_version} > 1110
 BuildRequires:  plotutils-devel
-%else
-BuildRequires:  plotutils
-%endif
+BuildRequires:  wxWidgets-devel
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 Url:http://www.gnuplot.info/
 Version:5.0.0
 Release:0
-Summary:GNUplot a Function Plotting Utility
+Summary:Function Plotting Utility and more
 License:SUSE-Gnuplot and GPL-2.0+
 Group:  Productivity/Graphics/Visualization/Graph
 # 
http://sourceforge.net/projects/gnuplot/files/gnuplot/4.6.4/gnuplot-4.6.4.tar.gz/download
@@ -102,10 +106,8 @@
 %define _x11inc %{_includedir}
 %define _appdef %{_x11data}/app-defaults
 %endif
-%if %suse_version > 1130
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
-%endif
 
 %description
 GNUplot is a command line driven interactive function plotting utility.
@@ -119,9 +121,7 @@
 Requires:   %{name}
 Requires(post): %install_info_prereq
 Requires(postun): %install_info_prereq
-%if 0%{?suse_version} >= 1120
 BuildArch:  noarch
-%endif
 
 %description doc
 GNUplot documentation files including the man and info pages. GNUplot
@@ -144,6 +144,7 @@
 %patch1 -p 0 -b .x11ovf
 
 %build
+
 SECSVGA="-DSVGA_IS_SECURE=1"
 export  CPPFLAGS="-I%{_x11inc} -I%{_includedir}/gd 
-DAppDefDir=\\\"%{_appdef}\\\""
 export  CPPFLAGS="$CPPFLAGS 
-DGNUPLOT_LIB_DEFAULT=\\\"%{_docdir}/%{name}/demo\\\""
@@ -157,8 +158,17 @@
 done
 
 autoreconf -fi
+#sed -i "s;bin/uic;bin/uic-qt5;g" ./configure
+#sed -i "s;bin/moc;bin/moc-qt5;g" ./configure
+#sed -i "s;bin/rcc;bin/rcc-qt5;g" ./configure
+#sed -i "s;bin/lrelease;bin/lrelease-qt5;g" ./configure
+#sed -i "s;UIC=uic;UIC=uic-qt5;g" ./configure
+#sed -i "s;MOC=moc;MOC=moc-qt5;g" ./configure
+#sed -i "s;RCC=rcc;RCC=rcc-qt5;g" ./configure
+#sed -i "s;LRELEASE=lrelease;LRELEASE=lrelease-qt5;g" ./configure
+
 %configure \
-   --with-gcc  \
+  --enable-stats \
--with-x\
--x-includes=%{_x11inc} \
--x-libraries=%{_x11lib}\
@@ -177,18 

commit patchinfo.3399 for openSUSE:13.1:Update

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.3399 for 
openSUSE:13.1:Update checked in at 2015-02-06 10:16:59

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.3399 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.3399.new (New)


Package is "patchinfo.3399"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  Temporary migration name is not cleaned up 
after migration
  VUL-0: CVE-2015-0361: XSA-116: xen: xen 
crash due to use after free on hvm guest teardown
  VUL-0: CVE-2014-8866: XSA-111: xen: 
Excessive checking in compatibility mode hypercall argument translation
  VUL-0: CVE-2014-9065, CVE-2014-9066: 
XSA-114: xen: p2m lock starvation
  VUL-0: CVE-2014-8595: XSA-110: xen: Missing 
privilege level checks in x86 emulation of far branches
  increase limit domUloader to 32MB
  xl tries to save core files to missing 
/var/xen/dump directory
  VUL-0: CVE-2014-8867: XSA-112: xen: 
Insufficient bounding of "REP MOVS" to MMIO emulated inside the 
hypervisor
  VUL-0: CVE-2014-9030: XSA-113: xen: Guest 
effectable page reference leak in MMU_MACHPHYS_UPDATE handling
  VUL-0: CVE-2014-8594: XSA-109: xen: 
Insufficient restrictions on certain MMU update hypercalls
  Xen save/restore of HVM guests cuts off disk 
and networking
  VUL-0: CVE-2013-3495: XSA-59: xen: Intel 
VT-d Interrupt Remapping engines can be evaded by native NMI interrupts
  Corrupted save/restore test leaves orphaned 
data in xenstore
  Windows 2012 R2 fails to boot up with 
greater than 60 vcpus
  VUL-0: CVE-2014-5146,CVE-2014-5149: xen: 
XSA-97 Long latency virtual-mmu operations are not preemptible
  VUL-0: Xen: guest user mode triggerable VM 
exits not handled by hypervisor
  
  
  
  
  
  
  
  
  
  
  
  security
  important
  charlesa
  
The virtualization software XEN was updated to version 4.3.3 and also
to fix bugs and security issues.

Security issues fixed:
CVE-2015-0361: XSA-116: xen: xen crash due to use after free on hvm guest 
teardown 

CVE-2014-9065, CVE-2014-9066: XSA-114: xen: p2m lock starvation

CVE-2014-9030: XSA-113: Guest effectable page reference leak in 
MMU_MACHPHYS_UPDATE handling

CVE-2014-8867: XSA-112: xen: Insufficient bounding of "REP MOVS" to MMIO 
emulated inside the hypervisor

CVE-2014-8866: XSA-111: xen: Excessive checking in compatibility mode hypercall 
argument translation

CVE-2014-8595: XSA-110: xen: Missing privilege level checks in x86 emulation of 
far branches

CVE-2014-8594: XSA-109: xen: Insufficient restrictions on certain MMU update 
hypercalls

CVE-2013-3495: XSA-59: xen: Intel VT-d Interrupt Remapping engines can be 
evaded by native NMI interrupts

CVE-2014-5146, CVE-2014-5149: xen: XSA-97 Long latency virtual-mmu operations 
are not preemptible

Bugs fixed:
- bnc#903357 - Corrupted save/restore test leaves orphaned data
  in xenstore

- bnc#903359 - Temporary migration name is not cleaned up after
  migration

- bnc#903850 - VUL-0: Xen: guest user mode triggerable VM exits not
  handled by hypervisor

- bnc#866902 - L3: Xen save/restore of HVM guests cuts off disk
  and networking

- bnc#901317 - L3: increase limit domUloader to 32MB
  domUloader.py

- bnc#882089 - Windows 2012 R2 fails to boot up with greater than
  60 vcpus

- bsc#900292 - xl: change default dump directory

- Update to Xen 4.3.3


  Security update for xen

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



commit xen for openSUSE:13.1:Update

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:13.1:Update checked 
in at 2015-02-06 10:16:57

Comparing /work/SRC/openSUSE:13.1:Update/xen (Old)
 and  /work/SRC/openSUSE:13.1:Update/.xen.new (New)


Package is "xen"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ugaTG1/_old  2015-02-06 10:16:59.0 +0100
+++ /var/tmp/diff_new_pack.ugaTG1/_new  2015-02-06 10:16:59.0 +0100
@@ -1 +1 @@
-
+

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



commit perl-Encode-HanExtra for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Encode-HanExtra for 
openSUSE:Factory checked in at 2015-02-06 10:17:31

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


Package is "perl-Encode-HanExtra"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Encode-HanExtra/perl-Encode-HanExtra.changes
2014-11-13 09:19:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Encode-HanExtra.new/perl-Encode-HanExtra.changes
   2015-02-06 10:17:32.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb  3 15:32:50 CET 2015 - ti...@suse.de
+
+- sort the entries in HanExtra.c for consistent packaging
+  (boo#915951):
+  HanExtra-include-sort.patch
+
+---

New:

  HanExtra-include-sort.patch



Other differences:
--
++ perl-Encode-HanExtra.spec ++
--- /var/tmp/diff_new_pack.rFlDqg/_old  2015-02-06 10:17:33.0 +0100
+++ /var/tmp/diff_new_pack.rFlDqg/_new  2015-02-06 10:17:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Encode-HanExtra
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,6 +22,7 @@
 Release:0
 Url:http://search.cpan.org/~autrijus/Encode-HanExtra-0.23/
 Source0:
http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/Encode-HanExtra-0.23.tar.gz
+Patch1: HanExtra-include-sort.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Extra sets of Chinese encodings
 License:MIT
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q -n Encode-HanExtra-%{version}
+%patch1 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL

++ HanExtra-include-sort.patch ++
---
 Makefile.PL |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -112,7 +112,7 @@ sub post_initialize {
 #define U8 U8
 #include "encode.h"
 END
-foreach my $table (keys %tables) {
+foreach my $table (sort keys %tables) {
 print XS qq[#include "${table}.h"\n];
 }
 print XS <<"END";
@@ -141,7 +141,7 @@ PROTOTYPES: DISABLE
 BOOT:
 {
 END
-foreach my $table (keys %tables) {
+foreach my $table (sort keys %tables) {
 print XS qq[#include "${table}.exh"\n];
 }
 print XS "}\n";
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit live555 for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package live555 for openSUSE:Factory checked 
in at 2015-02-06 10:17:07

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


Package is "live555"

Changes:

--- /work/SRC/openSUSE:Factory/live555/live555.changes  2014-11-03 
13:11:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.live555.new/live555.changes 2015-02-06 
10:17:08.0 +0100
@@ -1,0 +2,128 @@
+Sat Jan 31 13:00:25 UTC 2015 - aloi...@gmx.com
+
+- fixed paths in live555.pc
+- update to version 2015.01.27:

+  * Fixed a bug in "MPEG2TransportStreamFromESSource" that could   

+sometimes cause an abort if more than one Elementary Stream

+Source were multiplexed into a single Transport Stream.
+(Thanks to Marc Palau for reporting this issue.)
+- version 2015.01.19:
+  * Fixed an obscure bug in "RTSPClient" that might conceivably
+have caused a crash if it received a completely empty RTSP
+response.
+- version 2015.01.04:
+  * Updated "config.iphone-simulator" to work with the latest Xcode.
+(Thanks to Braden Ackerman.)
+  * In the "BasicUsageEnvironment" implementation, renamed
+"EventTime" to "_EventTime" to avoid a reported naming conflict.
+- version 2014.12.17:
+  * Updated "RTSPServerSupportingHTTPStreaming" to make sure that
+the data stream source gets closed when it's no longer needed.
+- version 2014.12.16:
+  * Changed the FD_SETSIZE check (introduced in version 2014.12.11)
+so that it's not done in Windows (because in Windows,
+FD_SETSIZE has different semantics).
+(Thanks to Deanna Earley for reporting this.)
+- version 2014.12.13:
+  * Updated the H.264/H.265 parsing code in "H264or5VideoStreamFramer"
+to be a little smarter about how it computes a file's frame rate
+(when streaming a 'raw' H.264 or H.265 file).
+(Thanks to Michel Promonet for inspiring this.)
+  * Updated "config.iphoneos" to work with the latest Xcode.
+(Thanks to Braden Ackerman.)
+- version 2014.12.11:
+  * Changed our implementation of "setBackgroundHandling()" and
+"moveBackgroundHandling()" in "BasicTaskScheduler" to check for
+(and disallow) socket numbers >= FD_SETSIZE, because 
+has a bug (at least, in most systems) that causes buffer overflow
+in this case.  (Thanks to Michel Promonet for pointing this out.)
+- version 2014.12.09:
+  * Needed to make the "QuickTimeFileSink" constructor and destructor
+protected: to allow subclassing.
+- version 2014.12.08:
+  * Fixed a bug in parsing 'absolute' RTSP "Range:" headers with no end
+time. (Thanks to Ken Chow for reporting this.)
+  * Added a new option "-K" to "openRTSP, to tell the client to
+periodically send "OPTIONS" requests as 'keep-alives' for buggy
+servers that don't use incoming RTCP "RR" packets to indicate client
+liveness.  (Thanks to Peter Schlaile for this suggestion.)
+  * Added a new 'protected' virtual member function "noteRecordedFrame()"
+to "QuickTimeFileSink". This function is called whenever a frame is
+recorded to the output file. The default implementation of this
+virtual function does nothing, but subclasses can redefine it if
+they wish.
+- version 2014.11.28:
+  * When "RTSPClient" parses a RTSP response, we first skip over any
+blank lines that may be at the start of the response.  This can
+happen if the previous response (e.g., to a "DESCRIBE") contained
+extra whitespace. (Thanks to ilwoo Nam for giving an example of
+a server that exhibited this behavior.)
+- version 2014.11.12:
+  * We had forgotten to initialize the "RTSPClient" member variable
+   "fAllowBasicAuthentication" that we introduced in the previous
+   version.
+- version 2014.11.07:
+  * Added a new "RTSPClient" member function "disallowBasicAuthentication()"
+that you can call if you don't want a RTSP client to perform 'basic'
+authentication (whcih involves sending the username and password over
+the network), even if the server asks for this.
+(Thanks to Tomasz Pala for this suggestion.)
+  * Updated the debugging printout code in "RTCP.cpp" to identify all
+known RTCP payload types, even if we don't currently handle them.
+We also - when doing debugging printout - parse and print out
+the contents of SDES RTCP packets.
+- version 2014.11.01:
+  * Updated "RTSPClient" so that it reuses "fCurrentAuthenticator"
+if we previously updated it with data from a "WWW-Authenticate:"
+response, even if a non_NULL "authenticator" parameter was
+passed as a parameter to the command.  This reduces the number
+of authet

commit perl-Module-Build for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Build for 
openSUSE:Factory checked in at 2015-02-06 10:17:56

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


Package is "perl-Module-Build"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Build/perl-Module-Build.changes  
2014-12-29 00:33:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Module-Build.new/perl-Module-Build.changes 
2015-02-06 10:17:57.0 +0100
@@ -1,0 +2,18 @@
+Tue Feb  3 16:07:00 UTC 2015 - co...@suse.com
+
+- add make-builds-reproducible.patch to sort the config data
+
+---
+Tue Feb  3 15:55:41 UTC 2015 - co...@suse.com
+
+- updated to 0.4211
+   [BUG FIXES]
+   - Fix t/actions/installdeps.t to work on "perl in space" [Ed J]
+   - Stop using version->normal(); prefer stringify() [John Peacock]
+ 
+   [DEPRECATIONS]
+   - inc::latest has been split out to a separate distribution on CPAN.
+ It is an optional prerequisite, only needed for the experimental
+ bundling feature.
+
+---

Old:

  Module-Build-0.4210.tar.gz

New:

  Module-Build-0.4211.tar.gz
  make-builds-reproducible.patch



Other differences:
--
++ perl-Module-Build.spec ++
--- /var/tmp/diff_new_pack.EpwgZI/_old  2015-02-06 10:17:58.0 +0100
+++ /var/tmp/diff_new_pack.EpwgZI/_new  2015-02-06 10:17:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Build
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   perl-Module-Build
-Version:0.4210
+Version:0.4211
 Release:0
 %define cpan_name Module-Build
 Summary:Build and install Perl modules
@@ -25,11 +25,12 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Build/
 Source: 
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Patch0: make-builds-reproducible.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta) >= 2.141170
+BuildRequires:  perl(CPAN::Meta) >= 2.142060
 BuildRequires:  perl(CPAN::Meta::YAML) >= 0.003
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.27
 BuildRequires:  perl(ExtUtils::ParseXS) >= 2.21
@@ -39,7 +40,7 @@
 BuildRequires:  perl(Pod::Man) >= 2.17
 BuildRequires:  perl(Test::Harness) >= 3.16
 BuildRequires:  perl(version) >= 0.87
-Requires:   perl(CPAN::Meta) >= 2.141170
+Requires:   perl(CPAN::Meta) >= 2.142060
 Requires:   perl(ExtUtils::CBuilder) >= 0.27
 Requires:   perl(ExtUtils::ParseXS) >= 2.21
 Requires:   perl(Module::Metadata) >= 1.02
@@ -60,10 +61,45 @@
 See the "MOTIVATIONS" manpage for more comparisons between
 'ExtUtils::MakeMaker' and 'Module::Build'.
 
+To install 'Module::Build', and any other module that uses 'Module::Build'
+for its installation process, do the following:
+
+  perl Build.PL   # 'Build.PL' script creates the 'Build' script
+  ./Build # Need ./ to ensure we're using this "Build" script
+  ./Build test# and not another one that happens to be in the PATH
+  ./Build install
+
+This illustrates initial configuration and the running of three 'actions'.
+In this case the actions run are 'build' (the default action), 'test', and
+'install'. Other actions defined so far include:
+
+  build  manifest
+  clean  manifest_skip
+  code   manpages
+  config_datapardist
+  diff   ppd
+  dist   ppmdist
+  distcheck  prereq_data
+  distclean  prereq_report
+  distdirpure_install
+  distinstallrealclean
+  distmeta   retest
+  distsign   skipcheck
+  disttest   test
+  docs   testall
+  fakeinstalltestcover
+  help   testdb
+  html   testpod
+  installtestpodcoverage
+  installdepsversioninstall
+
+You can run the 'help' action for a complete list of actions.
+
 %prep
 %setup -q -n %{cpan_name}-%

commit perl-Alien-Tidyp for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Alien-Tidyp for 
openSUSE:Factory checked in at 2015-02-06 10:18:20

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


Package is "perl-Alien-Tidyp"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Alien-Tidyp/perl-Alien-Tidyp.changes
2012-12-05 14:02:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Alien-Tidyp.new/perl-Alien-Tidyp.changes   
2015-02-06 10:18:21.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb  3 15:11:56 UTC 2015 - co...@suse.com
+
+- require fix in latest module::build (boo#915943)
+
+---



Other differences:
--
++ perl-Alien-Tidyp.spec ++
--- /var/tmp/diff_new_pack.uQZXF2/_old  2015-02-06 10:18:22.0 +0100
+++ /var/tmp/diff_new_pack.uQZXF2/_new  2015-02-06 10:18:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Alien-Tidyp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,33 +27,25 @@
 Source: 
http://www.cpan.org/authors/id/K/KM/KMX/%{cpan_name}-v%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# MANUAL
-BuildRequires:  libtidyp-devel
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Archive::Extract)
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(ExtUtils::CBuilder)
-BuildRequires:  perl(ExtUtils::Command)
-BuildRequires:  perl(ExtUtils::Liblist)
-BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(File::Fetch)
-BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::ShareDir) >= 1.00
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Module::Build) >= 0.4211
 Requires:   perl(File::ShareDir) >= 1.00
-Requires:   perl(File::Spec)
 %{perl_requires}
+# MANUAL
+BuildRequires:  libtidyp-devel
 
 %description
 Building, finding and using tidyp library - L
 
 %prep
 %setup -q -n %{cpan_name}-v%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -66,9 +58,6 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes patches README sharedir TODO

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



commit apache2 for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-02-06 10:18:45

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


Package is "apache2"

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2015-01-22 
21:48:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2015-02-06 
10:18:46.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb  3 15:12:04 UTC 2015 - pgaj...@suse.com
+
+- httpd2.pid in rc.apache2 was wrong [bnc#898193]
+
+---



Other differences:
--



++ rc.apache2 ++
--- /var/tmp/diff_new_pack.FWK2Qj/_old  2015-02-06 10:18:49.0 +0100
+++ /var/tmp/diff_new_pack.FWK2Qj/_new  2015-02-06 10:18:49.0 +0100
@@ -29,7 +29,7 @@
 : ${sysconfdir:=/etc/$pname}
 : ${apache_link:=/usr/sbin/httpd2}
 : ${sysconfig_apache:=/etc/sysconfig/$pname}
-: ${pidfile:=/var/run/httpd2.pid}
+: ${pidfile:=/var/run/httpd.pid}
 : ${logdir:=/var/log/$pname}
 : ${homedir:=/var/lib/$pname}
 

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



commit mkfontscale for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package mkfontscale for openSUSE:Factory 
checked in at 2015-02-06 10:19:10

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


Package is "mkfontscale"

Changes:

--- /work/SRC/openSUSE:Factory/mkfontscale/mkfontscale.changes  2013-08-19 
13:30:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkfontscale.new/mkfontscale.changes 
2015-02-06 10:19:11.0 +0100
@@ -1,0 +2,16 @@
+Mon Feb  2 23:53:41 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.1.2:
+  + Remove extraneous duplicate checks for -r & -n options.
+  + autogen.sh: Honor NOCONFIGURE=1.
+  + configure: Drop AM_MAINTAINER_MODE.
+  + Only include config.h if it exists.
+  + Fix possible malloc allocation error found by clang static
+analysis.
+  + Plug a memory leak found by clang static analysis.
+  + Print which option was in error along with usage message.
+  + Make usage() always exit(1).
+  + Add -v flag to print program version.
+  + Add missing newline to usage output.
+
+---

Old:

  mkfontscale-1.1.1.tar.bz2

New:

  mkfontscale-1.1.2.tar.bz2



Other differences:
--
++ mkfontscale.spec ++
--- /var/tmp/diff_new_pack.lNqHof/_old  2015-02-06 10:19:11.0 +0100
+++ /var/tmp/diff_new_pack.lNqHof/_new  2015-02-06 10:19:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkfontscale
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   mkfontscale
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:Utility to create index of scalable font files for X
 License:MIT
@@ -29,7 +29,7 @@
 BuildRequires:  pkgconfig(fontenc)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
-BuildRequires:  pkgconfig(xproto)
+BuildRequires:  pkgconfig(xproto) >= 7.0.25
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,7 +40,6 @@
 
 %prep
 %setup -q
-##%%patch0 -p1
 
 %build
 %configure

++ mkfontscale-1.1.1.tar.bz2 -> mkfontscale-1.1.2.tar.bz2 ++
 4204 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mkfontscale-1.1.1/ChangeLog new/mkfontscale-1.1.2/ChangeLog
--- old/mkfontscale-1.1.1/ChangeLog 2013-07-17 07:53:19.0 +0200
+++ new/mkfontscale-1.1.2/ChangeLog 2015-01-17 08:41:09.0 +0100
@@ -1,3 +1,118 @@
+commit 87d628f8eec170ec13bb9feefb1ce05aed07d1d6
+Author: Alan Coopersmith 
+Date:   Fri Jan 16 23:40:40 2015 -0800
+
+mkfontscale 1.1.2
+
+Signed-off-by: Alan Coopersmith 
+
+commit 47908fd7a0d061fdcd21e3498da4e223ca9136d9
+Author: Alan Coopersmith 
+Date:   Fri Jun 20 23:23:54 2014 -0700
+
+Remove extraneous duplicate checks for -r & -n options
+
+Flagged by cppcheck 1.65:
+[mkfontscale.c:247]: (style) Expression is always false because
+ 'else if' condition matches previous condition at line 224.
+[mkfontscale.c:245]: (style) Expression is always false because
+ 'else if' condition matches previous condition at line 227.
+
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Hans de Goede 
+
+commit 48e541dc2f2fc3f4e99d3e168c28241ff5adff4d
+Author: Alan Coopersmith 
+Date:   Mon Jun 2 19:39:49 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith 
+
+commit f14019d598c215e09cff88c739bbf7f4d6c6b89f
+Author: Alan Coopersmith 
+Date:   Mon Jun 2 19:39:49 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith 
+
+commit 399db42a151687f1181ae23d28a76d31125a2853
+Author: Thomas Klausner 
+Date:   Tue Mar 18 23:14:47 2014 +0100
+
+Only include config.h if it exists.
+
+Reviewed-by: Gaetan Nadon 
+Signed-off-by: Thomas Klausner 
+
+commit eac564e0fc9052a39981ea47b271f7f3d2821944
+Author: Jeremy Huddleston Sequoia 
+Date:   Thu Jan 2 00:43:14 2014 -0800
+
+Fix possible malloc allocation error found by clang sta

commit libqt5-qtbase for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2015-02-06 10:19:34

Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New)


Package is "libqt5-qtbase"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2015-01-15 16:00:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2015-02-06 10:19:35.0 +0100
@@ -1,0 +2,16 @@
+Tue Feb  3 13:48:49 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Fixed qt_instdate generation, so the Qt5Core library doesn't have
+  DATE embedded
+- Drop fdupes usage as it provides unpredictable results, and fools
+  build-compare
+- Add libqt5-qtbase-rpmlintrc due to duplicates waste warnings: we
+  rather have a few bytes more than to republish same binaries due
+  to fdupes
+- Added make-qdbusxml2cpp-output-reproducible.patch: don't include
+  date/time in the generated include guards; prevents unnecessary
+  rebuilds
+- Added fix-drag-and-drop-regression.patch from upstream,
+  fixes QTBUG-43436
+
+---

New:

  fix-drag-and-drop-regression.patch
  libqt5-qtbase-rpmlintrc
  make-qdbusxml2cpp-output-reproducible.patch



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.6gCtCy/_old  2015-02-06 10:19:37.0 +0100
+++ /var/tmp/diff_new_pack.6gCtCy/_new  2015-02-06 10:19:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtbase
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,6 +41,7 @@
 Source1:libqt5-qtbase.changes
 Source2:macros.qt5
 Source3:baselibs.conf
+Source99:   libqt5-qtbase-rpmlintrc
 # patches 0-1000 are openSUSE and/or non-upstream(able) patches #
 # PATCH-FIX-UPSTREAM libqt5-libtool-nodate.diff -- for ommiting date/time on 
build
 Patch0: libqt5-libtool-nodate.diff
@@ -56,6 +57,8 @@
 Patch5: libqt5-do-not-use-shm-if-display-name-doesnt-look-local.patch
 # PATCH-FIX-OPENSUSE QTBUG41590.patch -- 
https://bugreports.qt-project.org/browse/QTBUG-40971 
https://bugreports.qt-project.org/browse/QTBUG-41590
 Patch6: QTBUG41590.patch
+# PATCH-FIX-OPENSUSE make-qdbusxml2cpp-output-reproducible.patch -- 
https://codereview.qt-project.org/#/c/105210/1
+Patch7: make-qdbusxml2cpp-output-reproducible.patch
 # patches 1000-2000 and above from upstream 5.3 branch #
 # patches 2000-3000 and above from upstream 5.4 branch #
 # PATCH-FIX-UPSTREAM Handle-SelectionClientClose-in-QXcbClipboard.patch -- 
kde#329174
@@ -64,9 +67,9 @@
 Patch2001:  qimage_conversions.cpp-Fix-build-on-big-endian-syste.patch
 # PATCH-FIX-UPSTREAM Fix-use-after-free-bug.patch
 Patch2002:  Fix-use-after-free-bug.patch
+Patch2003:  fix-drag-and-drop-regression.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cups-devel
-BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libmng-devel
@@ -150,9 +153,11 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p0
 %patch2000 -p1
 %patch2001 -p1
 %patch2002 -p1
+%patch2003 -p1
 
 # be sure not to use them
 rm -r src/3rdparty/{libjpeg,freetype,libpng,zlib}
@@ -677,8 +682,8 @@
 mkdir .git
 %endif
 # Record mtime of changes file instead of build time
-CHANGES=`stat --format="%y" %{SOURCE1}|cut --characters=1-10`
-sed -i -e "s/qt_instdate=\$TODAY/qt_instdate=$CHANGES/" configure
+export CHANGES=`stat --format="%y" %{SOURCE1}|cut --characters=1-10`
+sed -i 's|qt_instdate=`date +%Y-%m-%d`|qt_instdate=$CHANGES|g' configure
 # so non-qt5 apps/libs don't get stripped
 sed -i -e 's|^\(QMAKE_STRIP.*=\).*$|\1|g' mkspecs/common/linux.conf
 
@@ -819,15 +824,6 @@
 chmod -R 644 *.png
 popd
 
-# Only symlink mkspecs, as headers and cmake files are across different 
packages. If needed, call fdupes on every dir, as per package split
-%fdupes -s %{buildroot}%{libqt5_archdatadir}/mkspecs/
-
-%fdupes -s %{buildroot}%{libqt5_examplesdir}/
-
-for headers in QtCore QtConcurrent QtTest QtNetwork QtXml QtSql QtGui 
QtWidgets QtDBus QtPrintSupport QtOpenGL; do
-%fdupes -s %{buildroot}%{libqt5_includedir}/$headers
-done
-
 %post -n libQt5Core5 -p /sbin/ldconfig
 
 %post -n libQt5Concurrent5 -p /sbin/ldconfig


++ fix-drag-and-drop-regression.patch ++
From: Gatis Paeglis 
Date: Wed, 07 Jan 2015 12:51:38 +
Subject: Fix drag and drop regression
X-Git-Url: 
http://quickgit.kde.org/?p=qt%2Fq

commit libgadu for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libgadu for openSUSE:Factory checked 
in at 2015-02-06 10:20:00

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


Package is "libgadu"

Changes:

--- /work/SRC/openSUSE:Factory/libgadu/libgadu.changes  2014-06-26 
08:00:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgadu.new/libgadu.changes 2015-02-06 
10:20:01.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb  3 18:09:54 UTC 2015 - fi...@opensuse.org
+
+- Update to version 1.12.1, bugfix release:
+  + improved compatibility with GG11 protocol
+  + fix segfaults when got incorrect reply from public catalog
+  + fixes related to proxy servers
+
+---

Old:

  libgadu-1.12.0.tar.gz

New:

  libgadu-1.12.1.tar.gz



Other differences:
--
++ libgadu.spec ++
--- /var/tmp/diff_new_pack.Kcs4UG/_old  2015-02-06 10:20:02.0 +0100
+++ /var/tmp/diff_new_pack.Kcs4UG/_new  2015-02-06 10:20:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgadu
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,9 +17,8 @@
 
 
 %define soname 3
-
 Name:   libgadu
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:Library for Handling of Gadu-Gadu Instant Messaging
 License:LGPL-2.1+
@@ -40,7 +39,6 @@
 instant messenger Gadu-Gadu.
 
 %package -n %{name}%{soname}
-
 Summary:Library for Handling of Gadu-Gadu Instant Messaging
 Group:  System/Libraries
 Provides:   %{name} = %{version}
@@ -73,10 +71,7 @@
 # remove installdox from html dir
 rm -f docs/html/installdox
 #
-rm -f %{buildroot}%{_libdir}/*.la
-
-%clean
-%{?buildroot:rm -rf %{buildroot}}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{name}%{soname} -p /sbin/ldconfig
 

++ libgadu-1.12.0.tar.gz -> libgadu-1.12.1.tar.gz ++
 35960 lines of diff (skipped)

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



commit autofs for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2015-02-06 10:20:31

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


Package is "autofs"

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2015-01-21 
21:55:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2015-02-06 
10:20:32.0 +0100
@@ -1,0 +2,17 @@
+Tue Feb  3 19:51:56 UTC 2015 - lchiqui...@suse.com
+
+- Fix autofs.service so that multiple options passed through
+  sysconfig AUTOFS_OPTIONS work correctly (bsc#909472)
+
+---
+Tue Feb  3 18:40:56 UTC 2015 - lchiqui...@suse.com
+
+- Fix configuration handling now that we have /etc/autofs.conf
+  and /etc/sysconfig/autofs. Runtime options are now configured in
+  the former, while settings that affect the daemon start up are
+  still handled in the latter.
+- Clean-up sysconfig.autofs, leave only init script options:
+  $OPTIONS and $USE_MISC_DEVICE.
+- Run %fillup also when systemd is enabled. (bsc#906606)
+
+---



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.8m3UqM/_old  2015-02-06 10:20:34.0 +0100
+++ /var/tmp/diff_new_pack.8m3UqM/_new  2015-02-06 10:20:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autofs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -159,14 +159,15 @@
 if /sbin/chkconfig -c autofs 3; then
%{insserv_force_if_yast autofs}
 fi
-%{fillup_only -n autofs}
 %endif
+%{fillup_only}
+
 %preun
 %{stop_on_removal autofs}
 %if %{with_systemd}
 %service_del_preun %{name}.service
-%fillup_only
 %endif
+%{fillup_only}
 
 %postun
 %if %{with_systemd}
@@ -175,6 +176,7 @@
 %{restart_on_update autofs}
 %{insserv_cleanup}
 %endif
+
 %files
 %defattr (-, root, root)
 %{_localstatedir}/adm/fillup-templates/sysconfig.autofs

++ autofs.service ++
--- /var/tmp/diff_new_pack.8m3UqM/_old  2015-02-06 10:20:34.0 +0100
+++ /var/tmp/diff_new_pack.8m3UqM/_new  2015-02-06 10:20:34.0 +0100
@@ -8,7 +8,7 @@
 Type=forking
 PIDFile=/var/run/automount.pid
 EnvironmentFile=-/etc/sysconfig/autofs
-ExecStart=/usr/sbin/automount ${AUTOFS_OPTIONS} -p /var/run/automount.pid
+ExecStart=/usr/sbin/automount $AUTOFS_OPTIONS -p /var/run/automount.pid
 ExecReload=/usr/bin/kill -HUP $MAINPID
 TimeoutSec=180
 


++ sysconfig.autofs ++
--- /var/tmp/diff_new_pack.8m3UqM/_old  2015-02-06 10:20:34.0 +0100
+++ /var/tmp/diff_new_pack.8m3UqM/_new  2015-02-06 10:20:34.0 +0100
@@ -1,28 +1,11 @@
 ## Path:   System/File systems/Autofs
-## Description:General global options.
+## Description:Options that will be used when the daemon is started.
 ## Type:   string
 ## Default:""
 ## ServiceReload:  autofs
 #
 AUTOFS_OPTIONS=""
 
-## Description:Default mount options.
-## Type:   string
-## Default:""
-#
-# Default mount options which are appended or replaced to
-# each map entry (see also APPEND_OPTIONS).
-LOCAL_OPTIONS=""
-
-## Description:Append or replace options.
-## Type:   string
-## Default:"yes"
-#
-# Determine whether LOCAL_OPTIONS are appended to map entry options
-# or if the map entry options replace the global options
-# (program default "yes", append options).
-APPEND_OPTIONS="yes"
-
 ## Description:Use AutoFS miscellaneous device (/dev/autofs).
 ## Type:   string
 ## Default:"yes"
@@ -30,138 +13,3 @@
 # Determine whether the AutoFS misc device (/dev/autofs) will be used
 # for routing ioctl commands. Requires kernel support (2.6.28 and newer).
 USE_MISC_DEVICE="yes"
-
-## Description:Default map name for the master map.
-## Type:   string
-## Default:"auto.master"
-#
-DEFAULT_MASTER_MAP_NAME="auto.master"
-
-## Description:Set the default mount timeout.
-## Type:   integer(0:)
-## Default:600
-#
-DEFAULT_TIMEOUT=600
-
-## Description:Set the default negative timeout for failed mount attempts.
-## Type:   integer(0:)
-## Default:60
-#
-#DEFAULT_NEGATIVE_TIMEOUT=60
-
-## Description:Time to wait for a response from mount(8).
-## Type:   integer(-1:)
-## Default:-1
-#
-# Setting this timeout can cause problems when mount would otherwise
-# wait for a server that is temporarily unavailable, such as w

commit yasm for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package yasm for openSUSE:Factory checked in 
at 2015-02-06 10:20:53

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


Package is "yasm"

Changes:

--- /work/SRC/openSUSE:Factory/yasm/yasm.changes2014-10-19 
19:27:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.yasm.new/yasm.changes   2015-02-06 
10:20:54.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb  3 11:45:57 UTC 2015 - crrodrig...@opensuse.org
+
+- yasm-re2c-nogendate.patch: Do not add date and time 
+  to files generated with builtin old/different implementation
+ of re2c. [BNC#915937]
+
+---

New:

  yasm-re2c-nogendate.patch



Other differences:
--
++ yasm.spec ++
--- /var/tmp/diff_new_pack.MCAase/_old  2015-02-06 10:20:55.0 +0100
+++ /var/tmp/diff_new_pack.MCAase/_new  2015-02-06 10:20:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yasm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source: 
http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
 Patch0: %{name}-no-build-date.patch
 Patch1: %{name}-no-rpm-opt-flags.patch
+Patch2: yasm-re2c-nogendate.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-base
 BuildRequires:  xmlto
@@ -50,7 +51,7 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1
-
+%patch2 -p1
 %build
 export CFLAGS="%{optflags}" 
 %configure \

++ yasm-re2c-nogendate.patch ++
--- yasm-1.3.0.orig/tools/re2c/parser.c
+++ yasm-1.3.0/tools/re2c/parser.c
@@ -232,9 +232,9 @@ void parse(FILE *i, FILE *o){
 
 peektok = NONE;
 
-fputs("/* Generated by re2c 0.9.1-C on ", o);
-fprintf(o, "%-24s", ctime(&now));
-fputs(" */\n", o); oline+=2;
+//fputs("/* Generated by re2c 0.9.1-C on ", o);
+//fprintf(o, "%-24s", ctime(&now));
+//fputs(" */\n", o); oline+=2;
 
 in = Scanner_new(i);
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mdadm for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package mdadm for openSUSE:Factory checked 
in at 2015-02-06 10:21:18

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


Package is "mdadm"

Changes:

--- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes  2014-11-11 
09:59:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.mdadm.new/mdadm.changes 2015-02-06 
10:21:19.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb  3 23:40:32 UTC 2015 - nfbr...@suse.com
+
+- mdcheck-careful.patch
+  Be careful about reading all output of "mdadm --detail --export"
+  as shell commands - it isn't quoted.
+  (bnc#910500)
+
+---

New:

  mdcheck-careful.patch



Other differences:
--
++ mdadm.spec ++
--- /var/tmp/diff_new_pack.2SjoiJ/_old  2015-02-06 10:21:20.0 +0100
+++ /var/tmp/diff_new_pack.2SjoiJ/_new  2015-02-06 10:21:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mdadm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -44,6 +44,8 @@
 Patch2: 0001-Grow-fix-removal-of-line-in-wrong-case.patch
 # PATCH-FIX-UPSTREAM mdcheck-no-devices.fix bnc#903051 nfbr...@suse.de
 Patch3: mdcheck-no-devices.fix
+# PATCH-FIX-UPSTREAM mdcheck-careful.patch bnc#910500 nfbr...@suse.de
+Patch4: mdcheck-careful.patch
 
 %define _udevdir %(pkg-config --variable=udevdir udev)
 %define _systemdshutdowndir %{_unitdir}/../system-shutdown
@@ -58,6 +60,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 make %{?_smp_mflags} CC="%__cc" CXFLAGS="$RPM_OPT_FLAGS -Wno-error" SUSE=yes

++ mdcheck-careful.patch ++
>From 979b1feb093b1c2e0f8b58716329f2da092741d4 Mon Sep 17 00:00:00 2001
From: NeilBrown 
Date: Wed, 4 Feb 2015 09:06:47 +1100
Subject: [PATCH] mdcheck: be careful when sourcing the output of "mdadm
 --detail --export"

The output of "mdadm --detail --export" isn't quoted properly so
fields that contain spaces can be a problem.
We only want the MD_UUID field, and it has a very well defined
format with no spaces.
So use 'grep' to limit the output to just that.

Signed-off-by: NeilBrown 

diff --git a/misc/mdcheck b/misc/mdcheck
index ca5fe84a1284..2c8f54d6e4cf 100644
--- a/misc/mdcheck
+++ b/misc/mdcheck
@@ -88,7 +88,7 @@ do
continue
fi
 
-   mdadm --detail --export "$dev" > $tmp || continue
+   mdadm --detail --export "$dev" | grep '^MD_UUID=' > $tmp || continue
source $tmp
fl="/var/lib/mdcheck/MD_UUID_$MD_UUID"
if [ -z "$cont" ]
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-bootloader for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2015-02-06 10:21:42

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


Package is "yast2-bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2015-01-21 21:52:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2015-02-06 10:21:45.0 +0100
@@ -1,0 +2,13 @@
+Wed Feb  4 13:56:13 UTC 2015 - jsr...@suse.cz
+
+- initialize bootloader during update if proposed from scratch
+  (bnc#899743)
+- 3.1.117
+
+---
+Tue Feb  3 15:08:09 UTC 2015 - sch...@suse.de
+
+- Use ttyAMA instead of ttyS on aarch64
+- 3.1.116
+
+---

Old:

  yast2-bootloader-3.1.115.tar.bz2

New:

  yast2-bootloader-3.1.117.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.THRRWj/_old  2015-02-06 10:21:46.0 +0100
+++ /var/tmp/diff_new_pack.THRRWj/_new  2015-02-06 10:21:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.115
+Version:3.1.117
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-3.1.115.tar.bz2 -> yast2-bootloader-3.1.117.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.115/package/yast2-bootloader.changes 
new/yast2-bootloader-3.1.117/package/yast2-bootloader.changes
--- old/yast2-bootloader-3.1.115/package/yast2-bootloader.changes   
2015-01-20 13:12:11.0 +0100
+++ new/yast2-bootloader-3.1.117/package/yast2-bootloader.changes   
2015-02-04 15:42:11.0 +0100
@@ -1,4 +1,17 @@
 ---
+Wed Feb  4 13:56:13 UTC 2015 - jsr...@suse.cz
+
+- initialize bootloader during update if proposed from scratch
+  (bnc#899743)
+- 3.1.117
+
+---
+Tue Feb  3 15:08:09 UTC 2015 - sch...@suse.de
+
+- Use ttyAMA instead of ttyS on aarch64
+- 3.1.116
+
+---
 Tue Jan 20 10:54:52 UTC 2015 - sch...@suse.de
 
 - Use grub2-efi on aarch64
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.115/package/yast2-bootloader.spec 
new/yast2-bootloader-3.1.117/package/yast2-bootloader.spec
--- old/yast2-bootloader-3.1.115/package/yast2-bootloader.spec  2015-01-20 
13:12:11.0 +0100
+++ new/yast2-bootloader-3.1.117/package/yast2-bootloader.spec  2015-02-04 
15:42:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.115
+Version:3.1.117
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.115/src/clients/inst_bootloader.rb 
new/yast2-bootloader-3.1.117/src/clients/inst_bootloader.rb
--- old/yast2-bootloader-3.1.115/src/clients/inst_bootloader.rb 2015-01-20 
13:12:11.0 +0100
+++ new/yast2-bootloader-3.1.117/src/clients/inst_bootloader.rb 2015-02-04 
15:42:11.0 +0100
@@ -30,7 +30,9 @@
 return :auto # don't execute this once more
   end
 
-  if Mode.installation
+  # if BL config is created from scratch, prepare config files
+  # in order not to touch old files (bnc#899743)
+  if Mode.installation || !BootCommon.was_read
 Bootloader.blSave(false, false, false)
 @files = BootCommon.GetFilesContents
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.115/src/include/bootloader/routines/misc.rb 
new/yast2-bootloader-3.1.117/src/include/bootloader/routines/misc.rb
--- old/yast2-bootloader-3.1.115/src/include/bootloader/routines/misc.rb
2015-01-20 13:12:11.0 +0100
+++ new/yast2-bootloader-3.1.117/src/include/bootloader/routines/misc.rb
2015-02-04 15:42:11.0 +0100
@@ -422,7 +422,11 @@
   ret = ""
   if unit != "" && speed != ""
 # add number of serial console
-ret = Ops.add("ttyS", unit)
+if Arch.aarch64
+  ret = Ops.add("ttyAMA", unit)
+else
+  ret = Ops.add("ttyS", unit)
+end
 # add speed
 ret = Ops.add(Ops.add(ret, ","), speed)
 if parity != ""
@@ -507,7 +511,7 @@
   args = Builtin

commit skype4pidgin for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package skype4pidgin for openSUSE:Factory 
checked in at 2015-02-06 10:22:42

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


Package is "skype4pidgin"

Changes:

--- /work/SRC/openSUSE:Factory/skype4pidgin/skype4pidgin.changes
2012-01-17 16:16:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.skype4pidgin.new/skype4pidgin.changes   
2015-02-06 10:22:43.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  5 08:15:35 UTC 2015 - dims...@opensuse.org
+
+- Update to SVN rev 724 (boo#916210):
+  + 3 years worth of fixes and improvements.
+
+---

Old:

  skype4pidgin-0.0.1.rev624.tar.bz2

New:

  _service
  skype4pidgin-0.0.1.rev708.tar.xz



Other differences:
--
++ skype4pidgin.spec ++
--- /var/tmp/diff_new_pack.YJP2t4/_old  2015-02-06 10:22:44.0 +0100
+++ /var/tmp/diff_new_pack.YJP2t4/_new  2015-02-06 10:22:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package skype4pidgin
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,19 +11,20 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   skype4pidgin
-Version:0.0.1.rev624
-Release:1
+Version:0.0.1.rev708
+Release:0
 # FIXME: on new upstream version, change <= Obsoletes to < (last checked: 
0.0.1.rev624)
 Summary:Libpurple plugin for Skype API
 License:GPL-3.0+
-Url:http://eion.robbmob.com/
 Group:  Productivity/Networking/Instant Messenger
-# svn co http://skype4pidgin.googlecode.com/svn/trunk skype4pidgin-0.0.1.rev624
-Source0:%{name}-%{version}.tar.bz2
+Url:http://eion.robbmob.com/
+Source0:%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE skype4pidgin-libdir.patch vu...@opensuse.org -- Do not 
hardcode /usr/lib
 Patch0: skype4pidgin-libdir.patch
 BuildRequires:  dbus-1-devel
@@ -44,7 +45,6 @@
 
 %package -n libpurple-plugin-skype
 Summary:Libpurple plugin for Skype API
-License:GPL-3.0+
 Group:  Productivity/Networking/Instant Messenger
 Requires:   libpurple
 Recommends: libpurple-plugin-skype-lang
@@ -60,7 +60,6 @@
 
 %package -n pidgin-plugin-skype
 Summary:Pidgin plugin for Skype API
-License:GPL-3.0+
 Group:  Productivity/Networking/Instant Messenger
 Requires:   libpurple-plugin-skype = %{version}
 Requires:   pidgin

++ _service ++

  
http://skype4pidgin.googlecode.com/svn/trunk/
svn
0.0.1.rev%r
skype4pidgin
  
  
*.tar
xz
  
  

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



commit yast2-packager for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2015-02-06 10:22:04

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


Package is "yast2-packager"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2015-02-01 12:28:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2015-02-06 10:22:05.0 +0100
@@ -1,0 +2,14 @@
+Thu Feb  5 07:33:09 UTC 2015 - jsr...@suse.cz
+
+- initialize bootloader during update if proposed from scratch
+  (bnc#899743)
+- 3.1.59
+
+---
+Tue Feb  3 09:01:07 UTC 2015 - lsle...@suse.cz
+
+- fixed file:// URL handling (same as dir://) (boo#869399)
+- validate entered URL schema
+- 3.1.58
+
+---

Old:

  yast2-packager-3.1.57.tar.bz2

New:

  yast2-packager-3.1.59.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.ObIvFq/_old  2015-02-06 10:22:07.0 +0100
+++ /var/tmp/diff_new_pack.ObIvFq/_new  2015-02-06 10:22:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.57
+Version:3.1.59
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.1.57.tar.bz2 -> yast2-packager-3.1.59.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.57/package/yast2-packager.changes 
new/yast2-packager-3.1.59/package/yast2-packager.changes
--- old/yast2-packager-3.1.57/package/yast2-packager.changes2015-01-30 
17:33:13.0 +0100
+++ new/yast2-packager-3.1.59/package/yast2-packager.changes2015-02-05 
08:43:11.0 +0100
@@ -1,4 +1,18 @@
 ---
+Thu Feb  5 07:33:09 UTC 2015 - jsr...@suse.cz
+
+- initialize bootloader during update if proposed from scratch
+  (bnc#899743)
+- 3.1.59
+
+---
+Tue Feb  3 09:01:07 UTC 2015 - lsle...@suse.cz
+
+- fixed file:// URL handling (same as dir://) (boo#869399)
+- validate entered URL schema
+- 3.1.58
+
+---
 Thu Jan 29 14:45:40 UTC 2015 - jreidin...@suse.com
 
 - remove obsolete legacy patch callbacks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.57/package/yast2-packager.spec 
new/yast2-packager-3.1.59/package/yast2-packager.spec
--- old/yast2-packager-3.1.57/package/yast2-packager.spec   2015-01-30 
17:33:13.0 +0100
+++ new/yast2-packager-3.1.59/package/yast2-packager.spec   2015-02-05 
08:43:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.57
+Version:3.1.59
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.57/src/clients/inst_kickoff.rb 
new/yast2-packager-3.1.59/src/clients/inst_kickoff.rb
--- old/yast2-packager-3.1.57/src/clients/inst_kickoff.rb   2015-01-30 
17:33:13.0 +0100
+++ new/yast2-packager-3.1.59/src/clients/inst_kickoff.rb   2015-02-05 
08:43:11.0 +0100
@@ -236,10 +236,10 @@
   # load all network modules
   load_network_modules 
 
-  # perform actions needed by various bootloaders before packages
-  # get updated
-  # Bootloader::PreUpdate ();
-  # -- this function call does NOTHING!
+  # initialize bootloader
+  # will return immediatly unless bootloader configuration was
+  # proposed from scratch (bnc#899743)
+  WFM.CallFunction("inst_bootloader", WFM.Args) 
 end
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.57/src/modules/AddOnProduct.rb 
new/yast2-packager-3.1.59/src/modules/AddOnProduct.rb
--- old/yast2-packager-3.1.57/src/modules/AddOnProduct.rb   2015-01-30 
17:33:13.0 +0100
+++ new/yast2-packager-3.1.59/src/modules/AddOnProduct.rb   2015-02-05 
08:43:11.0 +0100
@@ -263,8 +263,7 @@
 # replaces some already installed add-on or whether it is a new
 # installation. Repositories and target have to be initialized.
 #
-# @param [Fixnum] source_id
-# @param string "installation" or "update" according the current state
+# @param [Fixnum] source_id source 

commit yast2-firstboot for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2015-02-06 10:23:07

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2014-12-19 09:37:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2015-02-06 10:23:08.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  5 09:08:40 UTC 2015 - an...@suse.com
+
+- Fixed the step for host name configuration
+  (bnc#911952, bnc#802822)
+- 3.1.8
+
+---

Old:

  yast2-firstboot-3.1.7.tar.bz2

New:

  yast2-firstboot-3.1.8.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.vK0at1/_old  2015-02-06 10:23:09.0 +0100
+++ /var/tmp/diff_new_pack.vK0at1/_new  2015-02-06 10:23:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   yast2-firstboot
-Version:3.1.7
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.7.tar.bz2 -> yast2-firstboot-3.1.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.7/control/firstboot.xml 
new/yast2-firstboot-3.1.8/control/firstboot.xml
--- old/yast2-firstboot-3.1.7/control/firstboot.xml 2014-12-18 
19:37:08.0 +0100
+++ new/yast2-firstboot-3.1.8/control/firstboot.xml 2015-02-05 
14:27:10.0 +0100
@@ -133,7 +133,7 @@
 
 Host Name
 false
-inst_hostname
+firstboot_hostname
 
 
 Network
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.7/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.8/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.7/package/yast2-firstboot.changes   2014-12-18 
19:37:08.0 +0100
+++ new/yast2-firstboot-3.1.8/package/yast2-firstboot.changes   2015-02-05 
14:27:10.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Feb  5 09:08:40 UTC 2015 - an...@suse.com
+
+- Fixed the step for host name configuration
+  (bnc#911952, bnc#802822)
+- 3.1.8
+
+---
 Thu Dec 18 18:35:37 UTC 2014 - lsle...@suse.cz
 
 - fixed bashisms in "S09-cleanup" script (authored by "Ledest")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.7/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.8/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.7/package/yast2-firstboot.spec  2014-12-18 
19:37:08.0 +0100
+++ new/yast2-firstboot-3.1.8/package/yast2-firstboot.spec  2015-02-05 
14:27:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.7
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.7/src/Makefile.am 
new/yast2-firstboot-3.1.8/src/Makefile.am
--- old/yast2-firstboot-3.1.7/src/Makefile.am   2014-12-18 19:37:08.0 
+0100
+++ new/yast2-firstboot-3.1.8/src/Makefile.am   2015-02-05 14:27:10.0 
+0100
@@ -22,7 +22,8 @@
   clients/firstboot_license_novell.rb \
   clients/firstboot_network_write.rb \
   clients/firstboot_setup_dhcp.rb \
-  clients/firstboot_auto.rb
+  clients/firstboot_auto.rb \
+  clients/firstboot_hostname.rb
 
 yncludedir = @yncludedir@/firstboot
 ynclude_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.7/src/clients/firstboot_hostname.rb 
new/yast2-firstboot-3.1.8/src/clients/firstboot_hostname.rb
--- old/yast2-firstboot-3.1.7/src/clients/firstboot_hostname.rb 1970-01-01 
01:00:00.0 +0100
+++ new/yast2-firstboot-3.1.8/src/clients/firstboot_hostname.rb 2015-02-05 
14:27:10.0 +0100
@@ -0,0 +1,83 @@
+# encoding: utf-8
+
+#

commit tamago for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package tamago for openSUSE:Factory checked 
in at 2015-02-06 10:22:52

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


Package is "tamago"

Changes:

--- /work/SRC/openSUSE:Factory/tamago/tamago.changes2014-10-19 
19:29:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.tamago.new/tamago.changes   2015-02-06 
10:22:54.0 +0100
@@ -1,0 +2,37 @@
+Tue Feb  3 22:33:28 UTC 2015 - bkbin...@rinku.zaq.ne.jp
+
+- Change upstream Debian -> Tamago-tsunagi.
+  Tamago's upstream died with m17n.org.
+  So many distros imported Egg(= tamago) from Debian,
+  and Each applied patches to them independently.
+  It is nonefficiency, so I made new upstream project.
+  Tamago-tsunagi-5.0.7.1 imported patches
+  from FreeBSD's tamago-emacs24-4.0.6.0.20041122.19_12.
+  https://www.freebsd.org/cgi/ports.cgi?query=tamago&stype=all .
+  Because FreeBSD's tamago advances most.
+  Now, Tamago-tsunagi goes along with FreeBSD's tamago maintainer.
+- Fix (boo#915293) by Tamago-tsunagi.
+- Change BuildRequires emacs-X -> emacs-nox >= 23.
+  When building, tamago does not need X,
+  tamago-tsunagi needs Emacs-nox >= 23.
+- Change Requires emacs -> emacs >= 23.
+  tamago-tsunagi needs Emacs >= 23
+- Change URL m17n.org -> sourceforge.jp (tamago-tsunagi).
+- Delete Patch1 Patch2 Source6, tamago-tsunagi does not need them.
+  Patch1: egg_4.0.6+0.20041122cvs-19.diff.gz
+  Patch2: tamago-fix-access-to-fwnn.patch
+  Source6: egg_4.0.6+0.20041122cvs-19.dsc
+- Modify description: tamago depends Emacs >= 23, now.
+- Delete Authors from description.
+  Because they do not maintain Tamago-tsunagi.
+- Comment out BuildRoot:.
+- Add NEWS in doc.
+- Delete config from suse-start-tamago.el.
+  Because rpmlint warned it.
+- Add .nosearch in files.
+  Because rpmlint warns them, but they are necessary.
+  I did not write rpmlintrc.
+  Because I do not like to delete warn messages.
+- Modify Copyright year 2014 -> 2015.
+
+---

Old:

  egg_4.0.6+0.20041122cvs-19.diff.gz
  egg_4.0.6+0.20041122cvs-19.dsc
  egg_4.0.6+0.20041122cvs.orig.tar.gz
  tamago-fix-access-to-fwnn.patch

New:

  tamago-tsunagi-5.0.7.1.tar.gz



Other differences:
--
++ tamago.spec ++
--- /var/tmp/diff_new_pack.DFI22g/_old  2015-02-06 10:22:55.0 +0100
+++ /var/tmp/diff_new_pack.DFI22g/_new  2015-02-06 10:22:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tamago
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,77 +17,46 @@
 
 
 Name:   tamago
-BuildRequires:  emacs-x11
-Requires:   emacs
-# updated 2013-08-27
-#Version:4.0.6_20011017cvs
-Version:4.0.6_20041122cvs
+#Upstream name is tamago-tsunagi
+%define tsunagiName %{name}-tsunagi
+# 2015-02-03 Mitsutoshi NAKANO 
+# I think tamago does not need X.
+# tamago-tsunagi needs Emacs >= 23
+#BuildRequires:  emacs-x11
+BuildRequires:  emacs-nox >= 23
+Requires:   emacs >= 23
+Version:5.0.7.1
 Release:0
-#Version:4.0.6+0.20041122cvs # this version string is wrong .
-
-Url:http://www.m17n.org/tamago
+Url:http://sourceforge.jp/projects/tamago-tsunagi/
 # Other useful, tamago related URLs:
 # http://emacs-20.ki.nu/tamago/
 # http://cgi18.plala.or.jp/~nyy/canna/
 # http://www.gcd.org/sengoku/boiling-egg/
 # ftp://ftp.ki.nu/pub/emcws/README.html  (obsoleted by tamago)
-# Source: ftp://ftp.m17n.org/pub/tamago/tamago-4.0.6.tar.gz
-# I think it is better to use the CVS version, it already contains Canna 
support
-# without the need of patches:
-# get the tamago CVS source with:
-#cvs -d :pserver:anonym...@cvs.m17n.org:/cvs/tamago co tamago
-# and create the following tarball:
-#Source0:tamago-_{version}.tar.bz2
-
-# 2013-08-27 - bkbin...@rinku.zaq.ne.jp
-# imported source from http://packages.debian.org/wheezy/egg .
-# Because upstream http://www.m17n.org/tamago was dead,
-# and egg_4.0.6+0.20041122cvs-19.diff.gz was fixed bnc#836138 .
-Source0:
http://ftp.de.debian.org/debian/pool/main/e/egg/egg_4.0.6+0.20041122cvs.orig.tar.gz
+
+Source0:
http://osdn.dl.sourceforge.jp/tamago-tsunagi/62701/%{tsunagiName}-%{version}.tar.gz
+
 # egg-canna.el was deleted 2013-08-27 by bkbin...@rinku.zaq.ne.jp
 #Source1:http://cgi18.plala.or.jp/nyy/canna/egg-canna.el.bz2
 
-# 2013-09-09 - bkbin...@rinku.zaq.ne.jp
-# Source[234]'s URLs wer

commit goffice for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package goffice for openSUSE:Factory checked 
in at 2015-02-06 10:22:47

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


Package is "goffice"

Changes:

--- /work/SRC/openSUSE:Factory/goffice/goffice.changes  2015-01-29 
13:18:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.goffice.new/goffice.changes 2015-02-06 
10:22:48.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb  5 11:08:40 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.10.20:
+  + Ensure the validity of the dims property for linear regression
+curves.
+  + Fix marker problem with line plots.
+
+---

Old:

  goffice-0.10.19.tar.xz

New:

  goffice-0.10.20.tar.xz



Other differences:
--
++ goffice.spec ++
--- /var/tmp/diff_new_pack.kxKuzc/_old  2015-02-06 10:22:49.0 +0100
+++ /var/tmp/diff_new_pack.kxKuzc/_new  2015-02-06 10:22:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   goffice
-Version:0.10.19
+Version:0.10.20
 Release:0
 Summary:GLib/GTK+ Set of Document-Centric Objects and Utilities
 License:GPL-2.0 or GPL-3.0

++ goffice-0.10.19.tar.xz -> goffice-0.10.20.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.19/ChangeLog 
new/goffice-0.10.20/ChangeLog
--- old/goffice-0.10.19/ChangeLog   2015-01-23 18:43:41.0 +0100
+++ new/goffice-0.10.20/ChangeLog   2015-02-05 00:48:14.0 +0100
@@ -1,3 +1,28 @@
+2015-02-04  Morten Welinder 
+
+   * Release 0.10.20
+
+2015-02-04  Morten Welinder  
+
+   * plugins/plot_barcol/gog-line.c (gog_line_series_init_style):
+   Don't wipe out marker colours just because the shape auto.
+
+   * plugins/plot_barcol/gog-minmax.c (gog_minmax_series_init_style): 
Ditto.
+
+   * plugins/plot_xy/gog-xy-minmax.c
+   (gog_xy_minmax_series_init_style): Ditto.
+
+2015-01-26  Jean Brefort  
+
+   * plugins/reg_linear/gog-lin-reg.c: ensure that the dims number is 
correct
+   in all cases. [see #743507]
+   * plugins/reg_linear/gog-lin-reg.h: ditto.
+   * plugins/reg_linear/gog-polynom-reg.c: ditto.
+
+2015-01-23  Morten Welinder 
+
+   * configure.ac: Post-release bump.
+
 2015-01-23  Morten Welinder 
 
* Release 0.10.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.19/NEWS new/goffice-0.10.20/NEWS
--- old/goffice-0.10.19/NEWS2015-01-16 19:35:40.0 +0100
+++ new/goffice-0.10.20/NEWS2015-02-04 23:54:43.0 +0100
@@ -1,3 +1,12 @@
+goffice 0.10.20:
+
+Jean:
+   * Ensure the validity of the dims property for linear regression curves.
+
+Morten:
+   * Fix marker problem with line plots.
+
+--
 goffice 0.10.19:
 
 Jean:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.19/configure 
new/goffice-0.10.20/configure
--- old/goffice-0.10.19/configure   2015-01-23 18:43:55.0 +0100
+++ new/goffice-0.10.20/configure   2015-02-05 00:48:26.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for goffice 0.10.19.
+# Generated by GNU Autoconf 2.69 for goffice 0.10.20.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='goffice'
 PACKAGE_TARNAME='goffice'
-PACKAGE_VERSION='0.10.19'
-PACKAGE_STRING='goffice 0.10.19'
+PACKAGE_VERSION='0.10.20'
+PACKAGE_STRING='goffice 0.10.20'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libgoffice'
 PACKAGE_URL=''
 
@@ -1490,7 +1490,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures goffice 0.10.19 to adapt to many kinds of systems.
+\`configure' configures goffice 0.10.20 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1560,7 +1560,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of goffice 0.10.19:";;
+ short | recursive ) echo "Configuration of goffice 0.10.20:";;
esac
   cat <<\_ACEOF
 
@@ -1731,7 +1731,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-goffice configure 0.10.19
+goffice configure 0.10.20
 generated by GNU Autoconf 2.69
 
 Copyright (C) 

commit perl-ExtUtils-Depends for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-Depends for 
openSUSE:Factory checked in at 2015-02-06 10:23:34

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


Package is "perl-ExtUtils-Depends"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-Depends/perl-ExtUtils-Depends.changes  
2014-09-20 15:49:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-Depends.new/perl-ExtUtils-Depends.changes
 2015-02-06 10:23:36.0 +0100
@@ -1,0 +2,16 @@
+Tue Feb  3 15:29:02 UTC 2015 - co...@suse.com
+
+- updated to 0.404
+ - Depends.pm: sort deps in save_config() and get_makefile_vars(); patch
+   submitted by Debian's reproducible build team for RT#101602
+ - Use / to make ::load filename, not File::Spec - perldoc -f require
+ 
+ 0.403
+ - Avoid using Test::More::done_testing() for to support building
+   out-of-the-box on older perls.
+ 
+ 0.402 Sat Oct 18 18:06:19 EEST 2014
+ - Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config();
+   patch submitted by Niko Tyni of the Debian Perl Group; fixes RT#99260
+
+---

Old:

  ExtUtils-Depends-0.401.tar.gz

New:

  ExtUtils-Depends-0.404.tar.gz



Other differences:
--
++ perl-ExtUtils-Depends.spec ++
--- /var/tmp/diff_new_pack.z1Vj6Z/_old  2015-02-06 10:23:37.0 +0100
+++ /var/tmp/diff_new_pack.z1Vj6Z/_new  2015-02-06 10:23:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-Depends
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   perl-ExtUtils-Depends
-Version:0.401
+Version:0.404
 Release:0
 %define cpan_name ExtUtils-Depends
 Summary:Easily build XS extensions that depend on XS extensions
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
 
 %description

++ ExtUtils-Depends-0.401.tar.gz -> ExtUtils-Depends-0.404.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Depends-0.401/Changes 
new/ExtUtils-Depends-0.404/Changes
--- old/ExtUtils-Depends-0.401/Changes  2014-08-23 07:22:56.0 +0200
+++ new/ExtUtils-Depends-0.404/Changes  2015-01-30 03:46:56.0 +0100
@@ -1,5 +1,18 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.404
+- Depends.pm: sort deps in save_config() and get_makefile_vars(); patch
+  submitted by Debian's reproducible build team for RT#101602
+- Use / to make ::load filename, not File::Spec - perldoc -f require
+
+0.403
+- Avoid using Test::More::done_testing() for to support building
+  out-of-the-box on older perls.
+
+0.402 Sat Oct 18 18:06:19 EEST 2014
+- Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config();
+  patch submitted by Niko Tyni of the Debian Perl Group; fixes RT#99260
+
 0.401 Sat Aug 23 14:20:11 IRKT 2014
 - Add README changes created by 'make dist' from the POD
 - Rename test modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Depends-0.401/META.json 
new/ExtUtils-Depends-0.404/META.json
--- old/ExtUtils-Depends-0.401/META.json2014-08-23 07:23:53.0 
+0200
+++ new/ExtUtils-Depends-0.404/META.json2015-01-30 03:47:19.0 
+0100
@@ -4,7 +4,7 @@
   "Gtk2-Perl Team "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141520",
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.143240",
"keywords" : [
   "XS",
   "XS extensions",
@@ -31,7 +31,7 @@
   "build" : {
  "requires" : {
 "ExtUtils::MakeMaker" : "0",
-"Test::More" : "0.88"
+"Test::More" : "0"
  }
   },
   "configure" : {
@@ -73,5 +73,5 @@
   },
   "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
},
-   "version" : "0.401"
+   "version" : "0.404"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Depends-0.401/META.yml 
new/ExtUtils-Depends-0.404/META.yml
--- old/ExtUtils-Depends-0.401/META.yml 2014-08-23 07:23:52.

commit icinga for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2015-02-06 10:23:23

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


Package is "icinga"

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2014-12-29 
00:30:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2015-02-06 
10:23:27.0 +0100
@@ -1,0 +2,33 @@
+Thu Jan 29 13:43:14 UTC 2015 - thard...@suse.com
+
+-update to upstream version 1.12.0
+  * core/idoutils: Populate long_output column on notification history neb 
events #7362 - MF
+  * classic ui: start with unhandled problems view instead of TAC #4817 - MF
+  * classic ui: Adding alias to title in host/service overview #5900 - WN
+  * classic ui: Add display of extra icons in status overview of hosts and 
services #6829 - RD/RB
+  * classic ui: Add config option to set Sticky Acknowledgment checkbox 
default #6237 - CF
+  * classic ui: Add config option to sort status data by default #5965 - RB
+  * classic ui: Add sorting of comments and downtimes #5339 - RB
+  * classic ui: Add link to online documentation #6606 - RB
+  * idoutils: Add program_version column to programstatus table #7390 - MF
+  * idoutils: Extend size of column 'alias' for MySQL tables hosts & contacts 
#6382 - MF
+  * idoutils: Import 'is_json' for custom vars into schema (Icinga 2) #7568 - 
MF
+  * classic ui: Fix grammatical errors in popup text #7451 - CF
+  * classic ui: Fix order of hosts and service checks in tac.cgi #6965 - RB
+  * idoutils: check for undersized data-packets and ignore them to eliminate 
null transactions to the database #4221 - CF
+  * initscript: Correct bash-specific syntax in startup script #7450 - CF
+  * spec: Use versioned dependencies in the RPM spec file #7017 - GB
+  * core/idoutils: Populate long_output column on notification history neb 
events #7362
+  * idoutils: Add program_version column to programstatus table #7390
+** required for Icinga Web 2 and Icinga 2
+  * idoutils: 'alias' column is now TEXT in MySQL #6382
+  * idoutils: Import 'is_json' for custom vars into schema (Icinga 2) #7568
+
+---
+Wed Jan 28 17:27:33 UTC 2015 - l...@linux-schulserver.de
+
+- add Alias=monitoring_daemon.service to systemd file to have a
+  similar virtual provides like in the old times
+- rebased icinga-1.11.7-fix-bashisms.patch
+
+---

Old:

  icinga-1.11.7.tar.gz

New:

  icinga-1.12.0.tar.gz



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.Fi8hdH/_old  2015-02-06 10:23:28.0 +0100
+++ /var/tmp/diff_new_pack.Fi8hdH/_new  2015-02-06 10:23:28.0 +0100
@@ -23,7 +23,7 @@
 %endif
 
 Name:   icinga
-Version:1.11.7
+Version:1.12.0
 Release:0
 
 Summary:Host/service/network monitoring program

++ icinga-1.11.7-fix-bashisms.patch ++
--- /var/tmp/diff_new_pack.Fi8hdH/_old  2015-02-06 10:23:28.0 +0100
+++ /var/tmp/diff_new_pack.Fi8hdH/_new  2015-02-06 10:23:28.0 +0100
@@ -1,24 +1,27 @@
-diff -Ndur icinga-1.11.7/indent.sh icinga-1.11.7-fix-bashisms/indent.sh
 icinga-1.11.7/indent.sh2014-09-03 12:27:46.0 +0300
-+++ icinga-1.11.7-fix-bashisms/indent.sh   2014-12-20 19:39:48.0 
+0200
+Index: icinga-1.11.7/indent.sh
+===
+--- icinga-1.11.7.orig/indent.sh
 icinga-1.11.7/indent.sh
 @@ -1,3 +1,3 @@
 -#!/bin/bash
 +#!/bin/sh
  
  astyle --style=java --indent=tab --unpad-paren --pad-oper --pad-header 
--suffix=none --brackets=linux "$@"
-diff -Ndur icinga-1.11.7/maketar.sh icinga-1.11.7-fix-bashisms/maketar.sh
 icinga-1.11.7/maketar.sh   2014-09-03 12:27:46.0 +0300
-+++ icinga-1.11.7-fix-bashisms/maketar.sh  2014-12-20 19:39:28.0 
+0200
+Index: icinga-1.11.7/maketar.sh
+===
+--- icinga-1.11.7.orig/maketar.sh
 icinga-1.11.7/maketar.sh
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  ###
  # Make a tarball
  # (c) 2013 NETWAYS GmbH
-diff -Ndur icinga-1.11.7/module/idoutils/db/scripts/create_mysqldb.sh 
icinga-1.11.7-fix-bashisms/module/idoutils/db/scripts/create_mysqldb.sh
 icinga-1.11.7/module/idoutils/db/scripts/create_mysqldb.sh 2014-09-03 
12:27:46.0 +0300
-+++ icinga-1.11.7-fix-bashisms/module/idoutils/db/scripts/create_mysqldb.sh
2014-12-20 19:33:04.0 +0200
-@@ -78,14 +78,14 @@
+Index: icinga-1.11.7/module/idoutils/db/scripts/create_mysqldb.sh
+===

commit password-store for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package password-store for openSUSE:Factory 
checked in at 2015-02-06 10:23:02

Comparing /work/SRC/openSUSE:Factory/password-store (Old)
 and  /work/SRC/openSUSE:Factory/.password-store.new (New)


Package is "password-store"

Changes:

--- /work/SRC/openSUSE:Factory/password-store/password-store.changes
2015-01-29 09:58:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.password-store.new/password-store.changes   
2015-02-06 10:23:03.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 29 12:11:24 UTC 2015 - tampak...@opensuse.org
+
+- Add conditionals on dependencies that don't exist on older distros
+- Disable tests in older distros where the dependencies don't satisfy them
+
+---



Other differences:
--
++ password-store.spec ++
--- /var/tmp/diff_new_pack.1S4bS4/_old  2015-02-06 10:23:04.0 +0100
+++ /var/tmp/diff_new_pack.1S4bS4/_new  2015-02-06 10:23:04.0 +0100
@@ -26,15 +26,21 @@
 Source: 
http://git.zx2c4.com/password-store/snapshot/%{name}-%{version}.tar.xz
 BuildRequires:  git
 BuildRequires:  gpg2
+%if 0%{?suse_version} != 1315
 BuildRequires:  pwgen
-BuildRequires:  tree >= 1.7.0
+%endif
+BuildRequires:  tree
 BuildRequires:  xz
 BuildRequires:  bash-completion
 BuildRequires:  zsh
+%if 0%{?suse_version} > 1320
 BuildRequires:  fish
+%endif
 Requires:   gpg2
+%if 0%{?suse_version} != 1315
 Requires:   pwgen
-Requires:   tree >= 1.7.0
+%endif
+Requires:   tree
 Recommends: xclip
 Suggests:   git
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -67,13 +73,19 @@
 install -D -m 0755 contrib/dmenu/passmenu %{buildroot}%{_bindir}/passmenu
 
 %check
+%if 0%{?suse_version} >= 1320
 make test %{?_smp_mflags}
+%endif
 
 %files
 %defattr(-,root,root)
 %doc README COPYING
 %{_mandir}/man1/pass.1.gz
 %{_bindir}/pass
+%if 0%{suse_version} <= 1320
+%dir %{_datadir}/fish
+%dir %{_datadir}/fish/completions
+%endif
 %{_datadir}/bash-completion/completions/pass
 %{_datadir}/fish/completions/pass.fish
 %{_datadir}/zsh/site-functions/_pass

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



commit schedtool for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package schedtool for openSUSE:Factory 
checked in at 2015-02-06 10:23:12

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


Package is "schedtool"

Changes:

--- /work/SRC/openSUSE:Factory/schedtool/schedtool.changes  2012-03-05 
18:02:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.schedtool.new/schedtool.changes 2015-02-06 
10:23:13.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  5 10:12:33 UTC 2015 - adr...@suse.de
+
+- move schedtool to /usr/bin
+  - only some options require root and Android toolchain expects
+it in path
+
+---



Other differences:
--
++ schedtool.spec ++
--- /var/tmp/diff_new_pack.Av1P0m/_old  2015-02-06 10:23:13.0 +0100
+++ /var/tmp/diff_new_pack.Av1P0m/_new  2015-02-06 10:23:14.0 +0100
@@ -37,20 +37,16 @@
 make %{?_smp_mflags}
 
 %install
-
-install -D -s -m 755 %{name} %{buildroot}/%{_sbindir}/%{name}
+install -D -s -m 755 %{name} %{buildroot}/%{_bindir}/%{name}
 install -D -m 644 %{name}.8 %{buildroot}/%{_mandir}/man8/%{name}.8
 
 # Docs
 install -d %{buildroot}%{_docdir}/%{name}
 install -m 0644 CHANGES LICENSE README SCHED_DESIGN TODO TUNING 
%{buildroot}%{_docdir}/%{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
-%{_sbindir}/%{name}
+%{_bindir}/%{name}
 %{_mandir}/man8/%{name}.8%{ext_man}
 %doc %{_docdir}/%{name}
 

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



commit hg-git for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package hg-git for openSUSE:Factory checked 
in at 2015-02-06 10:23:53

Comparing /work/SRC/openSUSE:Factory/hg-git (Old)
 and  /work/SRC/openSUSE:Factory/.hg-git.new (New)


Package is "hg-git"

Changes:

--- /work/SRC/openSUSE:Factory/hg-git/hg-git.changes2015-01-20 
19:01:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.hg-git.new/hg-git.changes   2015-02-06 
10:23:54.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb  5 18:21:32 UTC 2015 - g...@opensuse.org
+
+- update to version 0.8.0
+  - no changelog provided, see
+https://bitbucket.org/durin42/hg-git/commits/tag/0.8.0 for a
+detailed list of changes
+
+---

Old:

  0.7.0.tar.bz2

New:

  0.8.0.tar.bz2



Other differences:
--
++ hg-git.spec ++
--- /var/tmp/diff_new_pack.QIveQC/_old  2015-02-06 10:23:55.0 +0100
+++ /var/tmp/diff_new_pack.QIveQC/_new  2015-02-06 10:23:55.0 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define rev fc63d0e2653d
+%define rev cf3dafce0611
 
 Name:   hg-git
-Version:0.7.0
+Version:0.8.0
 Release:0
 Summary:Mercurial Plugin for Communicating with Git Servers
 License:GPL-2.0+

++ 0.7.0.tar.bz2 -> 0.8.0.tar.bz2 ++
 3047 lines of diff (skipped)

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



commit fish for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package fish for openSUSE:Factory checked in 
at 2015-02-06 10:23:40

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


Package is "fish"

Changes:

--- /work/SRC/openSUSE:Factory/fish/fish.changes2015-01-29 
09:58:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.fish.new/fish.changes   2015-02-06 
10:23:42.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  5 09:31:48 UTC 2015 - sch...@suse.de
+
+- no-return-in-nonvoid-function.patch: fix no-return-in-nonvoid-function
+  error
+
+---

New:

  no-return-in-nonvoid-function.patch



Other differences:
--
++ fish.spec ++
--- /var/tmp/diff_new_pack.N34w1r/_old  2015-02-06 10:23:43.0 +0100
+++ /var/tmp/diff_new_pack.N34w1r/_new  2015-02-06 10:23:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fish
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
 Source: http://fishshell.com/files/%{version}/fish-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM check_for_command-not-found_command_on_suse.patch 
gh#fish-shell/fish-shell#1208
 Patch0: check_for_command-not-found_command_on_suse.patch
+# PATCH-FIX-UPSTREAM no-return-in-nonvoid-function.patch Fix 
no-return-in-nonvoid-function error
+Patch1: no-return-in-nonvoid-function.patch
 BuildRequires:  autoconf
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -44,6 +46,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoconf

++ no-return-in-nonvoid-function.patch ++
Index: fish-2.1.1/fallback.cpp
===
--- fish-2.1.1.orig/fallback.cpp
+++ fish-2.1.1/fallback.cpp
@@ -61,6 +61,7 @@ int tputs(const char *str, int affcnt, i
 {
 fish_putc(*str++);
 }
+return 0;
 }
 
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dropbear for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package dropbear for openSUSE:Factory 
checked in at 2015-02-06 10:23:29

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


Package is "dropbear"

Changes:

--- /work/SRC/openSUSE:Factory/dropbear/dropbear.changes2014-12-16 
14:47:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.dropbear.new/dropbear.changes   2015-02-06 
10:23:30.0 +0100
@@ -1,0 +2,26 @@
+Thu Feb  5 16:26:06 UTC 2015 - thard...@suse.com
+
+- fixed checksum URL
+
+---
+Wed Jan 28 21:40:28 UTC 2015 - thard...@suse.com
+
+- updated to upstream version 2015.67
+  * Call fsync() after generating private keys to ensure they aren't lost if a
+reboot occurs. Thanks to Peter Korsgaard
+  * Disable non-delayed zlib compression by default on the server. Can be
+enabled if required for old clients with DROPBEAR_SERVER_DELAY_ZLIB
+  * Default client key path ~/.ssh/id_dropbear
+  * Prefer stronger algorithms by default, from Fedor Brunner. 
+AES256 over 3DES
+Diffie-hellman group14 over group1
+  * Add option to disable CBC ciphers.
+  * Disable twofish in default options.h
+  * Enable sha2 HMAC algorithms by default, the code was already required
+for ECC key exchange. sha1 is the first preference still for performance. 
+  * Fix installing dropbear.8 in a separate build directory, from Like Ma
+  * Allow configure to succeed if libtomcrypt/libtommath are missing, from 
Elan Ruusamäe
+  * Don't crash if ssh-agent provides an unknown type of key. From Catalin 
Patulea
+  * Minor bug fixes, a few issues found by Coverity scan 
+
+---

Old:

  dropbear-2014.66.tar.bz2
  dropbear-2014.66.tar.bz2.asc

New:

  dropbear-2015.67.tar.bz2
  dropbear-2015.67.tar.bz2.asc



Other differences:
--
++ dropbear.spec ++
--- /var/tmp/diff_new_pack.6uiw4j/_old  2015-02-06 10:23:31.0 +0100
+++ /var/tmp/diff_new_pack.6uiw4j/_new  2015-02-06 10:23:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dropbear
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,14 +21,14 @@
 %endif
 
 Name:   dropbear
-Version:2014.66
+Version:2015.67
 Release:0
 Summary:A relatively small SSH 2 server and client
 License:MIT
 Group:  Productivity/Networking/SSH
 Url:http://matt.ucc.asn.au/dropbear/dropbear.html
 Source0:
http://matt.ucc.asn.au/dropbear/releases/%{name}-%{version}.tar.bz2
-Source1:
https://matt.ucc.asn.au/dropbear/SHA1SUM.asc#/%{name}-%{version}.tar.bz2.asc
+Source1:
https://matt.ucc.asn.au/dropbear/SHA256SUM.asc#/%{name}-%{version}.tar.bz2.asc
 Source2:dropbear.keyring
 Source3:dropbear.service
 Source4:dropbear-keygen.service

++ dropbear-2014.66.tar.bz2 -> dropbear-2015.67.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dropbear-2014.66/.hg_archival.txt 
new/dropbear-2015.67/.hg_archival.txt
--- old/dropbear-2014.66/.hg_archival.txt   2014-10-23 15:43:38.0 
+0200
+++ new/dropbear-2015.67/.hg_archival.txt   2015-01-28 15:57:36.0 
+0100
@@ -1,5 +1,5 @@
 repo: d7da3b1e15401eb234ec866d5eac992fc4cd5878
-node: 735511a4c761141416ad0e6728989d2dafa55bc2
+node: 48a0ba346de446e413433f93b731187fb4772508
 branch: default
-latesttag: DROPBEAR_2014.65
-latesttagdistance: 12
+latesttag: DROPBEAR_2015.67
+latesttagdistance: 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dropbear-2014.66/.hgsigs new/dropbear-2015.67/.hgsigs
--- old/dropbear-2014.66/.hgsigs2014-10-23 15:43:38.0 +0200
+++ new/dropbear-2015.67/.hgsigs2015-01-28 15:57:36.0 +0100
@@ -12,3 +12,4 @@
 277429102f1337bd10c89107d3e01de509cc1a7e 0 
iEYEABECAAYFAlMEvF4ACgkQjPn4sExkf7xeVQCgtbxJ4G3hsFwUOM0K1WGr1J2vsbEAoMM8dEyr1mdrbgO1tzNLfD1nxbyn
 96584b934d04ebab443f603e78d38fe692d36313 0 
iEYEABECAAYFAlPVFrQACgkQjPn4sExkf7xr6ACglRiLE21vRrS1rJ809o2yMADIKtwAn1f5SyZUngSde8eE55JxCMwtMC5m
 caac692b366c153cea0e9cd59aa2d79a7d843d4e 0 
iEYEABECAAYFAlPk1mcACgkQjPn4sExkf7wLpgCeOqMYqpkf4lYUuyrn9VYThNpc7PkAn3JOSNgIqkKUcmSy6FstrI8jwJzq
+2d421bc0545d1be6d59a4ebfe61606d94b124b0c 0 
iEYEABECAAYFAlRJDCQACgkQjPn4sExkf7xUYACcCwVJkYWXJn5x/D5A+qMupy778lEAn0rg1oNiq96YU/4jOPsS5IMItihu
diff -

commit gitg for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package gitg for openSUSE:Factory checked in 
at 2015-02-06 10:23:59

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


Package is "gitg"

Changes:

--- /work/SRC/openSUSE:Factory/gitg/gitg.changes2015-01-30 
17:49:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.gitg.new/gitg.changes   2015-02-06 
10:24:00.0 +0100
@@ -1,0 +2,16 @@
+Thu Feb 05 13:30:19 UTC 2015 - dims...@opensuse.org
+
+- Update to version v3.14.1+1422055285:
+  + Improve search.
+  + Do not ignore submodules for checking index.
+  + Bump libgit2-glib to 0.22.0.
+  + Fix api breaks from libgit2-glib.
+  + Updated translations.
+- Drop gitg-Show-correct-header-bars-buttons.patch: fixed upstream.
+- Introduce build_from_vcs defines, currently set to 1, to easily
+  switch between git snapshots and released tarballs. Based on this
+  condition, add gnome-common BuildRequires and call to autogen.sh.
+- Add pkgconfig(libsecret-1) BuildRequires: new dependency.
+- Drop hack to fixup .gir file: no longer needed.
+
+---

Old:

  gitg-3.14.1.tar.xz
  gitg-Show-correct-header-bars-buttons.patch

New:

  _service
  _servicedata
  gitg-3.4.1+1422055285.tar.xz



Other differences:
--
++ gitg.spec ++
--- /var/tmp/diff_new_pack.MFxJMZ/_old  2015-02-06 10:24:01.0 +0100
+++ /var/tmp/diff_new_pack.MFxJMZ/_new  2015-02-06 10:24:01.0 +0100
@@ -16,16 +16,23 @@
 #
 
 
+# Easy toggle to switch between git snapshots and real releases
+%define build_from_vcs 1
+
 Name:   gitg
-Version:3.14.1
+Version:3.4.1+1422055285
 Release:0
 Summary:Git repository viewer
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
 Url:http://trac.novowork.com/gitg/
+# We switched to a source service for now
+%if %{build_from_vcs}
+Source0:%{name}-%{version}.tar.xz
+BuildRequires:  gnome-common
+%else
 Source0:
http://download.gnome.org/sources/gitg/3.14/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gitg-Show-correct-header-bars-buttons.patch 
zai...@opensuse.org -- Show the correct header bars buttons depending on the 
state. Patch from upstream git, stable branch.
-Patch0: gitg-Show-correct-header-bars-buttons.patch
+%endif
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -40,9 +47,10 @@
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.10
 BuildRequires:  pkgconfig(gtkspell3-3.0) >= 3.0.3
 BuildRequires:  pkgconfig(json-glib-1.0)
-BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.0.20
+BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.22.0
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.5.0
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.5.0
+BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.2
 Recommends: %{name}-lang
@@ -131,12 +139,12 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-# Fixup build with WebKit2-4.0 see bgo#735299
-sed -i 's:include name="WebKit2" version="3.0":include name="WebKit2" 
version="4.0":' Gitg-1.0.gir
 translation-update-upstream
 
 %build
+%if %{build_from_vcs}
+./autogen.sh
+%endif
 %configure --disable-static \
 --enable-glade-catalog \
 --disable-maintainer-mode

++ _service ++

  
https://git.gnome.org/browse/gitg
git
3.4.1+%ct
enable
  
  
*.tar
xz
  
  

++ _servicedata ++


https://git.gnome.org/browse/gitg
  bb7e97442859faa92207c4b287e3d8b4527abc3a--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pip for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package python3-pip for openSUSE:Factory 
checked in at 2015-02-06 10:24:18

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


Package is "python3-pip"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pip/python3-pip.changes  2015-02-01 
12:30:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pip.new/python3-pip.changes 
2015-02-06 10:24:19.0 +0100
@@ -1,0 +2,15 @@
+Thu Feb  5 23:43:21 UTC 2015 - a...@gmx.de
+
+- update to version 6.0.8:
+  * Fix an issue where the --download flag would cause pip to no
+longer use randomized build directories.
+  * Fix an issue where pip did not properly unquote quoted URLs which
+contain characters like PEP 440’s epoch separator (!).
+  * Fix an issue where distutils installed projects were not actually
+uninstalled and deprecate attempting to uninstall them altogether.
+  * Retry deleting directories incase a process like an antivirus is
+holding the directory open temporarily.
+  * Fix an issue where pip would hide the cursor on Windows but would
+not reshow it.
+
+---

Old:

  pip-6.0.7.tar.gz

New:

  pip-6.0.8.tar.gz



Other differences:
--
++ python3-pip.spec ++
--- /var/tmp/diff_new_pack.m6pHlA/_old  2015-02-06 10:24:20.0 +0100
+++ /var/tmp/diff_new_pack.m6pHlA/_new  2015-02-06 10:24:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pip
-Version:6.0.7
+Version:6.0.8
 Release:0
 Url:http://www.pip-installer.org
 Summary:Pip installs packages. Python packages. An easy_install 
replacement

++ pip-6.0.7.tar.gz -> pip-6.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pip-6.0.7/CHANGES.txt new/pip-6.0.8/CHANGES.txt
--- old/pip-6.0.7/CHANGES.txt   2015-01-28 22:35:25.0 +0100
+++ new/pip-6.0.8/CHANGES.txt   2015-02-05 03:28:08.0 +0100
@@ -1,3 +1,21 @@
+**6.0.8 (2015-02-04)**
+
+* Fix an issue where the ``--download`` flag would cause pip to no longer use
+  randomized build directories.
+
+* Fix an issue where pip did not properly unquote quoted URLs which contain
+  characters like PEP 440's epoch separator (``!``).
+
+* Fix an issue where distutils installed projects were not actually uninstalled
+  and deprecate attempting to uninstall them altogether.
+
+* Retry deleting directories incase a process like an antivirus is holding the
+  directory open temporarily.
+
+* Fix an issue where pip would hide the cursor on Windows but would not reshow
+  it.
+
+
 **6.0.7 (2015-01-28)**
 
 * Fix a regression where Numpy requires a build path without symlinks to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pip-6.0.7/PKG-INFO new/pip-6.0.8/PKG-INFO
--- old/pip-6.0.7/PKG-INFO  2015-01-28 22:35:32.0 +0100
+++ new/pip-6.0.8/PKG-INFO  2015-02-05 03:28:17.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pip
-Version: 6.0.7
+Version: 6.0.8
 Summary: The PyPA recommended tool for installing Python packages.
 Home-page: https://pip.pypa.io/
 Author: The pip developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pip-6.0.7/pip/__init__.py 
new/pip-6.0.8/pip/__init__.py
--- old/pip-6.0.7/pip/__init__.py   2015-01-28 22:35:25.0 +0100
+++ new/pip-6.0.8/pip/__init__.py   2015-02-05 03:28:08.0 +0100
@@ -30,7 +30,7 @@
 cmdoptions = pip.cmdoptions
 
 # The version as used in the setup.py and the docs conf.py
-__version__ = "6.0.7"
+__version__ = "6.0.8"
 
 
 logger = logging.getLogger(__name__)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pip-6.0.7/pip/_vendor/retrying.py 
new/pip-6.0.8/pip/_vendor/retrying.py
--- old/pip-6.0.7/pip/_vendor/retrying.py   1970-01-01 01:00:00.0 
+0100
+++ new/pip-6.0.8/pip/_vendor/retrying.py   2015-02-05 03:28:09.0 
+0100
@@ -0,0 +1,267 @@
+## Copyright 2013-2014 Ray Holder
+##
+## Licensed under the Apache License, Version 2.0 (the "License");
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the L

commit python3-virtualenv for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package python3-virtualenv for 
openSUSE:Factory checked in at 2015-02-06 10:24:10

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


Package is "python3-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python3-virtualenv/python3-virtualenv.changes
2015-02-01 12:30:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-virtualenv.new/python3-virtualenv.changes   
2015-02-06 10:24:11.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  5 23:35:52 UTC 2015 - a...@gmx.de
+
+- update to version 12.0.7:
+  * Upgrade pip to 6.0.8
+
+---

Old:

  virtualenv-12.0.6.tar.gz

New:

  virtualenv-12.0.7.tar.gz



Other differences:
--
++ python3-virtualenv.spec ++
--- /var/tmp/diff_new_pack.Sws1nH/_old  2015-02-06 10:24:12.0 +0100
+++ /var/tmp/diff_new_pack.Sws1nH/_new  2015-02-06 10:24:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-virtualenv
-Version:12.0.6
+Version:12.0.7
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-12.0.6.tar.gz -> virtualenv-12.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-12.0.6/PKG-INFO 
new/virtualenv-12.0.7/PKG-INFO
--- old/virtualenv-12.0.6/PKG-INFO  2015-01-28 23:42:27.0 +0100
+++ new/virtualenv-12.0.7/PKG-INFO  2015-02-05 03:48:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 12.0.6
+Version: 12.0.7
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -47,6 +47,12 @@
 Release History
 ===
 
+12.0.7 (2015-02-04)
+~~~
+
+* Upgrade pip to 6.0.8
+
+
 12.0.6 (2015-01-28)
 ~~~
 
@@ -54,6 +60,7 @@
 
 * Upgrade setuptools to 12.0.5
 
+
 12.0.5 (2015-01-03)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-12.0.6/docs/changes.rst 
new/virtualenv-12.0.7/docs/changes.rst
--- old/virtualenv-12.0.6/docs/changes.rst  2015-01-28 23:42:09.0 
+0100
+++ new/virtualenv-12.0.7/docs/changes.rst  2015-02-05 03:48:37.0 
+0100
@@ -1,6 +1,12 @@
 Release History
 ===
 
+12.0.7 (2015-02-04)
+~~~
+
+* Upgrade pip to 6.0.8
+
+
 12.0.6 (2015-01-28)
 ~~~
 
@@ -8,6 +14,7 @@
 
 * Upgrade setuptools to 12.0.5
 
+
 12.0.5 (2015-01-03)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-12.0.6/setup.cfg 
new/virtualenv-12.0.7/setup.cfg
--- old/virtualenv-12.0.6/setup.cfg 2015-01-28 23:42:27.0 +0100
+++ new/virtualenv-12.0.7/setup.cfg 2015-02-05 03:48:49.0 +0100
@@ -1,5 +1,5 @@
 [egg_info]
-tag_date = 0
 tag_build = 
 tag_svn_revision = 0
+tag_date = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-12.0.6/virtualenv.egg-info/PKG-INFO 
new/virtualenv-12.0.7/virtualenv.egg-info/PKG-INFO
--- old/virtualenv-12.0.6/virtualenv.egg-info/PKG-INFO  2015-01-28 
23:42:26.0 +0100
+++ new/virtualenv-12.0.7/virtualenv.egg-info/PKG-INFO  2015-02-05 
03:48:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 12.0.6
+Version: 12.0.7
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -47,6 +47,12 @@
 Release History
 ===
 
+12.0.7 (2015-02-04)
+~~~
+
+* Upgrade pip to 6.0.8
+
+
 12.0.6 (2015-01-28)
 ~~~
 
@@ -54,6 +60,7 @@
 
 * Upgrade setuptools to 12.0.5
 
+
 12.0.5 (2015-01-03)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-12.0.6/virtualenv.egg-info/SOURCES.txt 
new/virtualenv-12.0.7/virtualenv.egg-info/SOURCES.txt
--- old/virtualenv-12.0.6/virtualenv.egg-info/SOURCES.txt   2015-01-28 
23:42:27.0 +0100
+++ new/virtualenv-12.0.7/virtualenv.egg-info/SOURCES.txt   2015-02-05 
03:48:49.0 +0100
@@ -33,5 +33,5 @@
 virtualenv_embedded/dis

commit gnumeric for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory 
checked in at 2015-02-06 10:24:05

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


Package is "gnumeric"

Changes:

--- /work/SRC/openSUSE:Factory/gnumeric/gnumeric.changes2015-01-30 
17:49:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric.changes   2015-02-06 
10:24:07.0 +0100
@@ -1,0 +2,31 @@
+Thu Feb  5 11:11:32 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.12.20:
+  + ODF import/export:
+- trendline names (bgo#743448).
+- trendline affinity & dimensions.
+- major & minor chart axis tick marks.
+- chart axis min and max formulae.
+- series fill types (bgo#743613).
+- marker outline colour.
+- axis positions.
+- series lines (bgo#743785).
+- all plots in a chart (bgo#743786).
+  + ODF export all charts in a graph.
+  + Fix ODF export of single cell ranges in graphs (bgo#743619).
+  + xlsx chart import: fix font family name.
+  + xlsx import/export trend line names.
+  + Fix gda plugin compilation (bgo#743506).
+  + Fix xlsx export problem with auto markers.
+  + Import/export xlsx chart axis min/max/steps.
+  + Export xlsx chart axis tick marks.
+  + Fix xlsx problem with inverted axis.
+  + Export sliders as scrollbars for xls.
+  + Fix xls loading of horizontal scrollbars (bgo#743754).
+  + Plug leaks.
+  + Fix xlsx comment export.
+  + Make XL see our exported xlsx axes.
+  + Fix xlsx import/export of axis font info (bgo#743822).
+- Drop gnumeric-add-gda-missing-include.patch: fixed upstream.
+
+---

Old:

  gnumeric-1.12.19.tar.xz
  gnumeric-add-gda-missing-include.patch

New:

  gnumeric-1.12.20.tar.xz



Other differences:
--
++ gnumeric.spec ++
--- /var/tmp/diff_new_pack.tuWww2/_old  2015-02-06 10:24:08.0 +0100
+++ /var/tmp/diff_new_pack.tuWww2/_new  2015-02-06 10:24:08.0 +0100
@@ -17,15 +17,13 @@
 
 
 Name:   gnumeric
-Version:1.12.19
+Version:1.12.20
 Release:0
 Summary:Spreadsheet Application
 License:GPL-2.0 or GPL-3.0
 Group:  Productivity/Office/Spreadsheets
 Url:http://www.gnumeric.org/
 Source0:
http://download.gnome.org/sources/gnumeric/1.12/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnumeric-add-gda-missing-include.patch 
zai...@opensuse.org -- Add a missing include, patch from upstream git.
-Patch0: gnumeric-add-gda-missing-include.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libgsf-devel
@@ -99,7 +97,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 translation-update-upstream po-functions gnumeric-functions
 # remove incomplete translations caused by translation-update-upstream (global 
LINGUAS file, two domains)

++ gnumeric-1.12.19.tar.xz -> gnumeric-1.12.20.tar.xz ++
/work/SRC/openSUSE:Factory/gnumeric/gnumeric-1.12.19.tar.xz 
/work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric-1.12.20.tar.xz differ: char 
27, line 1

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



commit kgoldrunner for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kgoldrunner for openSUSE:Factory 
checked in at 2015-02-06 10:24:23

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


Package is "kgoldrunner"

Changes:

--- /work/SRC/openSUSE:Factory/kgoldrunner/kgoldrunner.changes  2015-01-21 
22:10:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.kgoldrunner.new/kgoldrunner.changes 
2015-02-06 10:24:24.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:59:10 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kgoldrunner-14.12.1.tar.xz

New:

  kgoldrunner-14.12.2.tar.xz



Other differences:
--
++ kgoldrunner.spec ++
--- /var/tmp/diff_new_pack.gc9vmd/_old  2015-02-06 10:24:25.0 +0100
+++ /var/tmp/diff_new_pack.gc9vmd/_new  2015-02-06 10:24:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kgoldrunner
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:kgoldrunner-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kgoldrunner-14.12.1.tar.xz -> kgoldrunner-14.12.2.tar.xz ++

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



commit klettres for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2015-02-06 10:24:57

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


Package is "klettres"

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2015-01-08 
23:17:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2015-02-06 
10:24:58.0 +0100
@@ -1,0 +2,14 @@
+Sun Feb  1 11:00:47 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---
+Mon Jan 12 19:59:30 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.1
+   * KDE Applications 14.12.1
+   * See https://www.kde.org/announcements/announce-applications-14.12.1.php
+
+---

Old:

  klettres-14.12.0.tar.xz

New:

  klettres-14.12.2.tar.xz



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.VuS7x5/_old  2015-02-06 10:24:59.0 +0100
+++ /var/tmp/diff_new_pack.VuS7x5/_new  2015-02-06 10:24:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package klettres
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   klettres
-Version:14.12.0
+Version:14.12.2
 Release:0
 Summary:Alphabet Learning Game
 License:GPL-2.0+

++ klettres-14.12.0.tar.xz -> klettres-14.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-14.12.0/klettres.appdata.xml 
new/klettres-14.12.2/klettres.appdata.xml
--- old/klettres-14.12.0/klettres.appdata.xml   2014-12-07 06:18:07.0 
+0100
+++ new/klettres-14.12.2/klettres.appdata.xml   2014-12-18 06:32:31.0 
+0100
@@ -12,6 +12,7 @@
   KLettres
   KLettres
   KLettres
+  KLettres
   KLettres
   KLettres
   KLettres
@@ -34,6 +35,7 @@
   Aprende el alfabeto
   Tähestiku õppimine
   Opi aakkoset
+  Apprenez l'alphabet
   Tanulja meg az ABC-t
   Išmokite abėcėlę
   Dat Alfabeet lehren
@@ -56,6 +58,7 @@
 KLettres es una aplicación especialmente diseñada para 
ayudar al usuario a aprender un alfabeto en otro idioma y después, a aprender a 
leer sílabas sencillas. El usuario puede ser un niño de a partir de dos años o 
un adulto que quiere aprender la base de un idioma extranjero. Actualmente, hay 
25 idiomas disponibles: árabe, brasileño, portugués, checo, danés, holandés, 
inglés británico, inglés de Estados Unidos, ingles fónico, francés, alemán, 
hebreo, húngaro, italiano, kannada, bajo sajón, malayo, bokmål noruego, 
punjabí, luganda, hindi romanizado, ruso, español, eslovaco, telugú y 
ucraniano. KLettres proporciona una interfaz de usuario y temas especiales para 
los usuarios más jóvenes.
 KLettres on rakendus, mille eesmärk on aidata õppuril 
omandada uue keele tähestik ja seejärel lugeda lihtsamaid silpe. Õppur võib 
olla väike laps (alates umbes 2.5-aastastest) või ka täiskasvanu, kes soovib 
tundma õppida mõne võõrkeele põhitõdesid. Praegu on välja pakkuda 25 keelt: 
alamsaksa, araabia, Brasiilia portugali, Briti inglise, foneetiline inglise, 
heebrea, hispaania, hollandi, itaalia, kannada, latiniseeritud hindi, luganda, 
malajalami, Norra Bokmåli, pandžaabi, prantsuse, saksa, slovaki, taani, telugu, 
tšehhi, ukraina, ungari, USA inglise ja vene keel. KLettres pakub eriti 
noortele õppuritele spetsiaalset kasutajaliidest ja teemasid.
 KLettres on sovellus, joka on suunniteltu erityisesti 
auttamaan käyttäjää oppimaan uuden kielen aakkoset ja oppimaan sitten lukemaan 
yksinkertaisia tavuja. Käyttäjä voi olla kaksi ja puoli -vuotiaasta lapsesta 
aikuiseen, joka haluaa oppia vieraan kielen perusteet. Tällä hetkellä on 
saatavilla 25 kieltä: alasaksa, amerikanenglanti, arabia, brasilianportugali, 
brittienglanti, englannin äänteet, espanja, ganda, heprea, hollanti, italia, 
kannada, latinaistettu hindi, malajalam, norjan bokmål, pandžabi, ranska, 
saksa, slovakki, tanska, telugu, tšekki, ukraina, unkari ja venäjä. 
KLettresissä on nuorempia käyttäjiä varten oma käyttöliittymä ja teemoja.
+KLettres est une application spécialement conçue pour 
aider l'utilisateur à apprendre l'alphabet d'une nouvelle langue puis l'aider à 
apprendre à lire des syllabes simples. L

commit kiten for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2015-02-06 10:24:46

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


Package is "kiten"

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2015-01-21 
22:10:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2015-02-06 
10:24:49.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:00:18 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kiten-14.12.1.tar.xz

New:

  kiten-14.12.2.tar.xz



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.TzR1or/_old  2015-02-06 10:24:50.0 +0100
+++ /var/tmp/diff_new_pack.TzR1or/_new  2015-02-06 10:24:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kiten
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   kiten
-Version:14.12.1
+Version:14.12.2
 Release:0
 Summary:Japanese Reference/Study Tool
 License:GPL-2.0+

++ kiten-14.12.1.tar.xz -> kiten-14.12.2.tar.xz ++
/work/SRC/openSUSE:Factory/kiten/kiten-14.12.1.tar.xz 
/work/SRC/openSUSE:Factory/.kiten.new/kiten-14.12.2.tar.xz differ: char 27, 
line 1

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



commit killbots for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package killbots for openSUSE:Factory 
checked in at 2015-02-06 10:24:35

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


Package is "killbots"

Changes:

--- /work/SRC/openSUSE:Factory/killbots/killbots.changes2015-01-21 
22:10:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.killbots.new/killbots.changes   2015-02-06 
10:24:36.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:59:34 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  killbots-14.12.1.tar.xz

New:

  killbots-14.12.2.tar.xz



Other differences:
--
++ killbots.spec ++
--- /var/tmp/diff_new_pack.nix1H9/_old  2015-02-06 10:24:37.0 +0100
+++ /var/tmp/diff_new_pack.nix1H9/_new  2015-02-06 10:24:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package killbots
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:killbots-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ killbots-14.12.1.tar.xz -> killbots-14.12.2.tar.xz ++

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



commit klickety for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package klickety for openSUSE:Factory 
checked in at 2015-02-06 10:25:06

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


Package is "klickety"

Changes:

--- /work/SRC/openSUSE:Factory/klickety/klickety.changes2015-01-21 
22:10:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.klickety.new/klickety.changes   2015-02-06 
10:25:08.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:00:57 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  klickety-14.12.1.tar.xz

New:

  klickety-14.12.2.tar.xz



Other differences:
--
++ klickety.spec ++
--- /var/tmp/diff_new_pack.25nXK0/_old  2015-02-06 10:25:09.0 +0100
+++ /var/tmp/diff_new_pack.25nXK0/_new  2015-02-06 10:25:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package klickety
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:klickety-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ klickety-14.12.1.tar.xz -> klickety-14.12.2.tar.xz ++

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



commit kmouth for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kmouth for openSUSE:Factory checked 
in at 2015-02-06 10:25:22

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


Package is "kmouth"

Changes:

--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes2015-01-21 
22:11:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmouth.new/kmouth.changes   2015-02-06 
10:25:23.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:01:42 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kmouth-14.12.1.tar.xz

New:

  kmouth-14.12.2.tar.xz



Other differences:
--
++ kmouth.spec ++
--- /var/tmp/diff_new_pack.0xN76h/_old  2015-02-06 10:25:24.0 +0100
+++ /var/tmp/diff_new_pack.0xN76h/_new  2015-02-06 10:25:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmouth
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmouth-14.12.1.tar.xz -> kmouth-14.12.2.tar.xz ++

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



commit kigo for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kigo for openSUSE:Factory checked in 
at 2015-02-06 10:24:28

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


Package is "kigo"

Changes:

--- /work/SRC/openSUSE:Factory/kigo/kigo.changes2015-01-21 
22:10:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.kigo.new/kigo.changes   2015-02-06 
10:24:29.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:59:26 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kigo-14.12.1.tar.xz

New:

  kigo-14.12.2.tar.xz



Other differences:
--
++ kigo.spec ++
--- /var/tmp/diff_new_pack.H8BeLQ/_old  2015-02-06 10:24:30.0 +0100
+++ /var/tmp/diff_new_pack.H8BeLQ/_new  2015-02-06 10:24:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kigo
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:kigo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kigo-14.12.1.tar.xz -> kigo-14.12.2.tar.xz ++

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



commit kjumpingcube for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kjumpingcube for openSUSE:Factory 
checked in at 2015-02-06 10:24:51

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


Package is "kjumpingcube"

Changes:

--- /work/SRC/openSUSE:Factory/kjumpingcube/kjumpingcube.changes
2015-01-21 22:10:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.kjumpingcube.new/kjumpingcube.changes   
2015-02-06 10:24:52.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:00:37 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kjumpingcube-14.12.1.tar.xz

New:

  kjumpingcube-14.12.2.tar.xz



Other differences:
--
++ kjumpingcube.spec ++
--- /var/tmp/diff_new_pack.mlZDwV/_old  2015-02-06 10:24:53.0 +0100
+++ /var/tmp/diff_new_pack.mlZDwV/_new  2015-02-06 10:24:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjumpingcube
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:kjumpingcube-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kjumpingcube-14.12.1.tar.xz -> kjumpingcube-14.12.2.tar.xz ++

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



commit kiriki for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kiriki for openSUSE:Factory checked 
in at 2015-02-06 10:24:40

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


Package is "kiriki"

Changes:

--- /work/SRC/openSUSE:Factory/kiriki/kiriki.changes2015-01-21 
22:10:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiriki.new/kiriki.changes   2015-02-06 
10:24:42.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:59:46 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kiriki-14.12.1.tar.xz

New:

  kiriki-14.12.2.tar.xz



Other differences:
--
++ kiriki.spec ++
--- /var/tmp/diff_new_pack.Ult8Au/_old  2015-02-06 10:24:43.0 +0100
+++ /var/tmp/diff_new_pack.Ult8Au/_new  2015-02-06 10:24:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kiriki
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:kiriki-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kiriki-14.12.1.tar.xz -> kiriki-14.12.2.tar.xz ++

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



commit klines for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package klines for openSUSE:Factory checked 
in at 2015-02-06 10:25:14

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


Package is "klines"

Changes:

--- /work/SRC/openSUSE:Factory/klines/klines.changes2015-01-21 
22:10:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes   2015-02-06 
10:25:15.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:01:04 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  klines-14.12.1.tar.xz

New:

  klines-14.12.2.tar.xz



Other differences:
--
++ klines.spec ++
--- /var/tmp/diff_new_pack.UOcfHG/_old  2015-02-06 10:25:16.0 +0100
+++ /var/tmp/diff_new_pack.UOcfHG/_new  2015-02-06 10:25:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package klines
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:klines-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ klines-14.12.1.tar.xz -> klines-14.12.2.tar.xz ++

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



commit knavalbattle for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package knavalbattle for openSUSE:Factory 
checked in at 2015-02-06 10:25:35

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


Package is "knavalbattle"

Changes:

--- /work/SRC/openSUSE:Factory/knavalbattle/knavalbattle.changes
2015-01-21 22:11:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.knavalbattle.new/knavalbattle.changes   
2015-02-06 10:25:36.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:01:56 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  knavalbattle-14.12.1.tar.xz

New:

  knavalbattle-14.12.2.tar.xz



Other differences:
--
++ knavalbattle.spec ++
--- /var/tmp/diff_new_pack.gmYAOs/_old  2015-02-06 10:25:37.0 +0100
+++ /var/tmp/diff_new_pack.gmYAOs/_new  2015-02-06 10:25:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knavalbattle
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:knavalbattle-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ knavalbattle-14.12.1.tar.xz -> knavalbattle-14.12.2.tar.xz ++

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



commit kmplot for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2015-02-06 10:25:28

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


Package is "kmplot"

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2015-01-21 
22:11:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2015-02-06 
10:25:29.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:01:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kmplot-14.12.1.tar.xz

New:

  kmplot-14.12.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.8oCGvj/_old  2015-02-06 10:25:30.0 +0100
+++ /var/tmp/diff_new_pack.8oCGvj/_new  2015-02-06 10:25:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   kmplot
-Version:14.12.1
+Version:14.12.2
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-14.12.1.tar.xz -> kmplot-14.12.2.tar.xz ++

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



commit knetwalk for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package knetwalk for openSUSE:Factory 
checked in at 2015-02-06 10:25:40

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


Package is "knetwalk"

Changes:

--- /work/SRC/openSUSE:Factory/knetwalk/knetwalk.changes2015-01-21 
22:11:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.knetwalk.new/knetwalk.changes   2015-02-06 
10:25:41.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:02:04 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  knetwalk-14.12.1.tar.xz

New:

  knetwalk-14.12.2.tar.xz



Other differences:
--
++ knetwalk.spec ++
--- /var/tmp/diff_new_pack.BKzxDA/_old  2015-02-06 10:25:41.0 +0100
+++ /var/tmp/diff_new_pack.BKzxDA/_new  2015-02-06 10:25:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knetwalk
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:knetwalk-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ knetwalk-14.12.1.tar.xz -> knetwalk-14.12.2.tar.xz ++

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



commit kppp for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kppp for openSUSE:Factory checked in 
at 2015-02-06 10:26:08

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


Package is "kppp"

Changes:

--- /work/SRC/openSUSE:Factory/kppp/kppp.changes2015-01-21 
22:11:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.kppp.new/kppp.changes   2015-02-06 
10:26:09.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:03:24 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kppp-14.12.1.tar.xz

New:

  kppp-14.12.2.tar.xz



Other differences:
--
++ kppp.spec ++
--- /var/tmp/diff_new_pack.DABh7Q/_old  2015-02-06 10:26:10.0 +0100
+++ /var/tmp/diff_new_pack.DABh7Q/_new  2015-02-06 10:26:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kppp
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   kppp
 BuildRequires:  libkde4-devel
-Version:14.12.1
+Version:14.12.2
 Release:0
 Summary:Internet Dial-Up Tool
 License:GPL-2.0+

++ kppp-14.12.1.tar.xz -> kppp-14.12.2.tar.xz ++

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



commit konquest for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2015-02-06 10:26:03

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


Package is "konquest"

Changes:

--- /work/SRC/openSUSE:Factory/konquest/konquest.changes2015-01-21 
22:11:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.konquest.new/konquest.changes   2015-02-06 
10:26:04.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:02:37 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  konquest-14.12.1.tar.xz

New:

  konquest-14.12.2.tar.xz



Other differences:
--
++ konquest.spec ++
--- /var/tmp/diff_new_pack.6C8Asc/_old  2015-02-06 10:26:04.0 +0100
+++ /var/tmp/diff_new_pack.6C8Asc/_new  2015-02-06 10:26:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package konquest
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:konquest-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ konquest-14.12.1.tar.xz -> konquest-14.12.2.tar.xz ++

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



commit kqtquickcharts for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kqtquickcharts for openSUSE:Factory 
checked in at 2015-02-06 10:26:15

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


Package is "kqtquickcharts"

Changes:

--- /work/SRC/openSUSE:Factory/kqtquickcharts/kqtquickcharts.changes
2015-01-21 22:11:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.kqtquickcharts.new/kqtquickcharts.changes   
2015-02-06 10:26:16.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:03:31 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kqtquickcharts-14.12.1.tar.xz

New:

  kqtquickcharts-14.12.2.tar.xz



Other differences:
--
++ kqtquickcharts.spec ++
--- /var/tmp/diff_new_pack.OUgMd1/_old  2015-02-06 10:26:17.0 +0100
+++ /var/tmp/diff_new_pack.OUgMd1/_new  2015-02-06 10:26:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kqtquickcharts
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   kqtquickcharts
-Version:14.12.1
+Version:14.12.2
 Release:0
 Summary:Plugin to render beautiful and interactive graphs
 License:LGPL-2.1+

++ kqtquickcharts-14.12.1.tar.xz -> kqtquickcharts-14.12.2.tar.xz ++

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



commit kolf for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kolf for openSUSE:Factory checked in 
at 2015-02-06 10:25:47

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


Package is "kolf"

Changes:

--- /work/SRC/openSUSE:Factory/kolf/kolf.changes2015-01-21 
22:11:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.kolf.new/kolf.changes   2015-02-06 
10:25:48.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:02:10 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kolf-14.12.1.tar.xz

New:

  kolf-14.12.2.tar.xz



Other differences:
--
++ kolf.spec ++
--- /var/tmp/diff_new_pack.dK6sgc/_old  2015-02-06 10:25:49.0 +0100
+++ /var/tmp/diff_new_pack.dK6sgc/_new  2015-02-06 10:25:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kolf
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:kolf-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ kolf-14.12.1.tar.xz -> kolf-14.12.2.tar.xz ++

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



commit kollision for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kollision for openSUSE:Factory 
checked in at 2015-02-06 10:25:52

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


Package is "kollision"

Changes:

--- /work/SRC/openSUSE:Factory/kollision/kollision.changes  2015-01-21 
22:11:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.kollision.new/kollision.changes 2015-02-06 
10:25:53.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:02:16 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kollision-14.12.1.tar.xz

New:

  kollision-14.12.2.tar.xz



Other differences:
--
++ kollision.spec ++
--- /var/tmp/diff_new_pack.Wo9xf4/_old  2015-02-06 10:25:54.0 +0100
+++ /var/tmp/diff_new_pack.Wo9xf4/_new  2015-02-06 10:25:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kollision
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:kollision-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kollision-14.12.1.tar.xz -> kollision-14.12.2.tar.xz ++

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



commit kolourpaint for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2015-02-06 10:25:57

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


Package is "kolourpaint"

Changes:

--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2015-01-21 
22:11:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes 
2015-02-06 10:25:59.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:02:24 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kolourpaint-14.12.1.tar.xz

New:

  kolourpaint-14.12.2.tar.xz



Other differences:
--
++ kolourpaint.spec ++
--- /var/tmp/diff_new_pack.toweEf/_old  2015-02-06 10:26:00.0 +0100
+++ /var/tmp/diff_new_pack.toweEf/_new  2015-02-06 10:26:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kolourpaint
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   kolourpaint
-Version:14.12.1
+Version:14.12.2
 Release:0
 # See bnc#717722 for license details
 Summary:Paint Program

++ kolourpaint-14.12.1.tar.xz -> kolourpaint-14.12.2.tar.xz ++

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



commit libqmi for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libqmi for openSUSE:Factory checked 
in at 2015-02-06 10:39:45

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


Package is "libqmi"

Changes:

--- /work/SRC/openSUSE:Factory/libqmi/libqmi.changes2015-01-30 
17:44:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqmi.new/libqmi.changes   2015-02-06 
10:39:46.0 +0100
@@ -1,0 +2,10 @@
+Sun Feb  1 09:13:26 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.12.2:
+  + Fix bug reading sized-guints, which was making --dms-get-time
+segfault.
+  + Fix compilation warnings in 32 bit systems.
+  + Add missing services in get_printable() and
+get_version_introduced().
+
+---

Old:

  libqmi-1.12.0.tar.xz

New:

  libqmi-1.12.2.tar.xz



Other differences:
--
++ libqmi.spec ++
--- /var/tmp/diff_new_pack.Jf0v6V/_old  2015-02-06 10:39:47.0 +0100
+++ /var/tmp/diff_new_pack.Jf0v6V/_new  2015-02-06 10:39:47.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   libqmi
 %define _soname libqmi-glib1
-Version:1.12.0
+Version:1.12.2
 Release:0
 # NOTE: The file headers state LESSER GPL, which is a mistake. The upstream 
intended license is LIBRARY GPL 2.0+
 Summary:Library to control QMI devices

++ libqmi-1.12.0.tar.xz -> libqmi-1.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqmi-1.12.0/NEWS new/libqmi-1.12.2/NEWS
--- old/libqmi-1.12.0/NEWS  2015-01-13 14:21:09.0 +0100
+++ new/libqmi-1.12.2/NEWS  2015-01-28 20:37:55.0 +0100
@@ -1,4 +1,14 @@
 
+Overview of changes in libqmi 1.12.2
+
+
+ * Fix bug reading sized-guints, which was making --dms-get-time segfault.
+
+ * Fix compilation warnings in 32 bit systems.
+
+ * Add missing services in get_printable() and get_version_introduced().
+
+
 Overview of changes in libqmi 1.12.0
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqmi-1.12.0/configure new/libqmi-1.12.2/configure
--- old/libqmi-1.12.0/configure 2015-01-13 14:21:16.0 +0100
+++ new/libqmi-1.12.2/configure 2015-01-28 20:38:02.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libqmi 1.12.0.
+# Generated by GNU Autoconf 2.69 for libqmi 1.12.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libqmi'
 PACKAGE_TARNAME='libqmi'
-PACKAGE_VERSION='1.12.0'
-PACKAGE_STRING='libqmi 1.12.0'
+PACKAGE_VERSION='1.12.2'
+PACKAGE_STRING='libqmi 1.12.2'
 PACKAGE_BUGREPORT='libqmi-de...@lists.freedesktop.org'
 PACKAGE_URL=''
 
@@ -1368,7 +1368,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libqmi 1.12.0 to adapt to many kinds of systems.
+\`configure' configures libqmi 1.12.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1438,7 +1438,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libqmi 1.12.0:";;
+ short | recursive ) echo "Configuration of libqmi 1.12.2:";;
esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libqmi configure 1.12.0
+libqmi configure 1.12.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1847,7 +1847,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libqmi $as_me 1.12.0, which was
+It was created by libqmi $as_me 1.12.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2715,7 +2715,7 @@
 
 # Define the identity of the package.
  PACKAGE='libqmi'
- VERSION='1.12.0'
+ VERSION='1.12.2'
 
 
 # Some tools Automake needs.
@@ -12088,8 +12088,8 @@
 
 QMI_MAJOR_VERSION=1
 QMI_MINOR_VERSION=12
-QMI_MICRO_VERSION=0
-QMI_VERSION=1.12.0
+QMI_MICRO_VERSION=2
+QMI_VERSION=1.12.2
 
 
 
@@ -13387,7 +13387,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libqmi $as_me 1.12.0, which was
+This file was extended by libqmi $as_me 1.12.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFI

commit libmtp for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libmtp for openSUSE:Factory checked 
in at 2015-02-06 10:40:07

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


Package is "libmtp"

Changes:

--- /work/SRC/openSUSE:Factory/libmtp/libmtp.changes2014-09-28 
19:53:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmtp.new/libmtp.changes   2015-02-06 
10:40:08.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 31 20:26:11 UTC 2015 - rjsch...@suse.com
+
+- Add device data for Droid Turbo
+  add: mtp_DroidTurbo.patch
+
+---

New:

  mtp_DroidTurbo.patch



Other differences:
--
++ libmtp.spec ++
--- /var/tmp/diff_new_pack.RN1bBT/_old  2015-02-06 10:40:09.0 +0100
+++ /var/tmp/diff_new_pack.RN1bBT/_new  2015-02-06 10:40:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmtp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -31,6 +31,7 @@
 %define sonum   9
 Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 Patch0: include-config-h.patch
+Patch1: mtp_DroidTurbo.patch
 # from git 1a2669c6df6c093aec38c0c99a21438d74ccdf33
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d }
@@ -79,6 +80,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1
 
 %build
 echo 'HTML_TIMESTAMP=NO' >> doc/Doxyfile.in

++ mtp_DroidTurbo.patch ++
--- src/music-players.h.orig
+++ src/music-players.h
@@ -1910,6 +1910,8 @@
   DEVICE_FLAGS_ANDROID_BUGS },
   { "Motorola", 0x22b8, "XT890/907/Razr (MTP+ADB)", 0x710e,
   DEVICE_FLAGS_ANDROID_BUGS },
+  { "Motorola", 0x22b8, "Droid Turbo Verizon", 0x2ea8,
+  DEVICE_FLAGS_ANDROID_BUGS },
   /*
* XT890/907/Razr
* 710f is USB mass storage
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit clutter-gst for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package clutter-gst for openSUSE:Factory 
checked in at 2015-02-06 10:40:33

Comparing /work/SRC/openSUSE:Factory/clutter-gst (Old)
 and  /work/SRC/openSUSE:Factory/.clutter-gst.new (New)


Package is "clutter-gst"

Changes:

--- /work/SRC/openSUSE:Factory/clutter-gst/clutter-gst.changes  2014-07-08 
16:58:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.clutter-gst.new/clutter-gst.changes 
2015-02-06 10:40:36.0 +0100
@@ -1,0 +2,60 @@
+Tue Jan 27 08:48:23 UTC 2015 - dims...@opensuse.org
+
+- Rename gstreamer-plugin-gstclutter subpackage to
+  gstreamer-plugin-gstclutter-3_0. This matches the loadable
+  plugins name and allows it to be parallel installed with
+  gstreamer-plugin-gstclutter originating from clutter-gst2.
+- Adjust -devel package requires accordingly.
+
+---
+Sun Jan 25 16:57:54 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.0.4:
+  + Fix introspection problem on systems with no display.
+  + Fix introspection problems with clutter-gst 2.0 installed.
+  + Fix incorrect warnings about deprecated properties.
+  + Only advertise RGBA format for texture upload.
+
+---
+Tue Jan 13 11:50:17 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.0.2:
+  + Fix dependency version of Gstreamer and Cogl.
+  + Fix crash with the autovideosink when you're running without a
+display server.
+  + Fix linking problem with examples.
+
+---
+Sat Dec 13 14:31:48 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.0.0:
+  + Add ability to set modified frames on content.
+  + Add RGBx/BGRx format support to video sink.
+  + A few small bug fixes.
+- Changes from version 2.99.4:
+  + Improve GStreamer debug topics.
+  + A few small bug fixes.
+- Changes from version 2.99.2:
+  + Add color correction support using GLSL shaders.
+  + Add overlay support using additional ClutterPaintNode.
+  + Video sink now derives from GstVideoSink.
+- Changes from version 2.99.0:
+  + Split the concept of player from the concept of video display
+in the Clutter scenegraph (ie. you can now display the same or
+part of the same video stream several times in a one or
+multiple Clutter scenes).
+  + Introduce ClutterGstPlayer interface as a replacement for
+ClutterMedia.
+  + Introduce ClutterGstCameraManager to discover/list available
+camera on the system.
+  + Remove usage of Clutter and Cogl deprecated APIs.
+  + Add many example to help with usage of the new API, including
+JavaScript examples (see examples/ directory).
+  + Rework a basic GStreamer plugin.
+- Replace pkgconfig(cogl-1.0) for pkgconfig(cogl-2.0-experimental)
+  BuildRequires, since this is really what configure looks for.
+- Add pkgconfig(gudev-1.0) BuildRequires: Build udev support.
+- Bump soname following upstream changes. Also bump baselibs, and
+  make needed changes to post/postun.
+
+---

Old:

  clutter-gst-2.0.12.tar.xz

New:

  clutter-gst-3.0.4.tar.xz



Other differences:
--
++ clutter-gst.spec ++
--- /var/tmp/diff_new_pack.cTnWVv/_old  2015-02-06 10:40:37.0 +0100
+++ /var/tmp/diff_new_pack.cTnWVv/_new  2015-02-06 10:40:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clutter-gst
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,16 +17,16 @@
 
 
 Name:   clutter-gst
-Version:2.0.12
+Version:3.0.4
 Release:0
 Url:http://clutter-project.org/
 Summary:GStreamer integration for Clutter
 License:LGPL-2.1+
 Group:  System/Libraries
-Source0:
http://download.gnome.org/sources/clutter-gst/2.0/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/clutter-gst/3.0/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  pkgconfig(clutter-1.0) >= 1.6.0
-BuildRequires:  pkgconfig(cogl-1.0) >= 1.8.0
+BuildRequires:  pkgconfig(cogl-2.0-experimental) >= 2.0.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.2.0
 BuildRequires:  pkgconfig(gstreamer-audio-1.0)
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 BuildRequires:  pkgconfig(gstreamer-tag-1.0)
 BuildRequires:  pkgconfig(gstreamer-video-1.0)

commit Mesa for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2015-02-06 10:40:55

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.changes2015-01-30 
06:04:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2015-02-06 
10:40:58.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  2 08:59:10 UTC 2015 - sndir...@suse.com
+
+- baselibs.conf: enabled build of 32bit Mesa-libd3d package
+  (bnc#910109)
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.scRFni/_old  2015-02-06 10:40:59.0 +0100
+++ /var/tmp/diff_new_pack.scRFni/_new  2015-02-06 10:40:59.0 +0100
@@ -50,6 +50,9 @@
 Mesa-libglapi0
 Mesa-libglapi-devel
requires "Mesa-libglapi0- = "
+Mesa-libd3d
+Mesa-libd3d-devel
+   requires "Mesa-libd3d- = "
 libXvMC_nouveau
 libXvMC_r600
 libvdpau_nouveau

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



commit alsa-utils for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2015-02-06 10:41:34

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


Package is "alsa-utils"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2014-12-09 
09:16:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2015-02-06 10:41:37.0 +0100
@@ -1,0 +2,10 @@
+Mon Jan 26 15:52:24 CET 2015 - ti...@suse.de
+
+- Backport upstream fixes: fix missing unlock for the error path
+  in alsactl, more alsactl init entries, alsaucm build fix
+  0016-alsactl-add-missing-state_unlock-call.patch
+  0017-alsactl-init-Change-the-basic-rules-description.patch
+  0018-alsactl-init-Add-Line-Out-to-list-of-outputs-to-init.patch
+  0019-configure-allow-contitional-compilation-of-alsaucm.patch
+
+---

New:

  0016-alsactl-add-missing-state_unlock-call.patch
  0017-alsactl-init-Change-the-basic-rules-description.patch
  0018-alsactl-init-Add-Line-Out-to-list-of-outputs-to-init.patch
  0019-configure-allow-contitional-compilation-of-alsaucm.patch



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.gHVzM7/_old  2015-02-06 10:41:37.0 +0100
+++ /var/tmp/diff_new_pack.gHVzM7/_new  2015-02-06 10:41:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-utils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -60,6 +60,10 @@
 Patch13:0013-Revert-aplay-fix-pcm_read-return-value.patch
 Patch14:0014-amixer-Make-dB-case-insensitive-in-set-commands.patch
 Patch15:0015-amixer-Parse-the-value-more-strictly.patch
+Patch16:0016-alsactl-add-missing-state_unlock-call.patch
+Patch17:0017-alsactl-init-Change-the-basic-rules-description.patch
+Patch18:0018-alsactl-init-Add-Line-Out-to-list-of-outputs-to-init.patch
+Patch19:0019-configure-allow-contitional-compilation-of-alsaucm.patch
 #
 Patch99:alsa-utils-gettext-version-removal.diff
 BuildRequires:  alsa-devel
@@ -102,6 +106,10 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
+%patch17 -p1
+%patch18 -p1
+%patch19 -p1
 #
 %if 0%{?suse_version} < 1020
 %patch99 -p1

++ 0016-alsactl-add-missing-state_unlock-call.patch ++
>From 55d41b7fe364b55851a6038285affe9a32b8b701 Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela 
Date: Wed, 24 Dec 2014 20:15:26 +0100
Subject: [PATCH] alsactl: add missing state_unlock() call

---
 alsactl/state.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/alsactl/state.c b/alsactl/state.c
index 0c897034057c..3908ec49b823 100644
--- a/alsactl/state.c
+++ b/alsactl/state.c
@@ -1678,6 +1678,8 @@ int load_state(const char *file, const char *initfile, 
const char *cardname,
int card, first = 1;
char cardname1[16];
 
+   if (lock_fd >= 0)
+   state_unlock(lock_fd, file);
error("Cannot open %s for reading: %s", file, 
snd_strerror(err));
finalerr = err;
if (cardname) {
-- 
2.2.2

++ 0017-alsactl-init-Change-the-basic-rules-description.patch ++
>From d522b45508a033e1bfcf40769168deb48d5c878c Mon Sep 17 00:00:00 2001
From: David Henningsson 
Date: Mon, 12 Jan 2015 16:48:37 +0100
Subject: [PATCH] alsactl/init: Change the "basic rules" description

We now enable more outputs than just the main speaker, so update
the basic rules to reflect the actual situation.

Signed-off-by: David Henningsson 
Signed-off-by: Takashi Iwai 
---
 alsactl/init/default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alsactl/init/default b/alsactl/init/default
index 5fb01136cdc5..64f933f1f597 100644
--- a/alsactl/init/default
+++ b/alsactl/init/default
@@ -3,7 +3,7 @@
 #
 # Basic rules are:
 #  - keep volumes at minimal level, but sound should be hearable
-#  - enable just main speakers for playback and main microphone for recording
+#  - enable standard outputs for playback and main microphone for recording
 #
 
 # **
-- 
2.2.2

++ 0018-alsactl-init-Add-Line-Out-to-list-of-outputs-to-init.patch ++
>From e1745a69fecb191b3575e39b1ec731756381fb5c Mon Sep 17 00:00:00 2001
From: David Henningsson 
Date: Mon, 12 Jan 2015 16:48:38 +0100
Subject: [PATCH] alsactl/init: Add "Line Out" to list of 

commit myspell-dictionaries for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package myspell-dictionaries for 
openSUSE:Factory checked in at 2015-02-06 10:41:57

Comparing /work/SRC/openSUSE:Factory/myspell-dictionaries (Old)
 and  /work/SRC/openSUSE:Factory/.myspell-dictionaries.new (New)


Package is "myspell-dictionaries"

Changes:

--- 
/work/SRC/openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.changes
2015-01-22 21:48:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.myspell-dictionaries.new/myspell-dictionaries.changes
   2015-02-06 10:42:01.0 +0100
@@ -1,0 +2,18 @@
+Fri Jan 30 09:24:32 UTC 2015 - pgaj...@suse.com
+
+- git state 20150130
+- fixed [bnc#914911]:
+  * gl: fixed dangling symlinks when gl_ES not installed
+  * de: _frami dropped from dictionaries name,
+removed hyph_de.dic, th_de_v2.dat, th_de_v2.idx links from
+myspell-de main language package (dangling when no 
+variant is installed)
+  * en: introduced dependenciencies between language subpackages 
+to not have dangling symlinks:
+- all variants depends on en_US variant
+- all except en_PH depends on en_GB
+- en_MW, en_NA and en_ZW variants depends on en_ZA
+  * ca: ca-valencia.{dic,aff} regular files moved to 
+myspell-ca_ES_valencia
+
+---



Other differences:
--
++ myspell-dictionaries.spec ++
--- /var/tmp/diff_new_pack.GobYwJ/_old  2015-02-06 10:42:04.0 +0100
+++ /var/tmp/diff_new_pack.GobYwJ/_new  2015-02-06 10:42:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package myspell-dictionaries
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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 @@
 ## Generate: sh update.sh
 ###
 Name:   myspell-dictionaries
-Version:20141215
+Version:20150130
 Release:0
 Summary:A Source Package for Dictionaries Used by MySpell
 License:AGPL-3.0 and BSD-2-Clause and BSD-3-Clause and BSD-4-Clause 
and CC-BY-SA-1.0 and CC-BY-SA-3.0 and GFDL-1.1 and GPL-2.0 and GPL-2.0+ and 
GPL-3.0 and GPL-3.0+ and LGPL-2.0 and LGPL-2.1 and LGPL-2.1+ and LGPL-3.0 and 
LGPL-3.0+ and MPL-1.1
@@ -714,6 +714,7 @@
 Provides:   locale(libreoffice:de_AT)
 Provides:   locale(seamonkey-spellchecker:de_AT)
 Requires:   myspell-de
+Requires:   myspell-de_DE
 BuildArch:  noarch
 
 %description -n myspell-de_AT
@@ -757,6 +758,7 @@
 Provides:   locale(libreoffice:en_PH)
 Provides:   locale(seamonkey-spellchecker:en_PH)
 Requires:   myspell-en
+Requires:   myspell-en_US
 BuildArch:  noarch
 Recommends: myspell-lightproof-en
 
@@ -772,6 +774,8 @@
 Provides:   locale(libreoffice:en_ZA)
 Provides:   locale(seamonkey-spellchecker:en_ZA)
 Requires:   myspell-en
+Requires:   myspell-en_GB
+Requires:   myspell-en_US
 BuildArch:  noarch
 Recommends: myspell-lightproof-en
 
@@ -786,6 +790,9 @@
 Provides:   locale(libreoffice:en_MW)
 Provides:   locale(seamonkey-spellchecker:en_MW)
 Requires:   myspell-en
+Requires:   myspell-en_GB
+Requires:   myspell-en_US
+Requires:   myspell-en_ZA
 BuildArch:  noarch
 Recommends: myspell-lightproof-en
 
@@ -814,6 +821,8 @@
 Provides:   locale(libreoffice:en_TT)
 Provides:   locale(seamonkey-spellchecker:en_TT)
 Requires:   myspell-en
+Requires:   myspell-en_GB
+Requires:   myspell-en_US
 BuildArch:  noarch
 Recommends: myspell-lightproof-en
 
@@ -830,6 +839,8 @@
 Provides:   locale(libreoffice:en_AU)
 Provides:   locale(seamonkey-spellchecker:en_AU)
 Requires:   myspell-en
+Requires:   myspell-en_GB
+Requires:   myspell-en_US
 BuildArch:  noarch
 Recommends: myspell-lightproof-en
 
@@ -844,6 +855,9 @@
 Provides:   locale(libreoffice:en_ZW)
 Provides:   locale(seamonkey-spellchecker:en_ZW)
 Requires:   myspell-en
+Requires:   myspell-en_GB
+Requires:   myspell-en_US
+Requires:   myspell-en_ZA
 BuildArch:  noarch
 Recommends: myspell-lightproof-en
 
@@ -858,6 +872,8 @@
 Provides:   locale(libreoffice:en_GH)
 Provides:   locale(seamonkey-spellchecker:en_GH)
 Requires:   myspell-en
+Requires:   myspell-en_GB
+Requires:   myspell-en_US
 BuildArch:  noarch
 Recommends: myspell-lightproof-en
 
@@ -872,6 +888,8 @@
 Provides:   locale(libreoffice:en_IE)
 Provides:   locale(seamonkey-spell

commit libebml for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libebml for openSUSE:Factory checked 
in at 2015-02-06 10:42:30

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


Package is "libebml"

Changes:

--- /work/SRC/openSUSE:Factory/libebml/libebml.changes  2014-08-08 
10:10:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libebml.new/libebml.changes 2015-02-06 
10:42:31.0 +0100
@@ -1,0 +2,12 @@
+Sun Feb  1 16:03:53 UTC 2015 - jeng...@inai.de
+   
+- Update to new upstream release 1.3.1
+* EbmlMaster: Fixed read() trying to calculate the end position of
+  elements with an unknown size. This avoids endless loops and
+  assertions in certain cases.
+* EbmlElement::Render(): does not catch exceptions anymore.
+  Instead, exceptions generated from the IOCallback class (e.g.
+  if a write failed) are propagated to the caller.
+- Drop libebml-1.3.0-6efcb74d1e.patch (no longer relevant)
+
+---

Old:

  libebml-1.3.0-6efcb74d1e.patch
  libebml-1.3.0.tar.bz2

New:

  libebml-1.3.1.tar.bz2



Other differences:
--
++ libebml.spec ++
--- /var/tmp/diff_new_pack.lbkqsK/_old  2015-02-06 10:42:32.0 +0100
+++ /var/tmp/diff_new_pack.lbkqsK/_new  2015-02-06 10:42:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libebml
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,24 +19,26 @@
 %define soname 4
 
 Name:   libebml
-Version:1.3.0
+Version:1.3.1
 Release:0
-Summary:Libary to Parse EBML Files
+Summary:Library to parse EBML files
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://www.matroska.org/
+
+#Git-Clone:git://github.com/Matroska-Org/libebml
+#Git-Web:  https://github.com/Matroska-Org/libebml
 Source: 
http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
 Source100:  baselibs.conf
-# PATCH-FIX-UPSTREAM libebml-1.3.0-6efcb74d1e.patch 
https://github.com/Matroska-Org/libebml/pull/1 reddw...@opensuse.org -- Add 
packaging updates from upstream
-Patch0: libebml-1.3.0-6efcb74d1e.patch
 BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 
 %description
 libebml is a C++ library to parse EBML files. See the EBML RFV at
 http://www.matroska.org/technical/specs/rfc/.
 
 %package -n libebml%{soname}
-Summary:Libary to Parse EBML Files
+Summary:Library to parse EBML files
 Group:  System/Libraries
 
 %description -n libebml%{soname}
@@ -44,7 +46,7 @@
 http://www.matroska.org/technical/specs/rfc/.
 
 %package devel
-Summary:Libary to Parse EBML Files
+Summary:Development files for the EBML file parser library
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   libebml%{soname} = %{version}
@@ -56,27 +58,26 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-cd make/linux
-make %{?_smp_mflags} link=shared CXXFLAGS="${CXXFLAGS:-%optflags}"
+%configure --disable-static
 
 %install
-cd make/linux
-%make_install link=shared prefix=%{_prefix} libdir=%{_libdir}
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post -n libebml%{soname} -p /sbin/ldconfig
 
 %postun -n libebml%{soname} -p /sbin/ldconfig
 
 %files -n libebml%{soname}
-%defattr (0644,root,root,0755)
-%{_libdir}/libebml.so.%{soname}
+%defattr(-,root,root)
+%{_libdir}/libebml.so.%{soname}*
 
 %files devel
-%defattr (0644,root,root,0755)
+%defattr(-,root,root)
 %{_libdir}/libebml.so
-%{_includedir}/ebml
+%{_libdir}/pkgconfig/*.pc
+%{_includedir}/ebml/
 
 %changelog

++ libebml-1.3.0.tar.bz2 -> libebml-1.3.1.tar.bz2 ++
 120797 lines of diff (skipped)

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



commit dconf for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package dconf for openSUSE:Factory checked 
in at 2015-02-06 10:42:52

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


Package is "dconf"

Changes:

--- /work/SRC/openSUSE:Factory/dconf/dconf.changes  2014-10-06 
22:04:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.dconf.new/dconf.changes 2015-02-06 
10:42:54.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb  2 13:53:58 UTC 2015 - dims...@opensuse.org
+
+- Move ca.desrt.dconf-editor.appdata.xml to dconf-editor
+  subpackage: the appdata.xml file is supposed to be in the same
+  package as the .desktop file (boo#915692).
+
+---



Other differences:
--
++ dconf.spec ++
--- /var/tmp/diff_new_pack.49uUtE/_old  2015-02-06 10:42:55.0 +0100
+++ /var/tmp/diff_new_pack.49uUtE/_new  2015-02-06 10:42:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dconf
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -190,8 +190,6 @@
 %{_mandir}/man1/dconf-service.1%{?ext_man}
 # alternative databases
 %{_sysconfdir}/dconf/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml
 
 %files lang -f %{name}.lang
 
@@ -210,6 +208,8 @@
 %files editor
 %defattr(-, root, root)
 %{_bindir}/dconf-editor
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml
 %{_datadir}/applications/ca.desrt.dconf-editor.desktop
 %{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
 %{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml

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



commit libmatroska for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libmatroska for openSUSE:Factory 
checked in at 2015-02-06 10:43:22

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


Package is "libmatroska"

Changes:

--- /work/SRC/openSUSE:Factory/libmatroska/libmatroska.changes  2014-08-13 
17:19:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmatroska.new/libmatroska.changes 
2015-02-06 10:43:23.0 +0100
@@ -1,0 +2,16 @@
+Thu Feb  5 08:20:59 UTC 2015 - co...@suse.com
+
+- package the changes file as its required for rebuilds
+
+---
+Sun Feb  1 16:31:58 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 1.4.2
+* KaxBlock::ReadData(): fixed several instances of unchecked
+  memory access leading to invalid memory access/segmentation faults
+  with invalid or broken data inside block groups/simple blocks.
+* KaxBlock::ReadInternalHead(): fixed a off-by-one buffer overflow
+  if with EBML lacing and exactly one frame in the lace.
+- Drop libmatroska-heed-ldflags.diff (no longer needed)
+
+---

Old:

  libmatroska-1.4.1.tar.bz2
  libmatroska-heed-ldflags.diff

New:

  libmatroska-1.4.2.tar.bz2



Other differences:
--
++ libmatroska.spec ++
--- /var/tmp/diff_new_pack.HOg4Mx/_old  2015-02-06 10:43:24.0 +0100
+++ /var/tmp/diff_new_pack.HOg4Mx/_new  2015-02-06 10:43:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmatroska
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define soname 6
 
 Name:   libmatroska
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:Library to Deal with Matroska Files
 License:LGPL-2.1+
@@ -30,9 +30,10 @@
 #Git-Web:  https://github.com/Matroska-Org/libmatroska
 Source0:
http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
-Patch1: libmatroska-heed-ldflags.diff
+Source99:   %name.changes
 BuildRequires:  gcc-c++
-BuildRequires:  libebml-devel >= 1.3.0
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libebml) >= 1.3.1
 
 %description
 Libmatroska is a C++ library to parse Matroska files (.mkv and .mka).
@@ -61,36 +62,36 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
-FAKE_BUILDTIMESTAMP=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%a %b 
%e %H:%M:%S %Y')
-sed -i "s/__TIMESTAMP__/\"$FAKE_BUILDTIMESTAMP\"/" matroska/KaxVersion.h
 
 %build
-cd make/linux
-export CXXFLAGS='%{optflags}'
+FAKE_BUILDTIMESTAMP=$(LC_ALL=C date -r %{S:99} '+%a %b %e %H:%M:%S %Y')
+sed -i "s/__TIMESTAMP__/\"$FAKE_BUILDTIMESTAMP\"/" matroska/KaxVersion.h
+%configure --disable-static
 # mkvmerge-7.1.0 built against libmatroska-1.4.1 running against
 # libmatroska-1.4.0: symbol lookup error: mkvmerge: undefined symbol:
 # _ZN11libmatroska14KaxSeekPreRoll10ClassInfosE.
-# Force versioning, since upstream did not track the ABI changes.
-echo "V_%version { global: *; };" >libmatroska.sym
-make %{?_smp_mflags} link=shared \
+# Force some additional versioning, since upstream did not track the ABI
+# changes. Tag with the version of the most recent incompatible change.
+echo "V_1.4.1 { global: *; };" >libmatroska.sym
+make %{?_smp_mflags} \
LDFLAGS="-Wl,--version-script=$PWD/libmatroska.sym"
 
 %install
-cd make/linux
-%make_install prefix=%{_prefix} libdir=%{_libdir} link=shared
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post -n libmatroska%{soname} -p /sbin/ldconfig
 
 %postun -n libmatroska%{soname} -p /sbin/ldconfig
 
 %files -n libmatroska%{soname}
-%defattr (0644,root,root,0755)
-%{_libdir}/libmatroska.so.%{soname}
+%defattr(-,root,root)
+%{_libdir}/libmatroska.so.%{soname}*
 
 %files devel
-%defattr (0644,root,root,0755)
+%defattr(-,root,root)
 %{_libdir}/libmatroska.so
+%{_libdir}/pkgconfig/*.pc
 %{_includedir}/matroska
 
 %changelog

++ libmatroska-1.4.1.tar.bz2 -> libmatroska-1.4.2.tar.bz2 ++
 126799 lines of diff (skipped)

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



commit libxslt for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libxslt for openSUSE:Factory checked 
in at 2015-02-06 10:44:10

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


Package is "libxslt"

Changes:

--- /work/SRC/openSUSE:Factory/libxslt/libxslt.changes  2012-12-19 
14:50:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxslt.new/libxslt.changes 2015-02-06 
10:44:11.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb  1 06:09:25 UTC 2015 - co...@suse.com
+
+- add 0009-Make-generate-id-deterministic.patch from debian's
+  reproducible builds project to avoid randomness in generated IDs
+
+---

New:

  0009-Make-generate-id-deterministic.patch



Other differences:
--
++ libxslt-python.spec ++
--- /var/tmp/diff_new_pack.gGJeu3/_old  2015-02-06 10:44:12.0 +0100
+++ /var/tmp/diff_new_pack.gGJeu3/_new  2015-02-06 10:44:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxslt-python
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ libxslt.spec ++
--- /var/tmp/diff_new_pack.gGJeu3/_old  2015-02-06 10:44:12.0 +0100
+++ /var/tmp/diff_new_pack.gGJeu3/_new  2015-02-06 10:44:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxslt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,7 @@
 Source3:xslt-config.1.gz
 Patch0: %{name}-1.1.24-no-net-autobuild.patch
 Patch1: libxslt-config-fixes.patch
+Patch2: 0009-Make-generate-id-deterministic.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpg-error-devel
@@ -118,6 +119,7 @@
 %setup -q
 %patch0
 %patch1
+%patch2 -p1
 
 %build
 autoreconf --force --install --verbose

++ 0009-Make-generate-id-deterministic.patch ++
Description: Make generate-id() return identifiers in a deterministic way
 generate-id() used to return identifiers based on the memory address of
 the node object. This unfortunately prevents documentation to be built
 reproducily. Instead, we now increment a static counter and store its
 value in the node _private on the first invocation of generate-id().
Author: Jérémy Bobbio 

--- libxslt-1.1.28.orig/libxslt/functions.c
+++ libxslt-1.1.28/libxslt/functions.c
@@ -660,12 +660,11 @@ xsltFormatNumberFunction(xmlXPathParserC
  */
 void
 xsltGenerateIdFunction(xmlXPathParserContextPtr ctxt, int nargs){
-static char base_address;
+static unsigned long next_id = 1;
 xmlNodePtr cur = NULL;
 xmlXPathObjectPtr obj = NULL;
-long val;
+unsigned long val;
 xmlChar str[30];
-xmlDocPtr doc;
 
 if (nargs == 0) {
cur = ctxt->context->node;
@@ -698,31 +697,20 @@ xsltGenerateIdFunction(xmlXPathParserCon
ctxt->error = XPATH_INVALID_ARITY;
return;
 }
-/*
- * Okay this is ugly but should work, use the NodePtr address
- * to forge the ID
- */
-if (cur->type != XML_NAMESPACE_DECL)
-doc = cur->doc;
-else {
-xmlNsPtr ns = (xmlNsPtr) cur;
-
-if (ns->context != NULL)
-doc = ns->context;
-else
-doc = ctxt->context->doc;
-
-}
 
 if (obj)
 xmlXPathFreeObject(obj);
 
-val = (long)((char *)cur - (char *)&base_address);
-if (val >= 0) {
-  sprintf((char *)str, "idp%ld", val);
-} else {
-  sprintf((char *)str, "idm%ld", -val);
+if (cur->_private == NULL) {
+cur->_private = xmlMalloc(sizeof (unsigned long));
+if (cur->_private == NULL) {
+xmlGenericError(xmlGenericErrorContext, "malloc failed !\n");
+}
+*((unsigned long *)cur->_private) = next_id++;
 }
+val = *((unsigned long *)cur->_private);
+
+sprintf((char *)str, "id%lu", val);
 valuePush(ctxt, xmlXPathNewString(str));
 }
 

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



commit procps for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2015-02-06 10:44:35

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


Package is "procps"

Changes:

--- /work/SRC/openSUSE:Factory/procps/procps.changes2014-12-29 
00:33:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes   2015-02-06 
10:44:36.0 +0100
@@ -1,0 +2,86 @@
+Tue Feb  3 15:24:19 UTC 2015 - wer...@suse.de
+
+- Update tp procps-ng-3.3.10
+  * sysctl --system loads default config file - Debian #732920
+  * ps doesn't exit on SIGCONT
+  * top better accommodates discontinuous NUMA nodes
+  * ps cmdline trailing spaces suppressed under zsh, redhat #1057600
+  * kill restores the '-HUP -1' functionality
+  * vmstat -d / -p segfault eliminated when /sys is not mounted
+  * pgrep properly shows full command line when -au are combined
+  * vmstat supports timestamps with -t/--timestamp option
+  * top is now immune to distortions when system time is reset
+  * top standardized the  key support with prompted input
+  * top missing summary area info added to man document, ubuntu #574624
+  * top properly responds to the current locale LC_NUMERIC setting
+  * top provides alternate graph modes for cpu states and memory usage
+  * top offers new startup defaults, plus ./configure --disable-modern-top
+  * top exploits MemAvailable field and offers improved memory statistics
+  * ps new --quick-pid option, a more efficient alternative to --pid option
+  * usernames up to 32 characters now accommodated (up from 19), redhat 
#1112734
+  * free exploits MemAvailable field and offers improved memory statistics
+  * free considers slabs in displayed totals, debian #565518, ubuntu #126329
+  * watch supports new ANSI styles and background colors
+- Remove the patches now upstream
+  0023-top-do-not-forget-the-fscanf-s-terminating-null-byte.patch
+  0024-sysctl-system-loads-default-config-file.patch
+  0025-Split-help-lines-to-help-translators.patch
+  0026-library-fixing-uninitialized-variable-pos-in-whattim.patch
+  0027-pgrep-Fixing-memory-leak-in-do_regcomp.patch
+  0028-sysctl-Fixing-memory-leaks-in-PreloadSystem.patch
+  0029-ps-ignore-SIGCONT.patch
+  0031-vmstat-wide-output-still-not-wide-enough.patch
+  0032-library-skip-replacement-of-trailing-0-in-read_unvec.patch
+  0033-kill-for-PID-1-restored.patch
+  0034-Check-for-presence-of-disks-in-vmstat.patch
+  0035-PID-2-to-9-for-kill-too.patch
+  0035-top-provide-for-discontinuous-not-active-NUMA-nodes.patch
+  0036-pgrep-fails-to-show-full-command-line-with-au.patch
+  0036-top-restore-the-former-behavior-after-stderr-redirec.patch
+  0037-fail-on-null-string-for-arguments.patch
+  0037-top-avoid-name-conflict-in-the-next-version-of-stdli.patch
+  0038-Update-help-files.patch
+  0038-top-protect-against-distortion-when-system-time-rese.patch
+  0039-vmstat-Support-for-timestamps-with-t-fix-for-wd.patch
+  0040-watch-Don-t-leak-extra-fds-to-the-child.patch
+  0041-vmstat-Fixing-format-security-flaws.patch
+  0043-Added-get-trans-target-to-Makefile.patch
+  0044-top-avoid-a-nan-when-the-delay-interval-is-very-low.patch
+  0045-library-properly-handle-memory-used-by-tmpfs.patch
+  0045-top-standardize-Esc-key-support-with-prompted-input.patch
+  0046-Minor-i18n-fixes.patch
+  0046-top-miscellaneous-accumulated-changes-to-program-cod.patch
+  0047-sysctl-increase-max-supported-line-length-of-the-con.patch
+  0049-fix-url-for-rsync.patch
+  0051-top-update-copyright-dates-plus-1-preprocessor-chang.patch
+  0052-top-refactor-man-document-so-as-to-allow-translation.patch
+  0053-top-minimize-the-usage-of-apostrophes-in-man-documen.patch
+  0054-top-swap-opening-quotes-for-back-tics-in-man-documen.patch
+  0055-misc-fix-man-doc-spelling-and-grammar-for-translatio.patch
+  0058-library-reverting-tmpfs-subtraction-from-cached-18-F.patch
+  0060-top-miscellaneous-accumulated-changes-to-man-documen.patch
+  bsc901202-add-better-help-output.patch
+  procps-ng-3.3.8-selinux.patch
+  procps-v3.3.3-buffersize.diff
+- Modify and rename patches
+  procps-ng-3.3.8-bnc634071_procstat2.diff becomes 
procps-ng-3.3.10-bnc634071_procstat2.diff
+  procps-ng-3.3.9-errno.patch becomes procps-ng-3.3.10-errno.patch
+  procps-v3.3.3-fdleak.dif becomes procps-ng-3.3.10-fdleak.dif
+  procps-v3.3.3-integer-overflow.patch becomes 
procps-ng-3.3.10-integer-overflow.patch
+  procps-v3.3.4-large_pcpu.patch becomes procps-ng-3.3.10-large_pcpu.patch
+  procps-v3.3.3-slab.patch becomes procps-ng-3.3.10-slab.patch
+  procps-v3.3.4-xen.dif becomes procps-ng-3.3.10-xen.dif
+
+---
+Fri Jan 23 15:53:29 UTC 2015 - wer...@suse.de
+
+- Modify patch procps-v3.3.3-slab.patch to be able to make t

commit gtk-doc for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package gtk-doc for openSUSE:Factory checked 
in at 2015-02-06 10:44:56

Comparing /work/SRC/openSUSE:Factory/gtk-doc (Old)
 and  /work/SRC/openSUSE:Factory/.gtk-doc.new (New)


Package is "gtk-doc"

Changes:

--- /work/SRC/openSUSE:Factory/gtk-doc/gtk-doc.changes  2014-07-21 
21:39:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk-doc.new/gtk-doc.changes 2015-02-06 
10:44:57.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb  3 16:54:32 UTC 2015 - co...@suse.com
+
+- Add gtk-doc-reproducible-html.patch from the debian
+  reproducible builds project to make output reproducible.
+
+---

New:

  gtk-doc-reproducible-html.patch



Other differences:
--
++ gtk-doc.spec ++
--- /var/tmp/diff_new_pack.WBQdEo/_old  2015-02-06 10:44:58.0 +0100
+++ /var/tmp/diff_new_pack.WBQdEo/_new  2015-02-06 10:44:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
 Source: 
http://download.gnome.org/sources/gtk-doc/1.21/%{name}-%{version}.tar.xz
 # When updating this package, please don't forget to update the gtk-doc.m4 
Source
 # in glib2.
+# PATCH-FIX-UPSTREAM gtk-doc-reproducible-html.patch bgo#743967 co...@suse.de 
-- Sort the HTML entries
+Patch0: http://2k38.be/gtk-doc-reproducible-html.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt
@@ -56,6 +58,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-scrollkeeper

++ gtk-doc-reproducible-html.patch ++
Description: Make HTML output deterministic
Author: Peter De Wachter 
Last-Update: 2015-01-19

--- a/gtkdoc-mkdb.in
+++ b/gtkdoc-mkdb.in
@@ -1093,7 +1093,7 @@
 
 # do a case insensitive sort while chopping off the prefix
 foreach my $hash (
-sort { $$a{criteria} cmp $$b{criteria} }
+sort { $$a{criteria} cmp $$b{criteria} or $$a{original} cmp 
$$b{original} }
 map { my $x = uc($_); $x =~ s/^$NAME_SPACE\_?(.*)/$1/i; { criteria => 
$x, original => $_, short => $1 } }
 keys %apiindex) {
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit DirectFB for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package DirectFB for openSUSE:Factory 
checked in at 2015-02-06 10:45:19

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


Package is "DirectFB"

Changes:

--- /work/SRC/openSUSE:Factory/DirectFB/DirectFB.changes2014-11-28 
08:47:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.DirectFB.new/DirectFB.changes   2015-02-06 
10:45:20.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb  3 18:30:23 UTC 2015 - co...@suse.com
+
+- inject the timestamp of the .changes file instead of the rebuild time
+  to get a reproducible build time
+
+---



Other differences:
--
++ DirectFB.spec ++
--- /var/tmp/diff_new_pack.2gemUE/_old  2015-02-06 10:45:21.0 +0100
+++ /var/tmp/diff_new_pack.2gemUE/_new  2015-02-06 10:45:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package DirectFB
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,8 @@
 Url:http://www.directfb.org/
 Source: 
http://www.directfb.org/downloads/Core/DirectFB-1.7/%{name}-%{version}.tar.gz
 Source2:baselibs.conf
+# to have a reproducible timestamp as build time
+Source99:   %{name}.changes
 # PATCH-FIX-UPSTREAM
 Patch2: DirectFB-0.9.24-matroxi2c.diff
 # PATCH-FIX-UPSTREAM
@@ -235,6 +237,11 @@
 #FIXME: mvyskocil - can't compile test_foo.c due missing region->context
 rm wm/unique/test_foo.c
 
+# get a reproducible buildtime from changes file
+date=$(date -u "+%Y-%m-%d %H:%M" -r %{S:99})
+cp src/core/Makefile.in src/core/Makefile.in.time
+sed -e "s,BUILDTIME=.*,BUILDTIME=\"$date\"\" \\\," -i 
src/core/Makefile.in
+
 %build
 # move things back
 mv _patches patches

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



commit rubygem-mini_portile for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mini_portile for 
openSUSE:Factory checked in at 2015-02-06 10:46:07

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


Package is "rubygem-mini_portile"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mini_portile/rubygem-mini_portile.changes
2014-10-20 07:27:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mini_portile.new/rubygem-mini_portile.changes
   2015-02-06 10:46:09.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  4 12:27:40 UTC 2015 - hvo...@suse.com
+
+- update to 0.6.2
+  * Updated gemspec, license and README to reflect new maintainer.
+
+---

Old:

  mini_portile-0.6.0.gem

New:

  mini_portile-0.6.2.gem



Other differences:
--
++ rubygem-mini_portile.spec ++
--- /var/tmp/diff_new_pack.EYcPzF/_old  2015-02-06 10:46:09.0 +0100
+++ /var/tmp/diff_new_pack.EYcPzF/_new  2015-02-06 10:46:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mini_portile
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +24,7 @@
 #
 
 Name:   rubygem-mini_portile
-Version:0.6.0
+Version:0.6.2
 Release:0
 %define mod_name mini_portile
 %define mod_full_name %{mod_name}-%{version}

++ mini_portile-0.6.0.gem -> mini_portile-0.6.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2014-04-19 00:14:11.0 +0200
+++ new/History.txt 2014-12-30 20:05:28.0 +0100
@@ -1,3 +1,14 @@
+=== 0.6.2 / 2014-12-30
+
+* Updated gemspec, license and README to reflect new maintainer.
+
+
+=== 0.6.1 / 2014-08-03
+
+* Enhancements:
+  * Expand path to logfile to easier debugging on failures.
+Pull #33 [marvin2k]
+
 === 0.6.0 / 2014-04-18
 
 * Enhancements:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt 2014-04-19 00:14:11.0 +0200
+++ new/LICENSE.txt 2014-12-30 20:05:28.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2011 Luis Lavena.
+Copyright (c) 2011-2015 Luis Lavena and Mike Dalessio
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2014-04-19 00:14:11.0 +0200
+++ new/README.rdoc 2014-12-30 20:05:28.0 +0100
@@ -1,7 +1,7 @@
 = MiniPortile
 
-* {Source Code}[https://github.com/luislavena/mini_portile]
-* {Bug Reports}[https://github.com/luislavena/mini_portile/issues]
+* {Source Code}[https://github.com/flavorjones/mini_portile]
+* {Bug Reports}[https://github.com/flavorjones/mini_portile/issues]
 
 This project is a minimalistic, simplistic and stupid implementation of a 
port/recipe
 system for developers.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2014-04-19 00:14:11.0 +0200
+++ new/Rakefile2014-12-30 20:05:28.0 +0100
@@ -4,7 +4,7 @@
 GEM_SPEC = Gem::Specification.new do |s|
   # basic information
   s.name= "mini_portile"
-  s.version = "0.6.0"
+  s.version = "0.6.2"
   s.platform= Gem::Platform::RUBY
 
   # description and details
@@ -30,12 +30,12 @@
   s.extra_rdoc_files = %w(README.rdoc History.txt LICENSE.txt)
 
   # project information
-  s.homepage  = 'http://github.com/luislavena/mini_portile'
+  s.homepage  = 'http://github.com/flavorjones/mini_portile'
   s.licenses  = ['MIT']
 
   # author and contributors
-  s.author  = 'Luis Lavena'
-  s.email   = 'luislav...@gmail.com'
+  s.authors = ['Luis Lavena', 'Mike Dalessio']
+  s.email   = 'mike.dales...@gmail.com'
 end
 
 Gem::PackageTask.new(GEM_SPEC) do |pkg|
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/examples/Rakefile new/examples/Rakefile
--- old/examples/Rakefile   2014-04-19 00:14:11.0 +0200
+++ new/examples/Rakefile   2014-12-30 20:05:28.0 +0100
@@ -16,7 +16,7 @@
 
 # c-ares
 c_ares = MiniPorti

commit libyui-qt for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2015-02-06 10:45:44

Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-qt.new (New)


Package is "libyui-qt"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes  2015-02-01 
12:27:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2015-02-06 
10:45:45.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb  3 12:38:23 UTC 2015 - jsr...@suse.cz
+
+- include Help and Release notes buttons in keyboard shortcut
+  resolution (bsc#880983)
+- 2.46.16
+
+---

Old:

  libyui-qt-2.46.15.tar.bz2

New:

  libyui-qt-2.46.16.tar.bz2



Other differences:
--
++ libyui-qt-doc.spec ++
--- /var/tmp/diff_new_pack.ebDk0E/_old  2015-02-06 10:45:46.0 +0100
+++ /var/tmp/diff_new_pack.ebDk0E/_new  2015-02-06 10:45:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt-doc
-Version:2.46.15
+Version:2.46.16
 Release:0
 Source: libyui-qt-%{version}.tar.bz2
 

++ libyui-qt.spec ++
--- /var/tmp/diff_new_pack.ebDk0E/_old  2015-02-06 10:45:46.0 +0100
+++ /var/tmp/diff_new_pack.ebDk0E/_new  2015-02-06 10:45:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt
-Version:2.46.15
+Version:2.46.16
 Release:0
 Source: libyui-qt-%{version}.tar.bz2
 

++ libyui-qt-2.46.15.tar.bz2 -> libyui-qt-2.46.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.15/ChangeLog 
new/libyui-qt-2.46.16/ChangeLog
--- old/libyui-qt-2.46.15/ChangeLog 2015-01-30 14:34:12.0 +0100
+++ new/libyui-qt-2.46.16/ChangeLog 2015-02-04 12:49:12.0 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Feb  3 12:38:23 UTC 2015 - jsr...@suse.cz
+
+- include Help and Release notes buttons in keyboard shortcut
+  resolution (bsc#880983)
+- 2.46.16
+
+---
 Fri Jan 30 13:52:57 UTC 2015 - jsr...@suse.cz
 
 - added keyboard shortcuts to Help and Release Notes buttons 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.15/VERSION.cmake 
new/libyui-qt-2.46.16/VERSION.cmake
--- old/libyui-qt-2.46.15/VERSION.cmake 2015-01-30 14:34:12.0 +0100
+++ new/libyui-qt-2.46.16/VERSION.cmake 2015-02-04 12:49:12.0 +0100
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "46")
-SET(VERSION_PATCH "15")
+SET(VERSION_PATCH "16")
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.15/src/YQGenericButton.cc 
new/libyui-qt-2.46.16/src/YQGenericButton.cc
--- old/libyui-qt-2.46.15/src/YQGenericButton.cc2014-02-21 
15:05:58.0 +0100
+++ new/libyui-qt-2.46.16/src/YQGenericButton.cc2015-02-04 
12:49:12.0 +0100
@@ -233,5 +233,9 @@
 return true;
 }
 
+void YQGenericButton::setShortcut ( const QKeySequence & key )
+{
+   _qPushButton->setShortcut (key );
+}
 
 #include "YQGenericButton.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.15/src/YQGenericButton.h 
new/libyui-qt-2.46.16/src/YQGenericButton.h
--- old/libyui-qt-2.46.15/src/YQGenericButton.h 2014-02-21 15:05:58.0 
+0100
+++ new/libyui-qt-2.46.16/src/YQGenericButton.h 2015-02-04 12:49:12.0 
+0100
@@ -128,6 +128,10 @@
  **/
 YQDialog * yQDialog() const { return _dialog; }
 
+/**
+ * Set the keyboard shortcut (e.g. F1 for help)
+ */
+void setShortcut ( const QKeySequence & key );
 
 public slots:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.15/src/YQWizard.cc 
new/libyui-qt-2.46.16/src/YQWizard.cc
--- old/libyui-qt-2.46.15/src/YQWizard.cc   2015-01-30 14:34:12.0 
+0100
+++ new/libyui-qt-2.46.16/src/YQWizard.cc   2015-02-04 12:49:12.0 
+0100
@@ -854,7 +854,7 @@
 
 // Help button
 // QT handles duplicate shortcuts, it can be kept (bnc#880983)
-_helpButton = new QPushButton( _( "&Help" ), parent );
+_helpButton = new YQWizardButton( this, parent, _( "&Help" 
).toStdString());
 YUI_CHECK_NEW( _helpButton );
 _helpButton->setShortcut( Qt::Key_F1 );
 
@@ -871,7 +871,7 @@
 
 // Release Notes button
 // QT handles dupl

commit jython for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package jython for openSUSE:Factory checked 
in at 2015-02-06 10:46:49

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


Package is "jython"

Changes:

--- /work/SRC/openSUSE:Factory/jython/jython.changes2013-09-11 
13:38:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.jython.new/jython.changes   2015-02-06 
10:46:50.0 +0100
@@ -1,0 +2,8 @@
+Wed Feb  4 14:23:46 UTC 2015 - tchva...@suse.com
+
+- Added patches to fix CVE-2013-2027 bnc#916224:
+  * jython-cached-classes.patch
+  * jython-cacheperms.patch
+  * jython-makeCompiledFilename.patch
+
+---

New:

  jython-cached-classes.patch
  jython-cacheperms.patch
  jython-makeCompiledFilename.patch



Other differences:
--
++ jython.spec ++
--- /var/tmp/diff_new_pack.4ww6Rr/_old  2015-02-06 10:46:51.0 +0100
+++ /var/tmp/diff_new_pack.4ww6Rr/_new  2015-02-06 10:46:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jython
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,6 +42,10 @@
 # Also, copy python's license from source directory and not
 # ${python.home}
 Patch1: %{name}-nofullbuildpath.patch
+# These address CVE-2013-2027 (http://bugs.jython.org/msg8004)
+Patch3: %{name}-cacheperms.patch
+Patch4: %{name}-makeCompiledFilename.patch
+Patch5: %{name}-cached-classes.patch
 Requires:   jakarta-oro
 Requires:   javapackages-tools
 Requires:   libreadline-java >= 0.8.0-16
@@ -166,6 +170,9 @@
 %setup -q -n %{name}-svn-%{svn_tag}
 %patch0 -p1
 %patch1 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 export CLASSPATH=$(build-classpath mysql-connector-java oro servlet)

++ jython-cached-classes.patch ++
>From 85a88bcffe2d61d143b4f8c545bd28b152d8d05b Mon Sep 17 00:00:00 2001
From: Lubomir Rintel 
Date: Wed, 3 Apr 2013 18:31:40 +0200
Subject: [PATCH 3/3] Use cache dir for classes too

Instead of attempting to write them next to source files.
Java 6 API does not allow for setting sane permissions (i.e. same as
those of a source file) and relying on defaults is a security hazard
which can lead to information disclosure, or, in case of a too relaxed
umask, arbitrary code execution.

Also, this will likely improve performance for non-privileged users
which can not write to their distribution's packaged jython tree.
---
 src/org/python/core/PySystemState.java |  6 ++
 src/org/python/core/imp.java   | 12 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/org/python/core/PySystemState.java 
b/src/org/python/core/PySystemState.java
index 9de34e3..a124228 100644
--- a/src/org/python/core/PySystemState.java
+++ b/src/org/python/core/PySystemState.java
@@ -539,6 +539,12 @@ public class PySystemState extends PyObject
 public static PackageManager packageManager;
 public static File cachedir;
 
+public static File classCache() {
+if (cachedir == null)
+   return null;
+return new File(cachedir, "classes");
+}
+
 public static boolean isPackageCacheEnabled() {
 return cachedir != null;
 }
diff --git a/src/org/python/core/imp.java b/src/org/python/core/imp.java
index a9868dd..67c33d6 100644
--- a/src/org/python/core/imp.java
+++ b/src/org/python/core/imp.java
@@ -117,8 +117,15 @@ public class imp {
 }
 
 private static String makeCompiledFilename(String filename) {
-return filename.substring(0, filename.length() - 3)
-+ "$py.class";
+   String basename = filename.substring(0, filename.length() - 3)
++ "$py.class";
+File cache = Py.getSystemState().classCache();
+
+if (cache == null) {
+return basename;
+} else {
+return new File(cache, basename).getPath();
+}
 }
 
 /**
@@ -144,6 +151,7 @@ public class imp {
 }
 FileOutputStream fop = null;
 try {
+new File(compiledFilename).getParentFile().mkdirs();
 fop = new FileOutputStream(compiledFilename);
 fop.write(compiledSource);
 fop.close();
-- 
1.8.3.1

++ jython-cacheperms.patch ++
>From 517883617472d53c3346ad419f0af42a7dd83705 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel 
Date: Wed, 3 Apr 2013 18:24:46 +0200
Subject: [PATCH 1/3] Make cache not accessible by anyone else

Sensitive i

commit rubygem-nokogiri for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2015-02-06 10:46:28

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


Package is "rubygem-nokogiri"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes
2014-10-20 07:26:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/rubygem-nokogiri.changes   
2015-02-06 10:46:29.0 +0100
@@ -1,0 +2,27 @@
+Wed Feb  4 12:32:06 UTC 2015 - hvo...@suse.com
+
+- Update to 1.6.6.2
+  * Fixed installation issue affecting compiler arguments. (#1230)
+  * Unified Node and NodeSet implementations of #search, #xpath and #css.
+  * Added Node#lang and Node#lang=.
+  * bin/nokogiri passes the URI to parse() if an HTTP URL is given.
+  * bin/nokogiri now loads ~/.nokogirirc so user can define helper methods, 
etc.
+  * bin/nokogiri can be configured to use Pry instead of IRB by adding a 
couple of lines to ~/.nokogirirc. (#1198)
+  * bin/nokogiri can better handle urls from STDIN (aiding use of xargs). 
(#1065)
+  * DocumentFragment#search now matches against root nodes. (#1205)
+  * (MRI) More fixes related to handling libxml2 parse errors during 
DocumentFragment#dup. (#1196)
+  * `XML::Comment.new` argument types are now consistent and safe (and 
documented) across MRI and JRuby. (#1224)
+  * Check if `zlib` is available before building `libxml2`. (#1188)
+  * Implement Slop#respond_to_missing?. (#1176)
+  * Optimized the XPath query generated by an `an+b` CSS query.
+  * Capture non-parse errors from Document#dup in Document#errors. (#1196)
+  * (MRI) Fix a bug where CFLAGS passed in are dropped. (#1188)
+  * Fix a bug where CSS selector :nth(n) did not work. (#1187)
+  * (MRI) Bundled Libxml2 is upgraded to 2.9.2.
+  * (MRI) `nokogiri --version` will include a list of applied patches.
+  * (MRI) Nokogiri no longer prints messages directly to TTY while building 
the extension.
+  * (MRI) Improve the iconv detection for building libxml2.
+  * (MRI) Fix DocumentFragment#element_children (#1138).
+  * Fix a bug with CSS attribute selector without any prefix where "foo [bar]" 
was treated as "foo[bar]". (#1174)
+
+---

Old:

  nokogiri-1.6.3.1.gem

New:

  nokogiri-1.6.6.2.gem



Other differences:
--
++ rubygem-nokogiri.spec ++
--- /var/tmp/diff_new_pack.hTDxdK/_old  2015-02-06 10:46:30.0 +0100
+++ /var/tmp/diff_new_pack.hTDxdK/_new  2015-02-06 10:46:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-nokogiri
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +24,7 @@
 #
 
 Name:   rubygem-nokogiri
-Version:1.6.3.1
+Version:1.6.6.2
 Release:0
 %define mod_name nokogiri
 %define mod_full_name %{mod_name}-%{version}

++ nokogiri-1.6.3.1.gem -> nokogiri-1.6.6.2.gem ++
/work/SRC/openSUSE:Factory/rubygem-nokogiri/nokogiri-1.6.3.1.gem 
/work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/nokogiri-1.6.6.2.gem differ: 
char 133, line 1

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



commit gettext-runtime for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2015-02-06 10:47:12

Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.gettext-runtime.new (New)


Package is "gettext-runtime"

Changes:

--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-csharp.changes   
2014-11-04 17:27:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-csharp.changes  
2015-02-06 10:47:14.0 +0100
@@ -1,0 +2,21 @@
+Tue Jan 27 20:24:49 UTC 2015 - andreas.stie...@gmx.de
+
+- GNU gettext 0.19.4:
+  * The --keyword option of xgettext now accepts same argument
+number for both singular and plural forms.
+  * Programming languages support:
+- C#: xgettext now properly handles Unicode characters encoded
+  with surrogate pairs.
+- C/C++: xgettext now recognizes ISO/IEC 9899:2011 string
+  literals prefixed by R, u8, u8R, u, uR, U, UR, L, or LR.
+- Shell: xgettext now properly recognizes Bash ANSI-C quoting
+  ($'...').
+  * Bug fixes:
+- Fix integer overflow when reading certain MO files with
+  msgunfmt.
+- Avoid invalid memory access in various cases.  In particular,
+  when the same argument number is specified for singular/
+  plural arguments, and when checking Lisp and Scheme format
+  strings.
+  
+---
gettext-java.changes: same change
gettext-runtime-mini.changes: same change
gettext-runtime.changes: same change

Old:

  gettext-0.19.3.tar.xz
  gettext-0.19.3.tar.xz.sig

New:

  gettext-0.19.4.tar.xz
  gettext-0.19.4.tar.xz.sig



Other differences:
--
++ gettext-csharp.spec ++
--- /var/tmp/diff_new_pack.hQ8FK6/_old  2015-02-06 10:47:15.0 +0100
+++ /var/tmp/diff_new_pack.hQ8FK6/_new  2015-02-06 10:47:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gettext-csharp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 BuildRequires:  xz
 Requires:   mono
 Url:http://www.gnu.org/software/gettext/
-Version:0.19.3
+Version:0.19.4
 Release:0
 Summary:Native Language Support (NLS) for C#
 License:LGPL-2.1+

++ gettext-java.spec ++
--- /var/tmp/diff_new_pack.hQ8FK6/_old  2015-02-06 10:47:15.0 +0100
+++ /var/tmp/diff_new_pack.hQ8FK6/_new  2015-02-06 10:47:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gettext-java
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +28,7 @@
 BuildRequires:  tcl
 BuildRequires:  xz
 Url:http://www.gnu.org/software/gettext/
-Version:0.19.3
+Version:0.19.4
 Release:0
 Summary:Java Support for Native Language Support (NLS)
 License:LGPL-2.1+

++ gettext-runtime-mini.spec ++
--- /var/tmp/diff_new_pack.hQ8FK6/_old  2015-02-06 10:47:15.0 +0100
+++ /var/tmp/diff_new_pack.hQ8FK6/_new  2015-02-06 10:47:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gettext-runtime-mini
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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 @@
 %bcond_without mini
 
 Name:   gettext-runtime-mini
-Version:0.19.3
+Version:0.19.4
 Release:0
 BuildRequires:  gcc-c++
 BuildRequires:  libtool

++ gettext-runtime.spec ++
--- /var/tmp/diff_new_pack.hQ8FK6/_old  2015-02-06 10:47:15.0 +0100
+++ /var/tmp/diff_new_pack.hQ8FK6/_new  2015-02-06 10:47:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gettext-runtime
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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 @@
 %bcond_with mini
 
 Name:   gettext-runtime
-Version:0.19.3
+Version:0.19.4
 Release:0
 BuildRequires:  gcc-c++
 BuildRequires: 

commit swig for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package swig for openSUSE:Factory checked in 
at 2015-02-06 10:48:31

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


Package is "swig"

Changes:

--- /work/SRC/openSUSE:Factory/swig/swig.changes2015-01-20 
19:12:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.swig.new/swig.changes   2015-02-06 
10:48:33.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  1 18:32:16 UTC 2015 - dmitr...@opensuse.org
+
+-Update to version 3.0.5 
+ * Added support for Scilab.
+ * Important Python regression fix when wrapping C++ default arguments.
+ * Minor improvements for C#, Go, Octave, PHP and Python.
+
+---

Old:

  swig-3.0.4.tar.gz

New:

  swig-3.0.5.tar.gz



Other differences:
--
++ swig.spec ++
--- /var/tmp/diff_new_pack.HLbG96/_old  2015-02-06 10:48:34.0 +0100
+++ /var/tmp/diff_new_pack.HLbG96/_new  2015-02-06 10:48:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package swig
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   swig
-Version:3.0.4
+Version:3.0.5
 Release:0
 Summary:Simplified Wrapper and Interface Generator
 License:GPL-3.0+ and BSD-3-Clause

++ swig-3.0.4.tar.gz -> swig-3.0.5.tar.gz ++
 24564 lines of diff (skipped)

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



commit libdvdread for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2015-02-06 10:48:08

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


Package is "libdvdread"

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2015-01-30 
06:04:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2015-02-06 10:48:09.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 30 14:38:44 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 5.0.2:
+  * Add DVDOpenStream to open a dvd from a set of callbacks
+  
+---

Old:

  libdvdread-5.0.1.tar.bz2

New:

  libdvdread-5.0.2.tar.bz2



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.QLt1qu/_old  2015-02-06 10:48:10.0 +0100
+++ /var/tmp/diff_new_pack.QLt1qu/_new  2015-02-06 10:48:10.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:5.0.1
+Version:5.0.2
 Release:0
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf

++ libdvdread-5.0.1.tar.bz2 -> libdvdread-5.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdvdread-5.0.1/ChangeLog 
new/libdvdread-5.0.2/ChangeLog
--- old/libdvdread-5.0.1/ChangeLog  2015-01-03 01:21:04.0 +0100
+++ new/libdvdread-5.0.2/ChangeLog  2015-01-28 17:20:32.0 +0100
@@ -1,3 +1,137 @@
+commit 574b886b733e8737e8cf17d9330049289e837ac3
+Author: Jean-Baptiste Kempf 
+Date:   Wed Jan 28 17:17:32 2015 +0100
+
+Fix compilation when staticly linked to libdvdcss
+
+commit cd82f3072c75736dd0459738d12dbc0da0884f28
+Author: Thomas Guillem 
+Date:   Wed Jan 28 16:30:31 2015 +0100
+
+dvd_input: always init dev->dvdcss
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit 8bda55f887d7d8e926f943977129e26eaf2ff02a
+Author: KO Myung-Hun 
+Date:   Mon Jan 19 13:23:58 2015 +0900
+
+src/dvd_input.c: use dvdcss2.dll instead of dvdcss.dll on OS/2
+
+libtool creates a versioned dll on OS/2 as well.
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit 6b86232c82503d65b3a5d25283ae5f9a7f66acc0
+Author: Thomas Guillem 
+Date:   Wed Jan 28 14:45:52 2015 +0100
+
+dvd_input.c: can link with dvdcss without new open_stream symbol
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit 55465dba693864ea04f83455fa0f470b4fb957e4
+Author: Thomas Guillem 
+Date:   Wed Jan 28 14:45:51 2015 +0100
+
+dvd_input.c fix unused parameter warnings
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit d14f83e4ab1bf7b5856898365a8c4bd2b107c041
+Author: Jean-Baptiste Kempf 
+Date:   Tue Jan 27 16:37:12 2015 +0100
+
+Update NEWS for 5.0.2
+
+commit 40571a6f7bdbd7c5a8530675f3c082032ab540b3
+Author: Jean-Baptiste Kempf 
+Date:   Tue Jan 27 16:34:48 2015 +0100
+
+Update .so version because of added API
+
+commit 6dfeb9b50421d98f7a228de05498d98eecd23f02
+Author: Thomas Guillem 
+Date:   Fri Oct 17 15:43:26 2014 +0200
+
+add DVDOpenStream
+
+open a DVD Device using external read/seek callbacks (see libdvdcss).
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit f5ea91421d7912bffc8c5964409fd4454f1f5985
+Author: Steve Dibb 
+Date:   Thu Jan 15 13:45:42 2015 -0700
+
+Check for malloc fail before setting buffer
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit 05c4e138c27ad372c2640506017b15f34b3dd92f
+Author: Steve Dibb 
+Date:   Thu Jan 15 13:45:41 2015 -0700
+
+Check for malloc fail before setting buffer
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit a3d569054c4e57d401137ba2e93d56afa5edd6d7
+Author: Steve Dibb 
+Date:   Thu Jan 15 13:45:39 2015 -0700
+
+Check for malloc fail before setting secbuf
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit e381f0766f4a1cf9b0cf526b38fca445080ba94e
+Author: Steve Dibb 
+Date:   Thu Jan 15 13:45:38 2015 -0700
+
+Remove unnecessary memset() calls because of calloc being used
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit 76f813477a863873bea842e4ae182b3c4cacfc96
+Author: Steve Dibb 
+Date:   Thu Jan 15 13:45:37 2015 -0700
+
+Use calloc instead of malloc, then memset
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit a63467f9ec4dbdb63057439665a561ac68c6cae8
+Author: Steve Dibb 
+Date:   Thu Jan 15 13:45:36 2015 -0700
+
+Use calloc as a safety measure since ifoRead functions populate parts of 
the data independently
+
+Signed-off-by: Jean-Baptiste

commit tracker for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2015-02-06 10:48:51

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


Package is "tracker"

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2014-12-19 
09:38:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2015-02-06 10:48:53.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:42:23 UTC 2015 - dims...@opensuse.org
+
+- Move org.freedesktop.Tracker.enums.xml to libtracker-common
+  package, ensuring that the enums are available to the Extractor
+  even without tracker being installed (boo#915583).
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.0LpF8q/_old  2015-02-06 10:48:54.0 +0100
+++ /var/tmp/diff_new_pack.0LpF8q/_new  2015-02-06 10:48:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker-extras
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -666,7 +666,6 @@
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.FTS.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Store.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Writeback.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.gschema.xml
 %{_mandir}/man1/tracker-control.1%{ext_man}
 %{_mandir}/man1/tracker-extract.1%{ext_man}
@@ -715,6 +714,7 @@
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-data.so
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-extract*.so
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Extract.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
 
 %files -n libtracker-control-%{RPMTrackerAPI}-0
 %defattr(-,root,root)

++ tracker.spec ++
--- /var/tmp/diff_new_pack.0LpF8q/_old  2015-02-06 10:48:54.0 +0100
+++ /var/tmp/diff_new_pack.0LpF8q/_new  2015-02-06 10:48:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -665,7 +665,6 @@
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.FTS.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Store.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Writeback.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.gschema.xml
 %{_mandir}/man1/tracker-control.1%{ext_man}
 %{_mandir}/man1/tracker-extract.1%{ext_man}
@@ -714,6 +713,7 @@
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-data.so
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-extract*.so
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Extract.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
 
 %files -n libtracker-control-%{RPMTrackerAPI}-0
 %defattr(-,root,root)

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



commit man-pages for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2015-02-06 10:49:42

Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages.new (New)


Package is "man-pages"

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2015-02-01 
12:29:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2015-02-06 
10:49:44.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb  2 09:05:48 UTC 2015 - pgaj...@suse.com
+
+- update to 3.79:
+  - new and rewritten pages
+* getrandom.2, kexec_load.2
+  - etc., see Changes for details
+
+---

Old:

  man-pages-3.78.tar.xz

New:

  man-pages-3.79.tar.xz



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.PuUtni/_old  2015-02-06 10:49:45.0 +0100
+++ /var/tmp/diff_new_pack.PuUtni/_new  2015-02-06 10:49:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   man-pages
-Version:3.78
+Version:3.79
 Release:0
 Summary:Linux  Manual Pages
 License:BSD-3-Clause and GPL-2.0+ and MIT

++ man-pages-3.78.tar.xz -> man-pages-3.79.tar.xz ++
 14457 lines of diff (skipped)

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



commit inkscape for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory 
checked in at 2015-02-06 10:50:07

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


Package is "inkscape"

Changes:

--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes2015-01-08 
23:05:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2015-02-06 
10:50:11.0 +0100
@@ -1,0 +2,60 @@
+Sat Jan 31 08:33:53 UTC 2015 - mailaen...@opensuse.org
+
+- Update to version 0.91:
+  + Improved performance. The new renderer is significantly faster
+on most drawings.
+  + OpenMP multithreading for filters.
+  + Substantial memory savings.
+  + Responsiveness improvements.
+  + Rendering bug fixes. The following things now render correctly:
+- Pattern fills (no more gaps between tiles, regardless of
+  transformation).
+- Stroke of transformed objects in patterns.
+- Patterns containing clipped objects.
+- Nested clipping paths.
+- Masked and clipped objects with large masks / clipping paths
+  in Outline view.
+- Paths with wide strokes and long miters.
+- Fonts.
+  + A grayscale display color mode has been added, that shows a
+preview of your drawing in grayscale.
+  + The tool control bar for the Node Tool features a new dropdown
+to insert new nodes on the selected segments extreme values.
+  + The Measurement tool is a new feature for the artist to measure
+the elements in their drawing.
+  + Text size default unit is now points (pt) and is customizable
+(px,pt,pc,mm,cm,in,em).
+  + Text toolbar shows full list of font style variants for that
+font.
+  + Files with text in em units read correctly.
+  + Font substitution warning dialog.
+  + Gradient toolbar enhanced to select and modify gradient stops,
+invert, repeat, and link gradients.
+  + On-canvas gradient editing fixes: double clicking to create
+stops, correct focus on select.
+  + Gradients sortable by color, name and usage in Fill/Stroke.
+  + Gradients can be renamed in Fill/Stroke.
+  + New Find/Replace dialog can operate on text or any attribute.
+  + Drag and drop to reorder layers and create sublayers.
+  + Show/Hide All layers options in context menu.
+  + Inkscape has a new Symbols dialog.
+  + Visio Stencil files (.vss) can also be used by dropping them in
+the same symbols directory.
+  + See http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91
+for a full list of changes.
+- Drop upstream fixed patches:
+  + inkscape-return-on-exit.patch
+  + inkscape-apply-invert-transform.patch
+  + inkscape-0.48.5-librevenge.patch
+  + inkscape-fix-build-with-poppler-0.29.patch (r13685)
+  + inkscape-gc-detection.patch (r12155)
+- Rebase inkscape-packages.patch.
+- Add pkgconfig(libexif) BuildRequires: enable EXIF support.
+- Add aspell-devel BuildRequires: enable spell checking support.
+- Add pkgconfig(libcdr-0.1) and pkgconfig(libvisio-0.1)
+  BuildRequires: support for more image formats.
+- Add pkgconfig(dbus-glib-1) BuildRequires: new dependency.
+- Remove docbook-toys and sgml-skel BuildRequires: no longer
+  needed.
+
+---

Old:

  inkscape-0.48.5-librevenge.patch
  inkscape-0.48.5.tar.bz2
  inkscape-apply-invert-transform.patch
  inkscape-fix-build-with-poppler-0.29.patch
  inkscape-gc-detection.patch
  inkscape-return-on-exit.patch

New:

  inkscape-0.91.tar.bz2



Other differences:
--
++ inkscape.spec ++
--- /var/tmp/diff_new_pack.XxDopH/_old  2015-02-06 10:50:13.0 +0100
+++ /var/tmp/diff_new_pack.XxDopH/_new  2015-02-06 10:50:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package inkscape
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   inkscape
-Version:0.48.5
+Version:0.91
 Release:0
 Summary:Vector Illustration Program
 License:GPL-2.0 and LGPL-2.1
 Group:  Productivity/Graphics/Vector Editors
 Url:http://www.inkscape.org/
-Source: 
http://downloads.sourceforge.net/project/inkscape/inkscape/0.48.5/%{name}-%{version}.tar.bz2
+Source: 
https://inkscape.global.ssl.fastly.net/media/resources/file/%{name}-%{version}.tar.bz2
 # openSUSE palette file
 Source1:openSUSE.gpl
 Source2:inkscape-split-extensions-extra.sh
@@ -31,20 +31,10 @@
 Patch0: inkscape-remove-datetime.patch

commit v4l-utils for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2015-02-06 10:49:16

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


Package is "v4l-utils"

Changes:

--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes  2014-07-28 
16:11:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2015-02-06 
10:49:18.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  1 20:34:52 UTC 2015 - asterios.dra...@gmail.com
+
+- Update to version 1.6.2:
+  * Lots of changes: See ChangeLog for details.
+- Added doxygen build requirement.
+- Added new subpackages dvb-utils (split from v4l-utils), libdvbv5 and
+  libdvbv5-devel.
+
+---

Old:

  v4l-utils-1.2.1.tar.bz2

New:

  v4l-utils-1.6.2.tar.bz2



Other differences:
--
++ v4l-utils.spec ++
--- /var/tmp/diff_new_pack.iL34bS/_old  2015-02-06 10:49:19.0 +0100
+++ /var/tmp/diff_new_pack.iL34bS/_new  2015-02-06 10:49:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package v4l-utils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,9 +20,9 @@
 %define so_ver 0
 
 Name:   v4l-utils
-Version:1.2.1
+Version:1.6.2
 Release:0
-Summary:Utilities for video4linux and DVB devices
+Summary:Utilities for video4linux
 License:GPL-2.0+ and GPL-2.0
 Group:  Hardware/TV
 Url:http://linuxtv.org/downloads/v4l-utils/
@@ -37,6 +37,7 @@
 %else
 BuildRequires:  update-desktop-files
 %endif
+BuildRequires:  doxygen
 BuildRequires:  kernel-headers
 BuildRequires:  libjpeg-devel
 BuildRequires:  libqt4-devel
@@ -50,7 +51,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-v4l-utils is a collection of various video4linux (V4L) and DVB utilities.
+v4l-utils is a collection of various video4linux (V4L) utilities.
 
 %package devel-tools
 Summary:Utilities for v4l2 / DVB driver development and debugging
@@ -61,6 +62,35 @@
 %description devel-tools
 Utilities for v4l2 / DVB driver authors for development and debugging.
 
+%package -n dvb-utils
+Summary:Utilities for DVB devices
+License:GPL-2.0
+Group:  Hardware/TV
+
+%description -n dvb-utils
+dvb-utils is a collection of various DVB utilities.
+
+%package -n libdvbv5-%{so_ver}
+Summary:Library that provides access to DVB adapter cards
+License:GPL-2.0
+Group:  System/Libraries
+
+%description -n libdvbv5-%{so_ver}
+libdvbv5 is a library meant to be used by digital TV applications that need to
+talk with media hardware.
+
+This package contains shared lib for packages that use libdvbv5.
+
+%package -n libdvbv5-devel
+Summary:Development files for libdvbv5
+License:GPL-2.0
+Group:  Development/Libraries/C and C++
+Requires:   libdvbv5-%{so_ver} = %{version}
+
+%description -n libdvbv5-devel
+The libdvbv5-devel package contains libraries and header files for
+developing applications that use libdvbv5.
+
 %package -n libv4l
 Summary:Collection of video4linux support libraries
 License:LGPL-2.1+ and GPL-2.0
@@ -169,6 +199,10 @@
 %suse_update_desktop_file -N "QV4l2" -G "V4L2 Test Utility" -r qv4l2 Qt 
AudioVideo Video TV
 %endif
 
+%post -n libdvbv5-%{so_ver} -p /sbin/ldconfig
+
+%postun -n libdvbv5-%{so_ver} -p /sbin/ldconfig
+
 %post -n libv4l1-%{so_ver} -p /sbin/ldconfig
 
 %postun -n libv4l1-%{so_ver} -p /sbin/ldconfig
@@ -196,8 +230,6 @@
 %endif
 %{_udevdir}/rules.d/70-infrared.rules
 %{_bindir}/cx18-ctl
-%{_bindir}/dvb-*
-%{_bindir}/dvbv5-*
 %{_bindir}/ir-keytable
 %{_bindir}/ivtv-ctl
 %{_bindir}/media-ctl
@@ -213,6 +245,25 @@
 %{_bindir}/v4l2-compliance
 %{_sbindir}/v4l2-dbg
 
+%files -n dvb-utils
+%defattr(-,root,root,-)
+%doc COPYING ChangeLog README TODO
+%{_bindir}/dvb-*
+%{_bindir}/dvbv5-*
+%{_mandir}/man1/dvb-*1%{ext_man}
+%{_mandir}/man1/dvbv5-*1%{ext_man}
+
+%files -n libdvbv5-%{so_ver}
+%defattr(-,root,root,-)
+%{_libdir}/libdvbv5.so.%{so_ver}*
+
+%files -n libdvbv5-devel
+%defattr(-,root,root,-)
+%doc COPYING
+%{_includedir}/libdvbv5/
+%{_libdir}/libdvbv5.so
+%{_libdir}/pkgconfig/libdvbv5*.pc
+
 %files -n libv4l
 %defattr(-,root,root,-)
 %doc COPYING.libv4l ChangeLog README README.libv4l TODO
@@ -236,10 +287,10 @@
 
 %files -n libv4l-devel
 %defattr(-,root,root,-)
-%doc README.lib-multi-threading
+%doc COPYING.libv4l README.lib-multi-threading

commit yast2 for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2015-02-06 10:50:34

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2015-01-29 
09:55:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2015-02-06 
10:50:35.0 +0100
@@ -1,0 +2,18 @@
+Tue Feb  3 10:15:13 UTC 2015 - an...@suse.com
+
+- Better handling of line breaks in system log viewer (bnc#912169)
+- 3.1.121
+
+---
+Mon Feb  2 08:27:21 UTC 2015 - jreidin...@suse.com
+
+- fix typo in method call to package bindings (found by openQA)
+- separate dummy Pkg callbacks from common ones
+- 3.1.120
+
+---
+Thu Jan 29 10:21:26 UTC 2015 - jreidin...@suse.com
+
+- remove depreacated legacy Patch callbacks 
+
+---

Old:

  yast2-3.1.119.tar.bz2

New:

  yast2-3.1.121.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.ZNuz1E/_old  2015-02-06 10:50:36.0 +0100
+++ /var/tmp/diff_new_pack.ZNuz1E/_new  2015-02-06 10:50:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.119
+Version:3.1.121
 Release:0
 Url:https://github.com/yast/yast-yast2
 

++ yast2-3.1.119.tar.bz2 -> yast2-3.1.121.tar.bz2 ++
 5930 lines of diff (skipped)

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



commit openssl for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2015-02-06 10:50:56

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


Package is "openssl"

Changes:

--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2015-01-20 
21:53:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2015-02-06 
10:50:58.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  4 08:08:27 UTC 2015 - meiss...@suse.com
+
+- The DATE stamp moved from crypto/Makefile to crypto/buildinf.h,
+  replace it there (bsc#915947)
+
+---



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.hOF1LW/_old  2015-02-06 10:51:00.0 +0100
+++ /var/tmp/diff_new_pack.hOF1LW/_new  2015-02-06 10:51:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openssl
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -223,9 +223,6 @@
 EOF_ED
 # fix ENGINESDIR path
 sed -i 's,/lib/engines,/%_lib/engines,' Configure
-# Record mtime of changes file instead of build time
-CHANGES=`stat --format="%y" %SOURCE1`
-sed -i -e "s|#define DATE \(.*\).LC_ALL.*date.|#define DATE \1$CHANGES|" 
crypto/Makefile
 
 %build
 
@@ -296,6 +293,14 @@
linux64-sparcv9 \
 %endif
$config_flags
+
+   # Record mtime of changes file instead of build time to make 
build-compare work
+   make PERL=perl -C crypto buildinf.h
+   CHANGES=`stat --format="%y" %SOURCE1`
+   cat crypto/buildinf.h
+   sed -i -e "s|#define DATE .*|#define DATE \"built on: $CHANGES\"|" 
crypto/buildinf.h
+   cat crypto/buildinf.h
+
make depend
make
LD_LIBRARY_PATH=`pwd` make rehash



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



commit yast2-nis-client for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2015-02-06 10:51:23

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


Package is "yast2-nis-client"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes
2014-12-05 21:03:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new/yast2-nis-client.changes   
2015-02-06 10:51:25.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  4 11:01:53 UTC 2015 - an...@suse.com
+
+- Use correct location for ypdomainname (bnc#916031)
+- 3.1.12
+
+---

Old:

  yast2-nis-client-3.1.11.tar.bz2

New:

  yast2-nis-client-3.1.12.tar.bz2



Other differences:
--
++ yast2-nis-client.spec ++
--- /var/tmp/diff_new_pack.xxRzx1/_old  2015-02-06 10:51:26.0 +0100
+++ /var/tmp/diff_new_pack.xxRzx1/_new  2015-02-06 10:51:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nis-client
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   yast2-nis-client
-Version:3.1.11
+Version:3.1.12
 Release:0
 Url:https://github.com/yast/yast-nis-client
 

++ yast2-nis-client-3.1.11.tar.bz2 -> yast2-nis-client-3.1.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-3.1.11/package/yast2-nis-client.changes 
new/yast2-nis-client-3.1.12/package/yast2-nis-client.changes
--- old/yast2-nis-client-3.1.11/package/yast2-nis-client.changes
2014-12-04 11:24:18.0 +0100
+++ new/yast2-nis-client-3.1.12/package/yast2-nis-client.changes
2015-02-04 13:13:59.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Feb  4 11:01:53 UTC 2015 - an...@suse.com
+
+- Use correct location for ypdomainname (bnc#916031)
+- 3.1.12
+
+---
 Thu Dec  4 09:50:31 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-nis-client-3.1.11/package/yast2-nis-client.spec 
new/yast2-nis-client-3.1.12/package/yast2-nis-client.spec
--- old/yast2-nis-client-3.1.11/package/yast2-nis-client.spec   2014-12-04 
11:24:18.0 +0100
+++ new/yast2-nis-client-3.1.12/package/yast2-nis-client.spec   2015-02-04 
13:13:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nis-client
-Version:3.1.11
+Version:3.1.12
 Release:0
 Url:https://github.com/yast/yast-nis-client
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-3.1.11/src/modules/Nis.rb 
new/yast2-nis-client-3.1.12/src/modules/Nis.rb
--- old/yast2-nis-client-3.1.11/src/modules/Nis.rb  2014-12-04 
11:24:18.0 +0100
+++ new/yast2-nis-client-3.1.12/src/modules/Nis.rb  2015-02-04 
13:13:59.0 +0100
@@ -908,10 +908,8 @@
   @multidomain_broadcast = {} if @multidomain_broadcast == nil
   @slp_domain = {} if @slp_domain == nil
 
-  out = Convert.to_map(
-SCR.Execute(path(".target.bash_output"), "/bin/ypdomainname")
-  )
-  @domain = Builtins.deletechars(Ops.get_string(out, "stdout", ""), "\n")
+  out = SCR.Execute(path(".target.bash_output"), "/usr/bin/ypdomainname")
+  @domain = out["stdout"].chomp
   @old_domain = @domain
 
   @dhcpcd_running = SCR.Execute(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-3.1.11/testsuite/tests/readwrite.out 
new/yast2-nis-client-3.1.12/testsuite/tests/readwrite.out
--- old/yast2-nis-client-3.1.11/testsuite/tests/readwrite.out   2014-11-14 
19:08:39.0 +0100
+++ new/yast2-nis-client-3.1.12/testsuite/tests/readwrite.out   2015-02-04 
13:13:59.0 +0100
@@ -1,7 +1,7 @@
 Dump   no policy
 Read   .sysconfig.network.config.NETCONFIG_NIS_POLICY ""
 Dir.sysconfig.network.config: ["NETCONFIG_NIS_POLICY"]
-Execute.target.bash_output "/bin/ypdomainname" $["exit":0, 
"stderr":"", "stdout":"mydomain\n"]
+Execute.target.bash_output "/usr/bin/ypdomainname" $["exit":0, 
"stderr":"", "stdout":"mydomain\n"]
 Execute.target.bash "ls /var/run/

commit gedit for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2015-02-06 10:51:45

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


Package is "gedit"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2014-12-09 
09:16:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2015-02-06 
10:51:47.0 +0100
@@ -1,0 +2,7 @@
+Wed Feb  4 12:22:33 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.3:
+  + Various bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.14.2.tar.xz

New:

  gedit-3.14.3.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.5IBZVW/_old  2015-02-06 10:51:48.0 +0100
+++ /var/tmp/diff_new_pack.5IBZVW/_new  2015-02-06 10:51:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.14.2
+Version:3.14.3
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -41,7 +41,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.39.3
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.14.0
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.14.3
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.7.0

++ gedit-3.14.2.tar.xz -> gedit-3.14.3.tar.xz ++
 10945 lines of diff (skipped)

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



commit epydoc for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package epydoc for openSUSE:Factory checked 
in at 2015-02-06 10:52:08

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


Package is "epydoc"

Changes:

--- /work/SRC/openSUSE:Factory/epydoc/epydoc.changes2013-03-28 
13:10:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.epydoc.new/epydoc.changes   2015-02-06 
10:52:09.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  4 13:20:11 UTC 2015 - co...@suse.com
+
+- add make-builds-reproducible.patch to avoid timestamps
+  in generated documentation
+
+---

New:

  make-builds-reproducible.patch



Other differences:
--
++ epydoc.spec ++
--- /var/tmp/diff_new_pack.CJaPae/_old  2015-02-06 10:52:10.0 +0100
+++ /var/tmp/diff_new_pack.CJaPae/_new  2015-02-06 10:52:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package epydoc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Release:0
 Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 Patch1: epydoc_restructuredtext_Bug_578920.patch
+Patch2: make-builds-reproducible.patch
 Url:http://epydoc.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
@@ -44,6 +45,7 @@
 %prep
 %setup
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS" 

++ make-builds-reproducible.patch ++
Subject: to survive build-compare binaries should not record their
build time in generated files

Index: epydoc-3.0.1/epydoc/docwriter/html.py
===
--- epydoc-3.0.1.orig/epydoc/docwriter/html.py
+++ epydoc-3.0.1/epydoc/docwriter/html.py
@@ -1771,9 +1771,9 @@ class HTMLWriter:
 
 >>>   if self._include_log:
 Generated by Epydoc
-$epydoc.__version__$ on $time.asctime()$
+$epydoc.__version__$
 >>>   else:
-Generated by Epydoc $epydoc.__version__$ on $time.asctime()$
+Generated by Epydoc $epydoc.__version__$
 >>>   #endif
 
 
Index: epydoc-3.0.1/epydoc/docwriter/latex.py
===
--- epydoc-3.0.1.orig/epydoc/docwriter/latex.py
+++ epydoc-3.0.1/epydoc/docwriter/latex.py
@@ -1104,7 +1104,6 @@ class LatexWriter:
 else:
 out('\n%% %s' % where)
 out('\n%%\n%% Generated by epydoc %s\n' % epydoc.__version__)
-out('%% [%s]\n%%\n' % time.asctime(time.localtime(time.time(
 
 def write_start_of(self, out, section_name):
 out('\n' + 75*'%' + '\n')
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit keyutils for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package keyutils for openSUSE:Factory 
checked in at 2015-02-06 10:52:31

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


Package is "keyutils"

Changes:

--- /work/SRC/openSUSE:Factory/keyutils/keyutils.changes2014-06-18 
07:49:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.keyutils.new/keyutils.changes   2015-02-06 
10:52:32.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  4 13:11:19 UTC 2015 - meiss...@suse.com
+
+- keyutils-nodate.patch: avoid including the timestamp. bsc#916180
+
+---

New:

  keyutils-nodate.patch



Other differences:
--
++ keyutils.spec ++
--- /var/tmp/diff_new_pack.sKSH26/_old  2015-02-06 10:52:33.0 +0100
+++ /var/tmp/diff_new_pack.sKSH26/_new  2015-02-06 10:52:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package keyutils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,8 @@
 Source0:
http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2
 Source1:baselibs.conf
 Patch1: request-key-cifs.patch
-Patch3: request-key-nfs4.patch
+Patch2: request-key-nfs4.patch
+Patch3: keyutils-nodate.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +58,7 @@
 %prep
 %setup -q
 %patch1 -p0
+%patch2 -p1
 %patch3 -p1
 
 %build

++ keyutils-nodate.patch ++
Index: keyutils-1.5.9/Makefile
===
--- keyutils-1.5.9.orig/Makefile
+++ keyutils-1.5.9/Makefile
@@ -110,7 +110,7 @@ $(ARLIB): keyutils.o
$(AR) rcs $@ $<
 endif
 
-VCPPFLAGS  := -DPKGBUILD="\"$(shell date -u +%F)\""
+VCPPFLAGS  := -DPKGBUILD="\"no timestamp to avoid rebuilds\""
 VCPPFLAGS  += -DPKGVERSION="\"keyutils-$(VERSION)\""
 VCPPFLAGS  += -DAPIVERSION="\"libkeyutils-$(APIVERSION)\""
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit groff for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package groff for openSUSE:Factory checked 
in at 2015-02-06 10:52:57

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


Package is "groff"

Changes:

--- /work/SRC/openSUSE:Factory/groff/groff-full.changes 2014-12-22 
12:52:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.groff.new/groff-full.changes2015-02-06 
10:52:59.0 +0100
@@ -1,0 +2,45 @@
+Wed Feb  4 10:30:49 UTC 2015 - tchva...@suse.com
+
+- Version bump to latest release 1.22.3:
+  * X11 resources for `gxditview', which were previously installed in
+/usr/X11/lib/X11/app-defaults no matter which `prefix' was set, are
+now installed in appresdir=$prefix/lib/X11/app-defaults.  If
+`appresdir' is not a standard X11 resource directory, the environment
+variable XFILESEARCHPATH should be set to this path.  The standard
+default directories depends on the system `libXt'.
+  * This new preprocessor (contributed by Bernd Warken) allows embedding of
+code for GNU LilyPond (http://www.lilypond.org), a music typesetter.  The
+data gets automatically processed and embedded as EPS images.
+  * Bernd Warken contributed a new preprocessor to handle Perl code that can
+be evaluated and then processed by groff.
+  * Another preprocessor from Bernd Warken to pretty-print Pinyin syllables
+like `guo2wang2' as `guówáng'.
+  * The pdfroff utility script now activates its `--no-toc-relocation' option
+by default, unless a request similar to:
+ .if !\n[PHASE] .tm pdfroff-option:set toc_relocation=enabled
+is invoked during input file processing; (`.if !\n[PHASE] ...' ensures
+that the effect of the `.tm' request is restricted to the document setup
+phase of processing, as pdfroff sets it to 1 or 2 in the output phase,
+but leaves it unset in the setup phase).
+The bundled `spdf.tmac' macro package, which implicitly activates
+`-mpdfmark' for `ms' macro users, ensures that TOC relocation is
+appropriately enabled, when the `.TC' macro is invoked.
+  * The -mom macro package now has full support for eqn, pic, and tbl, as well
+as captioning and labelling of pdf images and preprocessor output.  Lists
+of Figures, Equations, and Tables can now be autogenerated.  PDF_IMAGE has
+a new FRAME option.
+  * A French introduction to the -me macro package has been added (file
+`meintro_fr.me').
+  * In -mdoc, command %C is now available, providing a city or place
+reference.
+- Refreshed patches:
+  * groff-1.21-CVE-2009-5081.patch
+  * groff-1.21-groffer-libexecdir.patch
+  * groff-force-locale-usage.patch
+- Replaced patches:
+  * deleted groff_1.22.2-2.debian.diff
+  * added groff_1.22.3-1.debian.diff
+- New patches:
+  * groff-multi-thread.patch
+
+---
groff.changes: same change

Old:

  groff-1.22.2.tar.gz
  groff-1.22.2.tar.gz.sig
  groff_1.22.2-2.debian.diff

New:

  groff-1.22.3.tar.gz
  groff-1.22.3.tar.gz.sig
  groff-multi-thread.patch
  groff_1.22.3-1.debian.diff



Other differences:
--
++ groff-full.spec ++
--- /var/tmp/diff_new_pack.OF1Sfw/_old  2015-02-06 10:53:01.0 +0100
+++ /var/tmp/diff_new_pack.OF1Sfw/_new  2015-02-06 10:53:01.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package groff-full
+# spec file for package groff
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,11 +16,13 @@
 #
 
 
-# WARNING: please do not edit this auto generated spec file. Use the 
groff.spec! #
 %global groff_base_only 0
-
+%if %{groff_base_only}
+Name:   groff
+%else
 Name:   groff-full
-Version:1.22.2
+%endif
+Version:1.22.3
 Release:0
 Summary:GNU troff Document Formatting System
 License:BSD-3-Clause and GPL-2.0+
@@ -37,7 +39,9 @@
 # done
 ##remove a part related to src/preproc/html/pre-html.cpp - see bnc#755533
 # filterdiff -x 'src/preproc/html/pre-html.cpp' foo > 
groff_1.22.2-2.debian.diff
-Patch0: groff_1.22.2-2.debian.diff
+##remove Debian package string for openSUSE package string
+##delete the papersize /etc settings patch
+Patch0: groff_1.22.3-1.debian.diff
 Patch1: groff-1.20.1-destbufferoverflow.patch
 Patch2: groff-1.20.1-nroff-empty-LANGUAGE.patch
 Patch3: groff-1.21-groffer-libexecdir.patch
@@ -55,43 +59,38 @@
 # change the papersize definition to force the locale usage
 # it can be supressed 

commit libsmi for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libsmi for openSUSE:Factory checked 
in at 2015-02-06 10:53:43

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


Package is "libsmi"

Changes:

--- /work/SRC/openSUSE:Factory/libsmi/libsmi.changes2015-01-25 
21:14:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsmi.new/libsmi.changes   2015-02-06 
10:53:44.0 +0100
@@ -1,0 +2,14 @@
+Tue Jan 27 22:09:31 UTC 2015 - crrodrig...@opensuse.org
+
+- fix missing pkgconfig buildRequires 
+- Run make check but ignore failures.
+
+---
+Tue Jan 27 22:05:41 UTC 2015 - crrodrig...@opensuse.org
+
+- libsmi-exports.patch: Export only the symbols of the public 
+  API, specially hide and avoid using internal
+  vasprintf and asnprintf implementations that will 
+  name-clash with the C library.
+
+---

New:

  libsmi-exports.patch



Other differences:
--
++ libsmi.spec ++
--- /var/tmp/diff_new_pack.yFajxY/_old  2015-02-06 10:53:45.0 +0100
+++ /var/tmp/diff_new_pack.yFajxY/_new  2015-02-06 10:53:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmi
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,10 +29,12 @@
 Patch2: libsmi-CVE-2010-2891.patch
 Patch3: libsmi-flex.patch
 Patch4: libsmi-bison-3.0.patch
+Patch5: libsmi-exports.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 
 %description
 The purpose of libsmi is to
@@ -82,6 +84,7 @@
 %patch3 -p1
 %endif
 %patch4 -p1
+%patch5 -p1
 
 %build
 autoreconf --force --install
@@ -94,9 +97,11 @@
 
 %install
 make install DESTDIR=%buildroot
-
 rm -f %{buildroot}%{_libdir}/*.la
 
+%check
+make check || cat test/test-suite.log && exit 0
+
 %post -n libsmi2 -p /sbin/ldconfig
 
 %postun -n libsmi2 -p /sbin/ldconfig

++ libsmi-exports.patch ++
--- libsmi-0.4.8.orig/lib/Makefile.am
+++ libsmi-0.4.8/lib/Makefile.am
@@ -11,6 +11,7 @@
 # @(#) $Id: Makefile.am 7735 2008-02-15 08:09:17Z schoenw $
 #
 
+AM_CFLAGS = -fvisibility=hidden
 EXTRA_DIST = parser-sming.y parser-smi.y \
  scanner-sming.l scanner-smi.l \
  errormacros.h data.h check.h error.h util.h \
@@ -29,10 +30,14 @@ man_MANS= libsmi.3 smi_config.3 smi_mo
  smi_class.3 smi_attribute.3 smi_identity.3 \
  smi_event.3
 lib_LTLIBRARIES= libsmi.la
-libsmi_la_SOURCES  = data.c check.c error.c util.c snprintf.c smi.c \
+noinst_LTLIBRARIES = libsmi-internal.la
+
+libsmi_la_SOURCES  = data.c check.c error.c util.c smi.c \
  parser-smi.c scanner-smi.c \
  parser-sming.c scanner-sming.c
-libsmi_la_LDFLAGS  = -version-info @VERSION_LIBTOOL@
+libsmi_la_LDFLAGS  = -no-undefined -version-info @VERSION_LIBTOOL@
+
+libsmi_internal_la_SOURCES = $(libsmi_la_SOURCES)
 
 parser-smi.c parser-smi.tab.h: parser-smi.y scanner-smi.h parser-smi.h
$(BISON) --defines=parser-smi.tab.h -t -psmi -o parser-smi.c 
parser-smi.y
--- libsmi-0.4.8.orig/lib/smi.h
+++ libsmi-0.4.8/lib/smi.h
@@ -16,14 +16,11 @@
 
 #include 
 #include 
-#ifdef HAVE_STDINT_H
 #include 
-#endif
-#ifdef HAVE_LIMITS_H
-#include "limits.h"
-#endif
+#include 
 #include 
 
+#pragma GCC visibility push(default)
 
 #ifdef __cplusplus
 extern "C" {
@@ -623,9 +620,9 @@ extern int smiPack(SmiNode *row, SmiValu
  * to free the allocated memory.
  */
 
-extern int smiAsprintf(char **strp, const char *format, ...);
+extern int smiAsprintf(char **strp, const char *format, ...)  __attribute__ 
((format (printf, 2, 3)));
 
-extern int smiVasprintf(char **strp, const char *format, va_list ap);
+extern int smiVasprintf(char **strp, const char *format, va_list ap)  
__attribute__ ((format (printf, 2, 0)));
 
 
 /*
@@ -653,8 +650,8 @@ extern void _smiFree(char *, int, void *
 #definesmiFree(p)  _smiFree(__FILE__, __LINE__, p)
 
 #else
-extern void *smiMalloc(size_t size);
-extern void *smiRealloc(void *ptr, size_t size);
+extern void *smiMalloc(size_t size) __attribute((malloc, alloc_size(2)));
+extern void *smiRealloc(void *ptr, size_t size) __attribute((alloc_size(2)));
 extern char *smiStrdup(const char *s1);
 extern char *sm

commit postfix for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2015-02-06 10:53:22

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


Package is "postfix"

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2015-01-30 
06:03:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2015-02-06 
10:53:23.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 22 09:36:09 UTC 2015 - vark...@suse.com
+
+- bnc#914086 syntax error in config.postfix
+- Adapt config.postfix to be able to run on SLE11 too. 
+
+---



Other differences:
--
++ postfix-SuSE.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/config.postfix 
new/postfix-SuSE/config.postfix
--- old/postfix-SuSE/config.postfix 2015-01-13 08:04:07.0 +0100
+++ new/postfix-SuSE/config.postfix 2015-01-22 10:35:38.0 +0100
@@ -1,10 +1,16 @@
 #! /bin/bash
 # Copyright (c) 1999-2001 SuSE GmbH Nuernberg, Germany.
 # Copyright (c) 2002-2004 SuSE Linux AG
+# Copyright (c) 2015 SUSE Linux GmbH
 #
 # Author: Carsten Hoeger 
+# Author: Peter Varkoly 
 
 export LC_ALL=POSIX
+export RUN="/var/run/"
+if [ -d /run ]; then
+   export RUN="/run"
+fi
 
 cpifnewer(){
 # remove files, that do no longer exist
@@ -71,10 +77,10 @@
 PF_CHROOT="/var/spool/postfix"
 
 if [ ! -d "$PF_CHROOT" ]; then
-   warn_user "\t$PF_CHROOT does not exist!!!\n\
+warn_user "\t$PF_CHROOT does not exist!!!\n\
 \tThis should not happen!\n\
 \tPlease reinstall package postfix or create this directory!"
-   exit 1
+exit 1
 fi
 cd "$PF_CHROOT"
 
@@ -92,8 +98,8 @@
 fi
 fi
 if [ "$(echo "$POSTFIX_SMTP_AUTH_SERVER" | tr 'A-Z' 'a-z' )" != "no" ]; 
then
-   SASL_SOCKET_DIR="/run/sasl2"
-   CHR_SASL_SOCKET_DIR="run/sasl2"
+SASL_SOCKET_DIR="$RUN/sasl2"
+CHR_SASL_SOCKET_DIR="run/sasl2"
 fi
 if [ "$(echo "$POSTFIX_CHROOT" | tr 'A-Z' 'a-z' )" != "yes" ]; then
   # tidy-up in any case, to be safe (bnc#837561)
@@ -118,126 +124,125 @@
   
   rm -rvf etc @lib@ usr var proc
 else
-   echo "checking postfix chroot environment..."
+  echo "checking postfix chroot environment..."
 
-   if [ -e /lib/security/pam_ldap.so ]; then
-   cpifnewer /etc/openldap/ldap.conf etc/openldap
-   fi
+  if [ -e /lib/security/pam_ldap.so ]; then
+  cpifnewer /etc/openldap/ldap.conf etc/openldap
+  fi
 
-   if [ "$(echo "$POSTFIX_WITH_MYSQL" | tr 'A-Z' 'a-z' )" != "yes" ]; then
- if [ -n "$CHR_MYSQL_SOCKET_DIR" ]; then
-   if grep "$PF_CHROOT"/$CHR_MYSQL_SOCKET_DIR /proc/mounts &> 
/dev/null; then
- umount "$PF_CHROOT"/$CHR_MYSQL_SOCKET_DIR
-   fi
- fi
-   fi
+  if [ "$(echo "$POSTFIX_WITH_MYSQL" | tr 'A-Z' 'a-z' )" != "yes" ]; then
+if [ -n "$CHR_MYSQL_SOCKET_DIR" ]; then
+  if grep "$PF_CHROOT"/$CHR_MYSQL_SOCKET_DIR /proc/mounts &> 
/dev/null; then
+umount "$PF_CHROOT"/$CHR_MYSQL_SOCKET_DIR
+  fi
+fi
+  fi
 
-   if [ "$(echo "$POSTFIX_MYSQL_CONN" | tr 'A-Z' 'a-z' )" == "socket" -a \
-   "$(echo "$POSTFIX_WITH_MYSQL" | tr 'A-Z' 'a-z' )" != "no" ]; then
-   if [ ! -d $CHR_MYSQL_SOCKET_DIR ]; then
- mkdir -p $CHR_MYSQL_SOCKET_DIR
-   fi
-   if ! grep $CHR_MYSQL_SOCKET_DIR /proc/mounts &> /dev/null; then
- mount -o bind $MYSQL_SOCKET_DIR "$PF_CHROOT"/$CHR_MYSQL_SOCKET_DIR
-   fi
-   fi
+  if [ "$(echo "$POSTFIX_MYSQL_CONN" | tr 'A-Z' 'a-z' )" == "socket" -a \
+  "$(echo "$POSTFIX_WITH_MYSQL" | tr 'A-Z' 'a-z' )" != "no" ]; then
+  if [ ! -d $CHR_MYSQL_SOCKET_DIR ]; then
+mkdir -p $CHR_MYSQL_SOCKET_DIR
+  fi
+  if ! grep $CHR_MYSQL_SOCKET_DIR /proc/mounts &> /dev/null; then
+mount -o bind $MYSQL_SOCKET_DIR "$PF_CHROOT"/$CHR_MYSQL_SOCKET_DIR
+  fi
+  fi
 
-   if [ "$(echo "$POSTFIX_SMTP_AUTH_SERVER" | tr 'A-Z' 'a-z' )" != "no" ]; 
then
-   if [ ! -d $CHR_SASL_SOCKET_DIR ]; then
- mkdir -p $CHR_SASL_SOCKET_DIR
-   fi
-   if ! grep $CHR_SASL_SOCKET_DIR /proc/mounts &> /dev/null; then
- mount -o bind $SASL_SOCKET_DIR "$PF_CHROOT"/$CHR_SASL_SOCKET_DIR
-   fi
-   fi
+  if [ "$(echo "$POSTFIX_SMTP_AUTH_SERVER" | tr 'A-Z' 'a-z' )" != "no" ]; 
then
+  if [ ! -d $CHR_SASL_SOCKET_DIR ]; then
+mkdir -p $CHR_SASL_SOCKET_DIR
+  fi
+  if ! grep $CHR_SA

commit syslinux for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2015-02-06 10:54:04

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


Package is "syslinux"

Changes:

--- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes2014-08-13 
17:07:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2015-02-06 
10:54:05.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  4 16:00:26 CET 2015 - snw...@suse.de
+
+- syslinux-4.04-mtime.diff: don't use timestamps to create a unique id (bnc 
#915950)
+
+---

New:

  syslinux-4.04-mtime.diff



Other differences:
--
++ syslinux.spec ++
--- /var/tmp/diff_new_pack.XWKFw2/_old  2015-02-06 10:54:06.0 +0100
+++ /var/tmp/diff_new_pack.XWKFw2/_new  2015-02-06 10:54:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package syslinux
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -50,6 +50,7 @@
 Patch13:%{name}-%{version}-nostrip.diff
 Patch14:%{name}-%{version}-timeout.diff
 Patch15:%{name}-%{version}-cache_fix.diff
+Patch16:%{name}-%{version}-mtime.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -81,6 +82,7 @@
 %patch13 -p0
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 %build
 cp %{SOURCE2} .

++ syslinux-4.04-mtime.diff ++
diff --git a/core/Makefile b/core/Makefile
index 33ad7e9..49ba474 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -63,7 +63,7 @@ PREPCORE = ../lzo/prepcore
 # official release.  Otherwise, substitute a hex string that is pretty much
 # guaranteed to be unique to be unique from build to build.
 ifndef HEXDATE
-HEXDATE := $(shell $(PERL) ../now.pl $(SRCS))
+HEXDATE := $(shell $(PERL) ../now.pl $(ALLSRC))
 endif
 ifndef DATE
 DATE:= $(shell sh ../gen-id.sh $(VERSION) $(HEXDATE))
diff --git a/libinstaller/bin2c.pl b/libinstaller/bin2c.pl
index 07c11dd..2864488 100755
--- a/libinstaller/bin2c.pl
+++ b/libinstaller/bin2c.pl
@@ -71,8 +71,4 @@ if ($align != 0) {
 
 printf "\n};\n\nconst unsigned int %s_len = %u;\n", $table_name, $total_len;
 
-@st = stat STDIN;
-
-printf "\nconst int %s_mtime = %d;\n", $table_name, $st[9];
-
 exit 0;
diff --git a/libinstaller/syslinux.h b/libinstaller/syslinux.h
index 710d30e..963cafe 100644
--- a/libinstaller/syslinux.h
+++ b/libinstaller/syslinux.h
@@ -20,11 +20,9 @@
 /* The standard boot sector and ldlinux image */
 extern unsigned char syslinux_bootsect[];
 extern const unsigned int syslinux_bootsect_len;
-extern const int syslinux_bootsect_mtime;
 
 extern unsigned char syslinux_ldlinux[];
 extern const unsigned int syslinux_ldlinux_len;
-extern const int syslinux_ldlinux_mtime;
 
 #define boot_sectorsyslinux_bootsect
 #define boot_sector_len syslinux_bootsect_len
@@ -33,7 +31,6 @@ extern const int syslinux_ldlinux_mtime;
 
 extern unsigned char syslinux_mbr[];
 extern const unsigned int syslinux_mbr_len;
-extern const int syslinux_mbr_mtime;
 
 /* Sector size assumptions... */
 #define SECTOR_SHIFT   9
diff --git a/now.pl b/now.pl
old mode 100644
new mode 100755
index a3b5a79..60c4fe0
--- a/now.pl
+++ b/now.pl
@@ -1,21 +1,22 @@
-#!/usr/bin/perl
-#
-# Print the time (possibly the mtime of a file) as a hexadecimal integer
-# If more than one file, print the mtime of the *newest* file.
-#
-
-undef $now;
-
-foreach $file ( @ARGV ) {
-($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,
- $ctime,$blksize,$blocks) = stat($file);
-if ( !defined($now) || $now < $mtime ) {
-   $now = $mtime;
-}
-}
+#! /usr/bin/perl
+
+# Use checksum over all sources and source file names to create some unique id.
+
+use Digest::SHA;
+
+use strict;
 
-if ( !defined($now) ) {
-$now = time;
+my $digest = Digest::SHA->new(256);
+
+# print STDERR "now.pl: ", join(" ", @ARGV) , "\n";
+
+for (sort @ARGV) {
+  $digest->add($_);
+  $digest->addfile($_);
 }
 
-printf "0x%08x\n", $now;
+my $val = substr($digest->hexdigest, 0, 8);
+
+# printf STDERR "now.pl: = 0x$val\n";
+
+print "0x$val\n";
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-installation for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2015-02-06 10:54:52

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2015-02-01 12:28:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2015-02-06 10:54:54.0 +0100
@@ -1,0 +2,9 @@
+Tue Feb  3 11:11:49 CET 2015 - sch...@suse.de
+
+- AutoYaST: If the system starts in multi-user mode plymouth will
+  be quit while installation in order to ensure that installation
+  will be finished on console 1 and the login prompt will be
+  shown.
+  (bnc#903682,889757,897956)
+
+---



Other differences:
--
++ YaST2-Second-Stage.service ++
--- /var/tmp/diff_new_pack.oO5kKD/_old  2015-02-06 10:54:55.0 +0100
+++ /var/tmp/diff_new_pack.oO5kKD/_new  2015-02-06 10:54:55.0 +0100
@@ -15,7 +15,10 @@
 # Workaround of bug in plymouth --> using deactivate option
 # in second boot stage in order to start ncurses yast correctly
 # (bnc#886488)
-ExecStartPre=-/usr/bin/plymouth deactivate --hide-splash
+# If the system starts in multi-user mode plymouth will be quit while
+# installation in order to ensure that installation will be finished on
+# console 1 and the login prompt. (bnc#903682,889757,897956)
+ExecStartPre=/bin/sh -c 'if [ `/usr/bin/systemctl get-default` = 
"multi-user.target" ];then /usr/bin/plymouth quit; else /usr/bin/plymouth 
deactivate --hide-splash; fi'
 ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
 RemainAfterExit=yes
 TimeoutSec=0

++ yast2-installation-3.1.129.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.129/package/YaST2-Second-Stage.service 
new/yast2-installation-3.1.129/package/YaST2-Second-Stage.service
--- old/yast2-installation-3.1.129/package/YaST2-Second-Stage.service   
2015-01-30 10:41:09.0 +0100
+++ new/yast2-installation-3.1.129/package/YaST2-Second-Stage.service   
2015-02-03 11:24:10.0 +0100
@@ -15,7 +15,10 @@
 # Workaround of bug in plymouth --> using deactivate option
 # in second boot stage in order to start ncurses yast correctly
 # (bnc#886488)
-ExecStartPre=-/usr/bin/plymouth deactivate --hide-splash
+# If the system starts in multi-user mode plymouth will be quit while
+# installation in order to ensure that installation will be finished on
+# console 1 and the login prompt. (bnc#903682,889757,897956)
+ExecStartPre=/bin/sh -c 'if [ `/usr/bin/systemctl get-default` = 
"multi-user.target" ];then /usr/bin/plymouth quit; else /usr/bin/plymouth 
deactivate --hide-splash; fi'
 ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
 RemainAfterExit=yes
 TimeoutSec=0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.129/package/yast2-installation.changes 
new/yast2-installation-3.1.129/package/yast2-installation.changes
--- old/yast2-installation-3.1.129/package/yast2-installation.changes   
2015-01-30 10:41:09.0 +0100
+++ new/yast2-installation-3.1.129/package/yast2-installation.changes   
2015-02-03 11:24:10.0 +0100
@@ -1,4 +1,13 @@
 ---
+Tue Feb  3 11:11:49 CET 2015 - sch...@suse.de
+
+- AutoYaST: If the system starts in multi-user mode plymouth will
+  be quit while installation in order to ensure that installation
+  will be finished on console 1 and the login prompt will be
+  shown.
+  (bnc#903682,889757,897956)
+
+---
 Thu Jan 29 17:10:44 UTC 2015 - jsr...@suse.cz
 
 - allow keyboard layout testing in language dialog (bsc#889549)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.129/startup/YaST2.Second-Stage 
new/yast2-installation-3.1.129/startup/YaST2.Second-Stage
--- old/yast2-installation-3.1.129/startup/YaST2.Second-Stage   2015-01-30 
10:41:09.0 +0100
+++ new/yast2-installation-3.1.129/startup/YaST2.Second-Stage   2015-02-03 
11:24:10.0 +0100
@@ -40,6 +40,22 @@
 . /usr/lib/YaST2/startup/common/functions.sh
 
 #=
+# 1.0) Checking for text installation in
+#  Multi-User mode
+#-
+# If the system starts in multi-user mode plymouth
+# will be quit while installation in order to ensure
+# that in

commit fontforge for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package fontforge for openSUSE:Factory 
checked in at 2015-02-06 10:55:17

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


Package is "fontforge"

Changes:

--- /work/SRC/openSUSE:Factory/fontforge/fontforge.changes  2014-10-06 
22:04:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.fontforge.new/fontforge.changes 2015-02-06 
10:55:18.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  5 08:45:26 UTC 2015 - co...@suse.com
+
+- added propagate-creation-and-modification-times-to-ttf.patch from
+  debian's reproducible build project to get reproducible font builds
+
+---

New:

  propagate-creation-and-modification-times-to-ttf.patch



Other differences:
--
++ fontforge.spec ++
--- /var/tmp/diff_new_pack.iSmOUW/_old  2015-02-06 10:55:19.0 +0100
+++ /var/tmp/diff_new_pack.iSmOUW/_new  2015-02-06 10:55:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fontforge
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,8 @@
 Patch4: fontforge-fixgiflib.patch
 # PATCH-FIX-UPSTREAM http://sourceforge.net/p/fontforge/git/ci/9ae25e0
 Patch5: fontforge-arraysubscript.patch
+# suse specific
+Patch6: propagate-creation-and-modification-times-to-ttf.patch
 BuildRequires:  cairo-devel
 BuildRequires:  fdupes
 BuildRequires:  fontconfig-devel
@@ -109,6 +111,7 @@
 %patch4 -p1
 %endif
 %patch5 -p1
+%patch6 -p1
 mkdir docs
 tar -jxvf %{SOURCE1} -C docs
 chmod 644 docs/quadraticspline.gif

++ propagate-creation-and-modification-times-to-ttf.patch ++
From: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774148

Description: propagate creation and modification times to TTF
 Instead of using the current time as creation and modification
 times when writing a TrueType Font file, we now propagate those
 coming from the source. This enables TrueType Font to be built
 reproducibly.

diff --git a/fontforge/tottf.c b/fontforge/tottf.c
index a980610..3d488b0 100644
--- a/fontforge/tottf.c
+++ b/fontforge/tottf.c
@@ -2812,7 +2812,6 @@ void cvt_unix_to_1904( long time, int32 result[2]) {
 
 static void sethead(struct head *head,SplineFont *sf,struct alltabs *at,
enum fontformat format, int32 *bsizes) {
-time_t now;
 int i, lr, rl, indic_rearrange, arabic;
 ASM *sm;
 struct ttflangname *useng;
@@ -2920,10 +2919,8 @@ static void sethead(struct head *head,SplineFont 
*sf,struct alltabs *at,
head->flags |= (1<<9);  /* Apple documents this */
 /* if there are any indic characters, set bit 10 */
 
-time(&now);/* seconds since 1970, need to convert to 
seconds since 1904 */
-cvt_unix_to_1904(now,head->modtime);
-memcpy(head->createtime,head->modtime,sizeof(head->modtime));
-
+cvt_unix_to_1904(sf->modificationtime,head->modtime);
+cvt_unix_to_1904(sf->creationtime,head->createtime);
 }
 
 static void sethhead(struct hhead *hhead,struct hhead *vhead,struct alltabs 
*at, SplineFont *sf) {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpgme for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2015-02-06 10:55:41

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


Package is "gpgme"

Changes:

--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes  2014-12-31 
11:21:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2015-02-06 
10:55:43.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb  3 16:40:23 UTC 2015 - co...@suse.com
+
+- making the build reproducible - see 
+  http://lists.gnupg.org/pipermail/gnupg-commits/2014-September/010683.html
+  for a very similiar problem
+
+---



Other differences:
--
++ gpgme.spec ++
--- /var/tmp/diff_new_pack.3djyUD/_old  2015-02-06 10:55:44.0 +0100
+++ /var/tmp/diff_new_pack.3djyUD/_new  2015-02-06 10:55:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpgme
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,8 @@
 Source1:ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2.sig
 Source2:baselibs.conf
 Source3:gpgme.keyring
+# used to have a fixed timestamp
+Source99:   %{name}.changes
 BuildRequires:  gpg2 >= 2.0.10
 BuildRequires:  libassuan-devel >= 2.0.2
 BuildRequires:  libgpg-error-devel >= 1.11
@@ -98,6 +100,8 @@
 %setup -q
 
 %build
+date=$(date -u +%Y-%m-%dT%H:%M+ -r %{S:99})
+sed -e "s,BUILD_TIMESTAMP=.*,BUILD_TIMESTAMP=$date," -i configure
 %configure \
--disable-static \
--disable-fd-passing


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



commit dd_rescue for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package dd_rescue for openSUSE:Factory 
checked in at 2015-02-06 10:56:53

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


Package is "dd_rescue"

Changes:

--- /work/SRC/openSUSE:Factory/dd_rescue/dd_rescue.changes  2014-08-13 
08:48:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.dd_rescue.new/dd_rescue.changes 2015-02-06 
10:56:54.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  5 08:07:26 UTC 2015 - co...@suse.com
+
+- include the .changes file in the .src.rpm as its used during build
+
+---



Other differences:
--
++ dd_rescue.spec ++
--- /var/tmp/diff_new_pack.apvbFU/_old  2015-02-06 10:56:54.0 +0100
+++ /var/tmp/diff_new_pack.apvbFU/_new  2015-02-06 10:56:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dd_rescue
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 @@
 Group:  System/Base
 Url:http://www.garloff.de/kurt/linux/ddrescue/
 Source0:
http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2
+Source99:   %{name}.changes
 BuildRequires:  autoconf
 BuildRequires:  libattr-devel
 BuildRequires:  lzo-devel
@@ -88,8 +89,8 @@
 ./autogen.sh
 
 # Remove build time references so build-compare can do its work
-FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M')
-FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
+FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{S:99} '+%%H:%%M')
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{S:99} '+%%b %%e %%Y')
 sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/g" dd_rescue.c
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" dd_rescue.c
 

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



commit grub2 for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2015-02-06 10:56:06

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  2015-01-06 
09:06:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2015-02-06 
10:56:07.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  4 07:43:27 UTC 2015 - mch...@suse.com
+
+- Downgrade os-prober dependency to Recommends (boo#898610)
+
+---



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.wVtyxn/_old  2015-02-06 10:56:10.0 +0100
+++ /var/tmp/diff_new_pack.wVtyxn/_new  2015-02-06 10:56:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grub2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -211,7 +211,7 @@
 
 Requires:   gettext-runtime
 %if 0%{?suse_version} >= 1140
-Requires:   os-prober
+Recommends: os-prober
 %endif
 Requires(post): /sbin/install-info
 Requires(preun):/sbin/install-info

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



commit dmraid for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package dmraid for openSUSE:Factory checked 
in at 2015-02-06 10:56:30

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


Package is "dmraid"

Changes:

--- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes2014-12-21 
12:03:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.dmraid.new/dmraid.changes   2015-02-06 
10:56:31.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  4 19:33:01 UTC 2015 - co...@suse.com
+
+- remove with -f to avoid dependency on local umask
+
+---



Other differences:
--
++ dmraid.spec ++
--- /var/tmp/diff_new_pack.GB9XEg/_old  2015-02-06 10:56:33.0 +0100
+++ /var/tmp/diff_new_pack.GB9XEg/_new  2015-02-06 10:56:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dmraid
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -70,12 +70,6 @@
 
 - Silicon Image Medley
 
-
-
-Authors:
-
-Heinz Mauelshagen
-
 %package devel
 Summary:Development files for dmraid
 Group:  Development/Libraries/C and C++
@@ -115,7 +109,7 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT/%_lib/libdmraid.a
+rm -f $RPM_BUILD_ROOT/%_lib/libdmraid.a
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 install -m644 %{SOURCE1} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.dmraid
 mkdir -p $RPM_BUILD_ROOT/etc/init.d

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



commit linuxrc for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-02-06 10:57:19

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


Package is "linuxrc"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2015-01-21 
21:50:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2015-02-06 
10:57:21.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  5 12:01:12 CET 2015 - snw...@suse.com
+
+- update git2log script
+- keep default nanny setting unless explicitly changed
+- 5.0.31
+
+---

Old:

  linuxrc-5.0.30.tar.xz

New:

  linuxrc-5.0.31.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.m1POWY/_old  2015-02-06 10:57:22.0 +0100
+++ /var/tmp/diff_new_pack.m1POWY/_new  2015-02-06 10:57:22.0 +0100
@@ -25,7 +25,7 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.30
+Version:5.0.31
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ linuxrc-5.0.30.tar.xz -> linuxrc-5.0.31.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.30/VERSION new/linuxrc-5.0.31/VERSION
--- old/linuxrc-5.0.30/VERSION  2015-01-14 12:15:37.0 +0100
+++ new/linuxrc-5.0.31/VERSION  2015-02-05 11:58:44.0 +0100
@@ -1 +1 @@
-5.0.30
+5.0.31
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.30/changelog new/linuxrc-5.0.31/changelog
--- old/linuxrc-5.0.30/changelog2015-01-14 12:15:37.0 +0100
+++ new/linuxrc-5.0.31/changelog2015-02-05 11:58:44.0 +0100
@@ -1,8 +1,12 @@
-2015-01-07:2623322f6d1cd888d449930a556d8b29ddea846a-5.0.30
+2015-02-05:5.0.31
+   - update git2log script
+   - keep default nanny setting unless explicitly changed
+
+2015-01-07:5.0.30
- activate newly added interfaces (bnc #906817)
- improve git2log to work in sub-branches
- gpg 2.1.1 became stricter with the usage of --verify:
- program knows about it; either give both filenames on the command
+   - program knows about it; either give both filenames on the command
  line or  use  '-' to specify STDIN.".
 
 2014-12-01:5.0.29
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.30/file.c new/linuxrc-5.0.31/file.c
--- old/linuxrc-5.0.30/file.c   2015-01-14 12:15:37.0 +0100
+++ new/linuxrc-5.0.31/file.c   2015-02-05 11:58:44.0 +0100
@@ -1679,7 +1679,13 @@
 break;
 
   case key_nanny:
-if(f->is.numeric) config.nanny = f->nvalue;
+if(f->is.numeric) {
+  config.nanny = f->nvalue;
+  config.nanny_set = 1;
+}
+else {
+  config.nanny_set = 0;
+}
 break;
 
   case key_vlanid:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.30/git2log new/linuxrc-5.0.31/git2log
--- old/linuxrc-5.0.30/git2log  2015-01-14 12:15:37.0 +0100
+++ new/linuxrc-5.0.31/git2log  2015-02-05 11:58:44.0 +0100
@@ -64,10 +64,16 @@
 @tags = get_branch_tags;
 die "no tags at all?\n" unless @tags;
 
-if(!grep { /^$branch\-/ } @tags) {
-  $branch = get_parent_branch;
-  die "sorry, can't determine branch\n" unless $branch;
+if($branch ne 'master') {
+  if(!grep { /^$branch\-/ } @tags) {
+$branch = get_parent_branch;
+die "sorry, can't determine branch\n" unless $branch;
 
+@tags = get_branch_tags;
+die "no tags at all?\n" unless @tags;
+  }
+}
+else {
   @tags = get_branch_tags;
   die "no tags at all?\n" unless @tags;
 }
@@ -147,12 +153,10 @@
   my $detail = 0;
   for (@t) {
 $detail = 1 if /^$/;
+$detail = 2 if /^Conflicts:$/;
 $detail = 0 if /^commit /;
-if($detail && /^[^\-\s]/) {
-  # push @t2, "# $_";
-}
-else {
-  push @t2, $_;
+if(!$detail || !/^[^\-\s]/) {
+  push @t2, $_ if $detail < 2;
 }
   }
   @t = @t2;
@@ -170,7 +174,7 @@
   # handle white space in every first line once and for all
   my $empty = 1;
   for (@t) {
-$empty = 1, next if $_ eq "";
+$empty = 1, $_ = "", next if $_ =~ /^\s*$/;
 next if !$empty;
 s/^\s*//;
 $empty = 0;
@@ -273,7 +277,7 @@
 
   # print "parent = $p\n";
 
-  return $p;
+  return $p || "master";
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/li

commit fontpackages for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package fontpackages for openSUSE:Factory 
checked in at 2015-02-06 10:57:38

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


Package is "fontpackages"

Changes:

--- /work/SRC/openSUSE:Factory/fontpackages/fontpackages.changes
2015-02-05 10:59:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.fontpackages.new/fontpackages.changes   
2015-02-06 10:57:40.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  5 11:16:17 UTC 2015 - o...@aepfle.de
+
+- Revert last pathname change because libzypp expects a fixed
+  filename pattern. release changes have to caught in build-compare
+
+---



Other differences:
--
++ rpm-macros.fonts-config ++
--- /var/tmp/diff_new_pack.z79dY0/_old  2015-02-06 10:57:41.0 +0100
+++ /var/tmp/diff_new_pack.z79dY0/_new  2015-02-06 10:57:41.0 +0100
@@ -7,8 +7,10 @@
 %_fontsconfavaildir  %{_datadir}/%{name}/conf.avail
 # private
 %__fontsconfigrunflag /var/run/fontpackages/reconfigure-fonts
-%__fontsupdatescript  
/var/adm/update-scripts/reconfigure-fonts-%{name}-%{version}-%{release}
-%__fontsupdatescript_cjk  
/var/adm/update-scripts/reconfigure-cjk-fonts-%{name}-%{version}-%{release}
+# The pattern is fixed within libzypp:
+# /var/adm/update-scripts/name-version-release-anything
+%__fontsupdatescript  
/var/adm/update-scripts/%{name}-%{version}-%{release}-reconfigure-fonts
+%__fontsupdatescript_cjk  
/var/adm/update-scripts/%{name}-%{version}-%{release}-reconfigure-cjk-fonts
 
 # macro: link_avail_to_system_fontsconf name
 # (takes exactly one argument, name of configuration file)

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



commit kcron for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kcron for openSUSE:Factory checked 
in at 2015-02-06 10:58:18

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


Package is "kcron"

Changes:

--- /work/SRC/openSUSE:Factory/kcron/kcron.changes  2015-01-21 
22:09:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcron.new/kcron.changes 2015-02-06 
10:58:20.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:41:43 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kcron-14.12.1.tar.xz

New:

  kcron-14.12.2.tar.xz



Other differences:
--
++ kcron.spec ++
--- /var/tmp/diff_new_pack.iuqHEi/_old  2015-02-06 10:58:21.0 +0100
+++ /var/tmp/diff_new_pack.iuqHEi/_new  2015-02-06 10:58:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcron
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   kcron
 BuildRequires:  libkde4-devel
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Summary:Cron job configuration tool
 License:GPL-2.0+

++ kcron-14.12.1.tar.xz -> kcron-14.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcron-14.12.1/src/kcm_cron.desktop 
new/kcron-14.12.2/src/kcm_cron.desktop
--- old/kcron-14.12.1/src/kcm_cron.desktop  2014-11-15 08:22:38.0 
+0100
+++ new/kcron-14.12.2/src/kcm_cron.desktop  2015-01-21 07:56:03.0 
+0100
@@ -166,7 +166,7 @@
 X-KDE-Keywords[sv]=cron,crontab,schemalagd,uppgifter,uppgift,schema,vixie
 X-KDE-Keywords[tr]=cron,crontab,scheduled,tasks,task,schedule,vixie
 X-KDE-Keywords[uk]=cron,crontab,scheduled,tasks,task,schedule,vixie,таблиця 
планування,список планування,завдання,план,запуск
-X-KDE-Keywords[x-test]=xxcron,crontab,scheduled,tasks,task,schedule,vixiexx
+X-KDE-Keywords[x-test]=xxcronxx,xxcrontabxx,xxscheduledxx,xxtasksxx,xxtaskxx,xxschedulexx,xxvixiexx
 
X-KDE-Keywords[zh_CN]=cron,crontab,scheduled,tasks,task,schedule,vixie,计划,计划任务,任务
 X-KDE-Keywords[zh_TW]=cron,crontab,scheduled,tasks,task,schedule,vixie
 Categories=Qt;KDE;X-KDE-settings-system;

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



commit kdegraphics-strigi-analyzer for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-strigi-analyzer for 
openSUSE:Factory checked in at 2015-02-06 10:58:42

Comparing /work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer (Old)
 and  /work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new (New)


Package is "kdegraphics-strigi-analyzer"

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer.changes
  2015-01-21 22:09:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new/kdegraphics-strigi-analyzer.changes
 2015-02-06 10:58:43.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:56:45 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kdegraphics-strigi-analyzer-14.12.1.tar.xz

New:

  kdegraphics-strigi-analyzer-14.12.2.tar.xz



Other differences:
--
++ kdegraphics-strigi-analyzer.spec ++
--- /var/tmp/diff_new_pack.8srj5b/_old  2015-02-06 10:58:43.0 +0100
+++ /var/tmp/diff_new_pack.8srj5b/_new  2015-02-06 10:58:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdegraphics-strigi-analyzer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdegraphics-strigi-analyzer-14.12.1.tar.xz -> 
kdegraphics-strigi-analyzer-14.12.2.tar.xz ++

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



commit kcachegrind for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kcachegrind for openSUSE:Factory 
checked in at 2015-02-06 10:58:13

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


Package is "kcachegrind"

Changes:

--- /work/SRC/openSUSE:Factory/kcachegrind/kcachegrind.changes  2015-01-21 
22:09:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new/kcachegrind.changes 
2015-02-06 10:58:15.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:41:19 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kcachegrind-14.12.1.tar.xz

New:

  kcachegrind-14.12.2.tar.xz



Other differences:
--
++ kcachegrind.spec ++
--- /var/tmp/diff_new_pack.UfdVQG/_old  2015-02-06 10:58:16.0 +0100
+++ /var/tmp/diff_new_pack.UfdVQG/_new  2015-02-06 10:58:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcachegrind
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +22,7 @@
 License:GPL-2.0 and BSD-4-Clause and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kcachegrind-14.12.1.tar.xz -> kcachegrind-14.12.2.tar.xz ++

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



commit kde-dev-utils for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kde-dev-utils for openSUSE:Factory 
checked in at 2015-02-06 10:58:23

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


Package is "kde-dev-utils"

Changes:

--- /work/SRC/openSUSE:Factory/kde-dev-utils/kde-dev-utils.changes  
2015-01-21 22:09:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.kde-dev-utils.new/kde-dev-utils.changes 
2015-02-06 10:58:25.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:41:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kde-dev-utils-14.12.1.tar.xz

New:

  kde-dev-utils-14.12.2.tar.xz



Other differences:
--
++ kde-dev-utils.spec ++
--- /var/tmp/diff_new_pack.wy3bCM/_old  2015-02-06 10:58:26.0 +0100
+++ /var/tmp/diff_new_pack.wy3bCM/_new  2015-02-06 10:58:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kde-dev-utils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2 and LGPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-dev-utils-14.12.1.tar.xz -> kde-dev-utils-14.12.2.tar.xz ++

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



commit kdegraphics-thumbnailers for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:Factory checked in at 2015-02-06 10:58:49

Comparing /work/SRC/openSUSE:Factory/kdegraphics-thumbnailers (Old)
 and  /work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new (New)


Package is "kdegraphics-thumbnailers"

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
2015-01-21 22:09:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
   2015-02-06 10:58:51.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:56:50 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  kdegraphics-thumbnailers-14.12.1.tar.xz

New:

  kdegraphics-thumbnailers-14.12.2.tar.xz



Other differences:
--
++ kdegraphics-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.zwnA3G/_old  2015-02-06 10:58:52.0 +0100
+++ /var/tmp/diff_new_pack.zwnA3G/_new  2015-02-06 10:58:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdegraphics-thumbnailers
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   kdegraphics-thumbnailers
-Version:14.12.1
+Version:14.12.2
 Release:0
 Summary:Graphics file thumbnail generators
 License:LGPL-2.1+

++ kdegraphics-thumbnailers-14.12.1.tar.xz -> 
kdegraphics-thumbnailers-14.12.2.tar.xz ++

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



commit kde-mplayer-thumbnailer for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package kde-mplayer-thumbnailer for 
openSUSE:Factory checked in at 2015-02-06 10:58:29

Comparing /work/SRC/openSUSE:Factory/kde-mplayer-thumbnailer (Old)
 and  /work/SRC/openSUSE:Factory/.kde-mplayer-thumbnailer.new (New)


Package is "kde-mplayer-thumbnailer"

Changes:

--- 
/work/SRC/openSUSE:Factory/kde-mplayer-thumbnailer/kde-mplayer-thumbnailer.changes
  2015-01-21 22:09:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kde-mplayer-thumbnailer.new/kde-mplayer-thumbnailer.changes
 2015-02-06 10:58:31.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 10:41:54 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  mplayerthumbs-14.12.1.tar.xz

New:

  mplayerthumbs-14.12.2.tar.xz



Other differences:
--
++ kde-mplayer-thumbnailer.spec ++
--- /var/tmp/diff_new_pack.iAm9ii/_old  2015-02-06 10:58:32.0 +0100
+++ /var/tmp/diff_new_pack.iAm9ii/_new  2015-02-06 10:58:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kde-mplayer-thumbnailer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:LGPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:mplayerthumbs-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ mplayerthumbs-14.12.1.tar.xz -> mplayerthumbs-14.12.2.tar.xz ++

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



  1   2   >