commit perl-Config-General for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-General for 
openSUSE:Factory checked in at 2013-06-05 17:49:45

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


Package is perl-Config-General

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-General/perl-Config-General.changes  
2011-09-23 12:36:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-General.new/perl-Config-General.changes 
2013-06-05 17:49:46.0 +0200
@@ -1,0 +2,19 @@
+Mon Jun  3 15:52:42 UTC 2013 - co...@suse.com
+
+- updated to 2.51
+  - fixed rt.cpan.org#77667 which resulted in invalid configs
+written to file when using save_file() and a named block,
+whose 2nd part starts with a /.
+
+  - fixed rt.cpan.org#64169 by applying patch by Dulaunoy Fabrice.
+adds -NoEscape switch which turns off escaping of anything.
+
+  - implemented suggestion of rt.cpan.org#67564 by adding 3 new
+parameters: -NormalizeOption, -NormalizeBlock and -NormalizeValue,
+which take a subroutine reference and change the block,
+option or value accordingly.
+  
+  - fixed rt.cpan.org#65860+76953 undefined value error.
+
+
+---

Old:

  Config-General-2.50.tar.gz

New:

  Config-General-2.51.tar.gz



Other differences:
--
++ perl-Config-General.spec ++
--- /var/tmp/diff_new_pack.ejJm4a/_old  2013-06-05 17:49:47.0 +0200
+++ /var/tmp/diff_new_pack.ejJm4a/_new  2013-06-05 17:49:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-General
 #
-# 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,28 +16,22 @@
 #
 
 
-
 Name:   perl-Config-General
-Version:2.50
-Release:3
-License:GPL-1.0+ or Artistic-1.0
+Version:2.51
+Release:0
 %define cpan_name Config-General
 Summary:Generic Config Module
-Url:http://search.cpan.org/dist/Config-General/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Config-General/
+Source: 
http://www.cpan.org/authors/id/T/TL/TLINDEN/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Glob)
-BuildRequires:  perl(FileHandle)
-BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(IO::File)
-Requires:   perl(File::Glob)
-Requires:   perl(FileHandle)
-Requires:   perl(File::Spec::Functions)
-Requires:   perl(IO::File)
+#BuildRequires: perl(Config::General) = 1.18
+#BuildRequires: perl(Config::General::Extended)
+#BuildRequires: perl(Config::General::Interpolated)
+#BuildRequires: perl(Tie::IxHash)
 %{perl_requires}
 
 %description
@@ -69,11 +63,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changelog README TODO
+%defattr(-,root,root,755)
+%doc Changelog README
 
 %changelog

++ Config-General-2.50.tar.gz - Config-General-2.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.50/Changelog 
new/Config-General-2.51/Changelog
--- old/Config-General-2.50/Changelog   2010-12-01 11:43:00.0 +0100
+++ new/Config-General-2.51/Changelog   2012-07-18 14:58:52.0 +0200
@@ -1,3 +1,18 @@
+ 2.51   - fixed rt.cpan.org#77667 which resulted in invalid configs
+  written to file when using save_file() and a named block,
+  whose 2nd part starts with a /.
+
+- fixed rt.cpan.org#64169 by applying patch by Dulaunoy Fabrice.
+  adds -NoEscape switch which turns off escaping of anything.
+
+- implemented suggestion of rt.cpan.org#67564 by adding 3 new
+  parameters: -NormalizeOption, -NormalizeBlock and -NormalizeValue,
+  which take a subroutine reference and change the block,
+  option or value accordingly.
+
+- fixed rt.cpan.org#65860+76953 undefined value error.
+
+
  2.50
- fixed rt.cpan.org#63487 documentation error.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit perl-Browser-Open for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Browser-Open for 
openSUSE:Factory checked in at 2013-06-05 17:47:52

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


Package is perl-Browser-Open

Changes:

--- /work/SRC/openSUSE:Factory/perl-Browser-Open/perl-Browser-Open.changes  
2011-12-25 17:38:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Browser-Open.new/perl-Browser-Open.changes 
2013-06-05 17:47:54.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun  3 11:41:48 UTC 2013 - co...@suse.com
+
+- updated to 0.04
+   - Added support for MSWin32. RT #58862
+   - Added browser list for freebsd. RT #61758
+   - Added sensible-browser option for linux. RT #56544
+
+---

Old:

  Browser-Open-0.03.tar.gz

New:

  Browser-Open-0.04.tar.gz



Other differences:
--
++ perl-Browser-Open.spec ++
--- /var/tmp/diff_new_pack.u39bO5/_old  2013-06-05 17:47:54.0 +0200
+++ /var/tmp/diff_new_pack.u39bO5/_new  2013-06-05 17:47:54.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-Browser-Open
 #
-# 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,68 +14,58 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   perl-Browser-Open
-Version:0.03
+Version:0.04
 Release:0
+%define cpan_name Browser-Open
 Summary:Open a browser in a given URL
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/M/ME/MELO/Browser-Open-%{version}.tar.gz
-Url:http://search.cpan.org/dist/Browser-Open
+Url:http://search.cpan.org/dist/Browser-Open/
+Source: 
http://www.cpan.org/authors/id/C/CF/CFRANKS/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
-%if 0%{?suse_version} == 0 || 0%{?suse_version} = 1120
 BuildRequires:  perl(Test::More) = 0.92
-%endif
 BuildRequires:  perl(parent)
+#BuildRequires: perl(Browser::Open)
+Requires:   perl(Test::More) = 0.92
 Requires:   perl(parent)
-Requires:   xdg-utils
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
+%{perl_requires}
 
 %description
 The functions optionaly exported by this module allows you to open URLs in
 the user browser.
+
 A set of known commands per OS-name is tested for presence, and the first
 one found is executed. With an optional parameter, all known commands are
 checked.
-The open_browser uses the system() function to execute the command. If
-you want more control, you can get the command with the open_browser_cmd
-or open_browser_cmd_all functions and then use whatever method you want
-to execute it.
+
+The the open_browser manpage uses the 'system()' function to execute the
+command. If you want more control, you can get the command with the the
+open_browser_cmd manpage or the open_browser_cmd_all manpage functions
+and then use whatever method you want to execute it.
 
 %prep
-%setup -q -n Browser-Open-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
-
-%__rm %{buildroot}%{perl_vendorlib}/Browser/*.tmp
-
 %perl_process_packlist
+%perl_gen_filelist
 
-%if 0%{?suse_version} == 0 || 0%{?suse_version} = 1120
-%check
-%__make test
-%endif
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
-%files
-%defattr(-,root,root)
-%doc Changes LICENSE README
-%dir %{perl_vendorlib}/Browser
-%{perl_vendorlib}/Browser/Open.pm
-%doc %{perl_man3dir}/Browser::Open.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes README
 
 %changelog

++ Browser-Open-0.03.tar.gz - Browser-Open-0.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Browser-Open-0.03/Changes 
new/Browser-Open-0.04/Changes
--- old/Browser-Open-0.03/Changes   2009-11-10 01:33:47.0 +0100
+++ new/Browser-Open-0.04/Changes   2012-03-10 00:11:21.0 +0100
@@ 

commit perl-CPAN-Uploader for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Uploader for 
openSUSE:Factory checked in at 2013-06-05 17:50:32

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


Package is perl-CPAN-Uploader

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Uploader/perl-CPAN-Uploader.changes
2012-05-25 16:17:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Uploader.new/perl-CPAN-Uploader.changes   
2013-06-05 17:50:34.0 +0200
@@ -1,0 +2,11 @@
+Mon Jun  3 11:50:41 UTC 2013 - co...@suse.com
+
+- updated to 0.103004
+  like 0.103003, but a production release
+
+  use https by default (thanks, Mike Doherty)
+
+  cpan-uploader now can take a list of filenames to upload (Thanks,
+  Gabor Szabo!)
+
+---

Old:

  CPAN-Uploader-0.103001.tar.gz

New:

  CPAN-Uploader-0.103004.tar.gz



Other differences:
--
++ perl-CPAN-Uploader.spec ++
--- /var/tmp/diff_new_pack.j1k6V3/_old  2013-06-05 17:50:35.0 +0200
+++ /var/tmp/diff_new_pack.j1k6V3/_new  2013-06-05 17:50:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Uploader
 #
-# 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,7 +17,7 @@
 
 
 Name:   perl-CPAN-Uploader
-Version:0.103001
+Version:0.103004
 Release:0
 %define cpan_name CPAN-Uploader
 Summary:upload things to the CPAN
@@ -29,16 +29,20 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::HomeDir)
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.084
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Status)
+BuildRequires:  perl(LWP::Protocol::https) = 1
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Term::ReadKey)
 BuildRequires:  perl(Test::More) = 0.96
 #BuildRequires: perl(CPAN::Uploader)
+Requires:   perl(File::HomeDir)
 Requires:   perl(Getopt::Long::Descriptive) = 0.084
 Requires:   perl(HTTP::Request::Common)
 Requires:   perl(HTTP::Status)
+Requires:   perl(LWP::Protocol::https) = 1
 Requires:   perl(LWP::UserAgent)
 Requires:   perl(Term::ReadKey)
 %{perl_requires}

++ CPAN-Uploader-0.103001.tar.gz - CPAN-Uploader-0.103004.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Uploader-0.103001/Changes 
new/CPAN-Uploader-0.103004/Changes
--- old/CPAN-Uploader-0.103001/Changes  2012-03-26 14:32:48.0 +0200
+++ new/CPAN-Uploader-0.103004/Changes  2013-03-12 20:51:46.0 +0100
@@ -1,5 +1,15 @@
 Revision history for CPAN-Uploader
 
+0.103004  2013-03-12 15:51:43 America/New_York
+  like 0.103003, but a production release
+
+0.103003  2013-01-30 21:22:12 America/New_York
+  use https by default (thanks, Mike Doherty)
+
+0.103002  2012-12-24 22:00:44 America/New_York
+  cpan-uploader now can take a list of filenames to upload (Thanks,
+  Gabor Szabo!)
+
 0.103001  2012-03-26 08:32:44 America/New_York
   Small fixes about upload_uri usage (Getty)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Uploader-0.103001/LICENSE 
new/CPAN-Uploader-0.103004/LICENSE
--- old/CPAN-Uploader-0.103001/LICENSE  2012-03-26 14:32:48.0 +0200
+++ new/CPAN-Uploader-0.103004/LICENSE  2013-03-12 20:51:46.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2012 by Ricardo SIGNES.
+This software is copyright (c) 2013 by Ricardo SIGNES.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2012 by Ricardo SIGNES.
+This software is Copyright (c) 2013 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2012 by Ricardo SIGNES.
+This software is Copyright (c) 2013 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Uploader-0.103001/MANIFEST 
new/CPAN-Uploader-0.103004/MANIFEST
--- old/CPAN-Uploader-0.103001/MANIFEST 

commit perl-Data-Peek for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Peek for openSUSE:Factory 
checked in at 2013-06-05 17:50:52

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


Package is perl-Data-Peek

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Peek/perl-Data-Peek.changes
2012-06-01 07:22:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Peek.new/perl-Data-Peek.changes   
2013-06-05 17:50:53.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  4 07:35:12 UTC 2013 - co...@suse.com
+
+- updated to 0.38
+ * Backslashed { in regex in test to satisfy perl-5.17
+
+---

Old:

  Data-Peek-0.37.tgz

New:

  Data-Peek-0.38.tgz



Other differences:
--
++ perl-Data-Peek.spec ++
--- /var/tmp/diff_new_pack.tAKvvn/_old  2013-06-05 17:50:53.0 +0200
+++ /var/tmp/diff_new_pack.tAKvvn/_new  2013-06-05 17:50:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Peek
 #
-# 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,32 +17,25 @@
 
 
 Name:   perl-Data-Peek
-Version:0.37
+Version:0.38
 Release:0
 %define cpan_name Data-Peek
 Summary:A collection of low-level debug facilities
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Data-Peek/
-Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/Data-Peek-%{version}.tgz
+Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::Harness)
-%if 0%{?suse_version} = 1120
 BuildRequires:  perl(Test::More) = 0.88
-%endif
 BuildRequires:  perl(Test::NoWarnings)
-#
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(DynaLoader)
-Requires:   perl(Data::Dumper)
-Requires:   perl(DynaLoader)
-%{perl_requires}
-%if 0%{?suse_version}  1010
+#BuildRequires: perl(Data::Peek)
+Requires:   perl(Test::More) = 0.88
+Requires:   perl(Test::NoWarnings)
 Recommends: perl(Perl::Tidy)
-%endif
+Recommends: perl(Test::More) = 0.98
+%{perl_requires}
 
 %description
 Data::Peek started off as 'DDumper' being a wrapper module over the
@@ -69,9 +62,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc ChangeLog examples README

++ Data-Peek-0.37.tgz - Data-Peek-0.38.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.37/ChangeLog new/Data-Peek-0.38/ChangeLog
--- old/Data-Peek-0.37/ChangeLog2012-04-16 18:09:39.0 +0200
+++ new/Data-Peek-0.38/ChangeLog2012-05-29 08:34:03.0 +0200
@@ -1,3 +1,6 @@
+0.38   2012-05-29, H.Merijn Brand   h.m.br...@xs4all.nl
+* Backslashed { in regex in test to satisfy perl-5.17
+
 0.37   2012-04-16, H.Merijn Brand   h.m.br...@xs4all.nl
 * Upped copyright to 2012
 * Allow length for DHexDump ()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.37/META.json new/Data-Peek-0.38/META.json
--- old/Data-Peek-0.37/META.json2012-04-16 18:34:34.0 +0200
+++ new/Data-Peek-0.38/META.json2012-06-01 15:29:15.0 +0200
@@ -2,45 +2,45 @@
resources : {
   repository : http://repo.or.cz/w/Data-Peek.git;,
   license : http://dev.perl.org/licenses/;
-  },
+   },
meta-spec : {
-  version : 2.0,
+  version : 2,
   url : https://metacpan.org/module/CPAN::Meta::Spec?#meta-spec;
-  },
+   },
test_requires : {
   Test::More : 0.88,
   Test::Harness : 0,
   Test::NoWarnings : 0
-  },
+   },
distribution_type : module,
generated_by : Author,
-   version : 0.37,
+   version : 0.38,
name : Data-Peek,
author : [
   H.Merijn Brand h.m.br...@xs4all.nl
-  ],
+   ],
license : perl,
build_requires : {
   perl : 5.008
-  },
+   },
provides : {
   Data::Peek : {
- version : 0.37,
+ version : 0.38,
  file : Peek.pm
- }
-  },
+  }
+   },
requires : {
   perl : 5.008,
   Data::Dumper : 0,
   DynaLoader : 0
-

commit perl-Data-Util for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Util for openSUSE:Factory 
checked in at 2013-06-05 17:50:58

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


Package is perl-Data-Util

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Util/perl-Data-Util.changes
2011-11-21 12:38:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Data-Util.new/perl-Data-Util.changes   
2013-06-05 17:50:59.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun  4 07:49:41 UTC 2013 - co...@suse.com
+
+- updated to 0.62
+   - Fix a crash on perl 5.17.x (tokuhirom)
+   - Fix usage of get_code_ref() in SYNOPSIS (thanks to @toku_bass)
+   - No feature changes. Just upgraded Module::Install.
+
+---

Old:

  Data-Util-0.59.tar.gz

New:

  Data-Util-0.62.tar.gz



Other differences:
--
++ perl-Data-Util.spec ++
--- /var/tmp/diff_new_pack.dqnl2Y/_old  2013-06-05 17:50:59.0 +0200
+++ /var/tmp/diff_new_pack.dqnl2Y/_new  2013-06-05 17:50:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Util
 #
-# 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,40 +16,48 @@
 #
 
 
-
 Name:   perl-Data-Util
-Version:0.59
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.62
+Release:0
 %define cpan_name Data-Util
 Summary:A selection of utilities for data and data types
-Url:http://search.cpan.org/dist/Data-Util/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Data-Util/
 Source: 
http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Bar)
-BuildRequires:  perl(Class::Method::Modifiers)
-BuildRequires:  perl(Data::OptList)
 BuildRequires:  perl(Devel::PPPort) = 3.19
 BuildRequires:  perl(ExtUtils::ParseXS) = 2.21
 BuildRequires:  perl(Hash::Util::FieldHash::Compat)
-BuildRequires:  perl(inc::Module::Install)
-BuildRequires:  perl(JSON)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Moose)
-BuildRequires:  perl(mro)
-BuildRequires:  perl(MRO::Compat)
-BuildRequires:  perl(Params::Util)
-BuildRequires:  perl(parent)
-BuildRequires:  perl(Parse::CPAN::Meta)
 BuildRequires:  perl(Scope::Guard)
-BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Test::Exception) = 0.27
-BuildRequires:  perl(XSLoader) = 0.1
-BuildRequires:  perl(YAML::Tiny)
-Requires:   perl(XSLoader) = 0.1
+#BuildRequires: perl(Bar)
+#BuildRequires: perl(Base)
+#BuildRequires: perl(Class::Method::Modifiers)
+#BuildRequires: perl(Common)
+#BuildRequires: perl(Data::OptList)
+#BuildRequires: perl(Data::Util)
+#BuildRequires: perl(Data::Util::Error)
+#BuildRequires: perl(feature)
+#BuildRequires: perl(Foo)
+#BuildRequires: perl(inc::Module::Install) = 1.06
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(Method::Modifiers)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Module::Install::XSUtil) = 0.41
+#BuildRequires: perl(Moose)
+#BuildRequires: perl(mro)
+#BuildRequires: perl(MRO::Compat)
+#BuildRequires: perl(NSClean)
+#BuildRequires: perl(Params::Util)
+#BuildRequires: perl(parent)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(Sub::Exporter)
+#BuildRequires: perl(Sub::Exporter::Lexical)
+#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description
@@ -77,9 +85,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes example README

++ Data-Util-0.59.tar.gz - Data-Util-0.62.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Util-0.59/Changes new/Data-Util-0.62/Changes
--- old/Data-Util-0.59/Changes  2011-10-20 05:09:20.0 +0200
+++ new/Data-Util-0.62/Changes  2013-04-03 09:07:39.0 +0200
@@ -1,5 +1,14 @@
 Revision history for Data-Util
 
+0.62 2013-04-03 16:06:46
+- Fix a crash on perl 5.17.x (tokuhirom)
+
+0.61 2013-01-28 10:52:13
+- Fix usage of get_code_ref() in SYNOPSIS (thanks to @toku_bass)
+
+0.60 2012-10-20 20:54:58
+- No feature changes. Just upgraded Module::Install.
+
 0.59 2011-10-19 20:08:49
 - 

commit perl-Crypt-CBC for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Crypt-CBC for openSUSE:Factory 
checked in at 2013-06-05 17:50:39

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


Package is perl-Crypt-CBC

Changes:

--- /work/SRC/openSUSE:Factory/perl-Crypt-CBC/perl-Crypt-CBC.changes
2011-11-21 12:38:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Crypt-CBC.new/perl-Crypt-CBC.changes   
2013-06-05 17:50:40.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun  3 15:59:58 UTC 2013 - co...@suse.com
+
+- updated to 2.32
+  - Fixes Taint checks are turned on and your key is tainted error when 
autogenerating salt and IV.
+  - Fixes to regular expressions to avoid rare failures to
+ correctly strip padding in decoded messages.
+  - Add padding type = none.
+  - Both fixes contributed by Bas van Sisseren.
+
+---

Old:

  Crypt-CBC-2.30.tar.gz

New:

  Crypt-CBC-2.32.tar.gz



Other differences:
--
++ perl-Crypt-CBC.spec ++
--- /var/tmp/diff_new_pack.pixqaJ/_old  2013-06-05 17:50:40.0 +0200
+++ /var/tmp/diff_new_pack.pixqaJ/_new  2013-06-05 17:50:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-CBC
 #
-# 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,44 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with opt
 
 Name:   perl-Crypt-CBC
+Version:2.32
+Release:0
 %define cpan_name Crypt-CBC
 Summary:Encrypt Data with Cipher Block Chaining Mode
-Version:2.30
-Release:18
-License:Artistic-1.0
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Crypt-CBC/
-#Source: http://www.cpan.org/authors/id/L/LD/LDS/Crypt-CBC-2.30.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/L/LD/LDS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with opt}
-BuildRequires:  perl(Crypt::Blowfish)
-#BuildRequires:  perl(Crypt::Blowfish_PP)
-BuildRequires:  perl(Crypt::CAST5)
-BuildRequires:  perl(Crypt::DES)
-BuildRequires:  perl(Crypt::DES_EDE3)
-BuildRequires:  perl(Crypt::IDEA)
-%endif
-BuildRequires:  perl(Crypt::Rijndael)
-BuildRequires:  perl(Digest::MD5) = 2.00
-Requires:   perl(Digest::MD5) = 2.00
-%if 0%{?suse_version}  1010
-Recommends: perl(Crypt::Blowfish)
-#Recommends: perl(Crypt::Blowfish_PP)
-Recommends: perl(Crypt::CAST5)
-Recommends: perl(Crypt::DES)
-Recommends: perl(Crypt::DES_EDE3)
-Recommends: perl(Crypt::IDEA)
-Recommends: perl(Crypt::Rijndael)
-%endif
+#BuildRequires: perl(Crypt::CBC)
+#BuildRequires: perl(Crypt::IDEA)
 %{perl_requires}
 
 %description
@@ -62,6 +40,14 @@
 encrypted messages are compatible with the encryption format used by the
 *OpenSSL* package.
 
+To use this module, you will first create a Crypt::CBC cipher object with
+new(). At the time of cipher creation, you specify an encryption key to use
+and, optionally, a block encryption algorithm. You will then call the
+start() method to initialize the encryption or decryption process, crypt()
+to encrypt or decrypt one or more blocks of data, and lastly finish(), to
+pad and encrypt the final block. For your convenience, you can call the
+encrypt() and decrypt() methods to operate on a whole data value at once.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -77,11 +63,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes Crypt-CBC-2.16-vulnerability.txt README
 
 %changelog

++ Crypt-CBC-2.30.tar.gz - Crypt-CBC-2.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-CBC-2.30/CBC.pm new/Crypt-CBC-2.32/CBC.pm
--- old/Crypt-CBC-2.30/CBC.pm   2008-09-30 17:11:49.0 +0200
+++ new/Crypt-CBC-2.32/CBC.pm   2012-12-14 20:18:00.0 +0100
@@ -5,7 +5,7 @@
 use strict;
 use bytes;
 use vars qw($VERSION);
-$VERSION = '2.30';
+$VERSION = '2.32';
 
 use constant RANDOM_DEVICE = '/dev/urandom';
 
@@ -117,7 +117,8 @@
  unless ($rbs == $bs);
   }
 } else {
-  

commit perl-DateTime for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2013-06-05 17:51:04

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


Package is perl-DateTime

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2012-03-09 21:25:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/perl-DateTime.changes 
2013-06-05 17:51:05.0 +0200
@@ -1,0 +2,46 @@
+Tue Jun  4 08:12:54 UTC 2013 - co...@suse.com
+
+- updated to 1.03
+ - The set_time_zone() method was not returning the object when caalled with a
+   name that matched the current zone. Reported by Noel Maddy. RT #84699.
+ 
+ - When a constructor method like new() or today() was called on an object,
+   you'd get an error message like 'Can't locate object method
+   _normalize_nanoseconds via package 2013-04-15T00:00:00'. This has been
+   fixed to provide a sane error message. Patch by Doug Bell.
+ 
+ - When set_time_zone() is called with a name that matches the current time
+   zone, DateTime now short circuits and avoids a lot of work. Patch by Mark
+   Stosberg.
+ 
+ - Fixed test failures on older Perls.
+ 
+ - Bumped the version to 1.00. This is mostly because my prior use of both X.YY
+   and X. versions causes trouble for some packaging systems. Plus after 10
+   years it's probably ready to be called 1.00. Requested by Adam. RT #82800. 
+ 
+ - The %j specifier for strftime was not zero-padding 1 and 2 digit
+   numbers. Fixed by Christian Hansen. RT #84310.
+ 
+ - The truncate method was sloppy about validating its to parameter, so you
+   could pass things like years or month whatever anything goes. The method
+   would accept the parameter but then not actually truncate the object. RT
+   #84229.
+ 
+ - Previously, if a call to $dt-set_time_zone() failed it would still change
+   the time zone of the object, leaving it in a broken state. Reported by Bill
+   Moseley. RT #83940.
+ 
+ - DateTime::Infinite objects should no longer die when methods that require a
+   locale are called. Instead, these methods return undef for names and
+   Inf/-Inf for numbers. This affects methods such as day_name() as well as
+   CLDR and strftime formats. When a locale-specific format is used (like the
+   full datetime format) it uses the en_US format. Reported by Paul
+   Boldra. RT #67550.
+ 
+ - Reverted the change to round nanoseconds up or down in various
+   situtations. Now we always round down. This avoids the case where rounding
+   up would require us to then increment the second value (which could then
+   require us to increment the minute, which could then require us to increment
+
+---

Old:

  DateTime-0.72.tar.gz

New:

  DateTime-1.03.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.MYdtDa/_old  2013-06-05 17:51:06.0 +0200
+++ /var/tmp/diff_new_pack.MYdtDa/_new  2013-06-05 17:51:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime
 #
-# 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,44 +16,41 @@
 #
 
 
-%bcond_with pod
-
 Name:   perl-DateTime
-Version:0.72
+Version:1.03
 Release:0
 %define cpan_name DateTime
 Summary:A date and time object
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DateTime/
-Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
-Patch:  %{cpan_name}-0.72-Build.patch
+Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.14
-BuildRequires:  perl(Test::Pod::Coverage) = 1.08
-%endif
-BuildRequires:  perl(Pod::Man) = 1.14
-BuildRequires:  perl(Test::Exception)
-%if 0%{?suse_version} = 1130
-BuildRequires:  perl(Test::More) = 0.88
-%endif
 BuildRequires:  perl(DateTime::Locale) = 0.41
 BuildRequires:  perl(DateTime::TimeZone) = 1.09
-BuildRequires:  perl(Math::Round)
+BuildRequires:  perl(Module::Build) = 0.3601
 BuildRequires:  perl(Params::Validate) = 0.76
-BuildRequires:  perl(Scalar::Util)
-#
+BuildRequires:  perl(Test::Fatal)

commit perl-Data-Dump for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Dump for openSUSE:Factory 
checked in at 2013-06-05 17:50:45

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


Package is perl-Data-Dump

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Dump/perl-Data-Dump.changes
2012-03-17 13:22:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Data-Dump.new/perl-Data-Dump.changes   
2013-06-05 17:50:47.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun  4 07:32:27 UTC 2013 - co...@suse.com
+
+- updated to 1.22
+   Deal with class names containing '=' [RT#72415]
+
+   Filters now get access to $ctx-expr; the textual expression
+   denoting the current object.
+
+---

Old:

  Data-Dump-1.21.tar.gz

New:

  Data-Dump-1.22.tar.gz



Other differences:
--
++ perl-Data-Dump.spec ++
--- /var/tmp/diff_new_pack.nMaajW/_old  2013-06-05 17:50:47.0 +0200
+++ /var/tmp/diff_new_pack.nMaajW/_new  2013-06-05 17:50:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Dump
 #
-# 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,42 +17,53 @@
 
 
 Name:   perl-Data-Dump
+Version:1.22
+Release:0
 %define cpan_name Data-Dump
 Summary:Pretty printing of data structures
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:1.21
-Release:0
-Url:http://search.cpan.org/dist/Data-Dump
-Source: 
http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Data-Dump-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Data-Dump/
+Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Provides:   %{cpan_name}
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
+#BuildRequires: perl(Data::Dump)
+#BuildRequires: perl(Data::Dump::FilterContext)
+#BuildRequires: perl(Data::Dump::Filtered)
+%{perl_requires}
 
 %description
-This module provides functions that take a list of values as their
-argument and produce a string as their result. The string contains Perl
-code that, when evaled, produces a deep copy of the original
-arguments.
+This module provide a few functions that traverse their argument and
+produces a string as its result. The string contains Perl code that, when
+'eval'ed, produces a deep copy of the original arguments.
+
+The main feature of the module is that it strives to produce output that is
+easy to read. Example:
+
+@a = (1, [2, 3], {4 = 5});
+dump(@a);
 
+Produces:
 
+(1, [2, 3], { 4 = 5 })
 
+If you dump just a little data, it is output on a single line. If you dump
+data that is more complex or there is a lot of it, line breaks are
+automatically added to keep it easy to read.
 
-Authors:
-
-Gisle Aas gi...@aas.no
+The following functions are provided (only the dd* functions are exported
+by default):
+
+* dump( ... )
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
-%{__make}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
 %{__make} test
@@ -62,11 +73,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-, root, root)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Data-Dump-1.21.tar.gz - Data-Dump-1.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dump-1.21/Changes new/Data-Dump-1.22/Changes
--- old/Data-Dump-1.21/Changes  2011-10-15 07:53:27.0 +0200
+++ new/Data-Dump-1.22/Changes  2013-05-10 12:34:24.0 +0200
@@ -1,3 +1,14 @@
+2013-05-10  Gisle Aas gi...@activestate.com
+
+   Release 1.22
+
+   Deal with class names containing '=' [RT#72415]
+
+   Filters now get access to $ctx-expr; the textual expression
+   denoting the current object.
+
+
+
 2011-10-15  Gisle Aas gi...@activestate.com
 
Release 1.21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dump-1.21/MANIFEST new/Data-Dump-1.22/MANIFEST
--- old/Data-Dump-1.21/MANIFEST 2011-10-15 07:54:35.0 +0200
+++ new/Data-Dump-1.22/MANIFEST 2013-05-10 

commit perl-CPAN-Perl-Releases for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2013-06-05 17:50:23

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


Package is perl-CPAN-Perl-Releases

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2012-03-05 14:02:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2013-06-05 17:50:25.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  3 11:49:20 UTC 2013 - co...@suse.com
+
+- updated to 1.22, tons of stupid git commits
+
+---

Old:

  CPAN-Perl-Releases-0.44.tar.gz

New:

  CPAN-Perl-Releases-1.22.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.bvQjFu/_old  2013-06-05 17:50:25.0 +0200
+++ /var/tmp/diff_new_pack.bvQjFu/_new  2013-06-05 17:50:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Perl-Releases
 #
-# 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,7 +17,7 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:0.44
+Version:1.22
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
@@ -64,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README tools
+%doc Changes LICENSE README
 
 %changelog

++ CPAN-Perl-Releases-0.44.tar.gz - CPAN-Perl-Releases-1.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-0.44/Changes 
new/CPAN-Perl-Releases-1.22/Changes
--- old/CPAN-Perl-Releases-0.44/Changes 2012-02-20 23:50:10.0 +0100
+++ new/CPAN-Perl-Releases-1.22/Changes 2013-05-20 15:25:55.0 +0200
@@ -1,225 +1,639 @@
-==
-2012-02-20 18:54:37 + 0.44
-==
+==
+Changes from 2008-05-21 00:00:00 + to present.
+==
 
-  commit 283ea8a007e584ee3ef838803dc847362c00e01b
+-
+version 1.22 at 2013-05-20 13:25:00 +
+-
+
+  Change: ed957be9c3111676ffb25194a8531928032b2746
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-05-20 14:25:00 +
+
+Fixing distribution 
+
+  Change: 6582aa42e3fe2769ed1588c75f1f3ee9362593f0
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-05-20 14:24:10 +
+
+Updated for v5.19.0 
+
+-
+version 1.20 at 2013-05-18 13:57:11 +
+-
+
+  Change: 031e41245d08267e244c8446e8085d695e8956c7
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-05-18 14:57:11 +
+
+Updated for v5.18.0 \o/ 
+
+-
+version 1.16 at 2013-05-16 06:55:41 +
+-
+
+  Change: bfc7cb272a3854f5a61aed2f40591e74f01d5f29
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-05-16 07:55:41 +
+
+Updated for v5.18.0-RC4 
+
+-
+version 1.14 at 2013-05-13 21:59:54 +
+-
+
+  Change: 3882ae87524c944ef1c63ead804c583e9165a43b
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-05-13 22:59:54 +
+
+Updated for v5.18.0-RC3 
+
+-
+version 1.12 at 2013-05-13 07:11:33 +
+-
+
+  Change: 625b20e9dee61f43d054f0e798399611c70f1bce
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-05-13 08:11:33 +
+
+Updated for v5.18.0-RC1/RC2 
+
+-
+version 1.10 at 2013-04-21 08:23:41 +
+-
+
+  Change: d369eb6b8a337a0365e74f79af7c1b7cca5a0f3e
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-04-21 09:23:41 +
+
+Updated for v5.17.11 
+
+-
+version 1.08 at 2013-03-21 23:20:26 +
+-
+
+  Change: 

commit perl-JSON-XS for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-JSON-XS for openSUSE:Factory 
checked in at 2013-06-05 17:51:16

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


Package is perl-JSON-XS

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-XS/perl-JSON-XS.changes
2011-11-21 12:42:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-JSON-XS.new/perl-JSON-XS.changes   
2013-06-05 17:51:18.0 +0200
@@ -1,0 +2,17 @@
+Wed Jun  5 08:30:08 UTC 2013 - co...@suse.com
+
+- updated to 2.34
+   - work around bugs in perl 5.18 breaking more than 100
+  widely used modules, without a fix in sight because
+  p5pers don't care about CPAN anymore.
+   - when canonicalising, only allocate up to 64 hash key
+  pointers on the stack. for larger hashes, use the heap,
+  to avoid using too much stackspace.
+- discuss the problem with setlocale (reported by a few victims).
+
+   - internal encode/decode XS wrappers did not expect stack
+  moves caused by callbacks (analyzed and testcase by Jesse Luehrs).
+   - add bencode as to/from option in bin/json_xs.
+- add -e option to json_xs, and none and string in/out formats.
+
+---

Old:

  JSON-XS-2.32.tar.gz

New:

  JSON-XS-2.34.tar.gz



Other differences:
--
++ perl-JSON-XS.spec ++
--- /var/tmp/diff_new_pack.dWX4V5/_old  2013-06-05 17:51:19.0 +0200
+++ /var/tmp/diff_new_pack.dWX4V5/_new  2013-06-05 17:51:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-XS
 #
-# 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,54 +15,52 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-JSON-XS
+Version:2.34
+Release:0
 %define cpan_name JSON-XS
 Summary:JSON serialising/deserialising, done correctly and fast
-Version:2.32
-Release:1
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/JSON-XS/
-# 
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(common::sense)
+#BuildRequires: perl(JSON::XS)
 Requires:   perl(common::sense)
+%{perl_requires}
 
 %description
 This module converts Perl data structures to JSON and vice versa. Its
-primary goal is to be *correct* and its secondary goal is to be *fast*.
-To reach the latter goal it was written in C.
+primary goal is to be _correct_ and its secondary goal is to be _fast_. To
+reach the latter goal it was written in C.
 
-Beginning with version 2.0 of the JSON module, when both JSON and
-JSON::XS are installed, then JSON will fall back on JSON::XS (this can
-be overridden) with no overhead due to emulation (by inheriting
-constructor and methods). If JSON::XS is not available, it will fall
-back to the compatible JSON::PP module as backend, so using JSON instead
-of JSON::XS gives you a portable JSON API that can be fast when you need
-and doesn`t require a C compiler when that is a problem.
-
-As this is the n-th-something JSON module on CPAN, what was the reason
-to write yet another JSON module? While it seems there are many JSON
-modules, none of them correctly handle all corner cases, and in most
-cases their maintainers are unresponsive, gone missing, or not listening
-to bug reports for other reasons.
-
-Author:

-Marc Lehmann schm...@schmorp.de
+Beginning with version 2.0 of the JSON module, when both JSON and JSON::XS
+are installed, then JSON will fall back on JSON::XS (this can be
+overridden) with no overhead due to emulation (by inheriting constructor
+and methods). If JSON::XS is not available, it will fall back to the
+compatible JSON::PP module as backend, so using JSON instead of JSON::XS
+gives you a portable JSON API that can be fast when you need and doesn't
+require a C compiler when that is a problem.
+
+As this is the n-th-something JSON module on CPAN, what was the reason to
+write yet another JSON module? While it seems there are many JSON modules,
+none of 

commit perl-Lingua-EN-Inflect for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Lingua-EN-Inflect for 
openSUSE:Factory checked in at 2013-06-05 17:52:00

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


Package is perl-Lingua-EN-Inflect

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect/perl-Lingua-EN-Inflect.changes
2012-01-17 16:13:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect.new/perl-Lingua-EN-Inflect.changes
   2013-06-05 17:52:00.0 +0200
@@ -1,0 +2,21 @@
+Wed Jun  5 09:20:17 UTC 2013 - co...@suse.com
+
+- updated to 1.895
+- Fixed several dozen obscure plurals (thanks Tom)
+
+- Greatly improved the list of prepositions (thanks Tom)
+
+- Several minor doc nits cleaned up
+
+- Fixed 'miniseries', 'tv series' etc (thanks Lady Aleena)
+
+- NON-BACKWARDS COMPATIBLE CHANGE:
+  WORDLIST now always add spaces around its final conjunction.
+  Please report any cases where this is an adverse change.
+
+- Fixed a POD nit (thanks Gregor)
+
+- Added 'words_below', 'comma', and 'comma_every' options to NO()
+  (Thanks Lady Aleena).
+
+---

Old:

  Lingua-EN-Inflect-1.893.tar.gz

New:

  Lingua-EN-Inflect-1.895.tar.gz



Other differences:
--
++ perl-Lingua-EN-Inflect.spec ++
--- /var/tmp/diff_new_pack.nBqrT1/_old  2013-06-05 17:52:01.0 +0200
+++ /var/tmp/diff_new_pack.nBqrT1/_new  2013-06-05 17:52:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-EN-Inflect
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Lingua-EN-Inflect
-Version:1.893
+Version:1.895
 Release:0
 %define cpan_name Lingua-EN-Inflect
 Summary:Convert singular to plural. Select a or an.
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Lingua-EN-Inflect/
-Source: 
http://www.cpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(version)
+#BuildRequires: perl(Lingua::EN::Inflect)
 Requires:   perl(version)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -46,7 +48,7 @@
 and most initialisms.
 
 It is also possible to inflect numerals (1,2,3) to ordinals (1st, 2nd, 3rd)
-and to english words (one, two, three).
+and to English words (one, two, three).
 
 In generating these inflections, Lingua::EN::Inflect follows the Oxford
 English Dictionary and the guidelines in Fowler's Modern English Usage,
@@ -63,6 +65,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -75,11 +78,8 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Lingua-EN-Inflect-1.893.tar.gz - Lingua-EN-Inflect-1.895.tar.gz ++
 1915 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-MIME-Charset for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-MIME-Charset for 
openSUSE:Factory checked in at 2013-06-05 19:32:49

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


Package is perl-MIME-Charset

Changes:

--- /work/SRC/openSUSE:Factory/perl-MIME-Charset/perl-MIME-Charset.changes  
2011-09-23 12:37:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MIME-Charset.new/perl-MIME-Charset.changes 
2013-06-05 19:32:50.0 +0200
@@ -1,0 +2,17 @@
+Wed Jun  5 12:30:31 UTC 2013 - co...@suse.com
+
+- updated to 1.010
+   * Fix: UTF-16  UTF-32 encoders are died by the texts without BOM.
+   * Added a test #6 and some cases to test #4.
+   * Changed layout of distribution.
+
+   * No new features.
+   * CPAN RT #77715: Spelling mistake in documentation.
+   * Bug on CPAN site: cannot render PODs including =item with
+ non-ASCII.
+
+   * Fix: detect_7bit_charset(): if charset was unknown, returns undef
+ instead of US-ASCII.
+   * COPYING: Updated the address of FSF.
+
+---

Old:

  MIME-Charset-1.009.1.tar.gz

New:

  MIME-Charset-1.010.tar.gz



Other differences:
--
++ perl-MIME-Charset.spec ++
--- /var/tmp/diff_new_pack.3SJftR/_old  2013-06-05 19:32:50.0 +0200
+++ /var/tmp/diff_new_pack.3SJftR/_new  2013-06-05 19:32:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MIME-Charset
 #
-# 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,55 +16,52 @@
 #
 
 
-
 Name:   perl-MIME-Charset
-Version:1.009.1
-Release:1
-Summary:Charset Informations for MIME
-Source: 
http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/MIME-Charset-%{version}.tar.gz
-Url:http://search.cpan.org/dist/MIME-Charset
-Group:  Development/Libraries/Perl
+Version:1.010
+Release:0
+%define cpan_name MIME-Charset
+Summary:Charset Information for MIME
 License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/MIME-Charset/
+Source: 
http://www.cpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  make
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Encode) = 1.98
-Requires:   perl(Encode) = 1.98
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
+#BuildRequires: perl(CPANPLUS::Backend)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(MIME::Charset)
+#BuildRequires: perl(MIME::Charset::_Compat)
+#BuildRequires: perl(MIME::Charset::Defaults)
+#BuildRequires: perl(Module::AutoInstall)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(YAML::Tiny)
+%{perl_requires}
 
 %description
-MIME::Charset provides informations about character sets used for MIME messages
-on Internet.
+MIME::Charset provides information about character sets used for MIME
+messages on Internet.
 
 %prep
-%setup -q -n MIME-Charset-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc ARTISTIC Changes COPYING README
 
-%files
-%defattr(-,root,root)
-%doc Changes README GPL ARTISTIC
-%dir %{perl_vendorlib}/MIME
-%{perl_vendorlib}/MIME/Charset.pm
-%{perl_vendorlib}/MIME/Charset
-%doc %{perl_man3dir}/MIME::Charset.%{perl_man3ext}%{ext_man}
-%doc %{perl_man3dir}/MIME::Charset::*.%{perl_man3ext}%{ext_man}
 %changelog

++ MIME-Charset-1.009.1.tar.gz - MIME-Charset-1.010.tar.gz ++
 4932 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-Log-Dispatch for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2013-06-05 19:32:33

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


Package is perl-Log-Dispatch

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes  
2011-09-23 12:37:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2013-06-05 19:32:34.0 +0200
@@ -1,0 +2,24 @@
+Wed Jun  5 11:46:40 UTC 2013 - co...@suse.com
+
+- updated to 2.39
+ - You can now pass a port option to the MailSender output. Patch by Whitney
+   Jackson.
+ - Fix test that used undeclared prereqs so it does not do that.
+ - Moved Log::Dispatch::File constructor parameter validation moved to
+   _basic_init() to facilitate proper subclassing. Patch by ether. RT #84545.
+ - Added a very simple Log::Dispatch::Code output. This lets you log to a
+   subroutine reference.
+ - Added Sys::Syslog 0.25 as a prereq. This is a temporary fix to the problem
+   of Log::Dispatch shipping lots of output modules with undeclared prereqs (so
+   as not to require mod_perl, four email sending modules, etc.). In the future
+   Log::Dispatch will be split into a core distro and a set of distros, one for
+   each output that has prereqs. Reported by Michael Schwern. RT #84481.
+ - Added a big warning about the potential for deadlocks in the documentation
+   for Log::Dispatch::File::Locked. Patch by ether.
+ - Fix a test bug that caused the tests to fail on all Perls before 5.16.0.
+ - Added a 'syswrite' option to Log::Dispatch::File which causes all writes to
+   use syswrite (so they're atomic). Patched by ether. RT #81669.
+ - The File output's DESTROY method now checks to see if it's associated handle
+   is open before trying to close it. Patch by Jeffrey Thalhammer.
+
+---

Old:

  Log-Dispatch-2.29.tar.gz

New:

  Log-Dispatch-2.39.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.P47uRw/_old  2013-06-05 19:32:35.0 +0200
+++ /var/tmp/diff_new_pack.P47uRw/_new  2013-06-05 19:32:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# 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,27 +16,45 @@
 #
 
 
-
 Name:   perl-Log-Dispatch
-Version:2.29
-Release:3
-License:Artistic-2.0
+Version:2.39
+Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
-Url:http://search.cpan.org/dist/Log-Dispatch/
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-%if 0%{?suse_version} = 1110
+Url:http://search.cpan.org/dist/Log-Dispatch/
+Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+# MANUAL
 Patch1: Log-Dispatch-old_Test-More.patch
-%endif
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Params::Validate) = 0.15
+BuildRequires:  perl(Sys::Syslog) = 0.25
+BuildRequires:  perl(Test::More) = 0.88
+#BuildRequires: perl(Apache2::Log)
+#BuildRequires: perl(Apache::Log)
+#BuildRequires: perl(Log::Dispatch)
+#BuildRequires: perl(Log::Dispatch::Base)
+#BuildRequires: perl(Log::Dispatch::Email)
+#BuildRequires: perl(Log::Dispatch::Email::MailSend)
+#BuildRequires: perl(Log::Dispatch::File)
+#BuildRequires: perl(Log::Dispatch::Handle)
+#BuildRequires: perl(Log::Dispatch::Null)
+#BuildRequires: perl(Log::Dispatch::Output)
+#BuildRequires: perl(Log::Dispatch::Screen)
+#BuildRequires: perl(Log::Dispatch::TestUtil)
+#BuildRequires: perl(Mail::Send)
+#BuildRequires: perl(Mail::Sender)
+#BuildRequires: perl(Mail::Sendmail)
+#BuildRequires: perl(MIME::Lite)
+#BuildRequires: perl(Test::Spelling)
+Requires:   perl(Class::Load)
 Requires:   perl(Params::Validate) = 0.15
+Requires:   perl(Sys::Syslog) = 0.25
 %{perl_requires}
 
 %description
@@ -55,11 +73,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
+# MANUAL BEGIN
 %if 

commit python-pymongo for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package python-pymongo for openSUSE:Factory 
checked in at 2013-06-05 19:33:20

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


Package is python-pymongo

Changes:

--- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes
2013-04-06 09:17:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python-pymongo.changes   
2013-06-05 19:33:21.0 +0200
@@ -1,0 +2,18 @@
+Tue Jun  4 03:56:25 UTC 2013 - m...@suse.com
+
+- Update to version 2.5.2
+  * Version 2.5.2 fixes a NULL pointer dereference issue when decoding
+an invalid :class:`~bson.dbref.DBRef`(bnc#822798, CVE-2013-2132). 
+See release notes in JIRA: 
+https://jira.mongodb.org/browse/PYTHON/fixforversion/12581 for details.
+
+---
+Tue Jun  4 03:54:45 UTC 2013 - m...@suse.com
+
+- Update to version 2.5.1
+  * Version 2.5.1 is a minor release that fixes issues discovered after the
+release of 2.5. Most importantly, this release addresses some race
+conditions in replica set monitoring. See release notes in JIRA: 
+https://jira.mongodb.org/browse/PYTHON/fixforversion/12484 for details.
+
+---
--- /work/SRC/openSUSE:Factory/python-pymongo/python3-pymongo.changes   
2013-04-06 09:17:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python3-pymongo.changes  
2013-06-05 19:33:21.0 +0200
@@ -1,0 +2,18 @@
+Tue Jun  4 03:58:38 UTC 2013 - m...@suse.com
+
+- Update to version 2.5.2
+  * Version 2.5.2 fixes a NULL pointer dereference issue when decoding
+an invalid :class:`~bson.dbref.DBRef`(bnc#822798, CVE-2013-2132). 
+See release notes in JIRA: 
+https://jira.mongodb.org/browse/PYTHON/fixforversion/12581 for details.
+
+---
+Tue Jun  4 03:58:11 UTC 2013 - m...@suse.com
+
+- Update to version 2.5.1
+  * Version 2.5.1 is a minor release that fixes issues discovered after the 
+release of 2.5. Most importantly, this release addresses some race
+conditions in replica set monitoring. See release notes in JIRA: 
+https://jira.mongodb.org/browse/PYTHON/fixforversion/12484 for details.
+
+---

Old:

  pymongo-2.5.tar.gz

New:

  pymongo-2.5.2.tar.gz



Other differences:
--
++ python-pymongo.spec ++
--- /var/tmp/diff_new_pack.yKYPXr/_old  2013-06-05 19:33:21.0 +0200
+++ /var/tmp/diff_new_pack.yKYPXr/_new  2013-06-05 19:33:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pymongo
-Version:2.5
+Version:2.5.2
 Release:0
 Url:http://github.com/mongodb/mongo-python-driver
 Summary:Python driver for MongoDB

python3-pymongo.spec: same change
++ pymongo-2.5.tar.gz - pymongo-2.5.2.tar.gz ++
 3493 lines of diff (skipped)

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



commit rubygem-pg for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pg for openSUSE:Factory 
checked in at 2013-06-05 19:33:52

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


Package is rubygem-pg

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pg/rubygem-pg.changes2012-12-21 
15:02:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pg.new/rubygem-pg.changes   
2013-06-05 19:33:53.0 +0200
@@ -1,0 +2,5 @@
+Sat May 25 11:12:04 UTC 2013 - co...@suse.com
+
+- updated to version 0.15.1
+
+---

Old:

  pg-0.14.1.gem

New:

  pg-0.15.1.gem



Other differences:
--
++ rubygem-pg.spec ++
--- /var/tmp/diff_new_pack.RBsmTn/_old  2013-06-05 19:33:53.0 +0200
+++ /var/tmp/diff_new_pack.RBsmTn/_new  2013-06-05 19:33:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pg
 #
-# 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,30 +17,42 @@
 
 
 Name:   rubygem-pg
-Version:0.14.1
+Version:0.15.1
 Release:0
 %define mod_name pg
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
-# MANUAL
-BuildRequires:  openssl-devel
-BuildRequires:  postgresql-devel
-
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
 BuildRequires:  rubygem(rdoc)  3.10
+# MANUAL
+BuildRequires:  openssl-devel
+BuildRequires:  postgresql-devel
 Url:https://bitbucket.org/ged/ruby-pg
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Pg is the Ruby interface to the PostgreSQL
-License:Ruby
+License:Ruby and PostgreSQL
 Group:  Development/Languages/Ruby
 
 %description
 Pg is the Ruby interface to the {PostgreSQL
 RDBMS}[http://www.postgresql.org/].
-It works with {PostgreSQL 8.3 and later}[http://bit.ly/6AfPhm].
+It works with {PostgreSQL 8.4 and
+later}[http://www.postgresql.org/support/versioning/].
+A small example usage:
+#!/usr/bin/env ruby
+require 'pg'
+# Output a table of current connections to the DB
+conn = PG.connect( dbname: 'sales' )
+conn.exec( SELECT * FROM pg_stat_activity ) do |result|
+puts  PID | User | Query
+result.each do |row|
+puts  %7d | %-16s | %s  %
+row.values_at('procpid', 'usename', 'current_query')
+end
+end
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -71,9 +83,14 @@
 %gem_cleanup
 # MANUAL
 rm 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/sample/test_binary_values.rb
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.rdoc 
%buildroot/%{_docdir}/%{name}/History.rdoc
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-gem2rpm for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2013-06-05 19:33:40

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


Package is rubygem-gem2rpm

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes  
2013-05-27 09:59:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 
2013-06-05 19:33:41.0 +0200
@@ -1,0 +2,5 @@
+Sat May 25 21:00:11 UTC 2013 - co...@suse.com
+
+- include changelog and history files too
+
+---



Other differences:
--

++ gem2rpm-fix-opensuse-template.diff ++
--- /var/tmp/diff_new_pack.u5El5P/_old  2013-06-05 19:33:41.0 +0200
+++ /var/tmp/diff_new_pack.u5El5P/_new  2013-06-05 19:33:41.0 +0200
@@ -75,7 +75,7 @@
begin
 diff -ru gem2rpm-0.9.2.orig/templates/opensuse.spec.erb 
gem2rpm-0.9.2/templates/opensuse.spec.erb
 --- gem2rpm-0.9.2.orig/templates/opensuse.spec.erb 2013-04-30 
13:31:08.586730796 +0200
-+++ gem2rpm-0.9.2/templates/opensuse.spec.erb  2013-05-14 12:10:57.659712421 
+0200
 gem2rpm-0.9.2/templates/opensuse.spec.erb  2013-05-25 22:59:55.229799605 
+0200
 @@ -1,7 +1,7 @@
  #
 -# spec file for package rubygem-%= spec.name % (Version %= spec.version %)
@@ -86,7 +86,7 @@
  #
  # All modifications and additions to the file contributed by third parties
  # remain the property of their copyright owners, unless otherwise agreed
-@@ -15,58 +15,161 @@
+@@ -15,58 +15,162 @@
  # Please submit bugfixes or comments via http://bugs.opensuse.org/
  #
  
@@ -181,10 +181,11 @@
 + %w(test spec).each { |framework|
 +   test_frameworks[framework] = 1 if path.index(framework + /) == 0
 + }
-+ %w(LICENSE MIT-LICENSE LICENSE.md MIT-LICENSE.txt COPYING LICENSE.rdoc 
LEGAL.rdoc README.rdoc
-+   COPYING.txt README.txt README README.md).each { |file|
++ %w(changes copying copying.txt history history.md history.txt legal.rdoc 
++license license.md license.rdoc mit-license changes.txt changes.md 
changelog.txt history.rdoc changelog.rdoc changelog.md
++mit-license.txt readme readme.md readme.rdoc readme.txt).each { |file|
 +  #   $stderr.puts PATH #{path} #{file}
-+  docdirfiles  file if path == file
++  docdirfiles  path if path.downcase == file
 + }
 +   end
 +   

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



commit rubygem-sprockets for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets for 
openSUSE:Factory checked in at 2013-06-05 19:34:16

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


Package is rubygem-sprockets

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sprockets/rubygem-sprockets.changes  
2013-05-02 12:00:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sprockets.new/rubygem-sprockets.changes 
2013-06-05 19:34:18.0 +0200
@@ -1,0 +2,6 @@
+Sat May 25 10:29:20 UTC 2013 - co...@suse.com
+
+- updated to version 2.10.0
+ * Support for `bower.json`
+
+---

Old:

  sprockets-2.9.3.gem

New:

  sprockets-2.10.0.gem



Other differences:
--
++ rubygem-sprockets.spec ++
--- /var/tmp/diff_new_pack.qJP2yi/_old  2013-06-05 19:34:19.0 +0200
+++ /var/tmp/diff_new_pack.qJP2yi/_new  2013-06-05 19:34:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sprockets
-Version:2.9.3
+Version:2.10.0
 Release:0
 %define mod_name sprockets
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 Summary:Rack-based asset packaging system
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -2.9.3
+%define mod_branch -%{version}
 %define mod_weight 2
 PreReq: update-alternatives
 
@@ -57,6 +57,9 @@
 %gem_install -f
 mv %{buildroot}%{_bindir}/sprockets{,%{mod_branch}}
 ln -s sprockets%{mod_branch} %{buildroot}%{_bindir}/sprockets
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -69,6 +72,7 @@
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_bindir}/sprockets%{mod_branch}
 %ghost %{_bindir}/sprockets
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem

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



commit rubygem-tzinfo-0 for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo-0 for 
openSUSE:Factory checked in at 2013-06-05 19:34:49

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


Package is rubygem-tzinfo-0

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo-0.new/rubygem-tzinfo-0.changes   
2013-06-05 19:34:50.0 +0200
@@ -0,0 +1,225 @@
+---
+Tue Jun  4 05:27:30 UTC 2013 - co...@suse.com
+
+- split tzinfo-0 of tzinfo
+
+---
+Mon Mar 18 06:13:01 UTC 2013 - co...@suse.com
+
+- updated to version 0.3.37
+ * Updated to tzdata version 2013b
+  (http://mm.icann.org/pipermail/tz-announce/2013-March/10.html).
+
+---
+Sun Mar  3 19:27:24 UTC 2013 - co...@suse.com
+
+- updated to version 0.3.36
+ * Updated to tzdata version 2013a
+   (http://mm.icann.org/pipermail/tz-announce/2013-March/09.html).
+ * Fix TimezoneTransitionInfo#eql? incorrectly returning false when running on 
+   Ruby 2.0.
+ * Change eql? and == implementations to test the class of the passed in object
+   instead of checking individual properties with 'respond_to?'.
+
+---
+Mon Nov  5 05:34:43 UTC 2012 - co...@suse.com
+
+- updated to version 0.3.35
+  (http://mm.icann.org/pipermail/tz-announce/2012-November/07.html).
+
+---
+Sun Oct 28 05:54:00 UTC 2012 - co...@suse.com
+
+- updated to version 0.3.34
+  * Updated to tzdata version 2012h
+(http://mm.icann.org/pipermail/tz-announce/2012-October/06.html).
+
+---
+Tue Jul 31 11:58:32 UTC 2012 - jreidin...@suse.com
+
+- use new gem2rpm to provide new version of provisions 
+
+---
+Sun Apr  8 18:53:39 UTC 2012 - co...@suse.com
+
+- update to 0.3.33
+ * Updated to tzdata version 2012c
+   (http://article.gmane.org/gmane.comp.time.tz/4859).
+
+---
+Tue Apr  3 08:00:47 UTC 2012 - co...@suse.com
+
+- update to 0.3.32
+  * Updated to tzdata version 2012b
+   (http://article.gmane.org/gmane.comp.time.tz/4756).
+
+---
+Tue Nov  1 11:10:00 UTC 2011 - jmassaguer...@suse.de
+
+- update to version 0.3.30 
+
+---
+Mon Aug  1 16:07:22 UTC 2011 - mrueck...@suse.de
+
+- update to version 0.3.29
+  * Updated to tzdata version 2011h
+(http://article.gmane.org/gmane.comp.time.tz/3814).
+  * Allow the default value of the local_to_utc and
+period_for_local dst parameter to be specified globally with a
+Timezone.default_dst attribute.  Thanks to Kurt Werle for the
+suggestion and patch.
+
+---
+Mon Jun 20 17:16:29 UTC 2011 - mrueck...@suse.de
+
+- update to version 0.3.28
+  * Add support for Ruby 1.9.3 (trunk revision 31668 and later).
+Thanks to Aaron Patterson for reporting the problems running on
+the new version. Closes #29233.
+- additional changes from 0.3.27
+  * Updated to tzdata version 2011g
+(http://article.gmane.org/gmane.comp.time.tz/3758).
+- additional changes from 0.3.26
+  * Updated to tzdata version 2011e
+(http://article.gmane.org/gmane.comp.time.tz/3707).
+- additional changes from 0.3.25
+  * Updated to tzdata version 2011d
+(http://article.gmane.org/gmane.comp.time.tz/3662).
+- additional changes from 0.3.24
+  * Updated to tzdata version 2010o
+(http://article.gmane.org/gmane.comp.time.tz/3473).
+
+---
+Mon Aug 30 13:44:40 UTC 2010 - mrueck...@suse.de
+
+- update to version 0.3.23
+  * Updated to tzdata version 2010l
+(http://article.gmane.org/gmane.comp.time.tz/3354).
+
+---
+Mon Jun 14 18:49:52 UTC 2010 - mrueck...@suse.de
+
+- update to version 0.3.22
+  * Corrected file permissions issue with 0.3.21 release.
+- additional changes from version 0.3.21
+  * Updated to tzdata version 2010j
+(http://article.gmane.org/gmane.comp.time.tz/3225).
+  * Change invalid timezone check to exclude characters not used in
+timezone identifiers and avoid 'character class has duplicated
+range' warnings with Ruby 1.9.2.
+  * Ruby 1.9.2 has deprecated require 'rational', but older
+versions of Ruby need 

commit rubygem-term-ansicolor for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2013-06-05 19:34:32

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


Package is rubygem-term-ansicolor

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2013-05-18 09:22:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2013-06-05 19:34:34.0 +0200
@@ -1,0 +2,6 @@
+Sat May 25 09:39:14 UTC 2013 - co...@suse.com
+
+- updated to version 1.2.1
+ * Prevent warnings when running in -w mode.
+
+---

Old:

  term-ansicolor-1.2.0.gem

New:

  term-ansicolor-1.2.1.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.gHipfl/_old  2013-06-05 19:34:35.0 +0200
+++ /var/tmp/diff_new_pack.gHipfl/_new  2013-06-05 19:34:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-term-ansicolor
-Version:1.2.0
+Version:1.2.1
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}
@@ -69,6 +69,7 @@
 ln -s term_display%{mod_branch} %{buildroot}%{_bindir}/term_display
 mkdir -p %{buildroot}%{_docdir}/%{name}
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES 
%buildroot/%{_docdir}/%{name}/CHANGES
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %post

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



commit salt for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2013-06-05 19:34:59

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


Package is salt

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2013-05-28 
14:42:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2013-06-05 
19:35:02.0 +0200
@@ -1,0 +2,23 @@
+Sat Jun  1 21:51:07 UTC 2013 - abo...@gmail.com
+
+- Service release 0.15.3
+  showstoppers from 0.15.2:
+  - mine fix cross validity.
+  - redhat package issue
+  - pillar refresh fix
+
+---
+Wed May 29 16:10:42 UTC 2013 - abo...@gmail.com
+
+- Service release 0.15.2
+  xinetd service name not appended
+  virt-module uses qemu-img
+  publish.publish returns same info as salt-master
+  updated gitfs module  
+
+---
+Mon May 27 20:42:06 UTC 2013 - abo...@gmail.com
+
+- Fixed salt-master config file not readable by user 'salt'
+
+---

Old:

  salt-0.15.1.tar.gz

New:

  salt-0.15.3.tar.gz



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.asndaO/_old  2013-06-05 19:35:03.0 +0200
+++ /var/tmp/diff_new_pack.asndaO/_new  2013-06-05 19:35:03.0 +0200
@@ -17,8 +17,8 @@
 
 
 Name:   salt
-Version:0.15.1
-Release:2
+Version:0.15.3
+Release:0
 Summary:A parallel remote execution system
 License:Apache-2.0
 Group:  System/Monitoring
@@ -250,8 +250,8 @@
 %{_mandir}/man1/salt-run.1.*
 %{_sbindir}/rcsalt-master
 %config(noreplace) %{_sysconfdir}/init.d/salt-master
-%config(noreplace) %{_sysconfdir}/salt/master
-%config(noreplace) %{_sysconfdir}/salt/master.d/salt-daemon.conf
+%attr(0644, salt, root) %config(noreplace) %{_sysconfdir}/salt/master
+%attr(0644, salt, root) %config(noreplace) 
%{_sysconfdir}/salt/master.d/salt-daemon.conf
 %{_sysconfdir}/salt/master.d
 %if 0%{?_unitdir:1}
 %_unitdir/salt-master.service

++ salt-0.15.1.tar.gz - salt-0.15.3.tar.gz ++
 9604 lines of diff (skipped)

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



commit rubygem-tzinfo for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2013-06-05 19:34:41

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


Package is rubygem-tzinfo

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2013-03-26 07:02:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2013-06-05 19:34:42.0 +0200
@@ -1,0 +2,26 @@
+Mon Jun  3 19:32:51 UTC 2013 - co...@suse.com
+
+- updated to version 1.0.0
+ * Allow TZInfo to be used with different data sources instead of just the
+   built-in Ruby module data files.
+ * Include a data source that allows TZInfo to load data from the binary
+   zoneinfo files produced by zic and included with many Linux and Unix-like
+   distributions.
+ * Remove the definition and index Ruby modules from TZInfo and move them into
+   a separate TZInfo::Data library (available as the tzinfo-data gem).
+ * Default to using the TZInfo::Data library as the data source if it is 
+   installed, otherwise use zoneinfo files instead.
+ * Preserve the nanoseconds of local timezone Time objects when performing 
+   conversions (issue #29705).
+ * Don't add the tzinfo lib directory to the search path when requiring 
'tzinfo'.
+   The tzinfo lib directory must now be in the search path before 'tzinfo' is
+   required.
+ * Add utc_start_time, utc_end_time, local_start_time and local_end_time 
instance
+   methods to TimezonePeriod. These return an identical value as the existing
+   utc_start, utc_end, local_start and local_end methods, but return Time
+   instances instead of DateTime.
+ * Make the start_transition, end_transition and offset properties of
+   TimezonePeriod protected. To access properties of the period, callers should
+   use other TimezonePeriod instance methods instead (issue #7655).
+
+---

Old:

  tzinfo-0.3.37.gem

New:

  tzinfo-1.0.0.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.Uo9FvV/_old  2013-06-05 19:34:43.0 +0200
+++ /var/tmp/diff_new_pack.Uo9FvV/_new  2013-06-05 19:34:43.0 +0200
@@ -17,23 +17,24 @@
 
 
 Name:   rubygem-tzinfo
-Version:0.3.37
+Version:1.0.0
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
-BuildRequires:  rubygem(rdoc)  3.10
-Url:http://tzinfo.rubyforge.org/
-Source: %{mod_full_name}.gem
-Summary:Daylight-savings aware timezone library
+Requires:   ruby = 1.8.6
+BuildRequires:  ruby-devel = 1.8.6
+Url:http://tzinfo.rubyforge.org
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:Daylight savings aware timezone library
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
-daylight savings aware transformations between times in different time zones.
+TZInfo provides daylight savings aware transformations between times in
+different time zones.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -61,9 +62,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES 
%buildroot/%{_docdir}/%{name}/CHANGES
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README 
%buildroot/%{_docdir}/%{name}/README
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit sendmail for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2013-06-05 19:35:18

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


Package is sendmail

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes2013-04-24 
16:12:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2013-06-05 
19:35:19.0 +0200
@@ -1,0 +2,5 @@
+Tue May 28 16:05:35 UTC 2013 - fcro...@suse.com
+
+- Fix errors in systemd services (bnc#820858).
+
+---
--- /work/SRC/openSUSE:Factory/sendmail/uucp.changes2012-05-29 
11:37:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/uucp.changes   2013-06-05 
19:35:19.0 +0200
@@ -1,0 +2,5 @@
+Fri May 31 06:17:50 UTC 2013 - co...@suse.com
+
+- buildrequire makeinfo (automake 1.13 no longer requires it)
+
+---



Other differences:
--
++ uucp.spec ++
--- /var/tmp/diff_new_pack.4H22ks/_old  2013-06-05 19:35:21.0 +0200
+++ /var/tmp/diff_new_pack.4H22ks/_new  2013-06-05 19:35:21.0 +0200
@@ -44,6 +44,9 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  lockdev-devel
+%if 0%{?suse_version}  1220
+BuildRequires:  makeinfo
+%endif
 BuildRequires:  pkg-config
 
 %description
@@ -59,10 +62,6 @@
 We did not include a uucp guest account. If you want to create a guest
 account, make sure the directory %{_localstatedir}/spool/uucppublic exists.
 
-Authors:
-
-Ian Lance Taylor i...@cygnus.com
-
 %prep
 %setup
 %patch -P 1 -b .cont

++ sendmail-client.service ++
--- /var/tmp/diff_new_pack.4H22ks/_old  2013-06-05 19:35:21.0 +0200
+++ /var/tmp/diff_new_pack.4H22ks/_new  2013-06-05 19:35:21.0 +0200
@@ -21,7 +21,7 @@
 Type=forking
 PIDFile=/var/spool/clientmqueue/sm-client.pid
 ExecStartPre=-/etc/mail/system/sm-client.pre
-Environment=SENDMAIL_CLIENT_ARGS=-L sendmail-client -Ac -qp30m
+Environment=SENDMAIL_CLIENT_ARGS=-L sendmail-client -Ac -qp30m
 EnvironmentFile=-/etc/sysconfig/mail
 EnvironmentFile=-/etc/sysconfig/sendmail
 ExecStart=/usr/sbin/sendmail $SENDMAIL_CLIENT_ARGS

++ sendmail.service ++
--- /var/tmp/diff_new_pack.4H22ks/_old  2013-06-05 19:35:21.0 +0200
+++ /var/tmp/diff_new_pack.4H22ks/_new  2013-06-05 19:35:21.0 +0200
@@ -14,8 +14,8 @@
 
 [Unit]
 Description=Sendmail Mail Transport Agent
-Requires=var-run.mount nss-lookup.target network.target remote-fs.target 
syslog.target time-sync.target
-After=var-run.mount nss-lookup.target network.target remote-fs.target 
syslog.target time-sync.target
+Requires=var-run.mount nss-lookup.target network.target remote-fs.target 
time-sync.target
+After=var-run.mount nss-lookup.target network.target remote-fs.target 
time-sync.target
 Wants=amavis.service cyrus.service ldap.service nscd.service ypbind.service 
sendmail-client.service
 After=amavis.service cyrus.service ldap.service nscd.service ypbind.service
 Before=sendmail-client.service mail-transfer-agent.target
@@ -26,7 +26,7 @@
 PIDFile=/var/run/sendmail.pid
 ExecStartPre=-/bin/echo 'Initializing SMTP port (sendmail)'
 ExecStartPre=-/etc/mail/system/sm.pre
-Environment=SENDMAIL_ARGS=-L sendmail -Am -bd -q30m -om
+Environment=SENDMAIL_ARGS=-L sendmail -Am -bd -q30m -om
 Environment=SENDMAIL_PORT_OPTS=
 EnvironmentFile=-/etc/sysconfig/mail
 EnvironmentFile=-/etc/sysconfig/sendmail

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



commit sblim-cim-client2 for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package sblim-cim-client2 for 
openSUSE:Factory checked in at 2013-06-05 19:35:08

Comparing /work/SRC/openSUSE:Factory/sblim-cim-client2 (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cim-client2.new (New)


Package is sblim-cim-client2

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cim-client2/sblim-cim-client2.changes  
2013-03-26 07:02:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cim-client2.new/sblim-cim-client2.changes 
2013-06-05 19:35:10.0 +0200
@@ -1,0 +2,50 @@
+Sat Jun  1 12:51:42 UTC 2013 - kkae...@suse.com
+
+- Update to version 2.2.3
+  New features
+  * A new Java property - sblim.wbem.listenerMaxQueuedEvents - can
+be used to set the maximum number of queued events awaiting
+dispatch to a listener. (#2628)
+  * Two new Java properties - sblim.wbem.listenerHttpHeaderTimeout
+and sblim.wbem.listenerHttpMaxAllowedTimeouts - can be used to
+help prevent Denial of Service attacks on an indication listener
+via the slowloris approach (#2635)
+  * Two new private APIs - WBEMListenerSBLIM.getBlockedIPs and
+setBlockedIPs can be used to control the IPs of incoming
+connections that are to be ignored by an indication
+listener (#2635)
+  * Two new Java properties - sblim.wbem.sslClientCipherSuitesToDisable
+and sblim.wbem.sslListenerCipherSuitesToDisable - can be used
+to disable a list of cipher suites when connecting via an SSL
+socket as either a client or listener. (#2642)
+
+  Version 2.2.3 also contains several changes that might affect
+  existing applications:
+
+  * The internal ChunkedInputStream constructors now require a
+second parameter, a String representing the names of the trailer
+fields (from HTTP Trailer header). (#2621)
+  * The internal MessageReader constructor now requires a second
+parameter, a long representing the HTTP header timeout (#2635)
+  * The internal HttpConnectionHandler constructor now requires
+a second parameter, a WBEMConfiguration representing the
+configuration properties (#2635)
+  * The Java property sblim.wbem.sslCipherSuitesToDisable has
+been deleted, use sblim.wbem.sslClientCipherSuitesToDisable
+and/or sblim.wbem.sslListenerCipherSuitesToDisable instead (#2642)
+
+  Issues closed
+  2643 Update detailed release history HTML for 2.2.3
+  2642 Seperate properties needed for cim client and listener to
+   filter out ciphers
+  2635 Slowloris DoS attack for CIM indication listener port
+  2640 Multiple CDATA parsing broken in DOM parser
+  2639 CDATA parsing broken in PULL parser
+  2638 Do not build empty REFERENCECLASS
+  2637 Add nested embedded instance builder test
+  2636 Nested embedded instances cause CIMXMLParseException
+  2632 Potential Null Point Exception in CIMDataType
+  2605 SAX parser throws wrong exception
+  2628 Limit size of LinkedList of CIMEvents to be dispatched
+
+---

Old:

  sblim-cim-client2-2.2.2-doc.zip
  sblim-cim-client2-2.2.2-src.zip

New:

  sblim-cim-client2-2.2.3-doc.zip
  sblim-cim-client2-2.2.3-src.zip



Other differences:
--
++ sblim-cim-client2.spec ++
--- /var/tmp/diff_new_pack.3sq6Mf/_old  2013-06-05 19:35:11.0 +0200
+++ /var/tmp/diff_new_pack.3sq6Mf/_new  2013-06-05 19:35:11.0 +0200
@@ -21,7 +21,7 @@
 # -
 
 Name:   sblim-cim-client2
-Version:2.2.2
+Version:2.2.3
 Release:0
 Url:http://sblim.sourceforge.net/
 Summary:Java CIM Client library

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



commit suse-xsl-stylesheets for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2013-06-05 19:35:59

Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new (New)


Package is suse-xsl-stylesheets

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2013-05-02 15:31:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2013-06-05 19:36:00.0 +0200
@@ -1,0 +2,49 @@
+Wed May 29 09:41:08 UTC 2013 - t...@opensuse.org
+
+Version 1.9.21:
+- Fixed spec file, applied patch upstream, removed patch file
+
+---
+Wed May 29 08:24:27 UTC 2013 - i...@marguerite.su
+
+- fix fop replaces Chinese as # because of missing fonts.
+  * new patch: susexsl-fop-chinese.patch (remove next release)
+  * upstream just copyed xep settings. fop can't use alias.
+
+---
+Tue May 28 08:42:57 UTC 2013 - t...@opensuse.org
+
+- Removed check for Korean language as it is unneccessary according
+  to some Korean linguists (last used revision: r3190)
+
+---
+Thu May 23 13:59:14 UTC 2013 - t...@suse.de
+
+Version 1.9.20
+* HTML
+  - Updated releasenotes stylesheet
+  - Created special stylesheets for Drupal output
+  - Lots of updates for the new SUSE HTML layout
+
+* FO
+  - Fixed ticket#152; support ?dbtimestamp? PI
+
+* Common
+  - Prepared Arabic localized text to fix [#153], not finished yet
+  - Corrected guimenustartquote and guimenuendquote for Japanese
+
+* EPUB
+  - Used revision 9739 from original stylesheet
+See 
https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl/epub/docbook.xsl
+  - Changed preferred.mediaobject.role to html; added parameters for callouts
+
+* Novdoc
+  - Updated RNC from DTD
+
+* SPEC
+  - Added URL for source0 to fix https://en.opensuse.org/SourceUrls
+  - docbook-xsl-stylesheets = 1.77 are required
+  - Added obsoletes for susedoc with version 4.3.99 (last version in Factory 
was 4.3.33)
+
+
+---

Old:

  suse-xsl-stylesheets-1.9.19.tar.bz2

New:

  suse-xsl-stylesheets-1.9.21.tar.bz2



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.HqynQg/_old  2013-06-05 19:36:01.0 +0200
+++ /var/tmp/diff_new_pack.HqynQg/_new  2013-06-05 19:36:01.0 +0200
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 Name:   suse-xsl-stylesheets
-Version:1.9.19
+Version:1.9.21
 Release:0
 
 ###
@@ -42,7 +42,7 @@
 License:GPL-2.0 or GPL-3.0
 Group:  Productivity/Publishing/XML
 Url:http://sourceforge.net/p/daps/suse-xslt
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/daps/suse-xsl-stylesheets/%{name}-%{version}.tar.bz2
 Source1:susexsl-fetch-source
 Source2:%{name}.rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -59,14 +59,24 @@
 BuildRequires:  trang
 
 Requires:   docbook
-Requires:   docbook-xsl-stylesheets = 1.75
+Requires:   docbook-xsl-stylesheets = 1.77
 Requires:   libxslt
 
 Recommends: daps
 Recommends: docbook5
 Recommends: docbook5-xsl-stylesheets
+Recommends: google-opensans-fonts
+Recommends: sil-charis-fonts
+Recommends: dejavu-fonts
+
+%if 0%{?sles_version}
+Recommends: ttf-founder-simplified
+%else
+Recommends: wqy-microhei-fonts
+%endif
 
-Obsoletes:  susedoc  4.3.99
+Obsoletes:  susedoc = 4.3.33
+Provides:   susedoc = 4.3.34
 
 %description
 SUSE-branded DocBook stylesheets for XSLT 1.0

++ suse-xsl-stylesheets-1.9.19.tar.bz2 - 
suse-xsl-stylesheets-1.9.21.tar.bz2 ++
 10799 lines of diff (skipped)

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



commit sensors for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2013-06-05 19:35:33

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


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2013-05-27 
10:01:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2013-06-05 
19:35:34.0 +0200
@@ -1,0 +2,23 @@
+Mon Jun  3 13:55:39 CEST 2013 - jdelv...@suse.de
+
+- Update to lm_sensors 3.3.4
+  * Mostly a packaging-only clean-up, as we had backported most
+important changes already.
+  * lm_sensors-r6111-detection-Winbond-W83627SF.diff,
+lm_sensors-r6112-detection-AMD-family-16h.diff,
+lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff,
+lm_sensors-r6117-detection-ITE-IT8752F.diff,
+lm_sensors-r6123-AnalogDev-ADT7410-driver.diff,
+lm_sensors-r6163-pwmconfig-raise-threshold.diff,
+lm_sensors-r6164-pwmconfig-drop-comment.diff,
+lm_sensors-r6165-pwmconfig-multiple-fans.diff,
+lm_sensors-r6172-fancontrol-absolute-paths.diff: Removed,
+upstream now.
+  * fancontrol.service: Removed, now provided by upstream,
+together with sensord.service.
+  * lm_sensors-3.0.0-sysconfig_metadata.patch,
+lm_sensors-3.0.3-hint-at-kernel-extra-package.patch: Refreshed.
+- lm_sensors-r6181-fix-service-files.patch: Fix EnvironmentFile
+  in service files
+
+---

Old:

  fancontrol.service
  lm_sensors-3.3.3.tar.bz2
  lm_sensors-r6111-detection-Winbond-W83627SF.diff
  lm_sensors-r6112-detection-AMD-family-16h.diff
  lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
  lm_sensors-r6117-detection-ITE-IT8752F.diff
  lm_sensors-r6123-AnalogDev-ADT7410-driver.diff
  lm_sensors-r6163-pwmconfig-raise-threshold.diff
  lm_sensors-r6164-pwmconfig-drop-comment.diff
  lm_sensors-r6165-pwmconfig-multiple-fans.diff
  lm_sensors-r6172-fancontrol-absolute-paths.diff

New:

  lm_sensors-3.3.4.tar.bz2
  lm_sensors-r6181-fix-service-files.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.NluDKV/_old  2013-06-05 19:35:35.0 +0200
+++ /var/tmp/diff_new_pack.NluDKV/_new  2013-06-05 19:35:35.0 +0200
@@ -21,7 +21,7 @@
 BuildRequires:  flex
 BuildRequires:  rrdtool-devel
 Url:http://www.lm-sensors.org/
-Version:3.3.3
+Version:3.3.4
 Release:0
 Summary:Hardware health monitoring for Linux
 License:GPL-2.0+
@@ -30,20 +30,11 @@
 Source0:
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2
 Source1:lm_sensors.init
 Source2:baselibs.conf
-Source3:fancontrol.service
 Patch1: lm_sensors-3.1.1-build.patch
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
-Patch5: lm_sensors-r6111-detection-Winbond-W83627SF.diff
-Patch6: lm_sensors-r6112-detection-AMD-family-16h.diff
-Patch7: lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
-Patch8: lm_sensors-r6117-detection-ITE-IT8752F.diff
-Patch9: lm_sensors-r6123-AnalogDev-ADT7410-driver.diff
-Patch10:lm_sensors-r6163-pwmconfig-raise-threshold.diff
-Patch11:lm_sensors-r6164-pwmconfig-drop-comment.diff
-Patch12:lm_sensors-r6165-pwmconfig-multiple-fans.diff
-Patch13:lm_sensors-r6172-fancontrol-absolute-paths.diff
+Patch5: lm_sensors-r6181-fix-service-files.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
@@ -147,14 +138,6 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS
@@ -176,8 +159,8 @@
 mkdir -p   $RPM_BUILD_ROOT/etc/init.d
 install -m 0755 %{S:1} $RPM_BUILD_ROOT/etc/init.d/lm_sensors
 ln -sf /etc/init.d/lm_sensors  $RPM_BUILD_ROOT/usr/sbin/rclm_sensors
-install -D -m 0644 prog/init/lm_sensors.service 
%{buildroot}%{_unitdir}/lm_sensors.service
-install -D -m 0644 %{SOURCE3}   
%{buildroot}%{_unitdir}/fancontrol.service
+mkdir -p   $RPM_BUILD_ROOT/%{_unitdir}
+cp -a prog/init/*.service  $RPM_BUILD_ROOT/%{_unitdir}/
 
 %pre
 %service_add_pre lm_sensors.service
@@ -244,6 +227,7 @@
 
 %files -n sensord
 %defattr(-,root,root)
+%{_unitdir}/sensord.service
 /usr/sbin/sensord
 %doc /usr/share/man/man8/sensord.8.gz
 

++ 

commit spamassassin for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2013-06-05 19:35:51

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


Package is spamassassin

Changes:

--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes
2013-03-27 19:33:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2013-06-05 19:35:52.0 +0200
@@ -1,0 +2,5 @@
+Sat May 25 08:48:04 UTC 2013 - opens...@dstoecker.de
+
+- increase maximum message size from 250 to 512 KB for spampd, as SPAM message 
size increased a lot
+
+---



Other differences:
--
++ sysconfig.spampd ++
--- /var/tmp/diff_new_pack.Jap5Uv/_old  2013-06-05 19:35:53.0 +0200
+++ /var/tmp/diff_new_pack.Jap5Uv/_new  2013-06-05 19:35:53.0 +0200
@@ -1 +1 @@
-SPAMPD_OPTIONS=--port=10025 --relayhost=127.0.0.1:10026 --user=vscan --tagall 
--children=5 --maxsize=250
+SPAMPD_OPTIONS=--port=10025 --relayhost=127.0.0.1:10026 --user=vscan --tagall 
--children=5 --maxsize=512

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



commit util-linux for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2013-06-05 19:36:12

Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and  /work/SRC/openSUSE:Factory/.util-linux.new (New)


Package is util-linux

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes2013-03-26 
19:48:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes   
2013-06-05 19:36:13.0 +0200
@@ -1,0 +2,7 @@
+Wed May 29 11:45:04 UTC 2013 - i...@suse.com
+
+- fixing mkfs.bfs to make it 64bit and endian clean.
+  adding the patches mkfs.bfs_cleanup_64bit.patch and
+  mkfs.bfs_cleanup_endian.patch
+
+---

New:

  mkfs.bfs_cleanup_64bit.patch
  mkfs.bfs_cleanup_endian.patch



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.Lvh6u9/_old  2013-06-05 19:36:14.0 +0200
+++ /var/tmp/diff_new_pack.Lvh6u9/_new  2013-06-05 19:36:14.0 +0200
@@ -116,6 +116,10 @@
 Patch55:klogconsole-quiet.patch
 Patch56:klogconsole.diff
 
+## fix mkfs.bfs
+Patch60:mkfs.bfs_cleanup_64bit.patch
+Patch61:mkfs.bfs_cleanup_endian.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq /bin/sed
 #
@@ -234,6 +238,10 @@
 cp %{S:22} %{S:23} .
 # nologin
 cp %{S:2} %{S:3} %{S:26} %{S:30} .
+
+%patch60 -p1
+%patch61 -p1
+
 cd ../klogconsole
 %patch55 -p1
 %patch56 -p1

++ mkfs.bfs_cleanup_64bit.patch ++
bla fasel

--- util-linux-2.21.2.orig/disk-utils/mkfs.bfs.c
+++ util-linux-2.21.2/disk-utils/mkfs.bfs.c
@@ -1,6 +1,7 @@
 /*
  *  mkfs.bfs - Create SCO BFS filesystem - aeb, 1999-09-07
  *
+ * Usage: mkfs.bfs [-N nr-of-inodes] [-V volume-name] [-F fsname] device
  */
 
 #include errno.h
@@ -27,13 +28,13 @@
 
 /* superblock - 512 bytes */
 struct bfssb {
-   unsigned int s_magic;
-   unsigned int s_start;   /* byte offset of start of data */
-   unsigned int s_end; /* sizeof(slice)-1 */
+   uint32_t s_magic;
+   uint32_t s_start;   /* byte offset of start of data */
+   uint32_t s_end; /* sizeof(slice)-1 */
 
/* for recovery during compaction */
-   int s_from, s_to;   /* src and dest block of current transfer */
-   int s_backup_from, s_backup_to;
+   uint32_t s_from, s_to;  /* src and dest block of current transfer */
+   int32_t s_backup_from, s_backup_to;
 
/* labels - may well contain garbage */
char s_fsname[6];
@@ -43,16 +44,16 @@
 
 /* inode - 64 bytes */
 struct bfsi {
-   unsigned short i_ino;
+   uint16_t i_ino;
unsigned char i_pad1[2];
-   unsigned long i_first_block;
-   unsigned long i_last_block;
-   unsigned long i_bytes_to_end;
-   unsigned long i_type;   /* 1: file, 2: the unique dir */
-   unsigned long i_mode;
-   unsigned long i_uid, i_gid;
-   unsigned long i_nlinks;
-   unsigned long i_atime, i_mtime, i_ctime;
+   uint32_t i_first_block;
+   uint32_t i_last_block;
+   uint32_t i_bytes_to_end;
+   uint32_t i_type;/* 1: file, 2: the unique dir */
+   uint32_t i_mode;
+   uint32_t i_uid, i_gid;
+   uint32_t i_nlinks;
+   uint32_t i_atime, i_mtime, i_ctime;
unsigned char i_pad2[16];
 };
 
@@ -60,7 +61,7 @@
 
 /* directory entry - 16 bytes */
 struct bfsde {
-   unsigned short d_ino;
+   uint16_t d_ino;
char d_name[BFS_NAMELEN];
 };
 
++ mkfs.bfs_cleanup_endian.patch ++
--- util-linux-2.21.2/disk-utils/mkfs.bfs.c.old 2013-05-28 19:26:05.0 
+0200
+++ util-linux-2.21.2/disk-utils/mkfs.bfs.c 2013-05-28 19:39:28.0 
+0200
@@ -98,6 +98,7 @@
unsigned long long user_specified_total_blocks = 0;
int verbose = 0;
int fd;
+   uint32_t first_block;
struct bfssb sb;
struct bfsi ri;
struct bfsde de;
@@ -224,9 +224,9 @@
 ino_blocks + 33);
 
memset(sb, 0, sizeof(sb));
-   sb.s_magic = BFS_SUPER_MAGIC;
-   sb.s_start = ino_bytes + sizeof(struct bfssb);
-   sb.s_end = total_blocks * BFS_BLOCKSIZE - 1;
+   sb.s_magic = htole32(BFS_SUPER_MAGIC);
+   sb.s_start = htole32(ino_bytes + sizeof(struct bfssb));
+   sb.s_end = htole32(total_blocks * BFS_BLOCKSIZE - 1);
sb.s_from = sb.s_to = sb.s_backup_from = sb.s_backup_to = -1;
memcpy(sb.s_fsname, fsname, 6);
memcpy(sb.s_volume, volume, 6);
@@ -244,28 +244,29 @@
inodes, ino_blocks);
fprintf(stderr, _(Blocks: %lld\n), total_blocks);
fprintf(stderr, _(Inode end: %d, Data end: 

commit xfce4-panel-plugin-multiload-nandhp for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-multiload-nandhp 
for openSUSE:Factory checked in at 2013-06-05 19:38:20

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


Package is xfce4-panel-plugin-multiload-nandhp

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-multiload-nandhp.new/xfce4-panel-plugin-multiload-nandhp.changes
 2013-06-05 19:38:21.0 +0200
@@ -0,0 +1,12 @@
+---
+Fri May 31 21:04:21 UTC 2013 - lazy.k...@opensuse.org
+
+- Correct the patch tag.
+
+---
+Mon May 27 12:02:42 UTC 2013 - lazy.k...@opensuse.org
+
+- Initial package created - 0.1.
+- Add xfce4-panel-plugin-multiload-nandhp-automake.patch: add
+  AM_PROG_AR to configure.ac.
+

New:

  version-0-1
  xfce4-panel-plugin-multiload-nandhp-automake.patch
  xfce4-panel-plugin-multiload-nandhp.changes
  xfce4-panel-plugin-multiload-nandhp.spec



Other differences:
--
++ xfce4-panel-plugin-multiload-nandhp.spec ++
#
# spec file for package xfce4-panel-plugin-multiload-nandhp
#
# 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:   xfce4-panel-plugin-multiload-nandhp
Version:0.1
Release:0
License:GPL-2.0+
Summary:System Load Monitor for the Xfce Panel
Url:https://github.com/geekless/multiload-nandhp
Group:  System/GUI/XFCE
Source0:
https://codeload.github.com/nandhp/multiload-nandhp/tar.gz/version-0-1
# PATCH-FIX-UPSTREAM xfce4-panel-plugin-multiload-nandhp-automake.patch 
https://github.com/nandhp/multiload-nandhp/pull/1 lazy.k...@opensuse.org -- add 
AM_PROG_AR to configure.ac (fixed in git)
Patch0: xfce4-panel-plugin-multiload-nandhp-automake.patch
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  intltool
BuildRequires:  libtool
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libgtop-2.0)
BuildRequires:  pkgconfig(libxfce4panel-1.0)
BuildRequires:  pkgconfig(libxfce4ui-1)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A system load monitor that graphs processor, memory, and swap space use,
plus network and disk activity.

It is a port of the GNOME multiload applet to the Xfce panel.

%prep
%setup -qn multiload-nandhp-version-0-1
%if 0%{?suse_version} = 1220
%patch0 -p1
%endif

%build
./autogen.sh
%configure
make %{?_smp_mflags}

%install
%make_install
rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libmultiload.la

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.md
%{_libdir}/xfce4/panel/plugins/libmultiload.so
%{_datadir}/xfce4/panel/plugins/multiload.desktop

%changelog
++ xfce4-panel-plugin-multiload-nandhp-automake.patch ++
Index: multiload-nandhp-version-0-1/configure.ac
===
--- multiload-nandhp-version-0-1.orig/configure.ac
+++ multiload-nandhp-version-0-1/configure.ac
@@ -6,6 +6,8 @@ AM_SILENT_RULES([yes])
 # AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE()
 
+AM_PROG_AR()
+
 LT_PREREQ([2.2.6])
 LT_INIT([disable-static])
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



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

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-systemload for 
openSUSE:Factory checked in at 2013-06-05 19:39:24

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


Package is xfce4-panel-plugin-systemload

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-systemload/xfce4-panel-plugin-systemload.changes
  2012-07-02 11:27:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-systemload.new/xfce4-panel-plugin-systemload.changes
 2013-06-05 19:39:26.0 +0200
@@ -1,0 +2,6 @@
+Fri May 31 20:16:48 UTC 2013 - lazy.k...@opensuse.org
+
+- Add xfce4-systemload-plugin-russian.patch: fix Russian
+  translation (plural forms and one string).
+
+---

New:

  xfce4-systemload-plugin-russian.patch



Other differences:
--
++ xfce4-panel-plugin-systemload.spec ++
--- /var/tmp/diff_new_pack.5tFBdp/_old  2013-06-05 19:39:26.0 +0200
+++ /var/tmp/diff_new_pack.5tFBdp/_new  2013-06-05 19:39:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-systemload
 #
-# 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
@@ -27,6 +27,8 @@
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
 Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM xfce4-systemload-plugin-russian.patch 
lazy.k...@opensuse.org -- fix Russian translation (plural forms and one string)
+Patch0: xfce4-systemload-plugin-russian.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -46,6 +48,7 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static

++ xfce4-systemload-plugin-russian.patch ++
Index: xfce4-systemload-plugin-1.1.1/po/ru.po
===
--- xfce4-systemload-plugin-1.1.1.orig/po/ru.po
+++ xfce4-systemload-plugin-1.1.1/po/ru.po
@@ -1,18 +1,18 @@
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-systemload-plugin\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-05-27 03:54+\n
-PO-Revision-Date: \n
-Last-Translator: Andriy Kovtun kovtu...@yandex.ru\n
+PO-Revision-Date: 2013-05-31 23:55+0400\n
+Last-Translator: Kyrill Detinov lazy.k...@opensuse.org\n
 Language-Team: Russian xfce4-...@xfce.org\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: ru\n
-Plural-Forms: nplurals=4; plural=(n==1) ? 0 : ((n%10==1  n%100!=11 ? 3 : 
n%10=2  n%10=4  (n%10010 || n%100=20) ? 1 : 2));\n
-X-Poedit-Language: Russian\n
+Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1  n%100!=11 ? 0 : 
n%10=2  n%10=4  (n%10010 || n%100=20) ? 1 : 2;\n
+X-Generator: Poedit 1.5.4\n
 
 #: ../panel-plugin/cpu.c:63
 msgid File /proc/stat not found!
@@ -59,7 +59,7 @@ msgstr[3] Время работы: %d �
 #: ../panel-plugin/systemload.c:202
 #, c-format
 msgid Uptime: %d:%02d
-msgstr Время работы: %d дней %d:%02d
+msgstr Время работы: %d:%02d
 
 #: ../panel-plugin/systemload.c:868
 msgid CPU monitor
-- 
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-06-05 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2013-06-05 19:33:05

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-05-18 
09:21:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2013-06-05 19:33:06.0 +0200
@@ -1,0 +2,23 @@
+Sat May 25 17:33:09 UTC 2013 - ec...@schirra.net
+
+- update to 4.0.2 (2013-05-24)
+  - sf#3902 Cannot browse when table name contains keyword call
+  + center loading indicator for navigation refresh, related to bug #3920
+  - sf#3925 Table sorting in navigation panel is case-sensitive
+  - sf#3915 Import of CSV file (Replace table data with file) with duplicate 
values
+  - sf#3907 undefined variables, function parameter problems
+  - sf#3898 Structure not refreshed after column drop
+  - sf#3926 View is not updatable
+  - sf#3919 PropertiesIconic not honored
+  - sf#3930 Databases to choose for specific privileges show up escaped
+  - sf#3910 Export database with empty table as a php array, does not produce 
valid PHP
+  - sf#3936 Query profiler chart not loading from SQL Query page
+  - sf#3946 Missing CSV import option Do not abort on INSERT error
+  - sf#3943 Missing OperationsTable optionsAUTO_INCREMENT
+  - bug Missing CREATE DATABASE statement when exporting at database level
+  - sf#3924 Show warning when CSV file does not contain data for all columns
+  - sf#3947 Missing Sql Query after modify structure
+  - sf#3948 Server export problems
+  - sf#3917 CountTables directive is deprecated
+
+---

Old:

  phpMyAdmin-4.0.1-all-languages.tar.bz2

New:

  phpMyAdmin-4.0.2-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.l9140D/_old  2013-06-05 19:33:08.0 +0200
+++ /var/tmp/diff_new_pack.l9140D/_new  2013-06-05 19:33:08.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.1
+Version:4.0.2
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.0.1-all-languages.tar.bz2 - 
phpMyAdmin-4.0.2-all-languages.tar.bz2 ++
 2732 lines of diff (skipped)

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



commit kdelibs4 for openSUSE:12.2:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:12.2:Update 
checked in at 2013-06-05 11:28:19

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


Package is kdelibs4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ZO2PoV/_old  2013-06-05 11:28:20.0 +0200
+++ /var/tmp/diff_new_pack.ZO2PoV/_new  2013-06-05 11:28:20.0 +0200
@@ -1 +1 @@
-link package='kdelibs4.1362' cicount='copy' /
+link package='kdelibs4.1702' cicount='copy' /

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



commit mysql-connector-cpp.1703 for openSUSE:12.2:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package mysql-connector-cpp.1703 for 
openSUSE:12.2:Update checked in at 2013-06-05 11:29:15

Comparing /work/SRC/openSUSE:12.2:Update/mysql-connector-cpp.1703 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.mysql-connector-cpp.1703.new (New)


Package is mysql-connector-cpp.1703

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ 
/work/SRC/openSUSE:12.2:Update/.mysql-connector-cpp.1703.new/mysql-connector-cpp.changes
2013-06-05 11:29:17.0 +0200
@@ -0,0 +1,82 @@
+---
+Mon Apr 22 07:48:00 UTC 2013 - mhruse...@suse.com
+
+- merge with mysql-connector-c++
+- fixed for some reason broken build:
+  + added mysql-connector-cpp-1.1.0-build.patch
+  + added mysql-connector-cpp-1.1.0-disable_tests_and_examples.patch
+  + changed mysql-connector-cpp-1.1.0-cmake-paths-fix.patch
+
+---
+Wed Jan 18 13:04:42 UTC 2012 - cdenic...@suse.com
+
+- license update: SUSE-GPL-2.0-with-FLOSS-exception
+  GPL has FLOSS exception.
+
+---
+Thu Jan 12 11:30:48 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---
+Thu Jun  2 16:22:02 CEST 2011 - mhruse...@suse.cz
+
+- updated to version 1.1.0, see
+  
http://forge.mysql.com/wiki/Connector_C%2B%2B#MySQL_Connector.2FC.2B.2B_1.1.0_GA_.2813.09.2010.29
+
+---
+Tue Nov  3 19:09:32 UTC 2009 - co...@novell.com
+
+- updated patches to apply with fuzz=0
+
+---
+Tue Jul 28 13:39:59 CEST 2009 - mhruse...@suse.cz
+
+- Better description (bnc#522682)
+
+---
+Thu May 21 17:37:01 CEST 2009 - mhruse...@suse.cz
+
+- updated to version 1.0.5
+  * Changed the interface of sql::ConnectionMetaData, sql::ResultSetMetaData
+and sql::ParameterMetaData to have a protected destructor. In this way the
+client code doesn't need, and won't be able, to destruct the metadata
+objects returned by the connector. The connector will handle their
+destruction.  This enables statements like :
+connection-getMetaData-getSchema(); without the result of leaking memory
+because we lost the pointer returned by getMetaData().  (Lawrin, Andrey)
+  * Large overhaul of the code to improve the memory management to not leak in
+exceptional situations. Big improvement compared to Beta1. (Andrey)
+  * Fixed the interface of sql::Driver and sql::Connection so they accept the
+options map by alias instead of by value. (Andrey)
+  * Changed the return type of sql::SQLException::getSQLState() from
+std::string to const char * to be consistent with std::exception::what().
+(Andrey)
+  * Implemented getResultSetType() and setResultSetType() for Statement. Used
+are TYPE_FORWARD_ONLY, which means unbuffered result set and
+TYPE_SCROLL_INSENSITIVE, which means buffered result set. (Andrey)
+  * Implemented getResultSetType() for PreparedStatement. The setter is not
+implemented because currently PreparedStatement can't do refetching and
+storing the result means the bind buffers will be correct. (Andrey)
+  * Added defaultStatementResultType to MySQL_Connection::setClientOption()
+as an option. Also the method now returns `sql::Connection *`. (Andrey)
+  * Added Result::getType() and implemented it in the three result set classes.
+(Andrey)
+  * Enabled tracing functionality when building with VC8 and up (VS2005 and
+up). (Andrey)
+  * Added better support for named pipes, on Windows. Use pipe:// and add the
+path to the pipe. Shared memory connections are currently not supported.
+(Andrey)
+  * Fixed a bug in MySQL_Connection::setSessionVariable() which led to
+exception being thrown. (Andrey)
+
+---
+Mon May 18 14:00:33 CEST 2009 - mhruse...@suse.cz
+
+- fixed compilation using gcc44
+
+---
+Fri Apr 17 19:57:19 CEST 2009 - mhruse...@suse.cz
+
+- initial version of MySQL Connector/C++ package (version 1.0.4 beta)
+

New:

  mysql-connector-c++-1.1.0.tar.bz2
  mysql-connector-cpp-1.1.0-build.patch
  mysql-connector-cpp-1.1.0-cmake-paths-fix.patch
  mysql-connector-cpp-1.1.0-disable_tests_and_examples.patch
  mysql-connector-cpp-1.1.0-gcc44.patch
  mysql-connector-cpp.changes
  mysql-connector-cpp.spec



Other differences:
--
++ 

commit kdelibs4-apidocs for openSUSE:12.2:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4-apidocs for 
openSUSE:12.2:Update checked in at 2013-06-05 11:28:16

Comparing /work/SRC/openSUSE:12.2:Update/kdelibs4-apidocs (Old)
 and  /work/SRC/openSUSE:12.2:Update/.kdelibs4-apidocs.new (New)


Package is kdelibs4-apidocs

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.e7jqHQ/_old  2013-06-05 11:28:17.0 +0200
+++ /var/tmp/diff_new_pack.e7jqHQ/_new  2013-06-05 11:28:17.0 +0200
@@ -1 +1 @@
-link package='kdelibs4-apidocs.1362' cicount='copy' /
+link package='kdelibs4-apidocs.1702' cicount='copy' /

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



commit mysql-connector-cpp for openSUSE:12.2:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package mysql-connector-cpp for 
openSUSE:12.2:Update checked in at 2013-06-05 11:29:18

Comparing /work/SRC/openSUSE:12.2:Update/mysql-connector-cpp (Old)
 and  /work/SRC/openSUSE:12.2:Update/.mysql-connector-cpp.new (New)


Package is mysql-connector-cpp

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='mysql-connector-cpp.1703' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1703 for openSUSE:12.2:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1703 for 
openSUSE:12.2:Update checked in at 2013-06-05 11:29:22

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


Package is patchinfo.1703

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packager-miska-/packager
  categoryrecommended/category
  ratinglow/rating
  summarymysql-connector-cpp: Adjusted to make LibreOffice updates 
easier./summary
  descriptionThis update fixes the following issue with mysql-connector-cpp:
- merge with mysql-connector-c++
- fixed broken build
- Adjusted to make LibreOffice updates easier./description
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mysql-connector-cpp.1703 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package mysql-connector-cpp.1703 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:29:19

Comparing /work/SRC/openSUSE:12.3:Update/mysql-connector-cpp.1703 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.mysql-connector-cpp.1703.new (New)


Package is mysql-connector-cpp.1703

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ 
/work/SRC/openSUSE:12.3:Update/.mysql-connector-cpp.1703.new/mysql-connector-cpp.changes
2013-06-05 11:29:21.0 +0200
@@ -0,0 +1,82 @@
+---
+Mon Apr 22 07:48:00 UTC 2013 - mhruse...@suse.com
+
+- merge with mysql-connector-c++
+- fixed for some reason broken build:
+  + added mysql-connector-cpp-1.1.0-build.patch
+  + added mysql-connector-cpp-1.1.0-disable_tests_and_examples.patch 
+  + changed mysql-connector-cpp-1.1.0-cmake-paths-fix.patch 
+
+---
+Wed Jan 18 13:04:42 UTC 2012 - cdenic...@suse.com
+
+- license update: SUSE-GPL-2.0-with-FLOSS-exception
+  GPL has FLOSS exception.
+
+---
+Thu Jan 12 11:30:48 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---
+Thu Jun  2 16:22:02 CEST 2011 - mhruse...@suse.cz
+
+- updated to version 1.1.0, see
+  
http://forge.mysql.com/wiki/Connector_C%2B%2B#MySQL_Connector.2FC.2B.2B_1.1.0_GA_.2813.09.2010.29
+
+---
+Tue Nov  3 19:09:32 UTC 2009 - co...@novell.com
+
+- updated patches to apply with fuzz=0
+
+---
+Tue Jul 28 13:39:59 CEST 2009 - mhruse...@suse.cz
+
+- Better description (bnc#522682)
+
+---
+Thu May 21 17:37:01 CEST 2009 - mhruse...@suse.cz
+
+- updated to version 1.0.5
+  * Changed the interface of sql::ConnectionMetaData, sql::ResultSetMetaData
+and sql::ParameterMetaData to have a protected destructor. In this way the
+client code doesn't need, and won't be able, to destruct the metadata
+objects returned by the connector. The connector will handle their
+destruction.  This enables statements like :
+connection-getMetaData-getSchema(); without the result of leaking memory
+because we lost the pointer returned by getMetaData().  (Lawrin, Andrey)
+  * Large overhaul of the code to improve the memory management to not leak in
+exceptional situations. Big improvement compared to Beta1. (Andrey)
+  * Fixed the interface of sql::Driver and sql::Connection so they accept the
+options map by alias instead of by value. (Andrey)
+  * Changed the return type of sql::SQLException::getSQLState() from
+std::string to const char * to be consistent with std::exception::what().
+(Andrey)
+  * Implemented getResultSetType() and setResultSetType() for Statement. Used
+are TYPE_FORWARD_ONLY, which means unbuffered result set and
+TYPE_SCROLL_INSENSITIVE, which means buffered result set. (Andrey)
+  * Implemented getResultSetType() for PreparedStatement. The setter is not
+implemented because currently PreparedStatement can't do refetching and
+storing the result means the bind buffers will be correct. (Andrey)
+  * Added defaultStatementResultType to MySQL_Connection::setClientOption()
+as an option. Also the method now returns `sql::Connection *`. (Andrey)
+  * Added Result::getType() and implemented it in the three result set classes.
+(Andrey)
+  * Enabled tracing functionality when building with VC8 and up (VS2005 and
+up). (Andrey)
+  * Added better support for named pipes, on Windows. Use pipe:// and add the
+path to the pipe. Shared memory connections are currently not supported.
+(Andrey)
+  * Fixed a bug in MySQL_Connection::setSessionVariable() which led to
+exception being thrown. (Andrey)
+
+---
+Mon May 18 14:00:33 CEST 2009 - mhruse...@suse.cz
+
+- fixed compilation using gcc44
+
+---
+Fri Apr 17 19:57:19 CEST 2009 - mhruse...@suse.cz
+
+- initial version of MySQL Connector/C++ package (version 1.0.4 beta)
+

New:

  mysql-connector-c++-1.1.0.tar.bz2
  mysql-connector-cpp-1.1.0-build.patch
  mysql-connector-cpp-1.1.0-cmake-paths-fix.patch
  mysql-connector-cpp-1.1.0-disable_tests_and_examples.patch
  mysql-connector-cpp-1.1.0-gcc44.patch
  mysql-connector-cpp.changes
  mysql-connector-cpp.spec



Other differences:
--
++ 

commit patchinfo.1703 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1703 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:29:26

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


Package is patchinfo.1703

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packager-miska-/packager
  categoryrecommended/category
  ratinglow/rating
  summarymysql-connector-cpp: Adjusted to make LibreOffice updates 
easier./summary
  descriptionThis update fixes the following issue with mysql-connector-cpp:
- merge with mysql-connector-c++
- fixed broken build
- Adjusted to make LibreOffice updates easier./description
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchewing.1698 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package libchewing.1698 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:33:06

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


Package is libchewing.1698

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:12.3:Update/.libchewing.1698.new/libchewing.changes  
2013-06-05 11:33:06.0 +0200
@@ -0,0 +1,216 @@
+---
+Fri Apr 26 23:24:07 UTC 2013 - i...@marguerite.su
+
+- retrack upstream source. previous source is from unknown origin.
+  * it couldn't be found at the link in specfile.
+  * it didn't have the same content and build result
+as upstream source.
+  * it missed entire python and data sub directories,
+so almost useless.
+- remove ambiguous libchewing package. fix bnc#808338
+  * libchewing is always taken as an old version by users.
+  * libchewing contained the runtime libraries but it was
+not required by libchewing3. important orphan package.
+so ibus-chewing and fcitx-chewing can't work.
+- enable ncurses wide-char and thread-safe (w6)
+- enable python.
+- new sub-packages: chewing-data python-chewing
+
+---
+Thu Jan 17 02:18:32 UTC 2013 - swy...@gmail.com
+
+- Split libchewing.so.* into subpackage libchewing3 
+
+---
+Wed Jan 16 15:04:45 UTC 2013 - swy...@gmail.com
+
+- Update to libchewing 0.3.4
+- Remove libchewing-gcc-fix.diff (upstream rewrite this part)
+- Improve the description of libchewing API
+Simplified examples to illustrate the usage are added
+- Revise libchewing API. Check the documentation for details
+- Support THL (Taiwan Huayu Luomapinyin) and MPS2 Pinyin keyboard layout
+- Reimplementation of unit test framework. No external 'check' package is 
required
+- Fix several phrase errors
+Add exceptional phrase as well
+- Improved developer and user guide
+- Introduce CMake based build system, which is convenient to MS-Windows based 
environments.
+- Add --enable-gcov to enable gcov coverage
+- Fix possible strncat() overflow
+- Consistent checks for bopomofo sequence internally
+- Handle incomplete bopomofo with space key properly
+- Internal structure refactoring
+- Read hash path from CHEWING_PATH environment variable
+- Make libchewing thread-safe
+- Fix IM crash by changing default candidate per page to 10
+- Fix the detection of ncursesw
+- Fix the usage of autotools
+- Update and tune symbols
+- Fix valgrind warning
+- Fix several compilation warnings
+- Fix GCC visibility availability for Darwin specific PIC code
+- Fix hash table initialization and its memory leakage
+- Support building with mingw32 toolchain
+- Fix GNU Hurd build
+- Fix Microsoft VC build
+- Fix Windows 64-bit build
+- Fix mingw32/64 + WINE build 
+
+---
+Sun Nov 13 09:14:24 UTC 2011 - co...@suse.com
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+---
+Tue Jun 14 01:32:43 UTC 2011 - swy...@gmail.com
+
+- Update to libchewing 0.3.3:
+  Fix setfault, improved python-binding, build fixes, etc;
+  see http://chewing.csie.net/news.html for details
+
+---
+Thu Mar  4 13:25:00 UTC 2010 - co...@novell.com
+
+- fix buffer overflow
+
+---
+Tue Nov  3 19:09:26 UTC 2009 - co...@novell.com
+
+- updated patches to apply with fuzz=0
+
+---
+Mon Sep 21 11:23:25 CEST 2009 - ti...@suse.de
+
+- fix to apply the previous patch properly
+
+---
+Fri Sep 11 12:21:12 CEST 2009 - r...@suse.de
+
+- fix missing call to fclose in sort_word.c (bnc#535452) 
+
+---
+Wed Jun 17 14:28:45 CEST 2009 - ti...@suse.de
+
+- updated to version 0.3.2, including previous fix patches,
+  fix memory leaks, doxygen updates, etc.
+  See ChangeLog for details.
+- build with -fno-strict-aliasing to avoid type punning problems
+  in src/hash.c
+
+---
+Wed Jan 28 14:29:30 CET 2009 - crrodrig...@suse.de
+
+- remove la files with empty dependency_libs
+- remove static libraries 
+
+---
+Tue Dec 04 16:35:17 CET 2007 - mfab...@suse.de
+
+- fix build with glibc 2.7.
+- fix some rpmlint 

commit libchewing for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package libchewing for openSUSE:12.3:Update 
checked in at 2013-06-05 11:33:29

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


Package is libchewing

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='libchewing.1698' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit anjuta for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory checked 
in at 2013-06-05 11:34:35

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


Package is anjuta

Changes:

--- /work/SRC/openSUSE:Factory/anjuta/anjuta.changes2013-04-26 
15:35:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes   2013-06-05 
11:37:12.0 +0200
@@ -1,0 +2,66 @@
+Wed May  1 18:42:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.1:
+  + anjuta_language_provider: add proposals() function.
+  + anjuta-tabber:
+- Always use the padding of an active tab in y-direction size
+  allocation.
+- don't iterate list to check if node is first/last.
+- fix calculation of region flags.
+- implement gtk_container_get_path_for_child().
+- remove call to gtk_widget_style_attach().
+- remove the total padding from total width.
+- rework size allocation.
+- take focus-padding into account when rendering focus.
+- use tab_curvature for left/right space of first/last tab.
+  + dir-project:
+- check for NULL groups in dir_project_is_loaded().
+- fix compile error.
+  + document-manager:
+- don't allocate AnjutaDocmanPriv ourselves.
+- don't free AnjutaDocmanPriv ourselves.
+- fix compile warning.
+- pack notebook with width 1.
+- remove margin around the document combo box.
+  + git:
+- Add a stash button to the Status command bar.
+- Fix more names in the glade file.
+- Fix setting of a custom author in the commit panel.
+- Fix widget names.
+- Implement adding files by dragging them onto the status view.
+- Implement branch switching by double-click.
+- More glade file name fixes.
+- Pack the dock and the command bar together.
+- Use actions for recurring items in the glade file.
+- Use a toggle button to show and hide the command bar.
+- Widget name fixes.
+  + language-support-js:
+- replace one more use of ianjuta_editor_assist_proposals().
+- use anjuta_language_provider_proposals().
+  + language-support-python:
+- replace one more use of ianjuta_editor_assist_proposals().
+- use anjuta_language_provider_proposals().
+  + libanjuta: Improve editor modeline support.
+  + libanjuta/manuals: Update documentation sections.
+  + message-view:
+- Use AnjutaCloseButton in tabs.
+- use a single box for the tab widget.
+  + mk-project:
+- Ignore conditional directives in makefile.
+- Prevent a crash.
+  + parser-cxx:
+- fix compilation warning.
+- use anjuta_language_provider_proposals().
+  + project-wizard: Use dist_doc_DATA for documentation text files.
+  + sourceview: remove filtering of single proposals matching
+pre_word.
+  + symbol-db-query: change order of property installation in
+SymbolDBQuery.
+  + Update doap file.
+  + Use dist_doc_DATA for documentation text files.
+  + Bugs fixed: bgo#680770, bgo#688611, bgo#696023, bgo#696984,
+bgo#696990, bgo#697030, bgo#698011.
+  + Updated translations.
+- Drop anjuta-glade.xml source: it's included in the tarball.
+
+---

Old:

  anjuta-3.8.1.tar.xz
  anjuta-glade.xml

New:

  anjuta-3.9.1.tar.xz



Other differences:
--
++ anjuta.spec ++
--- /var/tmp/diff_new_pack.p1rwlK/_old  2013-06-05 11:37:17.0 +0200
+++ /var/tmp/diff_new_pack.p1rwlK/_new  2013-06-05 11:37:17.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   anjuta
-Version:3.8.1
+Version:3.9.1
 Release:0
 Summary:Versatile Integrated Development Environment for GNOME
 License:GPL-2.0+
 Group:  Development/Tools/IDE
 Url:http://anjuta.sourceforge.net/
-Source0:
http://download.gnome.org/sources/anjuta/3.8/%{name}-%{version}.tar.xz
-Source1:anjuta-glade.xml
+Source0:
http://download.gnome.org/sources/anjuta/3.9/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  autogen
 BuildRequires:  binutils-devel
@@ -151,7 +150,6 @@
 %lang_package
 %prep
 %setup -q
-cp %{S:1} libanjuta
 translation-update-upstream
 
 %build

++ anjuta-3.8.1.tar.xz - anjuta-3.9.1.tar.xz ++
 60152 lines of diff (skipped)

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



commit automake for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package automake for openSUSE:Factory 
checked in at 2013-06-05 11:37:41

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


Package is automake

Changes:

--- /work/SRC/openSUSE:Factory/automake/automake-testsuite.changes  
2013-02-27 06:42:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.automake.new/automake-testsuite.changes 
2013-06-05 11:37:43.0 +0200
@@ -1,0 +2,112 @@
+Tue May 28 14:21:04 CEST 2013 - p...@suse.de
+
+- Remove aclocal-am_ac.patch and aclocal-am_ac.sh as they aren't
+  needed anymore and instead cause havok.
+
+---
+Mon May 27 15:28:36 CEST 2013 - p...@suse.de
+
+- Update to 1.13.2 (for the full change log please see the file NEWS
+  in the package documentation):
+
+* Obsolescent features:
+
+  - Use of suffix-less info files (that can be specified through the
+'@setfilename' macro in Texinfo input files) is discouraged, and
+its use will raise warnings in the 'obsolete' category.
+
+  - Use of Texinfo input files with '.txi' or '.texinfo' extensions
+is discouraged, and its use will raise warnings in the 'obsolete'
+category.  You are advised to simply use the '.texi' extension
+instead.
+
+* Documentation fixes:
+
+  - The long-deprecated but still supported two-arguments invocation form
+of AM_INIT_AUTOMAKE is documented once again.
+
+* Bugs fixed:
+
+  - When the 'ustar' option is used, the generated configure script no
+longer risks hanging during the tests for the availability of the
+'pax' utility, even if the user running configure has a UID or GID
+that requires more than 21 bits to be represented.
+
+  - The obsolete macros AM_CONFIG_HEADER or AM_PROG_CC_STDC work once
+again, as they did in Automake 1.12.x (albeit printing runtime
+warnings in the 'obsolete' category).
+
+  - aclocal will no longer error out if the first local m4 directory
+(as specified by the '-I' option or the 'AC_CONFIG_MACRO_DIRS' or
+'AC_CONFIG_MACRO_DIR' macros) doesn't exist; it will merely report
+a warning in the 'unsupported' category.
+
+  - aclocal will no longer consider directories for extra m4 files more
+than once, even if they are specified multiple times.
+
+  - Analysis of make flags in Automake-generated rules has been made more
+robust, and more future-proof.
+
+- Adapt automake-SUSE.patch to the changed sources.
+
+---
+Mon Apr 29 07:55:39 UTC 2013 - mmeis...@suse.com
+
+- add a script to replace obsolete macros in configure.*
+- call it from aclocal to avoid having to patch hundreds of packages
+
+---
+Wed Mar 20 13:38:33 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---
+Tue Feb 19 18:50:46 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.13.1:
+  * Bugs fixed:
+- Use of the obsolete macros AM_CONFIG_HEADER or AM_PROG_CC_STDC now
+  causes a clear and helpful error message, instead of obscure ones
+  (issue introduced in Automake 1.13).
+- Remove config-guess-sub-update.diff; config.guess and config.sub are
+  not included anymore in /lib
+- Remove 
+- Clean the specfile; remove useless conditionnal macros
+- Automake now provide manfiles by default and help2man is not required
+  anymore
+
+---
+Sat Feb  2 09:04:19 UTC 2013 - dmuel...@suse.com
+
+- update config.guess/sub to the latest state 
+
+---
+Thu Sep 13 12:29:33 CEST 2012 - p...@suse.de
+
+- Run pre_checkin.sh to sync automake-testsuite pec and .changes.
+
+---
+Tue Sep 11 17:34:05 UTC 2012 - p.drou...@gmail.com
+
+- Update to 1.12.3:
+  - reworks and reshuffles the Automake testsuite a bit; fixing some
+weaknesses and spurious failures in the process, but also, likely,
+introducing new ones;
+
+  - introduces initial support for automatic dependency tracking with
+the Portland Group C/C++ compilers (thanks to Dave Goodell and
+Jeff A. Daily);
+
+  - fixes several long-standing bugs and limitations in the 'ylwrap'
+script (thanks to Akim Demaille); among the other things, the
+long-standing PR/491 and automake bug#7648 are now fixed.
+- Remove automake-add-mkdir_p-temporarly.patch: 
+  * Only temporary hack for openSUSE 12.2, now it is time to remove it
+
+---
+Wed Jul  4 07:21:17 

commit armadillo for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2013-06-05 11:37:25

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


Package is armadillo

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2013-05-27 
09:41:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2013-06-05 
11:37:40.0 +0200
@@ -1,0 +2,14 @@
+Wed Jun  5 00:45:22 UTC 2013 - badshah...@gmail.com
+
+- Update to version 3.900.0:
+  + Added automatic SSE2 vectorisation of elementary expressions
+(eg. matrix addition) when using GCC 4.7+ with -O3
+optimisation
+  + Added support for saving  loading of cubes in HDF5 format
+  + Faster median()
+  + Faster handling of compound expressions with transposes of
+submatrix rows
+  + Faster handling of compound expressions with transposes of
+complex vectors.
+
+---

Old:

  armadillo-3.820.1.tar.gz

New:

  armadillo-3.900.0.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.NRSahS/_old  2013-06-05 11:37:42.0 +0200
+++ /var/tmp/diff_new_pack.NRSahS/_new  2013-06-05 11:37:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   armadillo
-Version:3.820.1
+Version:3.900.0
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-3.820.1.tar.gz - armadillo-3.900.0.tar.gz ++
 6336 lines of diff (skipped)

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



commit analitza for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package analitza for openSUSE:12.3:Update 
checked in at 2013-06-05 11:37:41

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


Package is analitza

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Dhi8g6/_old  2013-06-05 11:37:43.0 +0200
+++ /var/tmp/diff_new_pack.Dhi8g6/_new  2013-06-05 11:37:43.0 +0200
@@ -1 +1 @@
-link package='analitza.1553' cicount='copy' /
+link package='analitza.1678' cicount='copy' /

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



commit ark for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package ark for openSUSE:12.3:Update checked 
in at 2013-06-05 11:37:44

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


Package is ark

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.3lDxWO/_old  2013-06-05 11:37:46.0 +0200
+++ /var/tmp/diff_new_pack.3lDxWO/_new  2013-06-05 11:37:46.0 +0200
@@ -1 +1 @@
-link package='ark.1553' cicount='copy' /
+link package='ark.1678' cicount='copy' /

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



commit bash for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2013-06-05 11:39:39

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


Package is bash

Changes:

--- /work/SRC/openSUSE:Factory/bash/bash.changes2013-03-22 
11:00:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2013-06-05 
11:40:08.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun  4 18:36:43 UTC 2013 - co...@suse.com
+
+- add a conflict between readline5 and readline6-32bit
+
+---
+Tue May 28 15:17:36 UTC 2013 - wer...@suse.de
+
+- Do not restart the sighandler after a trap is reset (bnc#820149)
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.PX5Xmz/_old  2013-06-05 11:40:09.0 +0200
+++ /var/tmp/diff_new_pack.PX5Xmz/_new  2013-06-05 11:40:09.0 +0200
@@ -8,3 +8,4 @@
 readline-devel
  requires -readline-targettype
  requires libreadline6-targettype = version
+ conflicts readline5-devel-targettype

++ bash-4.2-sigrestart.patch ++
--- /var/tmp/diff_new_pack.PX5Xmz/_old  2013-06-05 11:40:09.0 +0200
+++ /var/tmp/diff_new_pack.PX5Xmz/_new  2013-06-05 11:40:09.0 +0200
@@ -19,7 +19,7 @@
if (sig == SIGCHLD)
  act.sa_flags |= SA_RESTART;   /* XXX */
 +#if !defined(MUST_REINSTALL_SIGHANDLERS)
-+  if (sig != SIGALRM)
++  if (sig != SIGALRM  handler != (termsig_sighandler))
 +act.sa_flags |= SA_RESTART;   /* XXX */
 +  if (handler == (trap_handler))
 +act.sa_flags |= SA_NODEFER;   /* XXX */

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



commit blinken.1678 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package blinken.1678 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:37:51

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


Package is blinken.1678

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:12.3:Update/.blinken.1678.new/blinken.changes
2013-06-05 11:38:48.0 +0200
@@ -0,0 +1,1289 @@
+---
+Sat May  4 16:57:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:15:29 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 15:38:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 17:49:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Mon Jan 21 13:56:24 UTC 2013 - wstephen...@suse.com
+
+- Remove calls to suse_update_desktop_files macro where upstream now has the 
correct desktop file categories
+
+---
+Thu Jan 17 08:06:47 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:11:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Tue Jan  1 17:56:14 UTC 2013 - asterios.dra...@gmail.com
+
+- Removed unneeded build requirements kdebase4-workspace-devel,
+  libkdeedu4-devel, ocaml, ocaml-facile and fdupes. Added libkde4-devel.
+- Removed unneeded runtime requirement for libkeduvocdocument4.
+
+---
+Wed Dec 19 18:38:57 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:04:59 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:53:10 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
+Fri Nov  2 16:51:46 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/announce-4.9.3.php for details
+
+---
+Sat Sep 29 10:02:42 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.2
+  * see http://kde.org/announcements/announce-4.9.2.php for details
+
+---
+Wed Sep  5 12:01:48 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---
+Mon Jul 30 16:48:19 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---
+Fri Jun  1 13:49:26 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---
+Sun Apr 29 20:54:58 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.3
+  * see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for 
details
+
+---
+Sat Mar 31 11:03:14 UTC 2012 - wstephen...@suse.com
+
+- Add xz to BuildRequires
+
+---
+Fri Mar 30 01:07:57 CEST 2012 - dmuel...@suse.de
+
+- update to 4.8.2
+  * see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for 
details
+
+---
+Fri Mar  2 23:11:46 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see 

commit juk for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package juk for openSUSE:12.3:Update checked 
in at 2013-06-05 11:41:00

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


Package is juk

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qvdj4O/_old  2013-06-05 11:41:01.0 +0200
+++ /var/tmp/diff_new_pack.qvdj4O/_new  2013-06-05 11:41:01.0 +0200
@@ -1 +1 @@
-link package='juk.1553' cicount='copy' /
+link package='juk.1678' cicount='copy' /

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



commit bijiben for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package bijiben for openSUSE:Factory checked 
in at 2013-06-05 11:40:32

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


Package is bijiben

Changes:

--- /work/SRC/openSUSE:Factory/bijiben/bijiben.changes  2013-04-26 
15:36:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.bijiben.new/bijiben.changes 2013-06-05 
11:40:39.0 +0200
@@ -1,0 +2,10 @@
+Wed May  1 08:15:32 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.1:
+  + Add basis for collections.
+  + Initial empty state (empty results box).
+  + Initial spinner.
+  + Bugs fixed: bgo#697922, bgo#698028.
+  + Updated translations.
+
+---

Old:

  bijiben-3.8.1.tar.xz

New:

  bijiben-3.9.1.tar.xz



Other differences:
--
++ bijiben.spec ++
--- /var/tmp/diff_new_pack.9FxPmc/_old  2013-06-05 11:40:40.0 +0200
+++ /var/tmp/diff_new_pack.9FxPmc/_new  2013-06-05 11:40:40.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   bijiben
-Version:3.8.1
+Version:3.9.1
 Release:0
 Summary:Note editor for GNOME
 License:GPL-3.0+ and CC-BY-SA-3.0
 Group:  Productivity/Text/Editors
 Url:https://live.gnome.org/Bijiben
-Source: 
http://download.gnome.org/sources/bijiben/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/bijiben/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools

++ bijiben-3.8.1.tar.xz - bijiben-3.9.1.tar.xz ++
 18139 lines of diff (skipped)

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



commit bomber for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package bomber for openSUSE:12.3:Update 
checked in at 2013-06-05 11:40:20

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


Package is bomber

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qgzEgL/_old  2013-06-05 11:40:31.0 +0200
+++ /var/tmp/diff_new_pack.qgzEgL/_new  2013-06-05 11:40:31.0 +0200
@@ -1 +1 @@
-link package='bomber.1553' cicount='copy' /
+link package='bomber.1678' cicount='copy' /

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



commit branding-openSUSE for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:12.3:Update checked in at 2013-06-05 11:40:32

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


Package is branding-openSUSE

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KrBhrQ/_old  2013-06-05 11:40:38.0 +0200
+++ /var/tmp/diff_new_pack.KrBhrQ/_new  2013-06-05 11:40:38.0 +0200
@@ -1 +1 @@
-link package='branding-openSUSE.1553' cicount='copy' /
+link package='branding-openSUSE.1678' cicount='copy' /

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



commit cantor for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:12.3:Update 
checked in at 2013-06-05 11:40:36

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


Package is cantor

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.VGVBNa/_old  2013-06-05 11:40:42.0 +0200
+++ /var/tmp/diff_new_pack.VGVBNa/_new  2013-06-05 11:40:42.0 +0200
@@ -1 +1 @@
-link package='cantor.1553' cicount='copy' /
+link package='cantor.1678' cicount='copy' /

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



commit kajongg for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kajongg for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:05

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


Package is kajongg

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Y6zKiH/_old  2013-06-05 11:41:06.0 +0200
+++ /var/tmp/diff_new_pack.Y6zKiH/_new  2013-06-05 11:41:06.0 +0200
@@ -1 +1 @@
-link package='kajongg.1553' cicount='copy' /
+link package='kajongg.1678' cicount='copy' /

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



commit bovo for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package bovo for openSUSE:12.3:Update 
checked in at 2013-06-05 11:40:25

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


Package is bovo

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.nrJQhp/_old  2013-06-05 11:40:35.0 +0200
+++ /var/tmp/diff_new_pack.nrJQhp/_new  2013-06-05 11:40:35.0 +0200
@@ -1 +1 @@
-link package='bovo.1553' cicount='copy' /
+link package='bovo.1678' cicount='copy' /

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



commit build for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package build for openSUSE:Factory checked 
in at 2013-06-05 11:40:44

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


Package is build

Changes:

--- /work/SRC/openSUSE:Factory/build/build.changes  2013-05-18 
09:20:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.build.new/build.changes 2013-06-05 
11:40:47.0 +0200
@@ -1,0 +2,5 @@
+Fri May 17 09:44:35 UTC 2013 - adr...@suse.de
+
+- fix build for non-SUSE rpm distros
+
+---



Other differences:
--
++ build.spec ++
--- /var/tmp/diff_new_pack.ejvIbb/_old  2013-06-05 11:40:48.0 +0200
+++ /var/tmp/diff_new_pack.ejvIbb/_new  2013-06-05 11:40:48.0 +0200
@@ -109,14 +109,19 @@
 %setup -q -n obs-build-%version
 
 %build
+%if 0%{?suse_version}
+# initvm
 make CFLAGS=$RPM_BUILD_FLAGS initvm-all
+%endif
 
 %install
 # initvm
+%if 0%{?suse_version}
 make DESTDIR=$RPM_BUILD_ROOT initvm-install
 strip $RPM_BUILD_ROOT/usr/lib/build/initvm.*
 export NO_BRP_STRIP_DEBUG=true
 chmod 0644 $RPM_BUILD_ROOT/usr/lib/build/initvm.*
+%endif
 
 # main
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -140,7 +145,9 @@
 /usr/lib/build
 %config(noreplace) /usr/lib/build/emulator/emulator.sh
 %{_mandir}/man1/build.1*
+%if 0%{?suse_version}
 %exclude /usr/lib/build/initvm.*
+%endif
 
 %if 0%{?suse_version}  1120 || ! 0%{?suse_version}
 %exclude /usr/lib/build/mkbaselibs
@@ -159,8 +166,10 @@
 /usr/lib/build/mkdrpms
 %endif
 
+%if 0%{?suse_version}
 %files initvm-%{initvm_arch}
 %defattr(-,root,root)
 /usr/lib/build/initvm.*
+%endif
 
 %changelog

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



commit kapman for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kapman for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:14

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


Package is kapman

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.eh74It/_old  2013-06-05 11:41:15.0 +0200
+++ /var/tmp/diff_new_pack.eh74It/_new  2013-06-05 11:41:15.0 +0200
@@ -1 +1 @@
-link package='kapman.1553' cicount='copy' /
+link package='kapman.1678' cicount='copy' /

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



commit kapman.1678 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kapman.1678 for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:13

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


Package is kapman.1678

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:12.3:Update/.kapman.1678.new/kapman.changes  
2013-06-05 11:41:14.0 +0200
@@ -0,0 +1,62 @@
+---
+Sat May  4 17:22:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:39:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:07:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:17:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:38:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:46:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:12:16 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:35:11 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:21:18 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:18:55 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split of from kdegames4 

New:

  kapman-4.10.3.tar.xz
  kapman.changes
  kapman.spec



Other differences:
--
++ kapman.spec ++
#
# spec file for package kapman
#
# 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:   kapman
BuildRequires:  libkdegames-devel
BuildRequires:  xz
Summary:Pac-Man-like game for KDE
License:GPL-2.0+
Group:  System/GUI/KDE
Url:http://www.kde.org
Version:4.10.3
Release:0
Source0:kapman-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
Kapman is a clone of the well known game Pac-Man. You must go through the 
levels escaping ghosts in a maze. You lose a life when a ghost eats you, but 
you can eat the ghosts for a few seconds when eating an energizer. You win 
points when eating pills, energizers, and bonus, and you win one life for each 
10,000 points. When you have eaten all the pills and energizers of a level, you 
go to the next level, and the player and ghost speeds increase. The game ends 
when you have lost all your lives.

%prep
%setup -q -n kapman-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %suse_update_desktop_file -r kapman  Game ArcadeGame
  %kde_post_install

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files 
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/kapman
%{_kde4_applicationsdir}/kapman.desktop
%{_kde4_htmldir}/en/kapman/

commit juk.1678 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package juk.1678 for openSUSE:12.3:Update 
checked in at 2013-06-05 11:40:58

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


Package is juk.1678

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:12.3:Update/.juk.1678.new/juk.changes2013-06-05 
11:40:59.0 +0200
@@ -0,0 +1,1959 @@
+---
+Sat May  4 17:03:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:21:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 15:43:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 17:55:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:12:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:19:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 18:45:30 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:12:10 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:59:00 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php 
+  * Add Lyrics view
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
+Fri Nov  2 16:56:24 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/announce-4.9.3.php for details
+
+---
+Sat Sep 29 10:21:01 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.2
+  * see http://kde.org/announcements/announce-4.9.2.php for details
+
+---
+Tue Sep  4 11:02:15 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+
+---
+Tue Jul 31 11:02:37 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 4.9.0
+  * see http://kde.org/announcements/4.9/ for details
+
+---
+Thu Jul 19 13:14:09 UTC 2012 - toddrme2...@gmail.com
+
+- update to 4.8.97
+  * RC2 milestone release of KDE 4.9
+  *  see http://kde.org/announcements/announce-4.9-rc2.php for details
+
+---
+Fri Jun 29 09:48:10 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.8.95_20120629
+
+---
+Sun Jun 17 07:47:58 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.8.90_20120617
+
+---
+Tue May 29 15:06:15 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.8.80_20120529
+
+---
+Sun May 13 16:32:07 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.8.42_20120513
+
+---
+Sun May  6 14:04:57 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.8.42_20120506
+
+---
+Tue Nov 22 09:14:37 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.7.80_2022
+
+---
+Sun Nov 20 08:41:31 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.7.80_2020
+

commit granatier for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package granatier for openSUSE:12.3:Update 
checked in at 2013-06-05 11:40:53

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


Package is granatier

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.HEhMWv/_old  2013-06-05 11:40:54.0 +0200
+++ /var/tmp/diff_new_pack.HEhMWv/_new  2013-06-05 11:40:54.0 +0200
@@ -1 +1 @@
-link package='granatier.1553' cicount='copy' /
+link package='granatier.1678' cicount='copy' /

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



commit kate for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kate for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:16

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


Package is kate

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ylXqSz/_old  2013-06-05 11:41:17.0 +0200
+++ /var/tmp/diff_new_pack.ylXqSz/_new  2013-06-05 11:41:17.0 +0200
@@ -1 +1 @@
-link package='kate.1553' cicount='copy' /
+link package='kate.1678' cicount='copy' /

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



commit granatier.1678 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package granatier.1678 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:40:52

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


Package is granatier.1678

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:12.3:Update/.granatier.1678.new/granatier.changes
2013-06-05 11:40:53.0 +0200
@@ -0,0 +1,62 @@
+---
+Sat May  4 17:22:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:39:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:06:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:17:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:37:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:46:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:11:57 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:34:53 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:21:50 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:18:37 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split of from kdegames4 

New:

  granatier-4.10.3.tar.xz
  granatier.changes
  granatier.spec



Other differences:
--
++ granatier.spec ++
#
# spec file for package granatier
#
# 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:   granatier
BuildRequires:  libkdegames-devel
BuildRequires:  xz
Summary:Bomberman-like game for KDE
License:GPL-2.0+
Group:  Amusements/Games/Action/Arcade
Url:http://www.kde.org
Version:4.10.3
Release:0
Source0:granatier-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
Walk through an arena, lay bombs and kill your enemies.
Granatier is a clone of the popular Bomberman game.


%prep
%setup -q -n granatier-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %suse_update_desktop_file -r granatier   Game ArcadeGame
  %kde_post_install

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files 
%defattr(-,root,root)
%{_kde4_bindir}/granatier
%{_kde4_applicationsdir}/granatier.desktop
%{_kde4_htmldir}/en/granatier/
%{_kde4_iconsdir}/hicolor/*/apps/granatier.*
%{_kde4_appsdir}/granatier/
%{_kde4_configkcfgdir}/granatier.kcfg

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



commit filelight for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package filelight for openSUSE:12.3:Update 
checked in at 2013-06-05 11:40:50

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


Package is filelight

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.V7Ukks/_old  2013-06-05 11:40:51.0 +0200
+++ /var/tmp/diff_new_pack.V7Ukks/_new  2013-06-05 11:40:51.0 +0200
@@ -1 +1 @@
-link package='filelight.1553' cicount='copy' /
+link package='filelight.1678' cicount='copy' /

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



commit berkeleydb for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package berkeleydb for openSUSE:Factory 
checked in at 2013-06-05 11:40:17

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


Package is berkeleydb

Changes:

--- /work/SRC/openSUSE:Factory/berkeleydb/berkeleydb.changes2012-12-19 
10:49:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.berkeleydb.new/berkeleydb.changes   
2013-06-05 11:40:25.0 +0200
@@ -1,0 +2,6 @@
+Mon May 27 12:14:25 UTC 2013 - cfarr...@suse.com
+
+- license update: Sleepycat
+  Sleepycat,  not BSD-3-Clause
+
+---



Other differences:
--
++ berkeleydb.spec ++
--- /var/tmp/diff_new_pack.aUnryX/_old  2013-06-05 11:40:26.0 +0200
+++ /var/tmp/diff_new_pack.aUnryX/_new  2013-06-05 11:40:26.0 +0200
@@ -22,7 +22,7 @@
 Version:5.0.58
 Release:0
 Summary:Berkeley DB Java Edition
-License:BSD-3-Clause
+License:Sleepycat
 Group:  Development/Libraries/Java
 Url:http://www.oracle.com/us/products/database/overview/index.html
 Source0:http://download.oracle.com/berkeley-db/je-%{version}.tar.gz

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



commit gwenview for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package gwenview for openSUSE:12.3:Update 
checked in at 2013-06-05 11:40:55

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


Package is gwenview

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.wMcOyp/_old  2013-06-05 11:40:57.0 +0200
+++ /var/tmp/diff_new_pack.wMcOyp/_new  2013-06-05 11:40:57.0 +0200
@@ -1 +1 @@
-link package='gwenview.1553' cicount='copy' /
+link package='gwenview.1678' cicount='copy' /

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



commit kamera for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kamera for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:10

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


Package is kamera

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QI1pdp/_old  2013-06-05 11:41:11.0 +0200
+++ /var/tmp/diff_new_pack.QI1pdp/_new  2013-06-05 11:41:11.0 +0200
@@ -1 +1 @@
-link package='kamera.1553' cicount='copy' /
+link package='kamera.1678' cicount='copy' /

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



commit kaccessible.1678 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kaccessible.1678 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:01

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


Package is kaccessible.1678

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:12.3:Update/.kaccessible.1678.new/kaccessible.changes
2013-06-05 11:41:02.0 +0200
@@ -0,0 +1,677 @@
+---
+Sat May  4 17:05:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:23:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 15:48:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 17:58:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:14:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:21:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 18:47:32 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:14:28 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:01:10 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Patch 4_7_branch.diff removed ( no content)
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
+Fri Nov  2 16:57:38 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/announce-4.9.3.php for details
+
+---
+Sat Sep 29 10:24:16 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.2
+  * see http://kde.org/announcements/announce-4.9.2.php for details
+
+---
+Wed Sep  5 12:02:05 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---
+Mon Jul 30 16:48:46 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---
+Fri Jun  1 13:49:49 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---
+Sun Apr 29 21:03:09 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.3
+  * see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for 
details
+
+---
+Sat Mar 31 11:04:13 UTC 2012 - wstephen...@suse.com
+
+- Add xz to BuildRequires
+
+---
+Fri Mar 30 01:09:06 CEST 2012 - dmuel...@suse.de
+
+- update to 4.8.2
+  * see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for 
details
+
+---
+Fri Mar  2 23:12:25 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---
+Mon Jan 30 10:43:14 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+
+  Package is LGPL-2.1+ licensed not GPL-2.0+
+

commit digikam for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package digikam for openSUSE:12.3:Update 
checked in at 2013-06-05 11:40:43

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


Package is digikam

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QWBAxp/_old  2013-06-05 11:40:47.0 +0200
+++ /var/tmp/diff_new_pack.QWBAxp/_new  2013-06-05 11:40:47.0 +0200
@@ -1 +1 @@
-link package='digikam.1627' cicount='copy' /
+link package='digikam.1678' cicount='copy' /

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



commit kalgebra for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kalgebra for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:07

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


Package is kalgebra

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.yRjrJ5/_old  2013-06-05 11:41:08.0 +0200
+++ /var/tmp/diff_new_pack.yRjrJ5/_new  2013-06-05 11:41:08.0 +0200
@@ -1 +1 @@
-link package='kalgebra.1553' cicount='copy' /
+link package='kalgebra.1678' cicount='copy' /

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



commit blinken for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package blinken for openSUSE:12.3:Update 
checked in at 2013-06-05 11:40:02

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


Package is blinken

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zuhs0W/_old  2013-06-05 11:40:16.0 +0200
+++ /var/tmp/diff_new_pack.zuhs0W/_new  2013-06-05 11:40:16.0 +0200
@@ -1 +1 @@
-link package='blinken.1553' cicount='copy' /
+link package='blinken.1678' cicount='copy' /

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



commit kanagram for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kanagram for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:12

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


Package is kanagram

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Vb0DYj/_old  2013-06-05 11:41:13.0 +0200
+++ /var/tmp/diff_new_pack.Vb0DYj/_new  2013-06-05 11:41:13.0 +0200
@@ -1 +1 @@
-link package='kanagram.1553' cicount='copy' /
+link package='kanagram.1678' cicount='copy' /

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



commit kactivities4 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kactivities4 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:03

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


Package is kactivities4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.x38HAW/_old  2013-06-05 11:41:05.0 +0200
+++ /var/tmp/diff_new_pack.x38HAW/_new  2013-06-05 11:41:05.0 +0200
@@ -1 +1 @@
-link package='kactivities4.1553' cicount='copy' /
+link package='kactivities4.1678' cicount='copy' /

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



commit kaccessible for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kaccessible for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:02

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


Package is kaccessible

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.H2vtWA/_old  2013-06-05 11:41:03.0 +0200
+++ /var/tmp/diff_new_pack.H2vtWA/_new  2013-06-05 11:41:03.0 +0200
@@ -1 +1 @@
-link package='kaccessible.1553' cicount='copy' /
+link package='kaccessible.1678' cicount='copy' /

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



commit kalzium for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kalzium for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:08

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


Package is kalzium

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lg6V4f/_old  2013-06-05 11:41:09.0 +0200
+++ /var/tmp/diff_new_pack.lg6V4f/_new  2013-06-05 11:41:09.0 +0200
@@ -1 +1 @@
-link package='kalzium.1553' cicount='copy' /
+link package='kalzium.1678' cicount='copy' /

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



commit jovie for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package jovie for openSUSE:12.3:Update 
checked in at 2013-06-05 11:40:57

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


Package is jovie

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.eTMGc6/_old  2013-06-05 11:40:57.0 +0200
+++ /var/tmp/diff_new_pack.eTMGc6/_new  2013-06-05 11:40:57.0 +0200
@@ -1 +1 @@
-link package='jovie.1553' cicount='copy' /
+link package='jovie.1678' cicount='copy' /

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



commit kcharselect for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kcharselect for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:30

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


Package is kcharselect

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jS8WT2/_old  2013-06-05 11:41:31.0 +0200
+++ /var/tmp/diff_new_pack.jS8WT2/_new  2013-06-05 11:41:31.0 +0200
@@ -1 +1 @@
-link package='kcharselect.1553' cicount='copy' /
+link package='kcharselect.1678' cicount='copy' /

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



commit kbreakout.1678 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kbreakout.1678 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:24

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


Package is kbreakout.1678

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:12.3:Update/.kbreakout.1678.new/kbreakout.changes
2013-06-05 11:41:25.0 +0200
@@ -0,0 +1,70 @@
+---
+Sat May  4 17:23:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:40:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:08:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:18:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:42:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:47:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:12:50 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec  5 14:50:57 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  COPYING and most of the source code in this package are GPL-2.0+, not
+  LGPL-2.1+
+
+---
+Sat Dec  1 20:35:47 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:33:20 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:19:33 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split of from kdegames4 
+

New:

  kbreakout-4.10.3.tar.xz
  kbreakout.changes
  kbreakout.spec



Other differences:
--
++ kbreakout.spec ++
#
# spec file for package kbreakout
#
# 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:   kbreakout
BuildRequires:  libkdegames-devel
BuildRequires:  xz
Summary:Breakout-like game for KDE
License:GPL-2.0+
Group:  Amusements/Games/Action/Breakout
Url:http://www.kde.org
Version:4.10.3
Release:0
Source0:kbreakout-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
KBreakout is the KDE version of a Breakout-like game.

%prep
%setup -q -n kbreakout-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %kde_post_install

%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/kbreakout
%{_kde4_applicationsdir}/kbreakout.desktop
%{_kde4_htmldir}/en/kbreakout/
%{_kde4_iconsdir}/hicolor/*/apps/kbreakout.*
%{_kde4_appsdir}/kbreakout/

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



commit kblocks for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kblocks for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:21

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


Package is kblocks

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4ivDwC/_old  2013-06-05 11:41:22.0 +0200
+++ /var/tmp/diff_new_pack.4ivDwC/_new  2013-06-05 11:41:22.0 +0200
@@ -1 +1 @@
-link package='kblocks.1553' cicount='copy' /
+link package='kblocks.1678' cicount='copy' /

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



commit kcolorchooser for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kcolorchooser for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:32

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


Package is kcolorchooser

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.SjFJlg/_old  2013-06-05 11:41:33.0 +0200
+++ /var/tmp/diff_new_pack.SjFJlg/_new  2013-06-05 11:41:33.0 +0200
@@ -1 +1 @@
-link package='kcolorchooser.1553' cicount='copy' /
+link package='kcolorchooser.1678' cicount='copy' /

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



commit kdebase4-session for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-session for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:59

Comparing /work/SRC/openSUSE:12.3:Update/kdebase4-session (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kdebase4-session.new (New)


Package is kdebase4-session

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.wKlgay/_old  2013-06-05 11:42:03.0 +0200
+++ /var/tmp/diff_new_pack.wKlgay/_new  2013-06-05 11:42:03.0 +0200
@@ -1 +1 @@
-link package='kdebase4-session.1553' cicount='copy' /
+link package='kdebase4-session.1678' cicount='copy' /

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



commit kdebase4-wallpapers for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-wallpapers for 
openSUSE:12.3:Update checked in at 2013-06-05 11:42:05

Comparing /work/SRC/openSUSE:12.3:Update/kdebase4-wallpapers (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kdebase4-wallpapers.new (New)


Package is kdebase4-wallpapers

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Z5jz0K/_old  2013-06-05 11:42:08.0 +0200
+++ /var/tmp/diff_new_pack.Z5jz0K/_new  2013-06-05 11:42:08.0 +0200
@@ -1 +1 @@
-link package='kdebase4-wallpapers.1553' cicount='copy' /
+link package='kdebase4-wallpapers.1678' cicount='copy' /

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



commit kdeadmin4 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdeadmin4 for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:42

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


Package is kdeadmin4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.inTgQT/_old  2013-06-05 11:41:51.0 +0200
+++ /var/tmp/diff_new_pack.inTgQT/_new  2013-06-05 11:41:51.0 +0200
@@ -1 +1 @@
-link package='kdeadmin4.1553' cicount='copy' /
+link package='kdeadmin4.1678' cicount='copy' /

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



commit kbounce for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kbounce for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:23

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


Package is kbounce

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.scAA6D/_old  2013-06-05 11:41:24.0 +0200
+++ /var/tmp/diff_new_pack.scAA6D/_new  2013-06-05 11:41:24.0 +0200
@@ -1 +1 @@
-link package='kbounce.1553' cicount='copy' /
+link package='kbounce.1678' cicount='copy' /

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



commit kcalc for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kcalc for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:28

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


Package is kcalc

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.tYYUme/_old  2013-06-05 11:41:29.0 +0200
+++ /var/tmp/diff_new_pack.tYYUme/_new  2013-06-05 11:41:29.0 +0200
@@ -1 +1 @@
-link package='kcalc.1553' cicount='copy' /
+link package='kcalc.1678' cicount='copy' /

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



commit kdebase4 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdebase4 for openSUSE:12.3:Update 
checked in at 2013-06-05 11:42:14

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


Package is kdebase4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Af5LxX/_old  2013-06-05 11:42:15.0 +0200
+++ /var/tmp/diff_new_pack.Af5LxX/_new  2013-06-05 11:42:15.0 +0200
@@ -1 +1 @@
-link package='kdebase4.1553' cicount='copy' /
+link package='kdebase4.1678' cicount='copy' /

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



commit kbruch for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kbruch for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:26

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


Package is kbruch

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Sxt8j6/_old  2013-06-05 11:41:27.0 +0200
+++ /var/tmp/diff_new_pack.Sxt8j6/_new  2013-06-05 11:41:27.0 +0200
@@ -1 +1 @@
-link package='kbruch.1553' cicount='copy' /
+link package='kbruch.1678' cicount='copy' /

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



commit c++-gtk-utils for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2013-06-05 11:42:01

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


Package is c++-gtk-utils

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2013-03-22 11:01:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-06-05 11:42:06.0 +0200
@@ -1,0 +2,29 @@
+Thu May 23 10:55:17 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.1.0:
+  + Bump version to version 2.1.0 in the 2.2 series of
+c++-gtk-utils.
+  + Provide a generic callable object interface for
+Callback::post(), start_iowatch(), start_timeout(),
+Emitter::connect(), Future::fail(), Future::when(),
+Notifer::connect(), SafeEmitter::connect(),
+TaskManager::add_task(), TaskManager::make_task_when(),
+TaskManager::make_task_when_full(),
+TaskManager::make_task_compose() and Thread::start();
+deprecate the starting of tasks using Thread::Future and
+Thread::TaskManager except by callable objects.
+  + Make move construction of AsyncQueue and AsyncQueueDispatch
+objects strongly exception safe (async_queue.h).
+  + Remove the --with-auto-ptr option.
+  + Simplify emitter/releaser implementation now lambdas and range-for
+are available in gcc-4.6 and above (emitter.h, emitter.cpp).
+  + No longer document the deprecated Callback::make_val() functions.
+  + Remove redundant Callback::Callback_function class.
+  + Update build system to automake-1.13.1.
+  + Stop clang++ mismatched-tags and unused-private-field warnings.
+  + Cause bootstrap scripts to build translation files.
+  + Make other documentation changes.
+- Change soname 2_0-0 defines to 2_2-0: this results in a renamed
+  package, according to the shared library packaging policy.
+
+---

Old:

  c++-gtk-utils-2.0.16.tar.gz

New:

  c++-gtk-utils-2.1.0.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.aWAVwm/_old  2013-06-05 11:42:07.0 +0200
+++ /var/tmp/diff_new_pack.aWAVwm/_new  2013-06-05 11:42:07.0 +0200
@@ -17,16 +17,16 @@
 #
 
 
-%define soname 2_0-0
+%define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.0.16
+Version:2.1.0
 Release:0
 Summary:Lightweight library for GTK+ programs using C++
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://cxx-gtk-utils.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.16/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.1.0/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2
@@ -78,7 +78,7 @@
 %install
 %makeinstall
 # Fix docdir as we'll package them as rpm docs
-rm -r 
%{buildroot}%{_datadir}/doc/%{name}/2.0/{BUGS,COPYING,html,NEWS,PORTING-TO-2.0,README}
+rm -r %{buildroot}%{_datadir}/doc/%{name}/
 # Clean up
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
@@ -88,14 +88,14 @@
 
 %files -n libcxx-gtk-utils-%{_gtk}-%{soname}
 %defattr(-,root,root,-)
-%{_libdir}/libcxx-gtk-utils-%{_gtk}-2.0.so.*
+%{_libdir}/libcxx-gtk-utils-%{_gtk}-2.2.so.*
 
 %files -n libcxx-gtk-utils-%{_gtk}-devel
 %defattr(-,root,root,-)
-%doc BUGS ChangeLog COPYING NEWS PORTING-TO-2.0 README
+%doc BUGS ChangeLog COPYING NEWS PORTING-TO-2.2 README
 %doc docs/html/*.html
-%{_includedir}/c++-gtk-utils-%{_gtk}-2.0/
-%{_libdir}/libcxx-gtk-utils-%{_gtk}-2.0.so
-%{_libdir}/pkgconfig/c++-gtk-utils-%{_gtk}-2.0.pc
+%{_includedir}/c++-gtk-utils-%{_gtk}-2.2/
+%{_libdir}/libcxx-gtk-utils-%{_gtk}-2.2.so
+%{_libdir}/pkgconfig/c++-gtk-utils-%{_gtk}-2.2.pc
 
 %changelog

++ c++-gtk-utils-2.0.16.tar.gz - c++-gtk-utils-2.1.0.tar.gz ++
 51642 lines of diff (skipped)

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



commit cfengine for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2013-06-05 11:41:53

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


Package is cfengine

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2013-05-03 
13:34:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2013-06-05 
11:42:01.0 +0200
@@ -1,0 +2,5 @@
+Wed May 15 11:58:21 UTC 2013 - kkae...@suse.com
+
+- add rpmlintrc file
+
+---

New:

  cfengine-rpmlintrc



Other differences:
--
++ cfengine.spec ++
--- /var/tmp/diff_new_pack.A5X0IZ/_old  2013-06-05 11:42:02.0 +0200
+++ /var/tmp/diff_new_pack.A5X0IZ/_new  2013-06-05 11:42:02.0 +0200
@@ -38,6 +38,10 @@
 Source4:http://www.cfengine.org/manuals/cf3-quickstart.pdf
 Source5:http://www.cfengine.org/manuals/cf3-solutions.pdf
 Source6:http://www.cfengine.org/manuals/cf3-tutorial.pdf
+# wtf? SLE_11 does not honor rpmlintrc
+%if 0%{?suse_version} = 1130
+BuildRequires:  -post-build-checks
+%endif
 %if 0%{?suse_version} = 1210
 Source7:cf-execd.service
 Source8:cf-monitord.service
@@ -48,6 +52,7 @@
 Source9:cf-serverd
 %endif
 Source10:   %{name}.cron
+Source11:   %{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  db-devel

++ cfengine-rpmlintrc ++
addFilter(.* is not allowed anymore in FHS 2.2.);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bundle-lang-common for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2013-06-05 11:41:46

Comparing /work/SRC/openSUSE:Factory/bundle-lang-common (Old)
 and  /work/SRC/openSUSE:Factory/.bundle-lang-common.new (New)


Package is bundle-lang-common

Changes:

--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2013-04-24 10:19:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes   
2013-06-05 11:41:59.0 +0200
@@ -1,0 +2,5 @@
+Wed May 29 11:36:07 UTC 2013 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-kde.changes: same change
bundle-lang-other.changes: same change



Other differences:
--
++ bundle-lang-gnome.spec ++
 1099 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-gnome.spec
 and 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-gnome.spec

++ bundle-lang-kde.spec ++
--- /var/tmp/diff_new_pack.S6Tnna/_old  2013-06-05 11:42:00.0 +0200
+++ /var/tmp/diff_new_pack.S6Tnna/_new  2013-06-05 11:42:00.0 +0200
@@ -20,7 +20,6 @@
 # @BREQUIRES@
 BuildRequires:  NetworkManager-kde4-libs-lang
 BuildRequires:  amarok-lang
-BuildRequires:  apper-lang
 BuildRequires:  digikam-lang
 BuildRequires:  fdupes
 BuildRequires:  k3b-lang
@@ -30,7 +29,6 @@
 BuildRequires:  kwebkitpart-lang
 BuildRequires:  libkgeomap-lang
 BuildRequires:  libktorrent5-lang
-BuildRequires:  skanlite-lang
 #!BuildIgnore:  xorg-x11-driver-input
 #!BuildIgnore:  NetworkManager-openvpn
 #!BuildIgnore:  NetworkManager-pptp
@@ -78,7 +76,6 @@
 Group:  System/Localization
 Provides:   NetworkManager-kde4-libs-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-kde4-libs-lang)
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
-Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   digikam-lang = %(rpm -q --queryformat '%{VERSION}' 
digikam-lang)
 Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
@@ -89,7 +86,6 @@
 Provides:   libktorrent5-lang = %(rpm -q --queryformat '%{VERSION}' 
libktorrent5-lang)
 Provides:   locale(NetworkManager-kde4-libs:en)
 Provides:   locale(amarok:en)
-Provides:   locale(apper:en)
 Provides:   locale(digikam:en)
 Provides:   locale(k3b:en)
 Provides:   locale(kdebase4-openSUSE:en)
@@ -98,8 +94,6 @@
 Provides:   locale(kwebkitpart:en)
 Provides:   locale(libkgeomap:en)
 Provides:   locale(libktorrent5:en)
-Provides:   locale(skanlite:en)
-Provides:   skanlite-lang = %(rpm -q --queryformat '%{VERSION}' 
skanlite-lang)
 
 %description en
 This package groups translations for a dozen of KDE programs into
@@ -124,7 +118,6 @@
 Group:  System/Localization
 Provides:   NetworkManager-kde4-libs-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-kde4-libs-lang)
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
-Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   digikam-lang = %(rpm -q --queryformat '%{VERSION}' 
digikam-lang)
 Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
@@ -135,7 +128,6 @@
 Provides:   libktorrent5-lang = %(rpm -q --queryformat '%{VERSION}' 
libktorrent5-lang)
 Provides:   locale(NetworkManager-kde4-libs:de)
 Provides:   locale(amarok:de)
-Provides:   locale(apper:de)
 Provides:   locale(digikam:de)
 Provides:   locale(k3b:de)
 Provides:   locale(kdebase4-openSUSE:de)
@@ -144,8 +136,6 @@
 Provides:   locale(kwebkitpart:de)
 Provides:   locale(libkgeomap:de)
 Provides:   locale(libktorrent5:de)
-Provides:   locale(skanlite:de)
-Provides:   skanlite-lang = %(rpm -q --queryformat '%{VERSION}' 
skanlite-lang)
 
 %description de
 This package groups translations for a dozen of KDE programs into
@@ -170,7 +160,6 @@
 Group:  System/Localization
 Provides:   NetworkManager-kde4-libs-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-kde4-libs-lang)
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
-Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   digikam-lang = %(rpm -q --queryformat '%{VERSION}' 
digikam-lang)
 Provides:   k3b-lang = %(rpm -q --queryformat 

commit kbounce.1678 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kbounce.1678 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:22

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


Package is kbounce.1678

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:12.3:Update/.kbounce.1678.new/kbounce.changes
2013-06-05 11:41:23.0 +0200
@@ -0,0 +1,67 @@
+---
+Sat May  4 17:23:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:40:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:08:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:18:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:41:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:47:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Thu Dec 20 11:49:53 UTC 2012 - tittiatc...@gmail.com
+
+- Corrected license to LGPL-2.0+
+
+---
+Wed Dec 19 19:12:43 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:35:38 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:25:22 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:19:25 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split of from kdegames4 

New:

  kbounce-4.10.3.tar.xz
  kbounce.changes
  kbounce.spec



Other differences:
--
++ kbounce.spec ++
#
# spec file for package kbounce
#
# 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:   kbounce
BuildRequires:  libkdegames-devel
BuildRequires:  xz
Summary:Bounce ball game
License:LGPL-2.0+
Group:  Amusements/Games/Action/Other
Url:http://www.kde.org
Version:4.10.3
Release:0
Source0:kbounce-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
Your task in KBounce (Jezz Ball) is to catch several moving balls in a
rectangular game field by building walls. The motivation consists of
finding new and advanced strategies to catch as many balls as possible.

%prep
%setup -q -n kbounce-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %suse_update_desktop_file -r kbounce Game LogicGame
  %kde_post_install

%files 
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/kbounce
%{_kde4_applicationsdir}/kbounce.desktop
%{_kde4_htmldir}/en/kbounce/
%{_kde4_iconsdir}/hicolor/*/apps/kbounce.*
%{_kde4_appsdir}/kbounce/

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For 

commit kde4-filesystem for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kde4-filesystem for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:35

Comparing /work/SRC/openSUSE:12.3:Update/kde4-filesystem (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kde4-filesystem.new (New)


Package is kde4-filesystem

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6W6UNy/_old  2013-06-05 11:41:36.0 +0200
+++ /var/tmp/diff_new_pack.6W6UNy/_new  2013-06-05 11:41:36.0 +0200
@@ -1 +1 @@
-link package='kde4-filesystem.1553' cicount='copy' /
+link package='kde4-filesystem.1678' cicount='copy' /

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



commit kdebase4-openSUSE for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-openSUSE for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:48

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


Package is kdebase4-openSUSE

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.rpcNG7/_old  2013-06-05 11:42:00.0 +0200
+++ /var/tmp/diff_new_pack.rpcNG7/_new  2013-06-05 11:42:00.0 +0200
@@ -1 +1 @@
-link package='kdebase4-openSUSE.1553' cicount='copy' /
+link package='kdebase4-openSUSE.1678' cicount='copy' /

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



commit kdeartwork4 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:43

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


Package is kdeartwork4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ZIcWHx/_old  2013-06-05 11:41:56.0 +0200
+++ /var/tmp/diff_new_pack.ZIcWHx/_new  2013-06-05 11:41:56.0 +0200
@@ -1 +1 @@
-link package='kdeartwork4.1553' cicount='copy' /
+link package='kdeartwork4.1678' cicount='copy' /

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



commit kdebase4-runtime for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:54

Comparing /work/SRC/openSUSE:12.3:Update/kdebase4-runtime (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kdebase4-runtime.new (New)


Package is kdebase4-runtime

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.GTia6d/_old  2013-06-05 11:42:03.0 +0200
+++ /var/tmp/diff_new_pack.GTia6d/_new  2013-06-05 11:42:03.0 +0200
@@ -1 +1 @@
-link package='kdebase4-runtime.1553' cicount='copy' /
+link package='kdebase4-runtime.1678' cicount='copy' /

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



commit kdebase4-artwork for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-artwork for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:45

Comparing /work/SRC/openSUSE:12.3:Update/kdebase4-artwork (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kdebase4-artwork.new (New)


Package is kdebase4-artwork

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xSdikY/_old  2013-06-05 11:41:58.0 +0200
+++ /var/tmp/diff_new_pack.xSdikY/_new  2013-06-05 11:41:58.0 +0200
@@ -1 +1 @@
-link package='kdebase4-artwork.1553' cicount='copy' /
+link package='kdebase4-artwork.1678' cicount='copy' /

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



commit kde-mplayer-thumbnailer for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kde-mplayer-thumbnailer for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:33

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


Package is kde-mplayer-thumbnailer

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Puryje/_old  2013-06-05 11:41:34.0 +0200
+++ /var/tmp/diff_new_pack.Puryje/_new  2013-06-05 11:41:34.0 +0200
@@ -1 +1 @@
-link package='kde-mplayer-thumbnailer.1553' cicount='copy' /
+link package='kde-mplayer-thumbnailer.1678' cicount='copy' /

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



commit kde4-print-manager for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kde4-print-manager for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:39

Comparing /work/SRC/openSUSE:12.3:Update/kde4-print-manager (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kde4-print-manager.new (New)


Package is kde4-print-manager

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.PPXwFg/_old  2013-06-05 11:41:50.0 +0200
+++ /var/tmp/diff_new_pack.PPXwFg/_new  2013-06-05 11:41:50.0 +0200
@@ -1 +1 @@
-link package='kde4-print-manager.1553' cicount='copy' /
+link package='kde4-print-manager.1678' cicount='copy' /

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



commit katomic for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package katomic for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:18

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


Package is katomic

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.W8RRV4/_old  2013-06-05 11:41:19.0 +0200
+++ /var/tmp/diff_new_pack.W8RRV4/_new  2013-06-05 11:41:19.0 +0200
@@ -1 +1 @@
-link package='katomic.1553' cicount='copy' /
+link package='katomic.1678' cicount='copy' /

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



commit kblocks.1678 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kblocks.1678 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:21

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


Package is kblocks.1678

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:12.3:Update/.kblocks.1678.new/kblocks.changes
2013-06-05 11:41:22.0 +0200
@@ -0,0 +1,62 @@
+---
+Sat May  4 17:23:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:39:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:08:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:18:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:38:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:47:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:12:33 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:35:31 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:28:07 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:19:17 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split of from kdegames4 

New:

  kblocks-4.10.3.tar.xz
  kblocks.changes
  kblocks.spec



Other differences:
--
++ kblocks.spec ++
#
# spec file for package kblocks
#
# 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:   kblocks
BuildRequires:  libkdegames-devel
BuildRequires:  xz
Summary:KBlocks - classic falling blocks game
License:LGPL-2.1+
Group:  Amusements/Games/Strategy/Real Time
Url:http://www.kde.org
Version:4.10.3
Release:0
Source0:kblocks-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
KBlocks is the KDE version of the classic falling blocks game.

%prep
%setup -q -n kblocks-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %kde_post_install

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/kblocks
%{_kde4_applicationsdir}/kblocks.desktop
%{_kde4_htmldir}/en/kblocks/
%{_kde4_iconsdir}/hicolor/*/apps/kblocks.*
%{_kde4_appsdir}/kblocks/
%{_kde4_configkcfgdir}/kblocks.kcfg
%{_kde4_configdir}/kblocks.knsrc

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



commit katomic.1678 for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package katomic.1678 for 
openSUSE:12.3:Update checked in at 2013-06-05 11:41:17

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


Package is katomic.1678

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:12.3:Update/.katomic.1678.new/katomic.changes
2013-06-05 11:41:18.0 +0200
@@ -0,0 +1,62 @@
+---
+Sat May  4 17:22:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:39:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:07:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:17:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:38:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:46:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:12:23 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:35:19 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:37:31 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:19:03 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split of from kdegames4 

New:

  katomic-4.10.3.tar.xz
  katomic.changes
  katomic.spec



Other differences:
--
++ katomic.spec ++
#
# spec file for package katomic
#
# 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:   katomic
BuildRequires:  libkdegames-devel
BuildRequires:  xz
Summary:Sokoban-like logic game
License:GPL-2.0+
Group:  Amusements/Games/Board/Puzzle
Url:http://www.kde.org
Version:4.10.3
Release:0
Source0:katomic-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
KAtomic is a thinking game where you have to form chemical molecules
out of atoms. This is done with a nice graphical interface where you
can move each atom in a labyrinth.

%prep
%setup -q -n katomic-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %suse_update_desktop_file -r katomic Game LogicGame
  %kde_post_install

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files 
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/katomic
%{_kde4_htmldir}/en/katomic/
%{_kde4_iconsdir}/hicolor/*/apps/katomic.*
%{_kde4_appsdir}/katomic/
%{_kde4_appsdir}/kconf_update/katomic-levelset*
%{_kde4_configdir}/katomic.knsrc
%{_kde4_applicationsdir}/katomic.desktop

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



commit kblackbox for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kblackbox for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:19

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


Package is kblackbox

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.v01O88/_old  2013-06-05 11:41:20.0 +0200
+++ /var/tmp/diff_new_pack.v01O88/_new  2013-06-05 11:41:20.0 +0200
@@ -1 +1 @@
-link package='kblackbox.1553' cicount='copy' /
+link package='kblackbox.1678' cicount='copy' /

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



commit kbreakout for openSUSE:12.3:Update

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package kbreakout for openSUSE:12.3:Update 
checked in at 2013-06-05 11:41:25

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


Package is kbreakout

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5D4JgF/_old  2013-06-05 11:41:25.0 +0200
+++ /var/tmp/diff_new_pack.5D4JgF/_new  2013-06-05 11:41:25.0 +0200
@@ -1 +1 @@
-link package='kbreakout.1553' cicount='copy' /
+link package='kbreakout.1678' cicount='copy' /

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



  1   2   3   4   5   >