commit R-base for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package R-base for openSUSE:13.1 checked in 
at 2013-10-04 08:18:03

Comparing /work/SRC/openSUSE:13.1/R-base (Old)
 and  /work/SRC/openSUSE:13.1/.R-base.new (New)


Package is R-base

Changes:

--- /work/SRC/openSUSE:13.1/R-base/R-base.changes   2013-09-23 
10:46:42.0 +0200
+++ /work/SRC/openSUSE:13.1/.R-base.new/R-base.changes  2013-10-04 
08:18:05.0 +0200
@@ -1,0 +2,120 @@
+Fri Sep 27 13:20:39 UTC 2013 - detlef.ste...@gmx.de
+
+- Removed outdated source file  
+
+---
+Wed Sep 25 14:01:26 UTC 2013 - detlef.ste...@gmx.de
+
+- Upstream release 3.0.2
+- Most important
+  CHANGES IN R 3.0.2:
+
+  NEW FEATURES:
+
+* The NEWS files have been re-organized.
+
+  This file contains news for R = 3.0.0: news for the 0.x.y, 1.x.y
+  and 2.x.y releases is in files NEWS.0, NEWS.1 and NEWS.2.  The
+  latter files are now installed when R is installed.  An HTML
+  version of news from 2.10.0 to 2.15.3 is available as
+  doc/html/NEWS.2.html.
+
+* sum() for integer arguments now uses an integer accumulator of at
+  least 64 bits and so will be more accurate in the very rare case
+  that a cumulative sum exceeds 2^53 (necessarily summing more than
+  4 million elements).
+
+* The example() and tools::Rd2ex() functions now have parameters to
+  allow them to ignore \dontrun markup in examples.  (Suggested by
+  Peter Solymos.)
+
+* str(x) is considerably faster for very large lists, or factors
+  with 100,000 levels, the latter as in PR#15337.
+
+* col2rgb() now converts factors to character strings not integer
+  codes (suggested by Bryan Hanson).
+
+* tail(warnings()) now works, via the new `[` method.
+
+* There is now support for the LaTeX style file zi4.sty which has
+  in some distributions replaced inconsolata.sty.
+
+* unlist(x) now typically returns all non-list xs unchanged, not
+  just the vector ones.  Consequently, format(lst) now also works
+  when the list lst has non-vector elements.
+
+* The tools::getVignetteInfo() function has been added to give
+  information about installed vignettes.
+
+* New assertCondition(), etc. utilities in tools, useful for
+  testing.
+
+* Profiling now records non-inlined calls from byte-compiled code
+  to BUILTIN functions.
+
+* Various functions in stats and elsewhere that use non-standard
+  evaluation are now more careful to follow the namespace scoping
+ rules.  E.g. stats::lm() can now find stats::model.frame() even
+  if stats is not on the search path or if some package defines a
+  function of that name.
+
+* If an invalid/corrupt .Random.seed object is encountered in the
+  workspace it is ignored with a warning rather than giving an
+  error.  (This allows R itself to rely on a working RNG, e.g. to
+  choose a random port.)
+
+* seq() and seq.int() give more explicit error messages if called
+  with invalid (e.g. NaN) inputs.
+
+* When parse() finds a syntax error, it now makes partial parse
+  information available up to the location of the error.  (Request
+  of Reijo Sund.)
+
+* Methods invoked by NextMethod() had a different dynamic parent to
+  the generic. This was causing trouble where S3 methods invoked
+  via lazy evaluation could lose track of their generic.
+  (PR#15267)
+
+* Code for the negative binomial distribution now treats the case
+  size == 0 as a one-point distribution at zero.
+
+* abbreviate() handles without warning non-ASCII input strings
+  which require no abbreviation.
+
+* read.dcf() no longer has a limit of 8191 bytes per line. (Wish of
+  PR#15250.)
+
+* formatC(x) no longer copies the class of x to the result, to
+  avoid misuse creating invalid objects as in PR#15303.  A warning
+  is given if a class is discarded.
+
+* Dataset npk has been copied from MASS to allow more tests to be
+  run without recommended packages being installed.
+
+* The initialization of the regression coefficients for
+  non-degenerate differenced models in arima() has been changed and
+  in some examples avoids a local maximum.  (PR#15396)
+
+* termplot() now has an argument transform.x to control the display
+  of individual terms in the plot.  (PR#15329)
+
+* format() now supports digits = 0, to display nsmall decimal
+  places.
+
+* There is a new read-only par() parameter called page, which
+  returns a logical value indicating whether the next plot.new()
+  call will start a new page.
+
+* Processing Sweave and Rd documents to PDF now renders backticks
+  and single quotes better in 

commit R-base for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2013-10-04 08:18:01

Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and  /work/SRC/openSUSE:Factory/.R-base.new (New)


Package is R-base

Changes:

--- /work/SRC/openSUSE:Factory/R-base/R-base.changes2013-09-13 
14:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes   2013-10-04 
08:18:04.0 +0200
@@ -1,0 +2,120 @@
+Fri Sep 27 13:20:39 UTC 2013 - detlef.ste...@gmx.de
+
+- Removed outdated source file  
+
+---
+Wed Sep 25 14:01:26 UTC 2013 - detlef.ste...@gmx.de
+
+- Upstream release 3.0.2
+- Most important
+  CHANGES IN R 3.0.2:
+
+  NEW FEATURES:
+
+* The NEWS files have been re-organized.
+
+  This file contains news for R = 3.0.0: news for the 0.x.y, 1.x.y
+  and 2.x.y releases is in files NEWS.0, NEWS.1 and NEWS.2.  The
+  latter files are now installed when R is installed.  An HTML
+  version of news from 2.10.0 to 2.15.3 is available as
+  doc/html/NEWS.2.html.
+
+* sum() for integer arguments now uses an integer accumulator of at
+  least 64 bits and so will be more accurate in the very rare case
+  that a cumulative sum exceeds 2^53 (necessarily summing more than
+  4 million elements).
+
+* The example() and tools::Rd2ex() functions now have parameters to
+  allow them to ignore \dontrun markup in examples.  (Suggested by
+  Peter Solymos.)
+
+* str(x) is considerably faster for very large lists, or factors
+  with 100,000 levels, the latter as in PR#15337.
+
+* col2rgb() now converts factors to character strings not integer
+  codes (suggested by Bryan Hanson).
+
+* tail(warnings()) now works, via the new `[` method.
+
+* There is now support for the LaTeX style file zi4.sty which has
+  in some distributions replaced inconsolata.sty.
+
+* unlist(x) now typically returns all non-list xs unchanged, not
+  just the vector ones.  Consequently, format(lst) now also works
+  when the list lst has non-vector elements.
+
+* The tools::getVignetteInfo() function has been added to give
+  information about installed vignettes.
+
+* New assertCondition(), etc. utilities in tools, useful for
+  testing.
+
+* Profiling now records non-inlined calls from byte-compiled code
+  to BUILTIN functions.
+
+* Various functions in stats and elsewhere that use non-standard
+  evaluation are now more careful to follow the namespace scoping
+ rules.  E.g. stats::lm() can now find stats::model.frame() even
+  if stats is not on the search path or if some package defines a
+  function of that name.
+
+* If an invalid/corrupt .Random.seed object is encountered in the
+  workspace it is ignored with a warning rather than giving an
+  error.  (This allows R itself to rely on a working RNG, e.g. to
+  choose a random port.)
+
+* seq() and seq.int() give more explicit error messages if called
+  with invalid (e.g. NaN) inputs.
+
+* When parse() finds a syntax error, it now makes partial parse
+  information available up to the location of the error.  (Request
+  of Reijo Sund.)
+
+* Methods invoked by NextMethod() had a different dynamic parent to
+  the generic. This was causing trouble where S3 methods invoked
+  via lazy evaluation could lose track of their generic.
+  (PR#15267)
+
+* Code for the negative binomial distribution now treats the case
+  size == 0 as a one-point distribution at zero.
+
+* abbreviate() handles without warning non-ASCII input strings
+  which require no abbreviation.
+
+* read.dcf() no longer has a limit of 8191 bytes per line. (Wish of
+  PR#15250.)
+
+* formatC(x) no longer copies the class of x to the result, to
+  avoid misuse creating invalid objects as in PR#15303.  A warning
+  is given if a class is discarded.
+
+* Dataset npk has been copied from MASS to allow more tests to be
+  run without recommended packages being installed.
+
+* The initialization of the regression coefficients for
+  non-degenerate differenced models in arima() has been changed and
+  in some examples avoids a local maximum.  (PR#15396)
+
+* termplot() now has an argument transform.x to control the display
+  of individual terms in the plot.  (PR#15329)
+
+* format() now supports digits = 0, to display nsmall decimal
+  places.
+
+* There is a new read-only par() parameter called page, which
+  returns a logical value indicating whether the next plot.new()
+  call will start a new page.
+
+* Processing Sweave and Rd documents to PDF now renders backticks
+  and single quotes 

commit kdepim4-runtime for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-10-04 10:25:40

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


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-10-03 15:55:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-10-04 10:25:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct  3 22:09:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added two patches from upstream:
+  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch (kde#278082)
+  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch (kde#325443)
+
+---

New:

  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.b5i9jJ/_old  2013-10-04 10:25:41.0 +0200
+++ /var/tmp/diff_new_pack.b5i9jJ/_new  2013-10-04 10:25:41.0 +0200
@@ -26,6 +26,10 @@
 Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
 Patch1: disable-knut.diff
+# PATCH-FIX-UPSTREAM 
0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch -- kde#278082
+Patch1000:  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
+# PATCH-FIX-UPSTREAM 
0002-Disconnect-session-pool-manually-in-ImapResource-des.patch -- kde#325443
+Patch1001:  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkfbapi-devel
@@ -51,6 +55,8 @@
 %prep
 %setup -q -n kdepim-runtime-%{version}
 %patch1
+%patch1000 -p1
+%patch1001 -p1
 
 %build
 %ifarch ppc64

++ 0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch ++
From c561149538336804f212f5a12ea6cf3d1a3a19f5 Mon Sep 17 00:00:00 2001
From: Andre Woebbeking woebbek...@kde.org
Date: Fri, 27 Sep 2013 22:19:42 +0200
Subject: [PATCH 1/2] Don't bother IMAP servers with not supported flags

Created a new method ResourceTask::fromAkonadiToSupportedImapFlags() to convert
Akonadi to IMAP flags supported by the server and use it everywhere instead of
fromAkonadiFlags().

fromAkonadiFlags() was made private to make it impossible to call it by 
accident.

BUG:278082
FIXED-IN: 4.11.3
REVIEW:112724

CCBUG:287356

This also reduces the risk to trigger 287356 as the insert on the IMAP server
doesn't fail due to unsupported IMAP flags.
---
 resources/imap/additemtask.cpp  |  2 +-
 resources/imap/changeitemsflagstask.cpp |  4 ++--
 resources/imap/changeitemtask.cpp   | 17 ++---
 resources/imap/resourcetask.cpp | 21 +
 resources/imap/resourcetask.h   |  5 +
 5 files changed, 31 insertions(+), 18 deletions(-)

diff --git a/resources/imap/additemtask.cpp b/resources/imap/additemtask.cpp
index da965a1..af427ff 100644
--- a/resources/imap/additemtask.cpp
+++ b/resources/imap/additemtask.cpp
@@ -64,7 +64,7 @@ void AddItemTask::doStart( KIMAP::Session *session )
   KIMAP::AppendJob *job = new KIMAP::AppendJob( session );
   job-setMailBox( mailBox );
   job-setContent( msg-encodedContent( true ) );
-  job-setFlags( fromAkonadiFlags( item().flags().toList() ) );
+  job-setFlags( fromAkonadiToSupportedImapFlags( item().flags().toList() ) );
   connect( job, SIGNAL(result(KJob*)), SLOT(onAppendMessageDone(KJob*)) );
   job-start();
 }
diff --git a/resources/imap/changeitemsflagstask.cpp 
b/resources/imap/changeitemsflagstask.cpp
index 1c7f415..d7eb183 100644
--- a/resources/imap/changeitemsflagstask.cpp
+++ b/resources/imap/changeitemsflagstask.cpp
@@ -91,7 +91,7 @@ KIMAP::StoreJob* ChangeItemsFlagsTask::prepareJob( 
KIMAP::Session *session )
 void ChangeItemsFlagsTask::triggerAppendFlagsJob(KIMAP::Session* session)
 {
   KIMAP::StoreJob *store = prepareJob( session );
-  store-setFlags( fromAkonadiFlags( addedFlags().toList() ) );
+  store-setFlags( fromAkonadiToSupportedImapFlags( addedFlags().toList() ) );
   store-setMode( KIMAP::StoreJob::AppendFlags );
   connect( store, SIGNAL(result(KJob*)), SLOT(onAppendFlagsDone(KJob*)) );
   store-start();
@@ -100,7 +100,7 @@ void 
ChangeItemsFlagsTask::triggerAppendFlagsJob(KIMAP::Session* session)
 void ChangeItemsFlagsTask::triggerRemoveFlagsJob(KIMAP::Session* session)
 {
   KIMAP::StoreJob *store = prepareJob( session );
-  store-setFlags( fromAkonadiFlags( removedFlags().toList() ) );
+  store-setFlags( fromAkonadiToSupportedImapFlags( removedFlags().toList() ) 

commit kdepim4-runtime for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:13.1 
checked in at 2013-10-04 10:25:42

Comparing /work/SRC/openSUSE:13.1/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:13.1/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:13.1/kdepim4-runtime/kdepim4-runtime.changes 
2013-10-03 15:55:08.0 +0200
+++ /work/SRC/openSUSE:13.1/.kdepim4-runtime.new/kdepim4-runtime.changes
2013-10-04 10:25:48.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct  3 22:09:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added two patches from upstream:
+  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch (kde#278082)
+  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch (kde#325443)
+
+---

New:

  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.YNHEVp/_old  2013-10-04 10:25:48.0 +0200
+++ /var/tmp/diff_new_pack.YNHEVp/_new  2013-10-04 10:25:48.0 +0200
@@ -26,6 +26,10 @@
 Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
 Patch1: disable-knut.diff
+# PATCH-FIX-UPSTREAM 
0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch -- kde#278082
+Patch1000:  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
+# PATCH-FIX-UPSTREAM 
0002-Disconnect-session-pool-manually-in-ImapResource-des.patch -- kde#325443
+Patch1001:  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkfbapi-devel
@@ -51,6 +55,8 @@
 %prep
 %setup -q -n kdepim-runtime-%{version}
 %patch1
+%patch1000 -p1
+%patch1001 -p1
 
 %build
 %ifarch ppc64

++ 0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch ++
From c561149538336804f212f5a12ea6cf3d1a3a19f5 Mon Sep 17 00:00:00 2001
From: Andre Woebbeking woebbek...@kde.org
Date: Fri, 27 Sep 2013 22:19:42 +0200
Subject: [PATCH 1/2] Don't bother IMAP servers with not supported flags

Created a new method ResourceTask::fromAkonadiToSupportedImapFlags() to convert
Akonadi to IMAP flags supported by the server and use it everywhere instead of
fromAkonadiFlags().

fromAkonadiFlags() was made private to make it impossible to call it by 
accident.

BUG:278082
FIXED-IN: 4.11.3
REVIEW:112724

CCBUG:287356

This also reduces the risk to trigger 287356 as the insert on the IMAP server
doesn't fail due to unsupported IMAP flags.
---
 resources/imap/additemtask.cpp  |  2 +-
 resources/imap/changeitemsflagstask.cpp |  4 ++--
 resources/imap/changeitemtask.cpp   | 17 ++---
 resources/imap/resourcetask.cpp | 21 +
 resources/imap/resourcetask.h   |  5 +
 5 files changed, 31 insertions(+), 18 deletions(-)

diff --git a/resources/imap/additemtask.cpp b/resources/imap/additemtask.cpp
index da965a1..af427ff 100644
--- a/resources/imap/additemtask.cpp
+++ b/resources/imap/additemtask.cpp
@@ -64,7 +64,7 @@ void AddItemTask::doStart( KIMAP::Session *session )
   KIMAP::AppendJob *job = new KIMAP::AppendJob( session );
   job-setMailBox( mailBox );
   job-setContent( msg-encodedContent( true ) );
-  job-setFlags( fromAkonadiFlags( item().flags().toList() ) );
+  job-setFlags( fromAkonadiToSupportedImapFlags( item().flags().toList() ) );
   connect( job, SIGNAL(result(KJob*)), SLOT(onAppendMessageDone(KJob*)) );
   job-start();
 }
diff --git a/resources/imap/changeitemsflagstask.cpp 
b/resources/imap/changeitemsflagstask.cpp
index 1c7f415..d7eb183 100644
--- a/resources/imap/changeitemsflagstask.cpp
+++ b/resources/imap/changeitemsflagstask.cpp
@@ -91,7 +91,7 @@ KIMAP::StoreJob* ChangeItemsFlagsTask::prepareJob( 
KIMAP::Session *session )
 void ChangeItemsFlagsTask::triggerAppendFlagsJob(KIMAP::Session* session)
 {
   KIMAP::StoreJob *store = prepareJob( session );
-  store-setFlags( fromAkonadiFlags( addedFlags().toList() ) );
+  store-setFlags( fromAkonadiToSupportedImapFlags( addedFlags().toList() ) );
   store-setMode( KIMAP::StoreJob::AppendFlags );
   connect( store, SIGNAL(result(KJob*)), SLOT(onAppendFlagsDone(KJob*)) );
   store-start();
@@ -100,7 +100,7 @@ void 
ChangeItemsFlagsTask::triggerAppendFlagsJob(KIMAP::Session* session)
 void ChangeItemsFlagsTask::triggerRemoveFlagsJob(KIMAP::Session* session)
 {
   KIMAP::StoreJob *store = prepareJob( session );
-  store-setFlags( fromAkonadiFlags( removedFlags().toList() ) );
+  store-setFlags( fromAkonadiToSupportedImapFlags( removedFlags().toList() ) 
);
   

commit proftpd for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package proftpd for openSUSE:Factory checked 
in at 2013-10-04 10:27:40

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


Package is proftpd

Changes:

--- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes  2013-08-05 
20:50:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.proftpd.new/proftpd.changes 2013-10-04 
10:27:41.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct  3 20:48:44 UTC 2013 - ch...@computersalat.de
+
+- update to 1.3.4d
+  * Fixed broken build when using --disable-ipv6 configure option
+  * Fixed mod_sql SQLAuthType Backend MySQL issues
+- fix for bnc#843444 (CVE-2013-4359)
+  * http://bugs.proftpd.org/show_bug.cgi?id=3973
+  * add proftpd-sftp-kbdint-max-responses-bug3973.patch
+
+---

Old:

  proftpd-1.3.4c.tar.gz
  proftpd-1.3.4c.tar.gz.asc

New:

  proftpd-1.3.4d.tar.gz
  proftpd-1.3.4d.tar.gz.asc
  proftpd-sftp-kbdint-max-responses-bug3973.patch



Other differences:
--
++ proftpd.spec ++
--- /var/tmp/diff_new_pack.VOKOf7/_old  2013-10-04 10:27:42.0 +0200
+++ /var/tmp/diff_new_pack.VOKOf7/_new  2013-10-04 10:27:42.0 +0200
@@ -22,7 +22,7 @@
 Group:  Productivity/Networking/Ftp/Servers
 # Please save your time and do not update to rc versions.
 # We only accept updates for STABLE Versions
-Version:1.3.4c
+Version:1.3.4d
 Release:0
 Url:http://www.proftpd.org/
 Source0:ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz
@@ -41,6 +41,8 @@
 Patch103:   %{name}-strip.patch
 #PATCH-FIX-openSUSE: file-contains-date-and-time
 Patch104:   %{name}-no_BuildDate.patch
+# PATCH-FIX-upstream: sftp-kbdint-max-responses-bug3973
+Patch105:   %{name}-sftp-kbdint-max-responses-bug3973.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gpg-offline
 BuildRequires:  krb5-devel
@@ -141,6 +143,7 @@
 %patch102
 %patch103
 %patch104
+%patch105
 
 %build
 PROFTPD_SHARED_MODS=$(for spec_mod in $(find contrib -name mod_\*.c); do echo 
$(basename ${spec_mod%%.c}); done | tr '\n' ':' | sed -e 's|:$||')

++ proftpd-1.3.4c.tar.gz - proftpd-1.3.4d.tar.gz ++
/work/SRC/openSUSE:Factory/proftpd/proftpd-1.3.4c.tar.gz 
/work/SRC/openSUSE:Factory/.proftpd.new/proftpd-1.3.4d.tar.gz differ: char 5, 
line 1

++ proftpd-no_BuildDate.patch ++
--- /var/tmp/diff_new_pack.VOKOf7/_old  2013-10-04 10:27:42.0 +0200
+++ /var/tmp/diff_new_pack.VOKOf7/_new  2013-10-04 10:27:42.0 +0200
@@ -76,5 +76,5 @@
 -#include buildstamp.h
 -
  /* Application version (in various forms) */
- #define PROFTPD_VERSION_NUMBER0x0001030407
- #define PROFTPD_VERSION_TEXT  1.3.4c
+ #define PROFTPD_VERSION_NUMBER0x0001030408
+ #define PROFTPD_VERSION_TEXT  1.3.4d

++ proftpd-sftp-kbdint-max-responses-bug3973.patch ++
Index: contrib/mod_sftp_pam.c
===
--- contrib/mod_sftp_pam.c.orig
+++ contrib/mod_sftp_pam.c
@@ -197,22 +197,13 @@ static int sftppam_converse(int nmsgs, P
 return PAM_CONV_ERR;
   }
 
-  if (sftp_kbdint_recv_response(sftppam_driver.driver_pool, recvd_count,
-  recvd_responses)  0) {
+  if (sftp_kbdint_recv_response(sftppam_driver.driver_pool, list-nelts,
+  recvd_count, recvd_responses)  0) {
 pr_trace_msg(trace_channel, 3,
   error receiving keyboard-interactive responses: %s, strerror(errno));
 return PAM_CONV_ERR;
   }
 
-  /* Make sure that the count of responses matches the challenge count. */
-  if (recvd_count != list-nelts) {
-(void) pr_log_writefile(sftp_logfd, MOD_SFTP_PAM_VERSION,
-  sent %d %s, but received %u %s, nmsgs,
-  list-nelts != 1 ? challenges : challenge, recvd_count,
-  recvd_count != 1 ? responses : response);
-return PAM_CONV_ERR;
-  }
-
   res = calloc(nmsgs, sizeof(struct pam_response));
   if (res == NULL) {
 pr_log_pri(PR_LOG_CRIT, Out of memory!);
Index: contrib/mod_sftp/kbdint.c
===
--- contrib/mod_sftp/kbdint.c.orig
+++ contrib/mod_sftp/kbdint.c
@@ -1,6 +1,6 @@
 /*
  * ProFTPD - mod_sftp keyboard-interactive driver mgmt
- * Copyright (c) 2008-2009 TJ Saunders
+ * Copyright (c) 2008-2013 TJ Saunders
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,6 +31,8 @@
 #include utf8.h
 #include kbdint.h
 
+#define SFTP_KBDINT_MAX_RESPONSES  500
+
 struct kbdint_driver {
   struct kbdint_driver *next, *prev;
 
@@ -252,8 

commit nepomuk-core for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package nepomuk-core for openSUSE:Factory 
checked in at 2013-10-04 10:26:40

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


Package is nepomuk-core

Changes:

--- /work/SRC/openSUSE:Factory/nepomuk-core/nepomuk-core.changes
2013-10-03 16:05:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.nepomuk-core.new/nepomuk-core.changes   
2013-10-04 10:26:42.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  3 22:27:16 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Only apply kauth.patch on openSUSE versions older than 13.1, kauth
+  review was approved, so we don't need to remove that feature
+- Add libkde4-devel, libsoprano-devel and shared-desktop-ontologies-devel
+  requires to devel package
+
+---



Other differences:
--
++ nepomuk-core.spec ++
--- /var/tmp/diff_new_pack.AeonnP/_old  2013-10-04 10:26:42.0 +0200
+++ /var/tmp/diff_new_pack.AeonnP/_new  2013-10-04 10:26:42.0 +0200
@@ -55,13 +55,18 @@
 Summary:The Nepomuk Core Library
 Group:  System/GUI/KDE
 Requires:   %{name} = %{version}
+Requires:   libkde4-devel
+Requires:   libsoprano-devel = 2.9.3
+Requires:   shared-desktop-ontologies-devel = 0.11.0
 
 %description devel
 The devel package of the core library for nepomuk
 
 %prep
 %setup -q -n %{name}-%{version}
+%if 0%{?suse_version}  1310
 %patch0 -p1
+%endif
 
 %build
   %cmake_kde4 -d build -- -DKDE4_ENABLE_FPIE=1
@@ -108,9 +113,11 @@
 %{_kde4_servicetypesdir}/nepomuk*.desktop
 %{_kde4_datadir}/ontology/
 %{_kde4_datadir}/pixmaps/nepomuk.png
-#%{_kde4_sysconfdir}/dbus-1/system.d/org.kde.nepomuk.filewatch.conf
-#%{_kde4_libexecdir}/kde_nepomuk_filewatch_raiselimit
-#%{_kde4_datadir}/dbus-1/system-services/org.kde.nepomuk.filewatch.service
-#%{_kde4_datadir}/polkit-1/actions/org.kde.nepomuk.filewatch.policy
+%if 0%{?suse_version} = 1310
+%{_kde4_sysconfdir}/dbus-1/system.d/org.kde.nepomuk.filewatch.conf
+%{_kde4_libexecdir}/kde_nepomuk_filewatch_raiselimit
+%{_kde4_datadir}/dbus-1/system-services/org.kde.nepomuk.filewatch.service
+%{_kde4_datadir}/polkit-1/actions/org.kde.nepomuk.filewatch.policy
+%endif
 
 %changelog


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



commit nepomuk-core for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package nepomuk-core for openSUSE:13.1 
checked in at 2013-10-04 10:26:42

Comparing /work/SRC/openSUSE:13.1/nepomuk-core (Old)
 and  /work/SRC/openSUSE:13.1/.nepomuk-core.new (New)


Package is nepomuk-core

Changes:

--- /work/SRC/openSUSE:13.1/nepomuk-core/nepomuk-core.changes   2013-10-03 
16:05:56.0 +0200
+++ /work/SRC/openSUSE:13.1/.nepomuk-core.new/nepomuk-core.changes  
2013-10-04 10:26:43.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  3 22:27:16 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Only apply kauth.patch on openSUSE versions older than 13.1, kauth
+  review was approved, so we don't need to remove that feature
+- Add libkde4-devel, libsoprano-devel and shared-desktop-ontologies-devel
+  requires to devel package
+
+---



Other differences:
--
++ nepomuk-core.spec ++
--- /var/tmp/diff_new_pack.xwkFi4/_old  2013-10-04 10:26:43.0 +0200
+++ /var/tmp/diff_new_pack.xwkFi4/_new  2013-10-04 10:26:43.0 +0200
@@ -55,13 +55,18 @@
 Summary:The Nepomuk Core Library
 Group:  System/GUI/KDE
 Requires:   %{name} = %{version}
+Requires:   libkde4-devel
+Requires:   libsoprano-devel = 2.9.3
+Requires:   shared-desktop-ontologies-devel = 0.11.0
 
 %description devel
 The devel package of the core library for nepomuk
 
 %prep
 %setup -q -n %{name}-%{version}
+%if 0%{?suse_version}  1310
 %patch0 -p1
+%endif
 
 %build
   %cmake_kde4 -d build -- -DKDE4_ENABLE_FPIE=1
@@ -108,9 +113,11 @@
 %{_kde4_servicetypesdir}/nepomuk*.desktop
 %{_kde4_datadir}/ontology/
 %{_kde4_datadir}/pixmaps/nepomuk.png
-#%{_kde4_sysconfdir}/dbus-1/system.d/org.kde.nepomuk.filewatch.conf
-#%{_kde4_libexecdir}/kde_nepomuk_filewatch_raiselimit
-#%{_kde4_datadir}/dbus-1/system-services/org.kde.nepomuk.filewatch.service
-#%{_kde4_datadir}/polkit-1/actions/org.kde.nepomuk.filewatch.policy
+%if 0%{?suse_version} = 1310
+%{_kde4_sysconfdir}/dbus-1/system.d/org.kde.nepomuk.filewatch.conf
+%{_kde4_libexecdir}/kde_nepomuk_filewatch_raiselimit
+%{_kde4_datadir}/dbus-1/system-services/org.kde.nepomuk.filewatch.service
+%{_kde4_datadir}/polkit-1/actions/org.kde.nepomuk.filewatch.policy
+%endif
 
 %changelog


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



commit rrdtool for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package rrdtool for openSUSE:Factory checked 
in at 2013-10-04 10:28:11

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


Package is rrdtool

Changes:

--- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes  2013-07-12 
20:57:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.rrdtool.new/rrdtool.changes 2013-10-04 
10:28:11.0 +0200
@@ -1,0 +2,12 @@
+Thu Oct  3 14:41:37 UTC 2013 - p.drou...@gmail.com
+
+- Build is disable for SLE; remove sysvinit support
+- CLean obsolete conditionnal macros
+- Fix devel package Group; it have to be Development/Libraries
+
+---
+Wed Oct  2 13:40:14 UTC 2013 - o...@botter.cc
+
+- add systemd service for rrdcached
+
+---

New:

  rrdcached-systemd-pre
  rrdcached.service
  sysconfig.rrdcached



Other differences:
--
++ rrdtool.spec ++
--- /var/tmp/diff_new_pack.9DNOQg/_old  2013-10-04 10:28:13.0 +0200
+++ /var/tmp/diff_new_pack.9DNOQg/_new  2013-10-04 10:28:13.0 +0200
@@ -28,21 +28,14 @@
 BuildRequires:  pango-devel
 BuildRequires:  python-devel
 BuildRequires:  tcl-devel
-%if 0%{?suse_version} = 1100
 BuildRequires:  gettext-tools
-%else
-BuildRequires:  gettext
-%endif
 BuildRequires:  ruby-devel
-%if 0%{?suse_version}  1210
 BuildRequires:  lua51-devel
-%else
-BuildRequires:  lua-devel
-%endif
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  tcpd-devel
+BuildRequires:  systemd
 Requires:   perl = %{perl_version}
 Version:1.4.7
 Release:0
@@ -53,12 +46,15 @@
 Patch3: rrdtool-tclsegfault.patch
 Source1:
http://www.infodrom.org/projects/cgilib/download/cgilib-%{cgilib_version}.tar.gz
 Patch11:cgilib-fix_automake.patch
+Source2:sysconfig.rrdcached
+Source4:rrdcached-systemd-pre
+Source5:rrdcached.service
 Url:http://oss.oetiker.ch/rrdtool/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A tool for data logging and analysis
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Requires:   dejavu
+Requires(pre):  pwdutils
 
 %description
 A tool to log and analyze data gathered from all kinds of data sources.
@@ -66,6 +62,87 @@
 generate graphical representations of the data values collected over a
 definable time period.
 
+%package devel
+Summary:A tool for data logging and analysis - Development files
+Group:  Development/Libraries/Other
+Requires:   %name = %version
+
+%description devel
+A tool to log and analyze data gathered from all kinds of data sources.
+The data analysis part of RRDtool is based on the ability to quickly
+generate graphical representations of the data values collected over a
+definable time period.
+
+%package -n python-rrdtool
+Summary:Python bindings for rrdtool
+Group:  Productivity/Scientific/Math
+Requires:   %name = %version
+%py_requires
+
+%description -n python-rrdtool
+A tool to log and analyze data gathered from all kinds of data sources.
+The data analysis part of RRDtool is based on the ability to quickly
+generate graphical representations of the data values collected over a
+definable time period.
+
+This package contains the Python bindings
+
+
+%package -n lua-rrdtool
+Summary:Lua bindings for rrdtool
+Group:  Productivity/Scientific/Math
+Requires:   %name = %version
+
+%description -n lua-rrdtool
+A tool to log and analyze data gathered from all kinds of data sources.
+The data analysis part of RRDtool is based on the ability to quickly
+generate graphical representations of the data values collected over a
+definable time period.
+
+This package contains the Lua bindings
+
+%package -n ruby-rrdtool
+Summary:Ruby bindings for rrdtool
+Group:  Productivity/Scientific/Math
+Requires:   ruby
+
+%description -n ruby-rrdtool
+A tool to log and analyze data gathered from all kinds of data sources.
+The data analysis part of RRDtool is based on the ability to quickly
+generate graphical representations of the data values collected over a
+definable time period.
+
+This package contains the Ruby bindings
+
+%package -n tcl-rrdtool
+Summary:Tcl bindings for rrdtool
+Group:  Productivity/Scientific/Math
+Requires:   tcl
+
+%description -n tcl-rrdtool
+A tool to log and analyze data gathered from all kinds of data sources.
+The data analysis part of RRDtool is based on the ability to quickly
+generate graphical representations of the data values collected over a

commit proftpd for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package proftpd for openSUSE:13.1 checked in 
at 2013-10-04 10:27:45

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


Package is proftpd

Changes:

--- /work/SRC/openSUSE:13.1/proftpd/proftpd.changes 2013-09-23 
11:06:01.0 +0200
+++ /work/SRC/openSUSE:13.1/.proftpd.new/proftpd.changes2013-10-04 
10:27:46.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct  3 20:48:44 UTC 2013 - ch...@computersalat.de
+
+- update to 1.3.4d
+  * Fixed broken build when using --disable-ipv6 configure option
+  * Fixed mod_sql SQLAuthType Backend MySQL issues
+- fix for bnc#843444 (CVE-2013-4359)
+  * http://bugs.proftpd.org/show_bug.cgi?id=3973
+  * add proftpd-sftp-kbdint-max-responses-bug3973.patch
+
+---

Old:

  proftpd-1.3.4c.tar.gz
  proftpd-1.3.4c.tar.gz.asc

New:

  proftpd-1.3.4d.tar.gz
  proftpd-1.3.4d.tar.gz.asc
  proftpd-sftp-kbdint-max-responses-bug3973.patch



Other differences:
--
++ proftpd.spec ++
--- /var/tmp/diff_new_pack.0BRxGf/_old  2013-10-04 10:27:47.0 +0200
+++ /var/tmp/diff_new_pack.0BRxGf/_new  2013-10-04 10:27:47.0 +0200
@@ -22,7 +22,7 @@
 Group:  Productivity/Networking/Ftp/Servers
 # Please save your time and do not update to rc versions.
 # We only accept updates for STABLE Versions
-Version:1.3.4c
+Version:1.3.4d
 Release:0
 Url:http://www.proftpd.org/
 Source0:ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz
@@ -41,6 +41,8 @@
 Patch103:   %{name}-strip.patch
 #PATCH-FIX-openSUSE: file-contains-date-and-time
 Patch104:   %{name}-no_BuildDate.patch
+# PATCH-FIX-upstream: sftp-kbdint-max-responses-bug3973
+Patch105:   %{name}-sftp-kbdint-max-responses-bug3973.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gpg-offline
 BuildRequires:  krb5-devel
@@ -141,6 +143,7 @@
 %patch102
 %patch103
 %patch104
+%patch105
 
 %build
 PROFTPD_SHARED_MODS=$(for spec_mod in $(find contrib -name mod_\*.c); do echo 
$(basename ${spec_mod%%.c}); done | tr '\n' ':' | sed -e 's|:$||')

++ proftpd-1.3.4c.tar.gz - proftpd-1.3.4d.tar.gz ++
/work/SRC/openSUSE:13.1/proftpd/proftpd-1.3.4c.tar.gz 
/work/SRC/openSUSE:13.1/.proftpd.new/proftpd-1.3.4d.tar.gz differ: char 5, line 
1

++ proftpd-no_BuildDate.patch ++
--- /var/tmp/diff_new_pack.0BRxGf/_old  2013-10-04 10:27:47.0 +0200
+++ /var/tmp/diff_new_pack.0BRxGf/_new  2013-10-04 10:27:47.0 +0200
@@ -76,5 +76,5 @@
 -#include buildstamp.h
 -
  /* Application version (in various forms) */
- #define PROFTPD_VERSION_NUMBER0x0001030407
- #define PROFTPD_VERSION_TEXT  1.3.4c
+ #define PROFTPD_VERSION_NUMBER0x0001030408
+ #define PROFTPD_VERSION_TEXT  1.3.4d

++ proftpd-sftp-kbdint-max-responses-bug3973.patch ++
Index: contrib/mod_sftp_pam.c
===
--- contrib/mod_sftp_pam.c.orig
+++ contrib/mod_sftp_pam.c
@@ -197,22 +197,13 @@ static int sftppam_converse(int nmsgs, P
 return PAM_CONV_ERR;
   }
 
-  if (sftp_kbdint_recv_response(sftppam_driver.driver_pool, recvd_count,
-  recvd_responses)  0) {
+  if (sftp_kbdint_recv_response(sftppam_driver.driver_pool, list-nelts,
+  recvd_count, recvd_responses)  0) {
 pr_trace_msg(trace_channel, 3,
   error receiving keyboard-interactive responses: %s, strerror(errno));
 return PAM_CONV_ERR;
   }
 
-  /* Make sure that the count of responses matches the challenge count. */
-  if (recvd_count != list-nelts) {
-(void) pr_log_writefile(sftp_logfd, MOD_SFTP_PAM_VERSION,
-  sent %d %s, but received %u %s, nmsgs,
-  list-nelts != 1 ? challenges : challenge, recvd_count,
-  recvd_count != 1 ? responses : response);
-return PAM_CONV_ERR;
-  }
-
   res = calloc(nmsgs, sizeof(struct pam_response));
   if (res == NULL) {
 pr_log_pri(PR_LOG_CRIT, Out of memory!);
Index: contrib/mod_sftp/kbdint.c
===
--- contrib/mod_sftp/kbdint.c.orig
+++ contrib/mod_sftp/kbdint.c
@@ -1,6 +1,6 @@
 /*
  * ProFTPD - mod_sftp keyboard-interactive driver mgmt
- * Copyright (c) 2008-2009 TJ Saunders
+ * Copyright (c) 2008-2013 TJ Saunders
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,6 +31,8 @@
 #include utf8.h
 #include kbdint.h
 
+#define SFTP_KBDINT_MAX_RESPONSES  500
+
 struct kbdint_driver {
   struct kbdint_driver *next, *prev;
 
@@ -252,8 +254,8 @@ int 

commit jzlib for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package jzlib for openSUSE:Factory checked 
in at 2013-10-04 10:43:02

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


Package is jzlib

Changes:

--- /work/SRC/openSUSE:Factory/jzlib/jzlib.changes  2013-09-11 
13:38:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.jzlib.new/jzlib.changes 2013-10-04 
10:43:03.0 +0200
@@ -1,0 +2,20 @@
+Thu Oct  3 11:23:16 UTC 2013 - mvysko...@suse.com
+
+- Update to 1.1.2
+ * fixed a bug in DeflaterOutputStream#write() with empty data.  9d4616f
+ * fixed a bug in processing unwrapped data with InfalterInputStream. d35db2
+ * fixed bugs reported in https://github.com/ymnk/jzlib/pull/5 e4aa20
+  + comments and filename in GZIPHeader must be in ISO-8859-1 encoding
+  + fixing a bug in GZIPHeader#setOS(int os)
+ * some refactoring code. e912088 6900f5 614fdf
+ * improving the performace of Adler32#update method.  6900f5
+ * constructors of Alder32 and CRC32 become public. 30c4cf
+ * added ZStream#end() and ZStream#finished().  6b55e3
+ * exposed useful constants for jruby.  e17ad1
+ * updated pom.xml to delete souceDirectory
+   No need to specify sourceDirectory if the project follows maven
+   standard.
+ * updated configurations to use sbt 0.11.1
+- Don't build for java5 only
+
+---

New:

  1.1.2.tar.gz



Other differences:
--
++ jzlib.spec ++
--- /var/tmp/diff_new_pack.7I1JYR/_old  2013-10-04 10:43:04.0 +0200
+++ /var/tmp/diff_new_pack.7I1JYR/_new  2013-10-04 10:43:04.0 +0200
@@ -19,13 +19,16 @@
 %define section   free
 
 Name:   jzlib
-Version:1.0.7
+Version:1.1.2
 Release:0
-Summary:JZlib re-implementation of zlib in pure Java
+Summary:Re-implementation of zlib in pure Java
 License:BSD-3-Clause
 Group:  Development/Libraries/Java
 Url:http://www.jcraft.com/jzlib/
-Source0:http://www.jcraft.com/jzlib/jzlib-1.0.7.tar.gz
+# FIXME: getting HTTP 500 from github atm, downloaded from
+# 
http://pkgs.fedoraproject.org/repo/pkgs/jzlib/1.1.2.tar.gz/f220e253a1edde7394d13d3042978805/1.1.2.tar.gz
+#Source0:https://github.com/ymnk/jzlib/archive/1.1.2.tar.gz
+Source0:1.1.2.tar.gz
 Source1:%{name}_build.xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -43,75 +46,55 @@
 
 
 %packagejavadoc
-Summary:JZlib re-implementation of zlib in pure Java
+Summary:Re-implementation of zlib in pure Java
 Group:  Development/Libraries/Java
-Requires(post):%{__rm}
-Requires(post):/bin/ln
-Requires(postun):  %{__rm}
 
 %descriptionjavadoc
-The zlib is designed to be a free, general-purpose, legally
-unencumbered -- that is, not covered by any patents -- lossless
-data-compression library for use on virtually any computer hardware and
-operating system. The zlib was written by Jean-loup Gailly
-(compression) and Mark Adler (decompression).
-
+Javadoc for %{summary}.
 
 
 %packagedemo
-Summary:JZlib re-implementation of zlib in pure Java
+Summary:Re-implementation of zlib in pure Java
 Group:  Development/Libraries/Java
-Requires(post):%{__rm}
-Requires(post):/bin/ln
-Requires(postun):  %{__rm}
 
 %descriptiondemo
-The zlib is designed to be a free, general-purpose, legally
-unencumbered -- that is, not covered by any patents -- lossless
-data-compression library for use on virtually any computer hardware and
-operating system. The zlib was written by Jean-loup Gailly
-(compression) and Mark Adler (decompression).
-
-
+Demo files for %{summary}.
 
 %prep
 %setup -q -n %{name}-%{version}
 cp %{SOURCE1} build.xml
-mkdir src
-mv com src
+#mkdir src
+#mv com src
+
 # bnc#500524
 # be sure that we don't distribute GPL derived code marked as BSD
 rm misc/mindtermsrc-v121-compression.patch
 
 %build
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 dist javadoc 
+ant dist javadoc 
 
 %install
-# jars
+# jar
 install -Dpm 644 dist/lib/%{name}.jar \
-  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
-ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
+  %{buildroot}%{_javadir}/%{name}.jar
+
 # javadoc
-install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
+install -dm 755 %{buildroot}%{_javadocdir}/%{name}
+cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}
+
 # examples
-install -dm 755 

commit perl-Net-SSLeay for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-SSLeay for openSUSE:13.1 
checked in at 2013-10-04 10:43:58

Comparing /work/SRC/openSUSE:13.1/perl-Net-SSLeay (Old)
 and  /work/SRC/openSUSE:13.1/.perl-Net-SSLeay.new (New)


Package is perl-Net-SSLeay

Changes:

--- /work/SRC/openSUSE:13.1/perl-Net-SSLeay/perl-Net-SSLeay.changes 
2013-09-23 11:04:31.0 +0200
+++ /work/SRC/openSUSE:13.1/.perl-Net-SSLeay.new/perl-Net-SSLeay.changes
2013-10-04 10:43:59.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  2 20:26:56 UTC 2013 - dmuel...@suse.com
+
+- disable checks on qemu user build (hangs) 
+
+---



Other differences:
--
++ perl-Net-SSLeay.spec ++
--- /var/tmp/diff_new_pack.VSgy9g/_old  2013-10-04 10:43:59.0 +0200
+++ /var/tmp/diff_new_pack.VSgy9g/_new  2013-10-04 10:43:59.0 +0200
@@ -65,7 +65,9 @@
 make %{?_smp_mflags}
 
 %check
+%if ! 0%{?qemu_user_space_build}
 make test
+%endif
 
 %install
 %perl_make_install

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



commit perl-Net-SSLeay for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-SSLeay for openSUSE:Factory 
checked in at 2013-10-04 10:43:56

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


Package is perl-Net-SSLeay

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-SSLeay/perl-Net-SSLeay.changes  
2013-07-09 20:55:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-SSLeay.new/perl-Net-SSLeay.changes 
2013-10-04 10:43:57.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  2 20:26:56 UTC 2013 - dmuel...@suse.com
+
+- disable checks on qemu user build (hangs) 
+
+---



Other differences:
--
++ perl-Net-SSLeay.spec ++
--- /var/tmp/diff_new_pack.RACpfe/_old  2013-10-04 10:43:57.0 +0200
+++ /var/tmp/diff_new_pack.RACpfe/_new  2013-10-04 10:43:57.0 +0200
@@ -65,7 +65,9 @@
 make %{?_smp_mflags}
 
 %check
+%if ! 0%{?qemu_user_space_build}
 make test
+%endif
 
 %install
 %perl_make_install

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



commit libmicrohttpd for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:13.1 
checked in at 2013-10-04 10:43:43

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


Package is libmicrohttpd

Changes:

--- /work/SRC/openSUSE:13.1/libmicrohttpd/libmicrohttpd.changes 2013-09-23 
10:57:41.0 +0200
+++ /work/SRC/openSUSE:13.1/.libmicrohttpd.new/libmicrohttpd.changes
2013-10-04 10:43:44.0 +0200
@@ -1,0 +2,22 @@
+Thu Oct  3 12:59:19 UTC 2013 - mvysko...@suse.com
+
+- Update to 0.9.30
+  + implements the SHOULD clause of RFC 2616 section 8.1.4, which
+may reduce bandwidth consumption when clients cancel requests.
+  + fixes build errors with various combinations of operating systems,
+libc versions, and configure flags.
+  + fixes a use-after-free crash when using epoll() in combination with
+ read errors
+  0.9.29:
+  + epoll can now also be used with SSL connections
+  + following recent HTTP/1.1 clarfications, MHD no longer send
+a Content-length header in CONNECT responses.
+  + the MHD_add_connection call now consistently sets an errno
+value to indicate the cause of errors.
+Connections added this way are now always processed immediately.
+  + fixes a recently-introduced bug which prevented HTTP pipelining
+from working properly in some cases and a build error in
+conjunction with the --disable-messages configure option.
+- Enable build of (experimental) SPDY support.
+
+---

Old:

  debian.changelog
  debian.compat
  debian.control
  debian.libmicrohttpd-dev.install
  debian.libmicrohttpd10.install
  debian.rules
  libmicrohttpd-0.9.28.tar.gz
  libmicrohttpd-0.9.28.tar.gz.sig
  libmicrohttpd.dsc

New:

  libmicrohttpd-0.9.30.tar.gz
  libmicrohttpd-0.9.30.tar.gz.sig



Other differences:
--
++ libmicrohttpd.spec ++
--- /var/tmp/diff_new_pack.CZivuw/_old  2013-10-04 10:43:44.0 +0200
+++ /var/tmp/diff_new_pack.CZivuw/_new  2013-10-04 10:43:44.0 +0200
@@ -17,10 +17,11 @@
 #
 
 
-%define soname 10
+%global libmicrohttpd libmicrohttpd10
+%global libmicrospdy  libmicrospdy0
 
 Name:   libmicrohttpd
-Version:0.9.28
+Version:0.9.30
 Release:0
 Summary:Small Embeddable HTTP Server Library
 License:LGPL-2.1+
@@ -38,6 +39,7 @@
 BuildRequires:  libtasn1-devel
 %if 0%{?suse_version}
 BuildRequires:  libgnutls-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  pkg-config
 %if 0%{?suse_version} = 1230
 BuildRequires:  gpg-offline
@@ -73,70 +75,55 @@
 if you want to be able to serve simple WWW pages from within your C or C++ 
 application, check it out.
 
-%package -n %{name}%{soname}
+%package -n %{libmicrohttpd}
 
-Summary:Small Embeddable HTTP Server Library
-Group:  System/Libraries
+Summary:Small embeddable http server library
+Group:  System/libraries
 
-%description -n %{name}%{soname}
-GNU libmicrohttpd is a small C library that is supposed to make it easy to run 
-an HTTP server as part of another application. GNU libmicrohttpd is free 
software 
-and part of the GNU project. Key features that distinguish libmicrohttpd from 
-other projects are:
+%description -n %{libmicrohttpd}
+Shared library for %{name} (%{summary}).
 
-* C library: fast and small
-* API is simple, expressive and fully reentrant
-* Implementation is http 1.1 compliant
-* HTTP server can listen on multiple ports
-* Support for IPv6
-* Support for incremental processing of POST data
-* Creates binary of only 30k (without TLS/SSL support)
-* Three different threading models
-* Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, 
W32, 
-  Symbian and z/OS
-* Optional support for SSL3 and TLS (requires libgcrypt)
+%package -n %{libmicrospdy}
 
-libmicrohttpd was started because the author needed an easy way to add a 
concurrent 
-HTTP server to other projects. Existing alternatives were either non-free, not 
-reentrant, standalone, of terrible code quality or a combination thereof. Do 
not 
-use libmicrohttpd if you are looking for a standalone http server, there are 
many 
-other projects out there that provide that kind of functionality already. 
However, 
-if you want to be able to serve simple WWW pages from within your C or C++ 
-application, check it out.
+Summary:Small embeddable http server library
+Group:  System/libraries
+
+%description -n %{libmicrospdy}
+Shared library for libmicrospdy (%{summary}).
+
+WARNING: Additionally, a second, still very experimental library is provided
+for SPDY (the base for HTTP 2.0) 

commit libmicrohttpd for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:Factory 
checked in at 2013-10-04 10:43:41

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


Package is libmicrohttpd

Changes:

--- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes  
2013-07-25 15:07:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new/libmicrohttpd.changes 
2013-10-04 10:43:43.0 +0200
@@ -1,0 +2,22 @@
+Thu Oct  3 12:59:19 UTC 2013 - mvysko...@suse.com
+
+- Update to 0.9.30
+  + implements the SHOULD clause of RFC 2616 section 8.1.4, which
+may reduce bandwidth consumption when clients cancel requests.
+  + fixes build errors with various combinations of operating systems,
+libc versions, and configure flags.
+  + fixes a use-after-free crash when using epoll() in combination with
+ read errors
+  0.9.29:
+  + epoll can now also be used with SSL connections
+  + following recent HTTP/1.1 clarfications, MHD no longer send
+a Content-length header in CONNECT responses.
+  + the MHD_add_connection call now consistently sets an errno
+value to indicate the cause of errors.
+Connections added this way are now always processed immediately.
+  + fixes a recently-introduced bug which prevented HTTP pipelining
+from working properly in some cases and a build error in
+conjunction with the --disable-messages configure option.
+- Enable build of (experimental) SPDY support.
+
+---

Old:

  debian.changelog
  debian.compat
  debian.control
  debian.libmicrohttpd-dev.install
  debian.libmicrohttpd10.install
  debian.rules
  libmicrohttpd-0.9.28.tar.gz
  libmicrohttpd-0.9.28.tar.gz.sig
  libmicrohttpd.dsc

New:

  libmicrohttpd-0.9.30.tar.gz
  libmicrohttpd-0.9.30.tar.gz.sig



Other differences:
--
++ libmicrohttpd.spec ++
--- /var/tmp/diff_new_pack.QFxvXd/_old  2013-10-04 10:43:44.0 +0200
+++ /var/tmp/diff_new_pack.QFxvXd/_new  2013-10-04 10:43:44.0 +0200
@@ -17,10 +17,11 @@
 #
 
 
-%define soname 10
+%global libmicrohttpd libmicrohttpd10
+%global libmicrospdy  libmicrospdy0
 
 Name:   libmicrohttpd
-Version:0.9.28
+Version:0.9.30
 Release:0
 Summary:Small Embeddable HTTP Server Library
 License:LGPL-2.1+
@@ -38,6 +39,7 @@
 BuildRequires:  libtasn1-devel
 %if 0%{?suse_version}
 BuildRequires:  libgnutls-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  pkg-config
 %if 0%{?suse_version} = 1230
 BuildRequires:  gpg-offline
@@ -73,70 +75,55 @@
 if you want to be able to serve simple WWW pages from within your C or C++ 
 application, check it out.
 
-%package -n %{name}%{soname}
+%package -n %{libmicrohttpd}
 
-Summary:Small Embeddable HTTP Server Library
-Group:  System/Libraries
+Summary:Small embeddable http server library
+Group:  System/libraries
 
-%description -n %{name}%{soname}
-GNU libmicrohttpd is a small C library that is supposed to make it easy to run 
-an HTTP server as part of another application. GNU libmicrohttpd is free 
software 
-and part of the GNU project. Key features that distinguish libmicrohttpd from 
-other projects are:
+%description -n %{libmicrohttpd}
+Shared library for %{name} (%{summary}).
 
-* C library: fast and small
-* API is simple, expressive and fully reentrant
-* Implementation is http 1.1 compliant
-* HTTP server can listen on multiple ports
-* Support for IPv6
-* Support for incremental processing of POST data
-* Creates binary of only 30k (without TLS/SSL support)
-* Three different threading models
-* Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, 
W32, 
-  Symbian and z/OS
-* Optional support for SSL3 and TLS (requires libgcrypt)
+%package -n %{libmicrospdy}
 
-libmicrohttpd was started because the author needed an easy way to add a 
concurrent 
-HTTP server to other projects. Existing alternatives were either non-free, not 
-reentrant, standalone, of terrible code quality or a combination thereof. Do 
not 
-use libmicrohttpd if you are looking for a standalone http server, there are 
many 
-other projects out there that provide that kind of functionality already. 
However, 
-if you want to be able to serve simple WWW pages from within your C or C++ 
-application, check it out.
+Summary:Small embeddable http server library
+Group:  System/libraries
+
+%description -n %{libmicrospdy}
+Shared library for libmicrospdy (%{summary}).
+
+WARNING: Additionally, a second, still very experimental library is provided
+for SPDY (the base for 

commit libnet for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:13.1 checked in 
at 2013-10-04 10:57:58

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


Package is libnet

Changes:

--- /work/SRC/openSUSE:13.1/libnet/libnet.changes   2013-09-23 
10:57:51.0 +0200
+++ /work/SRC/openSUSE:13.1/.libnet.new/libnet.changes  2013-10-04 
10:57:59.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  3 12:54:03 UTC 2013 - mvysko...@suse.com
+
+- Install just plain c files in samples/ 
+
+---



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.fDMsFY/_old  2013-10-04 10:57:59.0 +0200
+++ /var/tmp/diff_new_pack.fDMsFY/_new  2013-10-04 10:57:59.0 +0200
@@ -72,6 +72,9 @@
 %prep
 %setup -q
 
+# HACK: to have samples/ dir untouched and ready for installation
+cp -r sample sample_doc
+
 %build
 CFLAGS=%{optflags} -Wall -Wno-unused \
 %configure --libdir=/%{_lib} --disable-static --with-pic
@@ -82,8 +85,10 @@
 install -d -m 755 %{buildroot}/{%{_bindir},%{_mandir}/man3}
 install -m 755 libnet-config %{buildroot}/%{_bindir}
 install -m 644 doc/man/man3/*.3 %{buildroot}/%{_mandir}/man3
-find doc/ sample/ -name Makefile* -o -name .libs | xargs rm -rf
-find sample -name *.o -o -type f -perm +111 |xargs rm -rf
+find doc/  -name Makefile* -o -name .libs | xargs rm -rf
+rm -rf sample/
+# HACK: rename untouched dir back
+mv sample_doc sample
 %{__rm} -v %{buildroot}/%{_lib}/*.la
 %{__install} -d -m 0755 %{buildroot}%{_libdir}
 %{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libnet.so) 
%{buildroot}%{_libdir}/libnet.so

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



commit mkinitrd for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2013-10-04 10:58:08

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


Package is mkinitrd

Changes:

--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes2013-09-26 
19:38:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2013-10-04 
10:58:09.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct  1 18:30:59 CEST 2013 - oher...@suse.de
+
+- Include hyperv-keyboard if running in hyper-v guest (fate#315887)
+
+---
+Tue Oct  1 15:56:32 UTC 2013 - mkube...@suse.cz
+
+- Fix iSCSI boot over IPv6 (bnc#830621)
+
+---



Other differences:
--
++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.8.0/lib/mkinitrd/bin/ipconfig.sh 
new/mkinitrd-2.8.0/lib/mkinitrd/bin/ipconfig.sh
--- old/mkinitrd-2.8.0/lib/mkinitrd/bin/ipconfig.sh 2013-09-24 
17:17:48.0 +0200
+++ new/mkinitrd-2.8.0/lib/mkinitrd/bin/ipconfig.sh 2013-10-01 
18:32:03.0 +0200
@@ -28,12 +28,39 @@
 echo $prefix
 }
 
-ipcfg=$(echo $1 | sed 's/:/_:/g')
+parse_prefix() {
+local arg=$1
+
+case $arg in
+*.*)
+# a.b.c.d IPv4 address
+calc_prefix $arg
+;;
+/*)
+# /n
+arg=${arg:1}
+echo $[arg]
+;;
+*)
+# prefix length
+echo $[arg]
+;;
+esac
+}
+
+if [ ${1:0:1} = [ ]; then
+cfg=${1:1}
+client=${cfg%%]:*}
+cfg=${cfg#*]:}
+else
+client=${1%%:*}
+cfg=${1#*:}
+fi
+
+ipcfg=$(echo $cfg | sed 's/:/_:/g')
 
 set -- $(IFS=: ; echo $ipcfg )
 
-client=${1%%_}
-shift
 if [ $1 != _ ] ; then
 peer=${1%%_}
 fi
@@ -65,9 +92,12 @@
 prefix=${client%%*/}
 if [ $prefix == $client ] ; then
 if [ -n $netmask ] ; then
-prefix=$(calc_prefix $netmask)
+prefix=$(parse_prefix $netmask)
 else
-prefix=24
+case $client in
+*:*) prefix=64 ;;
+*)   prefix=24 ;;
+esac
 fi
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.8.0/mkinitrd.changes 
new/mkinitrd-2.8.0/mkinitrd.changes
--- old/mkinitrd-2.8.0/mkinitrd.changes 2013-09-24 17:17:48.0 +0200
+++ new/mkinitrd-2.8.0/mkinitrd.changes 2013-10-01 18:32:03.0 +0200
@@ -1,4 +1,14 @@
 ---
+Tue Oct  1 18:30:59 CEST 2013 - oher...@suse.de
+
+- Include hyperv-keyboard if running in hyper-v guest (fate#315887)
+
+---
+Tue Oct  1 15:56:32 UTC 2013 - mkube...@suse.cz
+
+- Fix iSCSI boot over IPv6 (bnc#830621)
+
+---
 Tue Sep 24 17:16:19 CEST 2013 - oher...@suse.de
 
 - Version 2.8.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.8.0/scripts/boot-ibft.sh 
new/mkinitrd-2.8.0/scripts/boot-ibft.sh
--- old/mkinitrd-2.8.0/scripts/boot-ibft.sh 2013-09-24 17:17:48.0 
+0200
+++ new/mkinitrd-2.8.0/scripts/boot-ibft.sh 2013-10-01 18:32:03.0 
+0200
@@ -59,7 +59,17 @@
 else
nettype='static'
 fi
-ip=$(ibft_get_att ip-addr)::$(ibft_get_att gateway):$(ibft_get_att 
subnet-mask):$ibft_hostname:$(ibft_get_ethdev):$nettype
+ipaddr=$(ibft_get_att ip-addr)
+case $ipaddr in
+*:*)
+netmask=64
+ipaddr=[$ipaddr]
+;;
+*)
+netmask=$(ibft_get_att subnet-mask)
+;;
+esac
+ip=$ipaddr::$(ibft_get_att 
gateway):$netmask:$ibft_hostname:$(ibft_get_ethdev):$nettype
 interface=$(ibft_get_ethdev)
 macaddress=$(ibft_get_att mac)
 InitiatorName=$(ibft_get_initiatorname)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.8.0/scripts/boot-network.sh 
new/mkinitrd-2.8.0/scripts/boot-network.sh
--- old/mkinitrd-2.8.0/scripts/boot-network.sh  2013-09-24 17:17:48.0 
+0200
+++ new/mkinitrd-2.8.0/scripts/boot-network.sh  2013-10-01 18:32:03.0 
+0200
@@ -36,8 +36,15 @@
 
 ipconfig $ip
 # dhcp information emulation
-IPADDR=${ip%%:*}
-ip=${ip#*:} # first entry = peeraddr
+if [ ${ip:0:1} = [ ]; then
+# address in brackets (necessary for IPv6)
+ip=${ip:1}
+IPADDR=${ip%%]:*}
+ip=${ip#*]:}
+else
+

commit mkinitrd for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:13.1 checked 
in at 2013-10-04 10:58:12

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


Package is mkinitrd

Changes:

--- /work/SRC/openSUSE:13.1/mkinitrd/mkinitrd.changes   2013-09-26 
19:38:27.0 +0200
+++ /work/SRC/openSUSE:13.1/.mkinitrd.new/mkinitrd.changes  2013-10-04 
10:58:13.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct  1 18:30:59 CEST 2013 - oher...@suse.de
+
+- Include hyperv-keyboard if running in hyper-v guest (fate#315887)
+
+---
+Tue Oct  1 15:56:32 UTC 2013 - mkube...@suse.cz
+
+- Fix iSCSI boot over IPv6 (bnc#830621)
+
+---



Other differences:
--
++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.8.0/lib/mkinitrd/bin/ipconfig.sh 
new/mkinitrd-2.8.0/lib/mkinitrd/bin/ipconfig.sh
--- old/mkinitrd-2.8.0/lib/mkinitrd/bin/ipconfig.sh 2013-09-24 
17:17:48.0 +0200
+++ new/mkinitrd-2.8.0/lib/mkinitrd/bin/ipconfig.sh 2013-10-01 
18:32:03.0 +0200
@@ -28,12 +28,39 @@
 echo $prefix
 }
 
-ipcfg=$(echo $1 | sed 's/:/_:/g')
+parse_prefix() {
+local arg=$1
+
+case $arg in
+*.*)
+# a.b.c.d IPv4 address
+calc_prefix $arg
+;;
+/*)
+# /n
+arg=${arg:1}
+echo $[arg]
+;;
+*)
+# prefix length
+echo $[arg]
+;;
+esac
+}
+
+if [ ${1:0:1} = [ ]; then
+cfg=${1:1}
+client=${cfg%%]:*}
+cfg=${cfg#*]:}
+else
+client=${1%%:*}
+cfg=${1#*:}
+fi
+
+ipcfg=$(echo $cfg | sed 's/:/_:/g')
 
 set -- $(IFS=: ; echo $ipcfg )
 
-client=${1%%_}
-shift
 if [ $1 != _ ] ; then
 peer=${1%%_}
 fi
@@ -65,9 +92,12 @@
 prefix=${client%%*/}
 if [ $prefix == $client ] ; then
 if [ -n $netmask ] ; then
-prefix=$(calc_prefix $netmask)
+prefix=$(parse_prefix $netmask)
 else
-prefix=24
+case $client in
+*:*) prefix=64 ;;
+*)   prefix=24 ;;
+esac
 fi
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.8.0/mkinitrd.changes 
new/mkinitrd-2.8.0/mkinitrd.changes
--- old/mkinitrd-2.8.0/mkinitrd.changes 2013-09-24 17:17:48.0 +0200
+++ new/mkinitrd-2.8.0/mkinitrd.changes 2013-10-01 18:32:03.0 +0200
@@ -1,4 +1,14 @@
 ---
+Tue Oct  1 18:30:59 CEST 2013 - oher...@suse.de
+
+- Include hyperv-keyboard if running in hyper-v guest (fate#315887)
+
+---
+Tue Oct  1 15:56:32 UTC 2013 - mkube...@suse.cz
+
+- Fix iSCSI boot over IPv6 (bnc#830621)
+
+---
 Tue Sep 24 17:16:19 CEST 2013 - oher...@suse.de
 
 - Version 2.8.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.8.0/scripts/boot-ibft.sh 
new/mkinitrd-2.8.0/scripts/boot-ibft.sh
--- old/mkinitrd-2.8.0/scripts/boot-ibft.sh 2013-09-24 17:17:48.0 
+0200
+++ new/mkinitrd-2.8.0/scripts/boot-ibft.sh 2013-10-01 18:32:03.0 
+0200
@@ -59,7 +59,17 @@
 else
nettype='static'
 fi
-ip=$(ibft_get_att ip-addr)::$(ibft_get_att gateway):$(ibft_get_att 
subnet-mask):$ibft_hostname:$(ibft_get_ethdev):$nettype
+ipaddr=$(ibft_get_att ip-addr)
+case $ipaddr in
+*:*)
+netmask=64
+ipaddr=[$ipaddr]
+;;
+*)
+netmask=$(ibft_get_att subnet-mask)
+;;
+esac
+ip=$ipaddr::$(ibft_get_att 
gateway):$netmask:$ibft_hostname:$(ibft_get_ethdev):$nettype
 interface=$(ibft_get_ethdev)
 macaddress=$(ibft_get_att mac)
 InitiatorName=$(ibft_get_initiatorname)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.8.0/scripts/boot-network.sh 
new/mkinitrd-2.8.0/scripts/boot-network.sh
--- old/mkinitrd-2.8.0/scripts/boot-network.sh  2013-09-24 17:17:48.0 
+0200
+++ new/mkinitrd-2.8.0/scripts/boot-network.sh  2013-10-01 18:32:03.0 
+0200
@@ -36,8 +36,15 @@
 
 ipconfig $ip
 # dhcp information emulation
-IPADDR=${ip%%:*}
-ip=${ip#*:} # first entry = peeraddr
+if [ ${ip:0:1} = [ ]; then
+# address in brackets (necessary for IPv6)
+ip=${ip:1}
+IPADDR=${ip%%]:*}
+ip=${ip#*]:}
+else
+IPADDR=${ip%%:*}
+ 

commit libnet for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2013-10-04 10:57:56

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


Package is libnet

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2013-04-05 
17:28:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2013-10-04 
10:57:57.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  3 12:54:03 UTC 2013 - mvysko...@suse.com
+
+- Install just plain c files in samples/ 
+
+---



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.vpJHNf/_old  2013-10-04 10:57:58.0 +0200
+++ /var/tmp/diff_new_pack.vpJHNf/_new  2013-10-04 10:57:58.0 +0200
@@ -72,6 +72,9 @@
 %prep
 %setup -q
 
+# HACK: to have samples/ dir untouched and ready for installation
+cp -r sample sample_doc
+
 %build
 CFLAGS=%{optflags} -Wall -Wno-unused \
 %configure --libdir=/%{_lib} --disable-static --with-pic
@@ -82,8 +85,10 @@
 install -d -m 755 %{buildroot}/{%{_bindir},%{_mandir}/man3}
 install -m 755 libnet-config %{buildroot}/%{_bindir}
 install -m 644 doc/man/man3/*.3 %{buildroot}/%{_mandir}/man3
-find doc/ sample/ -name Makefile* -o -name .libs | xargs rm -rf
-find sample -name *.o -o -type f -perm +111 |xargs rm -rf
+find doc/  -name Makefile* -o -name .libs | xargs rm -rf
+rm -rf sample/
+# HACK: rename untouched dir back
+mv sample_doc sample
 %{__rm} -v %{buildroot}/%{_lib}/*.la
 %{__install} -d -m 0755 %{buildroot}%{_libdir}
 %{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libnet.so) 
%{buildroot}%{_libdir}/libnet.so

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



commit gnome-menus-branding-openSUSE for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package gnome-menus-branding-openSUSE for 
openSUSE:Factory checked in at 2013-10-04 12:10:24

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


Package is gnome-menus-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-menus-branding-openSUSE/gnome-menus-branding-SLED.changes
  2013-09-09 10:50:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-menus-branding-openSUSE.new/gnome-menus-branding-SLED.changes
 2013-10-04 12:10:25.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  3 19:18:02 UTC 2013 - dims...@opensuse.org
+
+- Rebased gnome-menus-branding-remove-X-SuSE-ControlCenter.patch
+  on top of gnome-menus 3.10.0.
+
+---
gnome-menus-branding-openSUSE.changes: same change



Other differences:
--
gnome-menus-branding-openSUSE.spec: same change
++ gnome-menus-branding-remove-X-SuSE-ControlCenter.patch ++
--- /var/tmp/diff_new_pack.kFqXml/_old  2013-10-04 12:10:26.0 +0200
+++ /var/tmp/diff_new_pack.kFqXml/_new  2013-10-04 12:10:26.0 +0200
@@ -1,14 +1,14 @@
 gnome-applications.menu.orig   2013-03-06 16:36:19.588948323 +0100
-+++ gnome-applications.menu2013-03-06 16:38:22.103912399 +0100
-@@ -228,6 +228,7 @@
- NotFilenamegnome-system-log.desktop/Filename/Not
- NotFilenamegnome-system-monitor.desktop/Filename/Not
+--- gnome-applications.menu.old2013-10-03 21:16:13.345496476 +0200
 gnome-applications.menu2013-10-03 21:16:30.473677392 +0200
+@@ -243,6 +243,7 @@
+ NotCategorySettings/Category/Not
+ NotCategoryX-GNOME-Utilities/Category/Not
/And
 +  FilenameYaST.desktop/Filename
  /Include
-   /Menu   !-- End System Tools --
  
-@@ -277,6 +278,7 @@
+ Exclude
+@@ -308,6 +309,7 @@
And
  NotCategoryCore/Category/Not
  NotCategoryScreensaver/Category/Not

++ gnome-menus-branding.changes.in ++
--- /var/tmp/diff_new_pack.kFqXml/_old  2013-10-04 12:10:26.0 +0200
+++ /var/tmp/diff_new_pack.kFqXml/_new  2013-10-04 12:10:26.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Oct  3 19:18:02 UTC 2013 - dims...@opensuse.org
+
+- Rebased gnome-menus-branding-remove-X-SuSE-ControlCenter.patch
+  on top of gnome-menus 3.10.0.
+
+---
 Sun Sep  8 07:43:12 UTC 2013 - zai...@opensuse.org
 
 - Bump version to 13.1, to prepare for next version of openSUSE. 

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



commit gnome-menus-branding-openSUSE for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package gnome-menus-branding-openSUSE for 
openSUSE:13.1 checked in at 2013-10-04 12:10:29

Comparing /work/SRC/openSUSE:13.1/gnome-menus-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:13.1/.gnome-menus-branding-openSUSE.new (New)


Package is gnome-menus-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:13.1/gnome-menus-branding-openSUSE/gnome-menus-branding-SLED.changes
 2013-09-23 10:52:21.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.gnome-menus-branding-openSUSE.new/gnome-menus-branding-SLED.changes
2013-10-04 12:10:35.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  3 19:18:02 UTC 2013 - dims...@opensuse.org
+
+- Rebased gnome-menus-branding-remove-X-SuSE-ControlCenter.patch
+  on top of gnome-menus 3.10.0.
+
+---
gnome-menus-branding-openSUSE.changes: same change



Other differences:
--
gnome-menus-branding-openSUSE.spec: same change
++ gnome-menus-branding-remove-X-SuSE-ControlCenter.patch ++
--- /var/tmp/diff_new_pack.tpuQBB/_old  2013-10-04 12:10:36.0 +0200
+++ /var/tmp/diff_new_pack.tpuQBB/_new  2013-10-04 12:10:36.0 +0200
@@ -1,14 +1,14 @@
 gnome-applications.menu.orig   2013-03-06 16:36:19.588948323 +0100
-+++ gnome-applications.menu2013-03-06 16:38:22.103912399 +0100
-@@ -228,6 +228,7 @@
- NotFilenamegnome-system-log.desktop/Filename/Not
- NotFilenamegnome-system-monitor.desktop/Filename/Not
+--- gnome-applications.menu.old2013-10-03 21:16:13.345496476 +0200
 gnome-applications.menu2013-10-03 21:16:30.473677392 +0200
+@@ -243,6 +243,7 @@
+ NotCategorySettings/Category/Not
+ NotCategoryX-GNOME-Utilities/Category/Not
/And
 +  FilenameYaST.desktop/Filename
  /Include
-   /Menu   !-- End System Tools --
  
-@@ -277,6 +278,7 @@
+ Exclude
+@@ -308,6 +309,7 @@
And
  NotCategoryCore/Category/Not
  NotCategoryScreensaver/Category/Not

++ gnome-menus-branding.changes.in ++
--- /var/tmp/diff_new_pack.tpuQBB/_old  2013-10-04 12:10:36.0 +0200
+++ /var/tmp/diff_new_pack.tpuQBB/_new  2013-10-04 12:10:36.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Oct  3 19:18:02 UTC 2013 - dims...@opensuse.org
+
+- Rebased gnome-menus-branding-remove-X-SuSE-ControlCenter.patch
+  on top of gnome-menus 3.10.0.
+
+---
 Sun Sep  8 07:43:12 UTC 2013 - zai...@opensuse.org
 
 - Bump version to 13.1, to prepare for next version of openSUSE. 

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



commit PackageKit-branding-openSUSE for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package PackageKit-branding-openSUSE for 
openSUSE:Factory checked in at 2013-10-04 12:10:54

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


Package is PackageKit-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/PackageKit-branding-openSUSE/PackageKit-branding-openSUSE.changes
2013-09-09 13:17:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.PackageKit-branding-openSUSE.new/PackageKit-branding-openSUSE.changes
   2013-10-04 12:10:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 07:32:46 UTC 2013 - dims...@opensuse.org
+
+- Do not package %{_sysconfdir}/PackageKit/CommandNotFound.conf, as
+  it unbranded and CNF is currently disabled in PackageKit.
+
+---



Other differences:
--
++ PackageKit-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.O44ogl/_old  2013-10-04 12:10:56.0 +0200
+++ /var/tmp/diff_new_pack.O44ogl/_new  2013-10-04 12:10:56.0 +0200
@@ -85,7 +85,6 @@
 %files
 %defattr(-,root,root)
 %doc COPYING
-%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
 %{_sysconfdir}/PackageKit/Vendor.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/ZYpp.conf

++ PackageKit-branding.changes.in ++
--- /var/tmp/diff_new_pack.O44ogl/_old  2013-10-04 12:10:56.0 +0200
+++ /var/tmp/diff_new_pack.O44ogl/_new  2013-10-04 12:10:56.0 +0200
@@ -1,4 +1,10 @@
 ---
+Fri Oct  4 07:32:46 UTC 2013 - dims...@opensuse.org
+
+- Do not package %{_sysconfdir}/PackageKit/CommandNotFound.conf, as
+  it unbranded and CNF is currently disabled in PackageKit.
+
+---
 Sun Sep  9 07:25:40 UTC 2013 - zai...@opensuse.org
 
 - Bump version to 13.1 for next version of openSUSE.

++ PackageKit-branding.spec.in ++
--- /var/tmp/diff_new_pack.O44ogl/_old  2013-10-04 12:10:56.0 +0200
+++ /var/tmp/diff_new_pack.O44ogl/_new  2013-10-04 12:10:56.0 +0200
@@ -84,7 +84,6 @@
 %files
 %defattr(-,root,root)
 %doc COPYING
-%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
 %{_sysconfdir}/PackageKit/Vendor.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/ZYpp.conf

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



commit PackageKit-branding-openSUSE for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package PackageKit-branding-openSUSE for 
openSUSE:13.1 checked in at 2013-10-04 12:10:56

Comparing /work/SRC/openSUSE:13.1/PackageKit-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:13.1/.PackageKit-branding-openSUSE.new (New)


Package is PackageKit-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:13.1/PackageKit-branding-openSUSE/PackageKit-branding-openSUSE.changes
   2013-09-23 10:46:41.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.PackageKit-branding-openSUSE.new/PackageKit-branding-openSUSE.changes
  2013-10-04 12:10:57.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 07:32:46 UTC 2013 - dims...@opensuse.org
+
+- Do not package %{_sysconfdir}/PackageKit/CommandNotFound.conf, as
+  it unbranded and CNF is currently disabled in PackageKit.
+
+---



Other differences:
--
++ PackageKit-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.umwXdv/_old  2013-10-04 12:10:57.0 +0200
+++ /var/tmp/diff_new_pack.umwXdv/_new  2013-10-04 12:10:57.0 +0200
@@ -85,7 +85,6 @@
 %files
 %defattr(-,root,root)
 %doc COPYING
-%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
 %{_sysconfdir}/PackageKit/Vendor.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/ZYpp.conf

++ PackageKit-branding.changes.in ++
--- /var/tmp/diff_new_pack.umwXdv/_old  2013-10-04 12:10:57.0 +0200
+++ /var/tmp/diff_new_pack.umwXdv/_new  2013-10-04 12:10:57.0 +0200
@@ -1,4 +1,10 @@
 ---
+Fri Oct  4 07:32:46 UTC 2013 - dims...@opensuse.org
+
+- Do not package %{_sysconfdir}/PackageKit/CommandNotFound.conf, as
+  it unbranded and CNF is currently disabled in PackageKit.
+
+---
 Sun Sep  9 07:25:40 UTC 2013 - zai...@opensuse.org
 
 - Bump version to 13.1 for next version of openSUSE.

++ PackageKit-branding.spec.in ++
--- /var/tmp/diff_new_pack.umwXdv/_old  2013-10-04 12:10:57.0 +0200
+++ /var/tmp/diff_new_pack.umwXdv/_new  2013-10-04 12:10:57.0 +0200
@@ -84,7 +84,6 @@
 %files
 %defattr(-,root,root)
 %doc COPYING
-%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
 %{_sysconfdir}/PackageKit/Vendor.conf
 %config(noreplace) %{_sysconfdir}/PackageKit/ZYpp.conf

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



commit libqt5-creator for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:13.1 
checked in at 2013-10-04 13:51:58

Comparing /work/SRC/openSUSE:13.1/libqt5-creator (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-creator.new (New)


Package is libqt5-creator

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-creator/libqt5-creator.changes   
2013-10-01 08:13:12.0 +0200
+++ /work/SRC/openSUSE:13.1/.libqt5-creator.new/libqt5-creator.changes  
2013-10-04 13:51:59.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep 13 09:17:46 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.8.1:
+  * Bugfix release, please see
+http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.8/dist/changes-2.8.1
+- Add Source URL
+
+---

Old:

  qt-creator-2.8.0-src.tar.xz

New:

  qt-creator-2.8.1-src.tar.gz



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.hg3fQh/_old  2013-10-04 13:52:00.0 +0200
+++ /var/tmp/diff_new_pack.hg3fQh/_new  2013-10-04 13:52:00.0 +0200
@@ -16,14 +16,14 @@
 #
 
 Name:   libqt5-creator
-Version:2.8.0
-Release:2
+Version:2.8.1
+Release:0
 License:SUSE-LGPL-2.1-with-digia-exception-1.1
 Summary:Lightweight IDE
 Url:http://qt.digia.com/Product/Developer-Tools/
 Group:  Development/Tools/IDE
-%define rversion 2.8.0
-Source: qt-creator-%rversion-src.tar.xz
+%define rversion 2.8.1
+Source: 
http://download.qt-project.org/official_releases/qtcreator/2.8/%{rversion}/qt-creator-%{rversion}-src.tar.gz
 Source1:%{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  gdb

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



commit libqt5-creator for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2013-10-04 13:51:56

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


Package is libqt5-creator

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2013-10-01 08:13:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes   
2013-10-04 13:51:57.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep 13 09:17:46 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.8.1:
+  * Bugfix release, please see
+http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.8/dist/changes-2.8.1
+- Add Source URL
+
+---

Old:

  qt-creator-2.8.0-src.tar.xz

New:

  qt-creator-2.8.1-src.tar.gz



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.zY9dPF/_old  2013-10-04 13:51:59.0 +0200
+++ /var/tmp/diff_new_pack.zY9dPF/_new  2013-10-04 13:51:59.0 +0200
@@ -16,14 +16,14 @@
 #
 
 Name:   libqt5-creator
-Version:2.8.0
-Release:2
+Version:2.8.1
+Release:0
 License:SUSE-LGPL-2.1-with-digia-exception-1.1
 Summary:Lightweight IDE
 Url:http://qt.digia.com/Product/Developer-Tools/
 Group:  Development/Tools/IDE
-%define rversion 2.8.0
-Source: qt-creator-%rversion-src.tar.xz
+%define rversion 2.8.1
+Source: 
http://download.qt-project.org/official_releases/qtcreator/2.8/%{rversion}/qt-creator-%{rversion}-src.tar.gz
 Source1:%{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  gdb

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



commit libqt5-qtbase for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:13.1 
checked in at 2013-10-04 13:52:04

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


Package is libqt5-qtbase

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtbase/libqt5-qtbase.changes 2013-10-01 
08:13:19.0 +0200
+++ /work/SRC/openSUSE:13.1/.libqt5-qtbase.new/libqt5-qtbase.changes
2013-10-04 13:52:05.0 +0200
@@ -1,0 +2,24 @@
+Thu Sep 12 19:58:38 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added missing pkgconfig(xkbcommon) BuildRequires
+- Drop checks for older openSUSE versions
+- Enable GL ES and kms only on arm for now
+
+---
+Thu Sep  5 15:09:28 UTC 2013 - d...@suse.com
+
+- enable support for opengl es2 and kms
+
+---
+Thu Aug 29 16:38:30 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtbase/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+- Explicitly activate desktop openGL, and only BuildRequire
+  pkgconfig(gl) so whole Mesa stack isn't pulled
+
+---

Old:

  qtbase-opensource-src-5.1.0.tar.xz

New:

  qtbase-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.BBL6uH/_old  2013-10-04 13:52:07.0 +0200
+++ /var/tmp/diff_new_pack.BBL6uH/_new  2013-10-04 13:52:07.0 +0200
@@ -16,15 +16,12 @@
 #
 
 Name:   libqt5-qtbase
-BuildRequires:  Mesa-devel
 BuildRequires:  alsa-devel
+BuildRequires:  at-spi2-core-devel
 BuildRequires:  cups-devel
-BuildRequires:  dbus-1-devel
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
-BuildRequires:  glib2-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libmng-devel
 BuildRequires:  libmysqlclient-devel
@@ -36,35 +33,44 @@
 BuildRequires:  postgresql-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  unixODBC-devel
-BuildRequires:  at-spi2-core-devel
-%if %suse_version  1210
+BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(gl)
+%ifarch %arm
+BuildRequires:  pkgconfig(gbm)
+BuildRequires:  pkgconfig(glesv2)
+%endif
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(xkbcommon) = 0.2.0
 BuildRequires:  xcb-util-image-devel
 BuildRequires:  xcb-util-keysyms-devel
 BuildRequires:  xcb-util-renderutil-devel
 BuildRequires:  xcb-util-wm-devel
-%endif
-BuildRequires:  clucene-core-devel
-BuildRequires:  gstreamer-0_10-plugins-base-devel
-BuildRequires:  libicu-devel
-BuildRequires:  libpulse-devel
-BuildRequires:  libudev-devel
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:C++ Program Library, Core Components
+Version:5.1.1
+Release:0
 License:GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
+Summary:C++ Program Library, Core Components
+Url:http://qt.digia.com
 Group:  System/Libraries
-Version:5.1.0
-Release:0
 %define base_name libqt5
-%define real_version 5.1.0
+%define real_version 5.1.1
 %define tar_version qtbase-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source2:macros.qt5
 Source3:baselibs.conf
+# PATCH-FIX-UPSTREAM qt-never-strip.diff -- for creating debug packages
 Patch2: qt-never-strip.diff
+# PATCH-FIX-UPSTREAM libqt5-libtool-nodate.diff -- for ommiting date/time on 
build
 Patch109:   libqt5-libtool-nodate.diff
+# PATCH-FIX-UPSTREAM qmake-add-usr-include.diff -- explicitly include 
/usr/include path
 Patch131:   qmake-add-usr-include.diff
+BuildRequires:  clucene-core-devel
+BuildRequires:  gstreamer-0_10-plugins-base-devel
+BuildRequires:  libicu-devel
+BuildRequires:  libpulse-devel
+BuildRequires:  libudev-devel
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -101,37 +107,40 @@
 %package devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %name = %version
-Requires:   Mesa-devel
+Requires:   %{name} = %{version}
 Requires:   alsa-devel
-Requires:   cups-devel
+Requires:   at-spi2-core-devel
 Requires:   c++_compiler
-Requires:   dbus-1-devel
+Requires:   cups-devel
 Requires:   freetype2-devel

commit libqt5-qtdeclarative for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:13.1 checked in at 2013-10-04 13:52:11

Comparing /work/SRC/openSUSE:13.1/libqt5-qtdeclarative (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtdeclarative.new (New)


Package is libqt5-qtdeclarative

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtdeclarative/libqt5-qtdeclarative.changes   
2013-10-01 08:13:25.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes  
2013-10-04 13:52:12.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 17:00:21 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtdeclarative/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtdeclarative-opensource-src-5.1.0.tar.xz

New:

  qtdeclarative-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtdeclarative.spec ++
--- /var/tmp/diff_new_pack.sqvrCs/_old  2013-10-04 13:52:13.0 +0200
+++ /var/tmp/diff_new_pack.sqvrCs/_new  2013-10-04 13:52:13.0 +0200
@@ -19,23 +19,23 @@
 %define libname libQtQuick5
 
 Name:   libqt5-qtdeclarative
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtdeclarative-opensource-src-%{real_version}
-BuildRequires:  libQt5XmlPatterns-devel
-BuildRequires:  libQt5Svg-devel
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  libQt5V8-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Declarative Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Declarative Library
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+BuildRequires:  fdupes
+BuildRequires:  libQt5Svg-devel = %{version}
+BuildRequires:  libQt5V8-private-headers-devel = %{version}
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtdeclarative-opensource-src-%{real_version}
+BuildRequires:  libQt5XmlPatterns-devel = %{version}
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -45,8 +45,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtdeclarative-opensource-src-%{real_version}
 
@@ -63,11 +61,11 @@
 %package -n libQt5Quick-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libQt5XmlPatterns-devel
-Requires:   libQt5V8-devel
-Requires:   libQt5Svg-devel
-Requires:   libqt5-qtbase-devel
+Requires:   %libname = %{version}
+Requires:   libQt5Svg-devel = %{version}
+Requires:   libQt5V8-devel = %{version}
+Requires:   libQt5XmlPatterns-devel = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5Quick-devel
 You need this package, if you want to compile programs with qtdeclarative.
@@ -75,9 +73,9 @@
 %package -n libQt5Quick-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Quick-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
-Requires:   libQt5V8-private-headers-devel
+Requires:   libQt5Quick-devel = %{version}
+Requires:   libQt5V8-private-headers-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5Quick-private-headers-devel
 This package provides private headers of libqt5-qtdeclarative that are normally
@@ -94,22 +92,22 @@
 %postun -n libQt5Quick-devel -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT/%_libdir -type f -name '*la' -print -exec 

commit libqt5-qtdeclarative for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2013-10-04 13:52:08

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


Package is libqt5-qtdeclarative

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2013-10-01 08:13:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
   2013-10-04 13:52:09.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 17:00:21 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtdeclarative/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtdeclarative-opensource-src-5.1.0.tar.xz

New:

  qtdeclarative-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtdeclarative.spec ++
--- /var/tmp/diff_new_pack.kesJDY/_old  2013-10-04 13:52:10.0 +0200
+++ /var/tmp/diff_new_pack.kesJDY/_new  2013-10-04 13:52:10.0 +0200
@@ -19,23 +19,23 @@
 %define libname libQtQuick5
 
 Name:   libqt5-qtdeclarative
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtdeclarative-opensource-src-%{real_version}
-BuildRequires:  libQt5XmlPatterns-devel
-BuildRequires:  libQt5Svg-devel
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  libQt5V8-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Declarative Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Declarative Library
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+BuildRequires:  fdupes
+BuildRequires:  libQt5Svg-devel = %{version}
+BuildRequires:  libQt5V8-private-headers-devel = %{version}
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtdeclarative-opensource-src-%{real_version}
+BuildRequires:  libQt5XmlPatterns-devel = %{version}
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -45,8 +45,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtdeclarative-opensource-src-%{real_version}
 
@@ -63,11 +61,11 @@
 %package -n libQt5Quick-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libQt5XmlPatterns-devel
-Requires:   libQt5V8-devel
-Requires:   libQt5Svg-devel
-Requires:   libqt5-qtbase-devel
+Requires:   %libname = %{version}
+Requires:   libQt5Svg-devel = %{version}
+Requires:   libQt5V8-devel = %{version}
+Requires:   libQt5XmlPatterns-devel = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5Quick-devel
 You need this package, if you want to compile programs with qtdeclarative.
@@ -75,9 +73,9 @@
 %package -n libQt5Quick-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Quick-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
-Requires:   libQt5V8-private-headers-devel
+Requires:   libQt5Quick-devel = %{version}
+Requires:   libQt5V8-private-headers-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5Quick-private-headers-devel
 This package provides private headers of libqt5-qtdeclarative that are normally
@@ -94,22 +92,22 @@
 %postun -n libQt5Quick-devel -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT/%_libdir -type f -name 

commit libqt5-qtmultimedia for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtmultimedia for 
openSUSE:Factory checked in at 2013-10-04 13:52:32

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


Package is libqt5-qtmultimedia

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtmultimedia/libqt5-qtmultimedia.changes  
2013-10-01 08:13:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new/libqt5-qtmultimedia.changes 
2013-10-04 13:52:35.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 20:52:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtmultimedia/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtmultimedia-opensource-src-5.1.0.tar.xz

New:

  qtmultimedia-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtmultimedia.spec ++
--- /var/tmp/diff_new_pack.lmSLVS/_old  2013-10-04 13:52:38.0 +0200
+++ /var/tmp/diff_new_pack.lmSLVS/_new  2013-10-04 13:52:38.0 +0200
@@ -19,27 +19,27 @@
 %define libname libQt5Multimedia5
 
 Name:   libqt5-qtmultimedia
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Multimedia Library
+Url:http://qt.digia.com
+Group:  Development/Libraries/X11
+Source: %{tar_version}.tar.xz
+BuildRequires:  alsa-devel
+BuildRequires:  fdupes
+BuildRequires:  gstreamer-0_10-plugins-bad-devel
+BuildRequires:  gstreamer-0_10-plugins-base-devel
 %define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
+%define real_version 5.1.1
+%define so_version 5.1.1
 %define tar_version qtmultimedia-opensource-src-%{real_version}
-BuildRequires:  libQt5Quick-devel
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  libwmf-devel
+BuildRequires:  libQt5Quick-devel = %{version}
 BuildRequires:  libpulse-devel
-BuildRequires:  alsa-devel
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  libwmf-devel
 BuildRequires:  openal-soft-devel
-BuildRequires:  gstreamer-0_10-plugins-base-devel
-BuildRequires:  gstreamer-0_10-plugins-bad-devel
 BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Multimedia Library
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
-Group:  Development/Libraries/X11
-Source: %{tar_version}.tar.xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -49,8 +49,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtmultimedia-opensource-src-%{real_version}
 
@@ -67,15 +65,15 @@
 %package -n libQt5Multimedia-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel
-Requires:   libQt5Quick-devel
-Requires:   libwmf-devel
-Requires:   libpulse-devel
+Requires:   %libname = %{version}
 Requires:   alsa-devel
-Requires:   openal-soft-devel
-Requires:   gstreamer-0_10-plugins-base-devel
 Requires:   gstreamer-0_10-plugins-bad-devel
+Requires:   gstreamer-0_10-plugins-base-devel
+Requires:   libQt5Quick-devel = %{version}
+Requires:   libpulse-devel
+Requires:   libqt5-qtbase-devel = %{version}
+Requires:   libwmf-devel
+Requires:   openal-soft-devel
 
 %description -n libQt5Multimedia-devel
 You need this package, if you want to compile programs with qtmultimedia.
@@ -83,8 +81,8 @@
 %package -n libQt5Multimedia-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Multimedia-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
+Requires:   libQt5Multimedia-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5Multimedia-private-headers-devel
 This package provides private headers of libqt5-qtmultimedia that are normally
@@ -97,25 +95,25 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS 

commit libqt5-qtmultimedia for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtmultimedia for 
openSUSE:13.1 checked in at 2013-10-04 13:52:34

Comparing /work/SRC/openSUSE:13.1/libqt5-qtmultimedia (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtmultimedia.new (New)


Package is libqt5-qtmultimedia

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtmultimedia/libqt5-qtmultimedia.changes 
2013-10-01 08:13:55.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.libqt5-qtmultimedia.new/libqt5-qtmultimedia.changes
2013-10-04 13:52:39.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 20:52:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtmultimedia/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtmultimedia-opensource-src-5.1.0.tar.xz

New:

  qtmultimedia-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtmultimedia.spec ++
--- /var/tmp/diff_new_pack.FqFNGy/_old  2013-10-04 13:52:39.0 +0200
+++ /var/tmp/diff_new_pack.FqFNGy/_new  2013-10-04 13:52:39.0 +0200
@@ -19,27 +19,27 @@
 %define libname libQt5Multimedia5
 
 Name:   libqt5-qtmultimedia
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Multimedia Library
+Url:http://qt.digia.com
+Group:  Development/Libraries/X11
+Source: %{tar_version}.tar.xz
+BuildRequires:  alsa-devel
+BuildRequires:  fdupes
+BuildRequires:  gstreamer-0_10-plugins-bad-devel
+BuildRequires:  gstreamer-0_10-plugins-base-devel
 %define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
+%define real_version 5.1.1
+%define so_version 5.1.1
 %define tar_version qtmultimedia-opensource-src-%{real_version}
-BuildRequires:  libQt5Quick-devel
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  libwmf-devel
+BuildRequires:  libQt5Quick-devel = %{version}
 BuildRequires:  libpulse-devel
-BuildRequires:  alsa-devel
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  libwmf-devel
 BuildRequires:  openal-soft-devel
-BuildRequires:  gstreamer-0_10-plugins-base-devel
-BuildRequires:  gstreamer-0_10-plugins-bad-devel
 BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Multimedia Library
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
-Group:  Development/Libraries/X11
-Source: %{tar_version}.tar.xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -49,8 +49,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtmultimedia-opensource-src-%{real_version}
 
@@ -67,15 +65,15 @@
 %package -n libQt5Multimedia-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel
-Requires:   libQt5Quick-devel
-Requires:   libwmf-devel
-Requires:   libpulse-devel
+Requires:   %libname = %{version}
 Requires:   alsa-devel
-Requires:   openal-soft-devel
-Requires:   gstreamer-0_10-plugins-base-devel
 Requires:   gstreamer-0_10-plugins-bad-devel
+Requires:   gstreamer-0_10-plugins-base-devel
+Requires:   libQt5Quick-devel = %{version}
+Requires:   libpulse-devel
+Requires:   libqt5-qtbase-devel = %{version}
+Requires:   libwmf-devel
+Requires:   openal-soft-devel
 
 %description -n libQt5Multimedia-devel
 You need this package, if you want to compile programs with qtmultimedia.
@@ -83,8 +81,8 @@
 %package -n libQt5Multimedia-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Multimedia-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
+Requires:   libQt5Multimedia-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5Multimedia-private-headers-devel
 This package provides private headers of libqt5-qtmultimedia that are normally
@@ -97,25 +95,25 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS 

commit libqt5-qtjsbackend for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtjsbackend for 
openSUSE:Factory checked in at 2013-10-04 13:52:27

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


Package is libqt5-qtjsbackend

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtjsbackend/libqt5-qtjsbackend.changes
2013-10-01 08:13:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtjsbackend.new/libqt5-qtjsbackend.changes   
2013-10-04 13:52:28.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 17:54:03 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtjsbackend/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtjsbackend-opensource-src-5.1.0.tar.xz

New:

  qtjsbackend-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtjsbackend.spec ++
--- /var/tmp/diff_new_pack.hbf2Ui/_old  2013-10-04 13:52:35.0 +0200
+++ /var/tmp/diff_new_pack.hbf2Ui/_new  2013-10-04 13:52:35.0 +0200
@@ -19,19 +19,19 @@
 %define libname libQt5V8-5
 
 Name:   libqt5-qtjsbackend
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtjsbackend-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel = %version
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 JSBackend
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 JSBackend
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtjsbackend-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel = %{version}
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -41,8 +41,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtjsbackend-opensource-src-%{real_version}
 
@@ -59,7 +57,8 @@
 %package -n libQt5V8-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
+Requires:   %libname = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5V8-devel
 You need this package, if you want to compile programs with qtjsbackend.
@@ -67,7 +66,7 @@
 %package -n libQt5V8-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5V8-devel = %version
+Requires:   libQt5V8-devel = %{version}
 
 %description -n libQt5V8-private-headers-devel
 This package provides private headers of libqt5-qtjsbackend that are normally
@@ -80,22 +79,22 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT/%_libdir -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
+make INSTALL_ROOT=%{buildroot} install
+find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)
@@ -103,11 +102,11 @@
 
 %files -n libQt5V8-private-headers-devel
 %defattr(-,root,root,755)
-%_libqt5_includedir/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*/%{so_version}
 
 %files -n libQt5V8-devel
 %defattr(-,root,root,755)
-%exclude %_libqt5_includedir/Qt*/%{so_version}
+%exclude %{_libqt5_includedir}/Qt*/%{so_version}
 %{_libqt5_includedir}/QtV8
 %{_libqt5_libdir}/libQt5V8.la
 %{_libqt5_libdir}/libQt5V8.prl

++ qtjsbackend-opensource-src-5.1.0.tar.xz - 
qtjsbackend-opensource-src-5.1.1.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtjsbackend/qtjsbackend-opensource-src-5.1.0.tar.xz
 

commit libqt5-qtbase for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2013-10-04 13:52:02

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  
2013-10-01 08:13:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2013-10-04 13:52:03.0 +0200
@@ -1,0 +2,24 @@
+Thu Sep 12 19:58:38 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added missing pkgconfig(xkbcommon) BuildRequires
+- Drop checks for older openSUSE versions
+- Enable GL ES and kms only on arm for now
+
+---
+Thu Sep  5 15:09:28 UTC 2013 - d...@suse.com
+
+- enable support for opengl es2 and kms
+
+---
+Thu Aug 29 16:38:30 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtbase/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+- Explicitly activate desktop openGL, and only BuildRequire
+  pkgconfig(gl) so whole Mesa stack isn't pulled
+
+---

Old:

  qtbase-opensource-src-5.1.0.tar.xz

New:

  qtbase-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.hD7ufT/_old  2013-10-04 13:52:05.0 +0200
+++ /var/tmp/diff_new_pack.hD7ufT/_new  2013-10-04 13:52:05.0 +0200
@@ -16,15 +16,12 @@
 #
 
 Name:   libqt5-qtbase
-BuildRequires:  Mesa-devel
 BuildRequires:  alsa-devel
+BuildRequires:  at-spi2-core-devel
 BuildRequires:  cups-devel
-BuildRequires:  dbus-1-devel
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
-BuildRequires:  glib2-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libmng-devel
 BuildRequires:  libmysqlclient-devel
@@ -36,35 +33,44 @@
 BuildRequires:  postgresql-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  unixODBC-devel
-BuildRequires:  at-spi2-core-devel
-%if %suse_version  1210
+BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(gl)
+%ifarch %arm
+BuildRequires:  pkgconfig(gbm)
+BuildRequires:  pkgconfig(glesv2)
+%endif
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(xkbcommon) = 0.2.0
 BuildRequires:  xcb-util-image-devel
 BuildRequires:  xcb-util-keysyms-devel
 BuildRequires:  xcb-util-renderutil-devel
 BuildRequires:  xcb-util-wm-devel
-%endif
-BuildRequires:  clucene-core-devel
-BuildRequires:  gstreamer-0_10-plugins-base-devel
-BuildRequires:  libicu-devel
-BuildRequires:  libpulse-devel
-BuildRequires:  libudev-devel
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:C++ Program Library, Core Components
+Version:5.1.1
+Release:0
 License:GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
+Summary:C++ Program Library, Core Components
+Url:http://qt.digia.com
 Group:  System/Libraries
-Version:5.1.0
-Release:0
 %define base_name libqt5
-%define real_version 5.1.0
+%define real_version 5.1.1
 %define tar_version qtbase-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 Source2:macros.qt5
 Source3:baselibs.conf
+# PATCH-FIX-UPSTREAM qt-never-strip.diff -- for creating debug packages
 Patch2: qt-never-strip.diff
+# PATCH-FIX-UPSTREAM libqt5-libtool-nodate.diff -- for ommiting date/time on 
build
 Patch109:   libqt5-libtool-nodate.diff
+# PATCH-FIX-UPSTREAM qmake-add-usr-include.diff -- explicitly include 
/usr/include path
 Patch131:   qmake-add-usr-include.diff
+BuildRequires:  clucene-core-devel
+BuildRequires:  gstreamer-0_10-plugins-base-devel
+BuildRequires:  libicu-devel
+BuildRequires:  libpulse-devel
+BuildRequires:  libudev-devel
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -101,37 +107,40 @@
 %package devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %name = %version
-Requires:   Mesa-devel
+Requires:   %{name} = %{version}
 Requires:   alsa-devel
-Requires:   cups-devel
+Requires:   at-spi2-core-devel
 Requires:   c++_compiler
-Requires:   dbus-1-devel
+Requires:   cups-devel
 Requires:   

commit libqt5-qtquickcontrols for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquickcontrols for 
openSUSE:13.1 checked in at 2013-10-04 13:52:46

Comparing /work/SRC/openSUSE:13.1/libqt5-qtquickcontrols (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtquickcontrols.new (New)


Package is libqt5-qtquickcontrols

Changes:

--- 
/work/SRC/openSUSE:13.1/libqt5-qtquickcontrols/libqt5-qtquickcontrols.changes   
2013-10-01 08:14:13.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.libqt5-qtquickcontrols.new/libqt5-qtquickcontrols.changes
  2013-10-04 13:52:49.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 20:15:56 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtquickcontrols/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtquickcontrols-opensource-src-5.1.0.tar.xz

New:

  qtquickcontrols-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtquickcontrols.spec ++
--- /var/tmp/diff_new_pack.tyjW9L/_old  2013-10-04 13:52:49.0 +0200
+++ /var/tmp/diff_new_pack.tyjW9L/_new  2013-10-04 13:52:49.0 +0200
@@ -17,53 +17,50 @@
 
 
 Name:   libqt5-qtquickcontrols
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtquickcontrols-opensource-src-%{real_version}
-BuildRequires:  libQt5Quick-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Serial Port Addon
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+BuildRequires:  fdupes
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtquickcontrols-opensource-src-%{real_version}
+BuildRequires:  libQt5Quick-private-headers-devel = %{version}
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 Qt is a set of libraries for developing applications.
 
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
-%define plugindir %_libdir/qt5/plugins
+%define plugindir %{_libdir}/qt5/plugins
 %setup -q -n qtquickcontrols-opensource-src-%{real_version}
 
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,755)
-%_libqt5_archdatadir/qml/QtQuick
+%{_libqt5_archdatadir}/qml/QtQuick

++ qtquickcontrols-opensource-src-5.1.0.tar.xz - 
qtquickcontrols-opensource-src-5.1.1.tar.xz ++
 2811 lines of diff (skipped)

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



commit libqt5-qtquickcontrols for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquickcontrols for 
openSUSE:Factory checked in at 2013-10-04 13:52:43

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


Package is libqt5-qtquickcontrols

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtquickcontrols/libqt5-qtquickcontrols.changes
2013-10-01 08:14:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new/libqt5-qtquickcontrols.changes
   2013-10-04 13:52:45.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 20:15:56 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtquickcontrols/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtquickcontrols-opensource-src-5.1.0.tar.xz

New:

  qtquickcontrols-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtquickcontrols.spec ++
--- /var/tmp/diff_new_pack.sPTzut/_old  2013-10-04 13:52:49.0 +0200
+++ /var/tmp/diff_new_pack.sPTzut/_new  2013-10-04 13:52:49.0 +0200
@@ -17,53 +17,50 @@
 
 
 Name:   libqt5-qtquickcontrols
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtquickcontrols-opensource-src-%{real_version}
-BuildRequires:  libQt5Quick-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Serial Port Addon
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+BuildRequires:  fdupes
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtquickcontrols-opensource-src-%{real_version}
+BuildRequires:  libQt5Quick-private-headers-devel = %{version}
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 Qt is a set of libraries for developing applications.
 
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
-%define plugindir %_libdir/qt5/plugins
+%define plugindir %{_libdir}/qt5/plugins
 %setup -q -n qtquickcontrols-opensource-src-%{real_version}
 
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,755)
-%_libqt5_archdatadir/qml/QtQuick
+%{_libqt5_archdatadir}/qml/QtQuick

++ qtquickcontrols-opensource-src-5.1.0.tar.xz - 
qtquickcontrols-opensource-src-5.1.1.tar.xz ++
 2811 lines of diff (skipped)

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



commit libqt5-qtquick1 for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory 
checked in at 2013-10-04 13:53:00

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


Package is libqt5-qtquick1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes  
2013-10-01 08:13:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 
2013-10-04 13:53:01.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 18:25:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtquick1/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtquick1-opensource-src-5.1.0.tar.xz

New:

  qtquick1-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtquick1.spec ++
--- /var/tmp/diff_new_pack.4206qV/_old  2013-10-04 13:53:02.0 +0200
+++ /var/tmp/diff_new_pack.4206qV/_new  2013-10-04 13:53:02.0 +0200
@@ -19,37 +19,34 @@
 %define libname libQt5Declarative5
 
 Name:   libqt5-qtquick1
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Quick1 Library
+Url:http://qt.digia.com
+Group:  Development/Libraries/X11
+Source: %{tar_version}.tar.xz
+BuildRequires:  fdupes
+BuildRequires:  libQt5Script-private-headers-devel = %{version}
+BuildRequires:  libQt5Svg-devel = %{version}
 %define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
+%define real_version 5.1.1
+%define so_version 5.1.1
 %define tar_version qtquick1-opensource-src-%{real_version}
-BuildRequires:  libQt5XmlPatterns-devel
-BuildRequires:  libQt5Svg-devel
-BuildRequires:  libQt5Script-private-headers-devel
+BuildRequires:  libQt5XmlPatterns-devel = %{version}
 BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Quick1 Library
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
-Group:  Development/Libraries/X11
+Recommends: libqt5-qtgraphicaleffects = %{version}
 Provides:   libQtQuick1-5 = 4.99.0+4.5.0.beta2
 Obsoletes:  libQtQuick1-5  4.99.0+4.5.0.beta2
-Recommends: libqt5-qtgraphicaleffects = %version
-Source: %{tar_version}.tar.xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 Qt is a set of libraries for developing applications.
 
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtquick1-opensource-src-%{real_version}
 
@@ -63,14 +60,13 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
 %package -n libQt5Declarative-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libQt5XmlPatterns-devel
-Requires:   libQt5Script-devel
-Requires:   libQt5Svg-devel
+Requires:   %libname = %{version}
+Requires:   libQt5Script-devel = %{version}
+Requires:   libQt5Svg-devel = %{version}
+Requires:   libQt5XmlPatterns-devel = %{version}
 Provides:   libQtQuick1-devel = 4.99.0+4.5.0.beta2
 Obsoletes:  libQtQuick1-devel  4.99.0+4.5.0.beta2
 
@@ -80,8 +76,8 @@
 %package -n libQt5Declarative-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Declarative-devel = %version
-Requires:   libQt5Script-private-headers-devel
+Requires:   libQt5Declarative-devel = %{version}
+Requires:   libQt5Script-private-headers-devel = %{version}
 Provides:   libQtQuick1-private-headers-devel = 4.99.0+4.5.0.beta2
 Obsoletes:  libQtQuick1-private-headers-devel  4.99.0+4.5.0.beta2
 
@@ -91,28 +87,27 @@
 API guarantees. The packages that build against these have to require
 the exact Qt version.
 
-
 %post -n %libname -p /sbin/ldconfig
 
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} 

commit libqt5-qtscript for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtscript for openSUSE:Factory 
checked in at 2013-10-04 13:53:15

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


Package is libqt5-qtscript

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtscript/libqt5-qtscript.changes  
2013-10-01 08:14:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtscript.new/libqt5-qtscript.changes 
2013-10-04 13:53:16.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 18:08:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtscript/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtscript-opensource-src-5.1.0.tar.xz

New:

  qtscript-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtscript.spec ++
--- /var/tmp/diff_new_pack.WDlCik/_old  2013-10-04 13:53:16.0 +0200
+++ /var/tmp/diff_new_pack.WDlCik/_new  2013-10-04 13:53:16.0 +0200
@@ -19,20 +19,20 @@
 %define libname libQt5Script5
 
 Name:   libqt5-qtscript
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtscript-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel = %version
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 QtScript Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 QtScript Library
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtscript-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel = %{version}
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -42,8 +42,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtscript-opensource-src-%{real_version}
 
@@ -60,8 +58,8 @@
 %package -n libQt5Script-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel = %version
+Requires:   %libname = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5Script-devel
 You need this package, if you want to compile programs with qtscript.
@@ -69,8 +67,8 @@
 %package -n libQt5Script-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Script-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
+Requires:   libQt5Script-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5Script-private-headers-devel
 This package provides private headers of libqt5-qtscript that are normally
@@ -83,23 +81,23 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT/%_libdir -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
-find $RPM_BUILD_ROOT/%_libdir -type f -name '*pc' -print -exec perl -pi -e s, 
-L$RPM_BUILD_DIR/?\S+,,g {} \; -exec sed -i -e 
s,^moc_location=.*,moc_location=%{_libqt5_bindir}/moc, -e 
s,uic_location=.*,uic_location=%{_libqt5_bindir}/uic, {} \;
+make INSTALL_ROOT=%{buildroot} install
+find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
+find %{buildroot}/%{_libdir} -type f -name '*pc' -print -exec perl -pi -e s, 
-L$RPM_BUILD_DIR/?\S+,,g {} \; -exec sed -i -e 
s,^moc_location=.*,moc_location=%{_libqt5_bindir}/moc, -e 

commit libqt5-qtscript for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtscript for openSUSE:13.1 
checked in at 2013-10-04 13:53:17

Comparing /work/SRC/openSUSE:13.1/libqt5-qtscript (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtscript.new (New)


Package is libqt5-qtscript

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtscript/libqt5-qtscript.changes 
2013-10-01 08:14:20.0 +0200
+++ /work/SRC/openSUSE:13.1/.libqt5-qtscript.new/libqt5-qtscript.changes
2013-10-04 13:53:18.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 18:08:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtscript/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtscript-opensource-src-5.1.0.tar.xz

New:

  qtscript-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtscript.spec ++
--- /var/tmp/diff_new_pack.D0zn9U/_old  2013-10-04 13:53:18.0 +0200
+++ /var/tmp/diff_new_pack.D0zn9U/_new  2013-10-04 13:53:18.0 +0200
@@ -19,20 +19,20 @@
 %define libname libQt5Script5
 
 Name:   libqt5-qtscript
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtscript-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel = %version
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 QtScript Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 QtScript Library
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtscript-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel = %{version}
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -42,8 +42,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtscript-opensource-src-%{real_version}
 
@@ -60,8 +58,8 @@
 %package -n libQt5Script-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel = %version
+Requires:   %libname = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5Script-devel
 You need this package, if you want to compile programs with qtscript.
@@ -69,8 +67,8 @@
 %package -n libQt5Script-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Script-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
+Requires:   libQt5Script-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5Script-private-headers-devel
 This package provides private headers of libqt5-qtscript that are normally
@@ -83,23 +81,23 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT/%_libdir -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
-find $RPM_BUILD_ROOT/%_libdir -type f -name '*pc' -print -exec perl -pi -e s, 
-L$RPM_BUILD_DIR/?\S+,,g {} \; -exec sed -i -e 
s,^moc_location=.*,moc_location=%{_libqt5_bindir}/moc, -e 
s,uic_location=.*,uic_location=%{_libqt5_bindir}/uic, {} \;
+make INSTALL_ROOT=%{buildroot} install
+find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
+find %{buildroot}/%{_libdir} -type f -name '*pc' -print -exec perl -pi -e s, 
-L$RPM_BUILD_DIR/?\S+,,g {} \; -exec sed -i -e 
s,^moc_location=.*,moc_location=%{_libqt5_bindir}/moc, -e 

commit libqt5-qtserialport for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtserialport for 
openSUSE:13.1 checked in at 2013-10-04 13:53:30

Comparing /work/SRC/openSUSE:13.1/libqt5-qtserialport (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtserialport.new (New)


Package is libqt5-qtserialport

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtserialport/libqt5-qtserialport.changes 
2013-10-01 08:14:31.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.libqt5-qtserialport.new/libqt5-qtserialport.changes
2013-10-04 13:53:36.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 20:43:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtserialport/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtserialport-opensource-src-5.1.0.tar.xz

New:

  qtserialport-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtserialport.spec ++
--- /var/tmp/diff_new_pack.4uY9Fu/_old  2013-10-04 13:53:36.0 +0200
+++ /var/tmp/diff_new_pack.4uY9Fu/_new  2013-10-04 13:53:36.0 +0200
@@ -19,20 +19,20 @@
 %define libname libQt5SerialPort5
 
 Name:   libqt5-qtserialport
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtserialport-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Serial Port Addon
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+BuildRequires:  fdupes
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtserialport-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel = %{version}
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,8 +41,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtserialport-opensource-src-%{real_version}
 
@@ -59,8 +57,8 @@
 %package -n libQt5SerialPort-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel
+Requires:   %libname = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5SerialPort-devel
 You need this package, if you want to compile programs with qtserialport.
@@ -68,8 +66,8 @@
 %package -n libQt5SerialPort-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5SerialPort-devel = %version
-Requires:   libqt5-qtbase-devel
+Requires:   libQt5SerialPort-devel = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5SerialPort-private-headers-devel
 This package provides private headers of libqt5-qtserialport that are normally
@@ -82,21 +80,21 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)
@@ -104,12 +102,12 @@
 
 %files -n libQt5SerialPort-private-headers-devel
 %defattr(-,root,root,755)
-%_libqt5_includedir/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*/%{so_version}
 
 %files -n libQt5SerialPort-devel
 %defattr(-,root,root,755)
-%exclude %_libqt5_includedir/Qt*/%{so_version}
-%_libqt5_includedir/Qt*
+%exclude %{_libqt5_includedir}/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*
 %{_libqt5_libdir}/cmake/Qt5SerialPort
 %{_libqt5_libdir}/libQt5SerialPort.la
 %{_libqt5_libdir}/libQt5SerialPort.prl

++ qtserialport-opensource-src-5.1.0.tar.xz - 
qtserialport-opensource-src-5.1.1.tar.xz 

commit libqt5-qtsensors for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsensors for openSUSE:13.1 
checked in at 2013-10-04 13:53:22

Comparing /work/SRC/openSUSE:13.1/libqt5-qtsensors (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtsensors.new (New)


Package is libqt5-qtsensors

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtsensors/libqt5-qtsensors.changes   
2013-10-01 08:14:22.0 +0200
+++ /work/SRC/openSUSE:13.1/.libqt5-qtsensors.new/libqt5-qtsensors.changes  
2013-10-04 13:53:23.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 20:39:14 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtsensors/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtsensors-opensource-src-5.1.0.tar.xz

New:

  qtsensors-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtsensors.spec ++
--- /var/tmp/diff_new_pack.Xj4Xku/_old  2013-10-04 13:53:24.0 +0200
+++ /var/tmp/diff_new_pack.Xj4Xku/_new  2013-10-04 13:53:24.0 +0200
@@ -19,27 +19,25 @@
 %define libname libQt5Sensors5
 
 Name:   libqt5-qtsensors
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtsensors-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Serial Port Addon
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+BuildRequires:  fdupes
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtsensors-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 Qt is a set of libraries for developing applications.
 
-
 %prep
 %setup -q -n qtsensors-opensource-src-%{real_version}
 
@@ -53,8 +51,8 @@
 %package -n libQt5Sensors-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel
+Requires:   %libname = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5Sensors-devel
 You need this package, if you want to compile programs with qtsensors.
@@ -62,8 +60,8 @@
 %package -n libQt5Sensors-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Sensors-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
+Requires:   libQt5Sensors-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5Sensors-private-headers-devel
 This package provides private headers of libqt5-qtsensors that are normally
@@ -76,21 +74,21 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)

++ qtsensors-opensource-src-5.1.0.tar.xz - 
qtsensors-opensource-src-5.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtsensors-opensource-src-5.1.0/.qmake.conf 
new/qtsensors-opensource-src-5.1.1/.qmake.conf
--- old/qtsensors-opensource-src-5.1.0/.qmake.conf  2013-07-02 
09:09:26.0 +0200
+++ new/qtsensors-opensource-src-5.1.1/.qmake.conf  2013-08-25 
20:03:27.0 +0200
@@ -1,3 +1,3 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.1.0
+MODULE_VERSION = 5.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit libqt5-qtserialport for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtserialport for 
openSUSE:Factory checked in at 2013-10-04 13:53:28

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


Package is libqt5-qtserialport

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtserialport/libqt5-qtserialport.changes  
2013-10-01 08:14:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialport.new/libqt5-qtserialport.changes 
2013-10-04 13:53:30.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 20:43:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtserialport/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtserialport-opensource-src-5.1.0.tar.xz

New:

  qtserialport-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtserialport.spec ++
--- /var/tmp/diff_new_pack.YA3NpS/_old  2013-10-04 13:53:30.0 +0200
+++ /var/tmp/diff_new_pack.YA3NpS/_new  2013-10-04 13:53:30.0 +0200
@@ -19,20 +19,20 @@
 %define libname libQt5SerialPort5
 
 Name:   libqt5-qtserialport
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtserialport-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Serial Port Addon
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+BuildRequires:  fdupes
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtserialport-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel = %{version}
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,8 +41,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtserialport-opensource-src-%{real_version}
 
@@ -59,8 +57,8 @@
 %package -n libQt5SerialPort-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel
+Requires:   %libname = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5SerialPort-devel
 You need this package, if you want to compile programs with qtserialport.
@@ -68,8 +66,8 @@
 %package -n libQt5SerialPort-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5SerialPort-devel = %version
-Requires:   libqt5-qtbase-devel
+Requires:   libQt5SerialPort-devel = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5SerialPort-private-headers-devel
 This package provides private headers of libqt5-qtserialport that are normally
@@ -82,21 +80,21 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)
@@ -104,12 +102,12 @@
 
 %files -n libQt5SerialPort-private-headers-devel
 %defattr(-,root,root,755)
-%_libqt5_includedir/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*/%{so_version}
 
 %files -n libQt5SerialPort-devel
 %defattr(-,root,root,755)
-%exclude %_libqt5_includedir/Qt*/%{so_version}
-%_libqt5_includedir/Qt*
+%exclude %{_libqt5_includedir}/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*
 %{_libqt5_libdir}/cmake/Qt5SerialPort
 %{_libqt5_libdir}/libQt5SerialPort.la
 %{_libqt5_libdir}/libQt5SerialPort.prl

++ qtserialport-opensource-src-5.1.0.tar.xz - 

commit libqt5-qtquick1 for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquick1 for openSUSE:13.1 
checked in at 2013-10-04 13:53:02

Comparing /work/SRC/openSUSE:13.1/libqt5-qtquick1 (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtquick1.new (New)


Package is libqt5-qtquick1

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtquick1/libqt5-qtquick1.changes 
2013-10-01 08:14:02.0 +0200
+++ /work/SRC/openSUSE:13.1/.libqt5-qtquick1.new/libqt5-qtquick1.changes
2013-10-04 13:53:02.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 18:25:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtquick1/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtquick1-opensource-src-5.1.0.tar.xz

New:

  qtquick1-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtquick1.spec ++
--- /var/tmp/diff_new_pack.r7CkB3/_old  2013-10-04 13:53:03.0 +0200
+++ /var/tmp/diff_new_pack.r7CkB3/_new  2013-10-04 13:53:03.0 +0200
@@ -19,37 +19,34 @@
 %define libname libQt5Declarative5
 
 Name:   libqt5-qtquick1
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Quick1 Library
+Url:http://qt.digia.com
+Group:  Development/Libraries/X11
+Source: %{tar_version}.tar.xz
+BuildRequires:  fdupes
+BuildRequires:  libQt5Script-private-headers-devel = %{version}
+BuildRequires:  libQt5Svg-devel = %{version}
 %define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
+%define real_version 5.1.1
+%define so_version 5.1.1
 %define tar_version qtquick1-opensource-src-%{real_version}
-BuildRequires:  libQt5XmlPatterns-devel
-BuildRequires:  libQt5Svg-devel
-BuildRequires:  libQt5Script-private-headers-devel
+BuildRequires:  libQt5XmlPatterns-devel = %{version}
 BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Quick1 Library
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
-Group:  Development/Libraries/X11
+Recommends: libqt5-qtgraphicaleffects = %{version}
 Provides:   libQtQuick1-5 = 4.99.0+4.5.0.beta2
 Obsoletes:  libQtQuick1-5  4.99.0+4.5.0.beta2
-Recommends: libqt5-qtgraphicaleffects = %version
-Source: %{tar_version}.tar.xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 Qt is a set of libraries for developing applications.
 
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtquick1-opensource-src-%{real_version}
 
@@ -63,14 +60,13 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
 %package -n libQt5Declarative-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libQt5XmlPatterns-devel
-Requires:   libQt5Script-devel
-Requires:   libQt5Svg-devel
+Requires:   %libname = %{version}
+Requires:   libQt5Script-devel = %{version}
+Requires:   libQt5Svg-devel = %{version}
+Requires:   libQt5XmlPatterns-devel = %{version}
 Provides:   libQtQuick1-devel = 4.99.0+4.5.0.beta2
 Obsoletes:  libQtQuick1-devel  4.99.0+4.5.0.beta2
 
@@ -80,8 +76,8 @@
 %package -n libQt5Declarative-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Declarative-devel = %version
-Requires:   libQt5Script-private-headers-devel
+Requires:   libQt5Declarative-devel = %{version}
+Requires:   libQt5Script-private-headers-devel = %{version}
 Provides:   libQtQuick1-private-headers-devel = 4.99.0+4.5.0.beta2
 Obsoletes:  libQtQuick1-private-headers-devel  4.99.0+4.5.0.beta2
 
@@ -91,28 +87,27 @@
 API guarantees. The packages that build against these have to require
 the exact Qt version.
 
-
 %post -n %libname -p /sbin/ldconfig
 
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} 

commit libqt5-qtsensors for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsensors for 
openSUSE:Factory checked in at 2013-10-04 13:53:20

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


Package is libqt5-qtsensors

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtsensors/libqt5-qtsensors.changes
2013-10-01 08:14:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsensors.new/libqt5-qtsensors.changes   
2013-10-04 13:53:22.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 20:39:14 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtsensors/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtsensors-opensource-src-5.1.0.tar.xz

New:

  qtsensors-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtsensors.spec ++
--- /var/tmp/diff_new_pack.uMxSA1/_old  2013-10-04 13:53:23.0 +0200
+++ /var/tmp/diff_new_pack.uMxSA1/_new  2013-10-04 13:53:23.0 +0200
@@ -19,27 +19,25 @@
 %define libname libQt5Sensors5
 
 Name:   libqt5-qtsensors
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtsensors-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 Serial Port Addon
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+BuildRequires:  fdupes
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtsensors-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 Qt is a set of libraries for developing applications.
 
-
 %prep
 %setup -q -n qtsensors-opensource-src-%{real_version}
 
@@ -53,8 +51,8 @@
 %package -n libQt5Sensors-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel
+Requires:   %libname = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5Sensors-devel
 You need this package, if you want to compile programs with qtsensors.
@@ -62,8 +60,8 @@
 %package -n libQt5Sensors-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Sensors-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
+Requires:   libQt5Sensors-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5Sensors-private-headers-devel
 This package provides private headers of libqt5-qtsensors that are normally
@@ -76,21 +74,21 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)

++ qtsensors-opensource-src-5.1.0.tar.xz - 
qtsensors-opensource-src-5.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtsensors-opensource-src-5.1.0/.qmake.conf 
new/qtsensors-opensource-src-5.1.1/.qmake.conf
--- old/qtsensors-opensource-src-5.1.0/.qmake.conf  2013-07-02 
09:09:26.0 +0200
+++ new/qtsensors-opensource-src-5.1.1/.qmake.conf  2013-08-25 
20:03:27.0 +0200
@@ -1,3 +1,3 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.1.0
+MODULE_VERSION = 5.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit libqt5-qtsvg for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsvg for openSUSE:13.1 
checked in at 2013-10-04 13:54:17

Comparing /work/SRC/openSUSE:13.1/libqt5-qtsvg (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtsvg.new (New)


Package is libqt5-qtsvg

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtsvg/libqt5-qtsvg.changes   2013-10-01 
08:14:41.0 +0200
+++ /work/SRC/openSUSE:13.1/.libqt5-qtsvg.new/libqt5-qtsvg.changes  
2013-10-04 13:54:18.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 17:39:30 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtsvg/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtsvg-opensource-src-5.1.0.tar.xz

New:

  qtsvg-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtsvg.spec ++
--- /var/tmp/diff_new_pack.Lv5uST/_old  2013-10-04 13:54:18.0 +0200
+++ /var/tmp/diff_new_pack.Lv5uST/_new  2013-10-04 13:54:18.0 +0200
@@ -19,31 +19,28 @@
 %define libname libQt5Svg5
 
 Name:   libqt5-qtsvg
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtsvg-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel = %version
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 SVG Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 SVG Library
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtsvg-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel = %{version}
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 Qt is a set of libraries for developing applications.
 
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtsvg-opensource-src-%{real_version}
 
@@ -60,8 +57,8 @@
 %package -n libQt5Svg-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel = %version
+Requires:   %libname = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5Svg-devel
 You need this package, if you want to compile programs with QtSvg.
@@ -69,8 +66,8 @@
 %package -n libQt5Svg-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5Svg-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
+Requires:   libQt5Svg-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5Svg-private-headers-devel
 This package provides private headers of libqt5-qtsvg that are normally
@@ -85,19 +82,19 @@
 %build
 export PATH=%_libqt5_bindir:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)
@@ -107,13 +104,13 @@
 
 %files -n libQt5Svg-private-headers-devel
 %defattr(-,root,root,755)
-%_libqt5_includedir/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*/%{so_version}
 
 %files -n libQt5Svg-devel
 %defattr(-,root,root,755)
-%_includedir/qt5/QtSvg
-%exclude %_libqt5_includedir/Qt*/%{so_version}
-%_libqt5_includedir/QtSvg
+%{_libqt5_includedir}/QtSvg
+%exclude %{_libqt5_includedir}/Qt*/%{so_version}
+%{_libqt5_includedir}/QtSvg
 %{_libqt5_libdir}/cmake/Qt5Svg
 %{_libqt5_libdir}/libQt5Svg.la
 %{_libqt5_libdir}/libQt5Svg.prl

++ qtsvg-opensource-src-5.1.0.tar.xz - qtsvg-opensource-src-5.1.1.tar.xz 
++
 17661 lines of diff (skipped)

-- 
To unsubscribe, e-mail: 

commit libqt5-qttools for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qttools for openSUSE:Factory 
checked in at 2013-10-04 13:54:25

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


Package is libqt5-qttools

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qttools/libqt5-qttools.changes
2013-10-01 08:14:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qttools.new/libqt5-qttools.changes   
2013-10-04 13:54:26.0 +0200
@@ -1,0 +2,15 @@
+Wed Sep 11 19:25:27 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Remove qt5config.desktop, as the binary for it doesn't exists
+
+---
+Thu Aug 29 21:03:11 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qttools/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qt5config.desktop
  qttools-opensource-src-5.1.0.tar.xz

New:

  qttools-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qttools.spec ++
--- /var/tmp/diff_new_pack.pXJRsC/_old  2013-10-04 13:54:27.0 +0200
+++ /var/tmp/diff_new_pack.pXJRsC/_new  2013-10-04 13:54:27.0 +0200
@@ -17,30 +17,29 @@
 
 
 Name:   libqt5-qttools
-BuildRequires:  fdupes
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qttools-opensource-src-%{real_version}
-BuildRequires:  libQt5Quick-private-headers-devel
-BuildRequires:  libQt5WebKitWidgets-devel = 5.1.0
-BuildRequires:  libxslt-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 QtTools Module
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 QtTools Module
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
 Source: %{tar_version}.tar.xz
-Source10:   qt5config.desktop
 Source11:   designer5.desktop
 Source12:   linguist5.desktop
 Source13:   assistant5.desktop
 Source14:   assistant5.png
 Source15:   designer5.png
 Source16:   linguist5.png
+BuildRequires:  fdupes
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qttools-opensource-src-%{real_version}
+BuildRequires:  libQt5Quick-private-headers-devel = %{version}
+BuildRequires:  libQt5WebKitWidgets-devel = %{version}
+BuildRequires:  libxslt-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -49,18 +48,16 @@
 
 This package contains base tools, like string, xml, and network handling.
 
-
-
 %prep
 %setup -q -n qttools-opensource-src-%{real_version}
 
 %package devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %name = %version
-Requires:   libQt5Quick-devel
+Requires:   %{name} = %{version}
+Requires:   libQt5Quick-devel = %{version}
+Requires:   libQt5WebKitWidgets-devel = %{version}
 Requires:   libxslt-devel
-Requires:   libQt5WebKitWidgets-devel = 5.1.0
 
 %description devel
 You need this package, if you want to compile programs with qttools.
@@ -68,8 +65,8 @@
 %package private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   %name-devel = %version
-Requires:   libQt5Quick-private-headers-devel
+Requires:   %{name}-devel = %{version}
+Requires:   libQt5Quick-private-headers-devel = %{version}
 
 %description private-headers-devel
 This package provides private headers of libqt5-qttools that are normally
@@ -82,23 +79,23 @@
 %postun -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT/%_libdir -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
-find 

commit libqt5-qtwebkit for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:13.1 
checked in at 2013-10-04 13:54:34

Comparing /work/SRC/openSUSE:13.1/libqt5-qtwebkit (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtwebkit.new (New)


Package is libqt5-qtwebkit

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtwebkit/libqt5-qtwebkit.changes 
2013-10-01 08:14:53.0 +0200
+++ /work/SRC/openSUSE:13.1/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes
2013-10-04 13:54:34.0 +0200
@@ -1,0 +2,16 @@
+Tue Oct  1 19:16:58 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added bison3.patch, fixes build with bison3
+- Postpone gstreamer 1.0 support for 13.2
+
+---
+Thu Aug 29 21:14:24 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtwebkit/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtwebkit-opensource-src-5.1.0.tar.xz

New:

  bison3.patch
  qtwebkit-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.Wr1VBS/_old  2013-10-04 13:54:36.0 +0200
+++ /var/tmp/diff_new_pack.Wr1VBS/_new  2013-10-04 13:54:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebkit
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define libname libQt5WebKitWidgets5
 
 Name:   libqt5-qtwebkit
-Version:5.1.0
+Version:5.1.1
 Release:0
+BuildRequires:  libQt5Quick-private-headers-devel = %{version}
 %define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
+%define real_version 5.1.1
+%define so_version 5.1.1
 %define tar_version qtwebkit-opensource-src-%{real_version}
-BuildRequires:  libQt5Script-devel
-BuildRequires:  libQt5Quick-private-headers-devel
-%if 0%{?suse_version}  1310
+BuildRequires:  libQt5Script-devel = %{version}
+%if 0%{?suse_version}  1320
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-app-0.10)
 BuildRequires:  pkgconfig(gstreamer-base-0.10)
@@ -42,21 +43,24 @@
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 %endif
-BuildRequires:  libicu-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  ruby
-BuildRequires:  flex
-BuildRequires:  bison
-BuildRequires:  gperf
-BuildRequires:  python-xml
-BuildRequires:  xz
-BuildRequires:  procps
-Url:http://qt.digia.com
 Summary:Qt 5 WebKit Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
+# PATCH-FIX-UPSTREAM bison3.patch -- fixes build with bison3
+Patch0: bison3.patch
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch130:   no-Werror-rpath.diff
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gperf
+BuildRequires:  libicu-devel
+BuildRequires:  libxslt-devel
+BuildRequires:  procps
+BuildRequires:  python-xml
+BuildRequires:  ruby
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -66,10 +70,9 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtwebkit-opensource-src-%{real_version}
+%patch0 -p1
 %patch130 -p1
 
 %package -n %libname
@@ -92,12 +95,11 @@
 %description -n libQt5WebKit5
 You need this package, if you want to compile programs with qtwebkit.
 
-
 %package -n libQt5WebKitWidgets-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libQt5WebKit5-devel = %version
+Requires:   %libname = %{version}
+Requires:   libQt5WebKit5-devel = %{version}
 
 %description -n libQt5WebKitWidgets-devel
 You need this package, if you want to compile programs with qtwebkit.
@@ -105,12 +107,12 @@
 %package -n libQt5WebKit5-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   libQt5WebKit5 = %version
-Requires:   libQt5Script-devel
-Requires: 

commit libqt5-qtwebkit for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2013-10-04 13:54:32

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


Package is libqt5-qtwebkit

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2013-10-01 08:14:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes 
2013-10-04 13:54:33.0 +0200
@@ -1,0 +2,16 @@
+Tue Oct  1 19:16:58 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added bison3.patch, fixes build with bison3
+- Postpone gstreamer 1.0 support for 13.2
+
+---
+Thu Aug 29 21:14:24 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtwebkit/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtwebkit-opensource-src-5.1.0.tar.xz

New:

  bison3.patch
  qtwebkit-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.2PE2Pj/_old  2013-10-04 13:54:34.0 +0200
+++ /var/tmp/diff_new_pack.2PE2Pj/_new  2013-10-04 13:54:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebkit
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define libname libQt5WebKitWidgets5
 
 Name:   libqt5-qtwebkit
-Version:5.1.0
+Version:5.1.1
 Release:0
+BuildRequires:  libQt5Quick-private-headers-devel = %{version}
 %define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
+%define real_version 5.1.1
+%define so_version 5.1.1
 %define tar_version qtwebkit-opensource-src-%{real_version}
-BuildRequires:  libQt5Script-devel
-BuildRequires:  libQt5Quick-private-headers-devel
-%if 0%{?suse_version}  1310
+BuildRequires:  libQt5Script-devel = %{version}
+%if 0%{?suse_version}  1320
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-app-0.10)
 BuildRequires:  pkgconfig(gstreamer-base-0.10)
@@ -42,21 +43,24 @@
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
 %endif
-BuildRequires:  libicu-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  ruby
-BuildRequires:  flex
-BuildRequires:  bison
-BuildRequires:  gperf
-BuildRequires:  python-xml
-BuildRequires:  xz
-BuildRequires:  procps
-Url:http://qt.digia.com
 Summary:Qt 5 WebKit Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
+# PATCH-FIX-UPSTREAM bison3.patch -- fixes build with bison3
+Patch0: bison3.patch
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch130:   no-Werror-rpath.diff
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gperf
+BuildRequires:  libicu-devel
+BuildRequires:  libxslt-devel
+BuildRequires:  procps
+BuildRequires:  python-xml
+BuildRequires:  ruby
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -66,10 +70,9 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtwebkit-opensource-src-%{real_version}
+%patch0 -p1
 %patch130 -p1
 
 %package -n %libname
@@ -92,12 +95,11 @@
 %description -n libQt5WebKit5
 You need this package, if you want to compile programs with qtwebkit.
 
-
 %package -n libQt5WebKitWidgets-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   %libname = %version
-Requires:   libQt5WebKit5-devel = %version
+Requires:   %libname = %{version}
+Requires:   libQt5WebKit5-devel = %{version}
 
 %description -n libQt5WebKitWidgets-devel
 You need this package, if you want to compile programs with qtwebkit.
@@ -105,12 +107,12 @@
 %package -n libQt5WebKit5-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
-Requires:   libQt5WebKit5 = %version
-Requires:   libQt5Script-devel

commit libqt5-qtxmlpatterns for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtxmlpatterns for 
openSUSE:Factory checked in at 2013-10-04 13:55:08

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


Package is libqt5-qtxmlpatterns

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns/libqt5-qtxmlpatterns.changes
2013-10-01 08:15:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new/libqt5-qtxmlpatterns.changes
   2013-10-04 13:55:09.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 17:50:06 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtxmlpatterns/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtxmlpatterns-opensource-src-5.1.0.tar.xz

New:

  qtxmlpatterns-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtxmlpatterns.spec ++
--- /var/tmp/diff_new_pack.zOu5fu/_old  2013-10-04 13:55:10.0 +0200
+++ /var/tmp/diff_new_pack.zOu5fu/_new  2013-10-04 13:55:10.0 +0200
@@ -18,20 +18,20 @@
 %define libname libQt5XmlPatterns5
 
 Name:   libqt5-qtxmlpatterns
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtxmlpatterns-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel = %version
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 XmlPatterns Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 XmlPatterns Library
+Url:http://qt.digia.com
 Group:  System/Libraries
 Source: %{tar_version}.tar.xz
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtxmlpatterns-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel = %{version}
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -41,8 +41,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtxmlpatterns-opensource-src-%{real_version}
 
@@ -59,8 +57,8 @@
 %package -n libQt5XmlPatterns-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/C and C++
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel
+Requires:   %libname = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5XmlPatterns-devel
 You need this package, if you want to compile programs with QtXmlPatterns.
@@ -68,8 +66,8 @@
 %package -n libQt5XmlPatterns-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5XmlPatterns-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
+Requires:   libQt5XmlPatterns-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5XmlPatterns-private-headers-devel
 This package provides private headers of libqt5-qtxmlpatterns that are normally
@@ -82,20 +80,20 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
-# put all the binaries to %_bindir, add -qt5 suffix, and symlink them back to 
%_qt5_bindir
+# put all the binaries to %{_bindir}, add -qt5 suffix, and symlink them back 
to %_qt5_bindir
 mkdir %{buildroot}%{_bindir}
 pushd %{buildroot}%{_libqt5_bindir}
 for i in * ; do
@@ -106,11 +104,11 @@
 popd
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)
-%_bindir/*
+%{_bindir}/*
 %{_libqt5_bindir}/*
 %{_libqt5_libdir}/libQt5XmlPatterns.so.*
 

++ qtxmlpatterns-opensource-src-5.1.0.tar.xz - 

commit telepathy-idle for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package telepathy-idle for openSUSE:13.1 
checked in at 2013-10-04 13:55:16

Comparing /work/SRC/openSUSE:13.1/telepathy-idle (Old)
 and  /work/SRC/openSUSE:13.1/.telepathy-idle.new (New)


Package is telepathy-idle

Changes:

--- /work/SRC/openSUSE:13.1/telepathy-idle/telepathy-idle.changes   
2013-09-23 11:10:09.0 +0200
+++ /work/SRC/openSUSE:13.1/.telepathy-idle.new/telepathy-idle.changes  
2013-10-04 13:55:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  3 19:26:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.2.0:
+  + No code changes since 0.1.17.
+
+---

Old:

  telepathy-idle-0.1.17.tar.gz

New:

  telepathy-idle-0.2.0.tar.gz



Other differences:
--
++ telepathy-idle.spec ++
--- /var/tmp/diff_new_pack.EMIaIG/_old  2013-10-04 13:55:17.0 +0200
+++ /var/tmp/diff_new_pack.EMIaIG/_new  2013-10-04 13:55:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   telepathy-idle
-Version:0.1.17
+Version:0.2.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libxslt

++ telepathy-idle-0.1.17.tar.gz - telepathy-idle-0.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-idle-0.1.17/ChangeLog 
new/telepathy-idle-0.2.0/ChangeLog
--- old/telepathy-idle-0.1.17/ChangeLog 2013-09-18 14:17:15.0 +0200
+++ new/telepathy-idle-0.2.0/ChangeLog  2013-10-03 14:13:48.0 +0200
@@ -1,3 +1,9 @@
+commit 22371837e080c41343600ca773fd987e5310baf2
+Author: Guillaume Desmottes guillaume.desmot...@collabora.co.uk
+Date:   2013-10-03 11:28:25 +0200
+
+0.2.0
+
 commit 297c9a8ce746f57b22f807ce0478b3fe3d44a49d
 Author: Guillaume Desmottes guillaume.desmot...@collabora.co.uk
 Date:   2013-09-18 14:13:04 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-idle-0.1.17/NEWS 
new/telepathy-idle-0.2.0/NEWS
--- old/telepathy-idle-0.1.17/NEWS  2013-09-18 14:07:27.0 +0200
+++ new/telepathy-idle-0.2.0/NEWS   2013-10-03 14:12:27.0 +0200
@@ -1,3 +1,10 @@
+telepathy-idle 0.2.0 (2013-10-03)
+=
+
+This is a new stable branch, recommended for GNOME 3.10-based distributions.
+
+No code changes since 0.1.17.
+
 telepathy-idle 0.1.17 (2013-09-18)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-idle-0.1.17/configure 
new/telepathy-idle-0.2.0/configure
--- old/telepathy-idle-0.1.17/configure 2013-09-18 14:07:54.0 +0200
+++ new/telepathy-idle-0.2.0/configure  2013-10-03 14:13:40.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for telepathy-idle 0.1.17.
+# Generated by GNU Autoconf 2.69 for telepathy-idle 0.2.0.
 #
 # Report bugs to 
https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathycomponent=idle.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='telepathy-idle'
 PACKAGE_TARNAME='telepathy-idle'
-PACKAGE_VERSION='0.1.17'
-PACKAGE_STRING='telepathy-idle 0.1.17'
+PACKAGE_VERSION='0.2.0'
+PACKAGE_STRING='telepathy-idle 0.2.0'
 
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathycomponent=idle'
 PACKAGE_URL=''
 
@@ -1354,7 +1354,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 telepathy-idle 0.1.17 to adapt to many kinds of 
systems.
+\`configure' configures telepathy-idle 0.2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1424,7 +1424,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of telepathy-idle 0.1.17:;;
+ short | recursive ) echo Configuration of telepathy-idle 0.2.0:;;
esac
   cat \_ACEOF
 
@@ -1550,7 +1550,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-telepathy-idle configure 0.1.17
+telepathy-idle configure 0.2.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1828,7 +1828,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by telepathy-idle $as_me 0.1.17, which was
+It was created by telepathy-idle $as_me 0.2.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2698,7 +2698,7 @@
 
 # Define 

commit telepathy-idle for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package telepathy-idle for openSUSE:Factory 
checked in at 2013-10-04 13:55:14

Comparing /work/SRC/openSUSE:Factory/telepathy-idle (Old)
 and  /work/SRC/openSUSE:Factory/.telepathy-idle.new (New)


Package is telepathy-idle

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-idle/telepathy-idle.changes
2013-09-23 11:18:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-idle.new/telepathy-idle.changes   
2013-10-04 13:55:15.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  3 19:26:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.2.0:
+  + No code changes since 0.1.17.
+
+---

Old:

  telepathy-idle-0.1.17.tar.gz

New:

  telepathy-idle-0.2.0.tar.gz



Other differences:
--
++ telepathy-idle.spec ++
--- /var/tmp/diff_new_pack.EvkVL8/_old  2013-10-04 13:55:16.0 +0200
+++ /var/tmp/diff_new_pack.EvkVL8/_new  2013-10-04 13:55:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   telepathy-idle
-Version:0.1.17
+Version:0.2.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libxslt

++ telepathy-idle-0.1.17.tar.gz - telepathy-idle-0.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-idle-0.1.17/ChangeLog 
new/telepathy-idle-0.2.0/ChangeLog
--- old/telepathy-idle-0.1.17/ChangeLog 2013-09-18 14:17:15.0 +0200
+++ new/telepathy-idle-0.2.0/ChangeLog  2013-10-03 14:13:48.0 +0200
@@ -1,3 +1,9 @@
+commit 22371837e080c41343600ca773fd987e5310baf2
+Author: Guillaume Desmottes guillaume.desmot...@collabora.co.uk
+Date:   2013-10-03 11:28:25 +0200
+
+0.2.0
+
 commit 297c9a8ce746f57b22f807ce0478b3fe3d44a49d
 Author: Guillaume Desmottes guillaume.desmot...@collabora.co.uk
 Date:   2013-09-18 14:13:04 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-idle-0.1.17/NEWS 
new/telepathy-idle-0.2.0/NEWS
--- old/telepathy-idle-0.1.17/NEWS  2013-09-18 14:07:27.0 +0200
+++ new/telepathy-idle-0.2.0/NEWS   2013-10-03 14:12:27.0 +0200
@@ -1,3 +1,10 @@
+telepathy-idle 0.2.0 (2013-10-03)
+=
+
+This is a new stable branch, recommended for GNOME 3.10-based distributions.
+
+No code changes since 0.1.17.
+
 telepathy-idle 0.1.17 (2013-09-18)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-idle-0.1.17/configure 
new/telepathy-idle-0.2.0/configure
--- old/telepathy-idle-0.1.17/configure 2013-09-18 14:07:54.0 +0200
+++ new/telepathy-idle-0.2.0/configure  2013-10-03 14:13:40.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for telepathy-idle 0.1.17.
+# Generated by GNU Autoconf 2.69 for telepathy-idle 0.2.0.
 #
 # Report bugs to 
https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathycomponent=idle.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='telepathy-idle'
 PACKAGE_TARNAME='telepathy-idle'
-PACKAGE_VERSION='0.1.17'
-PACKAGE_STRING='telepathy-idle 0.1.17'
+PACKAGE_VERSION='0.2.0'
+PACKAGE_STRING='telepathy-idle 0.2.0'
 
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathycomponent=idle'
 PACKAGE_URL=''
 
@@ -1354,7 +1354,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 telepathy-idle 0.1.17 to adapt to many kinds of 
systems.
+\`configure' configures telepathy-idle 0.2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1424,7 +1424,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of telepathy-idle 0.1.17:;;
+ short | recursive ) echo Configuration of telepathy-idle 0.2.0:;;
esac
   cat \_ACEOF
 
@@ -1550,7 +1550,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-telepathy-idle configure 0.1.17
+telepathy-idle configure 0.2.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1828,7 +1828,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by telepathy-idle $as_me 0.1.17, which was
+It was created by telepathy-idle $as_me 0.2.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2698,7 +2698,7 

commit libqt5-qtwebkit-examples for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit-examples for 
openSUSE:13.1 checked in at 2013-10-04 13:55:04

Comparing /work/SRC/openSUSE:13.1/libqt5-qtwebkit-examples (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtwebkit-examples.new (New)


Package is libqt5-qtwebkit-examples

Changes:

--- 
/work/SRC/openSUSE:13.1/libqt5-qtwebkit-examples/libqt5-qtwebkit-examples.changes
   2013-10-01 08:15:02.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.libqt5-qtwebkit-examples.new/libqt5-qtwebkit-examples.changes
  2013-10-04 13:55:05.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 21:11:50 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtwebkit-examples/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtwebkit-examples-opensource-src-5.1.0.tar.xz

New:

  qtwebkit-examples-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtwebkit-examples.spec ++
--- /var/tmp/diff_new_pack.Y2DbeX/_old  2013-10-04 13:55:05.0 +0200
+++ /var/tmp/diff_new_pack.Y2DbeX/_new  2013-10-04 13:55:05.0 +0200
@@ -17,24 +17,25 @@
 
 
 Name:   libqt5-qtwebkit-examples
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define tar_version qtwebkit-examples-opensource-src-%{real_version}
-BuildRequires:  libqt5-qttools-devel = %version
-BuildRequires:  xz
-Requires:   libqt5-qttools-devel = %version
-Url:http://qt.digia.com
-Summary:Qt 5 QtWebKit Examples and Demos
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 QtWebKit Examples and Demos
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
-Provides:  libqt5-qtwebkit-examples-and-demos = %version
-Obsoletes: libqt5-qtwebkit-examples-and-demos  %version
 Source: %{tar_version}.tar.xz
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: build-examples.diff
 # to get mtime of file:
 Source1:libqt5-qtwebkit-examples.changes
+%define base_name libqt5
+%define real_version 5.1.1
+%define tar_version qtwebkit-examples-opensource-src-%{real_version}
+BuildRequires:  libqt5-qttools-devel = %{version}
+BuildRequires:  xz
+Requires:   libqt5-qttools-devel = %{version}
+Provides:   libqt5-qtwebkit-examples-and-demos = %{version}
+Obsoletes:  libqt5-qtwebkit-examples-and-demos  %{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -44,33 +45,31 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtwebkit-examples-opensource-src-%{real_version}
 %patch0
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,755)
-%dir %_libqt5_examplesdir
-%_libqt5_examplesdir/webkitwidgets
-%_libqt5_examplesdir/webkitqml
+%dir %{_libqt5_examplesdir}
+%{_libqt5_examplesdir}/webkitwidgets
+%{_libqt5_examplesdir}/webkitqml
 
 %changelog

++ qtwebkit-examples-opensource-src-5.1.0.tar.xz - 
qtwebkit-examples-opensource-src-5.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebkit-examples-opensource-src-5.1.0/.qmake.conf 
new/qtwebkit-examples-opensource-src-5.1.1/.qmake.conf
--- old/qtwebkit-examples-opensource-src-5.1.0/.qmake.conf  2013-07-02 
09:10:27.0 +0200
+++ new/qtwebkit-examples-opensource-src-5.1.1/.qmake.conf  2013-08-25 
20:05:10.0 +0200
@@ -1,4 +1,4 @@
 load(qt_build_config)
 CONFIG += qt_example_installs
 
-MODULE_VERSION = 5.1.0
+MODULE_VERSION = 5.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebkit-examples-opensource-src-5.1.0/.tag 
new/qtwebkit-examples-opensource-src-5.1.1/.tag
--- 

commit libqt5-qtxmlpatterns for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtxmlpatterns for 
openSUSE:13.1 checked in at 2013-10-04 13:55:09

Comparing /work/SRC/openSUSE:13.1/libqt5-qtxmlpatterns (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtxmlpatterns.new (New)


Package is libqt5-qtxmlpatterns

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtxmlpatterns/libqt5-qtxmlpatterns.changes   
2013-10-01 08:15:12.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.libqt5-qtxmlpatterns.new/libqt5-qtxmlpatterns.changes  
2013-10-04 13:55:11.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 17:50:06 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtxmlpatterns/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtxmlpatterns-opensource-src-5.1.0.tar.xz

New:

  qtxmlpatterns-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtxmlpatterns.spec ++
--- /var/tmp/diff_new_pack.eR9kui/_old  2013-10-04 13:55:11.0 +0200
+++ /var/tmp/diff_new_pack.eR9kui/_new  2013-10-04 13:55:11.0 +0200
@@ -18,20 +18,20 @@
 %define libname libQt5XmlPatterns5
 
 Name:   libqt5-qtxmlpatterns
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtxmlpatterns-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel = %version
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  xz
-Url:http://qt.digia.com
-Summary:Qt 5 XmlPatterns Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 XmlPatterns Library
+Url:http://qt.digia.com
 Group:  System/Libraries
 Source: %{tar_version}.tar.xz
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtxmlpatterns-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel = %{version}
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
+BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -41,8 +41,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtxmlpatterns-opensource-src-%{real_version}
 
@@ -59,8 +57,8 @@
 %package -n libQt5XmlPatterns-devel
 Summary:Qt Development Kit
 Group:  Development/Libraries/C and C++
-Requires:   %libname = %version
-Requires:   libqt5-qtbase-devel
+Requires:   %libname = %{version}
+Requires:   libqt5-qtbase-devel = %{version}
 
 %description -n libQt5XmlPatterns-devel
 You need this package, if you want to compile programs with QtXmlPatterns.
@@ -68,8 +66,8 @@
 %package -n libQt5XmlPatterns-private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libQt5XmlPatterns-devel = %version
-Requires:   libqt5-qtbase-private-headers-devel
+Requires:   libQt5XmlPatterns-devel = %{version}
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5XmlPatterns-private-headers-devel
 This package provides private headers of libqt5-qtxmlpatterns that are normally
@@ -82,20 +80,20 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
-# put all the binaries to %_bindir, add -qt5 suffix, and symlink them back to 
%_qt5_bindir
+# put all the binaries to %{_bindir}, add -qt5 suffix, and symlink them back 
to %_qt5_bindir
 mkdir %{buildroot}%{_bindir}
 pushd %{buildroot}%{_libqt5_bindir}
 for i in * ; do
@@ -106,11 +104,11 @@
 popd
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)
-%_bindir/*
+%{_bindir}/*
 %{_libqt5_bindir}/*
 %{_libqt5_libdir}/libQt5XmlPatterns.so.*
 

++ qtxmlpatterns-opensource-src-5.1.0.tar.xz - 

commit libqt5-qtwebkit-examples for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit-examples for 
openSUSE:Factory checked in at 2013-10-04 13:55:02

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


Package is libqt5-qtwebkit-examples

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtwebkit-examples/libqt5-qtwebkit-examples.changes
2013-10-01 08:14:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit-examples.new/libqt5-qtwebkit-examples.changes
   2013-10-04 13:55:03.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 21:11:50 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtwebkit-examples/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+---

Old:

  qtwebkit-examples-opensource-src-5.1.0.tar.xz

New:

  qtwebkit-examples-opensource-src-5.1.1.tar.xz



Other differences:
--
++ libqt5-qtwebkit-examples.spec ++
--- /var/tmp/diff_new_pack.8Ra4hZ/_old  2013-10-04 13:55:04.0 +0200
+++ /var/tmp/diff_new_pack.8Ra4hZ/_new  2013-10-04 13:55:04.0 +0200
@@ -17,24 +17,25 @@
 
 
 Name:   libqt5-qtwebkit-examples
-Version:5.1.0
+Version:5.1.1
 Release:0
-%define base_name libqt5
-%define real_version 5.1.0
-%define tar_version qtwebkit-examples-opensource-src-%{real_version}
-BuildRequires:  libqt5-qttools-devel = %version
-BuildRequires:  xz
-Requires:   libqt5-qttools-devel = %version
-Url:http://qt.digia.com
-Summary:Qt 5 QtWebKit Examples and Demos
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:Qt 5 QtWebKit Examples and Demos
+Url:http://qt.digia.com
 Group:  Development/Libraries/X11
-Provides:  libqt5-qtwebkit-examples-and-demos = %version
-Obsoletes: libqt5-qtwebkit-examples-and-demos  %version
 Source: %{tar_version}.tar.xz
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: build-examples.diff
 # to get mtime of file:
 Source1:libqt5-qtwebkit-examples.changes
+%define base_name libqt5
+%define real_version 5.1.1
+%define tar_version qtwebkit-examples-opensource-src-%{real_version}
+BuildRequires:  libqt5-qttools-devel = %{version}
+BuildRequires:  xz
+Requires:   libqt5-qttools-devel = %{version}
+Provides:   libqt5-qtwebkit-examples-and-demos = %{version}
+Obsoletes:  libqt5-qtwebkit-examples-and-demos  %{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -44,33 +45,31 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtwebkit-examples-opensource-src-%{real_version}
 %patch0
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
+export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
+export MAKEFLAGS=%{?_smp_mflags}
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
+make INSTALL_ROOT=%{buildroot} install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,755)
-%dir %_libqt5_examplesdir
-%_libqt5_examplesdir/webkitwidgets
-%_libqt5_examplesdir/webkitqml
+%dir %{_libqt5_examplesdir}
+%{_libqt5_examplesdir}/webkitwidgets
+%{_libqt5_examplesdir}/webkitqml
 
 %changelog

++ qtwebkit-examples-opensource-src-5.1.0.tar.xz - 
qtwebkit-examples-opensource-src-5.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebkit-examples-opensource-src-5.1.0/.qmake.conf 
new/qtwebkit-examples-opensource-src-5.1.1/.qmake.conf
--- old/qtwebkit-examples-opensource-src-5.1.0/.qmake.conf  2013-07-02 
09:10:27.0 +0200
+++ new/qtwebkit-examples-opensource-src-5.1.1/.qmake.conf  2013-08-25 
20:05:10.0 +0200
@@ -1,4 +1,4 @@
 load(qt_build_config)
 CONFIG += qt_example_installs
 
-MODULE_VERSION = 5.1.0
+MODULE_VERSION = 5.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebkit-examples-opensource-src-5.1.0/.tag 
new/qtwebkit-examples-opensource-src-5.1.1/.tag
--- 

commit amavisd-new for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for openSUSE:13.1 
checked in at 2013-10-04 15:56:25

Comparing /work/SRC/openSUSE:13.1/amavisd-new (Old)
 and  /work/SRC/openSUSE:13.1/.amavisd-new.new (New)


Package is amavisd-new

Changes:

--- /work/SRC/openSUSE:13.1/amavisd-new/amavisd-new.changes 2013-09-25 
16:58:05.0 +0200
+++ /work/SRC/openSUSE:13.1/.amavisd-new.new/amavisd-new.changes
2013-10-04 15:56:31.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  3 15:56:34 UTC 2013 - opens...@cboltz.de
+
+- fix clamd socket location (bnc#809580)
+
+---



Other differences:
--
++ activate_virus_scanner.diff ++
--- /var/tmp/diff_new_pack.3orljQ/_old  2013-10-04 15:56:31.0 +0200
+++ /var/tmp/diff_new_pack.3orljQ/_new  2013-10-04 15:56:31.0 +0200
@@ -1,8 +1,8 @@
-diff --git a/amavisd.conf b/amavisd.conf
-index 7f2c25c..ac61272 100644
 a/amavisd.conf
-+++ b/amavisd.conf
-@@ -371,10 +371,10 @@ $banned_filename_re = new_RE(
+Index: amavisd.conf
+===
+--- a/amavisd.conf.orig2012-08-30 17:00:16.0 +0200
 b/amavisd.conf 2013-10-03 17:55:16.010474859 +0200
+@@ -376,10 +376,10 @@ $banned_filename_re = new_RE(
  # settings for the SAVAPI3.conf: ArchiveScan=1, HeurLevel=2, MailboxScan=1
  
  # ### http://www.clamav.net/
@@ -11,7 +11,7 @@
 -#   qr/\bOK$/m, qr/\bFOUND$/m,
 -#   qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
 +['ClamAV-clamd',
-+   \ask_daemon, [CONTSCAN {}\n, /var/run/clamav/clamd.sock],
++   \ask_daemon, [CONTSCAN {}\n, /run/clamav/clamd-socket],
 +   qr/\bOK$/m, qr/\bFOUND$/m,
 +   qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
  # # NOTE: run clamd under the same user as amavisd - or run it under its own

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



commit debhelper for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package debhelper for openSUSE:Factory 
checked in at 2013-10-04 15:57:15

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


Package is debhelper

Changes:

--- /work/SRC/openSUSE:Factory/debhelper/debhelper.changes  2012-10-04 
19:34:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.debhelper.new/debhelper.changes 2013-10-04 
15:57:16.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 02:43:46 UTC 2013 - frank.lichtenh...@sophos.com
+
+- import upstream patch debhelper-findutils.patch from Git
+* Avoid find -perm +mode breakage caused by findutils 4.5.11,
+  by instead using -perm /mode (deb#700200)
+
+---

New:

  debhelper-findutils.patch



Other differences:
--
++ debhelper.spec ++
--- /var/tmp/diff_new_pack.I44uqj/_old  2013-10-04 15:57:17.0 +0200
+++ /var/tmp/diff_new_pack.I44uqj/_new  2013-10-04 15:57:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package debhelper
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,8 @@
 Patch0: debhelper-no-localized-manpages.patch
 # PATCH-FIX-UPSTREAM remove --utf8 since we only build En manpages.
 Patch1: debhelper-pod2man-no-utf8.patch
+# PATCH-FIX-UPSTREAM fix problems with new findutils
+Patch2: debhelper-findutils.patch
 Requires:   dpkg
 %if 0%{?suse_version}
 Requires:   perl = %{perl_version}
@@ -49,6 +51,7 @@
 %setup -q -n %{name}
 
 %patch0 -p1
+%patch2 -p1
 %if 0%{?suse_version}  0%{?suse_version}  1130
 %patch1 -p1
 %endif

++ debhelper-findutils.patch ++
From: Joey Hess j...@kitenet.net
Date: Sat, 9 Feb 2013 21:38:42 + (-0400)
Subject: Avoid find -perm +mode breakage caused by findutils 4.5.11, by instead 
using -perm... 
X-Git-Tag: 9.20130504~7
X-Git-Url: 
http://anonscm.debian.org/gitweb/?p=debhelper%2Fdebhelper.git;a=commitdiff_plain;h=e9fe3cee83cdcc4df978fb1761009dfc124add92;hp=7765a25a48492d2d971c836c8e609422c540d721

Avoid find -perm +mode breakage caused by findutils 4.5.11, by instead using 
-perm /mode. Closes: #700200
---

Index: debhelper/Makefile
===
--- debhelper.orig/Makefile
+++ debhelper/Makefile
@@ -1,5 +1,5 @@
 # List of files of dh_* commands. Sorted for debhelper man page.
-COMMANDS=$(shell find . -maxdepth 1 -type f -perm +100 -name dh_* -printf 
%f\n | sort)
+COMMANDS=$(shell find . -maxdepth 1 -type f -perm /100 -name dh_* -printf 
%f\n | sort)
 
 # Find deprecated commands by looking at their synopsis.
 DEPRECATED=$(shell egrep -l '^dh_.* - .*deprecated' $(COMMANDS))
@@ -41,7 +41,7 @@ PERLLIBDIR=$(shell perl -MConfig -e 'pri
 POD2MAN=pod2man --utf8 -c Debhelper -r $(VERSION)
 
 build: version debhelper.7
-   find . -maxdepth 1 -type f -perm +100 -name dh* \
+   find . -maxdepth 1 -type f -perm /100 -name dh* \
-exec $(POD2MAN) {} {}.1 \;
 
 version:
Index: debhelper/dh_shlibdeps
===
--- debhelper.orig/dh_shlibdeps
+++ debhelper/dh_shlibdeps
@@ -129,7 +129,7 @@ foreach my $package (@{$dh{DOPACKAGES}})
if (defined($dh{EXCLUDE_FIND})  $dh{EXCLUDE_FIND} ne '') {
$find_options=! \\( $dh{EXCLUDE_FIND} \\);
}
-   foreach my $file (split(/\n/,`find $tmp -type f \\( -perm +111 -or 
-name *.so* -or -name *.cmxs \\) $find_options -print`)) {
+   foreach my $file (split(/\n/,`find $tmp -type f \\( -perm /111 -or 
-name *.so* -or -name *.cmxs \\) $find_options -print`)) {
# Prune directories that contain separated debug symbols.
next if 
$file=~m!^\Q$tmp\E/usr/lib/debug/(lib|lib64|usr|bin|sbin|opt|dev|emul)/!;
# TODO this is slow, optimize. Ie, file can run once on
Index: debhelper/dh_suidregister
===
--- debhelper.orig/dh_suidregister
+++ debhelper/dh_suidregister
@@ -53,7 +53,7 @@ foreach my $package (@{$dh{DOPACKAGES}})
if (! @files  ! $suid) {
# No files specified (and no empty debian/suid file), so
# guess what files to process.
-   @files=split(/\n/,`find $tmp -type f -perm +6000`);
+   @files=split(/\n/,`find $tmp -type f -perm /6000`);
 
# Strip the debian working directory off of the filenames.

commit gcin for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package gcin for openSUSE:Factory checked in 
at 2013-10-04 15:58:10

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


Package is gcin

Changes:

--- /work/SRC/openSUSE:Factory/gcin/gcin.changes2013-07-29 
17:41:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcin.new/gcin.changes   2013-10-04 
15:58:11.0 +0200
@@ -1,0 +2,17 @@
+Thu Oct  3 07:24:22 UTC 2013 - i...@marguerite.su
+
+- remove gcin_scripts_modify-XIM_103.diff
+  * qt3 is long dead, just drop scripts/modify-XIM which was also
+targeting for Mandriva/Fedora
+- split gcin-gtk2-immodule, it's better
+- fix xim.d-gcin
+  * can't input in firefox/chrome, have to export GTK3_IM_MODULE
+  * /usr/bin is already in $PATH. no /usr/X11R6/bin at all.
+  * remove skim part, as it's dropped from openSUSE, newer scim
+don't need skim to support kde4/kde3.
+  * remove the useless LC_TYPE test, we're installed, we just keep
+every locale work, so just export'em.
+- add patch: gcin-2.8.1-gtk_immodules_path.patch
+  * fix gtk2/3 immodule install path
+
+---

Old:

  gcin_scripts_modify-XIM_103.diff

New:

  gcin-2.8.1-gtk_immodules_path.patch



Other differences:
--
++ gcin.spec ++
--- /var/tmp/diff_new_pack.I5f3dB/_old  2013-10-04 15:58:13.0 +0200
+++ /var/tmp/diff_new_pack.I5f3dB/_new  2013-10-04 15:58:13.0 +0200
@@ -16,41 +16,42 @@
 #
 
 
-Summary:Chinese input method server
-License:LGPL-2.1
-Group:  System/I18n/Chinese
 Name:   gcin
 Version:2.8.1
 Release:0
+Summary:Chinese input method server
+License:LGPL-2.1
+Group:  System/I18n/Chinese
 Url:http://hyperrate.com/dir.php?eid=67
-Source0:gcin-%{version}.tar.bz2
+Source: gcin-%{version}.tar.bz2
 Source1:xim.d-gcin
 Source2:gcin-README.suse
 Source3:xim.gcin.suse.template
-Patch1: gcin_scripts_modify-XIM_103.diff
-Patch2: icon_path.diff
-Patch3: gcin-libdir.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+# PATCH-FIX-UPSTREAM g...@suse.com - just install the _only_ icon to pixmaps
+Patch1: icon_path.diff
+# PATCH-FIX-UPSTREAM swy...@opensuse.org - fix qt3 detection in configure
+Patch2: gcin-libdir.patch
+# PATCH-FIX-UPSTREAM marguer...@opensuse.org - fix gtk2/3 immodules install 
path
+Patch3: gcin-2.8.1-gtk_immodules_path.patch
 BuildRequires:  anthy-devel
+BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
-%gtk2_immodule_requires
-%if %suse_version  1130
+%if 0%{?suse_version}  1130
 BuildRequires:  gtk3-devel
 %endif
 Requires:   %{name}-branding
-Requires:   %{name}-qt4-immodule
-Requires:   gtk2 = 2.2.4
-%if %suse_version  1130
-Requires:   %{name}-gtk3-immodule
+Requires:   %{name}-gtk2-immodule = %{version}
+Requires:   %{name}-qt4-immodule = %{version}
+%if 0%{?suse_version}  1130
+Requires:   %{name}-gtk3-immodule = %{version}
 %endif
-PreReq: /usr/bin/touch
-Provides:   locale(zh_TW;zh_HK;zh_MO)
 Recommends: libreoffice-gnome
+Provides:   locale(zh_TW;zh_HK;zh_MO)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 gcin is a Chinese input method server for traditional Chinese. 
@@ -60,14 +61,24 @@
 Summary:Upstream branding of gcin
 License:LGPL-2.1
 Group:  System/I18n/Chinese
+Requires:   gcin = %{version}
 Supplements:packageand(%{name}:branding-upstream)
 Provides:   %{name}-branding = %{version}
 Conflicts:  otherproviders(%{name}-branding)
-Requires:   gcin
 
 %description branding-upstream
 This package provides upstream look and feel for gcin
 
+%package gtk2-immodule
+Summary:Gcin gtk3 immodule
+License:LGPL-2.1
+Group:  System/I18n/Chinese
+Requires:   %{name} = %{version}
+%gtk2_immodule_requires
+
+%description gtk2-immodule
+gcin gtk2 immodule, support gtk2-based applications
+
 %package qt4-immodule
 Summary:Gcin qt4 immodule
 License:GPL-2.0
@@ -86,7 +97,7 @@
 %description anthy-module
 gcin anthy module, try this to input Japanese with libanthy
 
-%if %suse_version  1130
+%if 0%{?suse_version}  1130
 
 %package gtk3-immodule
 Summary:Gcin gtk3 immodule
@@ -100,32 +111,39 @@
 %endif
 
 %prep
-%setup 
-%patch1
+%setup -q
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 
+cp -r %{SOURCE2} .
+cp -r %{SOURCE3} .
+
+# scripts/modify-XIM is mainly for 

commit netpbm for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory checked 
in at 2013-10-04 15:59:10

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


Package is netpbm

Changes:

--- /work/SRC/openSUSE:Factory/netpbm/netpbm.changes2013-09-11 
12:56:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.netpbm.new/netpbm.changes   2013-10-04 
15:59:11.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  3 20:47:11 UTC 2013 - dval...@suse.com
+
+- fix include syntax for BigEndian platforms
+  (wordaccess-include-be.patch) 
+
+---

New:

  wordaccess-include-be.patch



Other differences:
--
++ netpbm.spec ++
--- /var/tmp/diff_new_pack.KObcZf/_old  2013-10-04 15:59:12.0 +0200
+++ /var/tmp/diff_new_pack.KObcZf/_new  2013-10-04 15:59:12.0 +0200
@@ -43,6 +43,7 @@
 # workaround to #839584 -- just to meet 13.1 beta1 freeze, it
 # can be removed as soon as jasper enters factory
 Patch6: %{name}-stdbool-after-jasper.patch
+Patch7: wordaccess-include-be.patch
 BuildRequires:  flex
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
@@ -116,6 +117,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6
+%patch7 -p1
 mkdir pnmtopalm # for %doc pnmtopalm
 cp -p converter/other/pnmtopalm/{LICENSE,README} pnmtopalm
 

++ wordaccess-include-be.patch ++
Index: netpbm-10.63.1/lib/util/wordaccess.h
===
--- netpbm-10.63.1.orig/lib/util/wordaccess.h
+++ netpbm-10.63.1/lib/util/wordaccess.h
@@ -49,10 +49,10 @@
   #include wordaccess_generic.h
 #elif BYTE_ORDER == BIG_ENDIAN
   #if UNALIGNED_OK
- #include wordaccess_be_unaligned.h
+ #include wordaccess_be_unaligned.h
   #else
 /* Sparc */
-#include wordaccess_be_aligned.h
+#include wordaccess_be_aligned.h
   #endif
 #elif HAVE_GCC_BITCOUNT
   #if (BITS_PER_LONG == 64)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libreoffice-languagetool for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-languagetool for 
openSUSE:13.1 checked in at 2013-10-04 15:58:39

Comparing /work/SRC/openSUSE:13.1/libreoffice-languagetool (Old)
 and  /work/SRC/openSUSE:13.1/.libreoffice-languagetool.new (New)


Package is libreoffice-languagetool

Changes:

--- 
/work/SRC/openSUSE:13.1/libreoffice-languagetool/libreoffice-languagetool.changes
   2013-09-23 10:58:42.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.libreoffice-languagetool.new/libreoffice-languagetool.changes
  2013-10-04 15:58:42.0 +0200
@@ -1,0 +2,33 @@
+Fri Feb 15 13:18:52 UTC 2013 - pmla...@suse.com
+
+- update to version 2.0:
+* updated rules and dictionaries for almost all languages
+* more explanation via URLs
+* wrong error message for some rules
+* ConcurrentModificationException (sf#3572536)
+* false alarm about uppercase words (sf#3534637) 
+* consecutive tab characters are not longer an error
+* ellipsis … is not longer considered as a sentence separator
+* separate rules for different local variants of a language (sf#3287388)
+- add sources for few 3rd party modules to meet the license needs:
+* lucene-gosen-ipadic-1.2.1
+* junit-4.10
+* bliki-3.0.3
+* jna-3.4.0
+* xtc-core (swc-*.jar sources)
+- package new dictionaries: Asturian, Breton, Danish, Tagalog, Chinese
+- add xz to BuildRequires and use xz-compressed source tarball
+- update list of licenses
+- languagetool-2.0-package-dicts-separately.patch: use a faster approach
+  to detect the installed dictionaries (bnc#785203)
+- languagetool-2.0-system-lo-jars.patch: build with system LO
+- languagetool-2.0-no-broken-help.patch: do not register the broken help
+- languagetool-2.0-remove-problematic-language-variants.patch: do not list
+  language variants that are not supported by LO
+- install dictionaries to the same location as the extension; it works
+  because we do not longer use the system cache (fdo#53006, fdo#51252)
+- update post install scripts:
+- unopkg is not longer needed (fdo#53006, fdo#51252)
+- better clean up (bnc#659549)
+
+---

Old:

  JLanguageTool-0.9.3-system-ooo-jars.diff
  JLanguageTool-1.4-no-broken-help.diff
  JLanguageTool-1.4-package-dicts-separately.diff
  JLanguageTool-1.4.tar.bz2

New:

  bliki-3.0.3.tar.xz
  jna-3.4.0-sources.jar
  junit-4.10-src.jar
  languagetool-2.0-no-broken-help.patch
  languagetool-2.0-package-dicts-separately.patch
  languagetool-2.0-remove-problematic-language-variants.patch
  languagetool-2.0-system-lo-jars.patch
  languagetool-2.0.tar.xz
  lucene-gosen-ipadic-1.2.1-sources.jar
  xtc-core-1.15.0.zip



Other differences:
--
++ libreoffice-languagetool.spec ++
 827 lines (skipped)
 between 
/work/SRC/openSUSE:13.1/libreoffice-languagetool/libreoffice-languagetool.spec
 and 
/work/SRC/openSUSE:13.1/.libreoffice-languagetool.new/libreoffice-languagetool.spec

++ languagetool-2.0-no-broken-help.patch ++
--- languagetool-2.0/openoffice/META-INF/manifest.xml.old   2012-12-30 
16:47:10.0 +0100
+++ languagetool-2.0/openoffice/META-INF/manifest.xml   2013-02-15 
10:58:04.0 +0100
@@ -7,5 +7,4 @@
manifest:file-entry

manifest:media-type=application/vnd.sun.star.configuration-data
manifest:full-path=Linguistic.xcu /
-manifest:file-entry manifest:full-path=help 
manifest:media-type=application/vnd.sun.star.help/
 /manifest:manifest
\ Chybí znak konce řádku na konci souboru
++ languagetool-2.0-package-dicts-separately.patch ++
Index: languagetool-2.0/build.xml
===
--- languagetool-2.0.orig/build.xml
+++ languagetool-2.0/build.xml
@@ -518,8 +518,6 @@
 
 copy file=${lang.resource.dir}/ast/ast.ngp 
todir=${lang.dist.dir}/ast /
 
-copy file=${lang.resource.dir}/be/be.ngp 
todir=${lang.dist.dir}/be /
-
 copy file=${lang.resource.dir}/en/tagset.txt 
todir=${lang.dist.dir}/en /
 copy file=${lang.resource.dir}/en/english.dict 
todir=${lang.dist.dir}/en /
 copy file=${lang.resource.dir}/en/english.info 
todir=${lang.dist.dir}/en /
@@ -535,11 +533,6 @@
 copy file=${lang.resource.dir}/tl/README.txt 
todir=${lang.dist.dir}/tl /
 copy file=${lang.resource.dir}/tl/tl.ngp 
todir=${lang.dist.dir}/tl /
 
-copy file=${lang.resource.dir}/eo/etikedoj.txt 
todir=${lang.dist.dir}/eo /
-copy file=${lang.resource.dir}/eo/manual-tagger.txt 
todir=${lang.dist.dir}/eo /
-copy file=${lang.resource.dir}/eo/disambiguation.xml 
todir=${lang.dist.dir}/eo /
-copy 

commit libreoffice-languagetool for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-languagetool for 
openSUSE:Factory checked in at 2013-10-04 15:58:37

Comparing /work/SRC/openSUSE:Factory/libreoffice-languagetool (Old)
 and  /work/SRC/openSUSE:Factory/.libreoffice-languagetool.new (New)


Package is libreoffice-languagetool

Changes:

--- 
/work/SRC/openSUSE:Factory/libreoffice-languagetool/libreoffice-languagetool.changes
2012-04-04 19:21:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-languagetool.new/libreoffice-languagetool.changes
   2013-10-04 15:58:40.0 +0200
@@ -1,0 +2,33 @@
+Fri Feb 15 13:18:52 UTC 2013 - pmla...@suse.com
+
+- update to version 2.0:
+* updated rules and dictionaries for almost all languages
+* more explanation via URLs
+* wrong error message for some rules
+* ConcurrentModificationException (sf#3572536)
+* false alarm about uppercase words (sf#3534637) 
+* consecutive tab characters are not longer an error
+* ellipsis … is not longer considered as a sentence separator
+* separate rules for different local variants of a language (sf#3287388)
+- add sources for few 3rd party modules to meet the license needs:
+* lucene-gosen-ipadic-1.2.1
+* junit-4.10
+* bliki-3.0.3
+* jna-3.4.0
+* xtc-core (swc-*.jar sources)
+- package new dictionaries: Asturian, Breton, Danish, Tagalog, Chinese
+- add xz to BuildRequires and use xz-compressed source tarball
+- update list of licenses
+- languagetool-2.0-package-dicts-separately.patch: use a faster approach
+  to detect the installed dictionaries (bnc#785203)
+- languagetool-2.0-system-lo-jars.patch: build with system LO
+- languagetool-2.0-no-broken-help.patch: do not register the broken help
+- languagetool-2.0-remove-problematic-language-variants.patch: do not list
+  language variants that are not supported by LO
+- install dictionaries to the same location as the extension; it works
+  because we do not longer use the system cache (fdo#53006, fdo#51252)
+- update post install scripts:
+- unopkg is not longer needed (fdo#53006, fdo#51252)
+- better clean up (bnc#659549)
+
+---

Old:

  JLanguageTool-0.9.3-system-ooo-jars.diff
  JLanguageTool-1.4-no-broken-help.diff
  JLanguageTool-1.4-package-dicts-separately.diff
  JLanguageTool-1.4.tar.bz2

New:

  bliki-3.0.3.tar.xz
  jna-3.4.0-sources.jar
  junit-4.10-src.jar
  languagetool-2.0-no-broken-help.patch
  languagetool-2.0-package-dicts-separately.patch
  languagetool-2.0-remove-problematic-language-variants.patch
  languagetool-2.0-system-lo-jars.patch
  languagetool-2.0.tar.xz
  lucene-gosen-ipadic-1.2.1-sources.jar
  xtc-core-1.15.0.zip



Other differences:
--
++ libreoffice-languagetool.spec ++
 827 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/libreoffice-languagetool/libreoffice-languagetool.spec
 and 
/work/SRC/openSUSE:Factory/.libreoffice-languagetool.new/libreoffice-languagetool.spec

++ languagetool-2.0-no-broken-help.patch ++
--- languagetool-2.0/openoffice/META-INF/manifest.xml.old   2012-12-30 
16:47:10.0 +0100
+++ languagetool-2.0/openoffice/META-INF/manifest.xml   2013-02-15 
10:58:04.0 +0100
@@ -7,5 +7,4 @@
manifest:file-entry

manifest:media-type=application/vnd.sun.star.configuration-data
manifest:full-path=Linguistic.xcu /
-manifest:file-entry manifest:full-path=help 
manifest:media-type=application/vnd.sun.star.help/
 /manifest:manifest
\ Chybí znak konce řádku na konci souboru
++ languagetool-2.0-package-dicts-separately.patch ++
Index: languagetool-2.0/build.xml
===
--- languagetool-2.0.orig/build.xml
+++ languagetool-2.0/build.xml
@@ -518,8 +518,6 @@
 
 copy file=${lang.resource.dir}/ast/ast.ngp 
todir=${lang.dist.dir}/ast /
 
-copy file=${lang.resource.dir}/be/be.ngp 
todir=${lang.dist.dir}/be /
-
 copy file=${lang.resource.dir}/en/tagset.txt 
todir=${lang.dist.dir}/en /
 copy file=${lang.resource.dir}/en/english.dict 
todir=${lang.dist.dir}/en /
 copy file=${lang.resource.dir}/en/english.info 
todir=${lang.dist.dir}/en /
@@ -535,11 +533,6 @@
 copy file=${lang.resource.dir}/tl/README.txt 
todir=${lang.dist.dir}/tl /
 copy file=${lang.resource.dir}/tl/tl.ngp 
todir=${lang.dist.dir}/tl /
 
-copy file=${lang.resource.dir}/eo/etikedoj.txt 
todir=${lang.dist.dir}/eo /
-copy file=${lang.resource.dir}/eo/manual-tagger.txt 
todir=${lang.dist.dir}/eo /
-copy file=${lang.resource.dir}/eo/disambiguation.xml 
todir=${lang.dist.dir}/eo /
- 

commit netpbm for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package netpbm for openSUSE:13.1 checked in 
at 2013-10-04 15:59:13

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


Package is netpbm

Changes:

--- /work/SRC/openSUSE:13.1/netpbm/netpbm.changes   2013-09-23 
11:01:26.0 +0200
+++ /work/SRC/openSUSE:13.1/.netpbm.new/netpbm.changes  2013-10-04 
15:59:14.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  3 20:47:11 UTC 2013 - dval...@suse.com
+
+- fix include syntax for BigEndian platforms
+  (wordaccess-include-be.patch) 
+
+---

New:

  wordaccess-include-be.patch



Other differences:
--
++ netpbm.spec ++
--- /var/tmp/diff_new_pack.MrMaNp/_old  2013-10-04 15:59:14.0 +0200
+++ /var/tmp/diff_new_pack.MrMaNp/_new  2013-10-04 15:59:14.0 +0200
@@ -43,6 +43,7 @@
 # workaround to #839584 -- just to meet 13.1 beta1 freeze, it
 # can be removed as soon as jasper enters factory
 Patch6: %{name}-stdbool-after-jasper.patch
+Patch7: wordaccess-include-be.patch
 BuildRequires:  flex
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
@@ -116,6 +117,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6
+%patch7 -p1
 mkdir pnmtopalm # for %doc pnmtopalm
 cp -p converter/other/pnmtopalm/{LICENSE,README} pnmtopalm
 

++ wordaccess-include-be.patch ++
Index: netpbm-10.63.1/lib/util/wordaccess.h
===
--- netpbm-10.63.1.orig/lib/util/wordaccess.h
+++ netpbm-10.63.1/lib/util/wordaccess.h
@@ -49,10 +49,10 @@
   #include wordaccess_generic.h
 #elif BYTE_ORDER == BIG_ENDIAN
   #if UNALIGNED_OK
- #include wordaccess_be_unaligned.h
+ #include wordaccess_be_unaligned.h
   #else
 /* Sparc */
-#include wordaccess_be_aligned.h
+#include wordaccess_be_aligned.h
   #endif
 #elif HAVE_GCC_BITCOUNT
   #if (BITS_PER_LONG == 64)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-NetPacket for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package perl-NetPacket for openSUSE:Factory 
checked in at 2013-10-04 16:00:30

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


Package is perl-NetPacket

Changes:

--- /work/SRC/openSUSE:Factory/perl-NetPacket/perl-NetPacket.changes
2013-09-08 11:40:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetPacket.new/perl-NetPacket.changes   
2013-10-04 16:00:31.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct  3 13:48:17 UTC 2013 - dval...@suse.com
+
+- USB is little endian, so we need to convert it on BigEndian
+  platforms (perl-NetPacket-bigendian.patch)
+  upstream commit fc0563f746c44387d77e70792628fe2a03628751 
+
+---

New:

  perl-NetPacket-bigendian.patch



Other differences:
--
++ perl-NetPacket.spec ++
--- /var/tmp/diff_new_pack.EB4ICM/_old  2013-10-04 16:00:33.0 +0200
+++ /var/tmp/diff_new_pack.EB4ICM/_new  2013-10-04 16:00:33.0 +0200
@@ -24,6 +24,7 @@
 Group:  Development/Libraries/Perl
 Source: 
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/NetPacket-%{version}.tar.gz
 Patch1: perl-NetPacket-backport.patch
+Patch2: perl-NetPacket-bigendian.patch
 Url:http://search.cpan.org/dist/NetPacket
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -57,6 +58,7 @@
 %prep
 %setup -q -n NetPacket-%{version}
 %patch1
+%patch2 -p1
 
 %build
 %__perl ./Build.PL

++ perl-NetPacket-bigendian.patch ++
Index: NetPacket-1.4.1/lib/NetPacket/USBMon.pm
===
--- NetPacket-1.4.1.orig/lib/NetPacket/USBMon.pm
+++ NetPacket-1.4.1/lib/NetPacket/USBMon.pm
@@ -65,14 +65,14 @@ sub decode
 my($id, $type, $xfer_type, $epnum, $devnum, $busnum, $flag_setup,
 $flag_data, $ts_sec, $ts_usec, $status, $length, $len_cap,
 $s, $interval, $start_frame, $xfer_flags, $ndesc, $rest) =
-unpack('a8SCCa8liIIa8llLLa*', $packet);
+unpack('a8SCCa8liIIa8llLLa*', $packet);
 
 # Try to grok quads. We may loose some address information with 32-bit
 # Perl parsing 64-bit captures, or timestamp after 2038. Still the best
 # we can do.
 eval {
-  $id = unpack ('Q', $id);
-  $ts_sec = unpack ('Q', $ts_sec);
+  $id = unpack ('Q', $id);
+  $ts_sec = unpack ('Q', $ts_sec);
 };
 if ($@) {
   ($id) = unpack ('LL', $id);
@@ -115,7 +115,7 @@ sub decode
 
 if ($setup-{bmRequestType}  USB_TYPE_VENDOR) {
($setup-{wValue}, $setup-{wIndex},
-$setup-{wLength}) = unpack('S3', $rest);
+$setup-{wLength}) = unpack('S3', $rest);
 } else {
 # Unknown setup request;
 $setup-{data} = $rest;
@@ -127,7 +127,7 @@ sub decode
 # Isochronous descriptors
 if ($self-{xfer_type} == USB_XFER_TYPE_ISO) {
 my $iso = {};
-   ($iso-{error_count}, $iso-{numdesc}) = unpack('ii', $s);
+   ($iso-{error_count}, $iso-{numdesc}) = unpack('ii', $s);
 $self-{iso} = $iso;
 }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit snapper for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2013-10-04 16:01:17

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


Package is snapper

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2013-09-11 
17:15:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2013-10-04 
16:01:18.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct 01 15:46:19 CEST 2013 - aschn...@suse.de
+
+- restrict permissions on .snapshots subvolume (bnc#843219)
+
+---
+Mon Sep 30 14:20:22 CEST 2013 - aschn...@suse.de
+
+- merged support for handling inactive LVM LVs from oniko
+
+---



Other differences:
--
++ snapper-0.1.6.tar.bz2 ++
 2458 lines of diff (skipped)

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



commit snapper for openSUSE:13.1

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:13.1 checked in 
at 2013-10-04 16:01:18

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


Package is snapper

Changes:

--- /work/SRC/openSUSE:13.1/snapper/snapper.changes 2013-09-23 
11:09:19.0 +0200
+++ /work/SRC/openSUSE:13.1/.snapper.new/snapper.changes2013-10-04 
16:01:19.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct 01 15:46:19 CEST 2013 - aschn...@suse.de
+
+- restrict permissions on .snapshots subvolume (bnc#843219)
+
+---
+Mon Sep 30 14:20:22 CEST 2013 - aschn...@suse.de
+
+- merged support for handling inactive LVM LVs from oniko
+
+---



Other differences:
--
++ snapper-0.1.6.tar.bz2 ++
 2458 lines of diff (skipped)

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



commit ipmitool for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package ipmitool for openSUSE:Factory 
checked in at 2013-10-04 16:15:14

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


Package is ipmitool

Changes:

--- /work/SRC/openSUSE:Factory/ipmitool/ipmitool.changes2013-07-16 
16:36:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.ipmitool.new/ipmitool.changes   2013-10-04 
16:15:16.0 +0200
@@ -1,0 +2,14 @@
+Fri Oct  4 06:38:02 UTC 2013 - kkae...@suse.com
+
+- Update to 1.8.13
+  Changes: many, see
+  http://sourceforge.net/projects/ipmitool/files/ipmitool/1.8.13/
+
+- drop patches included upstream
+  * compile-fixes.patch
+  * ekanalyzer_fix_wrong_type_comparison.patch
+  * increase_possible_fw_file_size.patch
+  * ipmitool-bigendian.patch
+  * old-gcc-options.patch
+
+---
@@ -27,0 +42 @@
+

Old:

  compile-fixes
  ekanalyzer_fix_wrong_type_comparison.patch
  increase_possible_fw_file_size.patch
  ipmitool-1.8.12.tar.bz2
  ipmitool-bigendian.patch
  old-gcc-options.patch

New:

  ipmitool-1.8.13.tar.bz2



Other differences:
--
++ ipmitool.spec ++
--- /var/tmp/diff_new_pack.QH5MA7/_old  2013-10-04 16:15:17.0 +0200
+++ /var/tmp/diff_new_pack.QH5MA7/_new  2013-10-04 16:15:17.0 +0200
@@ -24,22 +24,15 @@
 Summary:Utility for IPMI Control
 License:BSD-3-Clause
 Group:  System/Management
-Version:1.8.12
+Version:1.8.13
 Release:0
 Source: 
http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
-Patch:  compile-fixes
 Patch1: ipmitool-1.8.10-implicit-fortify-decl.patch
-Patch2: increase_possible_fw_file_size.patch
 Patch3: fwum_enhance_output.patch
 Patch4: sdradd_close_file_handle.patch
-Patch5: ekanalyzer_fix_wrong_type_comparison.patch
 Patch6: fix_file_permissions.patch
 Patch8: several_more_compile_fixes.patch
 Patch9: automake-1.13.patch
-#PATCH-FIX-UPSTREAM 
https://sourceforge.net/tracker/?func=detailaid=3578022group_id=95200atid=610550
-Patch10:ipmitool-bigendian.patch
-#PATCH-FIX-SUSE gcc 4.3 does not like -Wno-unused-result 
-Wno-packed-bitfield-compat, kkae...@suse.de
-Patch11:old-gcc-options.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,19 +55,12 @@
 
 %prep
 %setup -q
-%patch -p1
 %patch1 -p0
-%patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 %patch6 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
-%if 0%{?suse_version}  1140
-%patch11 -p1
-%endif
 
 %build
 touch INSTALL NEWS

++ automake-1.13.patch ++
--- /var/tmp/diff_new_pack.QH5MA7/_old  2013-10-04 16:15:17.0 +0200
+++ /var/tmp/diff_new_pack.QH5MA7/_new  2013-10-04 16:15:17.0 +0200
@@ -1,10 +1,10 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in 
../orig-ipmitool-1.8.12/configure.in ./configure.in
 ../orig-ipmitool-1.8.12/configure.in   2013-02-28 13:52:11.893152359 
+0100
-+++ ./configure.in 2013-02-28 14:19:51.398619156 +0100
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-ipmitool-1.8.13/configure.in 
./configure.in
+--- ../orig-ipmitool-1.8.13/configure.in   2013-09-09 17:48:19.0 
+0200
 ./configure.in 2013-10-04 08:55:15.863873774 +0200
 @@ -4,7 +4,7 @@
  AC_INIT([src/ipmitool.c])
  AC_CANONICAL_SYSTEM
- AM_INIT_AUTOMAKE([ipmitool], [1.8.12])
+ AM_INIT_AUTOMAKE([ipmitool], [1.8.13])
 -AM_CONFIG_HEADER(config.h)
 +AC_CONFIG_HEADERS(config.h)
  AC_CONFIG_SRCDIR([src/ipmitool.c])

++ fix_file_permissions.patch ++
--- /var/tmp/diff_new_pack.QH5MA7/_old  2013-10-04 16:15:17.0 +0200
+++ /var/tmp/diff_new_pack.QH5MA7/_new  2013-10-04 16:15:17.0 +0200
@@ -1,7 +1,7 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in 
../orig-ipmitool-1.8.12/lib/helper.c ./lib/helper.c
 ../orig-ipmitool-1.8.12/lib/helper.c   2012-08-03 19:07:07.0 
+0200
-+++ ./lib/helper.c 2013-02-28 13:46:20.139280500 +0100
-@@ -593,7 +593,6 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-ipmitool-1.8.13/lib/helper.c 
./lib/helper.c
+--- ../orig-ipmitool-1.8.13/lib/helper.c   2013-07-12 14:06:08.0 
+0200
 ./lib/helper.c 2013-10-04 09:09:37.911160342 +0200
+@@ -656,7 +656,6 @@
  #endif
  
chdir(/);
@@ -9,10 +9,10 @@
  
for (fd=0; fd64; fd++) {
if 

commit timezone for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2013-10-04 21:37:35

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


Package is timezone

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2013-10-02 
13:34:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes  
2013-10-04 21:37:36.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  2 23:35:00 UTC 2013 - lchiqui...@suse.com
+
+- tzcode-link.diff: refresh patch to apply correctly on older
+  versions of the distribution.
+
+---
timezone.changes: same change



Other differences:
--
timezone.spec: same change
++ tzcode-link.diff ++
--- /var/tmp/diff_new_pack.3CzAOL/_old  2013-10-04 21:37:39.0 +0200
+++ /var/tmp/diff_new_pack.3CzAOL/_new  2013-10-04 21:37:39.0 +0200
@@ -1,8 +1,8 @@
-Index: zic.c
+Index: timezone-2013g/zic.c
 ===
 zic.c.orig
-+++ zic.c
-@@ -576,6 +576,23 @@ _(%s: More than one -L option specified
+--- timezone-2013g.orig/zic.c
 timezone-2013g/zic.c
+@@ -593,6 +593,23 @@ _(%s: More than one -L option specified
return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
  }
  
@@ -26,12 +26,12 @@
  static void
  dolink(const char *const fromfield, const char *const tofield)
  {
-@@ -609,6 +626,8 @@ dolink(const char *const fromfield, cons
+@@ -627,6 +644,8 @@ dolink(const char *const fromfield, cons
exit(EXIT_FAILURE);
  
result = link(fromname, toname);
 +  if (result != 0)
 +  result = copy(fromname, toname);
- #if HAVE_SYMLINK
-   if (result != 0 
-   access(fromname, F_OK) == 0 
+   if (result != 0) {
+   const char *s = fromfield;
+   const char *t;

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