commit dosfstools for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2013-03-26 07:00:02

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


Package is dosfstools, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2013-03-12 
11:08:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2013-03-26 07:00:03.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 15:24:47 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.N9FQnr/_old  2013-03-26 07:00:04.0 +0100
+++ /var/tmp/diff_new_pack.N9FQnr/_new  2013-03-26 07:00:04.0 +0100
@@ -25,7 +25,7 @@
 Version:3.0.16
 Release:0
 Url:http://freshmeat.net/projects/dosfstools
-Source: %{name}_%{version}.orig.tar.xz
+Source: 
http://ftp.de.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz
 Patch0: %{name}-suse-dirs.patch
 # workaround for 
 # https://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/746262

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



commit perl-Image-ExifTool for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-ExifTool for 
openSUSE:Factory checked in at 2013-03-26 07:00:24

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


Package is perl-Image-ExifTool, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-ExifTool/perl-Image-ExifTool.changes  
2012-10-03 08:47:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new/perl-Image-ExifTool.changes 
2013-03-26 07:00:26.0 +0100
@@ -1,0 +2,13 @@
+Mon Mar 25 16:40:17 UTC 2013 - greg.freem...@gmail.com
+
+- Update to Version 9.13 (production release)
+
+  - Added ability to read FileInodeChangeDate (non-Windows only)
+  - API Changes:
+  - Enhanced SetFileModifyDate() to write FileCreateDate (Windows only)
+  - Added RequestAll option
+  - Fixed problem in SetNewValue when setting the Raw value of some tags
+  - Enhanced GetValue() to allow return of 'Rational' value
+  - Numerous device support and other improvements - see Changes file
+
+---

Old:

  Image-ExifTool-9.01.tar.gz

New:

  Image-ExifTool-9.13.tar.gz



Other differences:
--
++ perl-Image-ExifTool.spec ++
--- /var/tmp/diff_new_pack.OahHfw/_old  2013-03-26 07:00:28.0 +0100
+++ /var/tmp/diff_new_pack.OahHfw/_new  2013-03-26 07:00:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Image-ExifTool
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Image-ExifTool
-Version:9.01
+Version:9.13
 Release:0
 %define cpan_name Image-ExifTool
 Summary:Perl module to read and write meta information

++ Image-ExifTool-9.01.tar.gz - Image-ExifTool-9.13.tar.gz ++
 39303 lines of diff (skipped)

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



commit php5 for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2013-03-26 07:01:10

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


Package is php5, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2013-03-08 
11:20:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2013-03-26 
07:01:11.0 +0100
@@ -1,0 +2,77 @@
+Thu Mar 21 11:58:40 UTC 2013 - pgaj...@suse.com
+
+- updated to 5.4.13:
+Core:
+Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
+Implemented FR #64175 (Added HTTP codes as of RFC 6585).
+Fixed bug #64142 (dval to lval different behavior on ppc64).
+Fixed bug #64070 (Inheritance with Traits failed with error).
+CLI server:
+Fixed bug #64128 (buit-in web server is broken on ppc64).
+Mbstring:
+mb_split() can now handle empty matches like preg_split() does.
+OpenSSL:
+Fixed bug #61930 (openssl corrupts ssl key resource when using 
openssl_get_publickey()).
+PDO_mysql:
+Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs).
+Phar:
+Fixed timestamp update on Phar contents modification.
+SOAP
+Added check that soap.wsdl_cache_dir conforms to open_basedir 
(CVE-2013-1635).
+Disabled external entities loading (CVE-2013-1643, CVE-2013-1824).
+SPL:
+Fixed bug #64264 (SPLFixedArray toArray problem).
+Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
+Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended).
+Fixed bug #52861 (unset fails with ArrayObject and deep arrays).
+SNMP:
+Fixed bug #64124 (IPv6 malformed).
+
+---
+Thu Mar 21 09:27:28 UTC 2013 - pgaj...@suse.com
+
+- updated to 5.4.12:
+  * dropped sqlite.so (no longer shipped with 5.4)
+  * dropped t1lib support
+  * dropped %{suse_version} 10.x support
+  * see /usr/share/doc/packages/php5/UPGRADING or
+http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/UPGRADING
+for details
+  * source changes:
+Dphp-5.2.9-BNC-457056.patch -- renamed to php5-BNC-457056.patch
+Dphp-5.3.0-bnc513080.patch -- there's no relevant code in exif.c
+Dphp-5.3.1-systzdata-v7.patch -- renamed to php5-systzdata-v7.patch
+Dphp-5.3.2-aconf26x.patch -- dropped, it is not needed yet
+Dphp-5.3.2-ini.patch -- renamed to php5-ini.patch
+Dphp-5.3.2-no-build-date.patch -- renamed to php5-no-build-date.patch
+Dphp-5.3.22.tar.bz2 -- old tarball
+Dphp-5.3.4-format-string-issues.patch -- renamed to 
php5-format-string-issues.patch
+Dphp-5.3.4-pts.patch -- renamed to php5-pts.patch
+Dphp-5.3.6-gcc_builtins.patch -- renamed to php5-gcc_builtins.patch
+Dphp-5.3.6-ini-date.timezone.patch -- part of php5-ini.patch
+Dphp-5.3.8-CVE-2011-4153.patch -- fixed in 5.4 branch
+Dphp-5.3.8-crypt-tests.patch -- renamed to php5-crypt-tests.patch
+Dphp-5.3.8-no-reentrant-crypt.patch -- renamed to 
php5-no-reentrant-crypt.patch
+Aphp-5.4.13.tar.bz2 -- new version tarball
+Dphp-cloexec.patch -- renamed to php5-cloexec.patch
+Mphp-suse-addons.tar.bz2 -- content of tar balls are actualy equal
+Aphp5-BNC-457056.patch -- renamed from php-5.2.9-BNC-457056.patch, not 
rebased
+Aphp5-cloexec.patch -- renamed from php-cloexec.patch, rebased
+Aphp5-sytzdata-v7.patch -- renamed from sytzdata-v7.pach, not rebased
+Aphp-format-string-issues.patch -- renamed from 
php5-5.3.4-format-string-issues.patch, not rebased
+Aphp5-crypt-tests.patch -- renamed from php-5.3.8-crypt-tests.patch, 
not rebased
+Aphp5-gcc_builtins.patch -- renamed from php-5.3.6-gcc_builtins.patch, 
not rebased
+Aphp5-ini.patch -- renamed from php-5.3.2-ini.patch, rebased
+Aphp5-mbstring-missing-return.patch -- new patch, missing return
+Mphp5-missing-extdeps.patch -- rebased
+Aphp5-no-build-date.patch -- renamed from 
php-5.3.2-no-build-date.patch, rebased
+Aphp5-no-reentrant-crypt.patch -- renamed from 
php-5.3.8-no-reentrant-crypt.patch, not rebased
+Mphp5-openssl.patch -- rebased
+Mphp5-phpize.patch -- rebased
+Aphp5-pts.patch -- renamed from php-5.3.4-pts.patch, not rebased
+Aphp5-suhosin-php54.patch -- patch on top of suhosin-0.9.33.tgz to 
work with php 5.4
+Mphp5.changes -- this change log
+Mphp5.spec -- new version, etc
+Dsuhosin-patch-5.3.3-0.9.10.patch.gz -- dropped, seems not be used for 
some time
+

commit pragha for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package pragha for openSUSE:Factory checked 
in at 2013-03-26 07:01:25

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


Package is pragha, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pragha/pragha.changes2013-03-03 
21:07:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.pragha.new/pragha.changes   2013-03-26 
07:01:27.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar 24 17:18:10 UTC 2013 - dims...@opensuse.org
+
+- Switch to GStreamer 1.0:
+  + Change pkgconfig(gstreamer-0.10*) BuildRequires to
+pkgconfig(gstreamer-1.0*).
+  + Replace gstreamer-0_10-* Requires with gstreamer-*.
+  + Pass --with-gstreamer=1.0 to configure.
+
+---



Other differences:
--
++ pragha.spec ++
--- /var/tmp/diff_new_pack.oJI2aS/_old  2013-03-26 07:01:28.0 +0100
+++ /var/tmp/diff_new_pack.oJI2aS/_new  2013-03-26 07:01:28.0 +0100
@@ -35,8 +35,8 @@
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 BuildRequires:  pkgconfig(gthread-2.0) = 2.32
 BuildRequires:  pkgconfig(gtk+-2.0) = 2.24
 BuildRequires:  pkgconfig(keybinder)
@@ -49,8 +49,8 @@
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(taglib)
 BuildRequires:  pkgconfig(totem-plparser)
-Requires:   gstreamer-0_10-plugins-base
-Requires:   gstreamer-0_10-plugins-good
+Requires:   gstreamer-plugins-base
+Requires:   gstreamer-plugins-good
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -86,7 +86,7 @@
 %patch1 -p1
 
 %build
-%configure
+%configure --with-gstreamer=1.0
 make %{?_smp_mflags}
 
 %install

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



commit projectM for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package projectM for openSUSE:Factory 
checked in at 2013-03-26 07:01:33

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


Package is projectM, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/projectM/projectM.changes2012-05-31 
17:09:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.projectM.new/projectM.changes   2013-03-26 
07:01:35.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 24 16:50:14 UTC 2013 - sch...@suse.de
+
+- Properly determine list of lib64 platforms
+
+---



Other differences:
--
++ projectM.spec ++
--- /var/tmp/diff_new_pack.l6R1yS/_old  2013-03-26 07:01:39.0 +0100
+++ /var/tmp/diff_new_pack.l6R1yS/_new  2013-03-26 07:01:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package projectM
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -115,7 +115,7 @@
 %fdupes
 %suse_update_desktop_file -n 
%{buildroot}%{_datadir}/applications/%{name}-pulseaudio.desktop Mixer
 
-%ifarch x86_64 ppc64
+%if %{_lib} == lib64
 mv %{buildroot}%{_prefix}/lib/* %{buildroot}%{_libdir}
 %endif
 

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



commit rubygem-slop for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-slop for openSUSE:Factory 
checked in at 2013-03-26 07:01:52

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


Package is rubygem-slop, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-slop/rubygem-slop.changes
2013-03-08 11:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-slop.new/rubygem-slop.changes   
2013-03-26 07:01:53.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 18 06:18:24 UTC 2013 - co...@suse.com
+
+- updated to version 3.4.4
+ * Disable the run callback when the help option is used and `-h`
+   or `--help` is passed. #106
+ * Ensure default `--help` option exits by default (#107, Autumn Perrault).
+
+---

Old:

  slop-3.4.3.gem

New:

  slop-3.4.4.gem



Other differences:
--
++ rubygem-slop.spec ++
--- /var/tmp/diff_new_pack.V2XBlP/_old  2013-03-26 07:01:55.0 +0100
+++ /var/tmp/diff_new_pack.V2XBlP/_new  2013-03-26 07:01:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-slop
-Version:3.4.3
+Version:3.4.4
 Release:0
 %define mod_name slop
 %define mod_full_name %{mod_name}-%{version}
@@ -28,7 +28,7 @@
 BuildRequires:  ruby-devel = 1.8.7
 Url:http://github.com/injekt/slop
 Source: %{mod_full_name}.gem
-Summary:Option gathering made easy
+Summary:Simple Lightweight Option Parsing
 License:MIT
 Group:  Development/Languages/Ruby
 

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

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2013-03-26 07:02:06

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


Package is rubygem-tilt, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2013-03-11 07:46:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2013-03-26 07:02:07.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 18 06:16:43 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.6
+ * Accept Hash that implements #path as options (#180, lawso017)
+ * Changed extension for CsvTemplate from '.csv' to '.rcsv' (#177, alexgb)
+ * Fixed extension for PlainTemplate (judofyr)
+ * Improved local variables regexp (#174, razorinc)
+ * Added CHANGELOG.md
+ 
+---
@@ -4,0 +15,15 @@
+ * Support RDoc 4.0 (#168, judofyr)
+ * Add mention of Org-Mode support (#165, aslakknutsen)
+ * Add AsciiDoctorTemplate (#163, #164, aslakknutsen)
+ * Add PlainTextTemplate (nathanaeljones)
+ * Restrict locals to valid variable names (#158, thinkerbot)
+ * ERB: Improve trim mode support (#156, ssimeonov)
+ * Add CSVTemplate (#153, alexgb)
+ * Remove special case for 1.9.1 (#147, guilleiguaran)
+ * Add allows\_script? method to Template (#143, bhollis)
+ * Default to using Redcarpet2 (#139, DAddYE)
+ * Allow File/Tempfile as filenames (#134, jamesotron)
+ * Add EtanniTemplate (#131, manveru)
+ * Support RDoc 3.10 (#112, timfel)
+ * Always compile templates; remove old source evaluator (rtomayko)
+ * Less: Options are now being passed to the parser (#106, cowboyd)

Old:

  tilt-1.3.4.gem

New:

  tilt-1.3.6.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.K0h4aM/_old  2013-03-26 07:02:09.0 +0100
+++ /var/tmp/diff_new_pack.K0h4aM/_new  2013-03-26 07:02:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tilt
-Version:1.3.4
+Version:1.3.6
 Release:0
 %define mod_name tilt
 %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 for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2013-03-26 07:02:12

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


Package is rubygem-tzinfo, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2013-03-11 10:48:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2013-03-26 07:02:13.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 18 06:13:01 UTC 2013 - co...@suse.com
+
+- updated to version 0.3.37
+ * Updated to tzdata version 2013b
+  (http://mm.icann.org/pipermail/tz-announce/2013-March/10.html).
+
+---

Old:

  tzinfo-0.3.36.gem

New:

  tzinfo-0.3.37.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.EYKj5j/_old  2013-03-26 07:02:14.0 +0100
+++ /var/tmp/diff_new_pack.EYKj5j/_new  2013-03-26 07:02:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tzinfo
-Version:0.3.36
+Version:0.3.37
 Release:0
 %define mod_name tzinfo
 %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 sblim-cim-client2 for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package sblim-cim-client2 for 
openSUSE:Factory checked in at 2013-03-26 07:02:27

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


Package is sblim-cim-client2, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cim-client2/sblim-cim-client2.changes  
2012-12-28 22:49:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cim-client2.new/sblim-cim-client2.changes 
2013-03-26 07:02:29.0 +0100
@@ -1,0 +2,36 @@
+Mon Mar 18 07:54:34 UTC 2013 - kkae...@suse.com
+
+- Update to Version 2.2.2
+  New features
+  * A new Java property - sblim.wbem.synchronizeNumericKeyDataTypes
+- can be used to synchronize numeric data types of keys in a
+CIMInstance's CIMObjectPath with those in its CIMProperty[]
+FOR CIMOM RESPONSES ONLY. (#3598613)
+  * One new internal API - WBEMClientSBLIM.sendIndication
+- can be used to send a CIMInstance representing an indication
+  to a specific URI. (#2616)
+  * A new Java property - sblim.wbem.sslCipherSuitesToDisable
+- can be used to disable a list of cipher suites when connecting
+  via an SSL socket. (#2618)
+
+  Changes
+
+  2624 Update detailed release history HTML for 2.2.2
+  2618 Need to add property to disable weak cipher suites for the
+   secure indication
+  2623 Reflect SourceForge upgrade in documentation
+  2616 Add new API WBEMClientSBLIM.sendIndication()
+  2621 Not all chunked input has trailers
+  2620 Chunked output broken
+  2619 Host should contain port when not 5988/5989
+  2615 Add Allura links to detailed release history HTML
+  2614 Remove redundant code in transmitRequest
+
+  Bugs fixed
+
+  3602604 Clean up SAXException messages
+  3601894 Enhance HTTP and CIM-XML tracing
+  3598613 different data type in cim instance and cim object path
+  3596303 windows http response WWW-Authenticate: Negotiate fails
+
+---

Old:

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

New:

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



Other differences:
--
++ sblim-cim-client2.spec ++
--- /var/tmp/diff_new_pack.S5kMhe/_old  2013-03-26 07:02:31.0 +0100
+++ /var/tmp/diff_new_pack.S5kMhe/_new  2013-03-26 07:02:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-cim-client2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 # -
 
 Name:   sblim-cim-client2
-Version:2.2.1
+Version:2.2.2
 Release:0
 Url:http://sblim.sourceforge.net/
 Summary:Java CIM Client library

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



commit sunpinyin for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

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

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


Package is sunpinyin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sunpinyin/sunpinyin.changes  2012-06-26 
17:38:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.sunpinyin.new/sunpinyin.changes 2013-03-26 
07:03:05.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 23 22:50:44 UTC 2013 - sch...@suse.de
+
+- sunpinyin-aarch64.patch: get endianess for aarch64
+
+---

New:

  sunpinyin-aarch64.patch



Other differences:
--
++ sunpinyin.spec ++
--- /var/tmp/diff_new_pack.6oGF43/_old  2013-03-26 07:03:08.0 +0100
+++ /var/tmp/diff_new_pack.6oGF43/_new  2013-03-26 07:03:08.0 +0100
@@ -26,6 +26,7 @@
 Source:%{name}-%{version}.tar.bz2
 Source1:   lm_sc.t3g.arpa.tar.bz2
 Source2:   dict.utf8.tar.bz2
+Patch:  sunpinyin-aarch64.patch
 BuildRequires: scons
 %if 0%{?suse_version}
 BuildRequires: sqlite3-devel
@@ -61,6 +62,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %{__cp} -r %{S:1} ./raw/

++ sunpinyin-aarch64.patch ++
Index: sunpinyin-2.0.4/SConstruct
===
--- sunpinyin-2.0.4.orig/SConstruct
+++ sunpinyin-2.0.4/SConstruct
@@ -242,6 +242,7 @@ def AppendEndianCheck(conf):
   || defined(_POWER)   || defined(__powerpc__) \
   || defined(__ppc__)  || defined(__hpux) || defined(__hppa) \
   || defined(_MIPSEB)  || defined(_POWER) \
+  || defined(__AARCH64EB__) \
   || defined(__s390__) || (defined(__sh__)  defined(__BIG_ENDIAN__))
 # define WORDS_BIGENDIAN 1
 
@@ -253,6 +254,7 @@ def AppendEndianCheck(conf):
   || defined(__x86_64)  || defined(__x86_64__) \
   || defined(_M_X64)|| defined(__bfin__) \
   || defined(__alpha__) || defined(__ARMEL__) \
+  || defined(__AARCH64EL__) \
   || defined(_MIPSEL)   || (defined(__sh__)  defined(__LITTLE_ENDIAN__))
 # undef WORDS_BIGENDIAN
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tvbrowser for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package tvbrowser for openSUSE:Factory 
checked in at 2013-03-26 07:03:51

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


Package is tvbrowser, Maintainer is tpat...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/tvbrowser/tvbrowser.changes  2012-11-05 
06:34:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.tvbrowser.new/tvbrowser.changes 2013-03-26 
07:03:53.0 +0100
@@ -1,0 +2,9 @@
+Sat Mar 23 14:23:03 UTC 2013 - dl8...@darc.de
+
+- Update to version 3.3
+- new languages, Croatian and Greek. It is possible to install
+  additional languages in the program settings.
+- Date separators added for better orientation in the program lists
+  of the plugins.
+
+---

Old:

  tvbrowser_3.2.1_bin.tar.gz

New:

  tvbrowser_3.3_bin.tar.gz



Other differences:
--
++ tvbrowser.spec ++
--- /var/tmp/diff_new_pack.1F0hrr/_old  2013-03-26 07:03:55.0 +0100
+++ /var/tmp/diff_new_pack.1F0hrr/_new  2013-03-26 07:03:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tvbrowser
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Digital TV guide
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Other
-Version:3.2.1
+Version:3.3
 Release:0
 Requires:   java = 1.6
 Url:http://tv-browser.org

++ tvbrowser_3.2.1_bin.tar.gz - tvbrowser_3.3_bin.tar.gz ++
/work/SRC/openSUSE:Factory/tvbrowser/tvbrowser_3.2.1_bin.tar.gz 
/work/SRC/openSUSE:Factory/.tvbrowser.new/tvbrowser_3.3_bin.tar.gz differ: char 
34, line 1

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



commit ufraw for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package ufraw for openSUSE:Factory checked 
in at 2013-03-26 07:05:37

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


Package is ufraw, Maintainer is posta...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ufraw/ufraw.changes  2013-03-12 
06:59:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.ufraw.new/ufraw.changes 2013-03-26 
07:05:37.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 07:04:16 UTC 2013 - salser...@gmail.com
+
+- Update to version 0.19.2
+  * Bug fix release.
+
+---

Old:

  ufraw-0.19.1.tar.gz

New:

  ufraw-0.19.2.tar.gz



Other differences:
--
++ ufraw.spec ++
--- /var/tmp/diff_new_pack.fH0SUy/_old  2013-03-26 07:05:39.0 +0100
+++ /var/tmp/diff_new_pack.fH0SUy/_new  2013-03-26 07:05:39.0 +0100
@@ -32,7 +32,7 @@
 Url:http://ufraw.sourceforge.net/
 # gimptool-2.0 --gimpplugindir
 %define _gimpplugindir %(gimptool-2.0 --gimpplugindir)
-Version:0.19.1
+Version:0.19.2
 Release:0
 Summary:The Unidentified Flying Raw
 License:GPL-2.0+

++ ufraw-0.19.1.tar.gz - ufraw-0.19.2.tar.gz ++
 3256 lines of diff (skipped)

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



commit giflib4 for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package giflib4 for openSUSE:Factory checked 
in at 2013-03-26 07:17:54

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


Package is giflib4, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _aggregate



Other differences:
--
++ _aggregate ++
aggregatelist
  aggregate project=openSUSE:12.3
packagegiflib/package
binarylibgif4/binary
  /aggregate
/aggregatelist
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit giflib4 for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package giflib4 for openSUSE:Factory checked 
in at 2013-03-26 10:02:09

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


Package is giflib4, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _aggregate ++
--- /var/tmp/diff_new_pack.IdrF5A/_old  2013-03-26 10:02:12.0 +0100
+++ /var/tmp/diff_new_pack.IdrF5A/_new  2013-03-26 10:02:12.0 +0100
@@ -2,5 +2,6 @@
   aggregate project=openSUSE:12.3
 packagegiflib/package
 binarylibgif4/binary
+binarylibgif4-32bit/binary
   /aggregate
 /aggregatelist

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



commit ImageMagick for openSUSE:12.1:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:12.1:Update 
checked in at 2013-03-26 11:35:56

Comparing /work/SRC/openSUSE:12.1:Update/ImageMagick (Old)
 and  /work/SRC/openSUSE:12.1:Update/.ImageMagick.new (New)


Package is ImageMagick, Maintainer is pgaj...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jYCT1M/_old  2013-03-26 11:35:58.0 +0100
+++ /var/tmp/diff_new_pack.jYCT1M/_new  2013-03-26 11:35:58.0 +0100
@@ -1 +1 @@
-link package='ImageMagick.474' cicount='copy' /
+link package='ImageMagick.1463' cicount='copy' /

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



commit ImageMagick.1463 for openSUSE:12.3:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package ImageMagick.1463 for 
openSUSE:12.3:Update checked in at 2013-03-26 11:36:02

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


Package is ImageMagick.1463, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:12.3:Update/.ImageMagick.1463.new/ImageMagick.changes
2013-03-26 11:36:04.0 +0100
@@ -0,0 +1,1376 @@
+---
+Mon Mar 18 16:16:43 UTC 2013 - meiss...@suse.com
+
+- disable test suite on ppc and ppc64
+
+---
+Tue Jan 15 17:34:50 UTC 2013 - pgaj...@suse.com
+
+- fix wrong mean-error output:
+  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=22586
+  * dropped disable-matlab-test.patch
+  * added ImageMagick-uninitialized-memory.patch
+
+---
+Thu Jan 10 16:24:43 UTC 2013 - meiss...@suse.com
+
+- do not disable checking altogether.
+- disable-matlab-test.patch: disable the 1 MATLAB testcase that fails.
+
+---
+Thu Jan 10 05:32:13 UTC 2013 - mrd...@opensuse.org
+
+- disable check for the moment, it breaks on Factory and 12.1, but
+  12.2
+
+---
+Tue Jan  8 11:14:12 UTC 2013 - schue...@gmx.net
+
+- enable support for Pango markup
+  * this allows rendering formatted text with the pango:... syntax
+see http://www.imagemagick.org/Usage/text/#pango for details
+  * to actually use this, libpango needs to be installed
+
+---
+Tue Aug  7 13:06:22 UTC 2012 - pgaj...@suse.com
+
+- updated to 6.7.8.8:
+  * Added 2d named convolution kernel Binomial (for Fred Wienhaus)
+  * Clean up sigmoidal-contrast.
+  * Use ConcatenateString() for multi-block GIF comments.
+  * Caption no longer chops off text (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=21558).
+  * Support LUV colorspace.
+  * Support HCL colorspace.
+  * Don't transform the composite image colorspace, set it instead.
+  * Interpret -border 5% as 5% of width and 5% of height (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=21537).
+  * Don't normalize zero-sum kernels (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=21584).
+  * Transform grayscale to linear RGB if fill color is non-gray (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=21586).
+  etc. see ChangeLog
+
+---
+Wed May 16 09:48:34 UTC 2012 - pgaj...@suse.com
+
+- updated to 6.7.6.9:
+  * Don't write an invalid PNG sRGB chunk when rendering intent is undefined.
+  * EXR images are in the linear RGB colorspace with a gamma of 1.0.
+  * Correct annotation offset for right-to-left labels.
+  * The -level 100x0% now produces the equivalent of -negate.
+  * etc., see ChangeLog
+
+---
+Tue Mar 27 16:20:53 UTC 2012 - pgaj...@suse.com
+
+- cleanup the package
+- updated to 6.7.6.1: fixes
+  * CVE-2012-0247 [bnc#746880]
+  * CVE-2012-0248 [bnc#746880]
+  * CVE-2012-1185 [bnc#752879]
+  * CVE-2012-1186 [bnc#752879]
+
+---
+Fri Mar  9 9:4:11 UTC 2012 - giecr...@stegny.2a.pl
+
+- moved the libtool archives to the main package
+- separated the bulk documentation
+- added a regression %check for the locale comma crash
+
+---
+Tue Feb 14 09:02:14 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-ImageMagick
+  Use SUSE- proprietary prefix until SPDX upstream accepts ImageMagick as
+  license (e.g. like Fedora)
+
+---
+Thu Jan 19 15:29:00 UTC 2012 - pgaj...@suse.com
+
+- ImageMagick-devel requires libbz2-devel [bnc#741947]
+
+---
+Thu Jan 19 11:09:44 UTC 2012 - pgaj...@suse.com
+
+- update to 6.7.4.7:
+  * Fixed -black-threshold and -white-threshold so they work properly with
+the -channels option
+  * Promote image depths 9-15 to 16 to avoid crashing in the PNG
+encoder
+  * Fix problems with JNG encoder quality
+  * Fix memory leak in JP2 coder
+  * Use maximum bounds when rendering PDF
+  * etc. see ChangeLog
+
+---
+Tue Jan 17 19:42:15 UTC 2012 - crrodrig...@opensuse.org
+

commit patchinfo.1463 for openSUSE:12.1:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1463 for 
openSUSE:12.1:Update checked in at 2013-03-26 11:36:06

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1463 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1463.new (New)


Package is patchinfo.1463, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=773612 tracker=bncVUL-1: CVE-2012-3437,CVE-2012-3438: 
ImageMagick/GraphicsMagick: *_png_malloc overflow/issue
  issue id=CVE-2012-3437 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerpgajdos/packager
  description
ImageMagick received fixes for a overflow in *png_malloc functions. 
(CVE-2012-3437)
/description
  summaryImageMagick: integer overflow fixes/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1463 for openSUSE:12.2:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1463 for 
openSUSE:12.2:Update checked in at 2013-03-26 11:36:07

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


Package is patchinfo.1463, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=773612 tracker=bncVUL-1: CVE-2012-3437,CVE-2012-3438: 
ImageMagick/GraphicsMagick: *_png_malloc overflow/issue
  issue id=CVE-2012-3437 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerpgajdos/packager
  description
ImageMagick received fixes for a overflow in *png_malloc functions. 
(CVE-2012-3437)
/description
  summaryImageMagick: integer overflow fixes/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1464 for openSUSE:12.1:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1464 for 
openSUSE:12.1:Update checked in at 2013-03-26 11:36:24

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1464 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1464.new (New)


Package is patchinfo.1464, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=773612 tracker=bncVUL-1: CVE-2012-3437,CVE-2012-3438: 
ImageMagick/GraphicsMagick: *_png_malloc overflow/issue
  issue id=CVE-2012-3438 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerpgajdos/packager
  description
GraphicsMagick was updated to fix integer overflows in the _png_malloc
functions (CVE-2012-3438).
/description
  summaryGraphicsMagick: fixed integer overflows/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit GraphicsMagick for openSUSE:12.2:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package GraphicsMagick for 
openSUSE:12.2:Update checked in at 2013-03-26 11:36:19

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


Package is GraphicsMagick, Maintainer is pgaj...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit patchinfo.1464 for openSUSE:12.2:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1464 for 
openSUSE:12.2:Update checked in at 2013-03-26 11:36:25

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


Package is patchinfo.1464, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=773612 tracker=bncVUL-1: CVE-2012-3437,CVE-2012-3438: 
ImageMagick/GraphicsMagick: *_png_malloc overflow/issue
  issue id=CVE-2012-3438 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerpgajdos/packager
  description
GraphicsMagick was updated to fix integer overflows in the _png_malloc
functions (CVE-2012-3438).
/description
  summaryGraphicsMagick: fixed integer overflows/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1464 for openSUSE:12.3:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1464 for 
openSUSE:12.3:Update checked in at 2013-03-26 11:36:27

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


Package is patchinfo.1464, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=773612 tracker=bncVUL-1: CVE-2012-3437,CVE-2012-3438: 
ImageMagick/GraphicsMagick: *_png_malloc overflow/issue
  issue id=CVE-2012-3438 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerpgajdos/packager
  description
GraphicsMagick was updated to fix integer overflows in the _png_malloc
functions (CVE-2012-3438).
/description
  summaryGraphicsMagick: fixed integer overflows/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit armadillo for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2013-03-26 11:53:52

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


Package is armadillo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2013-03-14 
10:54:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2013-03-26 
11:53:54.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 22:13:02 UTC 2013 - badshah...@gmail.com
+
+- Update to version 3.800.2:
+  * minor fix for installation on Mac OS X systems
+
+---

Old:

  armadillo-3.800.1.tar.gz

New:

  armadillo-3.800.2.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.JINClY/_old  2013-03-26 11:54:04.0 +0100
+++ /var/tmp/diff_new_pack.JINClY/_new  2013-03-26 11:54:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   armadillo
-Version:3.800.1
+Version:3.800.2
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-3.800.1.tar.gz - armadillo-3.800.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-3.800.1/CMakeLists.txt 
new/armadillo-3.800.2/CMakeLists.txt
--- old/armadillo-3.800.1/CMakeLists.txt2013-03-09 14:23:20.0 
+0100
+++ new/armadillo-3.800.2/CMakeLists.txt2013-03-25 05:54:00.0 
+0100
@@ -13,7 +13,7 @@
 
 set(ARMA_MAJOR 3)
 set(ARMA_MINOR 800)
-set(ARMA_PATCH 1)
+set(ARMA_PATCH 2)
 
 message(STATUS Configuring Armadillo 
${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH})
 
@@ -268,11 +268,20 @@
 #set(CMAKE_INSTALL_RPATH_USE_LINK_PATH  TRUE)
 
 
+if(APPLE)
+  # work around a silly limitation in Mac OS X
+  if(${ARMA_MINOR} GREATER 99)
+math(EXPR ARMA_MINOR_ALT ${ARMA_MINOR} / 10)
+  else()
+set(ARMA_MINOR_ALT ${ARMA_MINOR})
+  endif()
+else()
+  set(ARMA_MINOR_ALT ${ARMA_MINOR})
+endif()
+
 add_library( armadillo SHARED src/wrap_libs )
 target_link_libraries( armadillo ${ARMA_LIBS} )
-
-set_target_properties(armadillo PROPERTIES VERSION 
${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH} SOVERSION 3)
-
+set_target_properties(armadillo PROPERTIES VERSION 
${ARMA_MAJOR}.${ARMA_MINOR_ALT}.${ARMA_PATCH} SOVERSION ${ARMA_MAJOR})
 
 
 

diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-3.800.1/docs.html 
new/armadillo-3.800.2/docs.html
--- old/armadillo-3.800.1/docs.html 2013-03-12 02:46:00.0 +0100
+++ new/armadillo-3.800.2/docs.html 2013-03-19 03:38:00.0 +0100
@@ -7665,6 +7665,8 @@
 br
 liFor a vector argument, return a vector which is a sorted version of the 
input vector/li
 br
+liFor matrices and vectors with complex numbers, sorting is via absolute 
values/li
+br
 li
 Examples:
 ul
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-3.800.1/include/armadillo_bits/arma_version.hpp 
new/armadillo-3.800.2/include/armadillo_bits/arma_version.hpp
--- old/armadillo-3.800.1/include/armadillo_bits/arma_version.hpp   
2013-03-09 14:23:20.0 +0100
+++ new/armadillo-3.800.2/include/armadillo_bits/arma_version.hpp   
2013-03-25 05:54:00.0 +0100
@@ -13,7 +13,7 @@
 
 #define ARMA_VERSION_MAJOR 3
 #define ARMA_VERSION_MINOR 800
-#define ARMA_VERSION_PATCH 1
+#define ARMA_VERSION_PATCH 2
 #define ARMA_VERSION_NAME  Miami Beach
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-3.800.1/include/armadillo_bits/config.hpp 
new/armadillo-3.800.2/include/armadillo_bits/config.hpp
--- old/armadillo-3.800.1/include/armadillo_bits/config.hpp 2013-02-21 
08:16:35.0 +0100
+++ new/armadillo-3.800.2/include/armadillo_bits/config.hpp 2013-03-15 
03:53:30.0 +0100
@@ -17,7 +17,7 @@
 #if !defined(ARMA_USE_BLAS)
 // #define ARMA_USE_BLAS
  Uncomment the above line if you have BLAS or a high-speed replacement for 
BLAS,
- such as GotoBLAS, Intel's MKL, AMD's ACML, or the Accelerate framework.
+ such as OpenBLAS, GotoBLAS, Intel's MKL, AMD's ACML, or the Accelerate 
framework.
  BLAS is used for matrix multiplication.
  Without BLAS, matrix multiplication will still work, but might be slower.
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-3.800.1/include/armadillo_bits/config.hpp.cmake 

commit cdemu-daemon for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package cdemu-daemon for openSUSE:Factory 
checked in at 2013-03-26 11:55:42

Comparing /work/SRC/openSUSE:Factory/cdemu-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.cdemu-daemon.new (New)


Package is cdemu-daemon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes
2012-11-28 10:08:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2013-03-26 11:55:44.0 +0100
@@ -1,0 +2,9 @@
+Sat Dec 22 08:23:15 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.0.0 (up from 1.5.0)
+* Support for ISZ, CSO, DMG, GBI, ECM, gzip and xz formats
+* Partial support for 1-track MDX
+- Resolves a problem with autostarting cdemu-daemon
+  (bnc#809181, bnc#809862)
+
+---

Old:

  cdemu-daemon-1.5.0.tar.bz2

New:

  cdemu-daemon-2.0.0.tar.xz



Other differences:
--
++ cdemu-daemon.spec ++
--- /var/tmp/diff_new_pack.3Ay7Om/_old  2013-03-26 11:55:45.0 +0100
+++ /var/tmp/diff_new_pack.3Ay7Om/_new  2013-03-26 11:55:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cdemu-daemon
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cdemu-daemon
-Version:1.5.0
+Version:2.0.0
 Release:0
 Summary:Device daemon for cdemu, a virtual CD-ROM device emulator
 License:GPL-2.0+
@@ -25,19 +25,22 @@
 Url:http://cdemu.sf.net/
 
 #Freecode-URL: https://freecode.com/projects/cdemu-for-linux
-Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
+#Git-Clone:git://git.code.sf.net/p/cdemu/code
+#DL-URL:   http://downloads.sf.net/cdemu/%name-%version.tar.bz2
+Source: %name-%version.tar.xz
 Source3:cdemu-daemon.sysconfig
 Patch1: logfile.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:autoconf = 2.59
+BuildRequires:  cmake = 2.8.5
 BuildRequires:  pkgconfig
+BuildRequires:  xz
 BuildRequires:  pkgconfig(ao) = 0.8.0
 BuildRequires:  pkgconfig(gio-2.0) = 2.28
 BuildRequires:  pkgconfig(glib-2.0) = 2.28
 BuildRequires:  pkgconfig(gmodule-2.0) = 2.28
 BuildRequires:  pkgconfig(gobject-2.0) = 2.28
 BuildRequires:  pkgconfig(gthread-2.0) = 2.28
-BuildRequires:  pkgconfig(libmirage) = 1.5.0
+BuildRequires:  pkgconfig(libmirage) = 2.0.0
 
 %description
 cdemu-daemon receives SCSI commands from kernel module thorugh the
@@ -51,11 +54,13 @@
 that can be used by clients to control it.
 
 %prep
-%setup -q
+%setup -Tcqa0
 %patch -P 1 -p1
 
 %build
-%configure
+cmake . -DCMAKE_INSTALL_PREFIX:PATH=%_prefix \
+   -DCMAKE_INSTALL_LIBEXECDIR:PATH=%_libexecdir \
+   -DCMAKE_C_FLAGS:STRING=%optflags;
 make %{?_smp_mflags};
 
 %install
@@ -69,10 +74,10 @@
 
 %files
 %defattr(-,root,root)
-%_bindir/cdemud
-%_libexecdir/cdemu-daemon-*.sh
+%_bindir/cdemu-daemon
+%_libexecdir/cdemu-daemon-session.sh
 %_datadir/dbus-1
-%_mandir/man8/cdemud.8*
+%_mandir/man8/cdemu-daemon.8*
 %_localstatedir/adm/fillup-templates/sysconfig.cdemu-daemon
 
 %changelog

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



commit libgexiv2 for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package libgexiv2 for openSUSE:Factory 
checked in at 2013-03-26 12:04:00

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


Package is libgexiv2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libgexiv2/libgexiv2.changes  2013-03-21 
22:05:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgexiv2.new/libgexiv2.changes 2013-03-26 
12:04:01.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar 24 14:21:11 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.6.1:
+  + Increases the libtool so version to 2.0.0 to reflect ABI
+changes introduced in 0.6.0.
+- Rename libgexiv2-1 subpackage to libgexiv2-2, following upstreams
+  soname bump.
+
+---

Old:

  libgexiv2_0.6.0.tar.xz

New:

  libgexiv2_0.6.1.tar.xz



Other differences:
--
++ libgexiv2.spec ++
--- /var/tmp/diff_new_pack.uZOxsj/_old  2013-03-26 12:04:04.0 +0100
+++ /var/tmp/diff_new_pack.uZOxsj/_new  2013-03-26 12:04:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libgexiv2
-Version:0.6.0
+Version:0.6.1
 Release:0
 Summary:A GObject-based Exiv2 wrapper
 License:GPL-2.0+
@@ -35,11 +35,11 @@
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
 basic features of Exiv2 available to GNOME applications.
 
-%package -n libgexiv2-1
+%package -n libgexiv2-2
 Summary:A GObject-based Exiv2 wrapper
 Group:  System/Libraries
 
-%description -n libgexiv2-1
+%description -n libgexiv2-2
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
 basic features of Exiv2 available to GNOME applications.
 
@@ -57,7 +57,7 @@
 %package devel
 Summary:A GObject-based Exiv2 wrapper -- Development Files
 Group:  Development/Libraries/C and C++
-Requires:   libgexiv2-1 = %{version}
+Requires:   libgexiv2-2 = %{version}
 
 %description devel
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
@@ -81,11 +81,11 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libgexiv2-1 -p /sbin/ldconfig
+%post -n libgexiv2-2 -p /sbin/ldconfig
 
-%postun -n libgexiv2-1 -p /sbin/ldconfig
+%postun -n libgexiv2-2 -p /sbin/ldconfig
 
-%files -n libgexiv2-1
+%files -n libgexiv2-2
 %defattr(-,root,root)
 %doc AUTHORS COPYING MAINTAINERS NEWS README THANKS
 %{_libdir}/libgexiv2.so.*

++ libgexiv2_0.6.0.tar.xz - libgexiv2_0.6.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgexiv2-0.6.0/Makefile new/libgexiv2-0.6.1/Makefile
--- old/libgexiv2-0.6.0/Makefile2013-03-18 23:31:21.0 +0100
+++ new/libgexiv2-0.6.1/Makefile2013-03-19 22:41:56.0 +0100
@@ -1,5 +1,5 @@
 PKGNAME = gexiv2
-VERSION = 0.6.0
+VERSION = 0.6.1
 WORD_SIZE:=$(shell getconf LONG_BIT)
 
 # This was necessary because the typelib files don't seem to load if the
@@ -9,7 +9,7 @@
 # This number must be edited whenever a change has been made that may affect 
libgexiv2's
 # external interface.  Please see 
http://sourceware.org/autobook/autobook/autobook_91.html
 # for the version numbering convention that should be used for this.
-VERSION_INFO = 1:0:0
+VERSION_INFO = 2:0:0
 
 LIBRARY = lib$(PKGNAME)
 LIBRARY_BIN = $(LIBRARY).la
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgexiv2-0.6.0/NEWS new/libgexiv2-0.6.1/NEWS
--- old/libgexiv2-0.6.0/NEWS2013-03-18 23:22:54.0 +0100
+++ new/libgexiv2-0.6.1/NEWS2013-03-19 22:44:20.0 +0100
@@ -1,3 +1,9 @@
+gexiv2 0.6.1 - 19 March 2013
+-
+  * Increases the libtool so version to 2.0.0 to reflect ABI
+changes introduced in 0.6.0.
+
+
 gexiv2 0.6.0 - 18 March 2013
 -
   * API has been cleaned up: several unnecessary or questionable

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



commit libgnomecups for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package libgnomecups for openSUSE:Factory 
checked in at 2013-03-26 12:04:19

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


Package is libgnomecups, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libgnomecups/libgnomecups.changes
2012-02-16 16:18:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgnomecups.new/libgnomecups.changes   
2013-03-26 12:04:20.0 +0100
@@ -1,0 +2,18 @@
+Sun Mar 24 13:16:22 UTC 2013 - dims...@opensuse.org
+
+- Add libgnomecups-buildfixes.patch: Use g_error_new_literal
+  instead of g_error_new, which does not like non-literal strings
+  as format identifiers.
+
+---
+Thu Mar 21 13:18:44 UTC 2013 - cfarr...@suse.com
+
+- license update: LGPL-2.0
+  No evidence of GPL code
+
+---
+Fri Mar  1 12:45:15 UTC 2013 - dims...@opensuse.org
+
+- Spec-cleanup using format_spec_file service.
+
+---

New:

  libgnomecups-buildfixes.patch



Other differences:
--
++ libgnomecups.spec ++
--- /var/tmp/diff_new_pack.Wei92e/_old  2013-03-26 12:04:22.0 +0100
+++ /var/tmp/diff_new_pack.Wei92e/_new  2013-03-26 12:04:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomecups
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,12 @@
 
 
 Name:   libgnomecups
-BuildRequires:  cups-devel
-BuildRequires:  fdupes
-BuildRequires:  glib2-devel
-BuildRequires:  gnome-common
-BuildRequires:  intltool
-BuildRequires:  translation-update-upstream
-BuildRequires:  zlib-devel
 Version:0.2.3
 Release:0
-Url:http://www.gnome.org/
 Summary:GNOME CUPS Library
-License:GPL-2.0+ ; LGPL-2.0
+License:LGPL-2.0
 Group:  System/GUI/GNOME
+Url:http://www.gnome.org/
 Source: %{name}-%{version}.tar.gz
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM libgnomecups-callback-fix.patch
@@ -40,30 +33,34 @@
 Patch2: libgnomecups-ignore-default-ipp-warning.patch
 # PATCH-FIX-UPSTREAM libgnomecups-glib.patch bgo#664930 dims...@opensuse.org 
-- Fix build with glib 2.31: only glib.h can be included.
 Patch3: libgnomecups-glib.patch
+# PATCH-FIX-UPSTREAM libgnomecups-buildfixes.patch dims...@opensuse.org -- use 
g_error_new_literal to avoid explotability of literal strings.
+Patch4: libgnomecups-buildfixes.patch
+BuildRequires:  cups-devel
+BuildRequires:  fdupes
+BuildRequires:  gnome-common
+BuildRequires:  intltool
+BuildRequires:  translation-update-upstream
+BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(glib-2.0)
 # bug437293
 %ifarch ppc64
 Obsoletes:  libgnomecups-64bit
 %endif
+Recommends: %{name}-lang = %{version}
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Recommends: %{name}-lang = %{version}
 
 %description
 A gobject (GLib) wrapper for IPP printer management, which is used by
 CUPS.  Mainly used by the GNOME printing system.
 
-
-
-Authors:
-
-Dave Camp d...@ximian.com
-Michael Meeks mich...@ximian.com
-Chris Lahey cla...@ximian.com
-
 %package devel
 Summary:GNOME CUPS Library
 Group:  System/GUI/GNOME
-Requires:   %{name} = %{version} cups-devel glib2-devel zlib-devel
+Requires:   %{name} = %{version}
+Requires:   cups-devel
+Requires:   zlib-devel
+Requires:   pkgconfig(glib-2.0)
 # bug437293
 %ifarch ppc64
 Obsoletes:  libgnomecups-devel-64bit
@@ -74,14 +71,6 @@
 A gobject (GLib) wrapper for IPP printer management, which is used by
 CUPS.  Mainly used by the GNOME printing system.
 
-
-
-Authors:
-
-Dave Camp d...@ximian.com
-Michael Meeks mich...@ximian.com
-Chris Lahey cla...@ximian.com
-
 %lang_package
 %prep
 %setup -q
@@ -90,22 +79,23 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 autoreconf -f -i
 %configure --with-pic\
--disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%make_install
+rm -f %{buildroot}%{_libdir}/*.la
 # Change sr@Latn to sr@latin
 mv %{buildroot}%{_datadir}/locale/sr@Latn 
%{buildroot}%{_datadir}/locale/sr@latin
 %find_lang %{name}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 

commit python-lazr.uri for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package python-lazr.uri for openSUSE:Factory 
checked in at 2013-03-26 12:04:30

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


Package is python-lazr.uri, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:Factory/.python-lazr.uri.new/python-lazr.uri.changes 
2013-03-26 12:04:31.0 +0100
@@ -0,0 +1,15 @@
+---
+Mon Mar 25 09:03:56 UTC 2013 - speili...@suse.com
+
+- Fix summary
+
+---
+Wed Mar 20 09:32:02 UTC 2013 - speili...@suse.com
+
+- Add COPYING.txt
+
+---
+Fri Mar 15 13:15:19 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:

  lazr.uri-1.0.3.tar.gz
  python-lazr.uri.changes
  python-lazr.uri.spec



Other differences:
--
++ python-lazr.uri.spec ++
#
# spec file for package python-lazr.uri
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   python-lazr.uri
Version:1.0.3
Release:0
License:LGPL-3.0+
Summary:Code for parsing and dealing with URI
Url:https://launchpad.net/lazr.uri
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/l/lazr.uri/lazr.uri-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
The lazr.uri package includes code for parsing and dealing with URIs.

%prep
%setup -q -n lazr.uri-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc COPYING.txt README.txt
%{python_sitelib}/*

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



commit python-pyquery for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package python-pyquery for openSUSE:Factory 
checked in at 2013-03-26 12:05:04

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


Package is python-pyquery, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyquery/python-pyquery.changes
2012-10-09 14:06:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyquery.new/python-pyquery.changes   
2013-03-26 12:05:06.0 +0100
@@ -1,0 +2,33 @@
+Tue Mar 26 00:51:38 UTC 2013 - a...@gmx.de
+
+- updated copyright year in spec file 
+
+---
+Tue Mar 26 00:49:40 UTC 2013 - a...@gmx.de
+
+- updated to 1.2.4
+  changes as listed on https://pypi.python.org/pypi/pyquery:
+
+  1.2.4
+Moved to github. So a few files are renamed from .txt to .rst
+Added .xhtml_to_html() and .remove_namespaces()
+Use requests to fetch urls (if available)
+Use restkit's proxy instead of Paste (which will die with py3)
+Allow to open https urls
+python2.5 is no longer supported (may work, but tests are broken)
+  1.2.3
+Allow to pass this in .filter() callback
+Add .contents() .items()
+Add tox.ini
+Bug fixes: fix #35 #55 #64 #66
+  1.2.2
+Fix cssselectpatch to match the newer implementation of cssselect. Fixes 
issue #62, #52 and #59 (Haoyu Bai)
+Fix issue #37 (Caleb Burns)
+  1.2.1
+Allow to use a custom css translator.
+Fix issue 44: case problem with xml documents
+  1.2
+PyQuery now use cssselect. See issue 43.
+Fix issue 40: forward .html() extra arguments to lxml.etree.tostring
+
+---
New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyquery.new/python3-pyquery.changes  
2013-03-26 12:05:06.0 +0100
@@ -0,0 +1,55 @@
+---
+Tue Mar 26 00:59:46 UTC 2013 - a...@gmx.de
+
+- added spec file and changelog for python3
+
+---
+Tue Mar 26 00:51:38 UTC 2013 - a...@gmx.de
+
+- updated copyright year in spec file 
+
+---
+Tue Mar 26 00:49:40 UTC 2013 - a...@gmx.de
+
+- updated to 1.2.4
+  changes as listed on https://pypi.python.org/pypi/pyquery:
+
+  1.2.4
+Moved to github. So a few files are renamed from .txt to .rst
+Added .xhtml_to_html() and .remove_namespaces()
+Use requests to fetch urls (if available)
+Use restkit's proxy instead of Paste (which will die with py3)
+Allow to open https urls
+python2.5 is no longer supported (may work, but tests are broken)
+  1.2.3
+Allow to pass this in .filter() callback
+Add .contents() .items()
+Add tox.ini
+Bug fixes: fix #35 #55 #64 #66
+  1.2.2
+Fix cssselectpatch to match the newer implementation of cssselect. Fixes 
issue #62, #52 and #59 (Haoyu Bai)
+Fix issue #37 (Caleb Burns)
+  1.2.1
+Allow to use a custom css translator.
+Fix issue 44: case problem with xml documents
+  1.2
+PyQuery now use cssselect. See issue 43.
+Fix issue 40: forward .html() extra arguments to lxml.etree.tostring
+
+---
+Tue Jan 31 10:54:06 UTC 2012 - sasc...@suse.de
+
+- Simplified macro usage
+- Buildrequire python-distribute instead of (outdated) setuptools
+- Set license to SDPX style (BSD-3-Clause)
+
+---
+Sun Oct  9 09:57:45 UTC 2011 - prus...@opensuse.org
+
+- updated to version 1.0
+
+---
+Sat Mar 05 07:02:11 CET 2011 - pascal.ble...@opensuse.org
+
+- initial version (0.7)
+

Old:

  pyquery-1.1.1.tar.gz

New:

  pyquery-1.2.4.tar.gz
  python3-pyquery.changes
  python3-pyquery.spec



Other differences:
--
++ python-pyquery.spec ++
--- /var/tmp/diff_new_pack.mKSEEZ/_old  2013-03-26 12:05:07.0 +0100
+++ /var/tmp/diff_new_pack.mKSEEZ/_new  2013-03-26 12:05:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyquery
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,21 +11,22 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source 

commit rpm for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2013-03-26 12:05:28

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


Package is rpm, Maintainer is m...@suse.com

Changes:

rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2013-02-25 20:44:23.0 
+0100
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2013-03-26 
12:05:30.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 25 13:38:45 UTC 2013 - sch...@suse.de
+
+- debugedit-aarch64.diff: handle aarch64 relocation
+
+---

New:

  debugedit-aarch64.diff



Other differences:
--
rpm-python.spec: same change
++ rpm.spec ++
--- /var/tmp/diff_new_pack.sIL3dR/_old  2013-03-26 12:05:35.0 +0100
+++ /var/tmp/diff_new_pack.sIL3dR/_new  2013-03-26 12:05:35.0 +0100
@@ -134,6 +134,7 @@
 Patch78:headerchk2.diff
 Patch79:helperenv.diff
 Patch80:config-guess-sub-update.diff
+Patch81:debugedit-aarch64.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
 # avoid bootstrapping problem
@@ -220,7 +221,7 @@
 %patch -P 50 -P 51 -P 52 -P 53 -P 54 -P 55 -P 56 -P 57 -P 58 -P 59
 %patch -P 60 -P 61 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69
 %patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79
-%patch -P 80
+%patch -P 80 -P 81
 cp config.guess config.sub db/dist/
 cp config.guess config.sub beecrypt/
 #chmod 755 scripts/find-supplements{,.ksyms}

++ debugedit-aarch64.diff ++
Index: tools/debugedit.c
===
--- tools/debugedit.c.orig
+++ tools/debugedit.c
@@ -1223,6 +1223,10 @@ edit_dwarf2 (DSO *dso)
  if (rtype != R_ALPHA_REFLONG)
goto fail;
  break;
+   case EM_AARCH64:
+ if (rtype != R_AARCH64_ABS32)
+   goto fail;
+ break;
default:
fail:
  error (1, 0, %s: Unhandled relocation %d in .debug_info 
section,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sbl for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package sbl for openSUSE:Factory checked in 
at 2013-03-26 12:06:49

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


Package is sbl, Maintainer is ma...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/sbl/sbl.changes  2011-12-14 14:35:13.0 
+0100
+++ /work/SRC/openSUSE:Factory/.sbl.new/sbl.changes 2013-03-26 
12:06:50.0 +0100
@@ -1,0 +2,10 @@
+Sun Mar 24 16:01:37 UTC 2013 - sch...@linux-m68k.org
+
+- sbl-nostrip.patch: don't strip binaries
+
+---
+Fri Mar  1 06:38:43 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---
@@ -25,0 +36 @@
+
@@ -31,0 +43 @@
+
@@ -43 +54,0 @@
-
@@ -50,2 +60,0 @@
-
-
@@ -70 +78,0 @@
-
@@ -86,0 +95 @@
+
@@ -103,0 +113 @@
+
@@ -115,0 +126 @@
+
@@ -177 +188 @@
-- 
+
@@ -188,0 +200 @@
+
@@ -197,0 +210 @@
+
@@ -219 +231,0 @@
-- 
@@ -263 +274,0 @@
-
@@ -280,0 +292 @@
+
@@ -289 +300,0 @@
-
@@ -301 +311,0 @@
-
@@ -320 +329,0 @@
-
@@ -354 +362,0 @@
-
@@ -373 +380,0 @@
-
@@ -389,2 +395,0 @@
- 
-
@@ -404,0 +410 @@
+
@@ -479 +484,0 @@
-Sat Nov 18 18:24:14 CET 2000
@@ -481 +485,0 @@
-

New:

  sbl-nostrip.patch



Other differences:
--
++ sbl.spec ++
--- /var/tmp/diff_new_pack.Uscq2d/_old  2013-03-26 12:06:51.0 +0100
+++ /var/tmp/diff_new_pack.Uscq2d/_new  2013-03-26 12:06:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sbl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   sbl
 BuildRequires:  bluez-devel
 BuildRequires:  gcc-c++
@@ -25,6 +26,7 @@
 Release:0
 Source: sbl-3.5.0.tbz2
 Patch1: sbl-shared.patch
+Patch2: sbl-nostrip.patch
 Summary:SuSE blinux
 License:GPL-2.0+
 Group:  Hardware/Other
@@ -43,7 +45,7 @@
 
 %package orca
 Summary:brld-orca brlapi
-License:GPL-2.0 ; GPL-2.0+
+License:GPL-2.0 and GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Requires:   orca
 %py_requires
@@ -63,6 +65,7 @@
 %prep
 %setup -n sbl-3.5.0
 %patch1 -p0
+%patch2 -p0
 
 %build
 make CFLAGS=$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE 
LIB_CFLAGS=$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC


++ sbl-nostrip.patch ++
Index: brld/Makefile
===
--- brld/Makefile.orig
+++ brld/Makefile
@@ -39,11 +39,11 @@ clean:
 
 install: $(PRG) $(LIBNAME)
install --directory $(DESTDIR)$(INSTPATH)
-   install -s -m 744 $(PRG) $(DESTDIR)$(INSTPATH)
+   install -m 744 $(PRG) $(DESTDIR)$(INSTPATH)
install -m 744  ../config/brld $(DESTDIR)$(CONFDIR)/init.d
ln -sf $(CONFDIR)/init.d/brld $(DESTDIR)$(PREFIX)/sbin/rcbrld
install --directory $(DESTDIR)$(LIBINSTPATH)
-   install -s -m 755 $(LIBNAME).$(SOVER) $(DESTDIR)$(LIBINSTPATH)
+   install -m 755 $(LIBNAME).$(SOVER) $(DESTDIR)$(LIBINSTPATH)
install --directory $(DESTDIR)$(MANDIR)/man8
install -m 755 ../man/brld.8 $(DESTDIR)$(MANDIR)/man8
 
Index: sbl/Makefile
===
--- sbl/Makefile.orig
+++ sbl/Makefile
@@ -62,8 +62,8 @@ install: sbl
install --directory $(DESTDIR)$(CONFDIR)/sbl/brltbl
install --directory $(DESTDIR)$(CONFDIR)/sbl/keymap
install --directory $(DESTDIR)$(PREFIX)/sbin
-   install -s sbl $(DESTDIR)$(PREFIX)/sbin
-   install -s lib/* $(DESTDIR)$(SBLPATH)/lib
+   install sbl $(DESTDIR)$(PREFIX)/sbin
+   install lib/* $(DESTDIR)$(SBLPATH)/lib
install -m 644 ../profile/* $(DESTDIR)$(CONFDIR)/sbl/profile
install -m 644 ../keymap/* $(DESTDIR)$(CONFDIR)/sbl/keymap
install -m 644 ../spk/* $(DESTDIR)$(CONFDIR)/sbl/spk
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit timezone for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2013-03-26 12:07:01

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


Package is timezone, Maintainer is timezone

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone.changes2013-03-11 
07:53:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone.changes   2013-03-26 
12:07:03.0 +0100
@@ -16 +16 @@
-- Define TM_GMTOFF and TM_ZONE like glibc did
+- Define TM_GMTOFF and TM_ZONE like glibc did (bnc#807624)



Other differences:
--
timezone.spec: same change
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit blender for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2013-03-26 12:20:54

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


Package is blender, Maintainer is pne...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2013-03-11 
10:01:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2013-03-26 
12:20:56.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 16 11:36:19 UTC 2013 - sch...@linux-m68k.org
+
+- Build with $RPM_OPT_FLAGS
+
+---



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.h7lstY/_old  2013-03-26 12:21:00.0 +0100
+++ /var/tmp/diff_new_pack.h7lstY/_new  2013-03-26 12:21:00.0 +0100
@@ -195,6 +195,8 @@
   -DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
 %endif
   -DCMAKE_VERBOSE_MAKEFILE=on \
+  -DCMAKE_C_FLAGS=$RPM_OPT_FLAGS \
+  -DCMAKE_CXX_FLAGS=$RPM_OPT_FLAGS \
   -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}
 
 make %{?_smp_mflags}


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



commit yast2-installation.1465 for openSUSE:12.3:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation.1465 for 
openSUSE:12.3:Update checked in at 2013-03-26 12:24:29

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


Package is yast2-installation.1465, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ 
/work/SRC/openSUSE:12.3:Update/.yast2-installation.1465.new/yast2-installation.changes
  2013-03-26 12:24:31.0 +0100
@@ -0,0 +1,8355 @@
+---
+Wed Mar 13 12:35:54 UTC 2013 - mfi...@suse.com
+
+- NetworkManager is enabled and active after second stage (bnc#808039)
+- 2.23.13 
+
+---
+Mon Mar 04 14:42:03 CET 2013 - aschn...@suse.de
+
+- deactivate RAID before going back to Disk Activation during
+  installation (bnc#806454)
+
+---
+Thu Feb 14 17:06:53 CET 2013 - f...@suse.de
+
+- fix got_kernel_param in misc.sh to not match substrings (so far 
+  kernel parameters like systemd.log_level=debug activated Y2DEBUG)
+- 2.23.12
+ 
+---
+Wed Jan 23 16:00:21 CET 2013 - jsuch...@suse.cz
+
+- prevent systemctl hang in 2nd stage (from fcro...@suse.com,
+  bnc#798620)
+- 2.23.11
+
+---
+Sun Jan 20 15:27:33 UTC 2013 - lsle...@suse.cz
+
+- start the add-on module also when addon boot parameter is
+  present (fate#314318)
+- 2.23.10
+
+---
+Mon Jan 14 13:45:23 UTC 2013 - loci...@suse.com
+
+- Adding repositories that cannot be (re)added as enabled in
+  a disabled state (bnc#779396).
+- 2.23.9
+
+---
+Fri Jan 11 10:47:11 CET 2013 - jsuch...@suse.cz
+
+- adapted to changes in Storage.ycp API (bnc#797245)
+- 2.23.8
+
+---
+Mon Jan  7 13:06:32 CET 2013 - jsuch...@suse.cz
+
+- set new keyboard layout right after selecting (bnc#796589)
+- added SYSTEMCTL_OPTIONS to Firstboot/Second Stage services
+  (bnc#791076)
+- 2.23.7
+
+---
+Fri Dec 21 08:23:47 CET 2012 - jsuch...@suse.cz
+
+- show the info about possibility to download drivers
+  from drivers.suse.com (fate#312875) 
+- added KVM installation scenario (bnc#795067)
+- 2.23.6
+
+---
+Fri Dec 14 15:16:52 CET 2012 - jsuch...@suse.cz
+
+- disable USB sources after installation (bnc#793709) 
+- 2.23.5
+
+---
+Tue Dec  4 16:54:56 CET 2012 - jsuch...@suse.cz
+
+- allow using local repositories during update (bnc#779397)
+- 2.23.4
+
+---
+Mon Nov  5 08:21:41 CET 2012 - jsuch...@suse.cz
+
+- fixed installation of systemd units (crrodriguez)
+- 2.23.3
+
+---
+Wed Oct 31 08:16:46 CET 2012 - jsuch...@suse.cz
+
+- removed fonts_finish, its only action was to call obsolete
+  SuSEconfig script
+- removed inst_suseconfig client (fate#100011)
+- 2.23.2 
+
+---
+Fri Oct 26 08:44:43 CEST 2012 - jsuch...@suse.cz
+
+- do not allow to go next without desktop selected (bnc#786507)
+- 2.23.1
+
+---
+Wed Oct 24 11:12:55 CEST 2012 - jsuch...@suse.cz
+
+- removed suseconfig step from installation sequence (fate#100011)
+- 2.23.0
+
+---
+Wed Jul 11 15:56:38 CEST 2012 - jsuch...@suse.cz
+
+- create simpler and non translated aliases for update sources 
+  (bnc#768624)
+- 2.22.10
+
+---
+Thu Jun 28 14:36:08 CEST 2012 - jsuch...@suse.cz
+
+- set TERM=linux for 2nd stage services, to keep ncurses nice
+  (bnc#768356)
+- 2.22.9
+
+---
+Mon Jun 25 15:43:43 CEST 2012 - jsuch...@suse.cz
+
+- ensure Plymouth is hiddent before 2nd start, to prevent system
+  freeze (bnc#768185)
+- ensure 2nd stage is started before SuSEfirewall2_init (bnc#733361)
+- 2.22.8
+
+---
+Tue Jun 19 14:49:52 CEST 2012 - aschn...@suse.de
+
+- kill console before reboot (bnc#759627)
+  (otherwise systemd will not proceed with system shutdown)
+

commit patchinfo.1465 for openSUSE:12.3:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1465 for 
openSUSE:12.3:Update checked in at 2013-03-26 12:24:36

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


Package is patchinfo.1465, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerjsuchome/packager
  categoryrecommended/category
  ratinglow/rating
  summaryyast2-install: fix network in 2nd stage/summary
  descriptionThis update fixes the following issues for yast2-install:
- bnc#808039: NetworkManager is enabled and active after second stage
- bnc#806454: deactivate RAID before going back to Disk Activation during 
installation/description
  issue tracker=bnc id=806454Formatting DASD disk throws error 2/issue
  issue tracker=bnc id=808039No network without networkmanager/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage.1462 for openSUSE:12.3:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage.1462 for 
openSUSE:12.3:Update checked in at 2013-03-26 13:03:05

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


Package is yast2-storage.1462, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ 
/work/SRC/openSUSE:12.3:Update/.yast2-storage.1462.new/yast2-storage.changes
2013-03-26 13:03:06.0 +0100
@@ -0,0 +1,6424 @@
+---
+Mon Mar 04 14:43:34 CET 2013 - aschn...@suse.de
+
+- version 2.23.9
+- deactivate RAID before calling storage configuration clients
+  from expert partitioner (bnc#806454)
+
+---
+Mon Mar 04 11:29:52 CET 2013 - aschn...@suse.de
+
+- fixed clone disk function (bnc#801997)
+
+---
+Thu Feb 28 12:36:18 CET 2013 - f...@suse.de
+
+- version 2.23.8
+- enable encryption option for architecture S390 (bnc#804598)
+
+---
+Wed Feb 27 18:19:47 CET 2013 - f...@suse.de
+
+- fix handling of inactive raid devices (bnc#798275)
+
+---
+Tue Feb 26 17:42:35 CET 2013 - f...@suse.de
+
+- version 2.23.7
+- allow encryption for newly created lvm partitions (bnc#803803)
+
+---
+Mon Feb 18 14:33:22 CET 2013 - f...@suse.de
+
+- version 2.23.6
+- fix max size computation with thin pools (bnc#803981)
+
+---
+Fri Feb 15 10:00:20 CET 2013 - aschn...@suse.de
+
+- detect fake partitions on FBA DASDs (bnc#786164)
+
+---
+Tue Feb 12 19:02:32 CET 2013 - f...@suse.de
+
+- allow partitions with id 0x82 for raid creation (bnc#801955)
+
+---
+Tue Feb 12 12:58:43 CET 2013 - aschn...@suse.de
+
+- always display original partition type in combobox (bnc#802360)
+
+---
+Mon Feb 11 18:08:09 CET 2013 - aschn...@suse.de
+
+- fixed reuse of EFI boot partition (bnc#802359)
+
+---
+Mon Feb 11 12:53:11 CET 2013 - aschn...@suse.de
+
+- allow all characters for existing password (bnc#72)
+
+---
+Tue Feb  5 12:32:13 CET 2013 - f...@suse.de
+
+- version 2.23.5
+- suppress crypt passwd dialog in autoyast mode
+
+---
+Mon Jan 14 15:35:53 CET 2013 - f...@suse.de
+
+- version 2.23.4
+- fix problem with reuse of efi boot partition (bnc#781689)
+
+---
+Wed Jan 09 14:24:39 CET 2013 - aschn...@suse.de
+
+- disallow to activate quota for btrfs (bnc#797499)
+
+---
+Tue Jan 08 10:45:50 CET 2013 - aschn...@suse.de
+
+- install cryptsetup-mkinitrd along with cryptsetup (bnc#796167)
+
+---
+Wed Dec 19 19:46:23 CET 2012 - f...@suse.de
+
+- version 2.23.3
+- prevent removal of crypt helper devices when doing fstab import 
+  (bnc#794692)
+
+---
+Thu Nov 15 17:27:06 CET 2012 - f...@suse.de
+
+- 2.23.2
+- deactivate swap if disk is selected for install in live 
+  installer (bnc#789078)
+
+---
+Tue Nov 13 13:20:59 CET 2012 - f...@suse.de
+
+- 2.23.1
+- removed boost-devel and openssl-devel from BuildRequires
+- recognize BIOS grub partition as boot partition (bnc#786870)
+ 
+---
+Wed Nov  7 16:14:01 CET 2012  - f...@suse.de
+
+- support creation of BIOS grub partition on GPT (bnc#786870)
+
+---
+Mon Nov  5 13:42:32 CET 2012  - f...@suse.de
+
+- do a swapoff in live installer when swap partition gets removed
+  (bnc#779527)
+- disable Fstab Options button when not fstab entry (bnc#786788)
+
+---
+Tue Oct 23 16:09:38 CEST 2012 - f...@suse.de
+
+- support key mkfs_options in volumes for autoyast
+
+---
+Tue Oct 16 15:00:38 CEST 2012 - f...@suse.de
+
+- make autoyast able to continue on commit errors 

commit dbus-1-glib for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package dbus-1-glib for openSUSE:Factory 
checked in at 2013-03-26 14:05:51

Comparing /work/SRC/openSUSE:Factory/dbus-1-glib (Old)
 and  /work/SRC/openSUSE:Factory/.dbus-1-glib.new (New)


Package is dbus-1-glib, Maintainer is thoe...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1-glib/dbus-1-glib.changes  2013-02-19 
13:30:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1-glib.new/dbus-1-glib.changes 
2013-03-26 14:05:51.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 09:26:08 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.100.2:
+  + Respin tarball.
+
+---

Old:

  dbus-glib-0.100.1.tar.gz

New:

  dbus-glib-0.100.2.tar.gz



Other differences:
--
++ dbus-1-glib.spec ++
--- /var/tmp/diff_new_pack.ZnBGrA/_old  2013-03-26 14:05:53.0 +0100
+++ /var/tmp/diff_new_pack.ZnBGrA/_new  2013-03-26 14:05:53.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   dbus-1-glib
 Url:http://dbus.freedesktop.org/
-Version:0.100.1
+Version:0.100.2
 Release:0
 Summary:GLib-based library for using D-Bus
 License:AFL-2.1 or GPL-2.0+

++ dbus-glib-0.100.1.tar.gz - dbus-glib-0.100.2.tar.gz ++
 12137 lines of diff (skipped)

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



commit ed for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package ed for openSUSE:Factory checked in 
at 2013-03-26 14:06:00

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


Package is ed, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ed/ed.changes2012-10-26 07:53:21.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ed.new/ed.changes   2013-03-26 
14:06:01.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 08:23:07 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ ed.spec ++
--- /var/tmp/diff_new_pack.E3hCrl/_old  2013-03-26 14:06:02.0 +0100
+++ /var/tmp/diff_new_pack.E3hCrl/_new  2013-03-26 14:06:02.0 +0100
@@ -23,7 +23,7 @@
 Version:1.6
 Release:1
 Summary:Standard UNIX Line Editor
-Source: %{name}-%{version}.tar.gz
+Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit gst-fluendo-mp3 for openSUSE:Factory:NonFree

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package gst-fluendo-mp3 for 
openSUSE:Factory:NonFree checked in at 2013-03-26 14:06:11

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


Package is gst-fluendo-mp3, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/gst-fluendo-mp3/gst-fluendo-mp3.changes  
2011-09-23 15:02:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory:NonFree/.gst-fluendo-mp3.new/gst-fluendo-mp3.changes 
2013-03-26 14:06:12.0 +0100
@@ -1,0 +2,20 @@
+Tue Mar 26 07:34:05 UTC 2013 - dims...@opensuse.org
+
+- Change License tag to SUSE-NonFree and MIT.
+
+---
+Sun Mar 24 18:05:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 18 (except ppc module):
+  + Introduce full support for GStreamer 1.0
+- Add gstreamer-fluendo-mp3 sub package, with the GStreamer 1.0
+  plugins.
+- Update source from svn (as of March 24, 2013).
+- Replace gstreamer-0_10-devel BuildRequires with
+  gstreamer-0_10-plugins-base-devel and
+  gstreamer-plugins-base-devel, allowing to run gst-inspect-1.0
+  and gst-inspect-0.10, for both plugin versions.
+- Replace gstlibdir defines with gst_0_10_libdir and gst_1_0_libdir
+  for the two gstreamer locations (0.10 and 1.0).
+
+---

Old:

  fluendo-mp3-12.i386.tar.bz2
  fluendo-mp3-12.lpia.tar.bz2
  fluendo-mp3-12.x86_64.tar.bz2
  gst-fluendo-mp3-20100901.tar.bz2

New:

  fluendo-mp3-18.i386.tar.bz2
  fluendo-mp3-18.lpia.tar.bz2
  fluendo-mp3-18.x86_64.tar.bz2
  gst-fluendo-mp3-20130324.tar.bz2



Other differences:
--
++ gst-fluendo-mp3.spec ++
--- /var/tmp/diff_new_pack.aBewTe/_old  2013-03-26 14:06:14.0 +0100
+++ /var/tmp/diff_new_pack.aBewTe/_new  2013-03-26 14:06:14.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gst-fluendo-mp3 (Version 12)
+# spec file for package gst-fluendo-mp3
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,36 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gst-fluendo-mp3
-License:NON-OSI-COMPLIANT(royalties) ; MIT
-Version:12
-Release:1
+Version:18
+Release:0
 Summary:GStreamer plug-in from Fluendo for MP3 support
+License:SUSE-NonFree and MIT
 Group:  Productivity/Multimedia/Other
 Url:http://shop.fluendo.com
-Source: gst-fluendo-mp3-20100901.tar.bz2
-Source1:fluendo-mp3-12.i386.tar.bz2
-Source2:fluendo-mp3-12.x86_64.tar.bz2
+Source: gst-fluendo-mp3-20130324.tar.bz2
+Source1:fluendo-mp3-18.i386.tar.bz2
+Source2:fluendo-mp3-18.x86_64.tar.bz2
 Source3:fluendo-mp3-12.ppc.tar.bz2
 # We don't use the lpia architecture, afaik. Still, ship the binary in the 
source in case it's useful later on
-Source4:fluendo-mp3-12.lpia.tar.bz2
+Source4:fluendo-mp3-18.lpia.tar.bz2
 Source5:getsource.sh
 NoSource:   1
 NoSource:   2
 NoSource:   3
 NoSource:   4
-BuildRequires:  gstreamer-0_10-devel
+BuildRequires:  gstreamer-0_10-plugins-base-devel
+BuildRequires:  gstreamer-plugins-base-devel
 BuildRequires:  gstreamer-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ppc
-%define gstlibdir %{_libdir}/gstreamer-0.10
+%define gst_0_10_libdir %{_libdir}/gstreamer-0.10
+%define gst_1_0_libdir %{_libdir}/gstreamer-1.0
 
 %package -n gstreamer-0_10-fluendo-mp3
-License:NON-OSI-COMPLIANT(royalties) ; MIT
 Summary:GStreamer plug-in from Fluendo for MP3 support
+Group:  Productivity/Multimedia/Other
 Requires:   gstreamer010
 Conflicts:  gst-fluendo-plugins
 Provides:   gst-fluendo-mp3 = %{version}
@@ -54,6 +54,18 @@
 This package contains the fully licensed MP3 decoder binary as
 available from http://shop.fluendo.com free of charge.
 
+%package -n gstreamer-fluendo-mp3
+Summary:GStreamer plug-in from Fluendo for MP3 support
+Group:  Productivity/Multimedia/Other
+Requires:   gstreamer
+Conflicts:  gst-fluendo-plugins
+Provides:   gst-fluendo-mp3 = %{version}
+Obsoletes:  gst-fluendo-mp3  %{version}
+
+%description -n gstreamer-fluendo-mp3
+This package contains the fully licensed MP3 decoder binary as
+available from 

commit libdrm for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2013-03-26 14:09:16

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


Package is libdrm, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2013-03-01 
07:24:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2013-03-26 
14:09:17.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 25 20:40:32 UTC 2013 - jeng...@inai.de
+
+- Remove unneeded dependency on libkms-devel
+
+---



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.Gufgwl/_old  2013-03-26 14:09:19.0 +0100
+++ /var/tmp/diff_new_pack.Gufgwl/_new  2013-03-26 14:09:19.0 +0100
@@ -82,7 +82,6 @@
 Obsoletes:  libdrm-devel-64bit  %{version}
 Provides:   libdrm-devel-64bit = %{version}
 %endif
-Requires:   libkms-devel = %{version}
 
 %description devel
 libdrm is a library for accessing the Direct Rendering Manager on

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



commit libmms for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package libmms for openSUSE:Factory checked 
in at 2013-03-26 14:12:05

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


Package is libmms, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmms/libmms.changes2012-11-26 
18:59:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmms.new/libmms.changes   2013-03-26 
14:12:07.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar 24 04:43:36 UTC 2013 - crrodrig...@opensuse.org
+
+- libmms-nognetexport.patch: libmms 
+  exports functions that belong to gnome's gnet
+  library, that will of course cause symbol clashes.
+  We cannot just link to the system's gnet because it uses
+  and slightly older API, just hide the symbols instead.
+
+---

New:

  libmms-nognetexport.patch



Other differences:
--
++ libmms.spec ++
--- /var/tmp/diff_new_pack.FE49EN/_old  2013-03-26 14:12:08.0 +0100
+++ /var/tmp/diff_new_pack.FE49EN/_new  2013-03-26 14:12:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmms
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(glib-2.0)
 Patch0: libmms-pkgconfig.patch
+Patch1: libmms-nognetexport.patch
 
 %description
 LibMMS is a common library for parsing mms:// and mmsh:// type network streams.
@@ -67,6 +68,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 %configure --disable-static

++ libmms-nognetexport.patch ++
--- src/uri.h.orig
+++ src/uri.h
@@ -27,6 +27,7 @@
 extern C {
 #endif /* __cplusplus */
 
+#pragma GCC visibility push(hidden)
 
 /**
  *  GURI:
@@ -90,5 +91,5 @@ char* gnet_mms_helper(const GURI* ur
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
-
+#pragma GCC visibility pop
 #endif /* _GNET_URI_H */
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nano for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2013-03-26 14:12:41

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


Package is nano, Maintainer is crrodrig...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/nano/nano.changes2011-09-23 
02:14:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2013-03-26 
14:12:42.0 +0100
@@ -1,0 +2,10 @@
+Sat Mar 23 23:05:28 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to version 2.3.2:
+  * vim-style file locking (though not backup/restore), useful when using nano
+in a multi-editor environment.
+  * Additional support for word boundary checking when cross compiling.
+  * Fixes for trying to go to an invalid line number.
+  * Documentation tweaks.
+
+---

Old:

  nano-2.3.1.tar.bz2

New:

  nano-2.3.2.tar.gz



Other differences:
--
++ nano.spec ++
--- /var/tmp/diff_new_pack.q4nnHE/_old  2013-03-26 14:12:44.0 +0100
+++ /var/tmp/diff_new_pack.q4nnHE/_new  2013-03-26 14:12:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nano
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,32 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   nano
-Version:2.3.1
-Release:1
+Version:2.3.2
+Release:0
 Summary:Pico Editor Clone with Enhancements
-
 License:GPL-3.0+
-Url:http://www.nano-editor.org/
 Group:  Productivity/Editors/Other
-# http://www.nano-editor.org/dist/v2.3/%{name}-%{version}.tar.gz
-Source0:%{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+Url:http://www.nano-editor.org/
+Source0:http://www.nano-editor.org/dist/v2.3/%{name}-%{version}.tar.gz
 BuildRequires:  file-devel
 BuildRequires:  ncurses-devel
 Requires(post): info
 Requires(preun): info
 Recommends: %{name}-lang = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 GNU nano is a small and friendly text editor. It aims to emulate the
 Pico text editor while also offering a few enhancements.
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -52,7 +48,7 @@
 
 %build
 %configure --disable-rpath --enable-utf8
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -61,18 +57,15 @@
 rm -rf %{buildroot}%{_datadir}/nano/man-html/
 
 # Manually install the doc files in order to easily split them between the 
main and lang package
-install -dp -m 0755 %{buildroot}%{_defaultdocdir}/nano
-install -p -m 0644 AUTHORS BUGS COPYING COPYING.DOC ChangeLog 
ChangeLog.pre-2.1 NEWS README THANKS TODO UPGRADE 
%{buildroot}%{_defaultdocdir}/nano/
-install -p -m 0644 doc/faq.html doc/nanorc.sample 
%{buildroot}%{_defaultdocdir}/nano/
-install -dp -m 0755 %{buildroot}%{_defaultdocdir}/nano/man-html/fr
-install -p -m 0644 doc/man/*.html %{buildroot}%{_defaultdocdir}/nano/man-html/
-install -p -m 0644 doc/man/fr/*.html 
%{buildroot}%{_defaultdocdir}/nano/man-html/fr/
+install -dpm 0755 %{buildroot}%{_defaultdocdir}/nano
+install -pm 0644 AUTHORS BUGS COPYING COPYING.DOC ChangeLog ChangeLog.pre-2.1 
NEWS README THANKS TODO UPGRADE %{buildroot}%{_defaultdocdir}/nano/
+install -pm 0644 doc/faq.html doc/nanorc.sample 
%{buildroot}%{_defaultdocdir}/nano/
+install -dpm 0755 %{buildroot}%{_defaultdocdir}/nano/man-html/fr
+install -pm 0644 doc/man/*.html %{buildroot}%{_defaultdocdir}/nano/man-html/
+install -pm 0644 doc/man/fr/*.html 
%{buildroot}%{_defaultdocdir}/nano/man-html/fr/
 
 %find_lang %{name} --with-man --all-name
 
-%clean
-%__rm -rf %{buildroot}
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 

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



commit upx for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package upx for openSUSE:Factory checked in 
at 2013-03-26 14:13:13

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


Package is upx, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/upx/upx.changes  2012-03-26 14:03:17.0 
+0200
+++ /work/SRC/openSUSE:Factory/.upx.new/upx.changes 2013-03-26 
14:13:15.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 25 17:25:48 UTC 2013 - idon...@suse.com
+
+- Update to version 3.09
+  * New option --preserve-build-id for GNU ELF.
+  * Allow zero-filled final page in PackUnix::canUnpack().
+  * Bug fixes.
+
+---

Old:

  upx-3.08-src.tar.bz2

New:

  upx-3.09-src.tar.bz2



Other differences:
--
++ upx.spec ++
--- /var/tmp/diff_new_pack.iZua4J/_old  2013-03-26 14:13:16.0 +0100
+++ /var/tmp/diff_new_pack.iZua4J/_new  2013-03-26 14:13:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package upx
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,18 @@
 
 
 Name:   upx
-BuildRequires:  gcc-c++
-BuildRequires:  libucl1-devel
-BuildRequires:  zlib-devel
-Version:3.08
+Version:3.09
 Release:0
-Source: 
http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2
-Patch0: %{name}-3.03_ia64-endianity.patch
-Url:http://upx.sourceforge.net/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:The Ultimate Packer for eXecutables
 License:GPL-2.0+
 Group:  Development/Tools/Other
+Url:http://upx.sourceforge.net/
+Source: 
http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2
+Patch0: %{name}-3.03_ia64-endianity.patch
+BuildRequires:  gcc-c++
+BuildRequires:  libucl1-devel
+BuildRequires:  zlib-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 UPX is a free, portable, extendable, high-performance executable packer
@@ -36,12 +36,6 @@
 compression ratio and offers very fast decompression. Your executables
 suffer no memory overhead or other drawbacks.
 
-
-
-Authors:
-
-Markus F.X.J. Oberhumer mar...@oberhumer.com
-
 %prep
 %setup -q -n %{name}-%{version}-src
 %patch0
@@ -51,22 +45,18 @@
 
 %build
 export UPX_UCLDIR=%{_prefix}
-make -C src CXXFLAGS=$RPM_OPT_FLAGS
+make -C src CXXFLAGS=%{optflags}
 make -C doc
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_prefix}/bin $RPM_BUILD_ROOT%{_mandir}/man1
-cp -a $RPM_BUILD_DIR/%{name}-%{version}-src/src/upx.out 
$RPM_BUILD_ROOT%{_prefix}/bin/upx
-cp -a $RPM_BUILD_DIR/%{name}-%{version}-src/doc/upx.1 
$RPM_BUILD_ROOT%{_mandir}/man1
-
-%clean
-[ $RPM_BUILD_ROOT != / ]  [ -d $RPM_BUILD_ROOT ]  rm -rf 
$RPM_BUILD_ROOT
+install -D -m 0755 src/upx.out %{buildroot}%{_bindir}/upx
+install -D -m 0644 doc/upx.1 %{buildroot}%{_mandir}/man1/upx.1
 
 %files
 %defattr(-, root, root)
 %doc BUGS COPYING LICENSE NEWS PROJECTS README README.SRC THANKS
 %doc doc/upx.html
 %doc %{_mandir}/man1/*
-%{_prefix}/bin/*
+%{_bindir}/*
 
 %changelog

++ upx-3.08-src.tar.bz2 - upx-3.09-src.tar.bz2 ++
 9873 lines of diff (skipped)

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



commit yum for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package yum for openSUSE:Factory checked in 
at 2013-03-26 14:13:20

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


Package is yum, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yum/yum.changes  2012-02-24 12:07:04.0 
+0100
+++ /work/SRC/openSUSE:Factory/.yum.new/yum.changes 2013-03-26 
14:13:20.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 25 13:03:19 UTC 2013 - bwiedem...@suse.com
+
+- speedup createrepo changelog code (bnc#810074)
+  add yum-3.4.3-speedup-bnc810074.patch
+  remove obsolete yum-3.4.3-disable-annoying-debuginfo.patch
+
+---

Old:

  yum-3.4.3-disable-annoying-debuginfo.patch

New:

  yum-3.4.3-speedup-bnc810074.patch



Other differences:
--
++ yum.spec ++
--- /var/tmp/diff_new_pack.zTC9ld/_old  2013-03-26 14:13:22.0 +0100
+++ /var/tmp/diff_new_pack.zTC9ld/_new  2013-03-26 14:13:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yum
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,11 +33,11 @@
 # PATCH-FIX-OPENSUSE
 Patch3: %{name}-3.4.3-suse-missing-tags.patch
 # PATCH-FIX-OPENSUSE
-Patch4: %{name}-3.4.3-disable-annoying-debuginfo.patch
-# PATCH-FIX-OPENSUSE
 Patch6: %{name}-3.4.3-add-lib-cpp-file.patch
 # PATCH-FIX-UPSTREAM
 Patch7: %{name}-3.4.3-updatesd-dbus-conf-syntax.patch
+# PATCH-FIX-UPSTREAM
+Patch8: %{name}-3.4.3-speedup-bnc810074.patch
 BuildRequires:  dbus-1
 BuildRequires:  intltool
 BuildRequires:  python-devel
@@ -93,9 +93,9 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 # Fix non-executable scripts rpmlint issue:
 sed -i s|#!.*/usr/bin/python.*|| 
rpmUtils/{arch,__init__,miscutils,oldUtils,transaction,updates}.py

++ yum-3.4.3-license-to-confirm.patch ++
--- /var/tmp/diff_new_pack.zTC9ld/_old  2013-03-26 14:13:22.0 +0100
+++ /var/tmp/diff_new_pack.zTC9ld/_new  2013-03-26 14:13:22.0 +0100
@@ -33,4 +33,3 @@
  msg += misc.to_unicode(self._dump_format_items())
  msg += \n/package
  return misc.to_utf8(msg)
-Only in b/yum: .packages.py.swp

++ yum-3.4.3-speedup-bnc810074.patch ++
commit 22586dce865ee6509daf94d3930ee53a20fc2a0e
Author: Zdeněk Pavlas zpav...@redhat.com
Date:   Fri Nov 16 11:21:00 2012 +0100

clean up misc.to_xml(), make it faster, add tests.  BZ 716235.

diff --git a/test/misc-tests.py b/test/misc-tests.py
index d34c161..4bf0821 100644
--- a/test/misc-tests.py
+++ b/test/misc-tests.py
@@ -114,6 +114,39 @@ class MiscTests(DepsolveTests):
 res, msg = solver.buildTransaction()
 return self.res[res], msg
 
+def testXML(self):
+import yum.misc
+for i in (
+
+# valid utf8 and unicode
+('\xc4\x9b\xc5\xa1\xc4\x8d', '\xc4\x9b\xc5\xa1\xc4\x8d'),
+(u'\u011b\u0161\u010d',  '\xc4\x9b\xc5\xa1\xc4\x8d'),
+
+# invalid utf8
+('\xc3\x28', '\xc3\x83\x28'),
+('\xa0\xa1', '\xc2\xa0\xc2\xa1'),
+('Skytt\xe4', 'Skytt\xc3\xa4'),
+
+# entity expansion
+('', 'amp;lt;gt;'),
+
+# removal of invalid bytes
+('\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f',
 '\t\n\r'),
+
+# attr flag
+('\'', 'amp;\''),
+('\'', True, 'amp;quot;apos;'),
+
+# weirdness
+(None, ''),
+('abc ', 'abc'),
+
+):
+i = list(i); ok = i.pop()
+ret = yum.misc.to_xml(*i)
+self.assertEqual(type(ret), str)
+self.assertEqual(ret, ok)
+
 def setup_logging():
 logging.basicConfig()
 plainformatter = logging.Formatter(%(message)s)
diff --git a/yum/misc.py b/yum/misc.py
index a0bac7b..6c3c349 100644
--- a/yum/misc.py
+++ b/yum/misc.py
@@ -897,67 +897,39 @@ def seq_max_split(seq, max_entries):
 ret.append(seq[beg:])
 return ret
 
-def _ugly_utf8_string_hack(item):
-hands back a unicoded string
-# this is backward compat for handling non-utf8 filenames 
-# and content inside packages. :(
-# content that xml can cope with but isn't really kosher
-
-# if we're anything obvious - do them first
-if item is None:
-return ''
-elif isinstance(item, unicode):
-return item
-
-# this handles any bogon formats we see
-du = False
-try:
-x = unicode(item, 'ascii')
-du = True
-except UnicodeError:
-

commit aaa_base for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-03-26 15:27:16

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


Package is aaa_base, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2013-02-07 
10:01:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2013-03-26 
15:27:18.0 +0100
@@ -1,0 +2,14 @@
+Mon Mar 25 15:12:09 UTC 2013 - a...@suse.com
+
+- Remove boot.localnet also from spec file
+
+---
+Mon Mar 25 08:06:28 UTC 2013 - a...@suse.com
+
+- Update version number to 13.1
+- Update to git head:
+  * Remove boot.localnet
+  * Revert rc.status: allow to pass options to systemctl using 
SYSTEMCTL_OPTIONS
+SYSTEMCTL_OPTIONS is now handled directly by systemctl.
+
+---

Old:

  aaa_base-12.3.tar.gz

New:

  aaa_base-13.1.tar.gz



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.xBlHgU/_old  2013-03-26 15:27:20.0 +0100
+++ /var/tmp/diff_new_pack.xBlHgU/_new  2013-03-26 15:27:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   aaa_base
-Version:12.3
+Version:13.1
 Release:0
 Url:https://github.com/openSUSE/aaa_base
 Provides:   aaa_skel = %{version}-%{release}
@@ -163,8 +163,6 @@
 %ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /var/log/wtmp
 %ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/log/btmp
 %ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /run/utmp
-# needed also with systemd
-/etc/init.d/boot.localnet
 /etc/init.d/powerfail
 /etc/hushlogins
 %dir /lib/aaa_base

++ _service ++
--- /var/tmp/diff_new_pack.xBlHgU/_old  2013-03-26 15:27:20.0 +0100
+++ /var/tmp/diff_new_pack.xBlHgU/_new  2013-03-26 15:27:20.0 +0100
@@ -1,6 +1,6 @@
 services
   service name=tar_scm mode=disabled
-param name=version12.3/param
+param name=version13.1/param
 param name=urlgit://github.com/openSUSE/aaa_base.git/param
 param name=scmgit/param
   /service

++ aaa_base-12.3.tar.gz - aaa_base-13.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/aaa_base.post 
new/aaa_base-13.1/aaa_base.post
--- old/aaa_base-12.3/aaa_base.post 2013-02-06 13:22:19.0 +0100
+++ new/aaa_base-13.1/aaa_base.post 2013-03-25 09:06:01.0 +0100
@@ -52,8 +52,6 @@
 fi
 fi
 
-%{fillup_and_insserv -y boot.localnet}
-
 %{remove_and_set -n security CONSOLE_SHUTDOWN}
 %{remove_and_set -n suseconfig CHECK_INITTAB}
 %{remove_and_set -n suseconfig HALT_SOUND}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/files/etc/init.d/boot.localnet 
new/aaa_base-13.1/files/etc/init.d/boot.localnet
--- old/aaa_base-12.3/files/etc/init.d/boot.localnet2013-02-06 
13:22:19.0 +0100
+++ new/aaa_base-13.1/files/etc/init.d/boot.localnet1970-01-01 
01:00:00.0 +0100
@@ -1,81 +0,0 @@
-#! /bin/sh
-#
-# Copyright (c) 2001-2002 SuSE Linux AG, Nuernberg, Germany.
-# All rights reserved.
-#
-# /etc/init.d/boot.localnet
-#
-### BEGIN INIT INFO
-# Provides:  boot.localnet
-# Required-Start:boot.rootfsck
-# Required-Stop: $null
-# Default-Start: B
-# Default-Stop:
-# Short-Description: setup hostname and yp
-# Description:   setup hostname and yp
-### END INIT INFO
-
-. /etc/rc.status
-. /etc/sysconfig/cron
-
-rc_reset
-
-case $1 in
-  start)
-   # clean up old yp bindings
-   rm -f /var/yp/binding/*.[12]
-   
-   #
-   # set hostname and domainname
-   #
-   XHOSTNAME=
-   test -f /etc/HOSTNAME  {
-   read XHOSTNAME  /etc/HOSTNAME
-   }
-   test -n $HOSTNAME -a $HOSTNAME != '(none)'  {
-   echo Using boot-specified hostname \'${HOSTNAME}\'
-   XHOSTNAME=$HOSTNAME
-   }
-   test -n $XHOSTNAME  {
-   echo -n Setting up hostname \'${XHOSTNAME%%.*}\'
-   hostname ${XHOSTNAME%%.*}
-   rc_status -v -r
-   }
-   
-   XDOMAINNAME=
-   test -f /etc/defaultdomain  {
-   read XDOMAINNAME  /etc/defaultdomain
-   }
-test -n $XDOMAINNAME  {
-   echo -n Setting up NIS domainname \'$XDOMAINNAME\'
-}
-   domainname $XDOMAINNAME
-test -n $XDOMAINNAME  {
-   rc_status -v -r
-}
-   
-   unset XHOSTNAME
-   unset XDOMAINNAME
-
-   echo -n Setting up loopback interface 
-   

commit audit for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package audit for openSUSE:Factory checked 
in at 2013-03-26 15:28:07

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


Package is audit, Maintainer is to...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/audit/audit-secondary.changes2013-01-22 
22:20:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.audit.new/audit-secondary.changes   
2013-03-26 15:28:08.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 25 17:27:47 UTC 2013 - crrodrig...@opensuse.org
+
+- Buildrequires cap-ng library 
+
+---
--- /work/SRC/openSUSE:Factory/audit/audit.changes  2013-03-24 
21:55:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.audit.new/audit.changes 2013-03-26 
15:28:08.0 +0100
@@ -1,0 +2,31 @@
+Mon Mar 25 17:25:31 UTC 2013 - crrodrig...@opensuse.org
+
+- --with-libcap-ng=yes has no effect if libcap-ng is not 
+buildrequired and the lack of those requires causes a broken
+configure script after autoreconf add pkgconfig(libcap-ng)
+to both audit and audit-secondary, cap-ng is actually only
+use in the latter.
+
+---
+Mon Mar 25 16:58:10 UTC 2013 - crrodrig...@opensuse.org
+
+- Version 2.2.3
+- Code cleanups
+- In spec file, don't own lib64/audit
+- Update man pages
+- Aureport no longer reads auditd.conf when stdin is used
+- Don't let systemd kill auditd if auditctl errors out
+- Update syscall table for 3.7 and 3.8 kernels
+- Add interpretation for setns and unshare syscalls
+- Code cleanup (Tyler Hicks)
+- Documentation cleanups (Laurent Bigonville)
+- Add dirfd interpretation to the *at functions
+- Add termination signal to clone flags interpretation
+- Update stig.rules
+- In auditctl, when listing rules don't print numeric value of dir fields
+- Add support for rng resource type in auvirt
+- Fix aulast bad login output (#922508)
+- In ausearch, allow negative numbers for session and auid searches
+- In audisp-remote, if disk_full_action is stop then stop sending (#908977)
+
+---

Old:

  audit-2.2.2.tar.gz

New:

  audit-2.2.3.tar.gz



Other differences:
--
++ audit-secondary.spec ++
--- /var/tmp/diff_new_pack.3f0Cil/_old  2013-03-26 15:28:09.0 +0100
+++ /var/tmp/diff_new_pack.3f0Cil/_new  2013-03-26 15:28:09.0 +0100
@@ -27,7 +27,7 @@
 Summary:Python Bindings for libaudit
 License:GPL-2.0+
 Group:  System/Monitoring
-Version:2.2.2
+Version:2.2.3
 Release:0
 Url:http://people.redhat.com/sgrubb/audit/
 Source0:
http://people.redhat.com/sgrubb/audit/%{_name}-%{version}.tar.gz
@@ -38,6 +38,7 @@
 BuildRequires:  audit-devel = %{version}
 BuildRequires:  autoconf = 2.12
 BuildRequires:  libtool
+BuildRequires:  pkgconfig(libcap-ng)
 
 %description
 The audit-libs-python package contains the bindings for using libaudit

++ audit.spec ++
--- /var/tmp/diff_new_pack.3f0Cil/_old  2013-03-26 15:28:09.0 +0100
+++ /var/tmp/diff_new_pack.3f0Cil/_new  2013-03-26 15:28:09.0 +0100
@@ -20,7 +20,7 @@
 Summary:User Space Tools for 2.6 Kernel Auditing
 License:GPL-2.0+
 Group:  System/Monitoring
-Version:2.2.2
+Version:2.2.3
 Release:0
 Url:http://people.redhat.com/sgrubb/audit/
 Source0:http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
@@ -32,9 +32,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf = 2.12
 BuildRequires:  gcc-c++
-BuildRequires:  kernel-headers = 2.6.29
+BuildRequires:  kernel-headers = 2.6.30
 BuildRequires:  libtool
 BuildRequires:  tcpd-devel
+BuildRequires:  pkgconfig(libcap-ng)
 BuildRequires:  pkgconfig(systemd)
 Requires:   %{name}-libs = %{version}
 PreReq: %insserv_prereq %fillup_prereq

++ audit-2.2.2.tar.gz - audit-2.2.3.tar.gz ++
 7797 lines of diff (skipped)

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



commit doxygen for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package doxygen for openSUSE:Factory checked 
in at 2013-03-26 15:30:15

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


Package is doxygen, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes  2013-03-08 
11:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes 2013-03-26 
15:30:16.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 07:34:31 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---
--- /work/SRC/openSUSE:Factory/doxygen/doxywizard.changes   2013-03-08 
11:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxywizard.changes  2013-03-26 
15:30:16.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 07:35:51 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---

Old:

  doxygen-1.8.3.1.src.tar.bz2
  doxygen_manual-1.8.3.1.pdf.bz2

New:

  doxygen-1.8.3.1.src.tar.gz
  doxygen_manual-1.8.3.1.pdf.zip



Other differences:
--
++ doxygen.spec ++
--- /var/tmp/diff_new_pack.0OcajI/_old  2013-03-26 15:30:18.0 +0100
+++ /var/tmp/diff_new_pack.0OcajI/_new  2013-03-26 15:30:18.0 +0100
@@ -21,19 +21,18 @@
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
+BuildRequires:  unzip
 Version:1.8.3.1
 Release:0
 Summary:Automated C, C++, and Java Documentation Generator
 License:GPL-2.0+
 Group:  Development/Tools/Doc Generators
 Url:http://www.stack.nl/~dimitri/doxygen/
-# http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
-Source: %{name}-%{version}.src.tar.bz2
+Source: 
http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
 # script to get %%source2
 Source1:doxygen-html.sh
 Source2:%{name}-%{version}-html.tar.bz2
-# ftp://ftp.stack.nl/pub/users/dimitri/doxygen_manual-%{version}.pdf.zip
-Source3:%{name}_manual-%{version}.pdf.bz2
+Source3:
ftp://ftp.stack.nl/pub/users/dimitri/doxygen_manual-%{version}.pdf.zip
 Patch:  %{name}-1.5.9-64archs.patch
 Patch3: %{name}-1.5.9-man.patch
 Patch4: %{name}-1.7.0-modify_footer.patch
@@ -73,7 +72,7 @@
 %patch4
 %patch5 -p1
 cp -v %{S:3} .
-bzip2 -d %{name}_manual-%{version}.pdf.bz2
+/usr/bin/unzip %{S:3}
 
 %build
 mintoc=

++ doxywizard.spec ++
--- /var/tmp/diff_new_pack.0OcajI/_old  2013-03-26 15:30:18.0 +0100
+++ /var/tmp/diff_new_pack.0OcajI/_new  2013-03-26 15:30:18.0 +0100
@@ -28,7 +28,7 @@
 License:GPL-2.0+
 Group:  Development/Tools/Doc Generators
 Url:http://www.stack.nl/~dimitri/doxygen/
-Source: doxygen-%{version}.src.tar.bz2
+Source: 
http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
 Source1:doxywizard.desktop
 Patch:  doxygen-1.5.9-64archs.patch
 Patch2: %{name}-1.5.9-flex.patch

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



commit enca for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package enca for openSUSE:Factory checked in 
at 2013-03-26 15:31:44

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


Package is enca, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/enca/enca.changes2012-12-28 
14:59:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.enca.new/enca.changes   2013-03-26 
15:31:46.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 13:00:45 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ enca.spec ++
--- /var/tmp/diff_new_pack.FjGXlm/_old  2013-03-26 15:31:46.0 +0100
+++ /var/tmp/diff_new_pack.FjGXlm/_new  2013-03-26 15:31:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enca
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Version:1.14
 Release:0
 Url:http://gitorious.org/enca
-Source: %{name}-%{version}.tar.bz2
+Source: http://dl.cihar.com/%{name}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
 Requires:   sed
 %define gtk_doc %{_datadir}/gtk-doc

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



commit expat for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2013-03-26 15:54:19

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


Package is expat, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/expat/expat.changes  2013-02-22 
16:49:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2013-03-26 
15:54:20.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 13:10:01 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---

Old:

  expat-2.1.0.tar.bz2

New:

  expat-2.1.0.tar.gz



Other differences:
--
++ expat.spec ++
--- /var/tmp/diff_new_pack.wPOT6x/_old  2013-03-26 15:54:23.0 +0100
+++ /var/tmp/diff_new_pack.wPOT6x/_new  2013-03-26 15:54:23.0 +0100
@@ -28,7 +28,7 @@
 Summary:XML Parser Toolkit
 License:MIT
 Group:  Development/Libraries/C and C++
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:%{name}faq.html
 Source2:baselibs.conf
 Patch2: expat-visibility.patch

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



commit geda-xgsch2pcb for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package geda-xgsch2pcb for openSUSE:Factory 
checked in at 2013-03-26 15:54:53

Comparing /work/SRC/openSUSE:Factory/geda-xgsch2pcb (Old)
 and  /work/SRC/openSUSE:Factory/.geda-xgsch2pcb.new (New)


Package is geda-xgsch2pcb, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:Factory/.geda-xgsch2pcb.new/geda-xgsch2pcb.changes   
2013-03-26 15:54:54.0 +0100
@@ -0,0 +1,35 @@
+---
+Mon Dec 24 14:10:58 UTC 2012 - dmitr...@opensuse.org
+
+- spec file cleanup
+
+---
+Fri Jan 15 00:00:00 UTC 2010 - werner...@gmx.de
+
+- new version 0.1.3
+
+---
+Sun Nov 15 00:00:00 UTC 2009 - werner...@gmx.de
+
+- make BuildRequires python-numpy explicite
+
+---
+Sat Dec 20 00:00:00 UTC 2008 - werner...@gmx.de
+
+- fixed desktop integration of openSUSE 11.1
+- directory fixes
+
+---
+Sun Mar 23 00:00:00 UTC 2008 - werner...@gmx.de
+
+- fixed desktop integration
+
+---
+Sat Jan 12 00:00:00 UTC 2008 - werner...@gmx.de
+
+- new version 0.1.2
+
+---
+Tue Oct 16 00:00:00 UTC 2007 - werner...@gmx.de
+
+- Initial build of version 0.1.1

New:

  geda-xgsch2pcb-0.1.3.tar.gz
  geda-xgsch2pcb.changes
  geda-xgsch2pcb.spec



Other differences:
--
++ geda-xgsch2pcb.spec ++
#
# spec file for package geda-xgsch2pcb
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

Name:   geda-xgsch2pcb
Version:0.1.3
Release:1
License:GPL-2.0
Summary:Graphical Frontend for gsch2pcb
Group:  Productivity/Scientific/Electronics
Url:http://www.geda.seul.org/tools/xgsch2pcb/index.html
Source0:http://geda.seul.org/dist/%{name}-%{version}.tar.gz
BuildRequires:  dbus-1-devel
BuildRequires:  dbus-1-python
BuildRequires:  fdupes
BuildRequires:  intltool
BuildRequires:  python-gobject2-devel
BuildRequires:  python-gtk
BuildRequires:  update-desktop-files
Requires:   geda-utils
Requires:   pcb
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
xgsch2pcb provides an intuitive, user-friendly graphical interface to
gsch2pcb.
gsch2pcb is a command-line tool, part of the gEDA suite, which is used
to generate and update a PCB layout. It works with schematics created
by gschem, part of the gEDA suite, and layouts created by pcb, a
PCB layout system commonly used with gEDA.

%prep
%setup -q
# pass desktop file validation
sed -i 's/x-geda-gsch2pcb-project/x-geda-gsch2pcb-project;/' 
data/geda-xgsch2pcb.desktop.in

%build
%configure --disable-update-desktop-database
make

%install
%makeinstall
%suse_update_desktop_file %{name} Education Science Electronics

%find_lang %{name}
%fdupes -s %{buildroot}%{_libdir}/%{name}/

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/*
%{_libdir}/*
%{_datadir}/icons/*
%{_datadir}/applications/%{name}.desktop

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



commit gnome-phone-manager for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package gnome-phone-manager for 
openSUSE:Factory checked in at 2013-03-26 15:55:14

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


Package is gnome-phone-manager, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-phone-manager/gnome-phone-manager.changes  
2013-03-12 17:15:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-phone-manager.new/gnome-phone-manager.changes 
2013-03-26 15:55:15.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar 24 22:45:48 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.69:
+  + Updated translations.
+- Clean up spec a bit.
+
+---

Old:

  gnome-phone-manager-0.68+20121106git.tar.xz

New:

  gnome-phone-manager-0.69.tar.xz



Other differences:
--
++ gnome-phone-manager.spec ++
--- /var/tmp/diff_new_pack.pJtYV4/_old  2013-03-26 15:55:17.0 +0100
+++ /var/tmp/diff_new_pack.pJtYV4/_new  2013-03-26 15:55:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-phone-manager
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,14 @@
 
 
 Name:   gnome-phone-manager
-Version:0.68+20121106git
+Version:0.69
 Release:0
 Summary:Phone Manager for GNOME
 License:GPL-2.0+
 Group:  Hardware/Mobile
 Url:http://usefulinc.com/software/phonemgr
-# Currently we use a git snapshot
-Source: %{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE gnome-phone-manager-desktop-icon-check.patch bnc337219
+Source: 
http://download.gnome.org/sources/gnome-phone-manager/0.69/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE gnome-phone-manager-desktop-icon-check.patch bnc#337219
 Patch0: gnome-phone-manager-desktop-icon-check.patch
 # PATCH-FIX-UPSTREAM gnome-phone-manager-eds36.patch bgo#680927 
dims...@opensuse.org -- Fix build with e-d-s 3.6.
 Patch1: gnome-phone-manager-eds36.patch
@@ -79,7 +78,7 @@
 
 %lang_package
 %prep
-%setup -q -n %{name}
+%setup -q 
 %patch0
 %if 0%{?suse_version}  1220
 %patch1 -p1
@@ -99,7 +98,7 @@
 %suse_update_desktop_file -N GNOME Phone Manager -G Phone Manager 
gnome-phone-manager
 %find_lang %{name} %{?no_lang_C}
 %find_gconf_schemas
-# Work around for bnc 337219
+# Work around for bnc#337219
 for dir in 16x16 22x22 24x24 32x32 48x48 256x256; do
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$dir/apps/
 ln -s %{_datadir}/icons/gnome/$dir/devices/phone.png 
%{buildroot}%{_datadir}/icons/hicolor/$dir/apps/gnome-phone-manager.png

++ gnome-phone-manager-0.68+20121106git.tar.xz - 
gnome-phone-manager-0.69.tar.xz ++
 89446 lines of diff (skipped)

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



commit grub2 for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2013-03-26 15:55:22

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


Package is grub2, Maintainer is mch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2013-03-22 
11:18:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2013-03-26 
15:55:23.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 25 17:37:59 UTC 2013 - dval...@suse.com
+
+- extraconfigure macro is not defined on ppc 
+
+---



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.snU3id/_old  2013-03-26 15:55:26.0 +0100
+++ /var/tmp/diff_new_pack.snU3id/_new  2013-03-26 15:55:26.0 +0100
@@ -336,7 +336,7 @@
--sysconfdir=%{_sysconfdir} \
 --target=%{_target_platform}\
 --with-platform=%{platform} \
-%{extraconfigure}   \
+%{?extraconfigure}  \
 --program-transform-name=s,grub,%{name},
 make %{?_smp_mflags}
 %endif

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



commit kde3-knemo for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package kde3-knemo for openSUSE:Factory 
checked in at 2013-03-26 15:55:51

Comparing /work/SRC/openSUSE:Factory/kde3-knemo (Old)
 and  /work/SRC/openSUSE:Factory/.kde3-knemo.new (New)


Package is kde3-knemo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kde3-knemo/kde3-knemo.changes2012-05-03 
10:57:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde3-knemo.new/kde3-knemo.changes   
2013-03-26 15:55:52.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 20:20:19 UTC 2013 - sch...@suse.de
+
+- libtool-aarch64.dff: Use lt_cv_deplibs_check_method=pass_all also for
+  aarch64
+
+---

New:

  libtool-aarch64.diff



Other differences:
--
++ kde3-knemo.spec ++
--- /var/tmp/diff_new_pack.dQOQQw/_old  2013-03-26 15:55:53.0 +0100
+++ /var/tmp/diff_new_pack.dQOQQw/_new  2013-03-26 15:55:53.0 +0100
@@ -1,6 +1,7 @@
 #
-# spec file for package kde3-knemo (Version 0.4.8)
+# spec file for package kde3-knemo
 #
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2006-2007 Detlef Reichelt det...@links2linux.de
 # Copyright 2009 Buschmann buschman...@opensuse.org
 #
@@ -13,23 +14,32 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
 %define_prefix /opt/kde3
 
 Name:  kde3-knemo
 Version:   0.4.8
-Release:   1
+Release:0
 
+Summary:KDE Network Monitor
 License:GPL-2.0
 Group: Productivity/Networking/Diagnostic 
-Summary:   KDE Network Monitor
-URL:   http://kde-apps.org/content/show.php?content=12956
+Url:http://kde-apps.org/content/show.php?content=12956
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
 
 Source0:   12956-knemo-%{version}.tar.bz2
 Patch0: knemod.sys-def.diff
+Patch1: libtool-aarch64.diff
 
-BuildRequires: bzip2 kdelibs3-devel wireless-tools libjpeg-devel 
update-desktop-files
+BuildRequires:  bzip2
+BuildRequires:  kdelibs3-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  wireless-tools
 
 Provides:   knemo = 0.4.8
 Obsoletes:  knemo  0.4.8
@@ -41,6 +51,9 @@
 %prep
 %setup -q -n knemo-%{version}
 %patch0 -p1
+%patch1 -p1
+. /etc/opt/kde3/common_options
+update_admin
 
 %build
 . /etc/opt/kde3/common_options
@@ -87,5 +100,4 @@
 %dir %{_datadir}/locale/rw
 %dir %{_datadir}/locale/rw/LC_MESSAGES
 
-
 %changelog

++ libtool-aarch64.diff ++
Index: knemo-0.4.8/admin/libtool.m4.in
===
--- knemo-0.4.8.orig/admin/libtool.m4.in
+++ knemo-0.4.8/admin/libtool.m4.in
@@ -2181,7 +2181,7 @@ irix5* | irix6* | nonstopux*)
 # This must be Linux ELF.
 linux*)
   case $host_cpu in
-  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | 
sh* | x86_64* )
+  aarch64* | alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* 
| s390* | sh* | x86_64* )
 lt_cv_deplibs_check_method=pass_all ;;
   # the debian people say, arm and glibc 2.3.1 works for them with pass_all
   arm* )
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebase3 for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory 
checked in at 2013-03-26 15:56:11

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


Package is kdebase3, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes2013-03-22 
11:21:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes   2013-03-26 
15:56:14.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 23 15:48:30 UTC 2013 - sch...@suse.de
+
+- nsplugin-aarch64.diff: add support for aarch64
+
+---

New:

  nsplugin-aarch64.diff



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.3QNefQ/_old  2013-03-26 15:56:21.0 +0100
+++ /var/tmp/diff_new_pack.3QNefQ/_new  2013-03-26 15:56:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebase3
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -302,6 +302,7 @@
 Patch282:   
gentoo-better-volumes-descriptions-492dbc40159c91a263f29ad77c94054b2d40bb25.patch
 Patch283:   
kdebase-udisks-loop-devices-916d1ea8da8cdabe604c6f9868d2559f2d73c062.patch
 Patch284:   udisks2-unmount.patch
+Patch285:   nsplugin-aarch64.diff
 
 %description
 This package contains kdebase, one of the basic packages of the K
@@ -673,6 +674,7 @@
 pushd ../fileshareset2
 %patch279 -p1
 popd
+%patch285 -p1
 
 %define _mandir /opt/kde3/share/man
 




++ nsplugin-aarch64.diff ++
Index: kdebase-3.5.10/nsplugins/sdk/prcpucfg.h
===
--- kdebase-3.5.10.orig/nsplugins/sdk/prcpucfg.h
+++ kdebase-3.5.10/nsplugins/sdk/prcpucfg.h
@@ -599,6 +599,59 @@
 #define PR_BYTES_PER_WORD_LOG2   2
 #define PR_BYTES_PER_DWORD_LOG2  3
 
+#elif defined(__aarch64__)
+
+#ifdef __AARCH64EB__
+#define IS_BIG_ENDIAN 1
+#undef  IS_LITTLE_ENDIAN
+#elif defined(__AARCH64EL__)
+#define IS_LITTLE_ENDIAN 1
+#undef  IS_BIG_ENDIAN
+#else
+#error Unknown AArch64 endianness.
+#endif
+#define IS_64
+
+#define PR_BYTES_PER_BYTE   1
+#define PR_BYTES_PER_SHORT  2
+#define PR_BYTES_PER_INT4
+#define PR_BYTES_PER_INT64  8
+#define PR_BYTES_PER_LONG   8
+#define PR_BYTES_PER_FLOAT  4
+#define PR_BYTES_PER_DOUBLE 8
+#define PR_BYTES_PER_WORD   8
+#define PR_BYTES_PER_DWORD  8
+
+#define PR_BITS_PER_BYTE8
+#define PR_BITS_PER_SHORT   16
+#define PR_BITS_PER_INT 32
+#define PR_BITS_PER_INT64   64
+#define PR_BITS_PER_LONG64
+#define PR_BITS_PER_FLOAT   32
+#define PR_BITS_PER_DOUBLE  64
+#define PR_BITS_PER_WORD64
+
+#define PR_BITS_PER_BYTE_LOG2   3
+#define PR_BITS_PER_SHORT_LOG2  4
+#define PR_BITS_PER_INT_LOG25
+#define PR_BITS_PER_INT64_LOG2  6
+#define PR_BITS_PER_LONG_LOG2   6
+#define PR_BITS_PER_FLOAT_LOG2  5
+#define PR_BITS_PER_DOUBLE_LOG2 6
+#define PR_BITS_PER_WORD_LOG2   6
+
+#define PR_ALIGN_OF_SHORT   2
+#define PR_ALIGN_OF_INT 4
+#define PR_ALIGN_OF_LONG8
+#define PR_ALIGN_OF_INT64   8
+#define PR_ALIGN_OF_FLOAT   4
+#define PR_ALIGN_OF_DOUBLE  8
+#define PR_ALIGN_OF_POINTER 8
+#define PR_ALIGN_OF_WORD8
+
+#define PR_BYTES_PER_WORD_LOG2  3
+#define PR_BYTES_PER_DWORD_LOG2 3
+
 #else
 
 #error Unknown CPU architecture


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



commit kdepim4-runtime for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-03-26 15:56:40

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


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-03-14 11:29:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-03-26 15:56:41.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 16:43:23 UTC 2013 - stefan.bru...@rwth-aachen.de
+
+- update Caldav/Carddav service file for owncloud5
+  fixes kde#314711, picked from upstream
+
+---

New:

  kdepim4-runtime_add_owncloud5_servicefile.diff



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.8WGPUz/_old  2013-03-26 15:56:42.0 +0100
+++ /var/tmp/diff_new_pack.8WGPUz/_new  2013-03-26 15:56:42.0 +0100
@@ -27,6 +27,8 @@
 Source1:akonadi.png
 Patch0: buildfix-qjson_0_8_0.diff
 Patch1: disable-knut.diff
+# PATCH-FIX-UPSTREAM kdepim4-runtime_add_owncloud5_servicefile.diff 
[kde#314711] FIXED-IN: 4.10.2
+Patch2: kdepim4-runtime_add_owncloud5_servicefile.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkgapi-devel = 0.4.0
@@ -52,6 +54,7 @@
 %setup -q -n kdepim-runtime-%{version}
 %patch0 -p1
 %patch1
+%patch2 -p1
 
 %build
 %ifarch ppc64


++ kdepim4-runtime_add_owncloud5_servicefile.diff ++
diff --git a/resources/dav/services/owncloud-pre5.desktop 
b/resources/dav/services/owncloud-pre5.desktop
new file mode 100644
index 000..1fde674
--- /dev/null
+++ b/resources/dav/services/owncloud-pre5.desktop
@@ -0,0 +1,23 @@
+[Desktop Entry]
+Name=ownCloud ( 5.0)
+Name[cs]=ownCloud ( 5.0)
+Name[de]=ownCloud ( 5.0)
+Name[es]=ownCloud ( 5.0)
+Name[fr]=ownCloud ( 5.0)
+Name[nl]=ownCloud ( 5.0)
+Name[pt]=ownCloud ( 5.0)
+Name[pt_BR]=ownCloud ( 5.0)
+Name[sk]=ownCloud ( 5.0)
+Name[sr]=Оунклауд ( 5.0)
+Name[sr@ijekavian]=Оунклауд ( 5.0)
+Name[sr@ijekavianlatin]=ownCloud ( 5.0)
+Name[sr@latin]=ownCloud ( 5.0)
+Name[sv]=ownCloud ( 5.0)
+Name[uk]=ownCloud ( 5.0)
+Name[x-test]=xxownCloud ( 5.0)xx
+Type=Service
+X-KDE-ServiceTypes=DavGroupwareProvider
+
+X-DavGroupware-SupportedProtocols=CalDav,CardDav
+X-DavGroupware-CalDavPath=/apps/calendar/caldav.php
+X-DavGroupware-CardDavPath=/apps/contacts/carddav.php
diff --git a/resources/dav/services/owncloud.desktop 
b/resources/dav/services/owncloud.desktop
index 265ac19..46304dc 100644
--- a/resources/dav/services/owncloud.desktop
+++ b/resources/dav/services/owncloud.desktop
@@ -43,5 +43,5 @@ Type=Service
 X-KDE-ServiceTypes=DavGroupwareProvider
 
 X-DavGroupware-SupportedProtocols=CalDav,CardDav
-X-DavGroupware-CalDavPath=/apps/calendar/caldav.php
-X-DavGroupware-CardDavPath=/apps/contacts/carddav.php
+X-DavGroupware-CalDavPath=/remote.php/caldav
+X-DavGroupware-CardDavPath=/remote.php/carddav
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmirage for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package libmirage for openSUSE:Factory 
checked in at 2013-03-26 15:56:55

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


Package is libmirage, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmirage/libmirage.changes  2013-03-11 
12:06:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmirage.new/libmirage.changes 2013-03-26 
15:56:56.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar 12 09:30:09 UTC 2013 - jeng...@inai.de
+
+- Add 0001-libMirage-SNDFILE-filter-instead-of-a-single-frame-c.patch
+  to resolve excess CPU usage during CDDA readout
+  (bnc#809181, bnc#809862)
+
+---
@@ -6,0 +14 @@
+  (bugurl: http://sf.net/p/cdemu/feature-requests/21/)

Old:

  libmirage-2.0.0.tar.bz2

New:

  0001-libMirage-SNDFILE-filter-instead-of-a-single-frame-c.patch
  libmirage-2.0.0.tar.xz



Other differences:
--
++ libmirage.spec ++
--- /var/tmp/diff_new_pack.gbAOXj/_old  2013-03-26 15:56:57.0 +0100
+++ /var/tmp/diff_new_pack.gbAOXj/_new  2013-03-26 15:56:57.0 +0100
@@ -28,10 +28,12 @@
 
 #Freecode-URL: https://freecode.com/projects/cdemu-for-linux
 #Git-Clone:git://git.code.sf.net/p/cdemu/code
-Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
+#DL-URL:   http://downloads.sf.net/cdemu/%name-%version.tar.bz2
+Source: %name-%version.tar.xz
 Patch1: 0001-libMirage-CMake-fix-SOVERSION-which-should-be-set-to.patch
 Patch2: 0001-libMirage-READCD-Parser-when-verifying-the-file-don-.patch
 Patch3: 0001-libMirage-READCD-Parser-readcd-from-cdrtools-appears.patch
+Patch4: 0001-libMirage-SNDFILE-filter-instead-of-a-single-frame-c.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.5
 BuildRequires:  pkgconfig = 0.16
@@ -131,7 +133,7 @@
 
 %prep
 %setup -Tcqa0
-%patch -P 1 -P 2 -P 3 -p2
+%patch -P 1 -P 2 -P 3 -P 4 -p2
 
 %build
 # gir is busted on 12.1

++ 0001-libMirage-SNDFILE-filter-instead-of-a-single-frame-c.patch ++
From 79e017c9e196a1e4f0be649d265be8060257bee4 Mon Sep 17 00:00:00 2001
From: Rok Mandeljc rok.mande...@gmail.com
Date: Thu, 7 Mar 2013 23:13:23 +0100
Subject: [PATCH] libMirage: SNDFILE filter: instead of a single frame, cache
 blocks of 588 frames, which is equivalent of one CD-ROM
 audio sector. This way, caching is much more efficient, and
 consequently reduces CPU load. Fix for bug #60.

Edit by Jan Engelhardt jeng...@inai.de
Increase buffer size even more (see bug #60);
to 2 seconds, to resolve more dropouts.

---
 .../filter-sndfile/filter-sndfile-file-filter.c|   43 +++-
 1 file changed, 23 insertions(+), 20 deletions(-)

diff --git a/libmirage/src/filters/filter-sndfile/filter-sndfile-file-filter.c 
b/libmirage/src/filters/filter-sndfile/filter-sndfile-file-filter.c
index a92f7ae..78c465f 100644
--- a/libmirage/src/filters/filter-sndfile/filter-sndfile-file-filter.c
+++ b/libmirage/src/filters/filter-sndfile/filter-sndfile-file-filter.c
@@ -21,6 +21,9 @@
 
 #define __debug__ SNDFILE-FileFilter
 
+/* Number of frames to cache */
+#define NUM_FRAMES 588*75*2
+
 
 /**\
  *  Private structure *
@@ -35,7 +38,7 @@ struct _MirageFileFilterSndfilePrivate
 gint buflen;
 guint8 *buffer;
 
-gint cached_frame;
+gint cached_block;
 };
 
 
@@ -143,7 +146,7 @@ static gboolean 
mirage_file_filter_sndfile_can_handle_data_format (MirageFileFil
 mirage_file_filter_set_file_size(MIRAGE_FILE_FILTER(self), length);
 
 /* Allocate read buffer; we wish to hold a single (multichannel) frame */
-self-priv-buflen = self-priv-format.channels * sizeof(guint16);
+self-priv-buflen = self-priv-format.channels * sizeof(guint16) * 
NUM_FRAMES;
 MIRAGE_DEBUG(self, MIRAGE_DEBUG_PARSER, %s: buffer length: %d bytes\n, 
__debug__, self-priv-buflen);
 self-priv-buffer = g_try_malloc(self-priv-buflen);
 if (!self-priv-buffer) {
@@ -158,42 +161,42 @@ static gssize mirage_file_filter_sndfile_partial_read 
(MirageFileFilter *_self,
 {
 MirageFileFilterSndfile *self = MIRAGE_FILE_FILTER_SNDFILE(_self);
 goffset position = 
mirage_file_filter_get_position(MIRAGE_FILE_FILTER(self));
-gint frame;
+gint block;
 
-/* Find the frame corresponding to current position */
-frame = position / self-priv-buflen;
-MIRAGE_DEBUG(self, MIRAGE_DEBUG_FILE_IO, %s: stream position: %ld (0x%lX) 
- frame #%d (cached: #%d)\n, __debug__, position, position, frame, 
self-priv-cached_frame);
+/* 

commit libpt2 for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package libpt2 for openSUSE:Factory checked 
in at 2013-03-26 15:58:19

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


Package is libpt2, Maintainer is dli...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libpt2/libpt2.changes2012-12-07 
14:41:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpt2.new/libpt2.changes   2013-03-26 
15:58:20.0 +0100
@@ -1,0 +2,9 @@
+Tue Feb 26 10:10:41 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.10.10:
+  + Several fixes for H.323.
+  + Fix subscribing/unsubscribing when enabling and disabling SIP
+accounts.
+  + Bug fixes.
+
+---

Old:

  ptlib-2.10.9.tar.xz

New:

  ptlib-2.10.10.tar.xz



Other differences:
--
++ libpt2.spec ++
--- /var/tmp/diff_new_pack.jH143p/_old  2013-03-26 15:58:21.0 +0100
+++ /var/tmp/diff_new_pack.jH143p/_new  2013-03-26 15:58:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpt2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,10 +23,10 @@
 
 Name:   libpt2
 %define _name   ptlib
-Version:2.10.9
+Version:2.10.10
 Release:0
 # FIXME: when upgrading, check if the dc plugin builds with the current 
version of libdc1394. - Last check: 2.10.9 / 3.12.2012
-%define _version 2_10_9
+%define _version 2_10_10
 Summary:Portable Windows Library from Equivalence Pty. Ltd. version 2
 License:MPL-1.0
 Group:  System/Libraries

++ ptlib-2.10.9.tar.xz - ptlib-2.10.10.tar.xz ++
 3103 lines of diff (skipped)

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



commit ncurses for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2013-03-26 15:58:38

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


Package is ncurses, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2013-02-20 
17:44:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2013-03-26 
15:58:39.0 +0100
@@ -1,0 +2,53 @@
+Tue Mar 26 12:33:13 UTC 2013 - wer...@suse.de
+
+- Add ncurses patch 20130324
+  + build-fix for libtool configuration (reports by Daniel Silva Ferreira
+and Roumen Petrov).
+- Add ncurses patch 20130323
+  + build-fix for OS X, to handle changes for --with-cxx-shared feature
+(report by Christian Ebert).
+  + change initialization for vt220, similar entries for consistency
+with cursor-key strings (NetBSD #47674) -TD
+  + further improvements to linux-16color (Benjamin Sittler)
+- Add ncurses patch 20130316
+  + additional fix for tic.c, to allocate missing buffer space.
+  + eliminate configure-script warnings for gen-pkgconfig.in
+  + correct typo in sgr string for sun-color,
+add bold for consistency with sgr,
+change smso for consistency with sgr -TD
+  + correct typo in sgr string for terminator -TD
+  + add blink to the attributes masked by ncv in linux-16color (report
+by Benjamin Sittler)
+  + improve warning message from post-load checking for missing %?
+operator by tic/infocmp by showing the entry name and capability.
+  + minor formatting improvement to tic/infocmp -f option to ensure
+line split after %;.
+  + amend scripting for --with-cxx-shared option to handle the debug
+library libncurses++_g.a (report by Sven Joachim).
+- Add ncurses patch 20130309
+  + amend change to toe.c for reading from /dev/zero, to ensure that
+there is a buffer for the temporary filename (cf: 20120324).
+  + regenerated html manpages.
+  + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
+  + updated some autoconf macros:
++ CF_ACVERSION_CHECK, from byacc 1.9 20130304
++ CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
+  + add configure option --with-cxx-shared to permit building
+libncurses++ as a shared library when using g++, e.g., the same
+limitations as libtool but better integrated with the usual build
+configuration (Redhat 911540).
+  + modify MKkey_defs.sh to filter out build-path which was unnecessarily
+shown in curses.h (Debian #689131).
+- Add ncurses patch 20130302
+  + add section to terminfo manpage discussing user-defined capabilities.
+  + update manpage description of NCURSES_NO_SETBUF, explaining why it
+is obsolete.
+  + add a check in waddch_nosync() to ensure that tab characters are
+treated as control characters; some broken locales claim they are
+printable.
+  + add some traces to the Windows console driver.
+  + initialize a temporary array in _nc_mbtowc, needed for some cases
+of raw input in MinGW port.
+- Make it build even with shared libncurses++ and its demo test program
+
+---



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.QfC8ZI/_old  2013-03-26 15:58:40.0 +0100
+++ /var/tmp/diff_new_pack.QfC8ZI/_new  2013-03-26 15:58:40.0 +0100
@@ -280,14 +280,14 @@
 SCREENRC=${SCREENDIR}/ncurses
 export SCREENRC SCREENDIR
 exec 0 /dev/null
-SCREENLOG=${SCREENDIR}/config.screen
+SCREENLOG=${SCREENDIR}/log
 cat  $SCREENRC-EOF
deflogin off
logfile $SCREENLOG
logfile flush 1
logtstamp off
log on
-   setsid off
+   setsid on
scrollback 0
silence on
utf8 on
@@ -375,6 +375,7 @@
 #
 touch --reference=README config.sub config.guess
  $SCREENLOG
+tail -q -s 0.5 -f $SCREENLOG  pid=$!
 %configure \
--without-ada   \
--without-debug \
@@ -433,8 +434,9 @@
${WITHCHTYPE} \
--disable-widec \
--disable-tic-depends   \
+   --with-cxx-shared   \
--with-ticlib=tic
-cat $SCREENLOG
+kill $pid
 #
 #  The configure line
 #
@@ -454,17 +456,24 @@
TERMINFO=$PWD/tmp
export TERMINFO
mkdir -p $TERMINFO
+   cp -p $PWD/../progs/tic $PWD/../progs/tic.build
+   cp -p $PWD/../progs/infocmp $PWD/../progs/infocmp.build
+   (cat  ${PWD}/.build_tic)-EOF
 %if 0%{?_crossbuild}
-export BUILD_TIC=/usr/bin/tic
+   export BUILD_TIC=/usr/bin/tic
+   export BUILD_INFOCMP=/usr/bin/infocmp
 %else
-export 

commit qoauth for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package qoauth for openSUSE:Factory checked 
in at 2013-03-26 15:58:47

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


Package is qoauth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qoauth/qoauth.changes2012-07-21 
12:31:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.qoauth.new/qoauth.changes   2013-03-26 
15:58:48.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 18 16:49:45 UTC 2013 - sch...@suse.de
+
+- Add aarch64 to the list of lib64 platforms
+
+---



Other differences:
--
++ qoauth.spec ++
--- /var/tmp/diff_new_pack.NGaIFO/_old  2013-03-26 15:58:49.0 +0100
+++ /var/tmp/diff_new_pack.NGaIFO/_new  2013-03-26 15:58:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qoauth
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ qoauth-ppc64-libdir.patch ++
--- /var/tmp/diff_new_pack.NGaIFO/_old  2013-03-26 15:58:49.0 +0100
+++ /var/tmp/diff_new_pack.NGaIFO/_new  2013-03-26 15:58:49.0 +0100
@@ -2,13 +2,16 @@
 ===
 --- qoauth-1.0.1.orig/src/src.pro
 +++ qoauth-1.0.1/src/src.pro
-@@ -67,6 +67,9 @@ else:unix {
+@@ -67,6 +67,12 @@ else:unix {
  } else {
target.path = $${INSTALL_PREFIX}/lib
  }
 +contains(QMAKE_HOST.arch, ppc64) {
 +  target.path = $${INSTALL_PREFIX}/lib64
 +}
++contains(QMAKE_HOST.arch, aarch64) {
++  target.path = $${INSTALL_PREFIX}/lib64
++}
  
  headers.path = $${INSTALL_PREFIX}/include/QtOAuth
  docs.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}-$${VERSION}/html

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



commit R-base for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2013-03-26 15:59:05

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


Package is R-base, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/R-base/R-base.changes2013-03-11 
09:56:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes   2013-03-26 
15:59:06.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 18 14:38:57 UTC 2013 - sch...@suse.de
+
+- Override LIBnn from %{_lib}
+
+---



Other differences:
--
++ R-base.spec ++
--- /var/tmp/diff_new_pack.upEg9C/_old  2013-03-26 15:59:08.0 +0100
+++ /var/tmp/diff_new_pack.upEg9C/_new  2013-03-26 15:59:08.0 +0100
@@ -130,7 +130,7 @@
 %build 
 export R_BROWSER=xdg-open
 export R_PDFVIEWER=xdg-open
-%configure --enable-R-shlib
+%configure --enable-R-shlib LIBnn=%{_lib}
 
 make %{?_smp_mflags}
 make pdf

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



commit rkhunter for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package rkhunter for openSUSE:Factory 
checked in at 2013-03-26 15:59:14

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


Package is rkhunter, Maintainer is lr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rkhunter/rkhunter.changes2012-05-22 
08:18:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.rkhunter.new/rkhunter.changes   2013-03-26 
15:59:15.0 +0100
@@ -1,0 +2,18 @@
+Mon Mar 25 23:01:40 UTC 2013 - sch...@suse.de
+
+- Add aarch64 to the list of lib64 platforms
+
+---
+Mon Mar 18 10:30:16 UTC 2013 - Sascha Manns saigk...@opensuse.org
+
+- fixed bnc#776687 (changed OS_VERSION_FILE in rkhunter.con to
+  /etc/SuSE-release) 
+
+---
+Mon Jan 07 13:18:00 UTC 2013 - bjo...@cs.tu-berlin.de
+
+Changes:
+- do not report a false positive on /etc/crontab
+- see 
http://sourceforge.net/tracker/?func=detailatid=794187aid=3591302group_id=155034
+
+---

New:

  rkhunter-1.4.0-crontab.patch



Other differences:
--
++ rkhunter.spec ++
--- /var/tmp/diff_new_pack.a8OEA1/_old  2013-03-26 15:59:16.0 +0100
+++ /var/tmp/diff_new_pack.a8OEA1/_new  2013-03-26 15:59:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rkhunter
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009-2010 by Sascha Manns saigk...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -31,6 +31,7 @@
 Source6:%{name}.logrotate
 # PATCH-FIX-OPENSUSE -- saigk...@opensuse.org - Fix Pathes2
 Patch0: %{name}-installer-fix.patch
+Patch1: rkhunter-1.4.0-crontab.patch
 BuildRequires:  wget
 PreReq: %fillup_prereq
 Requires:   bash
@@ -67,6 +68,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
 
 %build
 sed -e 's/\${MYDIR}\/lib/\%{_prefix}\/share/;' files/rkhunter 
files/rkhunter.new
@@ -89,6 +91,7 @@
  s|^APPEND_LOG=0|APPEND_LOG=1|g; \
  s|ALLOW_SSH_ROOT_USER=no|ALLOW_SSH_ROOT_USER=yes|g; \
  s|^#PKGMGR.*|PKGMGR=RPM|g; \
+ s|^#OS_VERSION_FILE=/etc/release|OS_VERSION_FILE=/etc/SuSE-release|g; 
\
  
s|^#ALLOWHIDDENDIR=%{_sysconfdir}/.java.*|ALLOWHIDDENDIR=%{_sysconfdir}/.java|g;
 \
  s|^#ALLOWHIDDENDIR=/dev/.udev.*|ALLOWHIDDENDIR=/dev/.udev|g; \
  
s|^#ALLOWHIDDENFILE=%{_sysconfdir}/.pwd.lock.*|ALLOWHIDDENFILE=%{_sysconfdir}/.pwd.lock|g;
 \

++ rkhunter-1.4.0-crontab.patch ++
--- rkhunter-1.4.0/files/rkhunter.orig  2012-05-01 17:14:11.0 +0200
+++ rkhunter-1.4.0/files/rkhunter   2012-12-22 00:38:09.904067088 +0100
@@ -8499,7 +8499,6 @@
 t0rnp:T0rn Rootkit
 rx4u:Unknown rootkit
 rx2me:Unknown rootkit
-crontab:Unknown rootkit
 sshdu:Unknown rootkit
 glotzer:Unknown rootkit
 holber:Devil Rootkit
++ rkhunter-installer-fix.patch ++
--- /var/tmp/diff_new_pack.a8OEA1/_old  2013-03-26 15:59:16.0 +0100
+++ /var/tmp/diff_new_pack.a8OEA1/_new  2013-03-26 15:59:16.0 +0100
@@ -32,6 +32,15 @@
SYSCONFIGDIR=${PREFIX}/etc
;;
RPM)
+@@ -299,7 +299,7 @@ selectTemplate() { # Take input from the
+   fi
+   ;;
+   RPM)
+-  if [ ${UNAMEM} = x86_64 -o ${UNAMEM} = ppc64 ]; 
then
++  if [ ${UNAMEM} = x86_64 -o ${UNAMEM} = ppc64 -o 
${UNAMEM} = aarch64 ]; then
+   LIBDIR=${PREFIX}/lib64
+   else
+   LIBDIR=${PREFIX}/lib
 @@ -411,7 +411,7 @@ selectTemplate() { # Take input from the
else
RKHINST_DB_DIR=${VARDIR}/lib/${APPNAME}/db

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



commit rubygem-term-ansicolor for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-term-ansicolor for 
openSUSE:Factory checked in at 2013-03-26 15:59:37

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


Package is rubygem-term-ansicolor, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-term-ansicolor/rubygem-term-ansicolor.changes
2012-11-30 12:46:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-term-ansicolor.new/rubygem-term-ansicolor.changes
   2013-03-26 15:59:38.0 +0100
@@ -1,0 +2,16 @@
+Mon Mar 18 12:55:45 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.1
+ * Avoid possible conflicts with other people's attributes
+   methods.
+ * Cache attributes globally, also fix caching for frozen
+   strings.
+ * Cleanup documentation.
+ * Implement color0 - color255 and on_color0 - on_color255
+   methods for xterm256 colors.
+ * Merged patch by Mike Bethany mikbe...@gmail.com that
+   adds high intensity colors and backgrounds.
+ * Fix problem caused by Ruby 1.9 implementing String#clear
+ * now, reported by Joe Fiorini j...@joefiorini.com.
+
+---

Old:

  term-ansicolor-1.0.7.gem

New:

  term-ansicolor-1.1.1.gem



Other differences:
--
++ rubygem-term-ansicolor.spec ++
--- /var/tmp/diff_new_pack.DVcA6m/_old  2013-03-26 15:59:39.0 +0100
+++ /var/tmp/diff_new_pack.DVcA6m/_new  2013-03-26 15:59:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-term-ansicolor
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   rubygem-term-ansicolor
-Version:1.0.7
+Version:1.1.1
 Release:0
 %define mod_name term-ansicolor
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://flori.github.com/term-ansicolor
 Source: %{mod_full_name}.gem
 Summary:Ruby library that colors strings using ANSI escape sequences

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



commit rubygem-tins for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tins for openSUSE:Factory 
checked in at 2013-03-26 15:59:46

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


Package is rubygem-tins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tins/rubygem-tins.changes
2012-10-11 11:24:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tins.new/rubygem-tins.changes   
2013-03-26 15:59:47.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 18 12:52:53 UTC 2013 - co...@suse.com
+
+- updated to version 0.7.2
+
+---
+Sat Feb  9 09:26:10 UTC 2013 - co...@suse.com
+
+- updated to version 0.7.0
+
+---

Old:

  tins-0.6.0.gem

New:

  tins-0.7.2.gem



Other differences:
--
++ rubygem-tins.spec ++
--- /var/tmp/diff_new_pack.y42lnO/_old  2013-03-26 15:59:48.0 +0100
+++ /var/tmp/diff_new_pack.y42lnO/_new  2013-03-26 15:59:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tins
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tins
-Version:0.6.0
+Version:0.7.2
 Release:0
 %define mod_name tins
 %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 storeBackup for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package storeBackup for openSUSE:Factory 
checked in at 2013-03-26 16:00:07

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


Package is storeBackup, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/storeBackup/storeBackup.changes  2012-10-03 
10:10:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.storeBackup.new/storeBackup.changes 
2013-03-26 16:00:09.0 +0100
@@ -1,0 +2,14 @@
+Sun Mar 10 16:32:56 UTC 2013 - s...@bugs.jan.ritzerfeld.org
+
+- Update to 3.3:
+  * Improved configurability of file compression 
+  * Added isolated mode/offline backups
+  * Added Replication of backups
+  * Added linkToDirs.pl
+  * Added storeBackupCheckSource.pl
+- Added Recommends: cron again, otherwise included automated
+  backup script will not work
+- Linked all storeBackup* tools to /usr/bin
+- Included _ATTENTION_ and correct.sh in documentation
+- Included man pages
+---

Old:

  storeBackup-3.2.config.default
  storeBackup-3.2.diff
  storeBackup-3.2.tar.bz2
  storeBackup-3.2_01.pdf

New:

  storeBackup-3.3.config.default
  storeBackup-3.3.diff
  storeBackup-3.3.tar.bz2



Other differences:
--
++ storeBackup.spec ++
--- /var/tmp/diff_new_pack.U3xahn/_old  2013-03-26 16:00:10.0 +0100
+++ /var/tmp/diff_new_pack.U3xahn/_new  2013-03-26 16:00:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package storeBackup
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,14 @@
 
 
 Name:   storeBackup
-Version:3.2
+Version:3.3
 Release:0
-Summary:storeBackup is a disk-to-disk backup tool for Linux
+Summary:A disk-to-disk backup tool for Linux
 License:GPL-3.0+
 Group:  Productivity/Archiving/Backup
 Source0:storeBackup-%{version}.tar.bz2
 Source1:storeBackup-%{version}.config.default
 Source2:storeBackup-README.SUSE
-Source3:storeBackup-3.2_01.pdf
 Patch0: storeBackup-%{version}.diff
 Url:http://storebackup.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,6 +34,7 @@
 Requires:   fileutils
 Requires:   sh-utils
 Requires:   textutils
+Recommends: cron
 
 %description 
 storeBackup is a disk-to-disk backup tool for Linux. It should run on
@@ -68,25 +68,40 @@
${RPM_BUILD_ROOT}/usr/bin/  
\
${RPM_BUILD_ROOT}/usr/share/doc/packages/storeBackup/   
\
${RPM_BUILD_ROOT}/etc/cron.daily/   
\
-   ${RPM_BUILD_ROOT}/etc/storebackup.d/
+   ${RPM_BUILD_ROOT}/etc/storebackup.d/
\
+   ${RPM_BUILD_ROOT}/%{_mandir}/man1
 #
 cp -a %{S:1}   
./doc/storebackup.config.default
 cp -a %{S:2}   
./doc/README.SUSE
-cp -a %{S:3}   ./doc/
+cp -a _ATTENTION_ correct.sh   ./doc/
 cp -aRpv bin/ lib/ 
${RPM_BUILD_ROOT}/usr/lib/storeBackup/
 cp -a cron-storebackup 
${RPM_BUILD_ROOT}/etc/cron.daily/storebackup
 ln -sf /usr/lib/storeBackup/bin/storeBackup.pl 
${RPM_BUILD_ROOT}/usr/bin/storeBackup.pl
 ln -sf /usr/lib/storeBackup/bin/storeBackup.pl 
${RPM_BUILD_ROOT}/usr/bin/storeBackup
+ln -sf /usr/lib/storeBackup/bin/storeBackupCheckBackup.pl  
${RPM_BUILD_ROOT}/usr/bin/storeBackupCheckBackup.pl
+ln -sf /usr/lib/storeBackup/bin/storeBackupCheckSource.pl  
${RPM_BUILD_ROOT}/usr/bin/storeBackupCheckSource.pl
 ln -sf /usr/lib/storeBackup/bin/storeBackupConvertBackup.pl
${RPM_BUILD_ROOT}/usr/bin/storeBackupConvertBackup.pl
+ln -sf /usr/lib/storeBackup/bin/storeBackupDel.pl  
${RPM_BUILD_ROOT}/usr/bin/storeBackupDel.pl
+ln -sf /usr/lib/storeBackup/bin/storeBackupMergeIsolatedBackup.pl  
${RPM_BUILD_ROOT}/usr/bin/storeBackupMergeIsolatedBackup.pl
+ln -sf /usr/lib/storeBackup/bin/storeBackupMount.pl
${RPM_BUILD_ROOT}/usr/bin/storeBackupMount.pl
 ln -sf /usr/lib/storeBackup/bin/storeBackupRecover.pl  

commit suse-module-tools for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2013-03-26 16:02:34

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


Package is suse-module-tools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes  
2012-11-28 16:59:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.suse-module-tools.new/suse-module-tools.changes 
2013-03-26 16:02:35.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar 17 20:04:12 UTC 2013 - crrodrig...@opensuse.org
+
+- The allow_unsupported_modules feature, does not belong too
+  openSUSE, kmod (and hence udev and systemd) do not understand
+  it in anyway. limit to SLE only.
+
+---



Other differences:
--
++ suse-module-tools.spec ++
--- /var/tmp/diff_new_pack.fQKspx/_old  2013-03-26 16:02:36.0 +0100
+++ /var/tmp/diff_new_pack.fQKspx/_new  2013-03-26 16:02:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package suse-module-tools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,8 +63,10 @@
cat modprobe.conf.$RPM_ARCH 00-system.conf
 fi
 install -d -m 755 $b/etc/modprobe.d
+%if 0%{?sles_version}
 install -pm644 %_sourcedir/10-unsupported-modules.conf \
$b/etc/modprobe.d/
+%endif
 install -pm644 00-system.conf $b/etc/modprobe.d/
 install -pm644 modprobe.conf.local $b/etc/modprobe.d/99-local.conf
 install -d -m 755 $b/etc/depmod.d
@@ -77,6 +79,7 @@
 install -pm 755 %_sourcedir/driver-check.sh $b/usr/lib/module-init-tools/
 
 %post
+%if 0%{?sles_version}
 test_allow_on_install()
 {
# configure handling of unsupported modules
@@ -129,12 +132,14 @@
sed -ri 's/^( *allow_unsupported_modules *) 1/\1 0/' \
/etc/modprobe.d/10-unsupported-modules.conf
 fi
-
+%endif
 %files
 %defattr(-,root,root)
 %dir   /etc/modprobe.d
 %config/etc/modprobe.d/00-system.conf
+%if 0%{?sles_version}
 %config(noreplace) /etc/modprobe.d/10-unsupported-modules.conf
+%endif
 %config(noreplace) /etc/modprobe.d/99-local.conf
 %dir   /etc/depmod.d
 %config/etc/depmod.d/00-system.conf

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



commit apache-commons-daemon for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2013-03-26 16:12:55

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is apache-commons-daemon, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2012-07-19 17:57:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2013-03-26 16:12:56.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 25 23:24:11 UTC 2013 - sch...@suse.de
+
+- config-guess-sub-update.patch: update config.guess/sub for aarch64
+- apache-commons-daemon-aarch64.patch: add aarch64 to the list of
+  supported cpus
+
+---

New:

  apache-commons-daemon-aarch64.patch
  config-guess-sub-update.patch



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.WUyHFH/_old  2013-03-26 16:12:57.0 +0100
+++ /var/tmp/diff_new_pack.WUyHFH/_new  2013-03-26 16:12:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-daemon
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,8 @@
 Patch2: apache-commons-daemon-s390x.patch
 Patch3: apache-commons-daemon-ppc64.patch
 Patch4: jsvc-libcap-relative.patch
+Patch5: config-guess-sub-update.patch
+Patch6: apache-commons-daemon-aarch64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ant
@@ -81,6 +83,8 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5
+%patch6 -p1
 
 # remove java binaries from sources
 rm -rf src/samples/build/

++ apache-commons-daemon-aarch64.patch ++
Index: commons-daemon-1.0.10-src/src/native/unix/configure
===
--- commons-daemon-1.0.10-src.orig/src/native/unix/configure
+++ commons-daemon-1.0.10-src/src/native/unix/configure
@@ -2682,6 +2682,9 @@ echo $as_me: error: Unsupported operati
 CFLAGS=$CFLAGS -DCPU=\\\arm\\\
 supported_os=arm
 HOST_CPU=arm;;
+  aarch64)
+CFLAGS=$CFLAGS -DCPU=\\\aarch64\\\
+HOST_CPU=$host_cpu;;
   *)
 echo $as_me:$LINENO: result: failed 5
 echo ${ECHO_T}failed 6
Index: commons-daemon-1.0.10-src/src/native/unix/support/apsupport.m4
===
--- commons-daemon-1.0.10-src.orig/src/native/unix/support/apsupport.m4
+++ commons-daemon-1.0.10-src/src/native/unix/support/apsupport.m4
@@ -148,6 +148,9 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
 CFLAGS=$CFLAGS -DCPU=\\\arm\\\
 supported_os=arm
 HOST_CPU=arm;;
+  aarch64)
+CFLAGS=$CFLAGS -DCPU=\\\aarch64\\\
+HOST_CPU=$host_cpu;;
   *)
 AC_MSG_RESULT([failed])
 AC_MSG_ERROR([Unsupported CPU architecture $host_cpu]);;
++ config-guess-sub-update.patch ++
 2327 lines (skipped)

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



commit fastjar for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package fastjar for openSUSE:Factory checked 
in at 2013-03-26 16:13:01

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


Package is fastjar, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/fastjar/fastjar.changes  2011-09-23 
01:57:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.fastjar.new/fastjar.changes 2013-03-26 
16:13:02.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 13:15:44 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---

Old:

  fastjar-0.98.tar.bz2

New:

  fastjar-0.98.tar.gz



Other differences:
--
++ fastjar.spec ++
--- /var/tmp/diff_new_pack.L0m7gt/_old  2013-03-26 16:13:03.0 +0100
+++ /var/tmp/diff_new_pack.L0m7gt/_new  2013-03-26 16:13:03.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package fastjar (Version 0.98)
+# spec file for package fastjar
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   fastjar
 BuildRequires:  zlib-devel
-License:GPL-2.0+
-Group:  Development/Languages/Java
 Provides:   libgcj:/usr/bin/fastjar
 PreReq: %install_info_prereq
 Version:0.98
-Release:2
+Release:0
 Summary:The fastjar Java package archiver
+License:GPL-2.0+
+Group:  Development/Languages/Java
 Url:http://savannah.nongnu.org/projects/fastjar/
-Source: fastjar-%{version}.tar.bz2
+Source: 
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
 Patch0: fastjar-0.98-fix.patch
 Patch1: fastjar-0.98-directory-traversal.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit haveged for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package haveged for openSUSE:Factory checked 
in at 2013-03-26 16:13:09

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


Package is haveged, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/haveged/haveged.changes  2013-02-08 
07:09:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes 2013-03-26 
16:13:11.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar 26 14:19:46 UTC 2013 - mvysko...@suse.com
+
+- add autoconf to BuildRequires
+- explain the need for autoreconf
+- tag haveged-ppc.patch
+
+---
+Wed Mar 20 23:28:42 UTC 2013 - crrodrig...@opensuse.org
+
+- Remove all sysvinit compatibility. 
+
+---

Old:

  haveged.init



Other differences:
--
++ haveged.spec ++
--- /var/tmp/diff_new_pack.okx2V3/_old  2013-03-26 16:13:12.0 +0100
+++ /var/tmp/diff_new_pack.okx2V3/_new  2013-03-26 16:13:12.0 +0100
@@ -24,23 +24,15 @@
 Group:  System/Daemons
 Url:http://www.issihosts.com/haveged/
 Source0:http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
-Source1:%{name}.init
 Source2:%{name}.service
+#PATCH-FIX-OPENSUSE: mvyskocil: sent upstream
 Patch0: haveged-ppc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  automake
-Requires(pre): %insserv_prereq 
-%if 0%{suse_version} = 1140
-Requires(pre):  sysvinit(syslog)
-%endif
-Requires(post): grep util-linux
 Enhances:   openssl gpg2 php5 apache2 openvpn smtp_daemon
-%{!?_initddir: %global _initddir /etc/init.d} 
-%if 0%{?suse_version}  1140
-BuildRequires:  systemd
+BuildRequires:  autoconf
+BuildRequires:  libtool
+BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
-%define have_systemd 1
-%endif
 
 %description
 The haveged daemon feeds the linux entropy pool with random
@@ -72,12 +64,11 @@
 %patch0 -p1
 
 %build
-%if 0%{?suse_version}  1220
+# mvyskocil: needed because of haveged-ppc.patch
 autoreconf -fiv
-%endif
 export CFLAGS=%optflags -fpie
 export LDFLAGS=-Wl,-z,relro,-z,now -pie
-%configure \
+%configure --disable-static \
 --enable-nistest=yes \
 --enable-daemon=yes \
 --enable-clock_gettime=yes
@@ -97,42 +88,23 @@
 
 %install
 %makeinstall
-%{__install} -D -m0755 %{S:1} %{buildroot}%{_initddir}/%{name}
-%{__mkdir_p} %{buildroot}%{_sbindir}
-%{__ln_s} -f %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
-
-%if 0%{?have_systemd}
 %{__install} -D -m0644 %{S:2} %{buildroot}%{_unitdir}/%{name}.service
-%endif
 %{__rm} -f %{buildroot}%{_libdir}/libhavege.*a
 
 %clean
 %{?buildroot:%__rm -rf %{buildroot}}
 
 %post
-# do not enable on condition here, let YAST, kiwi or the user do it.
-%{fillup_and_insserv -f %{name}}
-%if 0%{?have_systemd}
 %service_add_post %{name}.service
-%endif
 
 %postun
-%restart_on_update %{name}
-%{insserv_cleanup}
-%if 0%{?have_systemd}
 %service_del_postun %{name}.service
-%endif
 
 %pre
-%if 0%{?have_systemd}
 %service_add_pre %{name}.service
-%endif
 
 %preun
-%stop_on_removal %{name}
-%if 0%{?have_systemd}
 %service_del_preun %{name}.service
-%endif
 
 %post -n libhavege1 -p /sbin/ldconfig
 
@@ -141,13 +113,9 @@
 %files
 %defattr(-,root,root)
 %doc COPYING
-%{_sbindir}/rc%{name}
 %{_sbindir}/%{name}
-%config %{_initddir}/%{name}
 %doc %{_mandir}/man8/%{name}.8*
-%if 0%{?have_systemd}
 %{_unitdir}/%{name}.service
-%endif
 
 %files devel
 %doc COPYING

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



commit libyui-ncurses for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package libyui-ncurses for openSUSE:Factory 
checked in at 2013-03-26 16:13:15

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


Package is libyui-ncurses, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses/libyui-ncurses.changes
2013-02-21 15:04:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-ncurses.new/libyui-ncurses.changes   
2013-03-26 16:13:17.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar 26 14:39:09 CET 2013 - g...@suse.de
+
+- NCCheckBoxFrame:  handle option `invertAutoEnable correctly,
+  (bug-fix for authentication problem in iscsi-client bnc #805407)
+- V 2.43.4
+
+---

Old:

  libyui-ncurses-2.43.3.tar.bz2

New:

  libyui-ncurses-2.43.4.tar.bz2



Other differences:
--
++ libyui-ncurses-doc.spec ++
--- /var/tmp/diff_new_pack.o7rjaM/_old  2013-03-26 16:13:18.0 +0100
+++ /var/tmp/diff_new_pack.o7rjaM/_new  2013-03-26 16:13:18.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-ncurses (Version 2.43.3)
+# spec file for package libyui-ncurses (Version 2.43.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:  libyui-ncurses-doc
-Version:   2.43.3
+Version:   2.43.4
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-ncurses-%{version}.tar.bz2

++ libyui-ncurses.spec ++
--- /var/tmp/diff_new_pack.o7rjaM/_old  2013-03-26 16:13:18.0 +0100
+++ /var/tmp/diff_new_pack.o7rjaM/_new  2013-03-26 16:13:18.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-ncurses (Version 2.43.3)
+# spec file for package libyui-ncurses (Version 2.43.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,7 @@
 # norootforbuild
 
 Name:  libyui-ncurses
-Version:   2.43.3
+Version:   2.43.4
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-ncurses-%{version}.tar.bz2

++ libyui-ncurses-2.43.3.tar.bz2 - libyui-ncurses-2.43.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.43.3/ChangeLog 
new/libyui-ncurses-2.43.4/ChangeLog
--- old/libyui-ncurses-2.43.3/ChangeLog 2013-02-21 09:43:20.0 +0100
+++ new/libyui-ncurses-2.43.4/ChangeLog 2013-03-26 14:43:20.0 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Mar 26 14:39:09 CET 2013 - g...@suse.de
+
+- NCCheckBoxFrame:  handle option `invertAutoEnable correctly,
+  (bug-fix for authentication problem in iscsi-client bnc #805407)
+- V 2.43.4
+
+---
 Thu Feb 21 09:32:10 CET 2013 - g...@suse.de
 
 - NCRichText: bug-fix for text in pre tags, patch description is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.43.3/VERSION.cmake 
new/libyui-ncurses-2.43.4/VERSION.cmake
--- old/libyui-ncurses-2.43.3/VERSION.cmake 2013-02-21 09:43:20.0 
+0100
+++ new/libyui-ncurses-2.43.4/VERSION.cmake 2013-03-26 14:43:20.0 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 43 )
-SET( VERSION_PATCH 3 )
+SET( VERSION_PATCH 4 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.43.3/src/NCCheckBoxFrame.cc 
new/libyui-ncurses-2.43.4/src/NCCheckBoxFrame.cc
--- old/libyui-ncurses-2.43.3/src/NCCheckBoxFrame.cc2013-02-21 
09:43:20.0 +0100
+++ new/libyui-ncurses-2.43.4/src/NCCheckBoxFrame.cc2013-03-26 
14:43:20.0 +0100
@@ -41,12 +41,9 @@
 setLabel( YCheckBoxFrame::label() );
 hotlabel = label;
 
-if ( invertAutoEnable() )
-   setValue( !checked );
-else
-   setValue( checked );
+setValue( checked );
 
-// setEnabled() is called in wRedraw()
+// setEnabled( getValue() ); is called in wRedraw()
 }
 
 
@@ -112,9 +109,15 @@
 {
 enabled = frame-getValue();
 
+// invert value if required
+if ( frame-invertAutoEnable() )
+enabled = !enabled;
+
+// despite of frame-getValue(), don't enable child widgets if 
state
+// of frame is  NC::WSdisabeled
 if ( frame-GetState() == NC::WSdisabeled )
 enabled = false;
-
+
 break;
  

commit patchinfo.1468 for openSUSE:12.3:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1468 for 
openSUSE:12.3:Update checked in at 2013-03-26 17:11:44

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


Package is patchinfo.1468, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerkeichwa/packager
  categoryrecommended/category
  ratingmoderate/rating
  summaryrelease-notes-openSUSE: Update to 12.3.7/summary
  descriptionThis update fixes the following issues for 
release-notes-openSUSE:
- Enable 'ar' again (but for HTML only)
- New entries: The proprietary NVIDIA driver requires users to have access to 
/dev/nvidia* devices (bnc#809163)
- Updated translations/description
  issue tracker=bnc id=809163Default and new users no longer been added 
to 'video' group/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit make for openSUSE:12.1:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package make for openSUSE:12.1:Update 
checked in at 2013-03-26 17:15:48

Comparing /work/SRC/openSUSE:12.1:Update/make (Old)
 and  /work/SRC/openSUSE:12.1:Update/.make.new (New)


Package is make, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit make.1471 for openSUSE:12.1:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package make.1471 for openSUSE:12.1:Update 
checked in at 2013-03-26 17:15:46

Comparing /work/SRC/openSUSE:12.1:Update/make.1471 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.make.1471.new (New)


Package is make.1471, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:12.1:Update/.make.1471.new/make.changes  2013-03-26 
17:15:47.0 +0100
@@ -0,0 +1,274 @@
+---
+Wed Mar 20 22:22:57 UTC 2013 - jeng...@inai.de
+
+- Add make-parallel-build.patch from openSUSE:12.3/make
+  (bnc#810657)
+
+---
+Tue Oct 11 22:37:40 CEST 2011 - mhruse...@suse.cz
+
+- reverting previous change (qemu binfmt was fixed)
+
+---
+Fri Sep 30 13:03:23 CEST 2011 - mhruse...@suse.cz
+
+- using full ar path in tests on arm (fixes build)
+
+---
+Tue Apr 19 15:22:27 UTC 2011 - mh...@novell.com
+
+- make-fix_whitespace_tokenization.diff
+  Fix Savannah bug #33125 (bnc #681108):
+  Memory corruption during build of android build system.
+
+---
+Tue Sep  7 17:22:32 UTC 2010 - mh...@novell.com
+
+- make-savannah-bug30612-handling_of_archives.diff
+  Fix Savannah bug #30612: handling of archive references with 1 object..
+  Add oneshell to $(.FEATURES).
+  Fix the NEWS file to be accurate.
+- make-savannah-bug30723-expand_makeflags_before_reexec.diff
+  Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec after rebuilding
+  makefiles.
+
+---
+Mon Aug 30 17:37:23 UTC 2010 - mh...@novell.com
+
+- Disable some inherrently broken test cases.
+
+---
+Mon Aug 23 13:39:12 UTC 2010 - mh...@novell.com
+
+- Update to 3.82
+  - Bug fixes
+  - Backwards Incompatibilities:
+- Makefiles with .POSIX target: shells called with -e
+- $? contains prerequisites even if not existent
+- Prerequisite with '=' cannot be backslash escaped any more
+  (use variable with '=' instead)
+- Variable names may not contain whitespaces any more
+- Mixture of explicit and pattern targets didn't always fail
+- Pattern specific rules application order changed
+- Library search behavior now compatible with standard linker
+  - New features
+- --eval=STRING: Evaluate makefile syntax string before makefile
+- Variable .RECIPEPREFIX: Exchange TAB character
+- Variable .SHELLFLAGS:   Options passed to shells
+- Target   .ONESHELL: Single instance of shell for recipe
+- Modifier  private:  Suppresses inheritance of variables
+- Directive undefine: Undefine variable
+  - Changed features
+- Multiple modifiers for variables allowed now.
+- Directive define:   Allow variable assignment operator.
+- Nuke memory-hog-2.diff which didn't apply since 3.81
+- Addapt make-slowdown-parallelism.diff to new parallelization tests
+- Separate make checks into %checks section
+
+---
+Mon Jun 28 06:38:35 UTC 2010 - jeng...@medozas.de
+
+- use %_smp_mflags
+
+---
+Mon May 24 17:16:41 UTC 2010 - co...@novell.com
+
+- fix test case
+
+---
+Fri Jan  8 17:33:04 CET 2010 - r...@suse.de
+
+- enable parallel build 
+
+---
+Mon May 14 17:46:30 CEST 2007 - co...@suse.de
+
+- use %find_lang
+
+---
+Tue Oct 31 12:48:35 CET 2006 - mh...@suse.de
+
+- Reducing race probability in test case features/parallelism even more.
+
+---
+Wed Jun  7 12:20:28 CEST 2006 - mh...@suse.de
+
+- Improving occasional build failures due to races in test cases.
+
+---
+Mon May 29 14:28:37 CEST 2006 - mh...@suse.de
+
+- Update to 3.81
+  - Bug fixes
+  - New functions: lastword, abspath, realpath, info, flavor, or, and
+  - New variables: .INCLUDE_DIRS, .FEATURES, .DEFAULT_GOAL, MAKE_RESTARTS, $|
+  - Some new features
+  - More POSIX compatibility
+- memory-hog-2.diff doesn't apply any longer
+
+---
+Wed Feb  1 20:29:39 CET 2006 - kssin...@suse.de
+
+- fix for memory-hog.diff (bugzilla#147229)
+

commit make.1471 for openSUSE:12.2:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package make.1471 for openSUSE:12.2:Update 
checked in at 2013-03-26 17:15:49

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


Package is make.1471, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:12.2:Update/.make.1471.new/make.changes  2013-03-26 
17:15:50.0 +0100
@@ -0,0 +1,280 @@
+---
+Wed Mar 20 22:22:57 UTC 2013 - jeng...@inai.de
+
+- Add make-parallel-build.patch from openSUSE:12.3/make
+  (bnc#810657)
+
+---
+Tue Apr 10 14:26:35 CEST 2012 - meiss...@suse.de
+
+- Faster globbing support from upstream to speed up 
+  some large make projects like libreoffice. bnc#753323
+
+---
+Tue Oct 11 22:37:40 CEST 2011 - mhruse...@suse.cz
+
+- reverting previous change (qemu binfmt was fixed)
+
+---
+Fri Sep 30 13:03:23 CEST 2011 - mhruse...@suse.cz
+
+- using full ar path in tests on arm (fixes build)
+
+---
+Tue Apr 19 15:22:27 UTC 2011 - mh...@novell.com
+
+- make-fix_whitespace_tokenization.diff
+  Fix Savannah bug #33125 (bnc #681108):
+  Memory corruption during build of android build system.
+
+---
+Tue Sep  7 17:22:32 UTC 2010 - mh...@novell.com
+
+- make-savannah-bug30612-handling_of_archives.diff
+  Fix Savannah bug #30612: handling of archive references with 1 object..
+  Add oneshell to $(.FEATURES).
+  Fix the NEWS file to be accurate.
+- make-savannah-bug30723-expand_makeflags_before_reexec.diff
+  Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec after rebuilding
+  makefiles.
+
+---
+Mon Aug 30 17:37:23 UTC 2010 - mh...@novell.com
+
+- Disable some inherrently broken test cases.
+
+---
+Mon Aug 23 13:39:12 UTC 2010 - mh...@novell.com
+
+- Update to 3.82
+  - Bug fixes
+  - Backwards Incompatibilities:
+- Makefiles with .POSIX target: shells called with -e
+- $? contains prerequisites even if not existent
+- Prerequisite with '=' cannot be backslash escaped any more
+  (use variable with '=' instead)
+- Variable names may not contain whitespaces any more
+- Mixture of explicit and pattern targets didn't always fail
+- Pattern specific rules application order changed
+- Library search behavior now compatible with standard linker
+  - New features
+- --eval=STRING: Evaluate makefile syntax string before makefile
+- Variable .RECIPEPREFIX: Exchange TAB character
+- Variable .SHELLFLAGS:   Options passed to shells
+- Target   .ONESHELL: Single instance of shell for recipe
+- Modifier  private:  Suppresses inheritance of variables
+- Directive undefine: Undefine variable
+  - Changed features
+- Multiple modifiers for variables allowed now.
+- Directive define:   Allow variable assignment operator.
+- Nuke memory-hog-2.diff which didn't apply since 3.81
+- Addapt make-slowdown-parallelism.diff to new parallelization tests
+- Separate make checks into %checks section
+
+---
+Mon Jun 28 06:38:35 UTC 2010 - jeng...@medozas.de
+
+- use %_smp_mflags
+
+---
+Mon May 24 17:16:41 UTC 2010 - co...@novell.com
+
+- fix test case
+
+---
+Fri Jan  8 17:33:04 CET 2010 - r...@suse.de
+
+- enable parallel build 
+
+---
+Mon May 14 17:46:30 CEST 2007 - co...@suse.de
+
+- use %find_lang
+
+---
+Tue Oct 31 12:48:35 CET 2006 - mh...@suse.de
+
+- Reducing race probability in test case features/parallelism even more.
+
+---
+Wed Jun  7 12:20:28 CEST 2006 - mh...@suse.de
+
+- Improving occasional build failures due to races in test cases.
+
+---
+Mon May 29 14:28:37 CEST 2006 - mh...@suse.de
+
+- Update to 3.81
+  - Bug fixes
+  - New functions: lastword, abspath, realpath, info, flavor, or, and
+  - New variables: .INCLUDE_DIRS, .FEATURES, .DEFAULT_GOAL, MAKE_RESTARTS, $|
+  - Some new features
+  - More POSIX compatibility
+- 

commit make for openSUSE:12.2:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package make for openSUSE:12.2:Update 
checked in at 2013-03-26 17:15:51

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


Package is make, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit pigz.1466 for openSUSE:12.1:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package pigz.1466 for openSUSE:12.1:Update 
checked in at 2013-03-26 18:00:03

Comparing /work/SRC/openSUSE:12.1:Update/pigz.1466 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.pigz.1466.new (New)


Package is pigz.1466, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:12.1:Update/.pigz.1466.new/pigz.changes  2013-03-26 
18:00:04.0 +0100
@@ -0,0 +1,28 @@
+---
+Tue Mar 19 10:59:35 UTC 2013 - ag...@suse.com
+
+- fix temporary file permission bug (bnc#803933, CVE-2013-0296)
+
+---
+Thu Jun  2 12:20:22 CEST 2011 - vis...@suse.cz
+
+- update to 2.1.6
+- package unpigz
+- create debug packages
+- package manpage
+
+---
+Tue Apr 20 00:44:25 CEST 2010 - ag...@suse.de
+
+- fix dictzip with #CPU == 1 (bnc#597756)
+
+---
+Wed Mar  3 16:12:37 CET 2010 - vis...@suse.de
+
+- include symlinks patch 
+
+---
+Tue Oct 20 16:32:03 CEST 2009 - jmate...@suse.de
+
+- initial package
+

New:

  pigz-2.1.6.tar.bz2
  pigz-always-thread.patch
  pigz-dictzip.patch
  pigz-do-symlinks.patch
  pigz-spl.patch
  pigz-tmpperm.patch
  pigz.changes
  pigz.spec



Other differences:
--
++ pigz.spec ++
#
# spec file for package pigz
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   pigz
Version:2.1.6
Release:0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  binutils
BuildRequires:  filesystem
BuildRequires:  glibc-devel
BuildRequires:  zlib-devel
Requires:   glibc
Requires:   zlib
Source: %name-%version.tar.bz2
Patch1: pigz-dictzip.patch
Patch2: pigz-spl.patch
Patch3: pigz-do-symlinks.patch
Patch4: pigz-always-thread.patch
Patch5: pigz-tmpperm.patch
Url:http://www.zlib.net/pigz/
Summary:Multi-core gzip version
License:Zlib
Group:  Productivity/Archiving/Compression

%description
A parallel implementation of gzip for modern multi-processor,
multi-core machines



%prep
%setup
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
export MYCFLAGS=${RPM_OPT_FLAGS}
%{__make} CFLAGS=$MYCFLAGS PREFIX=%{_prefix} LIBDIR=%{_libdir}

%install
mkdir -p $RPM_BUILD_ROOT/usr/bin
cp -v pigz $RPM_BUILD_ROOT/usr/bin/
cp -v unpigz $RPM_BUILD_ROOT/usr/bin/

#man page
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1/
cp -v pigz.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
cp -v pigz.1 $RPM_BUILD_ROOT/%{_mandir}/man1/unpigz.1
gzip $RPM_BUILD_ROOT/%{_mandir}/man1/pigz.1
gzip $RPM_BUILD_ROOT/%{_mandir}/man1/unpigz.1

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%doc %{_mandir}/man1/pigz.1.gz
%doc %{_mandir}/man1/unpigz.1.gz
/usr/bin/pigz
/usr/bin/unpigz

%changelog
++ pigz-always-thread.patch ++
Dictzip only really works in the threaded code paths. So let's force
use them and ignore the non-parallel case (bnc#597756).

Index: pigz-2.1.5/pigz.c
===
--- pigz-2.1.5.orig/pigz.c
+++ pigz-2.1.5/pigz.c
@@ -2820,7 +2820,7 @@ local void process(char *path)
 unlzw();
 }
 #ifndef NOTHREAD
-else if (procs  1)
+else if (1)
 parallel_compress();
 #endif
 else
++ pigz-dictzip.patch ++
diff -u -r pigz-2.1.6.orig/pigz.c pigz-2.1.6/pigz.c
--- pigz-2.1.6.orig/pigz.c  2010-01-17 21:09:37.0 +0100
+++ pigz-2.1.6/pigz.c   2011-06-02 12:29:12.245689087 +0200
@@ -304,6 +304,8 @@
 } \
 } while (0)
 
+#define DZIP_HEADER_LEN24
+
 /* globals (modified by main thread only when it's the only thread) */
 local int ind;  /* input file descriptor */
 local int outd; /* output file descriptor */
@@ -322,11 +324,12 @@
 local int list; 

commit pigz for openSUSE:12.1:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package pigz for openSUSE:12.1:Update 
checked in at 2013-03-26 18:00:07

Comparing /work/SRC/openSUSE:12.1:Update/pigz (Old)
 and  /work/SRC/openSUSE:12.1:Update/.pigz.new (New)


Package is pigz, Maintainer is ag...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit pigz for openSUSE:12.2:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package pigz for openSUSE:12.2:Update 
checked in at 2013-03-26 18:00:10

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


Package is pigz, Maintainer is ag...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit pigz.1466 for openSUSE:12.2:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package pigz.1466 for openSUSE:12.2:Update 
checked in at 2013-03-26 18:00:08

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


Package is pigz.1466, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:12.2:Update/.pigz.1466.new/pigz.changes  2013-03-26 
18:00:09.0 +0100
@@ -0,0 +1,34 @@
+---
+Tue Mar 19 10:59:35 UTC 2013 - ag...@suse.com
+
+- fix temporary file permission bug (bnc#803933, CVE-2013-0296)
+
+---
+Fri Sep 30 15:54:33 UTC 2011 - u...@suse.com
+
+- cross-build workaround: use fake cc script to work around build
+  system that does not honor CC
+
+---
+Thu Jun  2 12:20:22 CEST 2011 - vis...@suse.cz
+
+- update to 2.1.6
+- package unpigz
+- create debug packages
+- package manpage
+
+---
+Tue Apr 20 00:44:25 CEST 2010 - ag...@suse.de
+
+- fix dictzip with #CPU == 1 (bnc#597756)
+
+---
+Wed Mar  3 16:12:37 CET 2010 - vis...@suse.de
+
+- include symlinks patch 
+
+---
+Tue Oct 20 16:32:03 CEST 2009 - jmate...@suse.de
+
+- initial package
+

New:

  pigz-2.1.6.tar.bz2
  pigz-always-thread.patch
  pigz-dictzip.patch
  pigz-do-symlinks.patch
  pigz-spl.patch
  pigz-tmpperm.patch
  pigz.changes
  pigz.spec



Other differences:
--
++ pigz.spec ++
#
# spec file for package pigz
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   pigz
Version:2.1.6
Release:0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  binutils
BuildRequires:  filesystem
BuildRequires:  glibc-devel
BuildRequires:  zlib-devel
Requires:   glibc
Requires:   zlib
Source: %name-%version.tar.bz2
Patch1: pigz-dictzip.patch
Patch2: pigz-spl.patch
Patch3: pigz-do-symlinks.patch
Patch4: pigz-always-thread.patch
Patch5: pigz-tmpperm.patch
Url:http://www.zlib.net/pigz/
Summary:Multi-core gzip version
License:Zlib
Group:  Productivity/Archiving/Compression

%description
A parallel implementation of gzip for modern multi-processor,
multi-core machines



%prep
%setup
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
export MYCFLAGS=${RPM_OPT_FLAGS}
echo -e #!/bin/bash\nexec %__cc \\$@\ cc
chmod 755 cc
export PATH=.:$PATH
%{__make} CFLAGS=$MYCFLAGS PREFIX=%{_prefix} LIBDIR=%{_libdir}

%install
mkdir -p $RPM_BUILD_ROOT/usr/bin
cp -v pigz $RPM_BUILD_ROOT/usr/bin/
cp -v unpigz $RPM_BUILD_ROOT/usr/bin/

#man page
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1/
cp -v pigz.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
cp -v pigz.1 $RPM_BUILD_ROOT/%{_mandir}/man1/unpigz.1
gzip $RPM_BUILD_ROOT/%{_mandir}/man1/pigz.1
gzip $RPM_BUILD_ROOT/%{_mandir}/man1/unpigz.1

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%doc %{_mandir}/man1/pigz.1.gz
%doc %{_mandir}/man1/unpigz.1.gz
/usr/bin/pigz
/usr/bin/unpigz

%changelog
++ pigz-always-thread.patch ++
Dictzip only really works in the threaded code paths. So let's force
use them and ignore the non-parallel case (bnc#597756).

Index: pigz-2.1.5/pigz.c
===
--- pigz-2.1.5.orig/pigz.c
+++ pigz-2.1.5/pigz.c
@@ -2820,7 +2820,7 @@ local void process(char *path)
 unlzw();
 }
 #ifndef NOTHREAD
-else if (procs  1)
+else if (1)
 parallel_compress();
 #endif
 else
++ pigz-dictzip.patch ++
diff -u -r pigz-2.1.6.orig/pigz.c pigz-2.1.6/pigz.c
--- pigz-2.1.6.orig/pigz.c  2010-01-17 21:09:37.0 +0100
+++ pigz-2.1.6/pigz.c   2011-06-02 12:29:12.245689087 +0200
@@ -304,6 +304,8 @@
  

commit pigz for openSUSE:12.3:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package pigz for openSUSE:12.3:Update 
checked in at 2013-03-26 18:00:13

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


Package is pigz, Maintainer is ag...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit patchinfo.1466 for openSUSE:12.1:Update

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1466 for 
openSUSE:12.1:Update checked in at 2013-03-26 18:00:14

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1466 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1466.new (New)


Package is patchinfo.1466, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=803933 tracker=bncVUL-0: CVE-2013-0296: pigz: pigz creates 
temp file with insecure permissions/issue
  issue id=CVE-2013-0296 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packageralgraf/packager
  description
pigz incorrectly used world writeable permissions during unpacking 
(CVE-2013-0296).
/description
  summarypigz: fixed unpacking permissions/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit geda-gaf for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package geda-gaf for openSUSE:Factory 
checked in at 2013-03-26 19:47:55

Comparing /work/SRC/openSUSE:Factory/geda-gaf (Old)
 and  /work/SRC/openSUSE:Factory/.geda-gaf.new (New)


Package is geda-gaf, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:Factory/.geda-gaf.new/geda-gaf.changes   2013-03-26 
19:47:56.0 +0100
@@ -0,0 +1,63 @@
+---
+Fri Jan  4 09:37:59 UTC 2013 - dmitr...@opensuse.org
+
+- Change documentation license to GFDL-1.2
+- Add geda-gaf package for consolidation of installation
+
+---
+Thu Dec 27 07:35:46 UTC 2012 - dmitr...@opensuse.org
+
+- Delete guile from requires
+- Delete compitation time from binary
+  * grenum-no-build-time.patch
+- Enable post build tests
+- Split libgeda data to separate package
+
+---
+Mon Dec 24 10:12:51 UTC 2012 - dmitr...@opensuse.org
+
+- Update to version 1.8.1
+  * 'gschem' and 'gnetlist' have updated and rewritten user guides.
+  * All tools now give more informative error messages if they are
+unable to load schematic or symbol files due to syntax errors.
+  * All tools now correctly handle schematic and symbol files with
+'\r',  '\n', or '\r\n' line endings, or a mixture.
+  * Unconnected pin ends and net ends are now all drawn with the
+same box marker in `gschem' and printed output.
+  * Net segments with at least two connections (including indirect
+connections via `netname=' attributes) are now drawn with
+arrowheads rather than box markers on dangling ends in 'gschem'
+and printed output.
+- Set correct path to documentation
+  * gschem-doc-path.patch
+
+---
+Fri Aug 31 11:10:33 UTC 2012 - sco...@free.fr
+
+- fix build for 12.2 with patch0 
+
+---
+Tue Dec 27 10:13:57 UTC 2011 - werner...@gmx.de
+
+- updated to unstable version 1.7.1
+- fixes BUG #738587
+
+---
+Sun Nov 20 17:22:59 UTC 2011 - werner...@gmx.de
+
+- linker flag fix (-lm) for openSuSE 12.1
+
+---
+Sun Jan 16 00:00:00 UTC 2011 - werner...@gmx.de
+
+- new version 1.6.2
+
+---
+Fri Feb 26 00:00:00 UTC 2010 - werner...@gmx.de
+
+- new version 1.6.1
+
+---
+Mon Oct 10 00:00:00 UTC 2009 - werner...@gmx.de
+
+- first build of unified geda-gaf package version 1.6.0

New:

  geda-gaf-1.8.1.tar.gz
  geda-gaf-rpmlintrc
  geda-gaf.changes
  geda-gaf.spec
  grenum-no-build-time.patch
  gschem-doc-path.patch



Other differences:
--
++ geda-gaf.spec ++
#
# spec file for package geda-gaf
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

Name:   geda-gaf
Version:1.8.1
%define libgeda_major 42
Release:0
License:GPL-2.0+
Summary:Electronic Design Automation Toolsuite
Url:http://geda-project.org/
Group:  Productivity/Scientific/Electronics
Source0:
http://ftp.geda-project.org/geda-gaf/stable/v1.8/%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE gschem-doc-path.patch -- set correct path to documentation
Patch0: gschem-doc-path.patch
# PATCH-FIX-OPENSUSE grenum-no-build-time.patch -- fix W: 
file-contains-date-and-time
Patch1: grenum-no-build-time.patch

BuildRequires:  bison
BuildRequires:  cairo-devel
BuildRequires:  doxygen
BuildRequires:  fdupes
BuildRequires:  flex
BuildRequires:  gdk-pixbuf-devel
BuildRequires:  gettext-tools
BuildRequires:  groff
BuildRequires:  gtk2-devel
BuildRequires:  guile-devel
BuildRequires:  intltool
BuildRequires:  libstroke-devel
BuildRequires:  perl-XML-Parser
BuildRequires:  

commit ksh for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package ksh for openSUSE:Factory checked in 
at 2013-03-26 19:48:08

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


Package is ksh, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ksh/ksh.changes  2013-03-01 07:23:47.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ksh.new/ksh.changes 2013-03-26 
19:48:09.0 +0100
@@ -1,0 +2,14 @@
+Tue Mar 19 16:48:37 UTC 2013 - wer...@suse.de
+
+- Add patch ksh93-typedef.dif as found during debugging 
+
+---
+Tue Mar 19 15:14:00 UTC 2013 - wer...@suse.de
+
+- Make Shift_JIS patch more reliable as requestef from upstream
+- Drop remaining part of the patch ksh93-zerofill.dif for zerofilled
+  variables (bnc#785360 as the first part of the patch is upstream
+  together with an other change. This fix a side effect of cutting
+  variables if TMOUT is used (bnc#808956)
+
+---

Old:

  ksh93-zerofill.dif

New:

  ksh93-typedef.dif



Other differences:
--
++ ksh.spec ++
--- /var/tmp/diff_new_pack.gt1ThX/_old  2013-03-26 19:48:11.0 +0100
+++ /var/tmp/diff_new_pack.gt1ThX/_new  2013-03-26 19:48:11.0 +0100
@@ -114,8 +114,8 @@
 Patch27:astksh_builtin_poll20120806_001.diff
 # PATCH-FIX-UPSTREAM ksh93-env.dif [bnc#785266, bnc#803613]
 Patch28:ksh93-env.dif
-# PATCH-FIX-UPSTREAM ksh93-zerofill.dif [bnc#785360]
-Patch29:ksh93-zerofill.dif
+# PATCH-FIX-UPSTREAM ksh93-typedef.dif
+Patch29:ksh93-typedef.dif
 # PATCH-EXTEND-UPSTREAM ksh93-pathtemp.dif [bnc#786134]
 # the fix is part of ksh93u+ 2012-06-28
 # nevertheless the /dev/shm extension is useful
@@ -389,7 +389,7 @@
   fi
   done
   MEMORY=-s 128 ${MEMORY:+-e ${MEMORY}}
-  RPM_OPT_FLAGS=$(echo ${RPM_OPT_FLAGS}|sed -r 's/[[:blank:]]+-g[0-9]?/ 
-g2/g')
+  RPM_OPT_FLAGS=$(echo ${RPM_OPT_FLAGS}|sed -r 
's/([[:blank:]]+)-g[[:digit:]]+/\1-g2/g;s/([[:blank:]]+)-g([[:blank:]]+|$)/\1-g2\2/g')
   UNIVERSE=att
   LDFLAGS=-lm
   LDSOFLG=

++ ksh93-shift_ijs.dif ++
--- /var/tmp/diff_new_pack.gt1ThX/_old  2013-03-26 19:48:11.0 +0100
+++ /var/tmp/diff_new_pack.gt1ThX/_new  2013-03-26 19:48:11.0 +0100
@@ -116,7 +116,7 @@
else
{
 --- src/cmd/ksh93/sh/macro.c
-+++ src/cmd/ksh93/sh/macro.c   2013-02-07 13:26:07.897952986 +
 src/cmd/ksh93/sh/macro.c   2013-03-19 17:16:46.062074381 +0100
 @@ -54,6 +54,7 @@
  #if SHOPT_MULTIBYTE
  #   undef isascii
@@ -125,7 +125,7 @@
  #else
  #   define mbchar(p)   (*(unsigned char*)p++)
  #endif /* SHOPT_MULTIBYTE */
-@@ -2026,6 +2027,10 @@ static void comsubst(Mac_t *mp,register
+@@ -2026,6 +2027,11 @@ static void comsubst(Mac_t *mp,register
struct _mac_savemac;
int savtop = stktell(stkp);
charlastc=0, *savptr = stkfreeze(stkp,0);
@@ -133,33 +133,46 @@
 +  const Lc_t  *lc=lcinfo(LC_CTYPE)-lc;
 +  wchar_t lastw=0;
 +#endif /* SHOPT_MULTIBYTE */
++  ssize_t len;
int was_history = sh_isstate(SH_HISTORY);
int was_verbose = sh_isstate(SH_VERBOSE);
int was_interactive = sh_isstate(SH_INTERACTIVE);
-@@ -2209,6 +2214,17 @@ static void comsubst(Mac_t *mp,register
+@@ -2127,7 +2133,7 @@ static void comsubst(Mac_t *mp,register
+   num = lseek(fd, (off_t)0, SEEK_CUR);
+   goto out_offset;
+   }
+-  if(!(sp=mp-shp-sftable[fd]))
++  if(!(sp=mp-shp-sftable[fd]) || (sffileno(sp)!=fd 
!(sfset(sp,0,0)SF_STRING)))
+   sp = 
sfnew(NIL(Sfio_t*),(char*)malloc(IOBSIZE+1),IOBSIZE,fd,SF_READ|SF_MALLOC);
+   type = 3;
+   }
+@@ -2209,17 +2215,36 @@ static void comsubst(Mac_t *mp,register
}
else if(lastc)
{
+-  mac_copy(mp,lastc,1);
++  char mb[8];
++  mb[0] = lastc;
++  len = 1;
 +#if SHOPT_MULTIBYTE
 +  if(lastw)
-+  {
-+  int n;
-+  charmb[8];
-+  n = mbconv(mb, lastw);
-+  mac_copy(mp,mb,n);
-+  lastw = 0;
-+  }
-+  else
++  len = mbconv(mb, lastw);
++  

commit libX11 for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package libX11 for openSUSE:Factory checked 
in at 2013-03-26 19:48:18

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


Package is libX11, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libX11/libX11.changes2013-03-01 
07:26:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libX11.new/libX11.changes   2013-03-26 
19:48:19.0 +0100
@@ -1,0 +2,20 @@
+Mon Mar 25 10:23:19 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.5.99.901 (1.6 RC1):
+  + Remove upstreamed patches: 
+bug153744.diff (patch1)
+p_new-locales.diff (patch4)
+p_khmer-locale.diff (patch8)
+Xcms.diff (patch17)
+compose-zh_CN.UTF-8.diff (patch18)
+  + Changed patches:
+bug-239698_libx11.diff (patch10)
+bug-221326-xim-sync.patch (patch13)
+en-locales.diff (patch15)
+
+---
+Tue Mar 19 18:20:00 UTC 2013 - jeng...@inai.de
+
+- Use more robust make install call
+
+---

Old:

  Xcms.diff
  bug153744.diff
  compose-zh_CN.UTF-8.diff
  libX11-1.5.0.tar.bz2
  p_khmer-locale.diff
  p_new-locales.diff

New:

  libX11-1.5.99.901.tar.bz2



Other differences:
--
++ libX11.spec ++
--- /var/tmp/diff_new_pack.UmWMfJ/_old  2013-03-26 19:48:21.0 +0100
+++ /var/tmp/diff_new_pack.UmWMfJ/_new  2013-03-26 19:48:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libX11
-Version:1.5.0
+Version:1.5.99.901
 Release:0
 Summary:Core X11 protocol client library
 License:MIT
@@ -27,24 +27,14 @@
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libX11
 #Git-Web:   http://cgit.freedesktop.org/xorg/lib/libX11/
 Source: %{name}-%{version}.tar.bz2
-# make legal department happy
-Patch1: bug153744.diff
-# PATCH-FIX-UPSTREAM p_new-locales.diff fdo#48594 bnc#98262 -- Add missing 
locale aliases for bn_IN gu_IN kn_IN pa_IN
-Patch4: p_new-locales.diff
 # PATCH-FIX-UPSTREAM p_khmer-compose.diff fdo#48595 bnc#143348 -- required 
compose entries for Khmer
 Patch7: p_khmer-compose.diff
-# PATCH-FIX-UPSTREAM p_khmer-compose.diff fdo#48595 bnc#143348 -- km_KH locale 
support
-Patch8: p_khmer-locale.diff
 # PATCH-FEATURE-UPSTREAM p_xlib_skip_ext_env.diff fdo#48588 bnc#167317 -- Add 
support for disabling extensions through environment variables
 Patch9: p_xlib_skip_ext_env.diff
 Patch10:bug-239698_libx11.diff
 Patch13:bug-221326-xim-sync.patch
 # PATCH-FIX-UPSTREAM en-locales.diff fdo#48596 bnc#388711 -- Add missing data 
for more en locales
 Patch15:en-locales.diff
-# PATCH-FIX-UPSTREAM Xcms.diff fdo#48590 bnc#419548 -- Install Xcms.txt in 
$(datadir) not $(libdir)
-Patch17:Xcms.diff
-# PATCH-FIX-UPSTREAM compose-zh_CN.UTF-8.diff fdo#48591 bnc#461243 -- Missing 
entry in compose.dir for zh_CN.UTF-8
-Patch18:compose-zh_CN.UTF-8.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf = 2.60
@@ -107,7 +97,9 @@
 %package data
 Summary:Shared data for the Core X11 protocol library
 Group:  System/Libraries
+%if 0%{?suse_version} = 1130
 BuildArch:  noarch
+%endif
 
 %description data
 The X Window System is a network-transparent window system that was
@@ -147,9 +139,11 @@
 test -f nls/ja.U90/XLC_LOCALE.pre  exit 1
 test -f nls/ja.S90/XLC_LOCALE.pre  exit 1
 #
-%patch -P 1 -P 4 -P 7 -P 8 -P 9 -p0
-%patch -P 10 -P 13 -p1
-%patch -P 15 -P 17 -P 18 -p0
+%patch7 -p0
+%patch9 -p0
+%patch10 -p1
+%patch13 -p1
+%patch15 -p0
 
 %build
 # Got patches which change auto*files
@@ -160,7 +154,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot
 rm -f %buildroot/%_libdir/*.la
 
 # Some files are empty/missing for some UTF-8 locales
@@ -177,7 +171,7 @@
 done
 popd
 
-# fdupes
+# fdupes %buildroot/%_prefix
 
 %post   -n libX11-6 -p /sbin/ldconfig
 

++ bug-221326-xim-sync.patch ++
--- /var/tmp/diff_new_pack.UmWMfJ/_old  2013-03-26 19:48:21.0 +0100
+++ /var/tmp/diff_new_pack.UmWMfJ/_new  2013-03-26 19:48:21.0 +0100
@@ -2,7 +2,7 @@
 index cb30ac2..31e9150 100644
 --- a/modules/im/ximcp/imDefIc.c
 +++ b/modules/im/ximcp/imDefIc.c
-@@ -908,6 +908,30 @@ _XimProtoDestroyIC(
+@@ -920,6 +930,30 @@ _XimProtoDestroyIC(
  return;
  }
  
@@ -23,14 +23,14 @@
 + * This is what the hack below is doing.
 + */
 + 
-+Private void
++static void
 +BrokenSyncWithServer(XIC xic)
 +{
 +CARD32 dummy;
 +XGetICValues(xic, XNFilterEvents, dummy, NULL);
 +}
 +
- Private void
+ static void
  

commit opal for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package opal for openSUSE:Factory checked in 
at 2013-03-26 19:48:21

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


Package is opal, Maintainer is lzw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/opal/opal.changes2012-12-19 
11:15:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.opal.new/opal.changes   2013-03-26 
19:48:23.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 26 10:22:43 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.10:
+  + Several fixes for H.323.
+  + Fix subscribing/unsubscribing when enabling and disabling SIP
+accounts.
+  + Bug fixes.
+- Drop opal-server-flood.patch: fixed upstream.
+
+---

Old:

  opal-3.10.9.tar.xz
  opal-server-flood.patch

New:

  opal-3.10.10.tar.xz



Other differences:
--
++ opal.spec ++
--- /var/tmp/diff_new_pack.IEIqgS/_old  2013-03-26 19:48:25.0 +0100
+++ /var/tmp/diff_new_pack.IEIqgS/_new  2013-03-26 19:48:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opal
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,10 +47,10 @@
 License:MPL-1.0
 Group:  System/Libraries
 Url:http://www.opalvoip.org/
-Version:3.10.9
+Version:3.10.10
 Release:0
 # FIXME: we should probably list all plugins in %%files to make sure we don't 
lose some when updating the package.
-%define _version 3_10_9
+%define _version 3_10_10
 Source0:
http://download.gnome.org/sources/opal/3.10/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM opal-system-libgsm.patch vu...@novell.com -- Fix 
detection of system libgsm
 Patch1: opal-system-libgsm.patch
@@ -58,8 +58,6 @@
 Patch2: opal-fix-ambiguous.patch
 # PATCH-FIX-UPSTREAM opal-use-pkgconfig-for-PTLib.patch zai...@opensuse.org  
-- Use pkgconfig for PTLib, taken from upstream svn, fixes build.
 Patch4: opal-use-pkgconfig-for-PTLib.patch 
-# PATCH-FIX-UPSTREAM opal-server-flood.patch idoen...@suse.de -- Fix server 
flood, upstream r28644 and r28650, bgo#690144
-Patch5: opal-server-flood.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -101,7 +99,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
-%patch5 -p1
 # this subdir contains GPL - to avoid license issues delete it before build
 rm -rf plugins/LID/VPB
 
@@ -132,7 +129,7 @@
 
 %files -n lib%{name}%{_version}
 %defattr(-,root,root)
-%doc  mpl-1.0.htm Change*
+%doc  mpl-1.0.htm
 %dir %{_libdir}/%{name}-%{version}/ 
 %dir %{_libdir}/%{name}-%{version}/codecs
 %dir %{_libdir}/%{name}-%{version}/codecs/audio

++ opal-3.10.9.tar.xz - opal-3.10.10.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opal-3.10.9/ChangeLog-opal-v3_10_9.txt 
new/opal-3.10.10/ChangeLog-opal-v3_10_9.txt
--- old/opal-3.10.9/ChangeLog-opal-v3_10_9.txt  2012-11-26 11:49:30.0 
+0100
+++ new/opal-3.10.10/ChangeLog-opal-v3_10_9.txt 1970-01-01 01:00:00.0 
+0100
@@ -1,60 +0,0 @@
-2012-10-05 06:20  rjongbloed
-
-   * [r28477] version.h:
- Update version number for beta v3.10.9
-
-2012-11-20 23:44  rjongbloed
-
-   * [r28560] samples/codectest/main.cxx:
- Changed order of video grabber initialisation, some combinations
- or format/size do not work, thanks Marco Costantini
-
-2012-11-22 00:10  rjongbloed
-
-   * [r28567] samples/openphone/OpenPhone_2008.vcproj:
- Better flexibility on location of wxrc.exe
-
-2012-11-25 23:50  rjongbloed
-
-   * [r28574] revision.h.in:
- Fixed comment
-
-2012-11-26 04:03  rjongbloed
-
-   * [r28578] samples/openphone/OpenPhone_2010.vcxproj:
- Better flexibility on location of wxrc.exe
-
-2012-11-26 05:46  rjongbloed
-
-   * [r28579] include/h323/h323con.h, include/h323/h323ep.h,
- samples/openphone/main.cxx, src/h323/h323.cxx,
- src/h323/h323ep.cxx:
- Fixed loss of media if do multiple hold/retrieve on H.323. Some
- old OpenH323 hold handling for Music on Hold getting in the way.
- 
- Added pause of transmit media (microphone/camera) when putting
- remote on hold. The stack does not do this as this is where Music
- on Hold goes, but OpenPhone does not (yet) support that so it
- needs to shut down the media or the remote non-intuitively can
- still 

commit openvpn for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package openvpn for openSUSE:Factory checked 
in at 2013-03-26 19:48:27

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


Package is openvpn, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes  2013-01-29 
06:46:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.openvpn.new/openvpn.changes 2013-03-26 
19:48:31.0 +0100
@@ -1,0 +2,53 @@
+Tue Mar 26 14:38:48 UTC 2013 - a...@suse.com
+
+- Remove _unitdir definition, it is provided by systemd.
+- Install service file without x permissions
+
+---
+Mon Mar 25 14:55:35 UTC 2013 - p.drou...@gmail.com
+
+Update to version 2.3.0:
+ * Full IPv6 support
+ * SSL layer modularised, enabling easier implementation for other SSL 
libraries
+ * PolarSSL support as a drop-in replacement for OpenSSL
+ * New plug-in API providing direct certificate access, improved logging API
+   and easier to extend in the future
+ * Added 'dev_type' environment variable to scripts and plug-ins - which is
+   set to 'TUN' or 'TAP'
+ * New feature: --management-external-key - to provide access to the encryption
+   keys via the management interface
+ * New feature: --x509-track option, more fine grained access to X.509 fields
+   in scripts and plug-ins
+ * New feature: --client-nat support
+ * New feature: --mark which can mark encrypted packets from the tunnel, 
suitable 
+   for more advanced routing and firewalling
+ * New feature: --management-query-proxy - manage proxy settings via the 
management
+   interface (supercedes --http-proxy-fallback)
+ * New feature: --stale-routes-check, which cleans up the internal routing 
table
+ * New feature: --x509-username-field, where other X.509v3 fields can be used 
for
+   the authentication instead of Common Name
+ * Improved client-kill management interface command
+ * Improved UTF-8 support - and added --compat-names to provide backwards 
compatibility
+   with older scripts/plug-ins
+ * Improved auth-pam with COMMONNAME support, passing the certificate's common
+   name in the PAM conversation
+ * More options can now be used inside connection blocks
+ * Completely new build system, enabling easier cross-compilation and Windows 
builds
+ * Much of the code has been better documented
+ * Many documentation updates
+ * Plenty of bug fixes and other code clean-ups
+- Add systemd native support for OpenSUSE  12.1
+- Adapt patchs to upstream release:
+  * openvpn-2.1-plugin-man.dif  openvpn-2.3-plugin-man.dif
+  * openvpn-2.1.0-man-dot.diff  openvpn-2.3.0-man-dot.diff
+- Remove obsolete patchs; fixed or merged on upstream release:
+  * 0001-Use-SSL_MODE_RELEASE_BUFFERS-if-available.patch
+  * openvpn-2.1-plugin-build.dif
+  * openvpn-2.1-systemd-passwd.patch
+- Rebase specfile to upstream changes:
+  * easy-rsa is not provided anymore with main package
+  * remove %clean section
+  * autoreconf -fi is no needed
+- Update openvpn.keyring file for upstream release asc key
+
+---

Old:

  0001-Use-SSL_MODE_RELEASE_BUFFERS-if-available.patch
  openvpn-2.1-plugin-build.dif
  openvpn-2.1-plugin-man.dif
  openvpn-2.1-systemd-passwd.patch
  openvpn-2.2.1-man-dot.diff
  openvpn-2.2.2.tar.gz
  openvpn-2.2.2.tar.gz.asc

New:

  openvpn-2.3-plugin-man.dif
  openvpn-2.3.0-man-dot.diff
  openvpn-2.3.0.tar.gz
  openvpn-2.3.0.tar.gz.asc
  openvpn-tmpfile.conf
  openvpn.service



Other differences:
--
++ openvpn.spec ++
--- /var/tmp/diff_new_pack.0m0wjr/_old  2013-03-26 19:48:33.0 +0100
+++ /var/tmp/diff_new_pack.0m0wjr/_new  2013-03-26 19:48:33.0 +0100
@@ -16,46 +16,51 @@
 #
 
 
+%if 0%{?suse_version}  1210
+%define with_systemd 1
+%else
+%define with_systemd 0
+%endif
+
 Name:   openvpn
 Url:http://openvpn.net/
-%if 0%{?suse_version}
+%if %{with_systemd}
+%{?systemd_requires}
+%else
 PreReq: %insserv_prereq %fillup_prereq
 %endif
-Version:2.2.2
+Version:2.3.0
 Release:0
-%define upstream_version %version
 Summary:Full-featured SSL VPN solution using a TUN/TAP Interface
 License:SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1
 Group:  Productivity/Networking/Security
-Source: 
http://swupdate.openvpn.org/community/releases/openvpn-%{upstream_version}.tar.gz
-Source1:
http://swupdate.openvpn.org/community/releases/openvpn-%{upstream_version}.tar.gz.asc
-Source2:openvpn.init
-Source3:openvpn.README.SUSE
+Source: 
http://swupdate.openvpn.org/community/releases/openvpn-%{version}.tar.gz

commit racket for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package racket for openSUSE:Factory checked 
in at 2013-03-26 19:48:33

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


Package is racket, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/racket/racket.changes2013-03-17 
10:13:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.racket.new/racket.changes   2013-03-26 
19:48:34.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 15 15:04:42 UTC 2013 - cfarr...@suse.com
+
+- license update: LGPL-2.1+ and GPL-3.0+
+  testsuite contains GPL-3.0+ licensed code
+
+---



Other differences:
--
++ racket.spec ++
--- /var/tmp/diff_new_pack.C7Zjev/_old  2013-03-26 19:48:36.0 +0100
+++ /var/tmp/diff_new_pack.C7Zjev/_new  2013-03-26 19:48:36.0 +0100
@@ -20,7 +20,7 @@
 Version:5.3.3
 Release:0
 Summary:Scheme implementation with teaching tools
-License:LGPL-2.1+
+License:LGPL-2.1+ and GPL-3.0+
 Group:  Development/Languages/Scheme
 Url:http://racket-lang.org
 Source0:%name-%version-src-unix.tgz


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



commit util-linux for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2013-03-26 19:48:41

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


Package is util-linux, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes2013-02-18 
14:00:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes   
2013-03-26 19:48:43.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 17 20:39:47 UTC 2013 - jeng...@inai.de
+
+- Split which, time and adjtimex off util-linux
+
+---

Old:

  adjtimex_1.29.orig.tar.gz
  time-1.7.dif
  time-1.7.tar.bz2
  which-2.20.tar.bz2



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.cOjAQb/_old  2013-03-26 19:49:16.0 +0100
+++ /var/tmp/diff_new_pack.cOjAQb/_new  2013-03-26 19:49:16.0 +0100
@@ -16,10 +16,6 @@
 #
 
 
-%define time_ver 1.7
-%define which_ver 2.20
-%define adjtimex_ver 1.29
-
 Name:   util-linux
 BuildRequires:  audit-devel
 BuildRequires:  binutils-devel
@@ -63,12 +59,7 @@
 Source8:login.pamd
 Source9:remote.pamd
 # TODO: split to separate package
-Source10:   
http://ftp.debian.org/debian/pool/main/a/adjtimex/adjtimex_%{adjtimex_ver}.orig.tar.gz
 Source11:   klogconsole.tar.bz2
-# TODO: split to separate package
-Source12:   which-%{which_ver}.tar.bz2
-# TODO: split to separate package
-Source13:   time-%{time_ver}.tar.bz2
 # XXX: needed?
 Source22:   setctsid.c
 Source23:   setctsid.8
@@ -120,17 +111,10 @@
 # fix fdisk compilation on aarch64
 Patch26:fdiskbsdlabel.patch
 ##
-## adjtimex
-##
-##
 ## klogconsole
 ##
 Patch55:klogconsole-quiet.patch
 Patch56:klogconsole.diff
-##
-## time
-##
-Patch60:time-1.7.dif
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq /bin/sed
@@ -147,6 +131,13 @@
 Obsoletes:  rawio  %{version}-%{release}
 Obsoletes:  util  %{version}-%{release}
 Obsoletes:  uuid-runtime  %{version}-%{release}
+#
+# Using Requires here would lend itself to help upgrading, but since
+# util-linux is in the initial bootstrap, that is not a good thing to do:
+#
+Recommends: adjtimex
+Recommends: time
+Recommends: which
 
 %description
 This package contains a large variety of low-level system utilities
@@ -216,7 +207,7 @@
 
 %lang_package
 %prep
-%setup -q -n %{name}-%{version} -a 10 -b 11 -b 12 -b 13
+%setup -q -n %{name}-%{version} -b 11
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -239,9 +230,6 @@
 %patch25 -p1
 %patch26 -p1
 #
-cd adjtimex-*
-# adjtimex patches belongs here
-cd -
 # setctsid
 cp %{S:22} %{S:23} .
 # nologin
@@ -249,28 +237,9 @@
 cd ../klogconsole
 %patch55 -p1
 %patch56 -p1
-cd ../time-*
-%patch60
 
 %build
-# adjtimex build
-cd adjtimex-%{adjtimex_ver}
-%configure
-make %{?_smp_mflags}
-cd ..
 pushd ../
-# which build
-cd which-%{which_ver}
-%configure
-make %{?_smp_mflags}
-cd ..
-# time build
-cd time-%{time_ver}
-export CFLAGS=%{optflags} -D_GNU_SOURCE 
-export INSTALL_PROGRAM='$(INSTALL)'
-%configure
-make %{?_smp_mflags}
-cd ..
 # klogconsole build
 cd klogconsole
 make %{?_smp_mflags} CFLAGS=%{optflags} CC=%{__cc}
@@ -317,30 +286,7 @@
 install -m 644 %{SOURCE8} %{buildroot}/etc/pam.d/login
 install -m 644 %{SOURCE9} %{buildroot}/etc/pam.d/remote
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
-cp adjtimex-*/adjtimex %{buildroot}/%{_sbindir}
-cp adjtimex-*/adjtimex.8  %{buildroot}%{_mandir}/man8/
 pushd ..
-# which install
-cd which-%{which_ver}
-%make_install
-mkdir -p %{buildroot}%{_defaultdocdir}/which
-install -m 0644 README%{buildroot}%{_defaultdocdir}/which/
-install -m 0644 EXAMPLES  %{buildroot}%{_defaultdocdir}/which/
-install -m 0644 README.alias %{buildroot}%{_defaultdocdir}/which/
-cd ..
-# time install
-cd time-%{time_ver}
-mkdir -p %{buildroot}%{_defaultdocdir}/time
-make install DESTDIR=%{buildroot} \
-prefix=%{buildroot}/usr \
-infodir=%{buildroot}%{_infodir} \
-mandir=%{buildroot}%{_mandir} \
-bindir=%{buildroot}%{_bindir}
-install -m 0644 README%{buildroot}%{_defaultdocdir}/time/
-install -m 0644 AUTHORS   %{buildroot}%{_defaultdocdir}/time/
-install -m 0644 COPYING   %{buildroot}%{_defaultdocdir}/time/
-install -m 0644 NEWS  %{buildroot}%{_defaultdocdir}/time/
-cd ..
 # klogconsole install
 cd klogconsole
 make install DEST=%{buildroot}
@@ -357,7 +303,6 @@
 ln -s %{_bindir}/umount %{buildroot}/bin
 ln -s %{_bindir}/findmnt %{buildroot}/bin
 ln -s %{_bindir}/lsblk %{buildroot}/bin
-ln -s 

commit yast2-iscsi-server for openSUSE:Factory

2013-03-26 Thread h_root


bin1ci_xBKi_s.bin
Description: Binary data


commit yast2-isns for openSUSE:Factory

2013-03-26 Thread h_root


bin_MOCoi8ACS.bin
Description: Binary data


commit yast2-online-update-configuration for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-online-update-configuration 
for openSUSE:Factory checked in at 2013-03-26 19:49:16

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


Package is yast2-online-update-configuration, Maintainer is j...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-online-update-configuration/yast2-online-update-configuration.changes
  2012-11-02 15:21:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-online-update-configuration.new/yast2-online-update-configuration.changes
 2013-03-26 19:49:21.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 13 16:51:35 UTC 2013 - j...@suse.de
+
+- translate cron intervals and update categories (bnc#807773)
+
+---



Other differences:
--
++ yast2-online-update-configuration.spec ++
--- /var/tmp/diff_new_pack.K2BxtG/_old  2013-03-26 19:49:23.0 +0100
+++ /var/tmp/diff_new_pack.K2BxtG/_new  2013-03-26 19:49:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-online-update-configuration
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,7 +41,7 @@
 BuildArch:  noarch
 
 Summary:Configuration of Online Update
-License:GPL-2.0+
+License:GPL-2.0
 Group:  System/YaST
 
 %description

++ yast2-online-update-configuration-2.22.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-online-update-configuration-2.22.1/Makefile.in 
new/yast2-online-update-configuration-2.22.1/Makefile.in
--- old/yast2-online-update-configuration-2.22.1/Makefile.in2012-10-24 
17:20:34.0 +0200
+++ new/yast2-online-update-configuration-2.22.1/Makefile.in2013-03-15 
18:41:03.0 +0100
@@ -684,7 +684,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-2.22.1/configure.in 
new/yast2-online-update-configuration-2.22.1/configure.in
--- old/yast2-online-update-configuration-2.22.1/configure.in   2012-10-24 
17:20:30.0 +0200
+++ new/yast2-online-update-configuration-2.22.1/configure.in   2013-03-15 
18:40:58.0 +0100
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-online-update-configuration
 dnl
-dnl -- This file is generated by y2autoconf 2.23.0 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.23.2 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
 AC_INIT(yast2-online-update-configuration, 2.22.1, http://bugs.opensuse.org/, 
yast2-online-update-configuration)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-2.22.1/src/clients/online_update_configuration.ycp
 
new/yast2-online-update-configuration-2.22.1/src/clients/online_update_configuration.ycp
--- 
old/yast2-online-update-configuration-2.22.1/src/clients/online_update_configuration.ycp
2012-10-23 15:08:58.0 +0200
+++ 
new/yast2-online-update-configuration-2.22.1/src/clients/online_update_configuration.ycp
2013-01-22 11:37:42.0 +0100
@@ -1,3 +1,24 @@
+/
+
+Copyright (c) 2006 - 2012 Novell, Inc.
+All Rights Reserved.
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of version 2 of the GNU General Public License as
+published by the Free Software Foundation.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.   See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, contact Novell, Inc.
+
+To contact Novell about this file by physical or electronic mail,
+you may find current contact information at www.novell.com
+
+/
 /**
  * File:online_update_configuration
  * Module:  Online