commit Test-DVD-x86_64 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2013-07-31 05:33:02

Comparing /work/SRC/openSUSE:Factory/Test-DVD-x86_64 (Old)
 and  /work/SRC/openSUSE:Factory/.Test-DVD-x86_64.new (New)


Package is "Test-DVD-x86_64"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.6vE9Om/_old  2013-07-31 05:33:05.0 +0200
+++ /var/tmp/diff_new_pack.6vE9Om/_new  2013-07-31 05:33:05.0 +0200
@@ -86,8 +86,6 @@
   
   
   
-  
-  
   
   
   
@@ -418,8 +416,6 @@
   
   
   
-  
-  
   
   
   
@@ -469,6 +465,7 @@
   
   
   
+  
   
   
   


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



commit tdb for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2013-07-30 19:11:54

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


Package is "tdb"

Changes:

--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2013-06-18 15:36:51.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes 2013-07-30 
19:11:55.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 22 10:53:36 UTC 2013 - lmue...@suse.com
+
+- Don't package tdb tools man pages for pre-11.0 systems as they're not built
+  due to a missing docbook stylesheet.
+
+---



Other differences:
--
++ tdb.spec ++
--- /var/tmp/diff_new_pack.5Mi4Yh/_old  2013-07-30 19:11:56.0 +0200
+++ /var/tmp/diff_new_pack.5Mi4Yh/_new  2013-07-30 19:11:56.0 +0200
@@ -171,10 +171,12 @@
 %{_bindir}/tdbdump
 %{_bindir}/tdbrestore
 %{_bindir}/tdbtool
+%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1100
 %{_mandir}/man8/tdbbackup.8*
 %{_mandir}/man8/tdbdump.8*
 %{_mandir}/man8/tdbrestore.8*
 %{_mandir}/man8/tdbtool.8*
+%endif
 
 %files -n python-tdb
 %defattr(-,root,root,-)


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



commit perl-XML-Writer for openSUSE:Factory

2013-07-30 Thread h_root


bin37EwuLjDdW.bin
Description: Binary data


commit perl-XML-Simple for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Simple for openSUSE:Factory 
checked in at 2013-07-30 19:11:19

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


Package is "perl-XML-Simple"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Simple/perl-XML-Simple.changes  
2011-11-21 12:50:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-Simple.new/perl-XML-Simple.changes 
2013-07-30 19:11:19.0 +0200
@@ -1,0 +2,17 @@
+Sat Jul 27 11:58:03 UTC 2013 - co...@suse.com
+
+- updated to 2.20
+   - Suppress warning from empty CDATA section (RT#58359 from Juan Antonio
+ Navarro Pérez)
+   - Reinstate XML::SAX::Expat dependency
+   - Fix warnings tests (broken in 2.19_01) which rely on global $^W
+   - Use lexical filehandles instead of old-style fileglobs (RT#77787 from
+ Quanah)
+   - Restrict scope of :strict mode to calling package (RT#41562 from Hannu
+ Aronsson)
+   - Fix POD typo (RT#45414 from Anirvan Chatterjee)
+   - Update POD to reflect best practise regarding :strict and options
+   - Change minimum Perl requirement to 5.008
+   - Switch to using Dist::Zilla for release management
+
+---

Old:

  XML-Simple-2.18.tar.gz

New:

  XML-Simple-2.20.tar.gz



Other differences:
--
++ perl-XML-Simple.spec ++
--- /var/tmp/diff_new_pack.yxVdhg/_old  2013-07-30 19:11:20.0 +0200
+++ /var/tmp/diff_new_pack.yxVdhg/_new  2013-07-30 19:11:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Simple
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,55 +15,59 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-XML-Simple
-BuildRequires:  perl-XML-Parser
-BuildRequires:  perl-macros
-Version:2.18
-Release:72
-Requires:   perl-XML-Parser
-AutoReqProv:on
+Version:2.20
+Release:0
+%define cpan_name XML-Simple
+Summary:Easily read/write XML (esp config files)
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-License:Artistic-1.0
-Url:http://cpan.org/modules/by-module/XML/
-Summary:Easy API to read/write XML (Perl module)
-Source: 
http://www.cpan.org/authors/id/G/GR/GRANTM/XML-Simple-%{version}.tar.gz
-Patch:  XML-Simple-%{version}-test.diff
+Url:http://search.cpan.org/dist/XML-Simple/
+Source: 
http://www.cpan.org/authors/id/G/GR/GRANTM/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(XML::NamespaceSupport) >= 1.04
+BuildRequires:  perl(XML::SAX) >= 0.15
+BuildRequires:  perl(XML::SAX::Expat)
+Requires:   perl(XML::NamespaceSupport) >= 1.04
+Requires:   perl(XML::SAX) >= 0.15
+Requires:   perl(XML::SAX::Expat)
 %{perl_requires}
 
 %description
-XML::Simple - Easy API to read/write XML (esp config files)
-
-
-
-Authors:
-
-Grant McLean 
+The XML::Simple module provides a simple API layer on top of an underlying
+XML parsing module (either XML::Parser or one of the SAX2 parser modules).
+Two functions are exported: 'XMLin()' and 'XMLout()'. Note: you can
+explicity request the lower case versions of the function names: 'xml_in()'
+and 'xml_out()'.
+
+The simplest approach is to call these two functions directly, but an
+optional object oriented interface (see the "OPTIONAL OO INTERFACE" manpage
+below) allows them to be called as methods of an *XML::Simple* object. The
+object interface can also be used at either end of a SAX pipeline.
 
 %prep
-%setup -q -n XML-Simple-%{version}
-%patch
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
-make
-make test
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc Changes README
-%doc %{_mandir}/man?/*
-%{perl_vendorlib}/XML
-%{perl_vendorarch}/auto/XML
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ XML-Simple-2.18.tar.gz -> XML-Simple-2.20.tar.gz ++
 35

commit perl-XML-LibXSLT for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXSLT for 
openSUSE:Factory checked in at 2013-07-30 19:11:05

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


Package is "perl-XML-LibXSLT"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXSLT/perl-XML-LibXSLT.changes
2013-06-06 12:58:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXSLT.new/perl-XML-LibXSLT.changes   
2013-07-30 19:11:07.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 11:58:53 UTC 2013 - co...@suse.com
+
+- updated to 1.81
+- Fix a typo reported by dsteinbrunner:
+- https://rt.cpan.org/Ticket/Display.html?id=86689
+
+---

Old:

  XML-LibXSLT-1.80.tar.gz

New:

  XML-LibXSLT-1.81.tar.gz



Other differences:
--
++ perl-XML-LibXSLT.spec ++
--- /var/tmp/diff_new_pack.KHR0pj/_old  2013-07-30 19:11:08.0 +0200
+++ /var/tmp/diff_new_pack.KHR0pj/_new  2013-07-30 19:11:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXSLT
-Version:1.80
+Version:1.81
 Release:0
 %define cpan_name XML-LibXSLT
 Summary:Interface to the GNOME libxslt library

++ XML-LibXSLT-1.80.tar.gz -> XML-LibXSLT-1.81.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.80/Changes new/XML-LibXSLT-1.81/Changes
--- old/XML-LibXSLT-1.80/Changes2013-01-23 06:56:38.0 +0100
+++ new/XML-LibXSLT-1.81/Changes2013-07-05 09:13:44.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension XML::LibXSLT.
 
+1.81Fri  5 Jul 10:13:36 IDT 2013
+- Fix a typo reported by dsteinbrunner:
+- https://rt.cpan.org/Ticket/Display.html?id=86689
+
 1.80Wed 23 Jan 07:53:57 IST 2013
 - Bump the minimum version of libxslt2 to 1.1.28.
 - due to failures such as 
http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964
@@ -64,12 +68,12 @@
 1.72Thu Oct  6 13:37:13 IST 2011
 - Moved the benchmarking code under benchmark/ so it won't be indexed
 by CPAN (Tim Brody).
-- Avoid leaking memory inside extension elements by cleaning up on 
+- Avoid leaking memory inside extension elements by cleaning up on
 stylesheet DESTROY (Tim Brody).
-- xsltInit() and xsltCleanupGlobals() to avoid leaking memory on 
+- xsltInit() and xsltCleanupGlobals() to avoid leaking memory on
 init/shutdown (Tim Brody).
-- Added support for stylesheet context functions via a 
-$stylesheet->register_function() method with the same arguments as 
+- Added support for stylesheet context functions via a
+$stylesheet->register_function() method with the same arguments as
 XML::LibXSLT->register_function(). (Tim Brody)
 - Added support for register_element() on stylesheet objects. The callback
 may leak memory though - nothing frees the _private attributes of the
@@ -116,7 +120,7 @@
  - check libxslt version
  - added XML::LibXML-like API to retrieve libxslt version
  - added output_as_bytes() and output_as_chars()
- - added regression tests for output_as_* to 11utf8.t 
+ - added regression tests for output_as_* to 11utf8.t
  - output_as_string documentation fixed to match reality
  - make 06entities.t to pass with older libxml2/libxslt
  - POD uses items instead of headings
@@ -218,7 +222,7 @@
 
 1.00
 - More segfault fixes
-- Benchmark updates
+- Benchmark updates
 
 0.99_01
 - More segfault fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.80/LibXSLT.pm 
new/XML-LibXSLT-1.81/LibXSLT.pm
--- old/XML-LibXSLT-1.80/LibXSLT.pm 2013-01-23 06:53:11.0 +0100
+++ new/XML-LibXSLT-1.81/LibXSLT.pm 2013-07-05 09:15:32.0 +0200
@@ -25,7 +25,7 @@
 
 require Exporter;
 
-$VERSION = "1.80";
+$VERSION = "1.81";
 
 require DynaLoader;
 
@@ -1038,7 +1038,7 @@
 
 =item XML::LibXSLT::HAVE_EXLT()
 
-Returns 1 if the module was compiled with libexslt, 0 otherwised.
+Returns 1 if the module was compiled with libexslt, 0 otherwise.
 
 =back
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.80/META.json 
new/XML-LibXSLT-1.81/META.json
--- old/XML-LibXSLT-1.80/META.json  2013-01-23 06:57:27.0 +0100
+++ new/XML-LibXSLT-1.81/META.json  2013-07-05 09:16:16.0 +0200
@@ -4,7 +4,7 @@
   "Matt Sergeant"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
ve

commit perl-XML-LibXML for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2013-07-30 19:10:56

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


Package is "perl-XML-LibXML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2012-05-29 11:44:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2013-07-30 19:10:57.0 +0200
@@ -1,0 +2,39 @@
+Sat Jul 27 11:59:01 UTC 2013 - co...@suse.com
+
+- updated to 2.0019
+ - Correct typos reported in RT #86599.
+ - https://rt.cpan.org/Ticket/Display.html?id=86599
+ - Thanks to dsteinbrunner.
+ 
+ - Revert previous change of minimal version of libxml2.
+ - This change proved to be unpopular and didn't prevent
+ the CPAN test failures.
+ - By SHLOMIF
+ 
+ - Made the minimal version of libxml2 2.9.0 as previous versions were
+ too buggy due to spuriourous CPAN test failures.
+ - Please upgrade.
+ - By SHLOMIF
+ 
+ - Don't enable XML_PARSE_HUGE by default.
+ - Fix the previous version due to a mercurial SNAFU.
+ 
+ - Don't enable XML_PARSE_HUGE by default.
+ - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/19
+ - Thanks to Grant McLean ( https://metacpan.org/author/GRANTM ) for
+ the bug report and patch.
+ 
+ - Got 40reader_mem_error.t to not fetch the external DTDs.
+ - https://rt.cpan.org/Public/Bug/Display.html?id=81703
+ - Thanks to Alexandr Ciornii (CHORNY) for the report and Slaven
+ Rezic (SREZIC) for the analysis and a proposed fix.
+ 
+ - Fix a memory error (double-free) in XML::LibXML::Reader if we reached
+ EOF and
+ then called destroy.
+ - discovered by Shlomi Fish.
+ - Fixed by Shlomi Fish.
+ - see t/40reader_mem_error.t
+- remove upstreamed perl-XML-LibXML-bigendian.patch
+
+---

Old:

  XML-LibXML-1.95.tar.gz
  perl-XML-LibXML-bigendian.patch

New:

  XML-LibXML-2.0019.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.t70A0h/_old  2013-07-30 19:10:58.0 +0200
+++ /var/tmp/diff_new_pack.t70A0h/_new  2013-07-30 19:10:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# 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
@@ -16,28 +16,26 @@
 #
 
 
-
 Name:   perl-XML-LibXML
-Version:1.95
+Version:2.0019
 Release:0
-License:GPL-1.0+ or Artistic-1.0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
-Url:http://search.cpan.org/dist/XML-LibXML/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/XML-LibXML/
 Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
+BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.56
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.07
 BuildRequires:  perl(XML::SAX) >= 0.11
-BuildRequires:  perl-macros
-BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.16
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.9.0
 Requires:   perl(XML::NamespaceSupport) >= 1.07
 Requires:   perl(XML::SAX) >= 0.11
 Provides:   perl-XML-LibXML-Common = %{version}
 Obsoletes:  perl-XML-LibXML-Common < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch:  perl-XML-LibXML-bigendian.patch
 %{perl_requires}
 
 %description
@@ -48,7 +46,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch -p1
 
 %build
 # [2,7,1,0], # broken release, broken utf-16

++ XML-LibXML-1.95.tar.gz -> XML-LibXML-2.0019.tar.gz ++
 11316 lines of diff (skipped)

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



commit perl-Try-Tiny for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Try-Tiny for openSUSE:Factory 
checked in at 2013-07-30 18:48:26

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


Package is "perl-Try-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Try-Tiny/perl-Try-Tiny.changes  
2013-06-13 20:25:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Try-Tiny.new/perl-Try-Tiny.changes 
2013-07-30 18:48:28.0 +0200
@@ -1,0 +2,19 @@
+Sat Jul 27 11:57:46 UTC 2013 - co...@suse.com
+
+- updated to 0.16
+  - remove accidental Sub::Name test dep
+  - optionally use Sub::Name to name the try/catch/finally blocks, if available
+(Mark Fowler)
+  - also throw an exception for catch/finally in scalar context (RT#81070)
+  - fix tests failing on 5.6.x due to differing DESTROY semantics
+  - excise superfluous local($@) call - 7% speedup
+  - fix (fsvo) broken URLs (RT#55659)
+  - proper exception on erroneous usage of bare catch/finally (RT#81070)
+  - proper exception on erroneous use of multiple catch{} blocks
+  - clarify exception occuring on unterminated try block (RT#75712)
+  - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
+Vadim)
+  - warn loudly on exceptions in finally() blocks
+  - dzilify
+
+---

Old:

  Try-Tiny-0.12.tar.gz

New:

  Try-Tiny-0.16.tar.gz



Other differences:
--
++ perl-Try-Tiny.spec ++
--- /var/tmp/diff_new_pack.Fd0Ohi/_old  2013-07-30 18:48:29.0 +0200
+++ /var/tmp/diff_new_pack.Fd0Ohi/_new  2013-07-30 18:48:29.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Try-Tiny
-Version:0.12
+Version:0.16
 Release:0
 %define cpan_name Try-Tiny
-Summary:Minimal try/catch with proper localization of $@
+Summary:minimal try/catch with proper preservation of $@
 License:MIT
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Try-Tiny/
@@ -29,6 +29,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Benchmark::Dumb)
+#BuildRequires: perl(Sub::Name)
+#BuildRequires: perl(Try::Tiny)
 %{perl_requires}
 
 %description
@@ -91,6 +94,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes LICENSE maint README
 
 %changelog

++ Try-Tiny-0.12.tar.gz -> Try-Tiny-0.16.tar.gz ++
 2407 lines of diff (skipped)

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



commit perl-Tree-DAG_Node for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2013-07-30 18:46:31

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


Package is "perl-Tree-DAG_Node"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2013-06-06 14:00:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2013-07-30 18:46:33.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 27 11:58:09 UTC 2013 - co...@suse.com
+
+- updated to 1.12
+  - Change text in README referring to licence to match text in body of 
source, since it was in conflict
+  with the Artistic Licence V 2.0.
+  This was requested by Petr Pisar who packages stuff for Red Hat.
+  - Rename CHANGES to Changes as per CPAN::Changes::SPEC.
+  - Various spelling fixes in the docs, as kindly reported by 
dsteinbrunner.
+
+---

Old:

  Tree-DAG_Node-1.11.tgz

New:

  Tree-DAG_Node-1.12.tgz



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.KFSA1Q/_old  2013-07-30 18:46:34.0 +0200
+++ /var/tmp/diff_new_pack.KFSA1Q/_new  2013-07-30 18:46:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Tree-DAG_Node
-Version:1.11
+Version:1.12
 Release:0
 %define cpan_name Tree-DAG_Node
 Summary:An N-ary tree
@@ -122,6 +122,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changelog.ini CHANGES README scripts
+%doc Changelog.ini Changes README scripts
 
 %changelog

++ Tree-DAG_Node-1.11.tgz -> Tree-DAG_Node-1.12.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tree-DAG_Node-1.11/CHANGES 
new/Tree-DAG_Node-1.12/CHANGES
--- old/Tree-DAG_Node-1.11/CHANGES  2013-02-04 00:00:42.0 +0100
+++ new/Tree-DAG_Node-1.12/CHANGES  1970-01-01 01:00:00.0 +0100
@@ -1,103 +0,0 @@
-Revision history for Perl module Tree::DAG_Node.
-
-1.11  Mon Feb  4 09:50:00 2013
-   - Correct the date (2012 -> 2013) in this file used for V 1.10.
-   - Correct the text at L so it refers to Artistic 
License 2.0,
-   which now matches what it says in Build.PL and Makefile.PL. 
Resolves RT#83088.
-
-1.10  Fri Feb  1 08:53:00 2013
-   - Change t/pod.t to look for Test::Pod 1.45, but comment out Test::Pod 
in Build.PL and Makefile.PL.
-   This means Test::Pod is not used at all if it is not installed. 
As per RT#83077.
-
-1.09  Thu Nov  8 12:38:00 2012
-   - No code changes.
-   - Oops. The changes in V 1.08 we made in the other 10 distros, but not 
in this one. My apologies.
-
-1.08  Thu Nov  8 12:38:00 2012
-   - No code changes.
-   - For pre-reqs such as strict, warnings, etc, which ship with Perl, set 
the version # to 0.
-   Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node.
-
-1.07  Thu Nov  1 12:47:00 2012
-   - New maintainer: Ron Savage
-   - Pre-emptive apologies for any changes which are not back-compat. No 
such problems are expected, but the
-   introduction of new methods may disconcert some viewers.
-   - Fix RT#78858, reported by Gene Boggs. Audit code for similar problems.
-   - Fix RT#79506. reported by Ron Savage.
-   - Rename ChangeLog to CHANGES, and add Changelog.ini.
-   - Replace all uses of cyclicity_fault() and Carp::croak with die.
-   - Remove unused methods: decommission_root(), cyclicity_allowed(), 
cyclicity_fault(), inaugurate_root(),
-   no_cyclicity() and _update_links(). OK - cyclicity_fault() was 
called once. It just died.
-   - Add methods: format_node(), hashref2string(), is_root(), 
node2string(), tree2string().
-   tree2string($opts, $node) - unlike draw_ascii_tree() - can 
optionally print the tree starting at any node.
-   Override format_node(), hashref2string(), and node2string() if 
desired.
-   - Reformat the POD big-time.
-   - Add Build.PL.
-   - Re-write Makefile.PL.
-   - Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our 
...'.
-   - Rename t/00_about_verbose.t to t/about.perl.t.
-   - Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into 
an infinite loop.
-   - Add t/cut.and.paste.subtrees.t.Warning: Some trees get into 
an infinite loop.
-   - Document the options (discouraged by Sean) supported in the call to 
new($hashref).
-
-1.06  Sun Dec  2 12:00:00 1998
-   - New maintainer: David Hand.
-   

commit perl-Text-CSV_XS for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-CSV_XS for 
openSUSE:Factory checked in at 2013-07-30 18:44:02

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


Package is "perl-Text-CSV_XS"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-CSV_XS/perl-Text-CSV_XS.changes
2013-06-05 13:07:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Text-CSV_XS.new/perl-Text-CSV_XS.changes   
2013-07-30 18:44:02.0 +0200
@@ -1,0 +2,11 @@
+Sat Jul 27 11:58:34 UTC 2013 - co...@suse.com
+
+- updated to 1.01
+* Cache not re-read on getline_all (RT#86155)
+* Fix automatic UTF-8 in getline/parse for SV's with \0
+* Documents return value of bind_columns without arguments
+* Fix automatic UTF-8 in getline/parse
+* Clarify eol documentation
+* Move error_input to XS
+
+---

Old:

  Text-CSV_XS-0.97.tgz

New:

  Text-CSV_XS-1.01.tgz



Other differences:
--
++ perl-Text-CSV_XS.spec ++
--- /var/tmp/diff_new_pack.sEL7ew/_old  2013-07-30 18:44:05.0 +0200
+++ /var/tmp/diff_new_pack.sEL7ew/_new  2013-07-30 18:44:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-CSV_XS
-Version:0.97
+Version:1.01
 Release:0
 %define cpan_name Text-CSV_XS
 Summary:comma-separated values manipulation routines
@@ -29,7 +29,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 #BuildRequires: perl(Text::CSV_XS)
-Recommends: perl(Encode) >= 2.49
+Recommends: perl(Encode) >= 2.51
 %{perl_requires}
 
 %description

++ Text-CSV_XS-0.97.tgz -> Text-CSV_XS-1.01.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-CSV_XS-0.97/CSV_XS.pm 
new/Text-CSV_XS-1.01/CSV_XS.pm
--- old/Text-CSV_XS-0.97/CSV_XS.pm  2013-03-30 15:58:47.0 +0100
+++ new/Text-CSV_XS-1.01/CSV_XS.pm  2013-06-13 20:08:19.0 +0200
@@ -27,7 +27,7 @@
 use Carp;
 
 use vars   qw( $VERSION @ISA );
-$VERSION = "0.97";
+$VERSION = "1.01";
 @ISA = qw( DynaLoader );
 bootstrap Text::CSV_XS $VERSION;
 
@@ -368,17 +368,6 @@
 return $self->{_EOF};
 } # status
 
-# error_input
-#
-#   object method returning the first invalid argument to the most recent
-#   combine () or parse ().  there are no side-effects.
-
-sub error_input
-{
-my $self = shift;
-return $self->{_ERROR_INPUT};
-} # error_input
-
 # erro_diag
 #
 #   If (and only if) an error occurred, this function returns a code that
@@ -659,14 +648,12 @@
  use Text::CSV_XS;
 
  my @rows;
- my $csv = Text::CSV_XS->new ({ binary => 1 }) or
- die "Cannot use CSV: ".Text::CSV_XS->error_diag ();
+ my $csv = Text::CSV_XS->new ({ binary => 1, auto_diag => 1 });
  open my $fh, "<:encoding(utf8)", "test.csv" or die "test.csv: $!";
  while (my $row = $csv->getline ($fh)) {
  $row->[2] =~ m/pattern/ or next; # 3rd field should match
  push @rows, $row;
  }
- $csv->eof or $csv->error_diag ();
  close $fh;
 
  $csv->eol ("\r\n");
@@ -685,12 +672,12 @@
 
 =head2 Embedded newlines
 
-B: The default behavior is to accept only ASCII characters.
-This means that fields can not contain newlines. If your data contains
-newlines embedded in fields, or characters above 0x7e (tilde), or binary
-data, you B> set C<< binary => 1 >> in the call to L. To
-cover the widest range of parsing options, you will always want to set
-binary.
+B: The default behavior is to accept only ASCII characters
+in the range from C<0x20> (space) to C<0x7E> (tilde).  This means that
+fields can not contain newlines. If your data contains newlines embedded
+in fields, or characters above 0x7e (tilde), or binary data, you
+B> set C<< binary => 1 >> in the call to L. To cover the
+widest range of parsing options, you will always want to set binary.
 
 But you still have the problem that you have to pass a correct line to the
 L method, which is more complicated from the usual point of usage:
@@ -702,21 +689,22 @@
 
 will break, as the while might read broken lines, as that does not care
 about the quoting. If you need to support embedded newlines, the way to go
-is either
-
- my $csv = Text::CSV_XS->new ({ binary => 1, eol => $/ });
- while (my $row = $csv->getline (*ARGV)) {
- my @fields = @$row;
-
-or, more safely in perl 5.6 and up
+is to B pass C in the parser (it accepts C<\n>, C<\r>, B
+C<\r\n> by default) and then
 
- my $csv = Text::CSV_XS->new ({ binary => 1, eol => $/ });
+ my $csv = Text::CSV_XS->new ({ binary => 1 });
  open my $io, "<", $file or die "$file: $!";
  while (my $row = $csv->getline ($io)) {
  my @fields = @$row;
 
+The ol

commit perl-IO-Socket-SSL for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Socket-SSL for 
openSUSE:Factory checked in at 2013-07-30 18:43:51

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


Package is "perl-IO-Socket-SSL"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes
2013-07-25 14:46:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new/perl-IO-Socket-SSL.changes   
2013-07-30 18:43:52.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 27 11:58:48 UTC 2013 - co...@suse.com
+
+- updated to 1.953
+ - fixes to IO::Socket::SSL::Utils, thanks to rurban[AT]x-ray[DOT]at,
+   RT#87052
+ - fix t/acceptSSL-timeout.t on Win32, RT#86862
+
+---

Old:

  IO-Socket-SSL-1.951.tar.gz

New:

  IO-Socket-SSL-1.953.tar.gz



Other differences:
--
++ perl-IO-Socket-SSL.spec ++
--- /var/tmp/diff_new_pack.xx1deR/_old  2013-07-30 18:43:53.0 +0200
+++ /var/tmp/diff_new_pack.xx1deR/_new  2013-07-30 18:43:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-IO-Socket-SSL
-Version:1.951
+Version:1.953
 Release:0
 %define cpan_name IO-Socket-SSL
 Summary:Nearly transparent SSL encapsulation for IO::Socket::INET

++ IO-Socket-SSL-1.951.tar.gz -> IO-Socket-SSL-1.953.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.951/Changes 
new/IO-Socket-SSL-1.953/Changes
--- old/IO-Socket-SSL-1.951/Changes 2013-07-03 12:02:07.0 +0200
+++ new/IO-Socket-SSL-1.953/Changes 2013-07-22 08:31:25.0 +0200
@@ -1,3 +1,8 @@
+1.953 2013/7/22
+- fixes to IO::Socket::SSL::Utils, thanks to rurban[AT]x-ray[DOT]at,
+  RT#87052
+1.952 2013/7/11
+- fix t/acceptSSL-timeout.t on Win32, RT#86862
 1.951 2013/7/3 
 - better document builtin defaults for key,cert,CA and how they are depreceated
 - use Net::SSLeay::SSL_CTX_set_default_verify_paths to use openssl's builtin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.951/MANIFEST 
new/IO-Socket-SSL-1.953/MANIFEST
--- old/IO-Socket-SSL-1.951/MANIFEST2013-07-03 12:02:11.0 +0200
+++ new/IO-Socket-SSL-1.953/MANIFEST2013-07-22 08:33:07.0 +0200
@@ -51,5 +51,4 @@
 t/sni.t
 t/mitm.t
 util/export_certs.pl
-META.yml Module YAML meta-data (added by 
MakeMaker)
-META.jsonModule JSON meta-data (added by 
MakeMaker)
+META.yml Module meta-data (added by MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.951/META.json 
new/IO-Socket-SSL-1.953/META.json
--- old/IO-Socket-SSL-1.951/META.json   2013-07-03 12:02:11.0 +0200
+++ new/IO-Socket-SSL-1.953/META.json   1970-01-01 01:00:00.0 +0100
@@ -1,54 +0,0 @@
-{
-   "abstract" : "Nearly transparent SSL encapsulation for IO::Socket::INET.",
-   "author" : [
-  "Steffen Ullrich , Peter Behroozi, Marko Asplund"
-   ],
-   "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120630",
-   "license" : [
-  "perl_5"
-   ],
-   "meta-spec" : {
-  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-  "version" : "2"
-   },
-   "name" : "IO-Socket-SSL",
-   "no_index" : {
-  "directory" : [
- "t",
- "inc"
-  ]
-   },
-   "prereqs" : {
-  "build" : {
- "requires" : {
-"ExtUtils::MakeMaker" : "0"
- }
-  },
-  "configure" : {
- "requires" : {
-"ExtUtils::MakeMaker" : "0"
- }
-  },
-  "runtime" : {
- "requires" : {
-"Net::SSLeay" : "1.46",
-"Scalar::Util" : "0"
- }
-  }
-   },
-   "release_status" : "stable",
-   "resources" : {
-  "bugtracker" : {
- "web" : "https://rt.cpan.org/Dist/Display.html?Queue=IO-Socket-SSL";
-  },
-  "homepage" : "https://github.com/noxxi/p5-io-socket-ssl";,
-  "license" : [
- "http://dev.perl.org/licenses/";
-  ],
-  "repository" : {
- "url" : "https://github.com/noxxi/p5-io-socket-ssl";
-  }
-   },
-   "version" : "1.951"
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.951/META.yml 
new/IO-Socket-SSL-1.953/META.yml
--- old/IO-Socket-SSL-1.951/META.yml2013-07-03 12:02:11.0 +0200
+++ new/IO-Socket-SSL-1.953/META.yml2013-07-22 08:33:07.0 +0200
@@ -1,2

commit openssl for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2013-07-30 18:42:57

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


Package is "openssl"

Changes:

--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2013-07-04 
18:04:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2013-07-30 
18:42:59.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul 29 08:06:48 UTC 2013 - meiss...@suse.com
+
+- compression_methods_switch.patch: Disable compression by default to
+  avoid the CRIME attack (CVE-2012-4929 bnc#793420)
+
+  Can be override by setting environment variable
+  OPENSSL_NO_DEFAULT_ZLIB=no
+
+---

New:

  compression_methods_switch.patch



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.UNlkbn/_old  2013-07-30 18:43:00.0 +0200
+++ /var/tmp/diff_new_pack.UNlkbn/_new  2013-07-30 18:43:00.0 +0200
@@ -49,6 +49,7 @@
 # PATCH-FIX-UPSTREAM http://rt.openssl.org/Ticket/Attachment/WithHeaders/20049
 Patch5: openssl-fix-pod-syntax.diff
 Patch6: openssl-1.0.1e-truststore.diff
+Patch7: compression_methods_switch.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -131,6 +132,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 cp -p %{S:10} .
 echo "adding/overwriting some entries in the 'table' hash in Configure"
 # 
$dso_scheme:$shared_target:$shared_cflag:$shared_ldflag:$shared_extension:$ranlib:$arflags

++ compression_methods_switch.patch ++
Index: openssl-1.0.1e/doc/ssl/SSL_COMP_add_compression_method.pod
===
--- openssl-1.0.1e.orig/doc/ssl/SSL_COMP_add_compression_method.pod
+++ openssl-1.0.1e/doc/ssl/SSL_COMP_add_compression_method.pod
@@ -41,6 +41,24 @@ of compression methods supported on a pe
 The OpenSSL library has the compression methods B and (when
 especially enabled during compilation) B available.
 
+And, there is an environment variable to switch the compression
+methods off and on. In default the compression is off to mitigate 
+the so called CRIME attack ( CVE-2012-4929). If you want to enable 
+compression again set OPENSSL_NO_DEFAULT_ZLIB to "no".
+
+The variable can be switched on and off at runtime; when this variable
+is set "no" compression is enabled, otherwise no, for example:
+
+in shell 'export OPENSSL_NO_DEFAULT_ZLIB=no'
+or in C to call
+int setenv(const char *name, const char *value, int overwrite); and
+int unsetenv(const char *name);
+
+Note: This reverts the behavior of the variable as it was before!
+
+And pay attention that this freaure is temporary, it maybe changed by
+the following updates.
+
 =head1 WARNINGS
 
 Once the identities of the compression methods for the TLS protocol have
Index: openssl-1.0.1e/ssl/ssl_ciph.c
===
--- openssl-1.0.1e.orig/ssl/ssl_ciph.c
+++ openssl-1.0.1e/ssl/ssl_ciph.c
@@ -455,7 +455,11 @@ static void load_builtin_compressions(vo
 
MemCheck_off();
ssl_comp_methods=sk_SSL_COMP_new(sk_comp_cmp);
-   if (ssl_comp_methods != NULL)
+
+   if( getenv("OPENSSL_NO_DEFAULT_ZLIB") == NULL)
+   setenv("OPENSSL_NO_DEFAULT_ZLIB", "yes", 1);
+
+   if (ssl_comp_methods != NULL && strncmp( 
getenv("OPENSSL_NO_DEFAULT_ZLIB"), "no", 2) == 0)
{
comp=(SSL_COMP 
*)OPENSSL_malloc(sizeof(SSL_COMP));
if (comp != NULL)

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



commit nfs-utils for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2013-07-30 18:40:42

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


Package is "nfs-utils"

Changes:

--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes  2013-05-13 
19:57:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2013-07-30 
18:40:44.0 +0200
@@ -1,0 +2,19 @@
+Mon Jul 22 06:47:57 UTC 2013 - nfbr...@suse.com
+
+- New sysconfig variables
+   NFS4_SERVER_MINOR_VERSION, GSSD_OPTIONS,
+   NFS_GSSD_AVOID_DNS
+  to enable various configurations.
+- bug fixes to init scripts to avoid unmounting everything(!)
+  and to avoid corrupting /run/nfs/bind.mounts
+
+---
+Mon Jul 22 06:12:53 UTC 2013 - nfbr...@suse.com
+
+- New upstream release 1.2.8 - mostly bugfixes, many to gssd.
+  No important new functionality
+- Changes to ./configure command to remove warnings
+- 8 more patches from upstream 'git' to fix non-trivial bugs
+  including on CVE.
+
+---

Old:

  nfs-utils-1.2.7.tar.bz2

New:

  0001-mountd-Fix-is_subdirectory-again.patch
  0002-gssd-Fix-recent-fix-to-Avoid-DNS-reverse-resolution-.patch
  0003-Fix-handling-of-preferred-realm-command-line-option.patch
  0004-nfsiostat-restore-output-format.patch
  0005-gssd-don-t-give-up-on-machine-credential-if-hostname.patch
  0006-gssd-fixed-typo-in-machine-cred-name.patch
  nfs-utils-1.2.8.tar.bz2



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.XAwHKw/_old  2013-07-30 18:40:46.0 +0200
+++ /var/tmp/diff_new_pack.XAwHKw/_new  2013-07-30 18:40:46.0 +0200
@@ -35,7 +35,7 @@
 Summary:Support Utilities for Kernel nfsd
 License:GPL-2.0+
 Group:  Productivity/Networking/NFS
-Version:1.2.7
+Version:1.2.8
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq %insserv_prereq
@@ -57,6 +57,18 @@
 Source12:   start-statd
 Source13:   nfs-utils.rpmlintrc
 Patch0: nfs-utils-1.0.7-bind-syntax.patch
+# PATCH-FIX-UPSTREAM 0001-mountd-Fix-is_subdirectory-again.patch 
upstream-bugfix nfbr...@suse.de
+Patch1: 0001-mountd-Fix-is_subdirectory-again.patch
+# PATCH-FIX-UPSTREAM 
0002-gssd-Fix-recent-fix-to-Avoid-DNS-reverse-resolution-.patch upstream-bugfix 
nfbr...@suse.de
+Patch2: 0002-gssd-Fix-recent-fix-to-Avoid-DNS-reverse-resolution-.patch
+# PATCH-FIX-UPSTREAM 
0003-Fix-handling-of-preferred-realm-command-line-option.patch upstream-bugfix 
nfbr...@suse.de
+Patch3: 0003-Fix-handling-of-preferred-realm-command-line-option.patch
+# PATCH-FIX-UPSTREAM 0004-nfsiostat-restore-output-format.patch 
upstream-bugfix nfbr...@suse.de
+Patch4: 0004-nfsiostat-restore-output-format.patch
+# PATCH-FIX-UPSTREAM 
0005-gssd-don-t-give-up-on-machine-credential-if-hostname.patch upstream-bugfix 
nfbr...@suse.de
+Patch5: 0005-gssd-don-t-give-up-on-machine-credential-if-hostname.patch
+# PATCH-FIX-UPSTREAM 0006-gssd-fixed-typo-in-machine-cred-name.patch 
upstream-bugfix nfbr...@suse.de
+Patch6: 0006-gssd-fixed-typo-in-machine-cred-name.patch
 Suggests:   python-base
 
 %description
@@ -107,21 +119,25 @@
 %prep
 %setup -q -n nfs-utils-%{version} -a 1
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 cp %{S:6} .
 
 %build
 rm -f configure; autoreconf -fi
 CFLAGS="$RPM_OPT_FLAGS -fPIE -fno-strict-aliasing" LDFLAGS="-pie" ./configure \
--mandir=%{_mandir} \
-   --disable-rquotad \
--enable-nfsv4 \
--enable-gss \
--enable-ipv6 \
--enable-nfsdcltrack \
--enable-mount \
--enable-libmount-mount \
-   --enable-mountconfig \
-   --with-krb5=/usr/lib/mit
+   --enable-mountconfig
 make
 cd nfs
 for i in *.html ; do

++ 0001-mountd-Fix-is_subdirectory-again.patch ++
>From 23d3980b6cfea4e9056d9b7b81e48b4fefc645e0 Mon Sep 17 00:00:00 2001
From: NeilBrown 
Date: Tue, 7 May 2013 11:46:18 -0400
Subject: [PATCH] mountd: Fix is_subdirectory again

The problem was that is_subdirectory() would also succeed if the two
directories were the same.  This is needed for path_matches() which
needs to see if the child is same-or-descendant.

So this patch rearranges path_matches() to do the "are they the same"
test itself and only bother with is_subdirectory() if it they are not
the same.

So now is_subdirectory() can be strict, and so can be usable for
subexport(), which needs a strong 'in subdirectory - not the same'

commit mpfr for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package mpfr for openSUSE:Factory checked in 
at 2013-07-30 18:40:34

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


Package is "mpfr"

Changes:

--- /work/SRC/openSUSE:Factory/mpfr/mpfr.changes2013-03-15 
10:42:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.mpfr.new/mpfr.changes   2013-07-30 
18:40:36.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 16 10:24:10 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ mpfr.spec ++
--- /var/tmp/diff_new_pack.LcL7Aj/_old  2013-07-30 18:40:36.0 +0200
+++ /var/tmp/diff_new_pack.LcL7Aj/_new  2013-07-30 18:40:36.0 +0200
@@ -24,7 +24,7 @@
 License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.mpfr.org/
-Source: mpfr-%{version}.tar.bz2
+Source: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit libserf for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libserf for openSUSE:Factory checked 
in at 2013-07-30 18:39:41

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


Package is "libserf"

Changes:

--- /work/SRC/openSUSE:Factory/libserf/libserf.changes  2013-07-25 
14:29:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libserf.new/libserf.changes 2013-07-30 
18:39:43.0 +0200
@@ -1,0 +2,17 @@
+Sun Jul 28 14:54:40 UTC 2013 - andreas.stie...@gmx.de
+
+- update libserf-1.3.x-soname.patch to add SHLIBVERSION to make
+  scons add a SONAME instead of a global linker flag. This is only
+  effective with scons >= 2.3
+- fix running of regression/unit test suite:
+  * add libserf-1.3.x-scons-check-exit.patch to return a non-zero
+exist status upon check failures
+  * call scons check with CFLAGS
+
+---
+Fri Jul 26 22:10:36 UTC 2013 - andreas.stie...@gmx.de
+
+- update libserf-1.3.x-gssapi-libs.patch with upstream commit,
+  mark as committed upstream
+
+---

New:

  libserf-1.3.x-scons-check-exit.patch



Other differences:
--
++ libserf.spec ++
--- /var/tmp/diff_new_pack.LEVQpY/_old  2013-07-30 18:39:44.0 +0200
+++ /var/tmp/diff_new_pack.LEVQpY/_new  2013-07-30 18:39:44.0 +0200
@@ -21,8 +21,8 @@
 %define minimum_apr_version 1.3.0
 
 Name:   libserf
-%define soname 0
 %define major  1
+%define sosuffix 0.%{major}.0
 Version:1.3.0
 Release:0
 Summary:High-Performance Asynchronous HTTP Client Library
@@ -34,6 +34,7 @@
 Patch0: libserf-1.3.x-libdir.patch
 Patch1: libserf-1.3.x-soname.patch
 Patch2: libserf-1.3.x-gssapi-libs.patch
+Patch3: libserf-1.3.x-scons-check-exit.patch
 BuildRequires:  gcc
 BuildRequires:  glibc-devel
 BuildRequires:  libapr-util1-devel >= %{minimum_apr_version}
@@ -44,7 +45,8 @@
 BuildRequires:  make
 BuildRequires:  openldap2-devel
 BuildRequires:  pkgconfig
-BuildRequires:  scons >= 2.0
+# SHLIBVERERSION introduced in 2.3 (libserf-1.3.x-soname.patch)
+BuildRequires:  scons >= 2.3
 BuildRequires:  zlib-devel
 %if %{with gssapi}
 BuildRequires:  krb5-devel
@@ -118,6 +120,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3-p1
 
 %build
 # scons expects coma separated flags
@@ -139,29 +142,33 @@
 %install
 scons install --install-sandbox=%{buildroot}
 pushd %{buildroot}%{_libdir}/
-%__mv libserf-%{major}.so libserf-%{major}.so.%{soname}.0.0
-ln -s libserf-%{major}.so.%{soname}.0.0 libserf-%{major}.so.%{soname}
-ln -s libserf-%{major}.so.%{soname}.0.0 libserf-%{major}.so
+ln -s libserf-%{major}.so.%{sosuffix} libserf-%{major}.so.0
+ln -s libserf-%{major}.so.%{sosuffix} libserf-%{major}.so
 popd
 %__rm -f "%{buildroot}%{_libdir}"/lib*.a
 
 %check
-scons CFLAGS="" check
+# scons expects coma separated flags
+SCONS_OPTFLAGS=`echo %{optflags} | sed "s/ /,/g"`
+scons \
+   CFLAGS=$SCONS_OPTFLAGS  \
+   check \
+   %{?_smp_mflags}
 
-%post   -n libserf-1-0 -p /sbin/ldconfig
+%post   -n libserf-%{major}-0 -p /sbin/ldconfig
 
-%postun -n libserf-1-0 -p /sbin/ldconfig
+%postun -n libserf-%{major}-0 -p /sbin/ldconfig
 
-%files -n libserf-1-0
+%files -n libserf-%{major}-0
 %defattr(-,root,root)
 %doc CHANGES LICENSE NOTICE README
 %doc design-guide.txt
-%{_libdir}/libserf-%{major}.so.%{soname}
-%{_libdir}/libserf-%{major}.so.%{soname}.*.*
+%{_libdir}/libserf-%{major}.so.0
+%{_libdir}/libserf-%{major}.so.%{sosuffix}
 
 %files -n libserf-devel
 %defattr(-,root,root)
-%_includedir/serf-%major
+%_includedir/serf-%{major}
 %{_libdir}/libserf-%{major}.so
 %{_libdir}/pkgconfig/serf-%{major}.pc
 

++ libserf-1.3.x-gssapi-libs.patch ++
--- /var/tmp/diff_new_pack.LEVQpY/_old  2013-07-30 18:39:44.0 +0200
+++ /var/tmp/diff_new_pack.LEVQpY/_new  2013-07-30 18:39:44.0 +0200
@@ -1,28 +1,28 @@
 From: Andreas Stieger 
 Date: 2013-07-24 23:58:00 +0100
 Subject: [PATCH] add gssapi libs to pkgconfig file, resolve TODO
-References: https://code.google.com/p/serf/issues/detail?id=113
-Upstream: submitted
+References: https://code.google.com/p/serf/issues/detail?id=113 
http://code.google.com/p/serf/source/diff?spec=svn2079&old=2070&r=2079&format=unidiff&path=%2Ftrunk%2FSConstruct
+Upstream: committed
 
 Makes pkgconfig file contain libraries for gssapi
 

- SConstruct |4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-Index: serf-1.3.0/SConstruct
+Index: trunk/SConstruct
 ===
 serf-1.3.0.orig/SConstruct 2013-07-24 23:40:43.0 +0100
-+++ serf-1.3.0/SConstruct 

commit mpc for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package mpc for openSUSE:Factory checked in 
at 2013-07-30 18:39:58

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


Package is "mpc"

Changes:

--- /work/SRC/openSUSE:Factory/mpc/mpc.changes  2012-07-30 20:35:57.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mpc.new/mpc.changes 2013-07-30 
18:39:59.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 16 10:25:13 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+---

Old:

  mpc-1.0.tar.bz2

New:

  mpc-1.0.tar.gz



Other differences:
--
++ mpc.spec ++
--- /var/tmp/diff_new_pack.mpPSTz/_old  2013-07-30 18:40:00.0 +0200
+++ /var/tmp/diff_new_pack.mpPSTz/_new  2013-07-30 18:40:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mpc
 #
-# 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
@@ -25,7 +25,7 @@
 License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.multiprecision.org/mpc/
-Source: mpc-%{version}.tar.bz2
+Source: 
http://www.multiprecision.org/mpc/download/mpc-%{version}.tar.gz
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit libgssglue for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libgssglue for openSUSE:Factory 
checked in at 2013-07-30 18:37:37

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


Package is "libgssglue"

Changes:

--- /work/SRC/openSUSE:Factory/libgssglue/libgssglue.changes2013-04-17 
07:14:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgssglue.new/libgssglue.changes   
2013-07-30 18:37:38.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul 29 08:24:54 UTC 2013 - meiss...@suse.com
+
+- Updated to 0.4 release
+  Use secure_getenv instead of getenv for setuid
+  programs (bnc#694598 CVE-2011-2709 bnc#831805)
+
+- secure-getenv.patch: updated patch to use the now available
+  secure_getenv() instead.
+
+---

Old:

  libgssglue-0.3.tar.gz

New:

  libgssglue-0.4.tar.gz
  secure-getenv.patch



Other differences:
--
++ libgssglue.spec ++
--- /var/tmp/diff_new_pack.nN8xi6/_old  2013-07-30 18:37:39.0 +0200
+++ /var/tmp/diff_new_pack.nN8xi6/_new  2013-07-30 18:37:39.0 +0200
@@ -21,7 +21,7 @@
 Summary:Generic GSSAPI Library
 License:BSD-3-Clause and MIT
 Group:  Development/Libraries/C and C++
-Version:0.3
+Version:0.4
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -31,6 +31,7 @@
 Source: 
http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Patch0: config-guess-sub-update.patch
+Patch1: secure-getenv.patch
 
 %description
 This library exports a gssapi interface, but does not implement any
@@ -63,6 +64,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 autoconf

++ libgssglue-0.3.tar.gz -> libgssglue-0.4.tar.gz ++
 16177 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgssglue-0.3/ChangeLog new/libgssglue-0.4/ChangeLog
--- old/libgssglue-0.3/ChangeLog2011-06-22 17:12:01.0 +0200
+++ new/libgssglue-0.4/ChangeLog2012-05-08 19:52:05.0 +0200
@@ -1,3 +1,10 @@
+2012-05-08: kwc
+   Release 0.4
+   Changes since libgssglue-0.3:
+   - Fix for CVE-2011-2709
+ Patch from Marcus Meissner
+ Note: Although https://bugzilla.novell.com/show_bug.cgi?id=694598
+ mentions mount.nfs, libgssglue is not used by mount.nfs.
 2011-06-22: kwc
Release 0.3
Changes since libgssglue-0.2:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgssglue-0.3/configure.in new/libgssglue-0.4/configure.in
--- old/libgssglue-0.3/configure.in 2011-06-22 17:08:07.0 +0200
+++ new/libgssglue-0.4/configure.in 2012-05-08 19:42:18.0 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(libgssglue, 0.3, nfsv4...@citi.umich.edu)
+AC_INIT(libgssglue, 0.4, nfsv4...@citi.umich.edu)
 AC_CONFIG_SRCDIR([src/g_accept_sec_context.c])
 AM_INIT_AUTOMAKE
 AM_PROG_LIBTOOL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgssglue-0.3/src/g_initialize.c new/libgssglue-0.4/src/g_initialize.c
--- old/libgssglue-0.3/src/g_initialize.c   2009-08-12 16:52:36.0 
+0200
+++ new/libgssglue-0.4/src/g_initialize.c   2012-05-08 19:40:21.0 
+0200
@@ -195,7 +195,8 @@
 void *dl;
 gss_mechanism (*sym)(void), mech;
 
-if ((filename = getenv("GSSAPI_MECH_CONF")) == NULL)
+if ((getuid() != geteuid()) ||
+((filename = getenv("GSSAPI_MECH_CONF")) == NULL))
filename = MECH_CONF;
 
 if ((conffile = fopen(filename, "r")) == NULL) {
@@ -271,7 +272,8 @@
 void *dl;
 gss_mechanism (*sym)(void), mech;
 
-if ((filename = getenv("GSSAPI_MECH_CONF")) == NULL)
+if ((getuid() != geteuid()) ||
+((filename = getenv("GSSAPI_MECH_CONF")) == NULL))

commit apache2 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2013-07-30 18:37:14

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


Package is "apache2"

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2013-07-02 
12:20:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2013-07-30 
18:37:16.0 +0200
@@ -1,0 +2,39 @@
+Mon Jul 29 19:53:48 UTC 2013 - crrodrig...@opensuse.org
+
+- provide and obsolete mod_macro 
+- upgrade: some people complain that log_config module 
+ is not enabled by default sometimes, fix that.
+- upgrade : "SSLMutex" no longer exists.
+- Toogle EnableSendfile on because now apache defaults to off
+  due to kernel bugs. that's a silly thing to do here 
+  as kernel bugs have to be fixed at their source, not worked around
+  in applications.
+
+---
+Mon Jul 22 21:57:40 UTC 2013 - crrodrig...@opensuse.org
+
+- httpd-event-ssl.patch: from upstream 
+  Lift the restriction that prevents mod_ssl taking
+  full advantage of the event MPM.
+
+---
+Mon Jul 22 16:44:22 UTC 2013 - crrodrig...@opensuse.org
+
+- Update to version 2.4.6
+*  SECURITY: CVE-2013-1896 (cve.mitre.org)
+*  SECURITY: CVE-2013-2249 (cve.mitre.org)
+*  Major updates to mod_lua
+*  Support for proxying websocket requests
+*  Higher performant shm-based cache implementation
+*  Addition of mod_macro for easier configuration management
+*  As well as several exciting fixes, especially those related to RFC edge
+ cases in mod_cache and mod_proxy.
+
+- IMPORTANT : With the current packaging scheme, we can no longer
+Include the ITK MPM, therefore it has been disabled. This is because
+this MPM can now only be provided as a loadable module but we do
+not currently build MPMs as shared modules but as independant
+binaries and all helpers/startup scripts depend on that behaviour.
+It will be fixed in the upcoming weeks/months.
+
+---

Old:

  apache2.4-mpm-itk-2.4.2-01.patch
  httpd-2.2.19-linux3.patch
  httpd-2.4.4.tar.bz2

New:

  httpd-2.4.6.tar.bz2
  httpd-event-ssl.patch



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.53kTBm/_old  2013-07-30 18:37:18.0 +0200
+++ /var/tmp/diff_new_pack.53kTBm/_new  2013-07-30 18:37:18.0 +0200
@@ -54,7 +54,7 @@
 %{!?prefork:%define prefork 1}
 %{!?worker:%define worker 1}
 %{!?event:%define event 1}
-%{!?itk:%define itk 1}
+%{!?itk:%define itk 0}
 %define mpms_to_build  %(test %prefork = 1 && printf prefork) %(test %worker = 
1 && printf worker) %(test %event = 1 && printf event) %(test %itk = 1 && 
printf itk)
 # dir names
 %define datadir/srv/www
@@ -81,8 +81,8 @@
 # "Server:" header
 %define VENDOR SUSE
 %define platform_stringLinux/%VENDOR
-%define realver 2.4.4
-Version:2.4.4
+%define realver 2.4.6
+Version:2.4.6
 Release:0
 #Source0:  http://www.apache.org/dist/httpd-%{version}.tar.bz2
 Source0:httpd-%{realver}.tar.bz2
@@ -146,13 +146,12 @@
 Patch68:httpd-2.x.x-logresolve.patch
 Patch69:httpd-2.2.x-bnc690734.patch
 Patch70:apache2-implicit-pointer-decl.patch
-Patch100:   apache2.4-mpm-itk-2.4.2-01.patch
-Patch101:   httpd-2.2.19-linux3.patch
 # PATCH-FEATURE-UPSTREAM apache2-mod_ssl_npn.patch dims...@opensuse.org -- Add 
npn support to mod_ssl (needed for spdy)
 #Patch108:   apache2-mod_ssl_npn.patch
 #Provides:   apache2(mod_ssl+npn)
 # PATCH-FEATURE-UPSTREAM httpd-2.4.3-mod_systemd.patch 
crrodrig...@opensuse.org simple module provides systemd integration.
 Patch109:   httpd-2.4.3-mod_systemd.patch
+Patch110:   http://people.apache.org/~minfrin/httpd-event-ssl.patch
 Url:http://httpd.apache.org/
 Icon:   Apache.xpm
 Summary:The Apache Web Server Version 2.2
@@ -162,6 +161,8 @@
 Provides:   http_daemon
 Provides:   httpd
 Provides:   suse_help_viewer
+Provides:   %{name}-mod_macro = %{version}
+Obsoletes:  %{name}-mod_macro <= 1.2.1
 Requires:   %{pname}-MPM
 Requires:   /etc/mime.types
 PreReq: %{name}-utils
@@ -365,18 +366,16 @@
 #  
 %setup -q -n httpd-%{realver}
 %patch2 -p1
-%patch23
+%patch23 -p1
 #%patch65 -p1
-%patch66
+%patch66 -p1
 %patch67 -p1
 %patch68 -p1
 #%patch69
 %patch70 -p1
-%patch100 -p1
-%patch101
 #%patch108 -p1
 %patch109 -p1
-#
+%patch110 
 cat $RPM_SOURCE_DIR/SUSE-NOTICE >> NOTICE
 
 # install READMEs


++ apache-20-22-upgrade ++
--- /var/tmp/diff_new_pack

commit icu for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2013-07-30 18:37:28

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


Package is "icu"

Changes:

--- /work/SRC/openSUSE:Factory/icu/icu.changes  2013-07-29 17:41:53.0 
+0200
+++ /work/SRC/openSUSE:Factory/.icu.new/icu.changes 2013-07-30 
18:37:29.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 29 18:34:20 UTC 2013 - dval...@suse.com
+
+- make filelist depend on architecture
+  icudt51b.dat - on BigEndian platforms
+  icudt51l.dat - on LittleEndian
+
+---



Other differences:
--
++ icu.spec ++
--- /var/tmp/diff_new_pack.ABDVwN/_old  2013-07-30 18:37:30.0 +0200
+++ /var/tmp/diff_new_pack.ABDVwN/_new  2013-07-30 18:37:30.0 +0200
@@ -22,7 +22,7 @@
 Release:0
 %define aversion 51_2
 Summary:International Components for Unicode
-License:X11
+License:MIT
 Group:  Development/Libraries/C and C++
 Url:http://icu-project.org/
 
@@ -235,7 +235,11 @@
 %defattr(-,root,root)
 %dir %_datadir/icu
 %dir %_datadir/icu/%version
+%ifarch %sparc mips hppa ppc ppc64 s390x
+%_datadir/icu/%version/icudt51b.dat
+%else
 %_datadir/icu/%version/icudt51l.dat
+%endif
 
 %files -n libicu-devel
 %defattr(-, root, root)

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



commit squid for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2013-07-30 16:48:24

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


Package is "squid"

Changes:

--- /work/SRC/openSUSE:Factory/squid/squid.changes  2013-07-25 
14:46:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2013-07-30 
16:48:26.0 +0200
@@ -1,0 +2,18 @@
+Sun Jul 28 12:44:37 UTC 2013 - br...@ioda-net.ch
+
+- Changes for squid 3.2.13 release (July 13th 2013)
+   Better handling of strange port values in Host:
+   Bug #3869: assertion failed: MemBuf.cc:272: size < capacity
+
+- Changes for squid 3.2.12 release (July 10th 2013) 
+   Protect against buffer overrun in DNS query generation
+   Revert rev.11818 - not applicable to 3.2.
+   Allocate ClientInfo::hash.key using malloc() instead of new char[]
+   Remove origin_tries limiter on forwarding
+   Fixed leaking configurable SSL error details.
+   Fix memory error with Kerberos authentication
+   Avoid !closing assertions when helpers call comm_read [during 
reconfigure].
+   Avoid Comm::Connection leaks when helpers are reconfigured or otherwise 
closed.
+   Add missing piece omitted from rev.9677
+
+---

Old:

  squid-3.2.11.tar.bz2
  squid-3.2.11.tar.bz2.asc

New:

  squid-3.2.13.tar.bz2
  squid-3.2.13.tar.bz2.asc



Other differences:
--
++ squid.spec ++
--- /var/tmp/diff_new_pack.Hv9GR3/_old  2013-07-30 16:48:27.0 +0200
+++ /var/tmp/diff_new_pack.Hv9GR3/_new  2013-07-30 16:48:27.0 +0200
@@ -18,12 +18,13 @@
 
 %definesquidlibdir %{_libdir}/squid
 %definesquidconfdir /etc/squid
+%defineversion_published   "2013-07-24"
 
 Name:   squid
 Summary:Squid Version 3.2 WWW Proxy Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Proxy
-Version:3.2.11
+Version:3.2.13
 Release:0
 Url:http://www.squid-cache.org/Versions/v3/3.2
 Source0:
http://www.squid-cache.org/Versions/v3/3.2/%{name}-%{version}.tar.bz2
@@ -135,8 +136,8 @@
  * Cache Manager access changes
 
   First STABLE release Date: 02 Aug 2010
-  Latest Release: 3.2.9
-  Latest Release Date: 12 Mar 2013
+  Latest Release: %{version}
+  Latest Release Date: %{version_published}
 
 %prep
 %gpg_verify %{S:1}

++ RELEASENOTES.html ++
--- /var/tmp/diff_new_pack.Hv9GR3/_old  2013-07-30 16:48:27.0 +0200
+++ /var/tmp/diff_new_pack.Hv9GR3/_new  2013-07-30 16:48:27.0 +0200
@@ -1,11 +1,11 @@
 
 
 
- 
- Squid 3.2.6 release notes
+ 
+ Squid 3.2.13 release notes
 
 
-Squid 3.2.6 release notes
+Squid 3.2.13 release notes
 
 Squid Developers
 
@@ -72,12 +72,14 @@
 
 1. Notice
 
-The Squid Team are pleased to announce the release of Squid-3.2.6 for 
-testing.
+The Squid Team are pleased to announce the release of Squid-3.2.13.
 This new release is available for download from 
-http://www.squid-cache.org/Versions/v3/3.2/";>http://www.squid-cache.org/Versions/v3/3.2/
 or the 
+http://www.squid-cache.org/Versions/v3/3.2/";>http://www.squid-cache.org/Versions/v3/3.2/
 or the
 http://www.squid-cache.org/Mirrors/http-mirrors.html";>mirrors.
-While this release is not deemed ready for production use, we believe it is 
ready for wider testing by the community.
+
+A large number of the show-stopper bugs have been fixed along with general 
improvements to the IPv6 support.
+While this release is not fully bug-free we believe it is ready for use in 
production on many systems.
+
 We welcome feedback and bug reports. If you find a bug, please see 
 http://wiki.squid-cache.org/SquidFaq/BugReporting";>http://wiki.squid-cache.org/SquidFaq/BugReporting
 for how to submit a 
 report with a stack trace.
@@ -86,7 +88,7 @@
 
 
 Although this release is deemed good enough for use in many setups, please 
note the existence of 
-http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&target_milestone=3.2&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=bugs.bug_severity&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>open
 bugs against Squid-3.2.
+http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&product=Squid&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=

commit sbcl for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2013-07-30 16:48:02

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


Package is "sbcl"

Changes:

--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes2013-07-04 
18:07:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2013-07-30 
16:48:04.0 +0200
@@ -1,0 +2,26 @@
+Mon Jul 29 07:11:41 UTC 2013 - tog...@opensuse.org
+
+- Update to version 1.1.10
+
+  * Enhancement:
++ ASDF has been updated to 3.0.2.
+  * Optimization:
++ stack frames are packed more efficiently on
+  x86oids, which  ought to reduce the frequency of Methuselahn
+  conservative references (it certainly helps with gc.impure.lisp
+  / BUG-936304 on x86).
++ on x86 and x86-64, integer negation forms like
+ (- * x) are now recognized in modular arithmetic contexts, and
+ compile to native negate, rather than going through bignums only
+ to keep the low bits.
+  * Bug fix
++ Compiling potential modularic arithmetic forms does
+  not cause type errors when some integer types lack lower or upper
+  bounds.  (lp#1199127)
++ Non-trivial modular arithmetic forms are always cut to
+  the right  bitwidth before being used in a non-modular context.
+  (lp#1199428)
++ Multiple catch/unwind blocks in a single function are now
+  allocated in the right stack order on win32. (lp#1072739) 
+
+---

Old:

  sbcl-1.1.9-source.tar.bz2

New:

  sbcl-1.1.10-source.tar.bz2



Other differences:
--
++ sbcl.spec ++
--- /var/tmp/diff_new_pack.DGiYhG/_old  2013-07-30 16:48:05.0 +0200
+++ /var/tmp/diff_new_pack.DGiYhG/_new  2013-07-30 16:48:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sbcl
-Version:1.1.9
+Version:1.1.10
 Release:0
 Summary:Steel Bank Common Lisp
 License:SUSE-Public-Domain and BSD-3-Clause

++ sbcl-1.1.9-source.tar.bz2 -> sbcl-1.1.10-source.tar.bz2 ++
 16654 lines of diff (skipped)

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



commit xmahjongg for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package xmahjongg for openSUSE:Factory 
checked in at 2013-07-30 16:48:38

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


Package is "xmahjongg"

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.xmahjongg.new/xmahjongg.changes 2013-07-30 
16:48:39.0 +0200
@@ -0,0 +1,16 @@
+---
+Sun Jul 28 09:46:20 UTC 2013 - dap.darkn...@gmail.com
+
+- GPL-2.0+ was set to the License tag in accoarding to bnc#829193 #10.
+
+---
+Fri Jul  5 20:03:03 UTC 2013 - dap.darkn...@gmail.com
+
+- Conflicts with xmahjong package because xmahjong is really
+  xmahjongg ver. 2.
+
+---
+Thu Jun 27 20:13:06 UTC 2013 - dap.darkn...@gmail.com
+
+- Initial build.
+

New:

  xmahjongg-3.7.tar.gz
  xmahjongg.changes
  xmahjongg.desktop
  xmahjongg.png
  xmahjongg.spec



Other differences:
--
++ xmahjongg.spec ++
#
# spec file for package xmahjongg
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   xmahjongg
Version:3.7
Release:0
Summary:Colorful X solitaire MahJongg game
License:GPL-2.0+
Group:  Amusements/Games/Board/Card
Url:http://www.lcdf.org/xmahjongg/

Source0:http://www.lcdf.org/xmahjongg/%{name}-%{version}.tar.gz
Source1:%{name}.desktop
Source2:%{name}.png

BuildRequires:  gcc-c++
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(x11)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Conflicts:  xmahjong

%description
Real Mah Jongg is a social game that originated in China thousands of
years ago. Four players, named after the four winds, take tiles from a
wall in turn. The best tiles are made of ivory and wood; they click
pleasantly when you knock them together. Computer Solitaire Mah Jongg
(xmahjongg being one of the sillier examples) is nothing like that but
it's fun, or it must be, since there are like 300 shareware versions
available for Windows. This is for X11 and it's free.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
%{__install} -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
%suse_update_desktop_file -i %{name}

%files
%defattr(-,root,root)
%doc NEWS README
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/applications/%{name}.*
%{_mandir}/man6/%{name}.6*
%{_datadir}/%{name}

%changelog
++ xmahjongg.desktop ++
[Desktop Entry]
Name=Xmahjongg
GenericName=Mahjongg Solitaire
GenericName[ast]=Solitariu Mahjongg
GenericName[bs]=Mahjongg soliter
GenericName[ca]=Solitari Mahjongg
GenericName[ca@valencia]=Solitari Mahjongg
GenericName[cs]=Mahjongg solitér
GenericName[da]=Mahjongg Solitaire
GenericName[de]=Mahjongg Solitär
GenericName[el]=Mahjongg Solitaire
GenericName[en_GB]=Mahjongg Solitaire
GenericName[es]=Solitario Mahjongg
GenericName[et]=Mahjongg
GenericName[eu]=Mahjongg bakar-jokoa
GenericName[fa]=فال Mahjongg
GenericName[fi]=Mahjongg-pasianssi
GenericName[fr]=Mahjongg Solitaire
GenericName[ga]=Cluiche Aonair Mahjongg
GenericName[gl]=O solitario Mahjongg
GenericName[hne]=महजोंग सालिटेयर
GenericName[hu]=Mah Jongg
GenericName[it]=Solitario Mahjongg
GenericName[ja]=上海マージャン牌ゲーム
GenericName[kk]=Маджонг пасьянсы
GenericName[km]=Mahjongg Solitaire
GenericName[ko]=마작 게임
GenericName[lt]=Mahjongg pasjansas
GenericName[lv]=Mahjongg Solitaire
GenericName[nb]=Mahjongg-kabal
GenericName[nds]=Eenspeler-Mahjongg
GenericName[ne]=माहाजोङ्ग सोलिटेयर
GenericName[nl]=Mahjongg Solitaire
GenericName[nn]=Mahjongg-kabal
GenericName[pl]=Mahjongg
GenericName[pt]=Mahjongg Solitário
GenericName[pt_BR]=Paciência Mahjongg
GenericName[ro]=Pasențe Mahjongg
GenericName[ru]=Пасьянс Маджонг
GenericName[sk]=Mahjongg
GenericName[sl]=Pasjansa Mahjongg
GenericName[sq]=Mahjongg Solitaire
GenericName[sr]=Махђонг пасијанс
GenericName[sr@ij

commit rpmlint for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2013-07-30 16:47:38

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


Package is "rpmlint"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2013-07-23 
18:36:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2013-07-30 
16:47:40.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 29 12:28:19 UTC 2013 - meiss...@suse.com
+
+- allow systemd machined service as-is (bnc#828207)
+
+---



Other differences:
--
++ config ++
--- /var/tmp/diff_new_pack.WQUdVQ/_old  2013-07-30 16:47:42.0 +0200
+++ /var/tmp/diff_new_pack.WQUdVQ/_new  2013-07-30 16:47:42.0 +0200
@@ -561,6 +561,9 @@
 "wicked-dhcp6.conf",
 "wicked-autoip4.conf",
 "wicked.conf",
+# systemd machined service (bnc#828207)
+"org.freedesktop.machine1.service",
+"org.freedesktop.machine1.conf",
 ))
 
 setOption("PAMModules.WhiteList", (

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



commit phpMyAdmin for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2013-07-30 16:47:15

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


Package is "phpMyAdmin"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2013-07-07 
22:21:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2013-07-30 16:47:16.0 +0200
@@ -1,0 +2,22 @@
+Mon Jul 29 20:07:45 UTC 2013 - ch...@computersalat.de
+
+- fix for bnc#831896
+  * multiple XSS issues (+ a SQL injection and full path disclosure flaw)
+  * fix for PMASA-2013-9 (CWE-661 CWE-79 CWE-80)
+  * fix for PMASA-2013-11 (CWE-300 CWE-79)
+  * fix for PMASA-2013-12 (CWE-661 CWE-200)
+  * fix for PMASA-2013-13 (CWE-661 CWE-79 CWE-80)
+  * fix for PMASA-2013-14 (CWE-661 CWE-79)
+  * fix for PMASA-2013-15 (CWE-661 CWE-89 CWE-269)
+- update to 4.0.4.2 (2013-07-28)
+  * [security] Fix stored XSS in Server status monitor, see PMASA-2013-9
+  * [security] Fix stored XSS in navigation panel logo link, see PMASA-2013-9
+  * [security] Fix self-XSS in setup, trusted proxies validation, see 
PMASA-2013-9
+  * [security] Fix full path disclosure, see PMASA-2013-12
+  * [security] Fix control user SQL injection in pmd_pdf.php, see PMASA-2013-15
+  * [security] Fix control user SQL injection in schema_export.php, see 
PMASA-2013-15
+  * [security] Fix self-XSS in schema export, see PMASA-2013-14
+  * [security] Fix unencoded json object, see PMASA-2013-11
+  * [security] Fix stored XSS in link transformation plugin, see PMASA-2013-13
+
+---

Old:

  phpMyAdmin-4.0.4.1-all-languages.tar.bz2

New:

  phpMyAdmin-4.0.4.2-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.vRoDOk/_old  2013-07-30 16:47:17.0 +0200
+++ /var/tmp/diff_new_pack.vRoDOk/_new  2013-07-30 16:47:17.0 +0200
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.0.4.1
+Version:4.0.4.2
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:%{name}-%{version}-all-languages.tar.bz2
@@ -104,8 +104,6 @@
 find . -type d -exec chmod 755 {} \;
 find . -type f -exec chmod 644 {} \;
 find . -type f -name '*.orig' -exec rm {} \;
-#rm lang/*.sh
-%{__rm} libraries/.htaccess
 
 %build
 

++ phpMyAdmin-4.0.4.1-all-languages.tar.bz2 -> 
phpMyAdmin-4.0.4.2-all-languages.tar.bz2 ++
 11935 lines of diff (skipped)

++ phpMyAdmin-config.patch ++
--- /var/tmp/diff_new_pack.vRoDOk/_old  2013-07-30 16:47:19.0 +0200
+++ /var/tmp/diff_new_pack.vRoDOk/_new  2013-07-30 16:47:19.0 +0200
@@ -1,5 +1,7 @@
 config.sample.inc.php.orig 2013-05-03 14:16:36.0 +0200
-+++ config.sample.inc.php  2013-05-03 20:13:46.549034257 +0200
+Index: config.sample.inc.php
+===
+--- config.sample.inc.php.orig
 config.sample.inc.php
 @@ -11,10 +11,51 @@
   */
  
@@ -22,20 +24,20 @@
 + * $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
 + */
 +$cfg['PmaAbsoluteUri'] = '';
-+ 
++
 +/*
   * This is needed for cookie based authentication to encrypt password in
   * cookie
 + * YOU MUST FILL IN THIS FOR COOKIE AUTH!
-  */
--$cfg['blowfish_secret'] = 'a8b7c6d'; /* YOU MUST FILL IN THIS FOR COOKIE 
AUTH! */
++ */
 +$cfg['blowfish_secret'] = '';
 +
 +/*
 + * Disable the default warning about $cfg['PmaAbsoluteUri'] not being set
 + * You should use this if and ONLY if the PmaAbsoluteUri auto-detection
 + * works perfectly.
-+ */
+  */
+-$cfg['blowfish_secret'] = 'a8b7c6d'; /* YOU MUST FILL IN THIS FOR COOKIE 
AUTH! */
 +$cfg['PmaAbsoluteUri_DisableWarning'] = false;
 +
 +/*
@@ -133,30 +135,12 @@
   * phpMyAdmin configuration storage settings.
   */
 +$cfg['Servers'][$i]['controlhost'] = '';
- 
--/* User used to manipulate with storage */
--// $cfg['Servers'][$i]['controlhost'] = '';
--// $cfg['Servers'][$i]['controluser'] = 'pma';
--// $cfg['Servers'][$i]['controlpass'] = 'pmapass';
++
 +// MySQL control user settings (this user must have read-only
 +// access to the "mysql/user" and "mysql/db" tables).
 +// The controluser is also used for all relational features (pmadb)
 +$cfg['Servers'][$i]['controluser'] = '';
- 
--/* Storage database and tables */
--// $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
--// $cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark';
--// $cfg['Servers'][$i]['relation'] = 'pma__relation';
--// $cfg['Servers'][$i]['table_info'

commit perl-Net-Whois-RIPE for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-Whois-RIPE for 
openSUSE:Factory checked in at 2013-07-30 16:46:37

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


Package is "perl-Net-Whois-RIPE"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Whois-RIPE/perl-Net-Whois-RIPE.changes  
2011-12-01 12:25:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-RIPE.new/perl-Net-Whois-RIPE.changes 
2013-07-30 16:46:39.0 +0200
@@ -1,0 +2,33 @@
+Sat Jul 27 11:58:51 UTC 2013 - co...@suse.com
+
+- updated to 2.004001
+- Remove Test::Exception requirement
+- Add one test
+- Fix 'delete' mode on accessor
+- Add awhois.pl skeleton script
+Another contribution from Moritz Lenz :
+- Add abuse_c field to Organisation
+- Inet6num has an attribute 'assignment_size'
+- Unknown attributes in Object->new do not die anymore
+- Add 'delete' mode to attribute update
+- Minor documentation fix
+- Add the clone() method to Net::Whois::Object
+- Enhance accessor for multiple value attributes
+  (enable multiple values in default append mode, add a replace 
mode)
+- Add a README.md skeleton for github
+- Changes date format in Changes file 
+(to comply to Test-Changes spec)
+- Add new attributes (geoloc, language, abuse_mailbox) to 
Organisation object
+Add 'geoloc', 'language', 'abuse_mailbox' to the Organisation 
object
+Add 'org' to the PeeringSet object
+Add 'org' attribute to the RtrSet object
+Add 'org' attribute to the RouteSet object
+Add 'pingable', 'ping_hdl' and 'org' attribute to the Route(6) 
objects
+Add 'org' attribute to the Role object
+Add 'org' and 'abuse_mailbox' attribute to the Person object
+Add 'geoloc' and 'language' attribute to the InetNum object
+Add 'geoloc' and 'language' attribute to Inet6Num object
+Add 'org' and 'mnt_lower' attribute to AsSet object
+Update tests accordingly
+
+---

Old:

  Net-Whois-RIPE-2.9.tar.gz

New:

  Net-Whois-RIPE-2.004001.tar.gz



Other differences:
--
++ perl-Net-Whois-RIPE.spec ++
--- /var/tmp/diff_new_pack.KXdq2a/_old  2013-07-30 16:46:40.0 +0200
+++ /var/tmp/diff_new_pack.KXdq2a/_new  2013-07-30 16:46:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Whois-RIPE
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,56 +16,47 @@
 #
 
 
-
 Name:   perl-Net-Whois-RIPE
-Version:2.9
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:2.004001
+Release:0
 %define cpan_name Net-Whois-RIPE
-Summary:A pure-Perl implementation of the RIPE Database client
-Url:http://search.cpan.org/dist/Net-Whois-RIPE/
+Summary:a pure-Perl implementation of the RIPE Database client.
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/L/LM/LMC/Net-Whois-RIPE-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Net-Whois-RIPE/
+Source: 
http://www.cpan.org/authors/id/A/AA/AASSAD/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl(Iterator)
-BuildRequires:  perl(Iterator::Util)
-BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl-macros
-Requires:   perl(IO::Select)
-Requires:   perl(IO::Socket::INET)
+BuildRequires:  perl(Iterator)
+#BuildRequires: perl(LWP::UserAgent)
+#BuildRequires: perl(Net::Whois::Object)
+#BuildRequires: perl(Net::Whois::RIPE)
 Requires:   perl(Iterator)
-Requires:   perl(Iterator::Util)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+Recommends: perl(LWP::UserAgent)
 %{perl_requires}
 
 %description
-It intends to provide a cleaner, simpler, and complete implementation
-of a RIPE Database client.
+a pure-Perl implementation of the RIPE Database client.
 
 %prep
-%setup -n %{cpan_name}-%{version}
+%setup -q -n 

commit perl-Package-Generator for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Generator for 
openSUSE:Factory checked in at 2013-07-30 16:46:45

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


Package is "perl-Package-Generator"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Package-Generator/perl-Package-Generator.changes
2011-12-08 14:46:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Generator.new/perl-Package-Generator.changes
   2013-07-30 16:46:46.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 11:58:32 UTC 2013 - co...@suse.com
+
+- updated to 1.105
+  oops, re-repackage, dropping pod tests
+  repackage, update bug tracker
+
+---

Old:

  Package-Generator-0.103.tar.gz

New:

  Package-Generator-1.105.tar.gz



Other differences:
--
++ perl-Package-Generator.spec ++
--- /var/tmp/diff_new_pack.wqoNcG/_old  2013-07-30 16:46:47.0 +0200
+++ /var/tmp/diff_new_pack.wqoNcG/_new  2013-07-30 16:46:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-Generator
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,40 +17,30 @@
 
 
 Name:   perl-Package-Generator
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
-Summary:Generate new packages quickly and easily
-License:GPL-1.0+ or Artistic-1.0
-Group:  Development/Libraries/Perl
-Version:0.103
+Version:1.105
 Release:0
-Url:http://search.cpan.org/dist/Package-Generator
-Source: 
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Package-Generator-0.103.tar.gz
+%define cpan_name Package-Generator
+Summary:generate new packages quickly and easily
+License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Package-Generator/
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod) >= 1.14
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.06
 BuildRequires:  perl-macros
-#
-Requires:   perl(Scalar::Util)
-Requires:   perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.96
+%{perl_requires}
 
 %description
-This module lets you quickly and easily construct new packages.
-It gives them unused names and sets up their package data,
-if provided.
-
-  Author:  Ricardo Signes, 
-
+This module lets you quickly and easily construct new packages. It gives
+them unused names and sets up their package data, if provided.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check
@@ -58,19 +48,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean 
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-# normally you only need to check for doc files
-%defattr(-,root,root)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

++ Package-Generator-0.103.tar.gz -> Package-Generator-1.105.tar.gz ++
 3790 lines of diff (skipped)

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



commit perl-Mixin-Linewise for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Mixin-Linewise for 
openSUSE:Factory checked in at 2013-07-30 16:45:19

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


Package is "perl-Mixin-Linewise"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mixin-Linewise/perl-Mixin-Linewise.changes  
2011-11-21 12:43:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mixin-Linewise.new/perl-Mixin-Linewise.changes 
2013-07-30 16:45:20.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 24 07:28:45 UTC 2013 - co...@suse.com
+
+- updated to 0.004
+  repackage
+- removed old perl-Mixin-Linewise-use_lib.patch
+
+---

Old:

  Mixin-Linewise-0.003.tar.gz
  perl-Mixin-Linewise-use_lib.patch

New:

  Mixin-Linewise-0.004.tar.gz



Other differences:
--
++ perl-Mixin-Linewise.spec ++
--- /var/tmp/diff_new_pack.0XE1Qi/_old  2013-07-30 16:45:21.0 +0200
+++ /var/tmp/diff_new_pack.0XE1Qi/_new  2013-07-30 16:45:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mixin-Linewise
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,26 @@
 #
 
 
-
 Name:   perl-Mixin-Linewise
-Version:0.003
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.004
+Release:0
 %define cpan_name Mixin-Linewise
-Summary:Write your linewise code for handles; this does the rest
-Url:http://search.cpan.org/dist/Mixin-Linewise/
+Summary:write your linewise code for handles; this does the rest
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-Linewise-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-Patch1: perl-Mixin-Linewise-use_lib.patch
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(IO::File)
-BuildRequires:  perl(IO::String)
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Sub::Exporter) >= 0.9
+Url:http://search.cpan.org/dist/Mixin-Linewise/
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Requires:   perl(Carp)
-Requires:   perl(IO::File)
+BuildRequires:  perl(IO::String)
+BuildRequires:  perl(Sub::Exporter)
+BuildRequires:  perl(Test::More) >= 0.96
+#BuildRequires: perl(Mixin::Linewise::Readers)
+#BuildRequires: perl(MLTests)
 Requires:   perl(IO::String)
-Requires:   perl(Sub::Exporter) >= 0.9
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+Requires:   perl(Sub::Exporter)
 %{perl_requires}
 
 %description
@@ -52,10 +47,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} <= 1110
-%patch1 -p1
-sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.t
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -69,11 +60,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

++ Mixin-Linewise-0.003.tar.gz -> Mixin-Linewise-0.004.tar.gz ++
 4045 lines of diff (skipped)

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



commit perl-Module-Implementation for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Implementation for 
openSUSE:Factory checked in at 2013-07-30 16:45:49

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


Package is "perl-Module-Implementation"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Implementation/perl-Module-Implementation.changes
2013-06-13 17:48:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Implementation.new/perl-Module-Implementation.changes
   2013-07-30 16:45:51.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 26 05:28:35 UTC 2013 - co...@suse.com
+
+- updated to 0.07
+  - Require Test::Fatal 0.006+ to avoid test failures. Reported by Salve
+Nilsen. RT #76809.
+- remove old old_test_more.patch
+
+---

Old:

  Module-Implementation-0.06.tar.gz

New:

  Module-Implementation-0.07.tar.gz



Other differences:
--
++ perl-Module-Implementation.spec ++
--- /var/tmp/diff_new_pack.t3qx03/_old  2013-07-30 16:45:53.0 +0200
+++ /var/tmp/diff_new_pack.t3qx03/_new  2013-07-30 16:45:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Implementation
-Version:0.06
+Version:0.07
 Release:0
 %define cpan_name Module-Implementation
 Summary:Loads one of several alternate underlying implementations for 
a module
@@ -25,19 +25,16 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Implementation/
 Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
-# MANUAL
-Patch0: old_test_more.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Runtime) >= 0.012
-BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::Fatal) >= 0.006
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Try::Tiny)
 #BuildRequires: perl(Module::Implementation)
-#BuildRequires: perl(Test::Spelling)
 Requires:   perl(Module::Runtime) >= 0.012
 Requires:   perl(Try::Tiny)
 %{perl_requires}
@@ -55,9 +52,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} <= 1110
-%patch0
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Module-Implementation-0.06.tar.gz -> Module-Implementation-0.07.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Implementation-0.06/Changes 
new/Module-Implementation-0.07/Changes
--- old/Module-Implementation-0.06/Changes  2012-02-12 16:37:05.0 
+0100
+++ new/Module-Implementation-0.07/Changes  2013-07-14 18:58:57.0 
+0200
@@ -1,6 +1,12 @@
+0.07 2013-07-14
+
+- Require Test::Fatal 0.006+ to avoid test failures. Reported by Salve
+  Nilsen. RT #76809.
+
+
 0.06 2012-02-12
 
-- Require Module::Runtime 0.012 which has a number of useful bug fixes.
+- Require Module::Runtime 0.012, which has a number of useful bug fixes.
 
 
 0.05 2012-02-09
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Implementation-0.06/LICENSE 
new/Module-Implementation-0.07/LICENSE
--- old/Module-Implementation-0.06/LICENSE  2012-02-12 16:37:05.0 
+0100
+++ new/Module-Implementation-0.07/LICENSE  2013-07-14 18:58:57.0 
+0200
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2012 by Dave Rolsky.
+This software is Copyright (c) 2013 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Implementation-0.06/MANIFEST 
new/Module-Implementation-0.07/MANIFEST
--- old/Module-Implementation-0.06/MANIFEST 2012-02-12 16:37:05.0 
+0100
+++ new/Module-Implementation-0.07/MANIFEST 2013-07-14 18:58:57.0 
+0200
@@ -8,6 +8,8 @@
 README
 dist.ini
 lib/Module/Implementation.pm
+t/00-compile.t
+t/author-pod-spell.t
 t/basic.t
 t/both-fail.t
 t/env-value.t
@@ -21,9 +23,9 @@
 t/release-cpan-changes.t
 t/release-eol.t
 t/release-no-tabs.t
+t/release-pod-coverage.t
 t/release-pod-linkcheck.t
 t/release-pod-no404s.t
-t/release-pod-spell.t
 t/release-pod-syntax.t
 t/requested-fails.t
 t/taint.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Implementation-0.06/META.json 
new/Module-Implementation-0.07/META.json
--- old/Module-Implementation-0.06/META.json2012-02-12 16:37:05.0 
+0100
+++ new/Module-Implementation-0.07/META.json

commit perl-IPC-Run for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-IPC-Run for openSUSE:Factory 
checked in at 2013-07-30 16:44:41

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


Package is "perl-IPC-Run"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IPC-Run/perl-IPC-Run.changes
2012-10-16 07:14:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IPC-Run.new/perl-IPC-Run.changes   
2013-07-30 16:44:42.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 11:58:55 UTC 2013 - co...@suse.com
+
+- updated to 0.92
+ - Tests are good in dev version. Releasing to stable.
+ - RT 59775 - Catching a signal during select() can lock up IPC::Run
+
+---

Old:

  IPC-Run-0.91.tar.gz

New:

  IPC-Run-0.92.tar.gz



Other differences:
--
++ perl-IPC-Run.spec ++
--- /var/tmp/diff_new_pack.WKts6x/_old  2013-07-30 16:44:43.0 +0200
+++ /var/tmp/diff_new_pack.WKts6x/_new  2013-07-30 16:44:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IPC-Run
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,19 @@
 
 
 Name:   perl-IPC-Run
-Version:0.91
+Version:0.92
 Release:0
 Summary:System() and Background Procs with Piping, Redirs, and PTYs
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://cpan.org/modules/by-module/IPC/
 Source: IPC-Run-%{version}.tar.gz
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
+# PATCH-FIX-OPENSUSE -- Fix intepreter
 Patch0: IPC-Run-0.89-path.diff
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(IO::Pty) >= 1.08
+Requires:   perl(IO::Pty) >= 1.08
 # MANUAL
 BuildRequires:  netcfg
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ IPC-Run-0.91.tar.gz -> IPC-Run-0.92.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IPC-Run-0.91/Changes new/IPC-Run-0.92/Changes
--- old/IPC-Run-0.91/Changes2012-02-15 05:48:09.0 +0100
+++ new/IPC-Run-0.92/Changes2012-08-30 17:23:32.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Perl extension IPC::Run
 
+0.92 Thu Aug 30 2012
+ - Tests are good in dev version. Releasing to stable.
+
+0.92_01 Wed 22 Aug 2012
+ - RT 59775 - Catching a signal during select() can lock up IPC::Run
+
 0.91 Tue 14 Feb 2012
  - Tests are good in dev version. Releasing to stable.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IPC-Run-0.91/META.json new/IPC-Run-0.92/META.json
--- old/IPC-Run-0.91/META.json  2012-02-15 05:48:54.0 +0100
+++ new/IPC-Run-0.92/META.json  2012-08-30 17:25:07.0 +0200
@@ -50,8 +50,8 @@
  "http://dev.perl.org/licenses/";
   ],
   "repository" : {
- "url" : "http://svn.ali.as/cpan/trunk/IPC-Run";
+ "url" : "https://github.com/toddr/IPC-Run";
   }
},
-   "version" : "0.91"
+   "version" : "0.92"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IPC-Run-0.91/META.yml new/IPC-Run-0.92/META.yml
--- old/IPC-Run-0.91/META.yml   2012-02-15 05:48:54.0 +0100
+++ new/IPC-Run-0.92/META.yml   2012-08-30 17:25:07.0 +0200
@@ -26,5 +26,5 @@
 resources:
   bugtracker: https://rt.cpan.org/NoAuth/Bugs.html?Dist=IPC-Run
   license: http://dev.perl.org/licenses/
-  repository: http://svn.ali.as/cpan/trunk/IPC-Run
-version: 0.91
+  repository: https://github.com/toddr/IPC-Run
+version: 0.92
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IPC-Run-0.91/Makefile.PL new/IPC-Run-0.92/Makefile.PL
--- old/IPC-Run-0.91/Makefile.PL2012-01-16 08:23:31.0 +0100
+++ new/IPC-Run-0.92/Makefile.PL2012-08-30 17:21:19.0 +0200
@@ -60,10 +60,8 @@
},
resources => {
license => 'http://dev.perl.org/licenses/',
-#homepage => 'http://',
bugtracker => 
'https://rt.cpan.org/NoAuth/Bugs.html?Dist=IPC-Run',
-   repository => 'http://svn.ali.as/cpan/trunk/IPC-Run',
-#MailingList => 'http://groups.google.com/group/IPC-Run',
+   repository => 'https://github.com/toddr/IPC-Run',
}
});
  
diff -urN '--exclude=CVS' '--exclude=.cvsi

commit perl-HTML-TokeParser-Simple for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-TokeParser-Simple for 
openSUSE:Factory checked in at 2013-07-30 16:44:04

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


Package is "perl-HTML-TokeParser-Simple"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-TokeParser-Simple/perl-HTML-TokeParser-Simple.changes
  2011-11-21 12:41:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-TokeParser-Simple.new/perl-HTML-TokeParser-Simple.changes
 2013-07-30 16:44:05.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 11:58:44 UTC 2013 - co...@suse.com
+
+- updated to 3.16
+ Fix POD errors and move POD tests to XT directory.
+ Fix spelling errors.
+
+---

Old:

  HTML-TokeParser-Simple-3.15.tar.gz

New:

  HTML-TokeParser-Simple-3.16.tar.gz



Other differences:
--
++ perl-HTML-TokeParser-Simple.spec ++
--- /var/tmp/diff_new_pack.5LtBjc/_old  2013-07-30 16:44:07.0 +0200
+++ /var/tmp/diff_new_pack.5LtBjc/_new  2013-07-30 16:44:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-TokeParser-Simple
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,61 +15,64 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-HTML-TokeParser-Simple
+Version:3.16
+Release:0
 %define cpan_name HTML-TokeParser-Simple
-Summary:Easy to use HTML::TokeParser interface
-Version:3.15
-Release:2
-License:GPL-1.0+ or Artistic-1.0
+Summary:Easy to use C interface
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-TokeParser-Simple/
-#Source: 
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/HTML-TokeParser-Simple-3.15.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) >= 1.14
-BuildRequires:  perl(Test::Pod::Coverage)
-%endif
-BuildRequires:  perl(Test::More)
-#
 BuildRequires:  perl(HTML::Parser) >= 3.25
 BuildRequires:  perl(HTML::TokeParser) >= 2.24
+BuildRequires:  perl(Module::Build) >= 0.40
 BuildRequires:  perl(Sub::Override)
-#
+#BuildRequires: perl(HTML::Entities)
+#BuildRequires: perl(HTML::TokeParser::Simple::Token)
+#BuildRequires: perl(HTML::TokeParser::Simple::Token::Comment)
+#BuildRequires: perl(HTML::TokeParser::Simple::Token::Declaration)
+#BuildRequires: perl(HTML::TokeParser::Simple::Token::ProcessInstruction)
+#BuildRequires: perl(HTML::TokeParser::Simple::Token::Tag)
+#BuildRequires: perl(HTML::TokeParser::Simple::Token::Tag::End)
+#BuildRequires: perl(HTML::TokeParser::Simple::Token::Tag::Start)
+#BuildRequires: perl(HTML::TokeParser::Simple::Token::Text)
 Requires:   perl(HTML::Parser) >= 3.25
 Requires:   perl(HTML::TokeParser) >= 2.24
 Requires:   perl(Sub::Override)
+%{perl_requires}
 
 %description
-HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
-easy-to-remember method calls to work with the tokens.  Rather than
-try to remember a bunch of array indices or try to write a bunch of
-constants for them, you can now do something like:
+'HTML::TokeParser' is an excellent module that's often used for parsing
+HTML. However, the tokens returned are not exactly intuitive to parse:
 
- $token->is_start_tag( 'form' )
-
-Instead of
-
- $token->[0] eq 'S' and $token->[1] eq 'form'
-
-Authors:
-
-Curtis "Ovid" Poe 
+ ["S",  $tag, $attr, $attrseq, $text]
+ ["E",  $tag, $text]
+ ["T",  $text, $is_data]
+ ["C",  $text]
+ ["D",  $text]
+ ["PI", $token0, $text]
+
+To simplify this, 'HTML::TokeParser::Simple' allows the user ask more
+intuitive (read: more self-documenting) questions about the tokens
+returned.
+
+You can also rebuild some tags on the fly. Frequently, the attributes
+associated with start tags need to be altered, added to, or deleted. This
+functionality is built in.
+
+Since this is a subclass of 'HTML::TokeParser', all 'HTML::TokeParser'
+methods are available. To truly appreciate the power of th

commit perl-Glib for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Glib for openSUSE:Factory 
checked in at 2013-07-30 16:42:05

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


Package is "perl-Glib"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Glib/perl-Glib.changes  2013-06-06 
13:22:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Glib.new/perl-Glib.changes 2013-07-30 
16:42:06.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 27 11:58:52 UTC 2013 - co...@suse.com
+
+- updated to 1.301
+ * t/options.t: skip tests in non-UTF-8 locales; fixes RT#83490
+
+---

Old:

  Glib-1.300.tar.gz

New:

  Glib-1.301.tar.gz



Other differences:
--
++ perl-Glib.spec ++
--- /var/tmp/diff_new_pack.NPGaXq/_old  2013-07-30 16:42:07.0 +0200
+++ /var/tmp/diff_new_pack.NPGaXq/_new  2013-07-30 16:42:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Glib
-Version:1.300
+Version:1.301
 Release:0
 %define cpan_name Glib
 Summary:Perl wrappers for the GLib utility and Object libraries
@@ -26,18 +26,18 @@
 Url:http://search.cpan.org/dist/Glib/
 Source: 
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# MANUAL
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::Depends) >= 0.300
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.000
-BuildRequires:  pkgconfig(glib-2.0)
 #BuildRequires: perl(Glib)
 #BuildRequires: perl(Glib::Object::Subclass)
 #BuildRequires: perl(Gtk2)
 Requires:   perl(ExtUtils::Depends) >= 0.300
 Requires:   perl(ExtUtils::PkgConfig) >= 1.000
 %{perl_requires}
+# MANUAL
+BuildRequires:  pkgconfig(glib-2.0)
 
 %description
 This wrapper attempts to provide a perlish interface while remaining as

++ Glib-1.300.tar.gz -> Glib-1.301.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.300/META.json new/Glib-1.301/META.json
--- old/Glib-1.300/META.json2013-05-20 02:54:53.0 +0200
+++ new/Glib-1.301/META.json2013-07-07 08:11:01.0 +0200
@@ -4,7 +4,7 @@
   "gtk2-perl Team "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.112621",
+   "generated_by" : "ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.131560",
"license" : [
   "lgpl_2_1"
],
@@ -44,11 +44,22 @@
   ]
},
"prereqs" : {
+  "build" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : "0"
+ }
+  },
   "configure" : {
  "requires" : {
 "ExtUtils::Depends" : "0.300",
 "ExtUtils::PkgConfig" : "1.000"
  }
+  },
+  "runtime" : {
+ "requires" : {
+"ExtUtils::Depends" : "0.300",
+"ExtUtils::PkgConfig" : "1.000"
+ }
   }
},
"release_status" : "stable",
@@ -68,5 +79,5 @@
   },
   "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
},
-   "version" : "1.300"
+   "version" : "1.301"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.300/META.yml new/Glib-1.301/META.yml
--- old/Glib-1.300/META.yml 2013-05-20 02:54:53.0 +0200
+++ new/Glib-1.301/META.yml 2013-07-07 08:11:01.0 +0200
@@ -2,12 +2,13 @@
 abstract: 'Perl wrappers for the GLib utility and Object libraries'
 author:
   - 'gtk2-perl Team '
-build_requires: {}
+build_requires:
+  ExtUtils::MakeMaker: 0
 configure_requires:
   ExtUtils::Depends: 0.300
   ExtUtils::PkgConfig: 1.000
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 
2.112621'
+generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 
2.131560'
 license: lgpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -39,10 +40,13 @@
 - xsapi.pod.foot
   package:
 - MY
+requires:
+  ExtUtils::Depends: 0.300
+  ExtUtils::PkgConfig: 1.000
 resources:
+  MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Glib
   homepage: http://gtk2-perl.sourceforge.net
   license: http://www.gnu.org/licenses/lgpl-2.1.html
   repository: git://git.gnome.org/perl-Glib
-  x_MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
-version: 1.300
+version: 1.301
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.300/NEWS new/Glib-1.3

commit perl-File-MMagic for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-File-MMagic for 
openSUSE:Factory checked in at 2013-07-30 16:41:33

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


Package is "perl-File-MMagic"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-MMagic/perl-File-MMagic.changes
2013-06-09 16:57:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-MMagic.new/perl-File-MMagic.changes   
2013-07-30 16:41:34.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 27 11:58:16 UTC 2013 - co...@suse.com
+
+- updated to 1.30
+   * MMagic.pm: Version 1.30.
+   * MMagic.pm (checktype_byfilename): Remove Scalar::Util::weaken.
+ To prevent too much decrement REFCNT.
+
+---

Old:

  File-MMagic-1.29.tar.gz

New:

  File-MMagic-1.30.tar.gz



Other differences:
--
++ perl-File-MMagic.spec ++
--- /var/tmp/diff_new_pack.d60yHQ/_old  2013-07-30 16:41:35.0 +0200
+++ /var/tmp/diff_new_pack.d60yHQ/_new  2013-07-30 16:41:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-MMagic
-Version:1.29
+Version:1.30
 Release:0
 %define cpan_name File-MMagic
 Summary:Guess file type

++ File-MMagic-1.29.tar.gz -> File-MMagic-1.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-MMagic-1.29/ChangeLog 
new/File-MMagic-1.30/ChangeLog
--- old/File-MMagic-1.29/ChangeLog  2012-07-12 02:39:35.0 +0200
+++ new/File-MMagic-1.30/ChangeLog  2013-07-02 08:21:18.0 +0200
@@ -1,3 +1,12 @@
+2013-07-02  NOKUBI Takatsugu  
+
+   * MMagic.pm: Version 1.30.
+
+2013-01-21  NOKUBI Takatsugu  
+
+   * MMagic.pm (checktype_byfilename): Remove Scalar::Util::weaken.
+ To prevent too much decrement REFCNT.
+
 2012-07-12  NOKUBI Takatsugu  
 
* MMagic.pm (checktype_contents): Fix infinity loop bug.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-MMagic-1.29/META.yml 
new/File-MMagic-1.30/META.yml
--- old/File-MMagic-1.29/META.yml   2012-07-12 02:42:33.0 +0200
+++ new/File-MMagic-1.30/META.yml   2013-07-02 08:23:46.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   File-MMagic
-version:1.29
+version:1.30
 abstract:   Guess file type from contents
 author:
 - NOKUBI Takatsugu 
@@ -15,7 +15,7 @@
 directory:
 - t
 - inc
-generated_by:   ExtUtils::MakeMaker version 6.55_02
+generated_by:   ExtUtils::MakeMaker version 6.57_05
 meta-spec:
 url:  http://module-build.sourceforge.net/META-spec-v1.4.html
 version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-MMagic-1.29/MMagic.pm 
new/File-MMagic-1.30/MMagic.pm
--- old/File-MMagic-1.29/MMagic.pm  2012-07-12 02:42:19.0 +0200
+++ new/File-MMagic-1.30/MMagic.pm  2013-07-02 08:21:40.0 +0200
@@ -1,6 +1,6 @@
 # File::MMagic
 #
-# $Id: MMagic.pm 288 2012-07-12 00:42:19Z knok $
+# $Id: MMagic.pm 290 2013-07-02 06:21:39Z knok $
 #
 # This program is originated from file.kulp that is a production of The
 # Unix Reconstruction Projct.
@@ -304,7 +304,6 @@
 
 use FileHandle;
 use strict;
-use Scalar::Util;
 
 use vars qw(
 %TEMPLATES %ESC $VERSION
@@ -342,7 +341,7 @@
t => "\t",
f => "\f");
 
-$VERSION = "1.29";
+$VERSION = "1.30";
 $allowEightbit = 1;
 }
 
@@ -740,7 +739,6 @@
 
 $fname =~ s/^.*\///;
 for my $regex (keys %{$self->{FILEEXTS}}) {
-   Scalar::Util::weaken($self->{FILEEXTS});
if ($fname =~ /$regex/i) {
if ((defined $type && $type !~ /;/) || (! defined $type)) {
$type = $self->{FILEEXTS}->{$regex}; # has no x-type param

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



commit perl-Devel-Declare for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2013-07-30 16:40:31

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


Package is "perl-Devel-Declare"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2013-06-09 16:54:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2013-07-30 16:40:32.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 27 11:58:45 UTC 2013 - co...@suse.com
+
+- updated to 0.006014
+  - converted dist to Distar
+  - re-release, because Module::Install is AWESOME!
+  - Updates for some deprecations in perl 5.17. (Zefram, RT#83968)
+
+---

Old:

  Devel-Declare-0.006011.tar.gz

New:

  Devel-Declare-0.006014.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.ksIxkT/_old  2013-07-30 16:40:33.0 +0200
+++ /var/tmp/diff_new_pack.ksIxkT/_new  2013-07-30 16:40:33.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Devel-Declare
-Version:0.006011
+Version:0.006014
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Declare/
-Source: 
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -33,17 +33,13 @@
 BuildRequires:  perl(ExtUtils::Depends) >= 0.302
 BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::Requires)
 #BuildRequires: perl(Devel::CallParser)
 #BuildRequires: perl(Devel::Declare)
 #BuildRequires: perl(Devel::Declare::Context::Simple)
 #BuildRequires: perl(Devel::Declare::MethodInstaller::Simple)
-#BuildRequires: perl(inc::Module::Install) >= 0.91
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(Distar) >= 0.001000
 #BuildRequires: perl(t::early1_x)
-#BuildRequires: perl(YAML::Tiny)
 Requires:   perl(B::Hooks::EndOfScope) >= 0.05
 Requires:   perl(B::Hooks::OP::Check) >= 0.19
 Requires:   perl(Sub::Name)
@@ -57,6 +53,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Devel-Declare-0.006011.tar.gz -> Devel-Declare-0.006014.tar.gz ++
 2552 lines of diff (skipped)

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



commit perl-DBM-Deep for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2013-07-30 16:38:23

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


Package is "perl-DBM-Deep"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2013-06-05 13:33:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2013-07-30 16:38:25.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 27 11:58:59 UTC 2013 - co...@suse.com
+
+- updated to 2.0009, no changelog
+
+---

Old:

  DBM-Deep-2.0008.tar.gz

New:

  DBM-Deep-2.0009.tar.gz



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.5jI1FL/_old  2013-07-30 16:38:26.0 +0200
+++ /var/tmp/diff_new_pack.5jI1FL/_new  2013-07-30 16:38:26.0 +0200
@@ -23,7 +23,7 @@
 Summary:Pure perl multi-level hash/array DBM that supports transactions
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:2.0008
+Version:2.0009
 Release:0
 Url:http://search.cpan.org/dist/DBM-Deep/
 Source: 
http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz

++ DBM-Deep-2.0008.tar.gz -> DBM-Deep-2.0009.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0008/MANIFEST new/DBM-Deep-2.0009/MANIFEST
--- old/DBM-Deep-2.0008/MANIFEST2012-06-17 21:58:48.0 +0200
+++ new/DBM-Deep-2.0009/MANIFEST2013-06-30 16:06:02.0 +0200
@@ -104,3 +104,4 @@
 utils/lib/DBM/Deep/09830.pm
 utils/lib/DBM/Deep/10002.pm
 utils/upgrade_db.pl
+META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0008/META.json 
new/DBM-Deep-2.0009/META.json
--- old/DBM-Deep-2.0008/META.json   1970-01-01 01:00:00.0 +0100
+++ new/DBM-Deep-2.0009/META.json   2013-06-30 16:06:02.0 +0200
@@ -0,0 +1,135 @@
+{
+   "abstract" : "A pure perl multi-level hash/array DBM that supports 
transactions",
+   "author" : [
+  "unknown"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter 
version 2.131560",
+   "license" : [
+  "perl_5"
+   ],
+   "meta-spec" : {
+  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+  "version" : "2"
+   },
+   "name" : "DBM-Deep",
+   "no_index" : {
+  "directory" : [
+ "utils"
+  ]
+   },
+   "prereqs" : {
+  "build" : {
+ "requires" : {
+"File::Path" : "0.01",
+"File::Temp" : "0.01",
+"Pod::Usage" : "1.3",
+"Test::Deep" : "0.095",
+"Test::Exception" : "0.21",
+"Test::More" : "0.88",
+"Test::Warn" : "0.08"
+ }
+  },
+  "configure" : {
+ "requires" : {
+"Module::Build" : "0.40"
+ }
+  },
+  "runtime" : {
+ "requires" : {
+"Digest::MD5" : "1.00",
+"Fcntl" : "0.01",
+"Scalar::Util" : "1.14",
+"perl" : "5.008_004"
+ }
+  }
+   },
+   "provides" : {
+  "DBM::Deep" : {
+ "file" : "lib/DBM/Deep.pm",
+ "version" : "2.0009"
+  },
+  "DBM::Deep::Array" : {
+ "file" : "lib/DBM/Deep/Array.pm"
+  },
+  "DBM::Deep::Engine" : {
+ "file" : "lib/DBM/Deep/Engine.pm"
+  },
+  "DBM::Deep::Engine::DBI" : {
+ "file" : "lib/DBM/Deep/Engine/DBI.pm"
+  },
+  "DBM::Deep::Engine::File" : {
+ "file" : "lib/DBM/Deep/Engine/File.pm"
+  },
+  "DBM::Deep::Hash" : {
+ "file" : "lib/DBM/Deep/Hash.pm"
+  },
+  "DBM::Deep::Iterator" : {
+ "file" : "lib/DBM/Deep/Iterator.pm"
+  },
+  "DBM::Deep::Iterator::DBI" : {
+ "file" : "lib/DBM/Deep/Iterator/DBI.pm"
+  },
+  "DBM::Deep::Iterator::File" : {
+ "file" : "lib/DBM/Deep/Iterator/File.pm"
+  },
+  "DBM::Deep::Iterator::File::BucketList" : {
+ "file" : "lib/DBM/Deep/Iterator/File/BucketList.pm"
+  },
+  "DBM::Deep::Iterator::File::Index" : {
+ "file" : "lib/DBM/Deep/Iterator/File/Index.pm"
+  },
+  "DBM::Deep::Null" : {
+ "file" : "lib/DBM/Deep/Null.pm"
+  },
+  "DBM::Deep::Sector" : {
+ "file" : "lib/DBM/Deep/Sector.pm"
+  },
+  "DBM::Deep::Sector::DBI" : {
+ "file" : "lib/DBM/Deep/Sector/DBI.pm"
+  },
+  "DBM::Deep::Sector::DBI::Reference" : {
+ "file" : "lib/DBM/Deep/Sector/DBI/Re

commit perl-Crypt-DES for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Crypt-DES for openSUSE:Factory 
checked in at 2013-07-30 16:37:50

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


Package is "perl-Crypt-DES"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Crypt-DES/perl-Crypt-DES.changes
2013-06-25 06:59:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Crypt-DES.new/perl-Crypt-DES.changes   
2013-07-30 16:37:52.0 +0200
@@ -1,0 +2,15 @@
+Mon Jul 29 12:11:49 UTC 2013 - cfarr...@suse.com
+
+- license update: BSD-3-Clause
+  See Copyright
+
+---
+Sat Jul 27 11:58:30 UTC 2013 - co...@suse.com
+
+- updated to 2.07
+  SvUPGRADE was changed to a statement.
+  a minor bug in META.yml was fixed.
+- remove old svupgrade.patch
+
+
+---

Old:

  Crypt-DES-2.05.tar.gz
  svupgrade.patch

New:

  Crypt-DES-2.07.tar.gz



Other differences:
--
++ perl-Crypt-DES.spec ++
--- /var/tmp/diff_new_pack.2Y339G/_old  2013-07-30 16:37:52.0 +0200
+++ /var/tmp/diff_new_pack.2Y339G/_new  2013-07-30 16:37:53.0 +0200
@@ -17,21 +17,18 @@
 
 
 Name:   perl-Crypt-DES
+Version:2.07
+Release:0
 %define cpan_name Crypt-DES
 Summary:Perl DES encryption module
-License:Artistic-1.0
+License:BSD-3-Clause
 Group:  Development/Libraries/Perl
-Version:2.05
-Release:0
 Url:http://search.cpan.org/dist/Crypt-DES/
-#Source: 
http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-2.05.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-Patch0: svupgrade.patch
+Source: 
http://www.cpan.org/authors/id/D/DP/DPARIS/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Crypt::CBC)
+%{perl_requires}
 
 %description
 The module implements the Crypt::CBC interface, which has the following
@@ -42,16 +39,12 @@
   =item encrypt
   =item decrypt
 
-Authors:
-
-Eric Young (e...@mincom.oz.au)
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
@@ -59,24 +52,11 @@
 
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version} > 1130
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/auto/Crypt/DES/.packlist
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc COPYRIGHT README
 
 %changelog

++ Crypt-DES-2.05.tar.gz -> Crypt-DES-2.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-DES-2.05/DES.pm new/Crypt-DES-2.07/DES.pm
--- old/Crypt-DES-2.05/DES.pm   2005-12-08 17:18:58.0 +0100
+++ new/Crypt-DES-2.07/DES.pm   2013-07-23 22:41:38.0 +0200
@@ -19,7 +19,7 @@
 # Other items we are prepared to export if requested
 @EXPORT_OK =   qw();
 
-$VERSION = '2.05';
+$VERSION = '2.07';
 bootstrap Crypt::DES $VERSION;
 
 use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-DES-2.05/DES.xs new/Crypt-DES-2.07/DES.xs
--- old/Crypt-DES-2.05/DES.xs   2005-12-08 16:52:50.0 +0100
+++ new/Crypt-DES-2.07/DES.xs   2013-07-23 17:23:00.0 +0200
@@ -64,8 +64,7 @@
output = sv_newmortal();
output_len = 8;
 
-   if (!SvUPGRADE(output, SVt_PV))
-   croak("cannot use output argument as lvalue");
+   (SvUPGRADE(output, SVt_PV));
 
perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, 
enc_flag);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-DES-2.05/META.yml new/Crypt-DES-2.07/META.yml
--- old/Crypt-DES-2.05/META.yml 2005-12-08 17:21:12.0 +0100
+++ new/Crypt-DES-2.07/META.yml 2013-07-23 22:42:52.0 +0200
@@ -1,10 +1,20 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXX This is a prototype!!!  It will change in the future!!! X#
-name: Crypt-DES
-version:   

commit perl-autodie for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-autodie for openSUSE:Factory 
checked in at 2013-07-30 16:37:00

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


Package is "perl-autodie"

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.perl-autodie.new/perl-autodie.changes   
2013-07-30 16:37:02.0 +0200
@@ -0,0 +1,39 @@
+---
+Tue Jul 30 05:46:52 UTC 2013 - co...@suse.com
+
+- updated to 2.20
+  Many improvements from Niels Thykier, hero of the
+  free people.  From GH #25:
+  * SPEED / INTERNAL: Less time is spent computing prototypes
+  * SPEED / INTERNAL: Leak guards are more efficient.
+  * SPEED : Expanding tags (eg: qw(:all)) is now faster.
+This also improves the speed of checking autodying
+code with Perl::Critic.
+  * INTERNAL: Expanding of tags is faster and preserves order.
+  * BUGFIX: Loading a file that does not change packages while
+autodie in effect no longer causes weird behaviour when
+slurpy built-ins (like open() and unlink()) are called. GH #22
+Thanks to Niels Thykier.
+  * TEST: Tests for leak guard failures for slurpy core functions.
+  * TEST: More testing in scope_leak.t.
+  * TEST: More testing around packages in truncate.t.
+  * SPEED / INTERNAL: Significant improvements in load time,
+especially when autodie is used across multiple files,
+by caching reuseable subroutines and reducing calls to eval "".
+Huge thanks to Niels Thykier, who is a hero of the
+free people, and completely and utterly awesome.
+(RT #46984)
+  * DOCUMENTATION: Spelling and correction fixes,
+courtesy David Steinbrunner.
+  * DEVEL: Faster and more robust testing with travis-ci.
+
+---
+Wed Dec  1 13:30:43 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Sun May  9 17:56:35 UTC 2010 - l...@linux-schulserver.de
+
+- initial version 2.10
+

New:

  autodie-2.20.tar.gz
  perl-autodie.changes
  perl-autodie.spec



Other differences:
--
++ perl-autodie.spec ++
#
# spec file for package perl-autodie
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   perl-autodie
Version:2.20
Release:0
%define cpan_name autodie
Summary:Replace functions with ones that succeed or die with lexical 
scope
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/autodie/
Source: 
http://www.cpan.org/authors/id/P/PJ/PJF/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
#BuildRequires: perl(autodie)
#BuildRequires: perl(autodie::exception)
#BuildRequires: perl(autodie::exception::system)
#BuildRequires: perl(autodie::hints)
#BuildRequires: perl(autodie::skip)
#BuildRequires: perl(autodie_skippy)
#BuildRequires: perl(autodie::test::au)
#BuildRequires: perl(autodie::test::au::exception)
#BuildRequires: perl(autodie::test::badname)
#BuildRequires: perl(autodie::test::missing)
#BuildRequires: perl(autodie_test_module)
#BuildRequires: perl(BSD::Resource)
#BuildRequires: perl(Caller_helper)
#BuildRequires: perl(Fatal_Leaky_Benchmark)
#BuildRequires: perl(Hints_pod_examples)
#BuildRequires: perl(Hints_provider_does)
#BuildRequires: perl(Hints_provider_easy_does_it)
#BuildRequires: perl(Hints_provider_isa)
#BuildRequires: perl(Hints_test)
#BuildRequires: perl(IPC::System::Simple)
#BuildRequires: perl(lethal)
#BuildRequires: perl(my::autodie)
#BuildRequires: perl(pujHa'ghach)
#BuildRequires: perl(Some::Module)
#BuildRequires: perl(Sub::Identify)
#BuildRequires: perl(Test::Kwalitee)
#BuildRequires: perl(Test::Perl::Critic)
Recommends:  

commit perl-Class-XSAccessor for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-XSAccessor for 
openSUSE:Factory checked in at 2013-07-30 16:37:24

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


Package is "perl-Class-XSAccessor"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-XSAccessor/perl-Class-XSAccessor.changes  
2013-06-05 17:48:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-XSAccessor.new/perl-Class-XSAccessor.changes
 2013-07-30 16:37:25.0 +0200
@@ -1,0 +2,14 @@
+Sat Jul 27 11:58:18 UTC 2013 - co...@suse.com
+
+- updated to 1.18
+  - Revert fixes for implicitly-lvalue getters for now since that
+actually breaks user code. It seems it's not just because the
+users are naughty, so more investigation required.
+  - For Hashes: Implement predicates that check definedness and
+existance explicitly. The traditional "predicates" check
+definedness. It's conceivable to also want a bool-check
+type predicate. File a ticket if you need that.
+  - Fix bug regarding getters being implicitly lvalue by
+returning the internal SV*. Instead, we now use TARG.
+
+---

Old:

  Class-XSAccessor-1.16.tar.gz

New:

  Class-XSAccessor-1.18.tar.gz



Other differences:
--
++ perl-Class-XSAccessor.spec ++
--- /var/tmp/diff_new_pack.KjVQEu/_old  2013-07-30 16:37:26.0 +0200
+++ /var/tmp/diff_new_pack.KjVQEu/_new  2013-07-30 16:37:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-XSAccessor
-Version:1.16
+Version:1.18
 Release:0
 %define cpan_name Class-XSAccessor
 Summary:Generate fast XS accessors without runtime compilation
@@ -37,10 +37,11 @@
 %description
 Class::XSAccessor implements fast read, write and read/write accessors in
 XS. Additionally, it can provide predicates such as 'has_foo()' for testing
-whether the attribute 'foo' is defined in the object. It only works with
-objects that are implemented as ordinary hashes. the
-Class::XSAccessor::Array manpage implements the same interface for objects
-that use arrays for their internal representation.
+whether the attribute 'foo' exists in the object (which is different from
+"is defined within the object"). It only works with objects that are
+implemented as ordinary hashes. the Class::XSAccessor::Array manpage
+implements the same interface for objects that use arrays for their
+internal representation.
 
 Since version 0.10, the module can also generate simple constructors
 (implemented in XS). Simply supply the 'constructor => 'constructor_name''
@@ -76,6 +77,11 @@
 hierarchy with interfaces such as the PPI manpage. These methods are
 provided by the 'true' and 'false' options - see the synopsis.
 
+'defined_predicates' check whether a given object attribute is defined.
+'predicates' is an alias for 'defined_predicates' for compatibility with
+older versions of 'Class::XSAccessor'. 'exists_predicates' checks whether
+the given attribute exists in the object using 'exists'.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ Class-XSAccessor-1.16.tar.gz -> Class-XSAccessor-1.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-XSAccessor-1.16/Changes 
new/Class-XSAccessor-1.18/Changes
--- old/Class-XSAccessor-1.16/Changes   2012-11-05 13:47:26.0 +0100
+++ new/Class-XSAccessor-1.18/Changes   2013-06-17 18:08:31.0 +0200
@@ -1,5 +1,18 @@
 Revision history for Perl extension Class-XSAccessor.
 
+1.18  Mon Jun 17 18:07 2013
+  - Revert fixes for implicitly-lvalue getters for now since that
+actually breaks user code. It seems it's not just because the
+users are naughty, so more investigation required.
+
+1.17  Mon Jun 17 07:09 2013
+  - For Hashes: Implement predicates that check definedness and
+existance explicitly. The traditional "predicates" check
+definedness. It's conceivable to also want a bool-check
+type predicate. File a ticket if you need that.
+  - Fix bug regarding getters being implicitly lvalue by
+returning the internal SV*. Instead, we now use TARG.
+
 1.16  Mon Nov  5 13:47 2012
   - Drop erroneous MYMETA files from distribution.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-XSAccessor-1.16/META.json 
new/Class-XSAccessor-1.18/META.json
--- old/Class-XSAccessor-1.16/META.json 2012-11-05 13:49:47.0 +0100
+++ new/Class-XSAccessor-1.18/META.json 2013-06-17 18:09:04.0 +0200
@@ -4,7 +4,7 @@
   "Steffen Mueller "
],
"dynamic_config" : 1,
-   "generated_by"

commit octave for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2013-07-30 16:36:33

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


Package is "octave"

Changes:

--- /work/SRC/openSUSE:Factory/octave/octave.changes2013-05-02 
11:28:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes   2013-07-30 
16:36:34.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 28 01:01:01 UTC 2013 - klaussfre...@gmail.com
+
+- Added octave-gcc48-mex_remove_externc, fixes an issue when
+  building packages that include mex.h in gcc 4.8
+
+---

New:

  octave-gcc48-mex_remove_externc.patch



Other differences:
--
++ octave.spec ++
--- /var/tmp/diff_new_pack.GOrviQ/_old  2013-07-30 16:36:35.0 +0200
+++ /var/tmp/diff_new_pack.GOrviQ/_new  2013-07-30 16:36:35.0 +0200
@@ -29,6 +29,8 @@
 Url:http://www.octave.org/
 Source: ftp://ftp.gnu.org/gnu/octave/%{name}-%{version}.tar.bz2
 Source2:octave.pc.in
+#PATCH-FIX-UPSTREAM octave-gcc48-mex_remove_externc.patch - fixes problem when 
including mex.h when building packages, upstream changeset 16705:122d3f62e179
+Patch1: octave-gcc48-mex_remove_externc.patch
 BuildRequires:  arpack-ng-devel
 BuildRequires:  bison
 BuildRequires:  blas-devel
@@ -115,6 +117,9 @@
 
 %prep
 %setup -q
+%if 0%{suse_version} >= 1210
+%patch1 -p3 -d src
+%endif
 
 %build
 export CPPFLAGS="-DH5_USE_16_API"

++ octave-gcc48-mex_remove_externc.patch ++

# HG changeset patch
# User Clemens Buchacher 
# Date 1369937542 14400
# Node ID 122d3f62e179ba044d47e58510905719220d8706
# Parent  e38a0fa08368d4dd6f3a0dfd20cbe28cf8555f73
do not include C++ header in extern "C" context (bug #38746)

* mex.h: Include mexproto.h outside of extern "C" block.

diff --git a/libinterp/interp-core/mex.h b/libinterp/interp-core/mex.h
--- a/libinterp/interp-core/mex.h
+++ b/libinterp/interp-core/mex.h
@@ -64,6 +64,8 @@
 
 #define mxMAXNAME 64
 
+#include "mexproto.h"
+
 #if defined (__cplusplus)
 extern "C" {
 #endif
@@ -74,8 +76,6 @@
 void mexFunction (int nlhs, mxArray* plhs[], int nrhs, const mxArray *prhs[]);
 #endif
 
-#include "mexproto.h"
-
 /* V4 floating point routines renamed in V5.  */
 #define mexIsNaN mxIsNaN
 #define mexIsFinite mxIsFinite

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



commit dateutils for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package dateutils for openSUSE:Factory 
checked in at 2013-07-30 16:13:29

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


Package is "dateutils"

Changes:

--- /work/SRC/openSUSE:Factory/dateutils/dateutils.changes  2013-06-18 
10:29:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.dateutils.new/dateutils.changes 2013-07-30 
16:13:30.0 +0200
@@ -1,0 +2,12 @@
+Thu Jul 25 09:43:43 UTC 2013 - sweet_...@gmx.de
+
+- bump version 0.2.5, this is a bug fix release.
+  * issue 18, long inputs to a short specifier string will yield an
+error
+  * consume zone specs (a la +1200) in the input via %Z specifier
+  * ddiff's stdin stamps will undergo conversion according to
+--from-zone
+  * clean up dist for inclusion in debian
+  * See info page examples and/or README.- 
+
+---

Old:

  dateutils-0.2.4.tar.xz

New:

  dateutils-0.2.5.tar.xz



Other differences:
--
++ dateutils.spec ++
--- /var/tmp/diff_new_pack.if2jS0/_old  2013-07-30 16:13:30.0 +0200
+++ /var/tmp/diff_new_pack.if2jS0/_new  2013-07-30 16:13:30.0 +0200
@@ -16,16 +16,16 @@
 #
 
 
-%define xversion 0.2.4
+%define xversion 0.2.5
 
 Name:   dateutils
-Version:0.2.4
+Version:0.2.5
 Release:0
 Summary:Nifty command line date and time utilities
 License:BSD-3-Clause
 Group:  Productivity/Text/Utilities
-URL:https://github.com/hroptatyr/dateutils/
-Source: %{name}-%{version}.tar.xz
+Url:https://github.com/hroptatyr/dateutils/
+Source: 
https://bitbucket.org/hroptatyr/dateutils/downloads/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 %if 0%{?suse_version}

++ dateutils-0.2.4.tar.xz -> dateutils-0.2.5.tar.xz ++
 56463 lines of diff (skipped)

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



commit superkaramba for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package superkaramba for openSUSE:Factory 
checked in at 2013-07-30 16:09:12

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


Package is "superkaramba"

Changes:

--- /work/SRC/openSUSE:Factory/superkaramba/superkaramba.changes
2013-07-25 15:45:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.superkaramba.new/superkaramba.changes   
2013-07-30 16:09:21.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:42:41 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  superkaramba-4.10.95.tar.xz

New:

  superkaramba-4.10.97.tar.xz



Other differences:
--
++ superkaramba.spec ++
--- /var/tmp/diff_new_pack.VclVxz/_old  2013-07-30 16:09:23.0 +0200
+++ /var/tmp/diff_new_pack.VclVxz/_new  2013-07-30 16:09:23.0 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  python-devel
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Superkaramba allows you to have (interactive) desktop widgets
 License:GPL-2.0+

++ superkaramba-4.10.95.tar.xz -> superkaramba-4.10.97.tar.xz ++

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



commit umbrello for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package umbrello for openSUSE:Factory 
checked in at 2013-07-30 16:09:37

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


Package is "umbrello"

Changes:

--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-07-22 
17:21:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes   2013-07-30 
16:09:39.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:43:18 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  umbrello-4.10.95.tar.xz

New:

  umbrello-4.10.97.tar.xz



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.EOZbJD/_old  2013-07-30 16:09:42.0 +0200
+++ /var/tmp/diff_new_pack.EOZbJD/_new  2013-07-30 16:09:42.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ umbrello-4.10.95.tar.xz -> umbrello-4.10.97.tar.xz ++

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



commit sweeper for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2013-07-30 16:09:32

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


Package is "sweeper"

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2013-07-25 
15:48:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2013-07-30 
16:09:34.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:43:53 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  sweeper-4.10.95.tar.xz

New:

  sweeper-4.10.97.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.usfFDB/_old  2013-07-30 16:09:35.0 +0200
+++ /var/tmp/diff_new_pack.usfFDB/_new  2013-07-30 16:09:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sweeper
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:KDE Privacy Utility
 License:LGPL-2.1+

++ sweeper-4.10.95.tar.xz -> sweeper-4.10.97.tar.xz ++

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



commit svgpart for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2013-07-30 16:09:24

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


Package is "svgpart"

Changes:

--- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes  2013-07-22 
17:21:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.svgpart.new/svgpart.changes 2013-07-30 
16:09:30.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:43:37 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  svgpart-4.10.95.tar.xz

New:

  svgpart-4.10.97.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.qdGLbk/_old  2013-07-30 16:09:31.0 +0200
+++ /var/tmp/diff_new_pack.qdGLbk/_new  2013-07-30 16:09:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   svgpart
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:SVG viewer component
 License:GPL-2.0+

++ svgpart-4.10.95.tar.xz -> svgpart-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/svgpart-4.10.95/svgpart.desktop 
new/svgpart-4.10.97/svgpart.desktop
--- old/svgpart-4.10.95/svgpart.desktop 2013-07-10 01:15:13.0 +0200
+++ new/svgpart-4.10.97/svgpart.desktop 2013-07-23 11:01:27.0 +0200
@@ -46,7 +46,7 @@
 Name[ru]=Компонент просмотра Svg
 Name[si]=Svg Part
 Name[sk]=Svg komponent
-Name[sl]=Enota SVG
+Name[sl]=Sestavni del SVG
 Name[sr]=СВГ део
 Name[sr@ijekavian]=СВГ део
 Name[sr@ijekavianlatin]=SVG deo

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



commit poxml for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2013-07-30 16:08:25

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


Package is "poxml"

Changes:

--- /work/SRC/openSUSE:Factory/poxml/poxml.changes  2013-07-22 
17:21:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2013-07-30 
16:08:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:39:30 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  poxml-4.10.95.tar.xz

New:

  poxml-4.10.97.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.SYS8m4/_old  2013-07-30 16:08:28.0 +0200
+++ /var/tmp/diff_new_pack.SYS8m4/_new  2013-07-30 16:08:28.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ poxml-4.10.95.tar.xz -> poxml-4.10.97.tar.xz ++

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



commit ruby-kde4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ruby-kde4 for openSUSE:Factory 
checked in at 2013-07-30 16:08:46

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


Package is "ruby-kde4"

Changes:

--- /work/SRC/openSUSE:Factory/ruby-kde4/ruby-kde4.changes  2013-07-22 
17:21:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby-kde4.new/ruby-kde4.changes 2013-07-30 
16:08:57.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:45:01 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  korundum-4.10.95.tar.xz

New:

  korundum-4.10.97.tar.xz



Other differences:
--
++ ruby-kde4.spec ++
--- /var/tmp/diff_new_pack.dSGUYy/_old  2013-07-30 16:08:58.0 +0200
+++ /var/tmp/diff_new_pack.dSGUYy/_new  2013-07-30 16:08:58.0 +0200
@@ -32,7 +32,7 @@
 Summary:Korundum Ruby-KDE library
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:korundum-%{version}.tar.xz
 Url:https://projects.kde.org/projects/kde/kdebindings/ruby/korundum

++ korundum-4.10.95.tar.xz -> korundum-4.10.97.tar.xz ++

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



commit ruby-qt4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ruby-qt4 for openSUSE:Factory 
checked in at 2013-07-30 16:08:59

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


Package is "ruby-qt4"

Changes:

--- /work/SRC/openSUSE:Factory/ruby-qt4/ruby-qt4.changes2013-07-22 
17:21:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby-qt4.new/ruby-qt4.changes   2013-07-30 
16:09:00.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:45:29 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  qtruby-4.10.95.tar.xz

New:

  qtruby-4.10.97.tar.xz



Other differences:
--
++ ruby-qt4.spec ++
--- /var/tmp/diff_new_pack.2r1ChC/_old  2013-07-30 16:09:00.0 +0200
+++ /var/tmp/diff_new_pack.2r1ChC/_new  2013-07-30 16:09:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ruby-qt4
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:QtRuby kdebindings library
 License:LGPL-2.1+

++ qtruby-4.10.95.tar.xz -> qtruby-4.10.97.tar.xz ++

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



commit step for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2013-07-30 16:09:04

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


Package is "step"

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2013-07-22 
17:21:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2013-07-30 
16:09:07.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:42:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  step-4.10.95.tar.xz

New:

  step-4.10.97.tar.xz



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.3I2IHO/_old  2013-07-30 16:09:08.0 +0200
+++ /var/tmp/diff_new_pack.3I2IHO/_new  2013-07-30 16:09:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   step
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:An interactive physics simulator
 License:GPL-2.0+

++ step-4.10.95.tar.xz -> step-4.10.97.tar.xz ++

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



commit rocs for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2013-07-30 16:08:42

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


Package is "rocs"

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2013-07-22 
17:21:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2013-07-30 
16:08:43.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:42:00 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  rocs-4.10.95.tar.xz

New:

  rocs-4.10.97.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.xSdPHw/_old  2013-07-30 16:08:43.0 +0200
+++ /var/tmp/diff_new_pack.xSdPHw/_new  2013-07-30 16:08:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rocs
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Graph Theory IDE
 License:GPL-3.0+

++ rocs-4.10.95.tar.xz -> rocs-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-4.10.95/App/Ui/MainWindow.cpp 
new/rocs-4.10.97/App/Ui/MainWindow.cpp
--- old/rocs-4.10.95/App/Ui/MainWindow.cpp  2013-07-10 01:03:40.0 
+0200
+++ new/rocs-4.10.97/App/Ui/MainWindow.cpp  2013-07-23 11:00:17.0 
+0200
@@ -138,6 +138,16 @@
 
 // update rocs config version
 Settings::setVersion(ROCS_VERSION_STR);
+
+// disable save action from kpart, since we take care for the editor by 
global save action
+// here "file_save" is the action identifier from katepartui.rc
+// note that we may not use that name for our own actions
+foreach(KActionCollection* ac, KActionCollection::allCollections()) {
+if (ac->action("file_save")) {
+ac->removeAction(ac->action("file_save"));
+break; // we only expect that action once
+}
+}
 }
 
 MainWindow::~MainWindow()
@@ -965,7 +975,7 @@
 // set console
 // TODO this should part of a plugin interface to for setting up all 
engine modules
 engine->registerGlobalObject(_outputWidget->consoleInterface(), "Console");
-
+
 connect(engine, SIGNAL(scriptError(QString)), 
_outputWidget->consoleInterface(), SLOT(error(QString)));
 connect(engine, SIGNAL(scriptInfo(QString)), 
_outputWidget->consoleInterface(), SLOT(log(QString)));
 connect(engine, SIGNAL(sendDebug(QString)), 
_outputWidget->consoleInterface(), SLOT(debug(QString)));

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



commit qrencode for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package qrencode for openSUSE:Factory 
checked in at 2013-07-30 16:08:37

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


Package is "qrencode"

Changes:

--- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2013-02-18 
13:59:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes   2013-07-30 
16:08:38.0 +0200
@@ -1,0 +2,9 @@
+Fri Jul 26 20:24:06 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to 3.4.2:
+  * Memory leak bug has been fixed.
+  * Micro QR Code encoding bug has been fixed.
+  * String splitting has been improved.
+- Removed qrencode-libpng16.patch (fixed upstream).
+
+---

Old:

  qrencode-3.4.1.tar.bz2
  qrencode-libpng16.patch

New:

  qrencode-3.4.2.tar.bz2



Other differences:
--
++ qrencode.spec ++
--- /var/tmp/diff_new_pack.ii2t5o/_old  2013-07-30 16:08:39.0 +0200
+++ /var/tmp/diff_new_pack.ii2t5o/_new  2013-07-30 16:08:39.0 +0200
@@ -16,16 +16,16 @@
 #
 
 
+%define so_ver 3
+
 Name:   qrencode
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:C library for encoding data in a QR Code symbol
 License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
+Group:  Productivity/Graphics/Other
 Url:http://fukuchi.org/works/qrencode/index.en.html
-Source: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM libharu-libpng16.patch -- fix build with libpng 1.6.0, 
sent to kent...@fukuchi.org
-Patch0: qrencode-libpng16.patch
+Source0:http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 %if !0%{?sles_version}
 BuildRequires:  pkgconfig(libpng)
@@ -36,43 +36,47 @@
 
 %description
 Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D
-symbology that can be scanned by handy terminals such as a mobile phone with 
CCD.
-The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly 
robust.
+symbology that can be scanned by handy terminals such as a mobile phone with
+CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is
+highly robust.
 
-%package -n libqrencode3
+%package -n libqrencode%{so_ver}
 Summary:C library for encoding data in a QR Code symbol
-Group:  Development/Libraries/C and C++
+Group:  System/Libraries
 
-%description -n libqrencode3
+%description -n libqrencode%{so_ver}
 Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D
-symbology that can be scanned by handy terminals such as a mobile phone with 
CCD.
-The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly 
robust.
+symbology that can be scanned by handy terminals such as a mobile phone with
+CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is
+highly robust.
 
 %package devel
-Summary:C library for encoding data in a QR Code symbol
+Summary:C library for encoding data in a QR Code symbol - Development 
files
 Group:  Development/Libraries/C and C++
-Requires:   libqrencode3 = %{version}
+Requires:   libqrencode%{so_ver} = %{version}
 
 %description devel
 Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D
-symbology that can be scanned by handy terminals such as a mobile phone with 
CCD.
-The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly 
robust.
+symbology that can be scanned by handy terminals such as a mobile phone with
+CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is
+highly robust.
+
+This package contains the development files for libqrencode.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure --with-tools
+%configure
 make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install
 rm -f %{buildroot}%{_libdir}/*.la
 
-%post -n libqrencode3 -p /sbin/ldconfig
+%post -n libqrencode%{so_ver} -p /sbin/ldconfig
 
-%postun -n libqrencode3 -p /sbin/ldconfig
+%postun -n libqrencode%{so_ver} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
@@ -80,9 +84,9 @@
 %doc %{_mandir}/man1/qrencode.1.gz
 %{_bindir}/qrencode
 
-%files -n libqrencode3
+%files -n libqrencode%{so_ver}
 %defattr(-,root,root,-)
-%{_libdir}/libqrencode.so.*
+%{_libdir}/libqrencode.so.%{so_ver}*
 
 %files devel
 %defattr(-,root,root,-)

++ qrencode-3.4.1.tar.bz2 -> qrencode-3.4.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qrencode-3.4.1/ChangeLog new/qrencode-

commit python-kde4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory 
checked in at 2013-07-30 16:08:31

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


Package is "python-kde4"

Changes:

--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2013-07-25 
15:16:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes 
2013-07-30 16:08:32.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:41:00 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
python3-kde4.changes: same change

Old:

  pykde4-4.10.95.tar.xz

New:

  pykde4-4.10.97.tar.xz



Other differences:
--
++ python-kde4.spec ++
--- /var/tmp/diff_new_pack.8TGx7f/_old  2013-07-30 16:08:33.0 +0200
+++ /var/tmp/diff_new_pack.8TGx7f/_new  2013-07-30 16:08:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-kde4
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Python bindings for KDE 4
 License:LGPL-2.1+ and GPL-2.0+

python3-kde4.spec: same change
++ pykde4-4.10.95.tar.xz -> pykde4-4.10.97.tar.xz ++

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



commit plasmoid-cwp for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package plasmoid-cwp for openSUSE:Factory 
checked in at 2013-07-30 16:08:20

Comparing /work/SRC/openSUSE:Factory/plasmoid-cwp (Old)
 and  /work/SRC/openSUSE:Factory/.plasmoid-cwp.new (New)


Package is "plasmoid-cwp"

Changes:

--- /work/SRC/openSUSE:Factory/plasmoid-cwp/plasmoid-cwp.changes
2013-07-08 07:26:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasmoid-cwp.new/plasmoid-cwp.changes   
2013-07-30 16:08:22.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 26 19:30:21 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to version 1.8.1:
+  * xml: wetter.com: fixes (thanks to Evi1M4chine). Weather icons from weather
+provider should be preferred over system icons!
+  * xml: [in,espanol,uk].weather.com: UV index fixed
+
+---

Old:

  98925-cwp-1.8.0.tar.bz2

New:

  98925-cwp-1.8.1.tar.bz2



Other differences:
--
++ plasmoid-cwp.spec ++
--- /var/tmp/diff_new_pack.JBAKSt/_old  2013-07-30 16:08:23.0 +0200
+++ /var/tmp/diff_new_pack.JBAKSt/_new  2013-07-30 16:08:23.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   plasmoid-cwp
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:Customizable Weather Plasmoid
 License:GPL-3.0+

++ 98925-cwp-1.8.0.tar.bz2 -> 98925-cwp-1.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.0/ChangeLog new/cwp-1.8.1/ChangeLog
--- old/cwp-1.8.0/ChangeLog 2013-06-22 14:49:37.0 +0200
+++ new/cwp-1.8.1/ChangeLog 2013-07-25 23:32:22.0 +0200
@@ -1,3 +1,8 @@
+1.8.1
+=
+- xml: wetter.com: fixes (thanks to Evi1M4chine). Weather icons from weather 
provider should be preferred over system icons! 
+- xml: [in,espanol,uk].weather.com: UV index fixed
+
 1.8.0
 =
 - xml: myforecast.com: update time added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.0/README new/cwp-1.8.1/README
--- old/cwp-1.8.0/README2013-06-22 14:49:37.0 +0200
+++ new/cwp-1.8.1/README2013-07-25 23:32:22.0 +0200
@@ -1,5 +1,5 @@
 =
-Customizable Weather Plasmoid (CWP) 1.8.0
+Customizable Weather Plasmoid (CWP) 1.8.1
 =
 
 This is another weather plasmoid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.0/data/br_weather_com.xml 
new/cwp-1.8.1/data/br_weather_com.xml
--- old/cwp-1.8.0/data/br_weather_com.xml   2013-06-22 14:49:37.0 
+0200
+++ new/cwp-1.8.1/data/br_weather_com.xml   2013-07-25 23:32:22.0 
+0200
@@ -1,7 +1,7 @@
 
 
 
-   http://br.weather.com"; example_zip="BRXX0043:1:BR" unit="C" />
+   http://br.weather.com"; example_zip="BRXX0043:1:BR" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.0/data/de_weather_com.xml 
new/cwp-1.8.1/data/de_weather_com.xml
--- old/cwp-1.8.0/data/de_weather_com.xml   2013-06-22 14:49:37.0 
+0200
+++ new/cwp-1.8.1/data/de_weather_com.xml   2013-07-25 23:32:22.0 
+0200
@@ -1,7 +1,7 @@
 
 
 
-   http://de.weather.com"; example_zip="GMXX0087:1:GM" unit="C" />
+   http://de.weather.com"; example_zip="GMXX0087:1:GM" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.0/data/espanol_weather_com.xml 
new/cwp-1.8.1/data/espanol_weather_com.xml
--- old/cwp-1.8.0/data/espanol_weather_com.xml  2013-06-22 14:49:37.0 
+0200
+++ new/cwp-1.8.1/data/espanol_weather_com.xml  2013-07-25 23:32:22.0 
+0200
@@ -1,7 +1,7 @@
 
 
 
-   http://espanol.weather.com"; 
example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" />
+   http://espanol.weather.com"; 
example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" />
 

 
@@ -55,7 +55,7 @@
dew_point="echo -n"
visibility="echo -n"
pressure="echo -n"
-   uv_index="grep -A10 ndice\ de\ UV | grep [0-9] | sed -e 
"s/<[^>]*>//g""
+   uv_index="grep -A10 ndice\ de\ UV | grep dd | grep [0-9] | sed 
-e "s/<[^>]*>//g""
/>
 

 
-   http://fr.weather.com"; example_zip="FRXX0076:1:FR" unit="C" />
+   http://fr.weather.com"; example_zip="FRXX0076:1:FR" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.8.0/data/freemeteo_com_celsius.xml 
new/cwp-1.8.1/data/freemeteo_com_celsius.xml
--- old/cwp-1.8.0/data/freemeteo_com_cel

commit plasma-addons for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2013-07-30 16:08:15

Comparing /work/SRC/openSUSE:Factory/plasma-addons (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-addons.new (New)


Package is "plasma-addons"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes  
2013-07-22 17:20:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2013-07-30 16:08:16.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:58:42 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdeplasma-addons-4.10.95.tar.xz

New:

  kdeplasma-addons-4.10.97.tar.xz



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.6iZo55/_old  2013-07-30 16:08:17.0 +0200
+++ /var/tmp/diff_new_pack.6iZo55/_new  2013-07-30 16:08:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plasma-addons
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Additional Plasma Widgets
 License:GPL-2.0+
@@ -223,7 +223,7 @@
 %{_kde4_appsdir}/plasmaboard/
 %{_kde4_appsdir}/rssnow/
 %{_kde4_iconsdir}/*/*/apps/*
-%{_kde4_iconsdir}/hicolor/*/actions/youtube.*
+%{_kde4_iconsdir}/hicolor/*/actions/*youtube.*
 %{_kde4_libdir}/libplasma*.so.*
 %{_kde4_libdir}/librtm.so.*
 %{_kde4_modulesdir}/kcm_*.so

++ kdeplasma-addons-4.10.95.tar.xz -> kdeplasma-addons-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.10.95/applets/bubblemon/plasma-applet-bubblemon.desktop 
new/kdeplasma-addons-4.10.97/applets/bubblemon/plasma-applet-bubblemon.desktop
--- 
old/kdeplasma-addons-4.10.95/applets/bubblemon/plasma-applet-bubblemon.desktop  
2013-07-10 01:16:21.0 +0200
+++ 
new/kdeplasma-addons-4.10.97/applets/bubblemon/plasma-applet-bubblemon.desktop  
2013-07-23 11:01:30.0 +0200
@@ -54,6 +54,7 @@
 Name[zh_CN]=Bubblemon
 Name[zh_TW]=泡泡監視器
 Comment=A pretty bubble that monitors your system
+Comment[bs]=Prijatni balon koji nadzire sistem.
 Comment[ca]=Una bombolla graciosa que vigila el sistema
 Comment[cs]=Pěkná bublina monitorující váš systém
 Comment[da]=En pæn boble der overvåger dit system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.10.95/applets/icontasks/taskgroupitem.cpp 
new/kdeplasma-addons-4.10.97/applets/icontasks/taskgroupitem.cpp
--- old/kdeplasma-addons-4.10.95/applets/icontasks/taskgroupitem.cpp
2013-07-10 01:16:21.0 +0200
+++ new/kdeplasma-addons-4.10.97/applets/icontasks/taskgroupitem.cpp
2013-07-23 11:01:30.0 +0200
@@ -366,13 +366,26 @@
 
 QMap map;
 
+if (m_applet->launcherIcons() && m_icon.isNull()) {
+KUrl launcherUrl(m_abstractItem->launcherUrl());
+if (launcherUrl.isLocalFile() && 
KDesktopFile::isDesktopFile(launcherUrl.toLocalFile())) {
+KDesktopFile f(launcherUrl.toLocalFile());
+if (f.tryExec()) {
+m_icon = KIcon(f.readIcon());
+}
+}
+}
+
 foreach (AbstractGroupableItem * item, m_group.data()->members()) {
 TaskManager::TaskItem *taskItem = qobject_cast(item);
 if (taskItem && taskItem->task()) {
+if (m_icon.isNull()) {
+m_icon = item->icon();
+}
 map.insertMulti(taskItem->id(),
 
IconTasks::ToolTipContent::Window(taskItem->task()->window(),
 item->name(),
-
item->icon().pixmap(IconTasks::ToolTipContent::iconSize(), 
IconTasks::ToolTipContent::iconSize()),
+
m_icon.pixmap(IconTasks::ToolTipContent::iconSize(), 
IconTasks::ToolTipContent::iconSize()),
 taskItem->task()->demandsAttention(),
 
!m_applet->groupManager().showOnlyCurrentDesktop() || 
!taskItem->isOnCurrentDesktop()
 ? taskItem->task()->desktop() : 0));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.10.95/applets/icontasks/taskgroupitem.h 
new/kdeplasma-addons-4.10.97/applets/icontasks/taskgroupitem.h
--- old/kdeplasma-addons-4.10.95/applets/icontasks/taskgroupitem.h  
2013-07-10 01:16:21.0 +0200
+++ new/kdeplasma-addons-4.10.97/applets/icontasks/taskgroupitem.h  
2013-07-23 11:01:30.0 +020

commit kcalc for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2013-07-30 15:57:52

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


Package is "kcalc"

Changes:

--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes  2013-07-25 
14:55:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2013-07-30 
15:57:53.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:31:06 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kcalc-4.10.95.tar.xz

New:

  kcalc-4.10.97.tar.xz



Other differences:
--
++ kcalc.spec ++
--- /var/tmp/diff_new_pack.0VHeHW/_old  2013-07-30 15:57:54.0 +0200
+++ /var/tmp/diff_new_pack.0VHeHW/_new  2013-07-30 15:57:54.0 +0200
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kcalc-4.10.95.tar.xz -> kcalc-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-4.10.95/CMakeLists.txt 
new/kcalc-4.10.97/CMakeLists.txt
--- old/kcalc-4.10.95/CMakeLists.txt2013-07-10 01:17:27.0 +0200
+++ new/kcalc-4.10.97/CMakeLists.txt2013-07-23 11:01:38.0 +0200
@@ -37,12 +37,9 @@
 endif(NOT GMP_FOUND)
 
 include(CheckTypeSize)
-include(CheckFunctionExists)
 include(CheckIncludeFiles)
 
 check_include_files(ieeefp.h HAVE_IEEEFP_H)
-check_function_exists(isinf  HAVE_FUNC_ISINF)
-check_function_exists(isnan  HAVE_FUNC_ISNAN)
 check_type_size("signed long"SIZEOF_SIGNED_LONG)
 check_type_size("unsigned long"  SIZEOF_UNSIGNED_LONG)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-4.10.95/kcalc.cpp new/kcalc-4.10.97/kcalc.cpp
--- old/kcalc-4.10.95/kcalc.cpp 2013-07-10 01:17:27.0 +0200
+++ new/kcalc-4.10.97/kcalc.cpp 2013-07-23 11:01:38.0 +0200
@@ -1654,7 +1654,7 @@
connect(tmp_menu, SIGNAL(triggeredConstant(science_constant)), this, 
SLOT(slotChooseScientificConst5(science_constant)));
constants_->pushButton5->setMenu(tmp_menu);
 
-   dialog->addPage(constants_, i18n("Constants"), 
QLatin1String("preferences-kcalc-constants_"), i18n("Define Constants"));
+   dialog->addPage(constants_, i18n("Constants"), 
QLatin1String("preferences-kcalc-constants"), i18n("Define Constants"));
 
// When the user clicks OK or Apply we want to update our settings.
connect(dialog, SIGNAL(settingsChanged(QString)), 
SLOT(updateSettings()));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-4.10.95/knumber/knumber_float.cpp 
new/kcalc-4.10.97/knumber/knumber_float.cpp
--- old/kcalc-4.10.95/knumber/knumber_float.cpp 2013-07-14 12:02:51.0 
+0200
+++ new/kcalc-4.10.97/knumber/knumber_float.cpp 2013-07-23 11:01:38.0 
+0200
@@ -23,18 +23,14 @@
 #include "knumber_error.h"
 #include 
 #include 
-#if defined(Q_OS_MAC) || defined(Q_OS_OPENBSD)
 #include 
-#else
-#include 
-#endif
 
 // NOTE: these assume IEEE floats..
-#ifndef HAVE_FUNC_ISINF
+#ifndef isinf
 #define isinf(x) ((x) != 0.0 && (x) + (x) == (x))
 #endif
 
-#ifndef HAVE_FUNC_ISNAN
+#ifndef isnan
 #define isnan(x) ((x) != (x))
 #endif
 

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



commit okular for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2013-07-30 16:07:31

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


Package is "okular"

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2013-07-22 
17:20:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2013-07-30 
16:07:33.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:57:54 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  okular-4.10.95.tar.xz

New:

  okular-4.10.97.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.VDChb7/_old  2013-07-30 16:07:33.0 +0200
+++ /var/tmp/diff_new_pack.VDChb7/_new  2013-07-30 16:07:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   okular
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Document Viewer
 License:GPL-2.0+

++ okular-4.10.95.tar.xz -> okular-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-4.10.95/VERSION new/okular-4.10.97/VERSION
--- old/okular-4.10.95/VERSION  2013-07-10 01:15:12.0 +0200
+++ new/okular-4.10.97/VERSION  2013-07-24 00:20:37.0 +0200
@@ -1 +1 @@
-okular v0.16.95
+okular v0.16.97
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-4.10.95/core/version.h 
new/okular-4.10.97/core/version.h
--- old/okular-4.10.95/core/version.h   2013-07-10 01:15:12.0 +0200
+++ new/okular-4.10.97/core/version.h   2013-07-24 00:20:37.0 +0200
@@ -10,10 +10,10 @@
 #ifndef _OKULAR_VERSION_H_
 #define _OKULAR_VERSION_H_
 
-#define OKULAR_VERSION_STRING "0.16.95"
+#define OKULAR_VERSION_STRING "0.16.97"
 #define OKULAR_VERSION_MAJOR 0
 #define OKULAR_VERSION_MINOR 16
-#define OKULAR_VERSION_RELEASE 95
+#define OKULAR_VERSION_RELEASE 97
 #define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
 
 #define OKULAR_VERSION \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-4.10.95/generators/chm/libokularGenerator_chmlib.desktop 
new/okular-4.10.97/generators/chm/libokularGenerator_chmlib.desktop
--- old/okular-4.10.95/generators/chm/libokularGenerator_chmlib.desktop 
2013-07-10 01:15:12.0 +0200
+++ new/okular-4.10.97/generators/chm/libokularGenerator_chmlib.desktop 
2013-07-23 11:01:24.0 +0200
@@ -106,7 +106,7 @@
 Comment[ro]=Platformă HTMLHelp din Windows pentru Okular
 Comment[ru]=Модуль поддержки формата Windows HTMLHelp для Okular
 Comment[sk]=Backend Windows HTMLHelp pre Okular
-Comment[sl]=Zaledje za Windows pomoč v obliki HTML za Okular
+Comment[sl]=Zaledje za pomoč za Windows v obliki HTML za Okular
 Comment[sq]=Një mbështetës për Windows HTMLHelp për  Okular
 Comment[sr]=Позадина винхелпа за Окулар
 Comment[sr@ijekavian]=Позадина винхелпа за Окулар
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-4.10.95/generators/djvu/libokularGenerator_djvu.desktop 
new/okular-4.10.97/generators/djvu/libokularGenerator_djvu.desktop
--- old/okular-4.10.95/generators/djvu/libokularGenerator_djvu.desktop  
2013-07-10 01:15:12.0 +0200
+++ new/okular-4.10.97/generators/djvu/libokularGenerator_djvu.desktop  
2013-07-23 11:01:24.0 +0200
@@ -107,7 +107,7 @@
 Comment[ro]=Platformă DjVu pentru Okular
 Comment[ru]=Модуль поддержки формата DjVu для Okular
 Comment[sk]=Backend DjVu pre Okular
-Comment[sl]=Zaledje za DjVu za Okular
+Comment[sl]=Zaledje DjVu za Okular
 Comment[sq]=Mbështetje për DjVu në Okular
 Comment[sr]=Позадина ДјВуа за Окулар
 Comment[sr@ijekavian]=Позадина ДјВуа за Окулар
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-4.10.95/generators/dvi/libokularGenerator_dvi.desktop 
new/okular-4.10.97/generators/dvi/libokularGenerator_dvi.desktop
--- old/okular-4.10.95/generators/dvi/libokularGenerator_dvi.desktop
2013-07-10 01:15:12.0 +0200
+++ new/okular-4.10.97/generators/dvi/libokularGenerator_dvi.desktop
2013-07-23 11:01:24.0 +0200
@@ -107,7 +107,7 @@
 Comment[ro]=Platformă DVI pentru Okular
 Comment[ru]=Модуль поддержки формата DVI для Okular
 Comment[sk]=Backend DVI pre Okular
-Comment[sl]=Zaledje za DVI za Okular
+Comment[sl]=Zaledje DVI za Okular
 Comment[sq]=Mbështetje për DVI në Okular
 Comment[sr]=Позадина ДВИ‑ја за Окулар
 Comment[sr@ijekavian]=Позадина ДВИ‑ја за

commit picmi for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2013-07-30 16:08:11

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


Package is "picmi"

Changes:

--- /work/SRC/openSUSE:Factory/picmi/picmi.changes  2013-07-22 
17:20:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2013-07-30 
16:08:12.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:38:34 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  picmi-4.10.95.tar.xz

New:

  picmi-4.10.97.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.OjFQ8T/_old  2013-07-30 16:08:13.0 +0200
+++ /var/tmp/diff_new_pack.OjFQ8T/_new  2013-07-30 16:08:13.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Logic
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:picmi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ picmi-4.10.95.tar.xz -> picmi-4.10.97.tar.xz ++

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



commit perl-qt4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-qt4 for openSUSE:Factory 
checked in at 2013-07-30 16:08:06

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


Package is "perl-qt4"

Changes:

--- /work/SRC/openSUSE:Factory/perl-qt4/perl-qt4.changes2013-07-22 
17:20:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-qt4.new/perl-qt4.changes   2013-07-30 
16:08:08.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:38:16 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  perlqt-4.10.95.tar.xz

New:

  perlqt-4.10.97.tar.xz



Other differences:
--
++ perl-qt4.spec ++
--- /var/tmp/diff_new_pack.9if0sA/_old  2013-07-30 16:08:09.0 +0200
+++ /var/tmp/diff_new_pack.9if0sA/_new  2013-07-30 16:08:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-qt4
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:PerlQt kdebindings library
 License:GPL-2.0+

++ perlqt-4.10.95.tar.xz -> perlqt-4.10.97.tar.xz ++

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



commit oxygen-icon-theme for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:Factory checked in at 2013-07-30 16:07:42

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


Package is "oxygen-icon-theme"

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-icon-theme/oxygen-icon-theme.changes  
2013-07-22 17:20:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-icon-theme.new/oxygen-icon-theme.changes 
2013-07-30 16:07:44.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 26 00:48:35 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  oxygen-icons-4.10.95.tar.xz

New:

  oxygen-icons-4.10.97.tar.xz



Other differences:
--
++ oxygen-icon-theme.spec ++
--- /var/tmp/diff_new_pack.m3dEhT/_old  2013-07-30 16:07:55.0 +0200
+++ /var/tmp/diff_new_pack.m3dEhT/_new  2013-07-30 16:07:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-icon-theme
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Oxygen Icon Theme
 License:LGPL-2.1+











++ oxygen-icons-4.10.95.tar.xz -> oxygen-icons-4.10.97.tar.xz ++
/work/SRC/openSUSE:Factory/oxygen-icon-theme/oxygen-icons-4.10.95.tar.xz 
/work/SRC/openSUSE:Factory/.oxygen-icon-theme.new/oxygen-icons-4.10.97.tar.xz 
differ: char 26, line 1

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



commit kblackbox for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kblackbox for openSUSE:Factory 
checked in at 2013-07-30 15:57:31

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


Package is "kblackbox"

Changes:

--- /work/SRC/openSUSE:Factory/kblackbox/kblackbox.changes  2013-07-22 
17:11:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kblackbox.new/kblackbox.changes 2013-07-30 
15:57:33.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:28:36 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kblackbox-4.10.95.tar.xz

New:

  kblackbox-4.10.97.tar.xz



Other differences:
--
++ kblackbox.spec ++
--- /var/tmp/diff_new_pack.PYw8nG/_old  2013-07-30 15:57:34.0 +0200
+++ /var/tmp/diff_new_pack.PYw8nG/_new  2013-07-30 15:57:34.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kblackbox-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kblackbox-4.10.95.tar.xz -> kblackbox-4.10.97.tar.xz ++

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



commit okteta for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2013-07-30 16:07:22

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


Package is "okteta"

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2013-07-22 
17:20:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2013-07-30 
16:07:24.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:36:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  okteta-4.10.95.tar.xz

New:

  okteta-4.10.97.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.zBGpCd/_old  2013-07-30 16:07:25.0 +0200
+++ /var/tmp/diff_new_pack.zBGpCd/_new  2013-07-30 16:07:25.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.10.95.tar.xz -> okteta-4.10.97.tar.xz ++

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



commit parley for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2013-07-30 16:07:56

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


Package is "parley"

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2013-07-22 
17:20:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2013-07-30 
16:08:01.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:37:12 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  parley-4.10.95.tar.xz

New:

  parley-4.10.97.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.ejLSky/_old  2013-07-30 16:08:01.0 +0200
+++ /var/tmp/diff_new_pack.ejLSky/_new  2013-07-30 16:08:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   parley
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ parley-4.10.95.tar.xz -> parley-4.10.97.tar.xz ++
/work/SRC/openSUSE:Factory/parley/parley-4.10.95.tar.xz 
/work/SRC/openSUSE:Factory/.parley.new/parley-4.10.97.tar.xz differ: char 27, 
line 1

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



commit pairs for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package pairs for openSUSE:Factory checked 
in at 2013-07-30 16:07:47

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


Package is "pairs"

Changes:

--- /work/SRC/openSUSE:Factory/pairs/pairs.changes  2013-07-22 
17:20:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.pairs.new/pairs.changes 2013-07-30 
16:07:56.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:35:49 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  pairs-4.10.95.tar.xz

New:

  pairs-4.10.97.tar.xz



Other differences:
--
++ pairs.spec ++
--- /var/tmp/diff_new_pack.0Gvjn5/_old  2013-07-30 16:07:57.0 +0200
+++ /var/tmp/diff_new_pack.0Gvjn5/_new  2013-07-30 16:07:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pairs
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Memory and Pairs Game
 License:GPL-2.0+

++ pairs-4.10.95.tar.xz -> pairs-4.10.97.tar.xz ++

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



commit palapeli for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2013-07-30 16:07:52

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


Package is "palapeli"

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2013-07-22 
17:20:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2013-07-30 
16:07:59.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:36:43 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  palapeli-4.10.95.tar.xz

New:

  palapeli-4.10.97.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.9Z6yjn/_old  2013-07-30 16:07:59.0 +0200
+++ /var/tmp/diff_new_pack.9Z6yjn/_new  2013-07-30 16:07:59.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ palapeli-4.10.95.tar.xz -> palapeli-4.10.97.tar.xz ++

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



commit perl-kde4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-kde4 for openSUSE:Factory 
checked in at 2013-07-30 16:08:02

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


Package is "perl-kde4"

Changes:

--- /work/SRC/openSUSE:Factory/perl-kde4/perl-kde4.changes  2013-07-22 
17:20:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-kde4.new/perl-kde4.changes 2013-07-30 
16:08:04.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:37:50 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  perlkde-4.10.95.tar.xz

New:

  perlkde-4.10.97.tar.xz



Other differences:
--
++ perl-kde4.spec ++
--- /var/tmp/diff_new_pack.B4n4ai/_old  2013-07-30 16:08:05.0 +0200
+++ /var/tmp/diff_new_pack.B4n4ai/_new  2013-07-30 16:08:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-kde4
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Kdebindings Perl-KDE library
 License:LGPL-2.1+

++ perlkde-4.10.95.tar.xz -> perlkde-4.10.97.tar.xz ++

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



commit marble for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package marble for openSUSE:Factory checked 
in at 2013-07-30 16:06:53

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


Package is "marble"

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2013-07-22 
17:20:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2013-07-30 
16:06:57.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:55:38 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  marble-4.10.95.tar.xz

New:

  marble-4.10.97.tar.xz



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.Rya4Mo/_old  2013-07-30 16:06:59.0 +0200
+++ /var/tmp/diff_new_pack.Rya4Mo/_new  2013-07-30 16:06:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   marble
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Generic map viewer
 License:LGPL-2.1+

++ marble-4.10.95.tar.xz -> marble-4.10.97.tar.xz ++
/work/SRC/openSUSE:Factory/marble/marble-4.10.95.tar.xz 
/work/SRC/openSUSE:Factory/.marble.new/marble-4.10.97.tar.xz differ: char 27, 
line 1

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



commit libQtGTL for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libQtGTL for openSUSE:Factory 
checked in at 2013-07-30 16:06:18

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


Package is "libQtGTL"

Changes:

--- /work/SRC/openSUSE:Factory/libQtGTL/libQtGTL.changes2012-02-08 
15:38:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libQtGTL.new/libQtGTL.changes   2013-07-30 
16:06:20.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul 28 16:50:39 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to 0.9.3:
+  * Build fixes.
+- Added a patch (libQtGTL-0.9.3-pkgconfig_deps.patch) to fix pkgconfig files
+  dependencies (taken from Fedora).
+- Added a patch (libQtGTL-0.9.3-version.patch) to fix package version (taken
+  from Fedora).
+
+---

Old:

  libQtGTL-0.9.2.tar.bz2

New:

  libQtGTL-0.9.3-pkgconfig_deps.patch
  libQtGTL-0.9.3-version.patch
  libQtGTL-0.9.3.tar.bz2



Other differences:
--
++ libQtGTL.spec ++
--- /var/tmp/diff_new_pack.nNMlg1/_old  2013-07-30 16:06:21.0 +0200
+++ /var/tmp/diff_new_pack.nNMlg1/_new  2013-07-30 16:06:21.0 +0200
@@ -1,9 +1,9 @@
 #
 # spec file for package libQtGTL
 #
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2009 Buschmann 
-# Copyright (c) 2012 Asterios Dramis .
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 Asterios Dramis .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,25 +13,29 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define libver 0_1
-%define soversion 0.1
+
+%define libver 0_2
+%define soversion 0.2
 
 Name:   libQtGTL
-Version:0.9.2
+Version:0.9.3
 Release:0
-License:LGPL-2.0+
 Summary:Qt4 Wrapper Classes and Widgets for OpenGTL
-Url:http://www.opengtl.org/
+License:LGPL-2.0+
 Group:  System/Libraries
+Url:http://www.opengtl.org/
 Source0:http://download.opengtl.org/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM libQtGTL-0.9.3-pkgconfig_deps.patch 
asterios.dra...@gmail.com -- Fix pkgconfig files dependencies
+Patch0: libQtGTL-0.9.3-pkgconfig_deps.patch
+# PATCH-FIX-UPSTREAM libQtGTL-0.9.3-version.patch asterios.dra...@gmail.com -- 
Fix package version
+Patch1: libQtGTL-0.9.3-version.patch
+BuildRequires:  OpenGTL-devel
 BuildRequires:  cmake
 BuildRequires:  libqt4-devel
-BuildRequires:  OpenGTL-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,6 +69,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 mkdir build
@@ -80,9 +86,7 @@
 cd ..
 
 %install
-cd build
-%make_install
-cd ..
+%make_install -C build
 
 %post -n libQtGTL%{libver} -p /sbin/ldconfig
 

++ libQtGTL-0.9.3-pkgconfig_deps.patch ++
diff -up libQtGTL-0.9.3/examples/QtCTL/CMakeLists.txt.dso_linking 
libQtGTL-0.9.3/examples/QtCTL/CMakeLists.txt
diff -up libQtGTL-0.9.3/examples/QtShiva/CMakeLists.txt.dso_linking 
libQtGTL-0.9.3/examples/QtShiva/CMakeLists.txt
diff -up libQtGTL-0.9.3/QtGTL/CMakeLists.txt.dso_linking 
libQtGTL-0.9.3/QtGTL/CMakeLists.txt
diff -up libQtGTL-0.9.3/QtGTL/QtGTL.pc.cmake.dso_linking 
libQtGTL-0.9.3/QtGTL/QtGTL.pc.cmake
--- libQtGTL-0.9.3/QtGTL/QtGTL.pc.cmake.dso_linking 2013-05-15 
02:58:14.0 -0500
+++ libQtGTL-0.9.3/QtGTL/QtGTL.pc.cmake 2013-05-30 08:22:12.339958804 -0500
@@ -6,6 +6,6 @@ includedir=@INCLUDE_INSTALL_DIR@
 Name: QtGTL
 Description: Qt Wrappers for Graphics Transformation Language
 Version: @QTGTL_VERSION@
-Requires:
-Libs: -L${libdir} -lGTLCore -lQtGTL
+Requires: GTLCore
+Libs: -L${libdir} -lQtGTL
 Cflags: -I${includedir}
diff -up libQtGTL-0.9.3/QtShiva/QtShiva.pc.cmake.dso_linking 
libQtGTL-0.9.3/QtShiva/QtShiva.pc.cmake
--- libQtGTL-0.9.3/QtShiva/QtShiva.pc.cmake.dso_linking 2013-05-15 
02:58:14.0 -0500
+++ libQtGTL-0.9.3/QtShiva/QtShiva.pc.cmake 2013-05-30 08:22:12.340958794 
-0500
@@ -6,6 +6,6 @@ includedir=@INCLUDE_INSTALL_DIR@
 Name: QtShiva
 Description: Qt Wrapers for the Shiva Kernel Transformation Language
 Version: @QTSHIVA_VERSION@
-Requires:
-Libs: -L${libdir} -lOpenShiva -lQtShiva
+Requires: OpenShiva
+Libs: -L${libdir} -lQtShiva
 Cflags: -I${includedir}
++ libQtGTL-0.9.3-version.patch ++
diff -up libQtGTL-0.9.3/CMakeLists.txt.version libQtGTL-0.9.3/CMakeLis

commit liblqr for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package liblqr for openSUSE:Factory checked 
in at 2013-07-30 16:06:06

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


Package is "liblqr"

Changes:

--- /work/SRC/openSUSE:Factory/liblqr/liblqr.changes2011-09-23 
02:08:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblqr.new/liblqr.changes   2013-07-30 
16:06:07.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 26 19:16:34 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to 0.4.2:
+  * Fixes a couple of bugs (some small memory leaks, installation issues on
+MacOSX)
+- Changed License to LGPL-3.0 (library) and GPL-3.0 (examples dir only).
+- Build the development documentation (added docbook-xsl-stylesheets and
+  libxslt-tools build requirements).
+
+---

Old:

  liblqr-1-0.4.1.tar.bz2

New:

  liblqr-1-0.4.2.tar.bz2



Other differences:
--
++ liblqr.spec ++
--- /var/tmp/diff_new_pack.YUIAjU/_old  2013-07-30 16:06:08.0 +0200
+++ /var/tmp/diff_new_pack.YUIAjU/_new  2013-07-30 16:06:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblqr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,83 +15,80 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-Summary:LiquidRescale seam-carving library
+%define so_ver 0
 
 Name:   liblqr
-Version:0.4.1
-Release:9
+Version:0.4.2
+Release:0
+Summary:Liquid Rescale seam-carving library
+License:LGPL-3.0 and GPL-3.0
 Group:  System/Libraries
-License:GPL-2.0+
-Url:http://liquidrescale.wikidot.com/
+Url:http://liblqr.wikidot.com/
 Source0:
http://liblqr.wikidot.com/local--files/en:download-page/liblqr-1-%{version}.tar.bz2
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  glib2-devel
-%if 0%{?mandriva_version}  
-BuildRequires:  libglib2.0_0-devel
-%endif
+BuildRequires:  libxslt-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires liblqr-1-0 = %{version}-%{release}
 
 %description
 The Liquid Rescale (lqr) library provides a C/C++ API for performing
 non-uniform resizing of images by the seam-carving technique.
 
-
-%package -n liblqr-1-0
-License:GPL-2.0+
-Summary:LiquidRescale seam-carving library
+%package -n liblqr-1-%{so_ver}
+Summary:Liquid Rescale seam-carving library
+License:LGPL-3.0
 Group:  System/Libraries
 
-%description -n liblqr-1-0
+%description -n liblqr-1-%{so_ver}
 The Liquid Rescale (lqr) library provides a C/C++ API for performing
 non-uniform resizing of images by the seam-carving technique.
 
 %package   devel
-License:GPL-2.0+
-Summary:Static library and header files for the LiquidRescale library
+Summary:Development files for the Liquid Rescale library
+License:LGPL-3.0
 Group:  Development/Libraries/C and C++
-Requires:   liblqr-1-0 = %{version}
+Requires:   liblqr-1-%{so_ver} = %{version}
 
 %descriptiondevel
 The Liquid Rescale (lqr) library provides a C/C++ API for performing
 non-uniform resizing of images by the seam-carving technique.
 
-This package contains the static LiquidRescale library and its header files.
+This package contains the development files for liblqr.
 
 %prep
 %setup -q -n liblqr-1-%{version}
 
+# Fix docbook path
+sed -i "s,/nwalsh/html/chunk.xsl,/nwalsh/current/html/chunk.xsl," 
docs/lqr_style.xsl
+
 %build
-export CXXFLAGS="$RPM_OPT_FLAGS"  
-export CFLAGS="$CXXFLAGS"  
 %configure
+make %{?_smp_mflags}
+cd docs
 make
+cd ..
 
 %install
-make install DESTDIR=%buildroot
+make install DESTDIR=%{buildroot}
 # remove .la files
-find %buildroot -name \*.la -exec %__rm -f {} \;
-
-%post -n  liblqr-1-0 -p /sbin/ldconfig
+find %{buildroot} -name \*.la -exec rm -f {} \;
 
-%postun -n  liblqr-1-0 -p /sbin/ldconfig
+%post -n liblqr-1-%{so_ver} -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
+%postun -n liblqr-1-%{so_ver} -p /sbin/ldconfig
 
-%files -n  liblqr-1-0
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog README
-%{_libdir}/*.so.*
+%files -n liblqr-1-%{so_ver}
+%defattr(-,root,root,-)
+%doc COPYING.LESSER
+%{_libdir}/liblqr-1.so.%{so_ver}*
 
 %files  devel
-%defattr(-,root,root)
-%dir %{_includedir}/lqr-1
-%dir %{_includedir}/lqr-1/lqr
-%{_includedir}/lqr-1/*.h
-%{_includedir

commit lskat for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2013-07-30 16:06:46

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


Package is "lskat"

Changes:

--- /work/SRC/openSUSE:Factory/lskat/lskat.changes  2013-07-22 
17:20:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2013-07-30 
16:06:52.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:45:54 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  lskat-4.10.95.tar.xz

New:

  lskat-4.10.97.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.pgsdWJ/_old  2013-07-30 16:06:53.0 +0200
+++ /var/tmp/diff_new_pack.pgsdWJ/_new  2013-07-30 16:06:53.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:lskat-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ lskat-4.10.95.tar.xz -> lskat-4.10.97.tar.xz ++
Files old/lskat-4.10.95/icons-old/hi128-app-lskat.png and 
new/lskat-4.10.97/icons-old/hi128-app-lskat.png differ
Files old/lskat-4.10.95/icons-old/hi16-app-lskat.png and 
new/lskat-4.10.97/icons-old/hi16-app-lskat.png differ
Files old/lskat-4.10.95/icons-old/hi22-app-lskat.png and 
new/lskat-4.10.97/icons-old/hi22-app-lskat.png differ
Files old/lskat-4.10.95/icons-old/hi32-app-lskat.png and 
new/lskat-4.10.97/icons-old/hi32-app-lskat.png differ
Files old/lskat-4.10.95/icons-old/hi48-app-lskat.png and 
new/lskat-4.10.97/icons-old/hi48-app-lskat.png differ
Files old/lskat-4.10.95/icons-old/hi64-app-lskat.png and 
new/lskat-4.10.97/icons-old/hi64-app-lskat.png differ

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



commit mono-kde4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package mono-kde4 for openSUSE:Factory 
checked in at 2013-07-30 16:07:03

Comparing /work/SRC/openSUSE:Factory/mono-kde4 (Old)
 and  /work/SRC/openSUSE:Factory/.mono-kde4.new (New)


Package is "mono-kde4"

Changes:

--- /work/SRC/openSUSE:Factory/mono-kde4/mono-kde4.changes  2013-07-22 
17:20:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-kde4.new/mono-kde4.changes 2013-07-30 
16:07:04.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 25 23:46:33 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+- BuildRequire only libkde4-devel, instead of kdebase4-workspace-devel
+
+---

Old:

  kimono-4.10.95.tar.xz

New:

  kimono-4.10.97.tar.xz



Other differences:
--
++ mono-kde4.spec ++
--- /var/tmp/diff_new_pack.OhiYZa/_old  2013-07-30 16:07:05.0 +0200
+++ /var/tmp/diff_new_pack.OhiYZa/_new  2013-07-30 16:07:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mono-kde4
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Kimono Mono-kde library
 License:LGPL-2.1+
@@ -25,8 +25,8 @@
 Url:https://projects.kde.org/projects/kde/kdebindings/csharp/kimono
 Source0:
ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kimono-%{version}.tar.xz
 Patch0: kimono-soprano.patch
-BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libjasper-devel
+BuildRequires:  libkde4-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libmono-2_0-devel
 BuildRequires:  libqimageblitz-devel

++ kimono-4.10.95.tar.xz -> kimono-4.10.97.tar.xz ++

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



commit libksane for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2013-07-30 16:06:01

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


Package is "libksane"

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2013-07-22 
17:19:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2013-07-30 
16:06:03.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:54:12 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  libksane-4.10.95.tar.xz

New:

  libksane-4.10.97.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.7txosS/_old  2013-07-30 16:06:04.0 +0200
+++ /var/tmp/diff_new_pack.7txosS/_new  2013-07-30 16:06:04.0 +0200
@@ -31,7 +31,7 @@
 License:GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:
http://download.kde.org/unstable/%{version}/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libksane-4.10.95.tar.xz -> libksane-4.10.97.tar.xz ++

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



commit libkmahjongg for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libkmahjongg for openSUSE:Factory 
checked in at 2013-07-30 16:05:58

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


Package is "libkmahjongg"

Changes:

--- /work/SRC/openSUSE:Factory/libkmahjongg/libkmahjongg.changes
2013-07-22 17:19:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new/libkmahjongg.changes   
2013-07-30 16:05:59.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:53:48 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  libkmahjongg-4.10.95.tar.xz

New:

  libkmahjongg-4.10.97.tar.xz



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.uNO69M/_old  2013-07-30 16:06:00.0 +0200
+++ /var/tmp/diff_new_pack.uNO69M/_new  2013-07-30 16:06:00.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:libkmahjongg-%{version}.tar.xz
 BuildRequires:  fdupes

++ libkmahjongg-4.10.95.tar.xz -> libkmahjongg-4.10.97.tar.xz ++

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



commit mono-qt4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package mono-qt4 for openSUSE:Factory 
checked in at 2013-07-30 16:07:10

Comparing /work/SRC/openSUSE:Factory/mono-qt4 (Old)
 and  /work/SRC/openSUSE:Factory/.mono-qt4.new (New)


Package is "mono-qt4"

Changes:

--- /work/SRC/openSUSE:Factory/mono-qt4/mono-qt4.changes2013-07-22 
17:20:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-qt4.new/mono-qt4.changes   2013-07-30 
16:07:11.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:47:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  qyoto-4.10.95.tar.xz

New:

  qyoto-4.10.97.tar.xz



Other differences:
--
++ mono-qt4.spec ++
--- /var/tmp/diff_new_pack.wAud6L/_old  2013-07-30 16:07:12.0 +0200
+++ /var/tmp/diff_new_pack.wAud6L/_new  2013-07-30 16:07:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mono-qt4
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Mono Qt4 kdebindings library
 License:GPL-2.0+

++ qyoto-4.10.95.tar.xz -> qyoto-4.10.97.tar.xz ++

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



commit nepomuk-core for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package nepomuk-core for openSUSE:Factory 
checked in at 2013-07-30 16:07:17

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-07-22 17:20:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.nepomuk-core.new/nepomuk-core.changes   
2013-07-30 16:07:19.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:00:14 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  nepomuk-core-4.10.95.tar.xz

New:

  nepomuk-core-4.10.97.tar.xz



Other differences:
--
++ nepomuk-core.spec ++
--- /var/tmp/diff_new_pack.LbldFW/_old  2013-07-30 16:07:20.0 +0200
+++ /var/tmp/diff_new_pack.LbldFW/_new  2013-07-30 16:07:20.0 +0200
@@ -19,7 +19,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 Name:   nepomuk-core
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:The KDE Nepomuk Core Library
 License:GPL-2.0+

++ nepomuk-core-4.10.95.tar.xz -> nepomuk-core-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nepomuk-core-4.10.95/cleaner/nepomukcleaningjob.desktop 
new/nepomuk-core-4.10.97/cleaner/nepomukcleaningjob.desktop
--- old/nepomuk-core-4.10.95/cleaner/nepomukcleaningjob.desktop 2013-07-10 
00:38:26.0 +0200
+++ new/nepomuk-core-4.10.97/cleaner/nepomukcleaningjob.desktop 2013-07-23 
10:58:35.0 +0200
@@ -2,6 +2,7 @@
 Type=ServiceType
 X-KDE-ServiceType=NepomukCleaningJob
 Comment=Nepomuk Cleaning Job
+Comment[bs]=Čistač Nepomuka
 Comment[ca]=Treball de neteja del Nepomuk
 Comment[cs]=Úloha pro čistění databáze Nepomuku
 Comment[da]=Nepomuk-oprydningsjob
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nepomuk-core-4.10.95/libnepomukcore/service/nepomukservice2.desktop 
new/nepomuk-core-4.10.97/libnepomukcore/service/nepomukservice2.desktop
--- old/nepomuk-core-4.10.95/libnepomukcore/service/nepomukservice2.desktop 
2013-07-10 00:38:26.0 +0200
+++ new/nepomuk-core-4.10.97/libnepomukcore/service/nepomukservice2.desktop 
2013-07-23 10:58:35.0 +0200
@@ -2,6 +2,7 @@
 Type=ServiceType
 X-KDE-ServiceType=NepomukService2
 Comment=Nepomuk Service Version 2
+Comment[bs]=Servis Nepomuka verzija 2
 Comment[ca]=Servei Nepomuk versió 2
 Comment[cs]=Služba Nepomuk Verze 2
 Comment[da]=Nepomuk-tjeneste version 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nepomuk-core-4.10.95/services/fileindexer/indexer/mobipocket/nepomukmobiextractor.desktop
 
new/nepomuk-core-4.10.97/services/fileindexer/indexer/mobipocket/nepomukmobiextractor.desktop
--- 
old/nepomuk-core-4.10.95/services/fileindexer/indexer/mobipocket/nepomukmobiextractor.desktop
   2013-07-14 12:01:05.0 +0200
+++ 
new/nepomuk-core-4.10.97/services/fileindexer/indexer/mobipocket/nepomukmobiextractor.desktop
   2013-07-23 10:58:35.0 +0200
@@ -3,11 +3,14 @@
 X-KDE-ServiceTypes=NepomukFileExtractor
 X-KDE-Library=nepomukmobiextractor
 Name=Nepomuk Mobi Extractor
+Name[bs]=Nepomukov Mobi ekstraktor
 Name[ca]=Extractor Mobi del Nepomuk
 Name[cs]=Extraktor Mobi pro Nepomuk
 Name[da]=Nepomuk Mobi-udtrækker
 Name[de]=Mobi-Extraktion für Nepomuk
+Name[es]=Extractor Mobi de Nepomuk
 Name[fi]=Nepomukin Mobi-luku
+Name[fr]=Extracteur Mobi de Nepomuk
 Name[hu]=Nepomuk Mobi kibontó
 Name[ia]=Nepomuk Extractor de Mobi
 Name[it]=Estrattore Mobi di Nepomuk
@@ -29,11 +32,14 @@
 Name[zh_CN]=Nepomuk Mobi 提取工具
 Name[zh_TW]=Nepomuk Mobi 展開器
 Comment=Nepomuk File extractor for MobiPocket Files
+Comment[bs]=Nepomukov ekstraktor datoteka za MobiPocket datoteke
 Comment[ca]=Extractor de fitxers del Nepomuk per fitxers MobiPocket
 Comment[cs]=Extraktor souborů Nepomuku pro soubory 
 Comment[da]=Nepomuk filudtrækker til MobiPocket-filer
 Comment[de]=Datei-Extraktion aus MobiPocket-Dateien für Nepomuk
+Comment[es]=Extractor de archivos de Nepomuk para archivos MobiPocket
 Comment[fi]=Nepomukin MobiPocket-tiedostojen luku
+Comment[fr]=Extracteur de fichiers Nepomuk pour les fichiers MobiPocket
 Comment[hu]=Nepomuk fájl kibontó MobiPocket fájlokhoz
 Comment[ia]=Extractor de file de Nepomuk pro files de MobiPocket
 Comment[it]=Estrattore di file di Nepomuk per file MobiPocket
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude

commit mobipocket for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:Factory 
checked in at 2013-07-30 16:06:59

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


Package is "mobipocket"

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2013-07-22 
17:20:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2013-07-30 16:07:00.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:39:07 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdegraphics-mobipocket-4.10.95.tar.xz

New:

  kdegraphics-mobipocket-4.10.97.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.4NFAhP/_old  2013-07-30 16:07:01.0 +0200
+++ /var/tmp/diff_new_pack.4NFAhP/_new  2013-07-30 16:07:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mobipocket
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:E-book plugin for Okular
 License:GPL-2.0+

++ kdegraphics-mobipocket-4.10.95.tar.xz -> 
kdegraphics-mobipocket-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdegraphics-mobipocket-4.10.95/okular/libokularGenerator_mobi.desktop 
new/kdegraphics-mobipocket-4.10.97/okular/libokularGenerator_mobi.desktop
--- old/kdegraphics-mobipocket-4.10.95/okular/libokularGenerator_mobi.desktop   
2013-07-10 01:14:03.0 +0200
+++ new/kdegraphics-mobipocket-4.10.97/okular/libokularGenerator_mobi.desktop   
2013-07-23 11:00:54.0 +0200
@@ -98,7 +98,7 @@
 Comment[ro]=Platformă Mobipocket pentru Okular
 Comment[ru]=Модуль поддержки формата Mobipocket для Okular
 Comment[sk]=Backend Mobipocket pre Okular
-Comment[sl]=Hrbtenica za Mobipocket Okular
+Comment[sl]=Zaledje Mobipocket za Okular
 Comment[sq]=Mbështetje Mobipocket për Okular
 Comment[sr]=Позадина Мобипокета за Окулар
 Comment[sr@ijekavian]=Позадина Мобипокета за Окулар

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



commit lokalize for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2013-07-30 16:06:22

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


Package is "lokalize"

Changes:

--- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes2013-07-22 
17:19:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2013-07-30 
16:06:33.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:35:28 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  lokalize-4.10.95.tar.xz

New:

  lokalize-4.10.97.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.Zq15VJ/_old  2013-07-30 16:06:43.0 +0200
+++ /var/tmp/diff_new_pack.Zq15VJ/_new  2013-07-30 16:06:43.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lokalize (Version 4.7.80_2022)
+# spec file for package lokalize
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   lokalize
-BuildRequires:  libkde4-devel
 BuildRequires:  hunspell-devel
+BuildRequires:  libkde4-devel
+Summary:KDE Translation Editor
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Summary:KDE Translation Editor
 Url:http://www.kde.org/
-Version:4.10.95
-Release:1
+Version:4.10.97
+Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Requires strigila_po.so (bnc#410716)
 Requires:   kdesdk4
-Requires:   libqt4_sql_backend python-kde4
+Requires:   libqt4_sql_backend
+Requires:   python-kde4
 Provides:   kde4-lokalize = 4.3.0
 Obsoletes:  kde4-lokalize < 4.3.0
 %kde4_runtime_requires
@@ -73,5 +75,4 @@
 %{_kde4_appsdir}/lokalize/
 %{_kde4_configkcfgdir}/lokalize.kcfg
 
-
 %changelog

++ lokalize-4.10.95.tar.xz -> lokalize-4.10.97.tar.xz ++

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



commit libnepomukwidgets for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libnepomukwidgets for 
openSUSE:Factory checked in at 2013-07-30 16:06:13

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


Package is "libnepomukwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/libnepomukwidgets/libnepomukwidgets.changes  
2013-07-22 17:19:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnepomukwidgets.new/libnepomukwidgets.changes 
2013-07-30 16:06:14.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:54:45 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  nepomuk-widgets-4.10.95.tar.xz

New:

  nepomuk-widgets-4.10.97.tar.xz



Other differences:
--
++ libnepomukwidgets.spec ++
--- /var/tmp/diff_new_pack.JYgCFh/_old  2013-07-30 16:06:16.0 +0200
+++ /var/tmp/diff_new_pack.JYgCFh/_new  2013-07-30 16:06:16.0 +0200
@@ -32,7 +32,7 @@
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://nepomuk.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:nepomuk-widgets-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ nepomuk-widgets-4.10.95.tar.xz -> nepomuk-widgets-4.10.97.tar.xz ++

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



commit libkexiv2 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2013-07-30 16:05:51

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


Package is "libkexiv2"

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2013-07-22 
17:19:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2013-07-30 
16:05:53.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:53:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  libkexiv2-4.10.95.tar.xz

New:

  libkexiv2-4.10.97.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.PtDVtt/_old  2013-07-30 16:05:54.0 +0200
+++ /var/tmp/diff_new_pack.PtDVtt/_new  2013-07-30 16:05:54.0 +0200
@@ -19,7 +19,7 @@
 %define _so 11
 
 Name:   libkexiv2
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Library to manipulate picture meta data
 License:GPL-2.0+

++ libkexiv2-4.10.95.tar.xz -> libkexiv2-4.10.97.tar.xz ++

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



commit libkdcraw for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2013-07-30 16:05:29

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


Package is "libkdcraw"

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2013-07-22 
17:19:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2013-07-30 
16:05:33.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:51:24 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  libkdcraw-4.10.95.tar.xz

New:

  libkdcraw-4.10.97.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.jfoVcK/_old  2013-07-30 16:05:34.0 +0200
+++ /var/tmp/diff_new_pack.jfoVcK/_new  2013-07-30 16:05:34.0 +0200
@@ -19,7 +19,7 @@
 %define _so 22
 
 Name:   libkdcraw
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Shared library interface around dcraw
 License:LGPL-2.0+ and GPL-2.0+ and GPL-3.0+

++ libkdcraw-4.10.95.tar.xz -> libkdcraw-4.10.97.tar.xz ++

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



commit libkcddb4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libkcddb4 for openSUSE:Factory 
checked in at 2013-07-30 16:05:22

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


Package is "libkcddb4"

Changes:

--- /work/SRC/openSUSE:Factory/libkcddb4/libkcddb4.changes  2013-07-22 
17:19:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcddb4.new/libkcddb4.changes 2013-07-30 
16:05:23.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:56:46 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  libkcddb-4.10.95.tar.xz

New:

  libkcddb-4.10.97.tar.xz



Other differences:
--
++ libkcddb4.spec ++
--- /var/tmp/diff_new_pack.ar3eon/_old  2013-07-30 16:05:24.0 +0200
+++ /var/tmp/diff_new_pack.ar3eon/_new  2013-07-30 16:05:24.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:libkcddb-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcddb-4.10.95.tar.xz -> libkcddb-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-4.10.95/kcmcddb/libkcddb.desktop 
new/libkcddb-4.10.97/kcmcddb/libkcddb.desktop
--- old/libkcddb-4.10.95/kcmcddb/libkcddb.desktop   2013-07-14 
12:03:17.0 +0200
+++ new/libkcddb-4.10.97/kcmcddb/libkcddb.desktop   2013-07-24 
13:12:39.0 +0200
@@ -137,7 +137,7 @@
 Comment[ro]=Configurează preluarea CDDB
 Comment[ru]=Настройка CDDB
 Comment[sk]=Nastavenie informácií z CDDB
-Comment[sl]=Nastavite pridobivanje CDDB
+Comment[sl]=Nastavi pridobivanje CDDB
 Comment[sr]=Подесите добављање из ЦДДБ‑а
 Comment[sr@ijekavian]=Подесите добављање из ЦДДБ‑а
 Comment[sr@ijekavianlatin]=Podesite dobavljanje iz CDDB‑a

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



commit libkcompactdisc4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libkcompactdisc4 for 
openSUSE:Factory checked in at 2013-07-30 16:05:25

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


Package is "libkcompactdisc4"

Changes:

--- /work/SRC/openSUSE:Factory/libkcompactdisc4/libkcompactdisc4.changes
2013-07-22 17:19:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc4.new/libkcompactdisc4.changes   
2013-07-30 16:05:27.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:57:04 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  libkcompactdisc-4.10.95.tar.xz

New:

  libkcompactdisc-4.10.97.tar.xz



Other differences:
--
++ libkcompactdisc4.spec ++
--- /var/tmp/diff_new_pack.Ozojvj/_old  2013-07-30 16:05:28.0 +0200
+++ /var/tmp/diff_new_pack.Ozojvj/_new  2013-07-30 16:05:28.0 +0200
@@ -23,7 +23,7 @@
 Summary:KDE CD Library
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:libkcompactdisc-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcompactdisc-4.10.95.tar.xz -> libkcompactdisc-4.10.97.tar.xz ++

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



commit libkipi for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-07-30 16:05:54

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


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-07-22 
17:19:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-07-30 
16:05:56.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:53:27 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  libkipi-4.10.95.tar.xz

New:

  libkipi-4.10.97.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.m2zUwr/_old  2013-07-30 16:05:57.0 +0200
+++ /var/tmp/diff_new_pack.m2zUwr/_new  2013-07-30 16:05:57.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:
http://download.kde.org/unstable/%{version}/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.10.95.tar.xz -> libkipi-4.10.97.tar.xz ++

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



commit libkdegames for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:Factory 
checked in at 2013-07-30 16:05:45

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


Package is "libkdegames"

Changes:

--- /work/SRC/openSUSE:Factory/libkdegames/libkdegames.changes  2013-07-22 
17:19:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdegames.new/libkdegames.changes 
2013-07-30 16:05:47.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:52:32 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  libkdegames-4.10.95.tar.xz

New:

  libkdegames-4.10.97.tar.xz



Other differences:
--
++ libkdegames.spec ++
--- /var/tmp/diff_new_pack.Fw3zIO/_old  2013-07-30 16:05:48.0 +0200
+++ /var/tmp/diff_new_pack.Fw3zIO/_new  2013-07-30 16:05:48.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:libkdegames-%{version}.tar.xz
 Patch1: libkdegames-bnc793185.patch

++ libkdegames-4.10.95.tar.xz -> libkdegames-4.10.97.tar.xz ++

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



commit kubrick for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2013-07-30 16:05:06

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


Package is "kubrick"

Changes:

--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2013-07-22 
17:19:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2013-07-30 
16:05:09.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:33:58 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kubrick-4.10.95.tar.xz

New:

  kubrick-4.10.97.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.vGTbLD/_old  2013-07-30 16:05:10.0 +0200
+++ /var/tmp/diff_new_pack.vGTbLD/_new  2013-07-30 16:05:10.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Logic
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kubrick-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kubrick-4.10.95.tar.xz -> kubrick-4.10.97.tar.xz ++

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



commit libkdeedu4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libkdeedu4 for openSUSE:Factory 
checked in at 2013-07-30 16:05:35

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


Package is "libkdeedu4"

Changes:

--- /work/SRC/openSUSE:Factory/libkdeedu4/libkdeedu4.changes2013-07-22 
17:19:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdeedu4.new/libkdeedu4.changes   
2013-07-30 16:05:43.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:52:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  libkdeedu-4.10.95.tar.xz

New:

  libkdeedu-4.10.97.tar.xz



Other differences:
--
++ libkdeedu4.spec ++
--- /var/tmp/diff_new_pack.RZNAkC/_old  2013-07-30 16:05:45.0 +0200
+++ /var/tmp/diff_new_pack.RZNAkC/_new  2013-07-30 16:05:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libkdeedu4
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0+

++ libkdeedu-4.10.95.tar.xz -> libkdeedu-4.10.97.tar.xz ++

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



commit kwordquiz for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2013-07-30 16:05:18

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


Package is "kwordquiz"

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2013-07-22 
17:19:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2013-07-30 
16:05:20.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:47:27 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kwordquiz-4.10.95.tar.xz

New:

  kwordquiz-4.10.97.tar.xz



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.Yw9JK9/_old  2013-07-30 16:05:21.0 +0200
+++ /var/tmp/diff_new_pack.Yw9JK9/_new  2013-07-30 16:05:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwordquiz
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ kwordquiz-4.10.95.tar.xz -> kwordquiz-4.10.97.tar.xz ++

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



commit ksquares for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2013-07-30 16:04:32

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


Package is "ksquares"

Changes:

--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes2013-07-22 
17:18:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2013-07-30 
16:04:33.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:21:09 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ksquares-4.10.95.tar.xz

New:

  ksquares-4.10.97.tar.xz



Other differences:
--
++ ksquares.spec ++
--- /var/tmp/diff_new_pack.KLkK14/_old  2013-07-30 16:04:34.0 +0200
+++ /var/tmp/diff_new_pack.KLkK14/_new  2013-07-30 16:04:34.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:ksquares-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksquares-4.10.95.tar.xz -> ksquares-4.10.97.tar.xz ++

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



commit kuser for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kuser for openSUSE:Factory checked 
in at 2013-07-30 16:05:10

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


Package is "kuser"

Changes:

--- /work/SRC/openSUSE:Factory/kuser/kuser.changes  2013-07-22 
17:19:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.kuser.new/kuser.changes 2013-07-30 
16:05:12.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:34:19 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kuser-4.10.95.tar.xz

New:

  kuser-4.10.97.tar.xz



Other differences:
--
++ kuser.spec ++
--- /var/tmp/diff_new_pack.xbCcYw/_old  2013-07-30 16:05:13.0 +0200
+++ /var/tmp/diff_new_pack.xbCcYw/_new  2013-07-30 16:05:13.0 +0200
@@ -19,7 +19,7 @@
 Name:   kuser
 BuildRequires:  libkdepimlibs4-devel
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:User Account Manager
 License:GPL-2.0+

++ kuser-4.10.95.tar.xz -> kuser-4.10.97.tar.xz ++

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



commit kturtle for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2013-07-30 16:05:00

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


Package is "kturtle"

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2013-07-22 
17:19:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2013-07-30 
16:05:02.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:27:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kturtle-4.10.95.tar.xz

New:

  kturtle-4.10.97.tar.xz



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.z6eQRe/_old  2013-07-30 16:05:03.0 +0200
+++ /var/tmp/diff_new_pack.z6eQRe/_new  2013-07-30 16:05:03.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Teaching/Mathematics
 Url:http://edu.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  libkde4-devel

++ kturtle-4.10.95.tar.xz -> kturtle-4.10.97.tar.xz ++

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



commit ktouch for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2013-07-30 16:04:52

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


Package is "ktouch"

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2013-07-22 
17:18:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2013-07-30 
16:04:55.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:24:29 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ktouch-4.10.95.tar.xz

New:

  ktouch-4.10.97.tar.xz



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.sRJnJ4/_old  2013-07-30 16:04:56.0 +0200
+++ /var/tmp/diff_new_pack.sRJnJ4/_new  2013-07-30 16:04:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktouch
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0+

++ ktouch-4.10.95.tar.xz -> ktouch-4.10.97.tar.xz ++

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



commit ktux for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ktux for openSUSE:Factory checked in 
at 2013-07-30 16:05:04

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


Package is "ktux"

Changes:

--- /work/SRC/openSUSE:Factory/ktux/ktux.changes2013-07-22 
17:19:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktux.new/ktux.changes   2013-07-30 
16:05:05.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:33:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ktux-4.10.95.tar.xz

New:

  ktux-4.10.97.tar.xz



Other differences:
--
++ ktux.spec ++
--- /var/tmp/diff_new_pack.zTPzzb/_old  2013-07-30 16:05:06.0 +0200
+++ /var/tmp/diff_new_pack.zTPzzb/_new  2013-07-30 16:05:06.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Screensavers
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ktux-4.10.95.tar.xz -> ktux-4.10.97.tar.xz ++

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



commit kwalletmanager for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kwalletmanager for openSUSE:Factory 
checked in at 2013-07-30 16:05:14

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


Package is "kwalletmanager"

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager/kwalletmanager.changes
2013-07-25 15:04:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwalletmanager.new/kwalletmanager.changes   
2013-07-30 16:05:16.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:35:03 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kwallet-4.10.95.tar.xz

New:

  kwallet-4.10.97.tar.xz



Other differences:
--
++ kwalletmanager.spec ++
--- /var/tmp/diff_new_pack.E5boDR/_old  2013-07-30 16:05:16.0 +0200
+++ /var/tmp/diff_new_pack.E5boDR/_new  2013-07-30 16:05:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwalletmanager
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Wallet Management Tool
 License:GPL-2.0+

++ kwallet-4.10.95.tar.xz -> kwallet-4.10.97.tar.xz ++

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



commit kstars for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2013-07-30 16:04:35

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


Package is "kstars"

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2013-07-22 
17:18:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2013-07-30 
16:04:38.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:22:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kstars-4.10.95.tar.xz

New:

  kstars-4.10.97.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.oZZ7mI/_old  2013-07-30 16:04:40.0 +0200
+++ /var/tmp/diff_new_pack.oZZ7mI/_new  2013-07-30 16:04:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kstars
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Desktop Planetarium
 License:GPL-2.0+

++ kstars-4.10.95.tar.xz -> kstars-4.10.97.tar.xz ++
/work/SRC/openSUSE:Factory/kstars/kstars-4.10.95.tar.xz 
/work/SRC/openSUSE:Factory/.kstars.new/kstars-4.10.97.tar.xz differ: char 27, 
line 1

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



commit ktuberling for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:Factory 
checked in at 2013-07-30 16:04:57

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


Package is "ktuberling"

Changes:

--- /work/SRC/openSUSE:Factory/ktuberling/ktuberling.changes2013-07-22 
17:18:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling.changes   
2013-07-30 16:05:00.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:24:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ktuberling-4.10.95.tar.xz

New:

  ktuberling-4.10.97.tar.xz



Other differences:
--
++ ktuberling.spec ++
--- /var/tmp/diff_new_pack.ADJsCk/_old  2013-07-30 16:05:00.0 +0200
+++ /var/tmp/diff_new_pack.ADJsCk/_new  2013-07-30 16:05:00.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:ktuberling-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ktuberling-4.10.95.tar.xz -> ktuberling-4.10.97.tar.xz ++

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



commit ktimer for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2013-07-30 16:04:49

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


Package is "ktimer"

Changes:

--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes2013-07-25 
15:01:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktimer.new/ktimer.changes   2013-07-30 
16:04:51.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:24:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ktimer-4.10.95.tar.xz

New:

  ktimer-4.10.97.tar.xz



Other differences:
--
++ ktimer.spec ++
--- /var/tmp/diff_new_pack.COF4dw/_old  2013-07-30 16:04:52.0 +0200
+++ /var/tmp/diff_new_pack.COF4dw/_new  2013-07-30 16:04:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktimer
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Countdown Launcher
 License:GPL-2.0+

++ ktimer-4.10.95.tar.xz -> ktimer-4.10.97.tar.xz ++

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



commit ksystemlog for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2013-07-30 16:04:42

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


Package is "ksystemlog"

Changes:

--- /work/SRC/openSUSE:Factory/ksystemlog/ksystemlog.changes2013-07-22 
17:18:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes   
2013-07-30 16:04:43.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:22:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ksystemlog-4.10.95.tar.xz

New:

  ksystemlog-4.10.97.tar.xz



Other differences:
--
++ ksystemlog.spec ++
--- /var/tmp/diff_new_pack.ZU8mse/_old  2013-07-30 16:04:44.0 +0200
+++ /var/tmp/diff_new_pack.ZU8mse/_new  2013-07-30 16:04:44.0 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  oxygen-icon-theme-large
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:System Log Viewer Tool
 License:GPL-2.0

++ ksystemlog-4.10.95.tar.xz -> ksystemlog-4.10.97.tar.xz ++

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



commit kteatime for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2013-07-30 16:04:46

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


Package is "kteatime"

Changes:

--- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes2013-07-22 
17:18:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2013-07-30 
16:04:47.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:23:48 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kteatime-4.10.95.tar.xz

New:

  kteatime-4.10.97.tar.xz



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.Ksq6nn/_old  2013-07-30 16:04:48.0 +0200
+++ /var/tmp/diff_new_pack.Ksq6nn/_new  2013-07-30 16:04:48.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kteatime-4.10.95.tar.xz -> kteatime-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kteatime-4.10.95/src/timeedit.h 
new/kteatime-4.10.97/src/timeedit.h
--- old/kteatime-4.10.95/src/timeedit.h 2013-07-10 01:43:45.0 +0200
+++ new/kteatime-4.10.97/src/timeedit.h 2013-07-23 11:04:53.0 +0200
@@ -36,7 +36,7 @@
 Q_OBJECT
 
 public:
-TimeEditDialog(TopLevel *toplevel);
+explicit TimeEditDialog(TopLevel *toplevel);
 ~TimeEditDialog();
 
 private slots:

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



commit ksudoku for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Factory checked 
in at 2013-07-30 16:04:39

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


Package is "ksudoku"

Changes:

--- /work/SRC/openSUSE:Factory/ksudoku/ksudoku.changes  2013-07-22 
17:18:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksudoku.new/ksudoku.changes 2013-07-30 
16:04:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:22:24 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ksudoku-4.10.95.tar.xz

New:

  ksudoku-4.10.97.tar.xz



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.MMd7fL/_old  2013-07-30 16:04:43.0 +0200
+++ /var/tmp/diff_new_pack.MMd7fL/_new  2013-07-30 16:04:43.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:ksudoku-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksudoku-4.10.95.tar.xz -> ksudoku-4.10.97.tar.xz ++

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



commit ksnakeduel for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2013-07-30 16:04:23

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


Package is "ksnakeduel"

Changes:

--- /work/SRC/openSUSE:Factory/ksnakeduel/ksnakeduel.changes2013-07-22 
17:18:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new/ksnakeduel.changes   
2013-07-30 16:04:24.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:19:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ksnakeduel-4.10.95.tar.xz

New:

  ksnakeduel-4.10.97.tar.xz



Other differences:
--
++ ksnakeduel.spec ++
--- /var/tmp/diff_new_pack.sA5CrV/_old  2013-07-30 16:04:24.0 +0200
+++ /var/tmp/diff_new_pack.sA5CrV/_new  2013-07-30 16:04:24.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:ksnakeduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksnakeduel-4.10.95.tar.xz -> ksnakeduel-4.10.97.tar.xz ++

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



commit ksirk for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2013-07-30 16:04:20

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


Package is "ksirk"

Changes:

--- /work/SRC/openSUSE:Factory/ksirk/ksirk.changes  2013-07-22 
17:18:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2013-07-30 
16:04:21.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:19:35 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ksirk-4.10.95.tar.xz

New:

  ksirk-4.10.97.tar.xz



Other differences:
--
++ ksirk.spec ++
--- /var/tmp/diff_new_pack.GfMk8j/_old  2013-07-30 16:04:22.0 +0200
+++ /var/tmp/diff_new_pack.GfMk8j/_new  2013-07-30 16:04:22.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Strategy/Turn Based
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ ksirk-4.10.95.tar.xz -> ksirk-4.10.97.tar.xz ++

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



commit kshisen for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kshisen for openSUSE:Factory checked 
in at 2013-07-30 16:04:16

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


Package is "kshisen"

Changes:

--- /work/SRC/openSUSE:Factory/kshisen/kshisen.changes  2013-07-22 
17:18:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2013-07-30 
16:04:18.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:19:18 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kshisen-4.10.95.tar.xz

New:

  kshisen-4.10.97.tar.xz



Other differences:
--
++ kshisen.spec ++
--- /var/tmp/diff_new_pack.W7vESF/_old  2013-07-30 16:04:19.0 +0200
+++ /var/tmp/diff_new_pack.W7vESF/_new  2013-07-30 16:04:19.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kshisen-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kshisen-4.10.95.tar.xz -> kshisen-4.10.97.tar.xz ++

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



commit kruler for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2013-07-30 16:04:05

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


Package is "kruler"

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2013-07-22 
17:18:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2013-07-30 
16:04:07.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:18:14 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kruler-4.10.95.tar.xz

New:

  kruler-4.10.97.tar.xz



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.17tE5i/_old  2013-07-30 16:04:08.0 +0200
+++ /var/tmp/diff_new_pack.17tE5i/_new  2013-07-30 16:04:08.0 +0200
@@ -26,7 +26,7 @@
 Provides:   kde4-kruler = 4.3.0
 Obsoletes:  kde4-kruler < 4.3.0
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kruler-4.10.95.tar.xz -> kruler-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-4.10.95/kruler.notifyrc 
new/kruler-4.10.97/kruler.notifyrc
--- old/kruler-4.10.95/kruler.notifyrc  2013-07-10 01:14:23.0 +0200
+++ new/kruler-4.10.97/kruler.notifyrc  2013-07-23 11:01:08.0 +0200
@@ -148,7 +148,7 @@
 Comment[hne]=संकेतक कुंजी मन के मदद से मापनी पिक्सल अनुसार खिसका हे
 Comment[hr]=Ravnalo je pomaknuto pomoću tipki za kretanje
 Comment[hu]=A vonalzó elmozgatva képpontonként a kurzorbillentyűkkel
-Comment[ia]=Le regla ha movite a guisa de pixel per usare le clve de cusor
+Comment[ia]=Le regula ha movite a guisa de pixel per usar le claves de cursor
 Comment[is]=Reglustikan hefur verið færð um nokkra díla með notkun Bendillykla
 Comment[it]=Il righello è stato spostato usando i tasti cursore
 Comment[ja]=ルーラーがカーソルキーによってピクセル単位で移動しました

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



commit ksnapshot for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ksnapshot for openSUSE:Factory 
checked in at 2013-07-30 16:04:26

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


Package is "ksnapshot"

Changes:

--- /work/SRC/openSUSE:Factory/ksnapshot/ksnapshot.changes  2013-07-22 
17:18:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksnapshot.new/ksnapshot.changes 2013-07-30 
16:04:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:20:19 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ksnapshot-4.10.95.tar.xz

New:

  ksnapshot-4.10.97.tar.xz



Other differences:
--
++ ksnapshot.spec ++
--- /var/tmp/diff_new_pack.GXbbz7/_old  2013-07-30 16:04:29.0 +0200
+++ /var/tmp/diff_new_pack.GXbbz7/_new  2013-07-30 16:04:29.0 +0200
@@ -29,7 +29,7 @@
 %else
 BuildRequires:  sane-backends
 %endif
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Screen Capture Program
 License:GPL-2.0+

++ ksnapshot-4.10.95.tar.xz -> ksnapshot-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnapshot-4.10.95/ksnapshot.cpp 
new/ksnapshot-4.10.97/ksnapshot.cpp
--- old/ksnapshot-4.10.95/ksnapshot.cpp 2013-07-10 01:14:28.0 +0200
+++ new/ksnapshot-4.10.97/ksnapshot.cpp 2013-07-23 11:01:13.0 +0200
@@ -379,6 +379,9 @@
 drag->mimeData()->setImageData(snapshot);
 drag->mimeData()->setData("application/x-kde-suggestedfilename", 
filename.fileName().toUtf8());
 drag->setPixmap(preview());
+QList urls;
+urls << urlToOpen();
+drag->mimeData()->setUrls(urls);
 drag->start();
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnapshot-4.10.95/ksnapshot.desktop 
new/ksnapshot-4.10.97/ksnapshot.desktop
--- old/ksnapshot-4.10.95/ksnapshot.desktop 2013-07-10 01:14:28.0 
+0200
+++ new/ksnapshot-4.10.97/ksnapshot.desktop 2013-07-23 11:01:13.0 
+0200
@@ -53,7 +53,7 @@
 GenericName[se]=Šearbmagovvenprográmma
 GenericName[si]=තිරපිටපත් ගැණීමේ වැඩසටහන
 GenericName[sk]=Zachytenie obrazovky
-GenericName[sl]=Program za zajemanje zaslona
+GenericName[sl]=Program za zajem zaslona
 GenericName[sr]=Програм за снимање екрана
 GenericName[sr@ijekavian]=Програм за снимање екрана
 GenericName[sr@ijekavianlatin]=Program za snimanje ekrana

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



  1   2   3   >