commit totem-pl-parser for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package totem-pl-parser for openSUSE:Factory 
checked in at 2014-03-25 13:28:50

Comparing /work/SRC/openSUSE:Factory/totem-pl-parser (Old)
 and  /work/SRC/openSUSE:Factory/.totem-pl-parser.new (New)


Package is "totem-pl-parser"

Changes:

--- /work/SRC/openSUSE:Factory/totem-pl-parser/totem-pl-parser.changes  
2014-03-10 12:44:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.totem-pl-parser.new/totem-pl-parser.changes 
2014-03-25 13:28:51.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 24 15:23:07 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.10.2:
+  + Build fixes.
+  + Updated translations.
+
+---

Old:

  totem-pl-parser-3.10.1.tar.xz

New:

  totem-pl-parser-3.10.2.tar.xz



Other differences:
--
++ totem-pl-parser.spec ++
--- /var/tmp/diff_new_pack.QXyVub/_old  2014-03-25 13:28:52.0 +0100
+++ /var/tmp/diff_new_pack.QXyVub/_new  2014-03-25 13:28:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   totem-pl-parser
-Version:3.10.1
+Version:3.10.2
 Release:0
 Summary:A simple GObject-based library to parse playlist formats
 License:LGPL-2.0+

++ totem-pl-parser-3.10.1.tar.xz -> totem-pl-parser-3.10.2.tar.xz ++
 11832 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-Test-Most for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Most for openSUSE:Factory 
checked in at 2014-03-25 13:26:23

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


Package is "perl-Test-Most"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Most/perl-Test-Most.changes
2013-06-06 13:52:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Most.new/perl-Test-Most.changes   
2014-03-25 13:26:24.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar 22 19:05:31 UTC 2014 - co...@suse.com
+
+- updated to 0.33
+ - Fixed "(in cleanup) Can't use an undefined value as a subroutine
+   reference" error.
+ - Remove Build.PL.
+
+---

Old:

  Test-Most-0.31.tar.gz

New:

  Test-Most-0.33.tar.gz



Other differences:
--
++ perl-Test-Most.spec ++
--- /var/tmp/diff_new_pack.LmMMif/_old  2014-03-25 13:26:24.0 +0100
+++ /var/tmp/diff_new_pack.LmMMif/_new  2014-03-25 13:26:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Most
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Test-Most
-Version:0.31
+Version:0.33
 Release:0
 %define cpan_name Test-Most
-Summary:Most commonly needed test functions and features.
-License:Artistic-1.0 or GPL-1.0+
+Summary:Most commonly needed test functions and features
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Most/
 Source: 
http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
@@ -30,16 +30,12 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Exception::Class) >= 1.14
-BuildRequires:  perl(Module::Build) >= 0.4000
 BuildRequires:  perl(Test::Deep) >= 0.106
 BuildRequires:  perl(Test::Differences) >= 0.61
 BuildRequires:  perl(Test::Exception) >= 0.31
 BuildRequires:  perl(Test::Harness) >= 3.21
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Warn) >= 0.23
-#BuildRequires: perl(OurTester)
-#BuildRequires: perl(Test::Most)
-#BuildRequires: perl(Test::Most::Exception)
 Requires:   perl(Exception::Class) >= 1.14
 Requires:   perl(Test::Deep) >= 0.106
 Requires:   perl(Test::Differences) >= 0.61
@@ -47,7 +43,6 @@
 Requires:   perl(Test::Harness) >= 3.21
 Requires:   perl(Test::More) >= 0.88
 Requires:   perl(Test::Warn) >= 0.23
-Recommends: perl(Data::Dumper::Names) >= 0.03
 %{perl_requires}
 
 %description
@@ -83,18 +78,19 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README xt
+%doc Changes README
 
 %changelog

++ Test-Most-0.31.tar.gz -> Test-Most-0.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.31/Build.PL new/Test-Most-0.33/Build.PL
--- old/Test-Most-0.31/Build.PL 2012-09-06 11:35:29.0 +0200
+++ new/Test-Most-0.33/Build.PL 1970-01-01 01:00:00.0 +0100
@@ -1,27 +0,0 @@
-use strict;
-use warnings;
-use Module::Build;
-
-my $builder = Module::Build->new(
-module_name   => 'Test::Most',
-license   => 'perl',
-dist_author   => 'Curtis "Ovid" Poe ',
-dist_version_from => 'lib/Test/Most.pm',
-requires  => {
-'Exception::Class'  => '1.14',
-'Test::More'=> '0.88',
-'Test::Exception'   => '0.31',
-'Test::Differences' => '0.61',
-'Test::Deep'=> '0.106',
-'Test::Harness' => '3.21',
-'Test::Warn'=> '0.23',
-'perl'  => '5.006',
-},
-meta_merge =>
-  { resources => { repository => 'http://github.com/Ovid/test--most' } },
-recommends => { 'Data::Dumper::Names' => 0.03, },
-add_to_cleanup => ['Test-Most-*'],
-create_makefile_pl => 'traditional',
-);
-
-$builder->create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tes

commit rubygem-yard for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-yard for openSUSE:Factory 
checked in at 2014-03-25 13:28:41

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


Package is "rubygem-yard"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yard/rubygem-yard.changes
2013-11-24 18:14:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-yard.new/rubygem-yard.changes   
2014-03-25 13:28:43.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 23 06:56:32 UTC 2014 - co...@suse.com
+
+- updated to version 0.8.7.4, no changelog
+
+---

Old:

  yard-0.8.7.3.gem

New:

  yard-0.8.7.4.gem



Other differences:
--
++ rubygem-yard.spec ++
--- /var/tmp/diff_new_pack.hsFcvz/_old  2014-03-25 13:28:44.0 +0100
+++ /var/tmp/diff_new_pack.hsFcvz/_new  2014-03-25 13:28:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-yard
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-yard
-Version:0.8.7.3
+Version:0.8.7.4
 Release:0
 %define mod_name yard
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 %define mod_weight 807
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 BuildRequires:  update-alternatives
 Url:http://yardoc.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -80,9 +80,9 @@
 ln -s %{_sysconfdir}/alternatives/yri %{buildroot}%{_bindir}/yri
 
 mkdir -p %{buildroot}%{_docdir}/%{name}
-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}/LEGAL 
%buildroot/%{_docdir}/%{name}/LEGAL
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LEGAL 
%buildroot/%{_docdir}/%{name}/LEGAL
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -115,17 +115,17 @@
 %{_bindir}/yri%{mod_branch}
 %{_bindir}/yri
 %ghost %{_sysconfdir}/alternatives/yri
-%{_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
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

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



commit rubygem-mime-types-1 for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mime-types-1 for 
openSUSE:Factory checked in at 2014-03-25 13:28:08

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


Package is "rubygem-mime-types-1"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mime-types-1/rubygem-mime-types-1.changes
2013-11-30 18:10:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mime-types-1.new/rubygem-mime-types-1.changes
   2014-03-25 13:28:09.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar 24 19:04:07 UTC 2014 - co...@suse.com
+
+- updated to version 1.25.1
+ * Bugs:
+   * Fix an issue with priority comparison in the 1.x release series. Found by
+ sdbondi. This issue does not exist in the 2.x release series.
+ https://github.com/halostatue/mime-types/issues/47
+
+---

Old:

  mime-types-1.25.gem

New:

  mime-types-1.25.1.gem



Other differences:
--
++ rubygem-mime-types-1.spec ++
--- /var/tmp/diff_new_pack.Ex6nYG/_old  2014-03-25 13:28:09.0 +0100
+++ /var/tmp/diff_new_pack.Ex6nYG/_new  2014-03-25 13:28:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mime-types-1
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   rubygem-mime-types-1
-Version:1.25
+Version:1.25.1
 Release:0
 %define mod_name mime-types
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 BuildRequires:  rubygem(rdoc) > 3.10
 Url:http://mime-types.rubyforge.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -33,14 +33,15 @@
 
 %description
 This library allows for the identification of a file's likely MIME content
-type. This is release 1.25, adding experimental caching and lazy loading
-functionality.
-The caching and lazy loading features were initially implemented by Greg
-Brockman (gdb). As these features are experimental, they are disabled by
-default and must be enabled through the use of environment variables. The
-cache
-is invalidated on a per-version basis; the cache for version 1.25 will not be
-reused for version 1.26.
+type. This is release 1.25.1, fixing an issue with priority comparison for
+mime-types 1.x. The current release is 2.0, which only supports Ruby 1.9 or
+later.
+Release 1.25.1 contains all features of 1.25, including the experimental
+caching and lazy loading functionality. The caching and lazy loading features
+were initially implemented by Greg Brockman (gdb). As these features are
+experimental, they are disabled by default and must be enabled through the use
+of environment variables. The cache is invalidated on a per-version basis; the
+cache for version 1.25 will not be reused for any later version.
 To use lazy loading, set the environment variable +RUBY_MIME_TYPES_LAZY_LOAD+
 to any value other than 'false'. When using lazy loading, the initial startup
 of MIME::Types is around 12–25× faster than normal startup (on my system,
@@ -67,8 +68,7 @@
 complete; don't hesitate to ask to add additional information. This library
 follows the IANA collection of MIME types (see below for reference).
 MIME::Types for Ruby was originally based on MIME::Types for Perl by Mark
-Overmeer, copyright 2001 - 2009. As of version 1.15, the data format for the
-MIME::Type list has changed and the synchronization will no longer happen.
+Overmeer, copyright 2001 - 2009.
 MIME::Types is built to conform to the MIME types of RFCs 2045 and 2231. It
 tracks the {IANA registry}[http://www.iana.org/assignments/media-types/]
 ({ftp}[ftp://ftp.iana.org/assignments/media-types]) with some unofficial types
@@ -102,23 +102,23 @@
 %install
 %gem_install -f
 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}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
+ln -s %{gem_base}/gems/%{mod_full_name}/History.rdoc 
%buildroot/%{_docdir}/%{name}/History.rdoc
+ln -s %{gem_base}/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

commit rhythmbox for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2014-03-25 13:27:56

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


Package is "rhythmbox"

Changes:

--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes  2013-10-17 
20:45:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2014-03-25 
13:27:58.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 18 09:54:56 UTC 2014 - fcro...@suse.com
+
+- Add rhythmbox-3.0.1-libsecret018.patch: fix dependency with
+  libsecret 0.18 (bgo#725884).
+
+---

New:

  rhythmbox-3.0.1-libsecret018.patch



Other differences:
--
++ rhythmbox.spec ++
--- /var/tmp/diff_new_pack.AKZwdE/_old  2014-03-25 13:27:58.0 +0100
+++ /var/tmp/diff_new_pack.AKZwdE/_new  2014-03-25 13:27:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rhythmbox
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,8 @@
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://www.gnome.org/projects/rhythmbox/
 Source: 
http://download.gnome.org/sources/rhythmbox/3.0/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM rhythmbox-3.0.1-libsecret018.patch fcro...@suse.com 
bgo#725884 -- fix dependency with libsecret 0.18
+Patch0: rhythmbox-3.0.1-libsecret018.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  libdiscid-devel
@@ -61,7 +63,7 @@
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 0.7.3
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 0.7.3
-BuildRequires:  pkgconfig(libsecret-1)
+BuildRequires:  pkgconfig(libsecret-1) >= 0.18
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libsoup-gnome-2.4)
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.2.3
@@ -101,6 +103,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ rhythmbox-3.0.1-libsecret018.patch ++
--- rhythmbox-3.0.1/./plugins/magnatune/MagnatuneAccount.py~2013-07-09 
14:31:22.0 +0200
+++ rhythmbox-3.0.1/./plugins/magnatune/MagnatuneAccount.py 2014-03-07 
11:20:34.306050533 +0100
@@ -34,7 +34,7 @@
# Till libsecret completely replaces gnome-keyring, we'll fall back to 
not
# saving the password if libsecret can't be found. This code can be 
removed later.
try:
-   from gi.repository import Secret, SecretUnstable
+   from gi.repository import Secret
# We need to be able to fetch passwords stored by 
libgnome-keyring, so we use
# a schema with SECRET_SCHEMA_DONT_MATCH_NAME set.
# See: 
http://developer.gnome.org/libsecret/unstable/migrating-schemas.html
@@ -65,10 +65,10 @@
print ("Account details will not be saved because 
libsecret was not found")
return
# Haha.
-   self.secret_service = 
SecretUnstable.Service.get_sync(SecretUnstable.ServiceFlags.OPEN_SESSION, None)
+   self.secret_service = 
Secret.Service.get_sync(Secret.ServiceFlags.OPEN_SESSION, None)
items = self.secret_service.search_sync(MAGNATUNE_SCHEMA,
self.keyring_attributes,
-   
SecretUnstable.SearchFlags.LOAD_SECRETS,
+   
Secret.SearchFlags.LOAD_SECRETS,
None)
if not items:
# The Python API doesn't seem to have a way to 
differentiate between errors and no results.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-rack-ssl for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rack-ssl for 
openSUSE:Factory checked in at 2014-03-25 13:28:14

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


Package is "rubygem-rack-ssl"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack-ssl/rubygem-rack-ssl.changes
2014-03-21 13:48:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rack-ssl.new/rubygem-rack-ssl.changes   
2014-03-25 13:28:15.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 24 19:26:48 UTC 2014 - co...@suse.com
+
+- updated to version 1.4.1, no changelog
+
+---

Old:

  rack-ssl-1.4.0.gem

New:

  rack-ssl-1.4.1.gem



Other differences:
--
++ rubygem-rack-ssl.spec ++
--- /var/tmp/diff_new_pack.6cD4cW/_old  2014-03-25 13:28:16.0 +0100
+++ /var/tmp/diff_new_pack.6cD4cW/_new  2014-03-25 13:28:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rack-ssl
-Version:1.4.0
+Version:1.4.1
 Release:0
 %define mod_name rack-ssl
 %define mod_full_name %{mod_name}-%{version}

-- 
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

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo-0 for 
openSUSE:Factory checked in at 2014-03-25 13:28:37

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:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo-0/rubygem-tzinfo-0.changes
2013-06-05 19:34:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo-0.new/rubygem-tzinfo-0.changes   
2014-03-25 13:28:38.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 24 19:01:09 UTC 2014 - co...@suse.com
+
+- updated to version 0.3.39
+ * Updated to tzdata version 2014a
+   (http://mm.icann.org/pipermail/tz-announce/2014-March/18.html).
+
+---

Old:

  tzinfo-0.3.37.gem

New:

  tzinfo-0.3.39.gem



Other differences:
--
++ rubygem-tzinfo-0.spec ++
--- /var/tmp/diff_new_pack.tcEkYA/_old  2014-03-25 13:28:39.0 +0100
+++ /var/tmp/diff_new_pack.tcEkYA/_new  2014-03-25 13:28:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tzinfo-0
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:   rubygem-tzinfo-0
-Version:0.3.37
+Version:0.3.39
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 BuildRequires:  rubygem(rdoc) > 3.10
-Url:http://tzinfo.rubyforge.org/
+Url:http://tzinfo.github.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Daylight-savings aware timezone library
 License:MIT
@@ -62,24 +62,24 @@
 %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
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGES 
%buildroot/%{_docdir}/%{name}/CHANGES
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/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
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/test
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog

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



commit qbittorrent for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2014-03-25 13:27:21

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


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2014-01-23 
15:55:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2014-03-25 13:27:22.0 +0100
@@ -1,0 +2,45 @@
+Fri Mar 21 23:50:25 UTC 2014 - fi...@opensuse.org
+
+- Update to 3.1.9:
+  + BUGFIX: Fix nox build. Closes #1368.
+  + BUGFIX: Fix build with libtorrent 0.15.x.
+  + BUGFIX: Fix missing percentage signs. Closes #1392.
+  + BUGFIX: Fix queue sorting order.
+  + BUGFIX: Fix build using qt < 4.7 Closes #1385.
+  + FEATURE: Add button for links in toolbar.
+
+---
+Thu Feb 13 15:12:50 UTC 2014 - fi...@opensuse.org
+
+- Update to 3.1.8 (changes from 3.1.5):
+  + BUGFIX: Really fix build of v3.1.6, to keep it short: it's next bugfix
+update after v 3.1.5.
+  + BUGFIX: Fix 'preview file' regression. Closes #1285.
+  + BUGFIX: Fix peers and seeds sorting in transfer list.
+  + BUGFIX: Fix btdigg search engine.
+  + BUGFIX: Save statistics every 15min and only if there was new traffic.
+Fixes #1288 and partially #1272.
+  + BUGFIX: Fix share ratio text in the 'general' tab.
+  + BUGFIX: Output a more generic message when blocking IPs and don't use
+italics in the log.
+  + BUGFIX: Allow 2 decimals when setting the share ratio. Closes #1303.
+  + BUGFIX: Fix extratorrents search plugin.
+  + BUGFIX: Use shorter names for amount columns in main UI.
+  + BUGFIX: Fix overstretched options dialog. Closes #1293.
+  + BUGFIX: Don't show a popup menu when no torrent is selected.
+  + BUGFIX: Launch external programs async and don't block. Closes #1252.
+  + BUGFIX: Don't re-announce to trackers when torrent is paused. Closes #1310.
+  + BUGFIX: Bring dialog boxes in the front when qbt doesn't have focus.
+  + BUGFIX: Correctly resize 'name' column of the content tab. Closes #1360.
+  + BUGFIX: Correctly restore 'name' column width when loading magnet links in
+the 'Add new torrent dialog'. Closes #1334.
+  + WEBUI: Fix sorting by size in WebUI when non-default locale used.
+  + UI: Reposition statistics menu item.
+  + UI: Convert more accurately decimal numbers to text.
+  + LINUX: Explicitle tell that we don't support freedesktop's startup notify
+standard. Fixes GNOME issues. Closes #1217.
+  + LINUX: Add our WM_CLASS in the .desktop file so window managers know how to
+group our windows.
+  + OTHER: Sync translations from Transifex.
+
+---

Old:

  qbittorrent-3.1.5.tar.xz

New:

  qbittorrent-3.1.9.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.PJAHGg/_old  2014-03-25 13:27:23.0 +0100
+++ /var/tmp/diff_new_pack.PJAHGg/_new  2014-03-25 13:27:23.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package qbittorrent
 #
 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2013 Mariusz Fik .
+# Copyright (c) 2008-2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.1.5
+Version:3.1.9
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

++ qbittorrent-3.1.5.tar.xz -> qbittorrent-3.1.9.tar.xz ++
 95975 lines of diff (skipped)

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



commit quilt for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package quilt for openSUSE:Factory checked 
in at 2014-03-25 13:27:50

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


Package is "quilt"

Changes:

--- /work/SRC/openSUSE:Factory/quilt/quilt.changes  2013-12-10 
16:03:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.quilt.new/quilt.changes 2014-03-25 
13:27:51.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 09:42:03 CET 2014 - oher...@suse.de
+
+- quilt requires less, unless PAGER is set
+
+---



Other differences:
--
++ quilt.spec ++
--- /var/tmp/diff_new_pack.iGOWUG/_old  2014-03-25 13:27:52.0 +0100
+++ /var/tmp/diff_new_pack.iGOWUG/_new  2014-03-25 13:27:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quilt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,7 @@
 Requires:   file
 Requires:   findutils
 Requires:   gzip
+Requires:   less
 Requires:   mktemp
 Requires:   patch
 Requires:   perl

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



commit polkit-default-privs for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2014-03-25 13:26:32

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new (New)


Package is "polkit-default-privs"

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2014-03-18 13:38:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2014-03-25 13:26:34.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar 24 10:15:01 UTC 2014 - krah...@suse.com
+
+- polkit-default-privs: relaxing
+  org.freedesktop.color-manager.create-device   and
+  org.freedesktop.color-manager.delete-device, its basically just a DB
+  operation and colord checks the owner of delete id is the same as
+  the creator (bnc#861076)
+
+---



Other differences:
--
++ polkit-default-privs-13.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.restrictive 
new/polkit-default-privs-13.2/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2014-03-12 14:22:54.0 +0100
+++ new/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2014-03-24 11:44:14.0 +0100
@@ -42,9 +42,9 @@
 #
 # colord (bnc#698250)
 #
-org.freedesktop.color-manager.create-device auth_admin
+org.freedesktop.color-manager.create-device 
auth_admin:auth_admin:yes
 org.freedesktop.color-manager.create-profileauth_admin
-org.freedesktop.color-manager.delete-device auth_admin
+org.freedesktop.color-manager.delete-device 
auth_admin:auth_admin:yes
 org.freedesktop.color-manager.delete-profileauth_admin
 org.freedesktop.color-manager.modify-device auth_admin
 org.freedesktop.color-manager.modify-profileauth_admin

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



commit perl-Net-Domain-TLD for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-Domain-TLD for 
openSUSE:Factory checked in at 2014-03-25 13:25:40

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


Package is "perl-Net-Domain-TLD"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Domain-TLD/perl-Net-Domain-TLD.changes  
2013-10-21 15:14:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Domain-TLD.new/perl-Net-Domain-TLD.changes 
2014-03-25 13:25:41.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar 22 19:05:19 UTC 2014 - co...@suse.com
+
+- updated to 1.72
+  - parsed new TLD list from https://www.iana.org/domains/root/db
+  - added the following missing TLD entries:
+
+---

Old:

  Net-Domain-TLD-1.70.tar.gz

New:

  Net-Domain-TLD-1.72.tar.gz



Other differences:
--
++ perl-Net-Domain-TLD.spec ++
--- /var/tmp/diff_new_pack.f0rltu/_old  2014-03-25 13:25:41.0 +0100
+++ /var/tmp/diff_new_pack.f0rltu/_new  2014-03-25 13:25:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Domain-TLD
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-Domain-TLD
-Version:1.70
+Version:1.72
 Release:0
 %define cpan_name Net-Domain-TLD
 Summary:Work with TLD names
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Net::Domain::TLD)
 %{perl_requires}
 
 %description

++ Net-Domain-TLD-1.70.tar.gz -> Net-Domain-TLD-1.72.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Domain-TLD-1.70/Changes 
new/Net-Domain-TLD-1.72/Changes
--- old/Net-Domain-TLD-1.70/Changes 2013-09-10 09:40:03.0 +0200
+++ new/Net-Domain-TLD-1.72/Changes 2014-03-21 04:50:44.0 +0100
@@ -30,7 +30,7 @@
 1.70  Tue Sep 10 00:38:00 2013
 - parsed new TLD list from https://www.iana.org/domains/root/db
 - added the following missing TLD entries:
-
+
 'bq' => q{Not assigned},
 'cw' => q{University of the Netherlands Antilles},
 'post' => q{Universal Postal Union},
@@ -87,4 +87,187 @@
 'xn--yfro4i67o' => q{Singapore Network Information Centre (SGNIC) Pte 
Ltd},
 'xn--ygbi2ammx' => q{Ministry of Telecom & Information Technology 
(MTIT)},
 'xn--zckzah' => q{Internet Assigned Numbers Authority},
+
+1.71  Thu Mar 20 20:30 2014
+- parsed new TLD list from https://www.iana.org/domains/root/db
+- added the following missing TLD entries:
 
+'academy' => q{Half Oaks, LLC},
+'actor' => q{United TLD Holdco Ltd.},
+'agency' => q{Steel Falls, LLC},
+'axa' => q{AXA SA},
+'bar' => q{Punto 2012 Sociedad Anonima Promotora de Inversion de 
Capital Variable},
+'bargains' => q{Half Hallow, LLC},
+'berlin' => q{dotBERLIN GmbH & Co. KG},
+'best' => q{BestTLD Pty Ltd},
+'bid' => q{dot Bid Limited},
+'bike' => q{Grand Hollow, LLC},
+'blue' => q{Afilias Limited},
+'boutique' => q{Over Galley, LLC},
+'build' => q{Plan Bee LLC},
+'builders' => q{Atomic Madison, LLC},
+'buzz' => q{DOTSTRATEGY CO.},
+'cab' => q{Half Sunset, LLC},
+'camera' => q{Atomic Maple, LLC},
+'camp' => q{Delta Dynamite, LLC},
+'cards' => q{Foggy Hollow, LLC},
+'careers' => q{Wild Corner, LLC},
+'catering' => q{New Falls. LLC},
+'center' => q{Tin Mill, LLC},
+'ceo' => q{CEOTLD Pty Ltd},
+'cheap' => q{Sand Cover, LLC},
+'christmas' => q{Uniregistry, Corp.},
+'cleaning' => q{Fox Shadow, LLC},
+'clothing' => q{Steel Lake, LLC},
+'club' => q{.CLUB DOMAINS, LLC},
+'codes' => q{Puff Willow, LLC},
+'coffee' => q{Trixy Cover, LLC},
+'cologne' => q{NetCologne Gesellschaft für Telekommunikation mbH},
+'community' => q{Fox Orchard, LLC},
+'company' => q{Silver Avenue, LLC},
+'computer' => q{Pine Mill, LLC},
+'construction' => q{Fox Dynamite, LLC},
+'contractors' => q{Magic Woods, LLC},
+'cool' => q{Koko Lake, LLC},
+'cruises' => q{Spring Way, LLC},
+'dance' => q{United TLD Holdco Ltd.},
+'dating' => q{Pine 

commit rubygem-thread_safe for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-thread_safe for 
openSUSE:Factory checked in at 2014-03-25 13:28:28

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


Package is "rubygem-thread_safe"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-thread_safe/rubygem-thread_safe.changes  
2014-03-21 13:51:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-thread_safe.new/rubygem-thread_safe.changes 
2014-03-25 13:28:29.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 23 06:56:33 UTC 2014 - co...@suse.com
+
+- updated to version 0.3.1, no changelog
+
+---

Old:

  thread_safe-0.3.0.gem

New:

  thread_safe-0.3.1.gem



Other differences:
--
++ rubygem-thread_safe.spec ++
--- /var/tmp/diff_new_pack.PcSZa8/_old  2014-03-25 13:28:30.0 +0100
+++ /var/tmp/diff_new_pack.PcSZa8/_new  2014-03-25 13:28:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-thread_safe
-Version:0.3.0
+Version:0.3.1
 Release:0
 %define mod_name thread_safe
 %define mod_full_name %{mod_name}-%{version}

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



commit perl-Import-Into for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Import-Into for 
openSUSE:Factory checked in at 2014-03-25 13:25:32

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


Package is "perl-Import-Into"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Import-Into/perl-Import-Into.changes
2013-08-06 11:04:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Import-Into.new/perl-Import-Into.changes   
2014-03-25 13:25:34.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar 22 19:05:03 UTC 2014 - co...@suse.com
+
+- updated to 1.002001
+  - fix tests and Makefile.PL to support perl 5.6
+  - allow specifying by caller level, as well as specifying file, line,
+and version
+
+---

Old:

  Import-Into-1.001001.tar.gz

New:

  Import-Into-1.002001.tar.gz



Other differences:
--
++ perl-Import-Into.spec ++
--- /var/tmp/diff_new_pack.gtKrCS/_old  2014-03-25 13:25:34.0 +0100
+++ /var/tmp/diff_new_pack.gtKrCS/_new  2014-03-25 13:25:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Import-Into
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,18 @@
 
 
 Name:   perl-Import-Into
-Version:1.001001
+Version:1.002001
 Release:0
 %define cpan_name Import-Into
 Summary:import packages into other packages
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Import-Into/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Distar)
-#BuildRequires: perl(Import::Into)
-#BuildRequires: perl(MultiExporter)
 %{perl_requires}
 
 %description
@@ -39,100 +36,11 @@
 Sub::Exporter manpage, some use the Moose::Exporter manpage, some use the
 Exporter::Declare manpage ... and some things are pragmas.
 
-If you want to re-export other things, you have to know which is which. the
-Exporter manpage subclasses provide export_to_level, but if they overrode
-their import method all bets are off. the Sub::Exporter manpage provides an
-into parameter but figuring out something used it isn't trivial. Pragmas
-need to have their 'import' method called directly since they affect the
-current unit of compilation.
+Exporting on someone else's behalf is harder. The exporters don't provide a
+consistent API for this, and pragmas need to have their import method
+called directly, since they effect the current unit of compilation.
 
-It's ... annoying.
-
-However, there is an approach that actually works for all of these types.
-
-  eval "package $target; use $thing;"
-
-will work for anything checking caller, which is everything except pragmas.
-But it doesn't work for pragmas - pragmas need:
-
-  $thing->import;
-
-because they're designed to affect the code currently being compiled - so
-within an eval, that's the scope of the eval itself, not the module that
-just 'use'd you - so
-
-  sub import {
-eval "use strict;"
-  }
-
-doesn't do what you wanted, but
-
-  sub import {
-strict->import;
-  }
-
-will apply the strict manpage to the calling file correctly.
-
-Of course, now you have two new problems - first, that you still need to
-know if something's a pragma, and second that you can't use either of these
-approaches alone on something like the Moose manpage or the Moo manpage
-that's both an exporter and a pragma.
-
-So, the complete solution is:
-
-  my $sub = eval "package $target; sub { shift->import(\@_) }";
-  $sub->($thing, @import_args);
-
-which means that import is called from the right place for pragmas to take
-effect, and from the right package for caller checking to work - and so
-behaves correctly for all types of exporter, for pragmas, and for hybrids.
-
-Remembering all this, however, is excessively irritating. So I wrote a
-module so I didn't have to anymore. Loading the Import::Into manpage
-creates a global method 'import::into' which you can call on any package to
-import it into another package. So now you can simply write:
-
-  use Import::Into;
-
-  $thing->import::into($target, @import_args);
-
-This works because of how perl resolves method call

commit shotwell for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2014-03-25 13:28:46

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


Package is "shotwell"

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2014-03-09 
20:25:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2014-03-25 
13:28:47.0 +0100
@@ -1,0 +2,8 @@
+Wed Mar 19 16:19:30 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.18.0:
+  + Compile and install translated help files.
+  + Updated translations.
+- Add pkgconfig(gnome-doc-utils) BuildRequires: new dependency.
+
+---

Old:

  shotwell-0.17.2.tar.xz

New:

  shotwell-0.18.0.tar.xz



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.kTq2I6/_old  2014-03-25 13:28:48.0 +0100
+++ /var/tmp/diff_new_pack.kTq2I6/_new  2014-03-25 13:28:48.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   shotwell
-Version:0.17.2
+Version:0.18.0
 Release:0
 Summary:Photo Manager for GNOME
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Viewers
 Url:http://yorba.org/shotwell/
-Source: 
http://download.gnome.org/sources/shotwell/0.17/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/shotwell/0.18/%{name}-%{version}.tar.xz
 BuildRequires:  libraw-devel-static
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.17.2
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig(gee-0.8) >= 0.5.0
 BuildRequires:  pkgconfig(gexiv2) >= 0.3.92
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.20
+BuildRequires:  pkgconfig(gnome-doc-utils)
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.0.0
 BuildRequires:  pkgconfig(gstreamer-base-1.0) >= 1.0.0
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.0.0

++ shotwell-0.17.2.tar.xz -> shotwell-0.18.0.tar.xz ++
 29489 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-thor for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-thor for openSUSE:Factory 
checked in at 2014-03-25 13:28:23

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


Package is "rubygem-thor"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-thor/rubygem-thor.changes
2013-07-25 15:35:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-thor.new/rubygem-thor.changes   
2014-03-25 13:28:25.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 24 18:59:30 UTC 2014 - co...@suse.com
+
+- updated to version 0.19.1, no changelog
+
+---
+Sun Mar 23 06:56:31 UTC 2014 - co...@suse.com
+
+- updated to version 0.19.0, no changelog
+
+---

Old:

  thor-0.18.1.gem

New:

  thor-0.19.1.gem



Other differences:
--
++ rubygem-thor.spec ++
--- /var/tmp/diff_new_pack.mWZXoD/_old  2014-03-25 13:28:25.0 +0100
+++ /var/tmp/diff_new_pack.mWZXoD/_new  2014-03-25 13:28:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-thor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,25 @@
 
 
 Name:   rubygem-thor
-Version:0.18.1
+Version:0.19.1
 Release:0
 %define mod_name thor
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 1801
+%define mod_weight 1901
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 BuildRequires:  update-alternatives
 Url:http://whatisthor.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:A scripting framework that replaces rake, sake and rubigen
+Summary:Thor is a toolkit for building powerful command-line interfaces
 License:MIT
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
 %description
-A scripting framework that replaces rake, sake and rubigen
+Thor is a toolkit for building powerful command-line interfaces.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -69,9 +69,9 @@
 ln -s %{_sysconfdir}/alternatives/thor %{buildroot}%{_bindir}/thor
 
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -88,17 +88,17 @@
 %{_bindir}/thor%{mod_branch}
 %{_bindir}/thor
 %ghost %{_sysconfdir}/alternatives/thor
-%{_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
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

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



commit rubygem-sass for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2014-03-25 13:28:18

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


Package is "rubygem-sass"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2014-03-21 13:50:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2014-03-25 13:28:20.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar 23 06:56:31 UTC 2014 - co...@suse.com
+
+- updated to version 3.3.4
+  see https://github.com/guard/listen/releases
+
+---

Old:

  sass-3.3.3.gem

New:

  sass-3.3.4.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.U1ue1Z/_old  2014-03-25 13:28:20.0 +0100
+++ /var/tmp/diff_new_pack.U1ue1Z/_new  2014-03-25 13:28:20.0 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-sass
-Version:3.3.3
+Version:3.3.4
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 30303
+%define mod_weight 30304
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 3

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



commit perl-DateTime-TimeZone for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2014-03-25 13:25:28

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


Package is "perl-DateTime-TimeZone"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2014-02-10 10:17:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
   2014-03-25 13:25:29.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar 22 19:06:02 UTC 2014 - co...@suse.com
+
+- updated to 1.65
+ - This release is based on version 2014a of the Olson database. This release
+   includes contemporary changes for Turkey.
+
+---

Old:

  DateTime-TimeZone-1.64.tar.gz

New:

  DateTime-TimeZone-1.65.tar.gz



Other differences:
--
++ perl-DateTime-TimeZone.spec ++
--- /var/tmp/diff_new_pack.48zakm/_old  2014-03-25 13:25:30.0 +0100
+++ /var/tmp/diff_new_pack.48zakm/_new  2014-03-25 13:25:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime-TimeZone
-Version:1.64
+Version:1.65
 Release:0
 %define cpan_name DateTime-TimeZone
 Summary:Time zone object base class and factory

++ DateTime-TimeZone-1.64.tar.gz -> DateTime-TimeZone-1.65.tar.gz ++
 18978 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-tilt for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2014-03-25 13:28:32

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


Package is "rubygem-tilt"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2013-12-06 14:45:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2014-03-25 13:28:33.0 +0100
@@ -1,0 +2,11 @@
+Sun Mar 23 06:56:34 UTC 2014 - co...@suse.com
+
+- updated to version 2.0.1
+ * Fix Tilt::Mapping bug in Ruby 2.1.0 
(9589652c569760298f2647f7a0f9ed4f85129f20)
+ * Fix `tilt --list` (#223, Achrome)
+ * Fix circular require (#221, amarshall)
+ * Support Pathname in Template#new (#219, kabturek)
+ * Add Mapping#templates_for (judofyr)
+ * Support old-style #register (judofyr)
+
+---

Old:

  tilt-2.0.0.gem

New:

  tilt-2.0.1.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.hYiMkN/_old  2014-03-25 13:28:34.0 +0100
+++ /var/tmp/diff_new_pack.hYiMkN/_new  2014-03-25 13:28:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tilt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:   rubygem-tilt
-Version:2.0.0
+Version:2.0.1
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 2
+%define mod_weight 20001
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc) > 3.10
 Url:http://github.com/rtomayko/tilt/
@@ -70,9 +70,9 @@
 ln -s %{_sysconfdir}/alternatives/tilt %{buildroot}%{_bindir}/tilt
 
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-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}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -89,17 +89,17 @@
 %{_bindir}/tilt%{mod_branch}
 %{_bindir}/tilt
 %ghost %{_sysconfdir}/alternatives/tilt
-%{_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
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/test
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog

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



commit python-qt4 for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package python-qt4 for openSUSE:Factory 
checked in at 2014-03-25 13:27:14

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


Package is "python-qt4"

Changes:

--- /work/SRC/openSUSE:Factory/python-qt4/python-qt4.changes2013-11-25 
16:02:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python-qt4.changes   
2014-03-25 13:27:16.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar 23 18:02:47 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.10.4. This is a minor bug fix release
+
+- Drop patch fix-phonon.diff due to upstream inclusion
+
+---
--- /work/SRC/openSUSE:Factory/python-qt4/python3-qt4.changes   2013-11-25 
16:02:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python3-qt4.changes  
2014-03-25 13:27:16.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar 23 18:03:24 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.10.4. This is a minor bug fix release
+
+- Drop patch fix-phonon.diff due to upstream inclusion
+
+---

Old:

  PyQt-x11-gpl-4.10.3.tar.gz
  fix-phonon.patch

New:

  PyQt-x11-gpl-4.10.4.tar.gz



Other differences:
--
++ python-qt4.spec ++
--- /var/tmp/diff_new_pack.i5ZVyg/_old  2014-03-25 13:27:16.0 +0100
+++ /var/tmp/diff_new_pack.i5ZVyg/_new  2014-03-25 13:27:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qt4
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-qt4
-Version:4.10.3
+Version:4.10.4
 Release:0
 Summary:PyQt - python bindings for Qt 4
 License:SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
@@ -27,7 +27,6 @@
 Source0:
http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-%{rversion}/PyQt-x11-gpl-%{rversion}.tar.gz
 Patch0: link-python.diff
 Patch2: build-compare.diff
-Patch3: fix-phonon.patch
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
 BuildRequires:  libQtWebKit-devel
@@ -87,7 +86,6 @@
 %setup -q -n PyQt-x11-gpl-%{rversion}
 %patch0 -p1
 %patch2
-%patch3 -p1
 
 %build
 export CXXFLAGS="%{optflags}"

++ python3-qt4.spec ++
--- /var/tmp/diff_new_pack.i5ZVyg/_old  2014-03-25 13:27:16.0 +0100
+++ /var/tmp/diff_new_pack.i5ZVyg/_new  2014-03-25 13:27:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-qt4
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-qt4
-Version:4.10.3
+Version:4.10.4
 Release:0
 Summary:PyQt - python bindings for Qt 4
 License:SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
@@ -27,7 +27,6 @@
 Source0:
http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-%{rversion}/PyQt-x11-gpl-%{rversion}.tar.gz
 Patch0: link-python3.diff
 Patch2: build-compare.diff
-Patch3: fix-phonon.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  libQtWebKit-devel
@@ -70,7 +69,6 @@
 %setup -q -n PyQt-x11-gpl-%{rversion}
 %patch0 -p1
 %patch2
-%patch3 -p1
 
 %build
 export CXXFLAGS="%{optflags}"

++ PyQt-x11-gpl-4.10.3.tar.gz -> PyQt-x11-gpl-4.10.4.tar.gz ++
/work/SRC/openSUSE:Factory/python-qt4/PyQt-x11-gpl-4.10.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-qt4.new/PyQt-x11-gpl-4.10.4.tar.gz differ: 
char 5, line 1

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



commit python-persistent for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package python-persistent for 
openSUSE:Factory checked in at 2014-03-25 13:27:07

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


Package is "python-persistent"

Changes:

--- /work/SRC/openSUSE:Factory/python-persistent/python-persistent.changes  
2013-09-25 14:37:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-persistent.new/python-persistent.changes 
2014-03-25 13:27:08.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 23:02:35 UTC 2014 - sch...@linux-m68k.org
+
+- type-mismatch.patch: Use Py_ssize_t rather than PY_LONG_LONG for sizes
+
+---

New:

  type-mismatch.patch



Other differences:
--
++ python-persistent.spec ++
--- /var/tmp/diff_new_pack.EPUKLz/_old  2014-03-25 13:27:09.0 +0100
+++ /var/tmp/diff_new_pack.EPUKLz/_new  2014-03-25 13:27:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-persistent
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,10 +12,11 @@
 # 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:   python-persistent
 Version:4.0.6
 Release:0
@@ -24,6 +25,8 @@
 License:ZPL-2.1
 Group:  Development/Languages/Python
 Source: persistent-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM 
https://github.com/zopefoundation/persistent/commit/33daf91246f85c3248658c4d81d768bd78617003
+Patch:  type-mismatch.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -60,6 +63,7 @@
 
 %prep
 %setup -q -n persistent-%{version}
+%patch -p1
 
 %build
 python setup.py build

++ type-mismatch.patch ++
>From 33daf91246f85c3248658c4d81d768bd78617003 Mon Sep 17 00:00:00 2001
From: Tres Seaver 
Date: Mon, 24 Mar 2014 13:39:46 -0400
Subject: [PATCH] Use Py_ssize_t rather than PY_LONG_LONG for sizes.

---
 persistent/cPersistence.h |  2 +-
 persistent/cPickleCache.c | 18 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/persistent/cPersistence.h b/persistent/cPersistence.h
index 52d3bad..ac9a885 100644
--- a/persistent/cPersistence.h
+++ b/persistent/cPersistence.h
@@ -24,7 +24,7 @@
 PyObject_HEAD \
 CPersistentRing ring_home; \
 int non_ghost_count; \
-PY_LONG_LONG total_estimated_size;
+Py_ssize_t total_estimated_size;
 
 struct ccobject_head_struct;
 
diff --git a/persistent/cPickleCache.c b/persistent/cPickleCache.c
index 5753922..57f33bf 100644
--- a/persistent/cPickleCache.c
+++ b/persistent/cPickleCache.c
@@ -123,7 +123,7 @@ typedef struct
 PyObject *data;  /* oid -> object dict */
 PyObject *jar;   /* Connection object */
 int cache_size;  /* target number of items in cache */
-PY_LONG_LONG cache_size_bytes;   /* target total estimated size of
+Py_ssize_t cache_size_bytes;   /* target total estimated size of
 items in cache */
 
 /* Most of the time the ring contains only:
@@ -176,7 +176,7 @@ unlink_from_ring(CPersistentRing *self)
 }
 
 static int
-scan_gc_items(ccobject *self, int target, PY_LONG_LONG target_bytes)
+scan_gc_items(ccobject *self, int target, Py_ssize_t target_bytes)
 {
 /* This function must only be called with the ring lock held,
 because it places non-object placeholders in the ring.
@@ -262,7 +262,7 @@ Done:
 }
 
 static PyObject *
-lockgc(ccobject *self, int target_size, PY_LONG_LONG target_size_bytes)
+lockgc(ccobject *self, int target_size, Py_ssize_t target_size_bytes)
 {
 /* This is thread-safe because of the GIL, and there's nothing
 * in between checking the ring_lock and acquiring it that calls back
@@ -292,7 +292,7 @@ cc_incrgc(ccobject *self, PyObject *args)
 int obsolete_arg = -999;
 int starting_size = self->non_ghost_count;
 int target_size = self->cache_size;
-PY_LONG_LONG target_size_bytes = self->cache_size_bytes;
+Py_ssize_t target_size_bytes = self->cache_size_bytes;
 
 if (self->cache_drain_resistance >= 1)
 {
@@ -850,10 +850,10 @@ static int
 cc_init(ccobject *self, PyObject *args, PyObjec

commit perl-Task-Kensho-ModuleDev for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-ModuleDev for 
openSUSE:Factory checked in at 2014-03-25 13:25:59

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


Package is "perl-Task-Kensho-ModuleDev"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev/perl-Task-Kensho-ModuleDev.changes
2014-02-28 19:16:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new/perl-Task-Kensho-ModuleDev.changes
   2014-03-25 13:26:00.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar 22 19:05:00 UTC 2014 - co...@suse.com
+
+- updated to 0.36
+  - fix pod markup error in main Task::Kensho distribution
+  - module list revisions to CLI, Dates, Toolchain, WebCrawling,
+WebDev
+
+---

Old:

  Task-Kensho-ModuleDev-0.35.tar.gz

New:

  Task-Kensho-ModuleDev-0.36.tar.gz



Other differences:
--
++ perl-Task-Kensho-ModuleDev.spec ++
--- /var/tmp/diff_new_pack.YFQNH1/_old  2014-03-25 13:26:00.0 +0100
+++ /var/tmp/diff_new_pack.YFQNH1/_new  2014-03-25 13:26:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Task-Kensho-ModuleDev
-Version:0.35
+Version:0.36
 Release:0
 %define cpan_name Task-Kensho-ModuleDev
 Summary:A Glimpse at an Enlightened Perl: Module Development
@@ -35,7 +35,7 @@
 BuildRequires:  perl(Dist::Zilla)
 BuildRequires:  perl(Modern::Perl)
 BuildRequires:  perl(Module::Build::Tiny)
-BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Build::Tiny) >= 0.035
 BuildRequires:  perl(Perl::Critic)
 BuildRequires:  perl(Perl::Tidy)
 BuildRequires:  perl(Perl::Version)

++ Task-Kensho-ModuleDev-0.35.tar.gz -> Task-Kensho-ModuleDev-0.36.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-ModuleDev-0.35/Build.PL 
new/Task-Kensho-ModuleDev-0.36/Build.PL
--- old/Task-Kensho-ModuleDev-0.35/Build.PL 2014-01-30 20:28:15.0 
+0100
+++ new/Task-Kensho-ModuleDev-0.36/Build.PL 2014-03-08 19:56:37.0 
+0100
@@ -1,4 +1,4 @@
 # This Build.PL for Task-Kensho-ModuleDev was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
 use 5.006;
-use Module::Build::Tiny 0.034;
+use Module::Build::Tiny 0.035;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-ModuleDev-0.35/Changes 
new/Task-Kensho-ModuleDev-0.36/Changes
--- old/Task-Kensho-ModuleDev-0.35/Changes  2014-01-30 20:28:15.0 
+0100
+++ new/Task-Kensho-ModuleDev-0.36/Changes  2014-03-08 19:56:37.0 
+0100
@@ -1,5 +1,10 @@
 Revision history for Task-Kensho-ModuleDev
 
+0.36  2014-03-08
+  - fix pod markup error in main Task::Kensho distribution
+  - module list revisions to CLI, Dates, Toolchain, WebCrawling,
+WebDev
+
 0.35  2014-01-30
   - updated recommendations for Async, CLI, ModuleDev, Scalability,
 WebDev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-ModuleDev-0.35/LICENSE 
new/Task-Kensho-ModuleDev-0.36/LICENSE
--- old/Task-Kensho-ModuleDev-0.35/LICENSE  2014-01-30 20:28:15.0 
+0100
+++ new/Task-Kensho-ModuleDev-0.36/LICENSE  2014-03-08 19:56:37.0 
+0100
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-ModuleDev-0.35/MANIFEST 
new/Task-Kensho-ModuleDev-0.36/MANIFEST
--- old/Task-Kensho-ModuleDev-0.35/MANIFEST 2014-01-30 20:28:15.0 
+0100
+++ new/Task-Kensho-ModuleDev-0.36/MANIFEST 2014-03-08 19:56:37.0 
+0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.013.
 Build.PL
 Changes
 LICENSE
@@ -11,6 +11,7 @@
 lib/Task/Kensho/ModuleDev.pm
 t/00-report-prereqs.t
 xt/author/00-compile.t
+xt/author/pod-spell.t
 xt/release/changes_has_content.t
 xt/release/cpan-changes.t
 xt/release/distmeta.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-ModuleDev-0.35/META.

commit qt3 for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package qt3 for openSUSE:Factory checked in 
at 2014-03-25 13:27:33

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


Package is "qt3"

Changes:

qt3-extensions.changes: same change
--- /work/SRC/openSUSE:Factory/qt3/qt3.changes  2014-01-29 07:17:00.0 
+0100
+++ /work/SRC/openSUSE:Factory/.qt3.new/qt3.changes 2014-03-25 
13:27:34.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 22 18:58:04 UTC 2014 - an...@opensuse.org
+
+- disable glib main loop for now because it causes kdebindingd to fail
+
+---



Other differences:
--
qt3-extensions.spec: same change
++ qt3.spec ++
--- /var/tmp/diff_new_pack.w0iX1u/_old  2014-03-25 13:27:36.0 +0100
+++ /var/tmp/diff_new_pack.w0iX1u/_new  2014-03-25 13:27:36.0 +0100
@@ -275,7 +275,7 @@
 # only really needed tools will be builded here, all extra tools will be
 # builded in qt3.spec
 #
-call_configure -v -thread -shared -glibmainloop -no-sql-mysql -no-sql-psql 
-no-sql-odbc -no-sql-sqlite $OPTIONS
+call_configure -v -thread -shared -no-sql-mysql -no-sql-psql -no-sql-odbc 
-no-sql-sqlite $OPTIONS
 for i in %build_sub_dirs ; do
  cd $i
  make %{?jobs:-j%jobs}




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



commit perl-IO-All for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-All for openSUSE:Factory 
checked in at 2014-03-25 13:25:36

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


Package is "perl-IO-All"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-All/perl-IO-All.changes  2014-03-10 
12:42:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-IO-All.new/perl-IO-All.changes 
2014-03-25 13:25:38.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 22 19:05:19 UTC 2014 - co...@suse.com
+
+- updated to 0.60
+ - Fix IO Layer situation (Thanks Mithaldu!)
+
+---

Old:

  IO-All-0.59.tar.gz

New:

  IO-All-0.60.tar.gz



Other differences:
--
++ perl-IO-All.spec ++
--- /var/tmp/diff_new_pack.I55NeT/_old  2014-03-25 13:25:38.0 +0100
+++ /var/tmp/diff_new_pack.I55NeT/_new  2014-03-25 13:25:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-IO-All
-Version:0.59
+Version:0.60
 Release:0
 %define cpan_name IO-All
 Summary:IO::All of it to Graham and Damian!

++ IO-All-0.59.tar.gz -> IO-All-0.60.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-All-0.59/Changes new/IO-All-0.60/Changes
--- old/IO-All-0.59/Changes 2014-03-07 01:48:37.0 +0100
+++ new/IO-All-0.60/Changes 2014-03-22 04:50:35.0 +0100
@@ -1,4 +1,8 @@
 ---
+version: 0.60
+changes:
+- Fix IO Layer situation (Thanks Mithaldu!)
+---
 version: 0.59
 changes:
 - Fix possible infinite loop in t/accept.t (Thanks C. Wallace for complaining)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-All-0.59/META.json new/IO-All-0.60/META.json
--- old/IO-All-0.59/META.json   2014-03-07 01:48:37.0 +0100
+++ new/IO-All-0.60/META.json   2014-03-22 04:50:35.0 +0100
@@ -48,6 +48,6 @@
  "web" : "https://github.com/ingydotnet/io-all-pm";
   }
},
-   "version" : "0.59"
+   "version" : "0.60"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-All-0.59/META.yml new/IO-All-0.60/META.yml
--- old/IO-All-0.59/META.yml2014-03-07 01:48:37.0 +0100
+++ new/IO-All-0.60/META.yml2014-03-22 04:50:35.0 +0100
@@ -23,4 +23,4 @@
   bugtracker: https://github.com/ingydotnet/io-all-pm/issues
   homepage: https://github.com/ingydotnet/io-all-pm
   repository: https://github.com/ingydotnet/io-all-pm.git
-version: '0.59'
+version: '0.60'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-All-0.59/Makefile.PL new/IO-All-0.60/Makefile.PL
--- old/IO-All-0.59/Makefile.PL 2014-03-07 01:48:37.0 +0100
+++ new/IO-All-0.60/Makefile.PL 2014-03-22 04:50:35.0 +0100
@@ -25,7 +25,7 @@
 "Scalar::Util" => 0
   },
   "TEST_REQUIRES" => {},
-  "VERSION" => "0.59",
+  "VERSION" => "0.60",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-All-0.59/README new/IO-All-0.60/README
--- old/IO-All-0.59/README  2014-03-07 01:48:37.0 +0100
+++ new/IO-All-0.60/README  2014-03-22 04:50:35.0 +0100
@@ -767,8 +767,8 @@
 
 *   binary
 
-Indicates the file has binary content and should be opened with
-"binmode".
+Adds ":raw" to the list of PerlIO layers applied after "open", and
+applies it immediately on an open handle.
 
 *   chdir
 
@@ -830,8 +830,8 @@
 
 *   utf8
 
-Indicates that IO should be done using utf8 encoding. Calls binmode
-with ":utf8" layer.
+Adds ":encoding(UTF-8)" to the list of PerlIO layers applied after
+"open", and applies it immediately on an open handle.
 
   Configuration Methods
 The following methods don't do any actual I/O, but they set specific
@@ -848,8 +848,9 @@
 
 *   binmode
 
-Proxy for binmode. Requires a layer to be passed. Use "binary" for
-plain binary mode.
+Adds the specified layer to the list of PerlIO layers applied after
+"open", and applies it immediately on an open handle. Does a bare
+"binmode" when called without argument.
 
 *   block_size
 
@@ -886,7 +887,9 @@
 
 *   encoding
 
-Set the encoding to be used for the PerlIO layer.
+Adds the specified encoding to the list of PerlIO layers applied
+after "open", and applies it immediately on an open handle. Requires
+an argument.
 
 *   errors
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/

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

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-Whois-RIPE for 
openSUSE:Factory checked in at 2014-03-25 13:25:44

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


Package is "perl-Net-Whois-RIPE"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Whois-RIPE/perl-Net-Whois-RIPE.changes  
2013-08-13 10:18:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-RIPE.new/perl-Net-Whois-RIPE.changes 
2014-03-25 13:25:45.0 +0100
@@ -1,0 +2,16 @@
+Sat Mar 22 19:05:18 UTC 2014 - co...@suse.com
+
+- updated to 2.005001
+
+---
+Tue Nov 26 07:35:31 UTC 2013 - co...@suse.com
+
+- updated to 2.005001
+  - Add support for APNIC objects through Net::Whois::Generic
+  - Simplify query options handling in Net::Whois::Generic
+(remove keepalive options)
+  - Start adding some documentation (far from enough although)
+  - Add support for generic objects (from various sources, AFRINIC 
being the first implemented)
+through Net::Whois::Generic
+
+---

Old:

  Net-Whois-RIPE-2.004002.tar.gz

New:

  Net-Whois-RIPE-2.005001.tar.gz



Other differences:
--
++ perl-Net-Whois-RIPE.spec ++
--- /var/tmp/diff_new_pack.ba3YcP/_old  2014-03-25 13:25:45.0 +0100
+++ /var/tmp/diff_new_pack.ba3YcP/_new  2014-03-25 13:25:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Whois-RIPE
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Net-Whois-RIPE
-Version:2.004002
+Version:2.005001
 Release:0
 %define cpan_name Net-Whois-RIPE
-Summary:a pure-Perl implementation of the RIPE Database client.
+Summary:Pure-Perl implementation of the RIPE Database client.
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-Whois-RIPE/
@@ -30,9 +30,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Iterator)
-#BuildRequires: perl(LWP::UserAgent)
-#BuildRequires: perl(Net::Whois::Object)
-#BuildRequires: perl(Net::Whois::RIPE)
 Requires:   perl(Iterator)
 Recommends: perl(LWP::UserAgent)
 %{perl_requires}
@@ -48,6 +45,8 @@
 %{__make} %{?_smp_mflags}
 
 %check
+# MANUAL needs network
+rm t/300-AFRINIC.t t/305-APNIC.t
 %{__make} test
 
 %install
@@ -57,6 +56,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README README.md
+%doc Changes README README.md TODO
 
 %changelog

++ Net-Whois-RIPE-2.004002.tar.gz -> Net-Whois-RIPE-2.005001.tar.gz ++
 9919 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-addressable for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2014-03-25 13:28:04

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


Package is "rubygem-addressable"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2013-07-16 16:16:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2014-03-25 13:28:05.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 24 19:05:18 UTC 2014 - co...@suse.com
+
+- updated to version 2.3.6
+ - normalization drops empty query string
+ - better handling in template extract for missing values
+ - template modifier for `'?'` now treated as optional
+ - fixed issue where character class parameters were modified
+ - templates can now be tested for equality
+ - added `:sorted` option to normalization of query strings
+ - fixed issue with normalization of hosts given in `'example.com.'` form
+
+---

Old:

  addressable-2.3.5.gem

New:

  addressable-2.3.6.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.ZaD4z0/_old  2014-03-25 13:28:05.0 +0100
+++ /var/tmp/diff_new_pack.ZaD4z0/_new  2014-03-25 13:28:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-addressable
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   rubygem-addressable
-Version:2.3.5
+Version:2.3.6
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 BuildRequires:  rubygem(rdoc) > 3.10
 Url:http://addressable.rubyforge.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -63,24 +63,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %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
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

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



commit perl-Spreadsheet-ParseExcel for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Spreadsheet-ParseExcel for 
openSUSE:Factory checked in at 2014-03-25 13:25:50

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


Package is "perl-Spreadsheet-ParseExcel"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Spreadsheet-ParseExcel/perl-Spreadsheet-ParseExcel.changes
  2011-09-23 12:38:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Spreadsheet-ParseExcel.new/perl-Spreadsheet-ParseExcel.changes
 2014-03-25 13:25:51.0 +0100
@@ -1,0 +2,36 @@
+Sat Mar 22 19:05:05 UTC 2014 - co...@suse.com
+
+- updated to 0.65
+ ! Merge support for accessing hyperlink data
+ 
+ 0.64 March 11 2014
+ 
+ ! RT #47072 (ExcelLocaltime rounding)
+   http://rt.cpan.org/Public/Bug/Display.html?id=47072
+ 
+ ! RT #93142 (date format w/commas)
+   http://rt.cpan.org/Public/Bug/Display.html?id=93142
+ 
+ ! RT #93651 (Update metadata)
+   http://rt.cpan.org/Public/Bug/Display.html?id=93651
+ 
+ 0.63 March 7 2014
+ 
+ ! RT #12946 (IO::Wrap)
+   http://rt.cpan.org/Public/Bug/Display.html?id=12946
+ 
+ ! RT #93065 (auto color)
+   http://rt.cpan.org/Public/Bug/Display.html?id=93065
+ 
+ 0.62
+ 
+ ! Fix test 46 skip_all plan logic.
+   From CPAN testers.
+ 
+ ! RT #52830 (0x00 general fmt) && fix test.
+   http://rt.cpan.org/Public/Bug/Display.html?id=52830
+ 
+ ! RT #93138 (undefined value as ARRAY)
+   http://rt.cpan.org/Public/Bug/Display.html?id=93138
+
+---

Old:

  Spreadsheet-ParseExcel-0.59.tar.gz

New:

  Spreadsheet-ParseExcel-0.65.tar.gz



Other differences:
--
++ perl-Spreadsheet-ParseExcel.spec ++
--- /var/tmp/diff_new_pack.1GiLBX/_old  2014-03-25 13:25:51.0 +0100
+++ /var/tmp/diff_new_pack.1GiLBX/_new  2014-03-25 13:25:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Spreadsheet-ParseExcel
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   perl-Spreadsheet-ParseExcel
-Version:0.59
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.65
+Release:0
 %define cpan_name Spreadsheet-ParseExcel
 Summary:Read information from an Excel file.
-Url:http://search.cpan.org/dist/Spreadsheet-ParseExcel/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/J/JM/JMCNAMARA/%{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Spreadsheet-ParseExcel/
+Source: 
http://www.cpan.org/authors/id/D/DO/DOUGW/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -63,9 +62,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes CP932Excel.map examples README README_Japan.htm

++ Spreadsheet-ParseExcel-0.59.tar.gz -> Spreadsheet-ParseExcel-0.65.tar.gz 
++
 2353 lines of diff (skipped)

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



commit pcsc-ccid for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2014-03-25 13:24:58

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2014-02-16 
19:54:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2014-03-25 
13:24:59.0 +0100
@@ -1,0 +2,25 @@
+Sun Mar 23 17:13:24 UTC 2014 - w...@rosenauer.org
+
+- Updated to version 1.4.16
+  * Add support of
+Crypto Stick Crypto Stick v1.4
+Hewlett Packard USB Smartcard CCID Keyboard
+IID AT90S064 CCID READER
+INSIDE Secure VaultIC 405 Smart Object
+INSIDE Secure VaultIC 441 Smart Object
+Microchip SEC1110
+Microchip SEC1210
+Watchdata W5181
+  * Add support of DRIVER_OPTION_DISABLE_PIN_RETRIES
+The Gemalto pinpad reader sends a VERIFY command with no PIN value
+in order to retreive the remaining retries from the card. Some
+cards (like the OpenPGP card) do not support this.
+It is now possible to disable this behavior from the Gemalto Pinpad
+and Covadis Véga Alpha.
+  * Add support of WTX received before SW during Secure Pin Entry Verify
+The Swiss health care card sends a WTX request before returning
+the SW code. If the reader is in TPDU and the card is in T=1 the
+driver must manage the request itself.
+- added alternative key (E8F9C57E) to keyring
+
+---

Old:

  ccid-1.4.15.tar.bz2
  ccid-1.4.15.tar.bz2.asc

New:

  ccid-1.4.16.tar.bz2
  ccid-1.4.16.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.XXkgR4/_old  2014-03-25 13:25:00.0 +0100
+++ /var/tmp/diff_new_pack.XXkgR4/_new  2014-03-25 13:25:00.0 +0100
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.15
+Version:1.4.16
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.15.tar.bz2 -> ccid-1.4.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.15/ChangeLog new/ccid-1.4.16/ChangeLog
--- old/ccid-1.4.15/ChangeLog   2013-11-25 19:16:37.0 +0100
+++ new/ccid-1.4.16/ChangeLog   2014-03-23 16:20:44.0 +0100
@@ -1,3 +1,292 @@
+2014-03-23  Ludovic Rousseau
+
+   * [r6880] README, configure.ac: Release 1.4.16
+   * [r6879] src/commands.c: Fix compiler warning
+ 
+ commands.c: In function `SecurePINVerify': commands.c:529:9:
+ warning: variable `n' set but not used
+ [-Wunused-but-set-variable] int n, oldReadTimeout; ^
+   * [r6878] src/commands.c: Fix compiler warning
+ 
+ commands.c:511:19: warning: | has lower precedence than ==; ==
+ will be evaluated first [-Wparentheses] if (T1_S_BLOCK | T1_S_WTX
+ == RxBuffer[PCB]) ^~~ commands.c:511:19:
+ note: place parentheses around the '==' expression to silence
+ this warning if (T1_S_BLOCK | T1_S_WTX == RxBuffer[PCB]) ^
+ ~ commands.c:511:19: note: place
+ parentheses around the | expression to evaluate it first if
+ (T1_S_BLOCK | T1_S_WTX == RxBuffer[PCB]) ~~~^~ 1
+ warning generated.
+   * [r6877] src/commands.c: SecurePINVerify: add support of WTX
+ received before SW
+ 
+ The Swiss health care card sends a WTX request before returning
+ the SW code. If the reader is in TPDU and the card is in T=1 the
+ driver must manage the request itself.
+   * [r6876] src/ccid_ifdhandler.h: Add
+ DRIVER_OPTION_DISABLE_PIN_RETRIES definition
+ 
+ This is a missing for revision 6875
+
+2014-03-22  Ludovic Rousseau
+
+   * [r6875] src/Info.plist.src, src/ccid.c: Add support of
+ DRIVER_OPTION_DISABLE_PIN_RETRIES
+ 
+ The Gemalto pinpad reader sends a VERIFY command with no PIN
+ value in order to retreive the remaining retries from the card.
+ Some cards (like the OpenPGP card) do not support this.
+ 
+ It is now possible to disable this behavior from the Gemalto
+ Pinpad and Covadis Véga Alpha.
+ 
+ Closes Alioth bug
+ 
https://alioth.debian.org/tracker/index.php?func=detail&aid=314005&group_id=30105&atid=410088
+   * [r6874] src/ccid_usb.c: InterruptRead(): log the libusb errors
+   

commit parcellite for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package parcellite for openSUSE:Factory 
checked in at 2014-03-25 13:24:54

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


Package is "parcellite"

Changes:

--- /work/SRC/openSUSE:Factory/parcellite/parcellite.changes2013-09-12 
18:09:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.parcellite.new/parcellite.changes   
2014-03-25 13:24:56.0 +0100
@@ -1,0 +2,11 @@
+Sun Mar 23 08:57:14 UTC 2014 - t...@gmx.com
+
+- new upstream version 1.1.7
+  * detailed changelog at http://parcellite.sourceforge.net/?p=293
+- removed parcellite-1.1.6-defaults.patch
+- removed parcellite-1.1.6-rpmlint-errors.patch
+- removed patch: parcellite-1.1.6-gio-missing-link.patch, upstream fixed.  
+- added parcellite-1.1.7-defaults.patch
+- added parcellite-1.1.7-rpmlint-errors.patch  
+
+---

Old:

  parcellite-1.1.6-defaults.patch
  parcellite-1.1.6-gio-missing-link.patch
  parcellite-1.1.6-rpmlint-errors.patch
  parcellite-1.1.6.tar.gz

New:

  parcellite-1.1.7-defaults.patch
  parcellite-1.1.7-rpmlint-errors.patch
  parcellite-1.1.7.tar.gz



Other differences:
--
++ parcellite.spec ++
--- /var/tmp/diff_new_pack.nLVcOR/_old  2014-03-25 13:24:56.0 +0100
+++ /var/tmp/diff_new_pack.nLVcOR/_new  2014-03-25 13:24:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   parcellite
-Version:1.1.6
+Version:1.1.7
 Release:0
 Summary:A lightweight GTK+ clipboard manager
 License:GPL-3.0+
@@ -25,11 +25,9 @@
 Url:http://parcellite.sourceforge.net/
 Source: %{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org -- tweak default settings.
-Patch:  parcellite-1.1.6-defaults.patch
+Patch:  parcellite-1.1.7-defaults.patch
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org -- fix rpmlint errors.
-Patch1: parcellite-1.1.6-rpmlint-errors.patch
-# PATCH-FIX-UPSTREAM marguer...@opensuse.org -- add missing -lgio-2.0 link
-Patch2: parcellite-1.1.6-gio-missing-link.patch
+Patch1: parcellite-1.1.7-rpmlint-errors.patch
 BuildRequires:  automake
 BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool >= 0.23
@@ -49,7 +47,6 @@
 %setup -q
 %patch -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi

++ parcellite-1.1.6-defaults.patch -> parcellite-1.1.7-defaults.patch ++
--- /work/SRC/openSUSE:Factory/parcellite/parcellite-1.1.6-defaults.patch   
2013-09-12 18:09:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.parcellite.new/parcellite-1.1.7-defaults.patch  
2014-03-25 13:24:55.0 +0100
@@ -1,7 +1,7 @@
-Index: parcellite-1.1.6/src/preferences.c
+Index: parcellite-1.1.7/src/preferences.c
 ===
 parcellite-1.1.6.orig/src/preferences.c
-+++ parcellite-1.1.6/src/preferences.c
+--- parcellite-1.1.7.orig/src/preferences.c
 parcellite-1.1.7/src/preferences.c
 @@ -24,7 +24,7 @@
  #define INIT_MENU_KEY NULL
  

++ parcellite-1.1.6-rpmlint-errors.patch -> 
parcellite-1.1.7-rpmlint-errors.patch ++
--- /work/SRC/openSUSE:Factory/parcellite/parcellite-1.1.6-rpmlint-errors.patch 
2013-09-12 18:09:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.parcellite.new/parcellite-1.1.7-rpmlint-errors.patch
2014-03-25 13:24:56.0 +0100
@@ -1,7 +1,7 @@
-Index: parcellite-1.1.6/src/history.c
+Index: parcellite-1.1.7/src/history.c
 ===
 parcellite-1.1.6.orig/src/history.c
-+++ parcellite-1.1.6/src/history.c
+--- parcellite-1.1.7.orig/src/history.c
 parcellite-1.1.7/src/history.c
 @@ -503,6 +503,7 @@ int save_history_as_text(gchar *path)
}

@@ -10,10 +10,10 @@
  }
  /***/
  /** Dialog to save the history file.
-Index: parcellite-1.1.6/src/main.c
+Index: parcellite-1.1.7/src/main.c
 ===
 parcellite-1.1.6.orig/src/main.c
-+++ parcellite-1.1.6/src/main.c
+--- parcellite-1.1.7.orig/src/main.c
 parcellite-1.1.7/src/main.c
 @@ -63,6 +63,9 @@ g_signal_connect(clipboard, "owner-chang
  #endif
  
@@ -48,10 +48,10 @@
  }
  
  /***/
-Index: parcellite-1.1.6/src/preferences.c
+Index: parcellite-1.1.7/src/preferences.c
 ===
 parcellite-1.1.6.orig/src/preferences.c
-+++ parcellite-1.1.6/src/preferences.c
+--- parcellite-1.1.7.orig/src/prefere

commit perl-App-FatPacker for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-App-FatPacker for 
openSUSE:Factory checked in at 2014-03-25 13:25:03

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


Package is "perl-App-FatPacker"

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-FatPacker/perl-App-FatPacker.changes
2014-02-27 00:02:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-FatPacker.new/perl-App-FatPacker.changes   
2014-03-25 13:25:04.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 22 19:05:07 UTC 2014 - co...@suse.com
+
+- updated to 0.010001
+  - include 'lib' in @INC for packlists_containing's require() calls
+
+---

Old:

  App-FatPacker-0.01.tar.gz

New:

  App-FatPacker-0.010001.tar.gz



Other differences:
--
++ perl-App-FatPacker.spec ++
--- /var/tmp/diff_new_pack.VxTX2r/_old  2014-03-25 13:25:05.0 +0100
+++ /var/tmp/diff_new_pack.VxTX2r/_new  2014-03-25 13:25:05.0 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   perl-App-FatPacker
-Version:0.01
+Version:0.010001
 Release:0
 %define cpan_name App-FatPacker
 Summary:pack your dependencies onto your script file
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-FatPacker/
-Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ App-FatPacker-0.01.tar.gz -> App-FatPacker-0.010001.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-FatPacker-0.01/Changes 
new/App-FatPacker-0.010001/Changes
--- old/App-FatPacker-0.01/Changes  2013-11-27 22:27:24.0 +0100
+++ new/App-FatPacker-0.010001/Changes  2014-03-18 14:11:00.0 +0100
@@ -1,5 +1,8 @@
 Revision history for App-FatPacker
 
+0.010001 - 2014-03-18
+  - include 'lib' in @INC for packlists_containing's require() calls
+
 0.01 - 2013-11-27
   - use object for @INC hook instead of subref, including a 'files' method to
 return a list of files provided
@@ -7,69 +10,69 @@
 caller() now point directly to the right line in the script
 (RT#87118, DOLMEN)
 
-0.009018   2013-07-26
+0.009018 - 2013-07-26
   - deal with relative paths better by changing options passed to File::Find
 (RT#84414, miyagawa)
 
-0.009017   2013-05-29
+0.009017 - 2013-05-29
   - fix fatal "List form of piped open not implemented" on MSWin32 (RT#85712,
 ether)
 
-0.009016   2013-04-07
+0.009016 - 2013-04-07
   - 'file' command now takes care of keeping its original shebang line when 
given
 the original file as its argument. The 'pack' command makes use of that 
too.
 (Robin Smidsrod, miyagawa)
 
-0.009015   2013-04-07
+0.009015 - 2013-04-07
   - new 'pack' command, to do everything in one command (thanks, miyagawa!)
 (RT#84415)
 
-0.009014   2013-04-03
+0.009014 - 2013-04-03
   - avoid fatal error when lib/ doesn't exist (now it is simply skipped)
 (RT#84413, miyagawa)
 
-0.009013   2013-01-22
+0.009013 - 2013-01-22
   - fix to support for < 5.8 perls (haarg)
 
-0.009012   2013-01-18
+0.009012 - 2013-01-18
   - support for < 5.8 perls (RT#57811, haarg)
 
-0.009011   2012-09-24
+0.009011 - 2012-09-24
   - RT #79835: install bin/fatpack (lost in 0.009009 in the
 Module::Install -> Distar conversion)
 
-0.009010   2012-09-19
+0.009010 - 2012-09-19
   - enable temp file deletion in pack.t on Win32
   - RT #79489: %fatpacked keys need to be unix paths
 
-0.009009   2012-08-03
+0.009009 - 2012-08-03
   - RT #78724: fix trace --to-stderr (ether)
 
-0.009008   2012-07-16
+0.009008 - 2012-07-16
   - RT #78391: Avoid using $_ when requiring modules
 
-0.009007   2012-07-12
+0.009007 - 2012-07-12
   - Allow capturing of trace information into return value
   - Add repsoitory metadata to META.YML
 
-0.009006   2011-01-18
+0.009006 - 2011-01-18
   - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
 File::Path >= 2.07.
 
-0.009005   2011-01-12
+0.009005 - 2011-01-12
   - Avoid using done_testing so this works on older systems
 
-0.009004   2011-01-12
+0.009004 - 2011-01-12
   - Die if open fails in @INC handler, reduces confusing errors (DGL)
   - RT #63466: Add ending newline if input lacks one (GUGOD)
   - RT #60622: Fix conditional loading, only fatpack loaded modules (DGL)
 
-0.009003   2010-07-22
+0.009003 - 2010-07-22
   - fi

commit NetworkManager-openconnect for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-openconnect for 
openSUSE:Factory checked in at 2014-03-25 13:24:01

Comparing /work/SRC/openSUSE:Factory/NetworkManager-openconnect (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-openconnect.new (New)


Package is "NetworkManager-openconnect"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-openconnect/NetworkManager-openconnect.changes
2013-09-23 15:29:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-openconnect.new/NetworkManager-openconnect.changes
   2014-03-25 13:24:02.0 +0100
@@ -1,0 +2,12 @@
+Sun Mar 16 09:45:44 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.9.8.6:
+  + Add support for OpenConnect 6.0.
+  + Allow alpha-numeric software token secrets instead of only
+numeric ones.
+  + Add support for TOTP tokens.
+  + Hide irrelevant options from the auth dialog.
+  + Show correct options when user selects a different auth group.
+  + Updated translations.
+
+---

Old:

  NetworkManager-openconnect-0.9.8.4.tar.xz

New:

  NetworkManager-openconnect-0.9.8.6.tar.xz



Other differences:
--
++ NetworkManager-openconnect.spec ++
--- /var/tmp/diff_new_pack.UcLZTw/_old  2014-03-25 13:24:03.0 +0100
+++ /var/tmp/diff_new_pack.UcLZTw/_new  2014-03-25 13:24:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager-openconnect
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   NetworkManager-openconnect
-Version:0.9.8.4
+Version:0.9.8.6
 Release:0
 # FIXME: Verify, if -Wno-deprecated-declarations CFLAG is still required
 Summary:NetworkManager VPN support for OpenConnect

++ NetworkManager-openconnect-0.9.8.4.tar.xz -> 
NetworkManager-openconnect-0.9.8.6.tar.xz ++
 178217 lines of diff (skipped)

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



commit nfs4-acl-tools for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory 
checked in at 2014-03-25 13:24:06

Comparing /work/SRC/openSUSE:Factory/nfs4-acl-tools (Old)
 and  /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new (New)


Package is "nfs4-acl-tools"

Changes:

--- /work/SRC/openSUSE:Factory/nfs4-acl-tools/nfs4-acl-tools.changes
2013-06-18 10:20:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new/nfs4-acl-tools.changes   
2014-03-25 13:24:06.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 24 23:44:01 UTC 2014 - nfbr...@suse.com
+
+- allow-spaces-in-principal-names.patch
+  upstream patch to allow spaces in principal names.
+  (bnc#772896)
+
+---

New:

  allow-spaces-in-principal-names.patch



Other differences:
--
++ nfs4-acl-tools.spec ++
--- /var/tmp/diff_new_pack.daMrbe/_old  2014-03-25 13:24:07.0 +0100
+++ /var/tmp/diff_new_pack.daMrbe/_new  2014-03-25 13:24:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfs4-acl-tools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}-git4cb4187e83.tar.bz2
+# PATCH-FIX-UPSTREAM allow-spaces-in-principal-names.patch bnc#772896 
nfbr...@suse.com
+Patch1: allow-spaces-in-principal-names.patch
 
 BuildRequires:  libattr-devel
 BuildRequires:  libtool
@@ -37,6 +39,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-git4cb4187e83
+%patch1 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fPIE"

++ allow-spaces-in-principal-names.patch ++
Git-commit: ae0916617f38c6e2a90793364c1f4e4b54673254
From: Liam Gretton 
Date: Wed, 18 Jul 2012 17:32:43 -0600
Subject: [PATCH] allow spaces in principal names
References: bnc#772896

Change the behaviour of nfs4_setfacl slightly to allow it to add, remove
and modify ACLs which act on principals containing space characters.

The rationale behind this is to allow us to use nfs4_setfacl on a file
system which is shared via CIFS to Windows clients and NFSv4. Though
very rare in a Unix environment, Windows commonly uses user names (and
hence principals derived from them) which contain spaces. A
particularly common one is 'Domain Admins', the handling of which
prompted me to look at modifying the nfs4_setfacl command.

As of 0.3.3 of nfs4-acl-tools, nfs4_setfacl fails to handle ACLs
containing a space character no matter what attempts to quote the ACE
or escape the space character:

Scanning ACE string 'A:fdg:Domain' failed.
Failed while inserting ACE(s) (at index 1).

(exit status 1.)

Scanning ACE string 'A:fdg:Domain' failed.
Failed while inserting ACE(s) (at index 1).

(exit status 1.)

The attached patch modifies the parsing of the command line and
disallows space as an ACE delimiter. The patched version completes
successfully:

A:fdg:Domain adm...@le.ac.uk:rtncy

ACEs can be chained with commas, but no longer with spaces. With the
-A, -X, -S or -e options which expect a file containing ACLs, ACEs can
be separated with tabs, newlines and/or carriage returns as before.

As there's a slight change in behaviour, the patch also modifies one of
the examples given in the EXAMPLES section of nfs4_setfacl(1) and the
text of the 'ACL FORMAT' section of nfs4_acl.

The patches don't modify any version numbers or dates.

Signed-off-by: J. Bruce Fields 
Acked-by: NeilBrown 

---
 libnfs4acl/nfs4_insert_string_aces.c | 2 +-
 man/man1/nfs4_setfacl.1  | 2 +-
 man/man5/nfs4_acl.5  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libnfs4acl/nfs4_insert_string_aces.c 
b/libnfs4acl/nfs4_insert_string_aces.c
index 5878a9463078..5a482d5e54ee 100644
--- a/libnfs4acl/nfs4_insert_string_aces.c
+++ b/libnfs4acl/nfs4_insert_string_aces.c
@@ -45,7 +45,7 @@ int nfs4_insert_string_aces(struct nfs4_acl *acl, const char 
*acl_spec, unsigned
if ((s = sp = strdup(acl_spec)) == NULL)
goto out_failed;
 
-   while ((ssp = strsep(&sp, " ,\t\n\r")) != NULL) {
+   while ((ssp = strsep(&sp, ",\t\n\r")) != NULL) {
if (!strlen(ssp))
continue;
 
diff --git a/man/man1/nfs4_setfacl.1 b/man/man1/nfs4_setfacl.1
index ea5f4428189b..a316bf2b78c9 100644
--- a/man/man1/nfs4_setfacl.1
+++ b/man/man1/nfs4_setfacl.1
@@ -204,7 +204,7 @@ delete the first ACE, but only print the resulting ACL 
(does not save changes):
 .IP - 2
 delete the l

commit libgphoto2 for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-03-25 13:23:43

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


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-01-14 
19:52:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-03-25 13:23:45.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar 23 18:23:52 UTC 2014 - meiss...@suse.com
+
+- updated to 2.5.4 release
+  - sony slt support
+  - nikon bulb support
+  - other nikon, canon, olympus improvements
+  - lots of bugfixes and various new ids
+
+---

Old:

  libgphoto2-2.5.3.1.tar.bz2
  libgphoto2-2.5.3.1.tar.bz2.asc

New:

  libgphoto2-2.5.4.tar.bz2
  libgphoto2-2.5.4.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.WaI0zG/_old  2014-03-25 13:23:46.0 +0100
+++ /var/tmp/diff_new_pack.WaI0zG/_new  2014-03-25 13:23:46.0 +0100
@@ -51,7 +51,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.3.1
+Version:2.5.4
 Release:0
 Source0:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
 Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc

++ libgphoto2-2.5.3.1.tar.bz2 -> libgphoto2-2.5.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.3.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.4.tar.bz2 differ: 
char 11, line 1


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



commit NetworkManager for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2014-03-25 13:23:57

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


Package is "NetworkManager"

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2014-02-26 06:58:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2014-03-25 13:23:59.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 24 08:53:08 UTC 2014 - dims...@opensuse.org
+
+- Fix files list: do not expect pppd plugin version 2.4.5 in the
+  directory name.
+
+---



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.WE30Be/_old  2014-03-25 13:23:59.0 +0100
+++ /var/tmp/diff_new_pack.WE30Be/_new  2014-03-25 13:23:59.0 +0100
@@ -315,8 +315,8 @@
 %doc %{_mandir}/man8/NetworkManager.*
 %dir %{_libdir}/NetworkManager/
 %{_libdir}/NetworkManager/libnm-settings-plugin-ifcfg-suse.so
-%dir %{_libdir}/pppd/2.4.5
-%{_libdir}/pppd/2.4.5/nm-pppd-plugin.*
+%dir %{_libdir}/pppd/2.*
+%{_libdir}/pppd/2.*/nm-pppd-plugin.*
 %{_libexecdir}/nm-avahi-autoipd.action
 %{_libexecdir}/nm-dhcp-client.action
 %{_libexecdir}/nm-dispatcher.action

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



commit mokutil for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package mokutil for openSUSE:Factory checked 
in at 2014-03-25 13:23:53

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


Package is "mokutil"

Changes:

--- /work/SRC/openSUSE:Factory/mokutil/mokutil.changes  2014-02-25 
07:33:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.mokutil.new/mokutil.changes 2014-03-25 
13:23:54.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 24 07:37:39 UTC 2014 - g...@suse.com
+
+- Add mokutil-more-details-for-skipped-keys.patch to show the
+  reason to skip the key
+- Add mokutil-check-secure-boot-support.patch to check whether the
+  system supports Secure Boot or not
+
+---

New:

  mokutil-check-secure-boot-support.patch
  mokutil-more-details-for-skipped-keys.patch



Other differences:
--
++ mokutil.spec ++
--- /var/tmp/diff_new_pack.wEdHhx/_old  2014-03-25 13:23:54.0 +0100
+++ /var/tmp/diff_new_pack.wEdHhx/_new  2014-03-25 13:23:54.0 +0100
@@ -32,6 +32,10 @@
 Patch3: mokutil-fix-hash-list-size.patch
 # PATCH-FIX-UPSTREAM mokutil-clean-request.patch g...@suse.com -- Clear the 
request if all keys are removed
 Patch4: mokutil-clean-request.patch
+# PATCH-FIX-UPSTREAM mokutil-more-details-for-skipped-keys.patch g...@suse.com 
-- Be more verbose while skipping a key
+Patch5: mokutil-more-details-for-skipped-keys.patch
+# PATCH-FIX-UPSTREAM mokutil-check-secure-boot-support.patch g...@suse.com -- 
Check whether the system supports secure boot or not
+Patch6: mokutil-check-secure-boot-support.patch
 # PATCH-FIX-OPENSUSE mokutil-support-revoke-builtin-cert.patch g...@suse.com 
-- Add an option to revoke the built-in certificate
 Patch100:   mokutil-support-revoke-builtin-cert.patch
 BuildRequires:  autoconf
@@ -57,6 +61,8 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
 %patch100 -p1
 
 %build

++ mokutil-check-secure-boot-support.patch ++
>From e8899f1f26a77dfd870388156381489d53e5548c Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin 
Date: Mon, 24 Mar 2014 15:20:27 +0800
Subject: [PATCH] Check whether the system supports Secure Boot or not

Signed-off-by: Gary Ching-Pang Lin 
---
 src/mokutil.c | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/src/mokutil.c b/src/mokutil.c
index cd039f0..149df2b 100644
--- a/src/mokutil.c
+++ b/src/mokutil.c
@@ -2211,6 +2211,23 @@ main (int argc, char *argv[])
if (hash_file && use_root_pw)
command |= HELP;
 
+   if (!(command & HELP)) {
+   /* Check whether the machine supports Secure Boot or not */
+   efi_variable_t var;
+   efi_status_t status;
+
+   memset (&var, 0, sizeof(var));
+   var.VariableName = "SecureBoot";
+   var.VendorGuid = EFI_GLOBAL_VARIABLE;
+   status = read_variable (&var);
+   if (status != EFI_SUCCESS) {
+   fprintf (stderr, "This system doesn't support Secure 
Boot\n");
+   ret = -1;
+   goto out;
+   }
+   free (var.Data);
+   }
+
switch (command) {
case LIST_ENROLLED:
case LIST_ENROLLED | MOKX:
@@ -2331,6 +2348,7 @@ main (int argc, char *argv[])
break;
}
 
+out:
if (files) {
for (i = 0; i < total; i++)
free (files[i]);
-- 
1.8.4.5

++ mokutil-more-details-for-skipped-keys.patch ++
>From 98fe9bfda3bcf6c532d57e07e6ba25c350e7b7a1 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin 
Date: Thu, 13 Feb 2014 14:32:18 +0800
Subject: [PATCH 1/3] Be more verbose while skipping a key

Signed-off-by: Gary Ching-Pang Lin 
---
 src/mokutil.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mokutil.c b/src/mokutil.c
index 1c32313..3655b92 100644
--- a/src/mokutil.c
+++ b/src/mokutil.c
@@ -1228,7 +1228,8 @@ issue_mok_request (char **files, uint32_t total, 
MokRequest req,
printf ("Removed %s from %s\n", files[i], reverse_req);
ptr -= sizeof(EFI_SIGNATURE_LIST) + sizeof(efi_guid_t);
} else {
-   printf ("Skip %s\n", files[i]);
+   printf ("%s is already enrolled or in %s request\n", 
files[i],
+   import?"an enrollment":"a deletion");
ptr -= sizeof(EFI_SIGNATURE_LIST) + sizeof(efi_guid_t);
}
 
-- 
1.8.4.5


>From 2e5560600b213e35e59d4a7923c01f8b9c095323 Mon Sep 17 00:00:00 2001
From: 

commit makeself for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package makeself for openSUSE:Factory 
checked in at 2014-03-25 13:23:47

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


Package is "makeself"

Changes:

--- /work/SRC/openSUSE:Factory/makeself/makeself.changes2013-04-15 
11:15:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.makeself.new/makeself.changes   2014-03-25 
13:23:49.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 24 13:25:46 UTC 2014 - speili...@suse.com
+
+- Most software (such as Virtualbox) expects 'makeself', not makeself.sh.
+  Rename and provide a compat symlink
+
+---



Other differences:
--
++ makeself.spec ++
--- /var/tmp/diff_new_pack.hWRgwC/_old  2014-03-25 13:23:50.0 +0100
+++ /var/tmp/diff_new_pack.hWRgwC/_new  2014-03-25 13:23:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package makeself
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -50,7 +50,8 @@
 %build
 
 %install
-install -D -m0755 makeself.sh  %{buildroot}%{_bindir}/makeself.sh
+install -D -m0755 makeself.sh  %{buildroot}%{_bindir}/makeself
+ln -s /usr/bin/makeself %{buildroot}%{_bindir}/makeself.sh
 install -D -m0755 makeself-header.sh  %{buildroot}%{_bindir}/makeself-header.sh
 install -D -m0644 makeself.1 %{buildroot}%{_mandir}/man1/makeself.1
 
@@ -59,6 +60,7 @@
 %doc README.md COPYING
 %{_bindir}/makeself-header.sh
 %{_bindir}/makeself.sh
+%{_bindir}/makeself
 %{_mandir}/man1/makeself.1*
 
 %changelog

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



commit ibus-anthy for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package ibus-anthy for openSUSE:Factory 
checked in at 2014-03-25 13:22:34

Comparing /work/SRC/openSUSE:Factory/ibus-anthy (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-anthy.new (New)


Package is "ibus-anthy"

Changes:

--- /work/SRC/openSUSE:Factory/ibus-anthy/ibus-anthy.changes2013-10-08 
20:35:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-anthy.new/ibus-anthy.changes   
2014-03-25 13:22:35.0 +0100
@@ -1,0 +2,15 @@
+Wed Mar 19 20:13:11 CST 2014 - hillw...@linuxfans.org
+
+- update to 1.5.5
+  * Fixed IOError in print sys.stderr when the parent process exits.
+  * Added python3 (not enabled for this package).
+  * Launched an error dialog when .anthy/last-record2_default.utf8 is broken.
+  * Enabled python3 in data/zipcode-textdic.py
+
+---
+Mon Feb 17 09:53:07 UTC 2014 - fcro...@suse.com
+
+- Move libanthygobject-1.0.so.5 to main package, devel package
+  shouldn't be required by main package.
+
+---

Old:

  ibus-anthy-1.5.4.tar.gz

New:

  ibus-anthy-1.5.5.tar.gz



Other differences:
--
++ ibus-anthy.spec ++
--- /var/tmp/diff_new_pack.VBSon7/_old  2014-03-25 13:22:35.0 +0100
+++ /var/tmp/diff_new_pack.VBSon7/_new  2014-03-25 13:22:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-anthy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,14 +29,14 @@
 BuildRequires:  python-gobject2-devel
 BuildRequires:  swig
 BuildRequires:  update-desktop-files
-Version:1.5.4
+Version:1.5.5
 Release:0
 Summary:The Anthy engine for IBus input platform
 License:GPL-2.0+
 Group:  System/I18n/Japanese
 Provides:   locale(ibus:ja)
 Url:http://code.google.com/p/ibus/
-Source: %{name}-%{version}.tar.gz
+Source: 
https://github.com/ibus/ibus-anthy/releases/download/%{version}/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %define python_sitearch %(%{__python} -c "from distutils.sysconfig import 
get_python_lib; print get_python_lib(1)")
@@ -72,9 +72,9 @@
 
 %suse_update_desktop_file ibus-setup-anthy System Utility settings
 
-%post devel -p /sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun devel -p/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -86,11 +86,12 @@
 %{_libdir}/girepository-1.0
 %{_datadir}/applications/ibus-setup-anthy.desktop
 %{_datadir}/icons/hicolor/
+%{_libdir}/libanthygobject-*.so.*
 
 %files devel 
 %defattr(-,root,root,-)
 %{_includedir}/ibus-anthy-1.0
 %{_datadir}/gir-1.0
-%{_libdir}/libanthygobject-*
+%{_libdir}/libanthygobject-*.so
 
 %changelog

++ ibus-anthy-1.5.4.tar.gz -> ibus-anthy-1.5.5.tar.gz ++
 51398 lines of diff (skipped)

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



commit kiwi-config-openSUSE for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2014-03-25 13:23:25

Comparing /work/SRC/openSUSE:Factory/kiwi-config-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new (New)


Package is "kiwi-config-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2014-03-04 13:31:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2014-03-25 13:23:26.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 23 15:10:44 UTC 2014 - co...@suse.com
+
+- adapt to latest xdm changes
+
+---



Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.uyMUIH/_old  2014-03-25 13:23:28.0 +0100
+++ /var/tmp/diff_new_pack.uyMUIH/_new  2014-03-25 13:23:28.0 +0100
@@ -66,7 +66,7 @@
 %setup -T -c
 testdir=$(mktemp -d)
 install -D /usr/lib/YaST2/startup/YaST2.call 
$testdir/usr/lib/YaST2/startup/YaST2.call
-install -D /etc/init.d/xdm $testdir/etc/init.d/xdm
+install -D /usr/lib/X11/display-manager $testdir/usr/lib/X11/display-manager
 cd $testdir
 patch -p0 < %{SOURCE26}
 



++ xdm-liveinstall.patch ++
--- /var/tmp/diff_new_pack.uyMUIH/_old  2014-03-25 13:23:28.0 +0100
+++ /var/tmp/diff_new_pack.uyMUIH/_new  2014-03-25 13:23:28.0 +0100
@@ -11,9 +11,9 @@
  
  #=
 
 etc/init.d/xdm.orig2012-09-19 14:09:30.0 +
-+++ etc/init.d/xdm 2012-09-19 14:10:05.0 +
-@@ -208,7 +208,13 @@
+--- usr/lib/X11/display-manager.orig   2012-09-19 14:09:30.0 +
 usr/lib/X11/display-manager2012-09-19 14:10:05.0 +
+@@ -182,7 +182,13 @@
  rc_exit
  fi
fi

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



commit glibc-testsuite for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package glibc-testsuite for openSUSE:Factory 
checked in at 2014-03-25 13:21:31

Comparing /work/SRC/openSUSE:Factory/glibc-testsuite (Old)
 and  /work/SRC/openSUSE:Factory/.glibc-testsuite.new (New)


Package is "glibc-testsuite"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _constraints ++
--- /var/tmp/diff_new_pack.Tgg9sj/_old  2014-03-25 13:21:33.0 +0100
+++ /var/tmp/diff_new_pack.Tgg9sj/_new  2014-03-25 13:21:33.0 +0100
@@ -5,5 +5,5 @@
   1500
 
   
-  kvm
+  xen
 

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



commit gphoto for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package gphoto for openSUSE:Factory checked 
in at 2014-03-25 13:22:09

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


Package is "gphoto"

Changes:

--- /work/SRC/openSUSE:Factory/gphoto/gphoto.changes2014-01-14 
19:52:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.gphoto.new/gphoto.changes   2014-03-25 
13:22:11.0 +0100
@@ -1,0 +2,8 @@
+Sun Mar 23 19:45:42 UTC 2014 - meiss...@suse.com
+
+- updated to 2.5.4 release
+  - --skip-existing option that skips if a local file would already exist
+  - %F for foldername inclusion added to format strings for --filename
+  - add the commandline arguments to the debug log
+
+---

Old:

  gphoto2-2.5.3.tar.bz2
  gphoto2-2.5.3.tar.bz2.asc

New:

  gphoto2-2.5.4.tar.bz2
  gphoto2-2.5.4.tar.bz2.asc



Other differences:
--
++ gphoto.spec ++
--- /var/tmp/diff_new_pack.KWD0NR/_old  2014-03-25 13:22:12.0 +0100
+++ /var/tmp/diff_new_pack.KWD0NR/_new  2014-03-25 13:22:12.0 +0100
@@ -27,7 +27,7 @@
 Summary:A Digital Camera Utility
 License:GPL-2.0+
 Group:  Hardware/Camera
-Version:2.5.3
+Version:2.5.4
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/gphoto/%{version}/%{name}2-%{version}.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/gphoto/%{version}/%{name}2-%{version}.tar.bz2.asc


++ gphoto2-2.5.3.tar.bz2 -> gphoto2-2.5.4.tar.bz2 ++
 45367 lines of diff (skipped)

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



commit hiawatha for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package hiawatha for openSUSE:Factory 
checked in at 2014-03-25 13:22:17

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


Package is "hiawatha"

Changes:

--- /work/SRC/openSUSE:Factory/hiawatha/hiawatha.changes2014-02-18 
14:44:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.hiawatha.new/hiawatha.changes   2014-03-25 
13:22:19.0 +0100
@@ -1,0 +2,15 @@
+Mon Mar 24 23:25:24 UTC 2014 - fi...@opensuse.org
+
+- Update to 9.4:
+  * Keep-Alive connections for reverse proxy made optional.
+  * ErrorXSLTfile option added.
+  * IgnoreDotHiawatha option added.
+  * RandomHeader option added.
+  * Dropped support for RC4.
+  * PolarSSL updated to version 1.3.4.
+  * Added support for Hyper Text Coffee Pot Control Protocol (RFC2324).
+  * Added SSL_CIPHER to CGI environment.
+  * Added Public/Private to UrlToolkit expire option.
+  * Small improvements.
+
+---

Old:

  hiawatha-9.3.1.tar.gz

New:

  hiawatha-9.4.tar.gz



Other differences:
--
++ hiawatha.spec ++
--- /var/tmp/diff_new_pack.30og7I/_old  2014-03-25 13:22:20.0 +0100
+++ /var/tmp/diff_new_pack.30og7I/_new  2014-03-25 13:22:20.0 +0100
@@ -20,7 +20,7 @@
 %define webroot /srv/www
 
 Name:   hiawatha
-Version:9.3.1
+Version:9.4
 Release:0
 Summary:A secure and advanced webserver
 License:GPL-2.0
@@ -125,6 +125,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/%{name}/mimetype.conf
 %config(noreplace) %{_sysconfdir}/%{name}/index.xslt
+%config(noreplace) %{_sysconfdir}/%{name}/error.xslt
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 %config(noreplace) 
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl

++ hiawatha-9.3.1.tar.gz -> hiawatha-9.4.tar.gz ++
 16447 lines of diff (skipped)

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



commit gnome-user-share for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-user-share for 
openSUSE:Factory checked in at 2014-03-25 13:21:49

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


Package is "gnome-user-share"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-user-share/gnome-user-share.changes
2013-11-24 11:55:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-user-share.new/gnome-user-share.changes   
2014-03-25 13:21:50.0 +0100
@@ -1,0 +2,17 @@
+Tue Mar 18 12:26:35 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.10.2:
+  + Fix race condition when moving to Downloads dir.
+  + Fix notifications not working.
+  + Reject transfers in one place.
+  + Remove temp files when rejecting transfers.
+  + Enable notifications by default.
+  + Use FileManager1 XDG API to reveal file.
+  + Fix launch context leak.
+  + Use correct desktop-entry hint.
+  + Use Bluetooth icon for notifications.
+  + Fix agent not working when restarting obexd.
+  + Remove the status icon.
+  + Updated translations.
+
+---

Old:

  gnome-user-share-3.10.1.tar.xz

New:

  gnome-user-share-3.10.2.tar.xz



Other differences:
--
++ gnome-user-share.spec ++
--- /var/tmp/diff_new_pack.rCMC5j/_old  2014-03-25 13:21:51.0 +0100
+++ /var/tmp/diff_new_pack.rCMC5j/_new  2014-03-25 13:21:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-user-share
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-user-share
-Version:3.10.1
+Version:3.10.2
 Release:0
 Summary:GNOME user file sharing
 License:GPL-2.0+

++ gnome-user-share-3.10.1.tar.xz -> gnome-user-share-3.10.2.tar.xz ++
 11703 lines of diff (skipped)

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



commit geary for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package geary for openSUSE:Factory checked 
in at 2014-03-25 13:21:33

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


Package is "geary"

Changes:

--- /work/SRC/openSUSE:Factory/geary/geary.changes  2013-12-16 
15:58:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.geary.new/geary.changes 2014-03-25 
13:21:34.0 +0100
@@ -1,0 +2,61 @@
+Wed Mar 19 10:53:47 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.6.0:
+  + Cleaned up star/unstar and mark as read/unread functionality.
+  + Added localized help docs to installed files.
+  + Many bugfixes.
+- Add xml2po BuildRequires: new dependency.
+
+---
+Tue Mar  4 15:43:22 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.5.3:
+  + Better styling of collapsed quotes.
+  + "Use IMAP credentials" option in account creation dialog.
+  + Fixed support for GMail drafts.
+  + Fixed background synchronizer.
+  + Fixed some unread count issues.
+  + Fixed some IMAP issues.
+  + Fixed theming issues.
+  + Other miscellaneous bugfixes.
+
+---
+Sat Feb 15 08:47:20 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.5.2:
+  + Improved recognition of special folders for "Other" accounts.
+  + Prompt before permanently deleting messages.
+  + Allow searching for "from:me" and the like.
+  + Conversation viewer quoted text improvements.
+  + UI and icon improvements.
+  + Miscellaneous bugfixes.
+
+---
+Fri Jan 31 08:52:15 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.5.1:
+  + Ability to save sent mail.
+  + Basic search operators.
+  + Separate trash, archive, and delete operations.
+  + Improved special folder handling for "Other" accounts.
+  + Fixed some IMAP issues.
+  + Speed improvements & miscellaneous bugfixes.
+- Drop geary-compile-with-WebKitGTK-2.3.x.patch and
+  geary-vala-workaround.patch: fixed upstream.
+
+---
+Sun Dec 22 11:39:09 UTC 2013 - zai...@opensuse.org
+
+- Add geary-compile-with-WebKitGTK-2.3.x.patch, compile with
+  WebKitGTK 2.3.x. This also introduces compiling WebKit-3.0.gir to
+  a VAPI and using that during compilation (bgo#720315). 
+
+---
+Sun Dec 15 12:01:28 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.5.0:
+  + Port to GtkApplication.
+  + Use app menu instead of gear button menu, where available.
+  + Miscellaneous bugfixes.
+
+---

Old:

  geary-0.4.3.tar.xz
  geary-vala-workaround.patch

New:

  geary-0.6.0.tar.xz



Other differences:
--
++ geary.spec ++
--- /var/tmp/diff_new_pack.GodskH/_old  2014-03-25 13:21:35.0 +0100
+++ /var/tmp/diff_new_pack.GodskH/_new  2014-03-25 13:21:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geary
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,18 @@
 
 
 Name:   geary
-Version:0.4.3
+Version:0.6.0
 Release:0
 Summary:A lightweight email reader for the GNOME desktop
 License:LGPL-2.0+
 Group:  Productivity/Networking/Email/Clients
 Url:http://yorba.org/geary
-Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/geary/0.4/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM geary-vala-workaround.patch bgo#720433 
dims...@opensuse.org -- Work around vala creating wrong conversions in some 
cases
-Patch0: geary-vala-workaround.patch
+Source: 
http://download.gnome.org/sources/geary/0.6/%{name}-%{version}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
+BuildRequires:  xml2po
 BuildRequires:  pkgconfig(gee-0.8) >= 0.8.5
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
@@ -42,7 +41,7 @@
 BuildRequires:  pkgconfig(libsecret-1) >= 0.11
 BuildRequires:  pkgconfig(sqlite3) >= 3.7.4
 BuildRequires:  pkgconfig(unique-3.0) >= 3.0.0
-BuildRequires:  pkgconfig(vapigen) >= 0.17.4
+BuildRequires:  pkgconfig(vapigen) >= 0.22.1
 BuildRequires:  pkgconfig(webkitgtk-3.0) >= 1.8.0
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -5

commit erlang for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2014-03-25 13:20:51

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


Package is "erlang"

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2014-03-04 
13:21:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2014-03-25 
13:20:52.0 +0100
@@ -1,0 +2,10 @@
+Sun Mar 23 07:51:54 UTC 2014 - matwey.korni...@gmail.com
+
+- Add README.SUSE, modify epmd.socket: fix bnc#869112
+
+---
+Sun Mar 23 06:46:23 UTC 2014 - matwey.korni...@gmail.com
+
+- Add erlang-observer package (observer depends on wx)
+
+---

New:

  README.SUSE



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.C6oOvw/_old  2014-03-25 13:20:54.0 +0100
+++ /var/tmp/diff_new_pack.C6oOvw/_new  2014-03-25 13:20:54.0 +0100
@@ -35,6 +35,7 @@
 Source6:macros.erlang
 Source7:epmd.service
 Source8:epmd.socket
+Source9:README.SUSE
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: otp-R16B-rpath.patch
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
@@ -160,6 +161,17 @@
 target system. The backend provides a batch interface
 for generation of customized target systems.
 
+%package observer
+Summary:A GUI tool for observing an erlang system
+Group:  Development/Languages/Other
+Requires:   %{name} = %{version}
+Requires:   %{name}-wx = %{version}
+
+%description observer
+The observer is gui frontend containing various tools to inspect a system.
+It displays system information, application structures, process information,
+ets or mnesia tables and a frontend for tracing with ttb. 
+
 %package src
 Summary:Erlang/OTP applications sources
 Group:  Development/Languages/Other
@@ -230,6 +242,16 @@
 They are useful for educational purpose and as a base for creating
 embedded systems.
 
+%package observer-src
+Summary:Erlang/OTP observer application sources
+Group:  Development/Languages/Other
+Requires:   %{name}-observer = %{version}
+
+%description observer-src
+Erlang sources for the observer application in the Erlang/OTP system.
+They are useful for educational purpose and as a base for creating
+
+embedded systems.
 %package toolbar-src
 Summary:Erlang/OTP toolbar application sources
 Group:  Development/Languages/Other
@@ -300,6 +322,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+cp %{S:9} .
 
 ./otp_build autoconf
 # enable dynamic linking for ssl
@@ -438,6 +461,9 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS EPLICENCE README
+%if 0%{?have_systemd}
+%doc README.SUSE
+%endif
 %doc %{_libdir}/erlang/PR.template
 %doc %{_libdir}/erlang/README
 %doc %{_libdir}/erlang/COPYRIGHT
@@ -475,7 +501,6 @@
 %{_libdir}/erlang/lib/kernel-*/
 %{_libdir}/erlang/lib/megaco-*/
 %{_libdir}/erlang/lib/mnesia-*/
-%{_libdir}/erlang/lib/observer-*/
 %{_libdir}/erlang/lib/odbc-*/
 %{_libdir}/erlang/lib/orber-*/
 %{_libdir}/erlang/lib/os_mon-*/
@@ -549,6 +574,11 @@
 %{_libdir}/erlang/lib/reltool-*/
 %exclude %{_libdir}/erlang/lib/reltool-*/src
 
+%files observer
+%defattr(-,root,root)
+%{_libdir}/erlang/lib/observer-*/
+%exclude %{_libdir}/erlang/lib/observer-*/src
+
 %files toolbar
 %defattr(-,root,root)
 %{_libdir}/erlang/lib/toolbar-*/
@@ -576,6 +606,7 @@
 %exclude %{_libdir}/erlang/lib/gs-*/src
 %exclude %{_libdir}/erlang/lib/jinterface-*/java_src
 %exclude %{_libdir}/erlang/lib/reltool-*/src
+%exclude %{_libdir}/erlang/lib/observer-*/src
 %exclude %{_libdir}/erlang/lib/toolbar-*/src
 %exclude %{_libdir}/erlang/lib/tv-*/src
 %exclude %{_libdir}/erlang/lib/wx-*/src
@@ -604,6 +635,10 @@
 %defattr(-,root,root)
 %{_libdir}/erlang/lib/reltool-*/src
 
+%files observer-src
+%defattr(-,root,root)
+%{_libdir}/erlang/lib/observer-*/src
+
 %files toolbar-src
 %defattr(-,root,root)
 %{_libdir}/erlang/lib/toolbar-*/src

++ README.SUSE ++
# Erlang in openSUSE
## Erlang Port-mapper Daemon and systemd

Erlang Port-mapper Daemon in openSUSE uses systemd socket-activation. In order 
to fulfill security considerations, EPMd listens on loop-back interface by 
default. This is enough to run rabbitmq-server, ejabberd and user-started beam 
processes.

For clustering, please, use ```/etc/systemd/system/epmd.socket.d/``` to 
configure interfaces to listen on. See man systemd.unit(5) for details.

### Upgrading from sysvinit
```/etc/sysconfig/erlang``` has no effect now, to con

commit elfutils for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory 
checked in at 2014-03-25 13:20:40

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


Package is "elfutils"

Changes:

--- /work/SRC/openSUSE:Factory/elfutils/elfutils.changes2014-01-30 
19:16:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.elfutils.new/elfutils.changes   2014-03-25 
13:20:41.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 22 17:19:48 UTC 2014 - jeng...@inai.de
+
+- SPARC build requires the large PIC model (or else build fails)
+
+---



Other differences:
--
++ elfutils.spec ++
--- /var/tmp/diff_new_pack.v6G7md/_old  2014-03-25 13:20:42.0 +0100
+++ /var/tmp/diff_new_pack.v6G7md/_new  2014-03-25 13:20:42.0 +0100
@@ -152,6 +152,10 @@
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 TIME="\"$(date -d "${modified}" "+%%R")\""
 find . -type f -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
+%ifarch %sparc
+# Small PIC model not sufficient
+export CFLAGS="%optflags -fPIC"
+%endif
 %configure --program-prefix=eu-
 make %{?_smp_mflags}
 

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



commit gtk2 for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2014-03-25 13:19:59

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


Package is "gtk2"

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2014-02-15 
17:16:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2014-03-25 
13:20:02.0 +0100
@@ -1,0 +2,9 @@
+Tue Mar 18 09:32:23 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.24.23:
+  + Bugs fixed: bgo#634146, bgo#651224, bgo#665507, bgo#671538,
+bgo#701751, bgo#704937, bgo#705367, bgo#708119, bgo#708783,
+bgo#710936, bgo#70, bgo#711298, bgo#711552, bgo#712536,
+bgo#722496.
+
+---

Old:

  gtk+-2.24.22.tar.xz

New:

  gtk+-2.24.23.tar.xz



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.JyMKu7/_old  2014-03-25 13:20:04.0 +0100
+++ /var/tmp/diff_new_pack.JyMKu7/_new  2014-03-25 13:20:04.0 +0100
@@ -21,7 +21,7 @@
 
 Name:   gtk2
 %define _name gtk+
-Version:2.24.22
+Version:2.24.23
 Release:0
 # FIXME: when updating to next version, check whether we can remove the 
workaround for bgo#596977 below (removing -fomit-frame-pointer)
 Summary:The GTK+ toolkit library (version 2)

++ gtk+-2.24.22.tar.xz -> gtk+-2.24.23.tar.xz ++
/work/SRC/openSUSE:Factory/gtk2/gtk+-2.24.22.tar.xz 
/work/SRC/openSUSE:Factory/.gtk2.new/gtk+-2.24.23.tar.xz differ: char 26, line 1

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



commit librsvg for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package librsvg for openSUSE:Factory checked 
in at 2014-03-25 13:19:58

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


Package is "librsvg"

Changes:

--- /work/SRC/openSUSE:Factory/librsvg/librsvg.changes  2013-12-24 
16:04:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.librsvg.new/librsvg.changes 2014-03-25 
13:19:59.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 18 09:21:41 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.40.2:
+  + Bugs fixed: bgo#710163, bgo#719552.
+
+---

Old:

  librsvg-2.40.1.tar.xz

New:

  librsvg-2.40.2.tar.xz



Other differences:
--
++ librsvg.spec ++
--- /var/tmp/diff_new_pack.0YoImq/_old  2014-03-25 13:20:00.0 +0100
+++ /var/tmp/diff_new_pack.0YoImq/_new  2014-03-25 13:20:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librsvg
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   librsvg
-Version:2.40.1
+Version:2.40.2
 Release:0
 Summary:A Library for Rendering SVG Data
 License:LGPL-2.0+ and GPL-2.0+

++ librsvg-2.40.1.tar.xz -> librsvg-2.40.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librsvg-2.40.1/ChangeLog new/librsvg-2.40.2/ChangeLog
--- old/librsvg-2.40.1/ChangeLog2013-11-19 18:34:24.0 +0100
+++ new/librsvg-2.40.2/ChangeLog2014-03-17 19:46:57.0 +0100
@@ -1,3 +1,41 @@
+commit 02cb19835cb52bd84b0b5eaca1b4d6338417d261
+Author: Antoine Jacoutot 
+Date:   Tue Oct 15 09:36:30 2013 +0200
+
+portability: canonicalize_file_name -> realpath
+
+canonicalize_file_name() is a GNU extension so let's use the portable
+realpath() instead.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=710163
+
+ rsvg-base.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 6f6be8c524cc42828eb87c10b54a242c6a2484e3
+Author: Philip Withnall 
+Date:   Fri Nov 29 12:55:23 2013 +
+
+test-display: Fix potential g_object_unref(NULL) call
+
+base_file can legitimately be NULL at this point.
+
+Found by scan-build.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=719552
+
+ test-display.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 8a9afc72dbfd75461991da1a8699da1abae074e6
+Author: Christian Persch 
+Date:   Tue Nov 19 18:48:41 2013 +0100
+
+Post release version bump
+
+ configure.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 284513935f4ddfed6aec98c3342eb3c13773140f
 Author: Christian Persch 
 Date:   Tue Nov 19 18:34:08 2013 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librsvg-2.40.1/configure new/librsvg-2.40.2/configure
--- old/librsvg-2.40.1/configure2013-11-19 12:05:39.0 +0100
+++ new/librsvg-2.40.2/configure2014-03-17 19:45:31.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for RSVG 2.40.1.
+# Generated by GNU Autoconf 2.69 for RSVG 2.40.2.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='RSVG'
 PACKAGE_TARNAME='librsvg'
-PACKAGE_VERSION='2.40.1'
-PACKAGE_STRING='RSVG 2.40.1'
+PACKAGE_VERSION='2.40.2'
+PACKAGE_STRING='RSVG 2.40.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=librsvg'
 PACKAGE_URL=''
 
@@ -1418,7 +1418,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures RSVG 2.40.1 to adapt to many kinds of systems.
+\`configure' configures RSVG 2.40.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1488,7 +1488,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of RSVG 2.40.1:";;
+ short | recursive ) echo "Configuration of RSVG 2.40.2:";;
esac
   cat <<\_ACEOF
 
@@ -1634,7 +1634,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-RSVG configure 2.40.1
+RSVG configure 2.40.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software F

commit syslinux for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2014-03-25 13:20:00

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


Package is "syslinux"

Changes:

--- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes2014-03-06 
19:18:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2014-03-25 
13:20:04.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 21 13:10:04 CET 2014 - snw...@suse.de
+
+- timeout.diff: fix timeout counter to work more accurate (bnc #691211)
+
+---

New:

  syslinux-4.04-timeout.diff



Other differences:
--
++ syslinux.spec ++
--- /var/tmp/diff_new_pack.6YHYNx/_old  2014-03-25 13:20:05.0 +0100
+++ /var/tmp/diff_new_pack.6YHYNx/_new  2014-03-25 13:20:05.0 +0100
@@ -48,6 +48,7 @@
 Patch11:%{name}-%{version}-localboot.diff
 Patch12:%{name}-%{version}-geometry.diff
 Patch13:%{name}-%{version}-nostrip.diff
+Patch14:%{name}-%{version}-timeout.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,6 +78,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p0
+%patch14 -p1
 
 %build
 cp %{SOURCE2} .

++ syslinux-4.04-timeout.diff ++
diff --git a/core/ui.inc b/core/ui.inc
index 0a4bb56..97945c9 100644
--- a/core/ui.inc
+++ b/core/ui.inc
@@ -529,30 +529,36 @@ kernel_corrupt: mov si,err_notkernel
 ; which can be adjusted by the caller based on the corresponding
 ; master variables; on return they're updated.
 ;
-; This cheats.  If we say "no timeout" we actually get a timeout of
-; 7.5 years.
-;
 getchar_timeout:
call vgashowcursor
call reset_idle
 
 .loop:
-   push word [__jiffies]
+   push dword [__jiffies]
call pollchar
jnz .got_char
call do_idle
-   pop ax
-   cmp ax,[__jiffies]  ; Has the timer advanced?
+   pop eax
+   sub eax,[__jiffies] ; Has the timer advanced?
je .loop
 
-   dec dword [ThisKbdTo]
-   jz .timeout
-   dec dword [ThisTotalTo]
-   jnz .loop
+   ; more than one tick may have passed, keep the diff in eax
+   neg eax
+
+   cmp dword [ThisKbdTo],0
+   jz .chk_total
+   sub [ThisKbdTo],eax
+   jbe .timeout
+
+.chk_total:
+   cmp dword [ThisTotalTo],0
+   jz .loop
+   sub [ThisTotalTo],eax
+   ja .loop
 
 .timeout:
; Timeout
-   pop cx  ; Discard return address
+   pop ecx ; Discard return address
call vgahidecursor
mov si,Ontimeout; Copy ontimeout command
mov di,command_line
@@ -561,7 +567,7 @@ getchar_timeout:
jmp command_done
 
 .got_char:
-   pop cx  ; Discard
+   pop ecx ; Discard
call getchar
call vgahidecursor
ret
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Mojolicious for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2014-03-25 13:19:43

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


Package is "perl-Mojolicious"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2014-02-11 10:44:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2014-03-25 13:19:44.0 +0100
@@ -1,0 +2,41 @@
+Sat Mar 22 19:01:23 UTC 2014 - co...@suse.com
+
+- updated to 4.90
+   - Removed deprecated to_rel method from Mojo::URL.
+   - Updated IO::Socket::SSL requirement to 1.84 due to breaking changes in
+ IO::Socket::SSL.
+   - Improved documentation browser with more accessible links and readable
+ inline code.
+   - Fixed textarea and title parsing bugs in Mojo::DOM::HTML.
+ 
+ 4.89  2014-03-13
+   - Added support for template variants.
+   - Improved built-in templates with unobtrusive menu bar.
+   - Fixed bug in Mojo::DOM::HTML where non-self-closing elements were not
+ handled correctly.
+   - Fixed bug in Mojo::DOM::HTML where  was not treated as an alias for
+ .
+ 
+ 4.88  2014-03-09
+   - Added build_controller method to Mojolicious.
+   - Added match method to Mojolicious::Routes.
+   - Improved Mojo::Server::Daemon to handle setuid/setgid errors more
+ gracefully.
+   - Improved Mojo::Server::Prefork to handle lock file errors more gracefully.
+   - Improved exception page to show better context information for templates.
+   - Fixed comment on last line bug in Mojo::Template.
+ 
+ 4.87  2014-03-04
+   - Improved Mojo::ByteStream to allow more method chaining.
+   - Fixed RFC 7159 support in Mojo::JSON.
+   - Fixed RFC 7159 compliance bugs in Mojo::Transaction::WebSocket and
+ Test::Mojo.
+   - Fixed Unicode bugs in Test::Mojo.
+ 
+ 4.86  2014-03-03
+   - Improved Mojo::IOLoop::Delay to allow more method chaining.
+   - Improved WebSocket and long poll performance.
+
+... and tons more, see Changes
+
+---

Old:

  Mojolicious-4.70.tar.gz

New:

  Mojolicious-4.90.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.f7IXm2/_old  2014-03-25 13:19:45.0 +0100
+++ /var/tmp/diff_new_pack.f7IXm2/_new  2014-03-25 13:19:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:4.70
+Version:4.90
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
@@ -29,98 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Compress::Raw::Zlib)
-#BuildRequires: perl(Digest::SHA)
-#BuildRequires: perl(EV) >= 4.0
-#BuildRequires: perl(feature)
-#BuildRequires: perl(IO::Compress::Gzip)
-#BuildRequires: perl(Mojo)
-#BuildRequires: perl(Mojo::Asset::File)
-#BuildRequires: perl(Mojo::Asset::Memory)
-#BuildRequires: perl(Mojo::Base)
-#BuildRequires: perl(Mojo::BaseTest::Base1)
-#BuildRequires: perl(Mojo::BaseTest::Base2)
-#BuildRequires: perl(Mojo::BaseTest::Base3)
-#BuildRequires: perl(Mojo::ByteStream)
-#BuildRequires: perl(Mojo::Cache)
-#BuildRequires: perl(Mojo::Collection)
-#BuildRequires: perl(Mojo::Content::MultiPart)
-#BuildRequires: perl(Mojo::Content::Single)
-#BuildRequires: perl(Mojo::Cookie::Request)
-#BuildRequires: perl(Mojo::Cookie::Response)
-#BuildRequires: perl(Mojo::Date)
-#BuildRequires: perl(Mojo::DeprecationTest)
-#BuildRequires: perl(Mojo::DOM)
-#BuildRequires: perl(Mojo::DOM::CSS)
-#BuildRequires: perl(Mojo::DOM::HTML)
-#BuildRequires: perl(Mojo::EventEmitter)
-#BuildRequires: perl(Mojo::Exception)
-#BuildRequires: perl(Mojo::Headers)
-#BuildRequires: perl(Mojo::HelloWorld)
-#BuildRequires: perl(Mojo::Home)
-#BuildRequires: perl(Mojo::IOLoop)
-#BuildRequires: perl(Mojo::IOLoop::Client)
-#BuildRequires: perl(Mojo::IOLoop::Delay)
-#BuildRequires: perl(Mojo::IOLoop::Server)
-#BuildRequires: perl(Mojo::IOLoop::Stream)
-#BuildRequires: perl(Mojo::JSON)
-#BuildRequires: perl(Mojo::JSON::Pointer)
-#BuildRequires: perl(Mojolicious)
-#BuildRequires: perl(Mojolicious::Command)
-#BuildRequires: perl(Mojolicious::Command::cgi)
-#BuildRequires: perl(Mojolicious::Command::cpanify)
-#BuildRequires: perl(Mojolicious::Command::daemon)
-#BuildRequires: perl(Mojolicious::Command::eval)
-#BuildRequires: perl(Mojolicious::Command::generate)
-#BuildRequires: perl(Mojolicious::Command::generate::app)
-#BuildRequires: perl(Mojolicious::Command::generate::lite_app)
-#BuildRequires: perl(Mojolicious::Command::generate::makefile)
-#BuildRequires: pe

commit file for openSUSE:12.3:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package file for openSUSE:12.3:Update 
checked in at 2014-03-25 10:58:40

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


Package is "file"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.m6tEWM/_old  2014-03-25 10:58:41.0 +0100
+++ /var/tmp/diff_new_pack.m6tEWM/_new  2014-03-25 10:58:41.0 +0100
@@ -1 +1 @@
-
+

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



commit file for openSUSE:13.1:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package file for openSUSE:13.1:Update 
checked in at 2014-03-25 10:58:41

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


Package is "file"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.7V7WJV/_old  2014-03-25 10:58:42.0 +0100
+++ /var/tmp/diff_new_pack.7V7WJV/_new  2014-03-25 10:58:42.0 +0100
@@ -1 +1 @@
-
+

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



commit python-magic for openSUSE:12.3:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package python-magic for 
openSUSE:12.3:Update checked in at 2014-03-25 10:58:43

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


Package is "python-magic"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.toQZiu/_old  2014-03-25 10:58:44.0 +0100
+++ /var/tmp/diff_new_pack.toQZiu/_new  2014-03-25 10:58:44.0 +0100
@@ -1 +1 @@
-
+

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



commit python-magic for openSUSE:13.1:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package python-magic for 
openSUSE:13.1:Update checked in at 2014-03-25 10:58:44

Comparing /work/SRC/openSUSE:13.1:Update/python-magic (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-magic.new (New)


Package is "python-magic"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.wM713K/_old  2014-03-25 10:58:45.0 +0100
+++ /var/tmp/diff_new_pack.wM713K/_new  2014-03-25 10:58:45.0 +0100
@@ -1 +1 @@
-
+

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



commit proftpd.2666 for openSUSE:13.1:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package proftpd.2666 for 
openSUSE:13.1:Update checked in at 2014-03-25 10:29:30

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


Package is "proftpd.2666"

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:13.1:Update/.proftpd.2666.new/proftpd.changes
2014-03-25 10:29:31.0 +0100
@@ -0,0 +1,393 @@
+---
+Mon Mar 17 18:38:53 UTC 2014 - ch...@computersalat.de
+
+- fix for bnc#844183
+  * proftpd fails to start due to missing /run/proftpd
+- add own tmpfiles.d file 
+  * proftpd.tmpfile
+
+---
+Thu Oct  3 20:48:44 UTC 2013 - ch...@computersalat.de
+
+- update to 1.3.4d
+  * Fixed broken build when using --disable-ipv6 configure option
+  * Fixed mod_sql "SQLAuthType Backend" MySQL issues
+- fix for bnc#843444 (CVE-2013-4359)
+  * http://bugs.proftpd.org/show_bug.cgi?id=3973
+  * add proftpd-sftp-kbdint-max-responses-bug3973.patch
+
+---
+Mon Jul 29 01:12:53 UTC 2013 - crrodrig...@opensuse.org
+
+- Improve systemd service file 
+- use upstream tmpfiles.d file. related to [bnc#811793]
+- Use /run instead of /var/run 
+
+---
+Wed May  1 20:35:19 UTC 2013 - ch...@computersalat.de
+
+- update to 1.3.4c
+  * Added Spanish translation.
+  * Fixed several mod_sftp issues, including SFTPPassPhraseProvider,
+handling of symlinks for REALPATH requests, and response code logging.
+  * Fixed symlink race for creating directories when UserOwner is in effect.
+  * Increased performance of FTP directory listings.
+- rebase and rename patches (remove version string)
+  * proftpd-1.3.4a-dist.patch -> proftpd-dist.patch
+  * proftpd-1.3.4a-ftpasswd.patch -> proftpd-ftpasswd.patch
+  * proftpd-1.3.4a-strip.patch -> proftpd-strip.patch
+
+---
+Fri Feb  8 00:19:19 UTC 2013 - ch...@computersalat.de
+
+- fix proftpd.conf (rebase basic.conf patch)
+  * IdentLookups is now a seperate module
+ IdentLookups on/off 
+is needed and module is not built cause crrodriguez disabled it.
+
+---
+Thu Nov 29 19:03:00 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---
+Fri Nov  2 15:15:25 UTC 2012 - ch...@computersalat.de
+
+- fix for bnc#787884
+   (https://bugzilla.novell.com/show_bug.cgi?id=787884)
+  * added extra Source proftpd.conf.tmpfile
+
+---
+Thu Aug 30 17:33:30 UTC 2012 - crrodrig...@opensuse.org
+
+- Disable ident lookups, this protocol is totally obsolete
+ and dangerous. (add --disable-ident)
+- Fix debug info generation ( add --disable-strip) 
+
+---
+Wed Aug 29 21:51:49 UTC 2012 - crrodrig...@opensuse.org
+
+- Add systemd unit 
+
+---
+Tue Aug 14 11:11:28 UTC 2012 - ch...@computersalat.de
+
+- update to 1.3.4b
+  + Fixed mod_ldap segfault on login when LDAPUsers with no filters used.
+  + Fixed sporadic SFTP upload issues for large files.
+  + Fixed SSH2 handling for some clients (e.g. OpenVMS).
+  + New FactsOptions directive; see doc/modules/mod_facts.html#FactsOptions
+  + Fixed build errors on Tru64, AIX, Cygwin.
+- add Source Signatuire (.asc) file
+- add noBuildDate patch
+- add lang pkg
+  * --enable-nls
+- add configure option
+  * --enable-openssl, --with-lastlog
+
+---
+Mon Dec 12 15:00:18 UTC 2011 - ch...@computersalat.de
+
+- update to 1.3.4a
+  + Fixed mod_load/mod_wrap2 build issues.
+- 1.3.4
+  + New "NoEmptyFragments" TLSOption added; see the TLSOptions documentation
+for details.
+  + Improved configure script for cross-compiling.
+  + Reworked the proftpd.spec RPM file
+  + Fixed mod_sql_mysql "Alarm clock" bug on FreeBSD.
+  + New "IgnoreSFTPSetTimes" SFTPOption added; see the SFTPOptions
+documentation for details.
+  + Fixed response pool use-after-free issue.
+- for more info please see the RELEASE_NOTES file
+- reworked patches
+  * now p0 patches
+
+---
+Fri Nov 18 14:56:41 UTC 2011 - ch...@computersalat.de
+
+- fix for bnc#731347
+  * no (hostname -s) in post section
+  * reworked basic conf patch
+
+---
+Fri Nov 11 13

commit proftpd for openSUSE:12.3:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package proftpd for openSUSE:12.3:Update 
checked in at 2014-03-25 10:29:29

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


Package is "proftpd"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Aj6uAz/_old  2014-03-25 10:29:30.0 +0100
+++ /var/tmp/diff_new_pack.Aj6uAz/_new  2014-03-25 10:29:30.0 +0100
@@ -1 +1 @@
-
+

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



commit dosfstools for openSUSE:12.3:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:12.3:Update 
checked in at 2014-03-25 10:28:35

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


Package is "dosfstools"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.RoFNpK/_old  2014-03-25 10:28:36.0 +0100
+++ /var/tmp/diff_new_pack.RoFNpK/_new  2014-03-25 10:28:36.0 +0100
@@ -1 +1 @@
-
+

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



commit fontforge.2668 for openSUSE:13.1:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package fontforge.2668 for 
openSUSE:13.1:Update checked in at 2014-03-25 10:28:08

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


Package is "fontforge.2668"

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:13.1:Update/.fontforge.2668.new/fontforge.changes
2014-03-25 10:28:09.0 +0100
@@ -0,0 +1,372 @@
+---
+Mon Mar 17 07:22:17 UTC 2014 - pgaj...@suse.com
+
+- fixed linking against libpng (1.5, 1.6) [bnc#867041]
+  * added fontforge-libpng.diff
+  * removed libpng14-dynamic.diff
+
+---
+Mon Sep  9 08:48:04 UTC 2013 - co...@suse.com
+
+- add fontforge-fixgiflib.patch to fix build with giflib 5.0.5
+
+---
+Tue Apr 16 12:17:30 UTC 2013 - pgaj...@suse.com
+
+- use %requires_eq rather than %requires_ge (exact version)
+
+---
+Tue Apr 16 12:05:41 UTC 2013 - pgaj...@suse.com
+
+- %requires_ge libpng16-16 to avoid 
+  'Application built with libpng-1.5.14 but running with 1.6.1'
+  warning when running fontforge
+
+---
+Fri Jan  4 12:44:05 UTC 2013 - dmitr...@opensuse.org
+
+- Build with cairo and pango support
+
+---
+Sun Dec 30 06:44:35 UTC 2012 - dmitr...@opensuse.org
+
+- Update to 20120731b
+  * see included changelog.html for details
+  * removed obsolete fontforge.py27.diff
+  * removed obsolete fontforge-missing-closedir.diff 
+  * removed obsolete libpng14.diff 
+
+---
+Tue Dec 20 20:25:40 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---
+Mon Oct  3 07:55:35 UTC 2011 - pgaj...@suse.com
+
+- Make rpmlint more happy.
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Apply packaging guidelines (remove redundant/obsolete
+  tags/sections from specfile, etc.)
+
+---
+Mon May 16 14:38:39 CEST 2011 - pgaj...@suse.cz
+
+- updated to 20110222:
+  * Did a lot of work to improve the accuracy in remove overlap.
+  * Fix various error messages. 
+  * Remove some obsolete documentation. 
+  * Technical fixes to stroking code. 
+  * Add a miterlimit to stroking code.
+  * FontForge was using the wrong MIME type for svg files. 
+W3C has changed it and it's now "image/svg+xml" not 
+"image/svg-xml" or "image/svg".
+  * etc. on 
+http://fontforge.sourceforge.net/changelog.html
+  * libpng14.diff and fontforge.py27.diff kept but not needed yet
+
+---
+Mon Sep  6 08:54:57 UTC 2010 - co...@novell.com
+
+- adapt to python 2.7
+
+---
+Thu Apr  8 10:56:13 CEST 2010 - ti...@suse.de
+
+- fix build with older distros before libpng 1.4
+
+---
+Thu Apr  8 08:12:59 UTC 2010 - co...@novell.com
+
+- compile with libpng 1.4
+
+---
+Mon Apr  5 12:00:54 UTC 2010 - t...@suse.de
+
+- Updated to 20090923
+- Enabled Python bindings
+
+---
+Sat Oct  3 12:16:21 UTC 2009 - crrodrig...@opensuse.org
+
+- fontforge-20090622-1.6: missing call to closedir  [bnc#543458]
+- fix -devel package dependencies 
+
+---
+Mon Jul 27 16:57:52 CEST 2009 - ti...@suse.de
+
+- fix missing closedir() (bnc#525022)
+
+---
+Mon Jul 27 15:29:55 CEST 2009 - ti...@suse.de
+
+- updated to version 20090622
+  lots of changes.  See changelog.html for details
+
+---
+Thu Jan 22 00:51:12 CET 2009 - crrodrig...@suse.de
+
+- remove "la" files and static libraries
+- add missing freetype2-devel dependency to -devel package
+
+---
+Mon May 26 12:58:18 CEST 2008 - mfab...@suse.de
+
+- bnc#246804: update to 20080429 (needed to build recent versions
+  of the DejaVu fonts and freefont).
+
+---
+Fri Feb 29 

commit xinetd.2669 for openSUSE:13.1:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package xinetd.2669 for openSUSE:13.1:Update 
checked in at 2014-03-25 10:27:47

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


Package is "xinetd.2669"

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:13.1:Update/.xinetd.2669.new/xinetd.changes  
2014-03-25 10:27:48.0 +0100
@@ -0,0 +1,509 @@
+---
+Mon Mar 17 08:07:02 UTC 2014 - wer...@suse.de
+
+- Make sure that xinetd service becomes real after network is up (bnc#866433) 
+
+---
+Fri Apr 19 12:38:35 UTC 2013 - mvysko...@suse.com
+
+- update to 2.3.15
+ * If the address we're binding to is a multicast address, do the multicast 
join.
+ * Merge the Fedora patch to turn off libwrap processing on tcp rpc services.
+   Patch xinetd-2.3.12-tcp_rpc.patch.
+ * Merge the Fedora patch to add labeled networking.
+   Patch xinetd-2.3.14-label.patch r1.4.
+ * Merge the Fedora patch to fix getpeercon() for labeled networking in MLS 
environments.
+   Patch xinetd-2.3.14-contextconf.patch r1.1
+ * Merge the Fedora patch for int->ssize_t. Patch xinetd-2.3.14-ssize_t.patch 
r1.1
+ * Change compiler flags, -Wconversion generates excessive and unnecessary
+   warnings with gcc, particularly all cases of ntohs(uint16_t).
+   http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614 Additionally add 
-Wno-unused
+   to prevent unnecessary warnings regarding unused function parameters when 
the
+   function is a callback conforming to a standard interface.
+ * Merge patch from Thomas Swan regarding CVE-2012-0862
+- merged the SUSE xinetd.conf with the upstream one
+  this changes default target for logging - now the syslog is used
+  instead of /var/log/xinetd.log
+  * xinetd-config.patch
+- logrotate dependency has been dropped and config file is installed
+  in /usr/share/doc/packages/xinetd
+- drop rc.xinetd and add xinetd.service instead
+- add an entry to README.SUSE explaining the systemd socket activation
+
+---
+Fri Apr  5 09:12:24 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---
+Sat Sep 15 05:44:55 UTC 2012 - co...@suse.com
+
+- fix typo in license string - it's SUSE-xinetd
+
+---
+Tue May 29 13:11:23 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-xinedt
+  Use this license from license.opensuse.org until upstream SPDX accepts
+  xinetd into the official list
+
+---
+Wed Dec 21 13:45:09 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Wed Dec 21 10:31:54 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---
+Thu Nov 17 20:13:51 UTC 2011 - lchiqui...@suse.com
+
+- added xinetd-2.3.14-nodeadlock-revisited.patch: ignore SIGCONT
+  and avoid print in signal handler (bnc#726737)
+
+---
+Wed Apr 21 08:55:03 UTC 2010 - mse...@novell.com
+
+- added ident-bind.patch : use right size of addresses in bind() call.
+  Also use getpeername addresses when connecting to ident service to
+  prevent address family mismatch between socket(),
+  bind() and connect() calls. (bnc#598305)
+
+---
+Tue Jan 26 22:55:43 CET 2010 - jeng...@medozas.de
+
+- SPARC64 requires large PIE model
+
+---
+Sun Dec 20 16:29:37 CET 2009 - jeng...@medozas.de
+
+- enable parallel build
+
+---
+Tue Sep 15 15:00:38 CEST 2009 - mse...@novell.com
+
+- fixed rc.xinetd [bnc#457903]:
+  * rc-script start: check if xinetd isn't already running
+  * rc-script stop: wait until pid file has disappeared
+
+---
+Sun Aug 17 08:57:22 CEST 2008 - a...@suse.de
+
+- Fix init script warnings.
+
+---
+Fri Sep 14 14:09:28 CEST 2007 - r...@suse.de
+
+- add a pidfile for xinetd in rc-script (#300526) 
+
+---
+Fri Aug 10 08:42:30 CEST 2007 - ano...@suse.cz
+
+- added description of the previous patch to README.SuS

commit patchinfo.2668 for openSUSE:12.3:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2668 for 
openSUSE:12.3:Update checked in at 2014-03-25 10:28:12

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


Package is "patchinfo.2668"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  recommended
  low
  pgajdos
  fontforge: fix linking against libpng
  This update fixes the following issue with fontforge:
- bnc#867041: Fix linking against libpng. Wrong linking can cause segmenation 
fault.
  fontforge segfaults if both libpng12-0 and 
libpng15-15 are installed

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



commit postgresql-plr for openSUSE:12.3:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package postgresql-plr for 
openSUSE:12.3:Update checked in at 2014-03-25 10:27:29

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


Package is "postgresql-plr"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit patchinfo.2669 for openSUSE:13.1:Update

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2669 for 
openSUSE:13.1:Update checked in at 2014-03-25 10:27:50

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


Package is "patchinfo.2669"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  recommended
  low
  mtomaschewski
  xinetd: Make sure that xinetd service becomes real after network is 
up
  This update fixes the following issue with xinetd:
- bnc#866433: Make sure that xinetd service becomes real after network is 
up
  xinetd must wait on boot time for 
network.service before starting up

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