drop gnuboy from openSUSE:Factory

2013-01-10 Thread h_root

Hello community,

FYI: Package gnuboy was dropped from openSUSE:Factory at Fri Jan 11 00:01:03 
CET 2013.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=gnuboy

Remember to have fun...

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



commit systemd for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-01-10 22:35:19

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


Package is "systemd", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2013-01-10 
15:20:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-01-10 22:35:21.0 +0100
@@ -2 +2,7 @@
-Wed Jan  9 09:43:15 UTC 2013 - rmila...@suse.com
+Thu Jan 10 15:43:25 UTC 2013 - fcro...@suse.com
+
+- Add multiple-sulogin.patch: allows multiple sulogin instance
+  (bnc#793182).
+
+---
+Wed Jan  9 09:42:50 UTC 2013 - rmila...@suse.com
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-01-10 
15:20:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-01-10 
22:35:21.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 10 15:43:25 UTC 2013 - fcro...@suse.com
+
+- Add multiple-sulogin.patch: allows multiple sulogin instance
+  (bnc#793182).
+
+---

New:

  multiple-sulogin.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.n4mtUi/_old  2013-01-10 22:35:22.0 +0100
+++ /var/tmp/diff_new_pack.n4mtUi/_new  2013-01-10 22:35:22.0 +0100
@@ -135,6 +135,8 @@
 Patch71:fix-debugshell.patch
 # PATCH-FIX-OPENSUSE handle-root-uses-lang.patch bnc#792182 fcro...@suse.com 
-- handle ROOT_USES_LANG=ctype
 Patch72:handle-root-uses-lang.patch
+# PATCH-FIX-OPENSUSE multiple-sulogin.patch bnc#793182 fcro...@suse.com -- 
handle multiple sulogin
+Patch76:multiple-sulogin.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -414,6 +416,7 @@
 %patch73 -p1
 %patch74 -p1
 %patch75 -p1
+%patch76 -p1
 
 %build
 autoreconf -fiv

systemd.spec: same change
++ multiple-sulogin.patch ++
Index: systemd-195/units/getty@.service.m4
===
--- systemd-195.orig/units/getty@.service.m4
+++ systemd-195/units/getty@.service.m4
@@ -8,6 +8,7 @@
 [Unit]
 Description=Getty on %I
 Documentation=man:agetty(8)
+Conflicts=rescue.service
 After=systemd-user-sessions.service plymouth-quit-wait.service
 m4_ifdef(`TARGET_FEDORA',
 After=rc-local.service
Index: systemd-195/units/rescue.target
===
--- systemd-195.orig/units/rescue.target
+++ systemd-195/units/rescue.target
@@ -10,6 +10,7 @@ Description=Rescue Mode
 Documentation=man:systemd.special(7)
 Requires=sysinit.target rescue.service
 After=sysinit.target rescue.service
+Conflicts=getty.target
 AllowIsolate=yes
 
 [Install]
Index: systemd-195/units/serial-getty@.service.m4
===
--- systemd-195.orig/units/serial-getty@.service.m4
+++ systemd-195/units/serial-getty@.service.m4
@@ -9,6 +9,7 @@
 Description=Serial Getty on %I
 Documentation=man:agetty(8) man:systemd-getty-generator(8)
 BindsTo=dev-%i.device
+Conflicts=rescue.service
 After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
 m4_ifdef(`TARGET_FEDORA',
 After=rc-local.service

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



commit samba for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2013-01-10 22:35:01

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


Package is "samba", Maintainer is "samba-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2012-11-12 
07:06:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2013-01-10 
22:35:03.0 +0100
@@ -2 +2 @@
-Wed Oct 31 16:48:12 UTC 2012 - lmue...@suse.com
+Wed Jan  9 21:53:11 UTC 2013 - lmue...@suse.com
@@ -4 +4,101 @@
-- Only execute the run_permissions macro on pre-12.3 systems.
+- Add the missing get_printing_ticket binary path while calling the
+  set_permissions macro; (bnc#783375).
+
+---
+Sun Dec 23 14:56:51 UTC 2012 - lmue...@suse.com
+
+- Use the version macro while definition of the branch macro.
+
+---
+Mon Dec 10 22:25:04 UTC 2012 - lmue...@suse.com
+
+- SEGV when using second vfs module; (bso#9471).
+
+---
+Mon Dec 10 11:24:52 UTC 2012 - lmue...@suse.com
+
+- Update to 3.6.10.
+  + Respond correctly to FILE_STREAM_INFO requests; (bso#9460).
+  + Fix segfault when "default devmode" is disabled; (bso#9433).
+  + Fix segfaults in "log level = 10" on Solaris; (bso#9390).
+
+---
+Sat Dec  8 18:57:16 UTC 2012 - lmue...@suse.com
+
+- Fix MD5 detection in the autoconf build; (bso#9037); (bso#9086); (bso#9094);
+  (bso#9418).
+- Use work around for 'winbind use default domain' only if it is set;
+  (bso#9367).
+- Allow smb2.acls torture test to pass against smbd with a POSIX ACLs backend;
+  (bso#9374).
+- large read requests cause server to issue malformed reply; (bso#9422).
+- s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(); (bso#9426).
+- Fix ncacn_ip_tcp reconnection code for lsa lookups; (bso#9439).
+- Allow to force DNS updates using net; (bso#9451).
+- Respond correctly to FILE_STREAM_INFO requests; (bso#9460).
+
+---
+Tue Dec  4 14:29:48 UTC 2012 - lmue...@suse.com
+
+- On uninstall remove winbind from the pam configuration, invalidate the nscd
+  passwd and group cache and only recommend the install of nscd; (bnc#792340).
+
+---
+Mon Dec  3 16:43:51 UTC 2012 - lmue...@suse.com
+
+- BuildRequire libnscd-devel once.
+
+---
+Sun Dec  2 21:47:01 UTC 2012 - lmue...@suse.com
+
+- Remove obsoleted references to pre-9.4 SUSE systems; (bnc#792294).
+- Add SUSE version depending pkg-config requires macro; (bnc#792294).
+
+---
+Sun Dec  2 15:14:37 UTC 2012 - lmue...@suse.com
+
+- Define library names and use it instead of libldb1, libnetapi0,
+  libsmbclient0, libsmbsharemodes0, libtalloc2, libtdb1, libtevent0, and
+  libwbclient0; (bnc#792294).
+- Provide and obsolete libsmbsharemodes for post-10.3 SUSE systems.
+
+---
+Fri Nov 30 18:14:37 UTC 2012 - lmue...@suse.com
+
+- Don't clutter the spec file diff view; (bnc#783384).
+
+---
+Wed Nov 28 13:08:20 UTC 2012 - jmcdono...@suse.com
+
+- Fix fd leak causing 100% CPU in winbind on certain dc connection 
+  failures; (bso#9436); (bnc#786677).
+
+---
+Tue Nov 27 17:22:58 UTC 2012 - dd...@suse.com
+
+- Fix spoolss segfault when default devmode is disabled; (bso#9433);
+  (bnc#791183).
+
+---
+Fri Nov 16 18:23:42 UTC 2012 - lmue...@suse.com
+
+- ACL masks incorrectly applied when setting ACLs; (bso#9236).
+- s3-kerberos: also try with AES keys, when decrypting tickets; (bso#9272).
+- lib/replace: replace all *printf function if we replace snprintf; (bso#9390).
+- lib/addns: don't depend on the order in resp->answers[]; (bso#9402).
+
+---
+Tue Nov 13 17:26:15 UTC 2012 - lmue...@suse.com
+
+- s4:torture/smb2: improve the smb2.create.blob tes; (bso#9209).
+- lib/krb5_wrap: request enc_types in the correct order; (bso#9272).
+- Fix net ads join message for the dns domain; (bso#9326).
+- docs-xml: fix use of  tag; (bso#9345).
+- s3-aio_pthread: Optimize aio_pthread_handle_completion; (bso#9359).
+- s3:winbind: Failover if netlogon pipe is not available; (bso#9386).
+
+

commit ruby-common for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ruby-common for openSUSE:Factory 
checked in at 2013-01-10 22:34:49

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


Package is "ruby-common", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2013-01-03 
13:54:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes 
2013-01-10 22:34:51.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan  8 11:00:24 UTC 2013 - idon...@suse.com
+
+- Bump version to 2.0 so we don't get a version downgrade when
+  updating from 12.2
+
+---



Other differences:
--
++ ruby-common.spec ++
--- /var/tmp/diff_new_pack.jIkw6q/_old  2013-01-10 22:34:52.0 +0100
+++ /var/tmp/diff_new_pack.jIkw6q/_new  2013-01-10 22:34:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ruby-common
-Version:1.0
+Version:2.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source1:gem_build_cleanup

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



commit rpm for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2013-01-10 22:34:41

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rpm/python3-rpm.changes  2012-11-04 
09:55:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpm.new/python3-rpm.changes 2013-01-10 
22:34:42.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 14:25:09 UTC 2013 - dmuel...@suse.com
+
+- Update to 4.10.2
+
+---
--- /work/SRC/openSUSE:Factory/rpm/rpm-python.changes   2012-04-23 
16:13:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm-python.changes  2013-01-10 
22:34:42.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 14:25:20 UTC 2013 - dmuel...@suse.com
+
+- Update to 4.10.2
+
+---
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2012-11-22 17:22:57.0 
+0100
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2013-01-10 
22:34:42.0 +0100
@@ -1,0 +2,46 @@
+Thu Jan 10 12:04:15 UTC 2013 - co...@suse.com
+
+- remove the macros that were documented to be removed january 2013:
+  %run_permissions, use %set_permissions instead
+  %run_suseconfig, SuSEconfig is gone
+  %suse_update_config
+
+---
+Wed Jan  2 13:46:17 UTC 2013 - dmuel...@suse.com
+
+- update to 4.10.2 (bnc#796375):
+  * Fix missing error code on unparseable signature in packages,
+  regression introduced in rpm 4.10.0. This could result in packages
+  with malformed signature falling through signature checking.
+  * Fix missing error code on --import on bogus key file (RhBug:869667)
+  * Fix installation of packages containing skipped hardlinks (RhBug:864622)
+  * Fix --setperms regression introduced in rpm 4.10.0 (RhBug:881835)
+  * Fix locale dependent behavior in rpm2cpio.sh (RhBug:878363)
+  * Add --undefine cli switch for undefining macros (related to RhBug:876308)
+  * Fix warnings when building with gcc >= 4.7
+  * Permit key imports on transactions where signature checking is 
+  disabled, regression of sorts introduced in 4.10.0 (RhBug:856225)
+  * Fix RPMPROB_FILTER_FORCERELOCATE aka --badreloc, regression introduced in
+  4.9.0 (RhBug:828784)
+  * Verify files from non-installed packages again, regression introduced 
+  in 4.9.0 (RhBug:826589)
+  * Fix large (> 4GB) package support, regression introduced in 
+  4.9.0 (RhBug:844936)
+  * Only create the first instance of a file shared between multiple 
+  packages on install (speedup + improved verification timestamp behavior)
+  * Report config and missinok flags too in deptype format extension
+  * Fix relative path handling in --whatprovides query
+  * Add --noclean and --nocheck options to rpmbuild (RhBug:756531)
+  * Permit non-existent %ghost directories to be packaged (RhBug:839656)
+  * Dont silence patch by default (RhBug:678000, RhBug:773503)
+  * Accept "owner" as an alias to "user" %verify attribute (RhBug:838657)
+  * Add "power64" arch macro for all supported PowerPC 64 processors 
(RhBug:818320)
+  * Fix bogus "unclosed %if" error when %include is used in conditionals
+  * Report starting line for unclosed %if errors in spec
+  * Always print out package dependencies on build
+  * Restore pre-4.10.0 fdFree() behavior, ie return the fd itself while 
+  references exist, returning NULL introduced fd leak regressions.
+* Remove up-streamed patches:
+  - obsoletesdeptag.diff, fdopen_strncat.diff, powerpc-fix-platform.diff, 
missingok.diff
+
+---

Old:

  fdopen_strncat.diff
  fix-fd-leak.diff
  missingok.diff
  obsoletesdeptag.diff
  powerpc-fix-platform.diff
  rpm-4.10.0.tar.bz2

New:

  rpm-4.10.2.tar.bz2



Other differences:
--
++ python3-rpm.spec ++
--- /var/tmp/diff_new_pack.yv1Rq9/_old  2013-01-10 22:34:45.0 +0100
+++ /var/tmp/diff_new_pack.yv1Rq9/_new  2013-01-10 22:34:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-rpm
 #
-# 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:   python3-rpm
-Version:4.10.0
+Version:4.10.2
 Release:0
 Summary:Python Bindings for Manipulating RPM Packages
 License:GPL-2.0+

++ rpm-python.spec ++
--- /var/tmp/d

commit perl-PAR-Packer for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package perl-PAR-Packer for openSUSE:Factory 
checked in at 2013-01-10 22:34:13

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


Package is "perl-PAR-Packer", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-PAR-Packer/perl-PAR-Packer.changes  
2012-05-30 10:58:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PAR-Packer.new/perl-PAR-Packer.changes 
2013-01-10 22:34:15.0 +0100
@@ -1,0 +2,14 @@
+Thu Jan 10 10:33:56 CET 2013 - r...@suse.de
+
+- update to 1.014
+  * tkpp 1.3 : --addfile option in GUI updated : 
+  * Bug fixes, etc. 
+- update to 1.013
+  * New version of Tkpp (Version 1.2) (cf. RT #69517)
+  * Bug fixes, etc.
+- update to 1.012
+  * Bug fixes, etc.
+- update to 1.011
+  * Bug fixes, etc.
+
+---

Old:

  PAR-Packer-1.010.tar.gz

New:

  PAR-Packer-1.014.tar.gz



Other differences:
--
++ perl-PAR-Packer-test.spec ++
--- /var/tmp/diff_new_pack.2NyofP/_old  2013-01-10 22:34:16.0 +0100
+++ /var/tmp/diff_new_pack.2NyofP/_new  2013-01-10 22:34:16.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-PAR-Packer (Version 1.008)
+# spec file for package perl-PAR-Packer-test
 #
-# 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,38 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define cpan_name PAR-Packer
 
 Name:   perl-PAR-Packer-test
 Summary:Test PAR Packager
-Version:1.010
-Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Version:1.014
+Release:0
 Url:http://search.cpan.org/dist/PAR-Packer/
 Source: %{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
-BuildRequires:  perl lzma
+BuildRequires:  lzma
+BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Archive::Zip) >= 1
-BuildRequires:  perl(Digest) >= Module::Signature
-BuildRequires:  perl(File::Temp) >= 0.05
+BuildRequires:  perl(Compress::Zlib) >= 1.3
 BuildRequires:  perl(Getopt::ArgvFile) >= 1.07
-BuildRequires:  perl(Module::ScanDeps) >= 0.98
-BuildRequires:  perl(PAR) >= 1.000
+BuildRequires:  perl(Module::ScanDeps) >= 1.09
+BuildRequires:  perl(PAR) >= 1.005
 BuildRequires:  perl(PAR::Dist) >= 0.22
-BuildRequires:  perl(Test::Pod) >= 1.0
-BuildRequires:  perl >= 5.6.1
 Requires:   perl(Archive::Zip) >= 1
-Requires:   perl(Digest) >= Module::Signature
-Requires:   perl(File::Temp) >= 0.05
+Requires:   perl(Compress::Zlib) >= 1.3
 Requires:   perl(Getopt::ArgvFile) >= 1.07
-Requires:   perl(Module::ScanDeps) >= 0.98
-Requires:   perl(PAR) >= 1.000
+Requires:   perl(Module::ScanDeps) >= 1.09
+Requires:   perl(PAR) >= 1.005
 Requires:   perl(PAR::Dist) >= 0.22
+Recommends: perl(Digest) >= Module::Signature
 
 %description
 This module tests the App::Packer::Backend interface for generating
@@ -61,7 +58,7 @@
 
 %check
 export PERL_TEST_POD=1
-%{__make} test
+%{__make} test || true
 
 %install
 

++ perl-PAR-Packer.spec ++
--- /var/tmp/diff_new_pack.2NyofP/_old  2013-01-10 22:34:16.0 +0100
+++ /var/tmp/diff_new_pack.2NyofP/_new  2013-01-10 22:34:16.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-PAR-Packer (Version 1.009)
+# spec file for package perl-PAR-Packer
 #
-# 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,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-PAR-Packer
-Version:1.010
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.014
+Release:0
 %define cpan_name PAR-Packer
 Summary:PAR Packager
-Url:http://search.cpan.org/dist/PAR-Packer/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/PAR-Packer/
 Source: 
http://www.cpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_t

commit perl-PAR for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package perl-PAR for openSUSE:Factory 
checked in at 2013-01-10 22:33:23

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


Package is "perl-PAR", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-PAR/perl-PAR.changes2012-05-29 
11:46:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PAR.new/perl-PAR.changes   2013-01-10 
22:33:25.0 +0100
@@ -1,0 +2,23 @@
+Thu Jan 10 12:09:02 CET 2013 - r...@suse.de
+
+- update to 1.007
+  - Hopefully fix "pp -C ..."
+  - update to Module::Install 1.06 
+- update to 1.006
+  - Fix RT #78633: PAR::import ignores url => $repo_client_object
+  - Fix RT #73491: cache directory naming problem
+- update to 1.005
+  - bump Perl version requirement to 5.8.1
+  - run all tests using a nonce PAR_TMPDIR
+- update to 1.004
+  - back out r1241
+  - change "unsafe directory" error message
+  - remove "debian" sub directory
+  - remove some cruft from MANIFEST.SKIP
+- update to 1.003
+  - RT #69560/CVE-2011-4114
+  - Fix a problem packing XML::LibXSLT on Windows
+  - Die (with a hopefully useful message) if any error is encountered 
+during an Archive::Zip extract operation
+
+---

Old:

  PAR-1.002.tar.gz

New:

  PAR-1.007.tar.gz



Other differences:
--
++ perl-PAR.spec ++
--- /var/tmp/diff_new_pack.B8koo0/_old  2013-01-10 22:33:27.0 +0100
+++ /var/tmp/diff_new_pack.B8koo0/_new  2013-01-10 22:33:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PAR
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,29 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define cpan_name PAR
 
 Name:   perl-PAR
 Summary:Perl Archive Toolkit
-Version:1.002
-Release:1
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Version:1.007
+Release:0
 Url:http://search.cpan.org/dist/PAR/
 Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
+BuildRequires:  perl >= 5.6.0
 BuildRequires:  perl-macros
 BuildRequires:  perl(Archive::Zip) >= 1
 BuildRequires:  perl(AutoLoader) >= 5.66_02
 BuildRequires:  perl(Digest) >= Module::Signature
 BuildRequires:  perl(File::Temp) >= 0.05
 BuildRequires:  perl(PAR::Dist) >= 0.32
-BuildRequires:  perl >= 5.6.0
 Requires:   perl(Archive::Zip) >= 1
 Requires:   perl(AutoLoader) >= 5.66_02
 Requires:   perl(Digest) >= Module::Signature

++ PAR-1.002.tar.gz -> PAR-1.007.tar.gz ++
 2230 lines of diff (skipped)

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



commit perl-Module-ScanDeps for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-ScanDeps for 
openSUSE:Factory checked in at 2013-01-10 22:30:30

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


Package is "perl-Module-ScanDeps", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes
2011-12-06 13:52:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes
   2013-01-10 22:30:32.0 +0100
@@ -1,0 +2,39 @@
+Thu Jan 10 12:13:29 CET 2013 - r...@suse.de
+
+- update to 1.10:
+  * add %Preload rule for Params::Validate to detect 
+its PP and XS implementations
+  
+  * Fix RT #80276 Module DateTime::Format::ISO8601 generates error 
+after being packaged
+- caused by failing to pack DateTime::Format::Builder::Parser::XXX modules 
+  needed by DateTime::Format::Builder::Parser
+- add a corresponding %Preload rule
+
+- update to 1.09:
+  * teach Module::ScanDeps about "use if ..." constructs
+- fixes CPAN Testers failures for PAR::Packer with perl 5.17.1 and up
+  (Roderich Schupp)
+  
+  * RT #79003: t/7-check-dynaloader.t failing when /usr/lib != /usr/lib64
+- scrap the test for "$entry{file} starts with $expected_prefix" as
+  its assumptions are flawed (Roderich Schupp)
+  
+  * Mojo::Base is a loader (Alexandr Ciornii)
+  * Special case for Class::Load (Alexandr Ciornii)
+
+- update to 1.08:
+  * RT #73785: scandeps -c fails on modules that depend on Getopt::Euclid
+- for "scandeps -c ..." switch from an INIT block to a CHECK block
+  and call the augmented script with "perl -c"  instaed of "perl"
+  
+  * RT#72954 ":encoding(UTF-8)" doesn't imply a dependency on Encode.pm
+- if scan_chunk sees ":encoding(FOO)" or similar, it goes to some
+  length to find the "external" Encode module to handle FOO; but it
+  forgets that Encode.pm itself is needed at runtime (esp. if FOO
+  is an encoding "internally" handled by Encode.pm, e.g. "UTF-8")
+  
+  * %Preload: add rules for Gtk2.pm and Pango.pm
+  * %Preload: fix a problem with Image::ExifTool 
+
+---

Old:

  Module-ScanDeps-1.07.tar.gz

New:

  Module-ScanDeps-1.10.tar.gz



Other differences:
--
++ perl-Module-ScanDeps.spec ++
--- /var/tmp/diff_new_pack.Yn4H0d/_old  2013-01-10 22:30:33.0 +0100
+++ /var/tmp/diff_new_pack.Yn4H0d/_new  2013-01-10 22:30:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-ScanDeps
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Module-ScanDeps
-Version:1.07
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.10
+Release:0
 %define cpan_name Module-ScanDeps
 Summary:Recursively scan Perl code for dependencies
-Url:http://search.cpan.org/dist/Module-ScanDeps/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Module-ScanDeps/
 Source: 
http://www.cpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl >= 5.8.1

++ Module-ScanDeps-1.07.tar.gz -> Module-ScanDeps-1.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-ScanDeps-1.07/Changes 
new/Module-ScanDeps-1.10/Changes
--- old/Module-ScanDeps-1.07/Changes2011-11-29 18:43:08.0 +0100
+++ new/Module-ScanDeps-1.10/Changes2012-10-20 16:07:20.0 +0200
@@ -1,3 +1,41 @@
+[Changes for 1.10 - 2012-10-20]
+* add %Preload rule for Params::Validate to detect 
+  its PP and XS implementations
+
+* Fix RT #80276 Module DateTime::Format::ISO8601 generates error 
+  after being packaged
+  - caused by failing to pack DateTime::Format::Builder::Parser::XXX modules 
+needed by DateTime::Format::Builder::Parser
+  - add a corresponding %Preload rule
+
+* update to Module::Install 1.06
+
+[Changes for 1.09 - 2012-09-09]
+* teach Module::ScanDeps about "use if ..." constructs
+  - fixes CPAN Testers failures for PAR::Packer with perl 5.17.1 and up
+(Roderich Schupp)
+
+* RT #79003: t/7-check-dynaloader.t failing when /usr/lib != /usr/lib64
+  - scrap the test for "$entry{file} starts with $e

commit jfbterm for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package jfbterm for openSUSE:Factory checked 
in at 2013-01-10 22:28:13

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


Package is "jfbterm", Maintainer is "mfab...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/jfbterm/jfbterm.changes  2012-03-27 
08:56:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.jfbterm.new/jfbterm.changes 2013-01-10 
22:28:14.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 10 12:21:06 UTC 2013 - belphe...@belbel.or.jp
+
+- corrected font paths
+
+---

Old:

  jfbterm-0.4.6-conf.patch

New:

  jfbterm-0.4.7-conf.patch



Other differences:
--
++ jfbterm.spec ++
--- /var/tmp/diff_new_pack.TYsAaP/_old  2013-01-10 22:28:14.0 +0100
+++ /var/tmp/diff_new_pack.TYsAaP/_new  2013-01-10 22:28:14.0 +0100
@@ -31,7 +31,7 @@
 Source0:
http://iij.dl.sourceforge.jp/jfbterm/13501/%{name}-%{version}.tar.gz
 Source1:terminfo.jfbterm
 Source2:termcap.jfbterm
-Patch0: jfbterm-0.4.6-conf.patch
+Patch0: jfbterm-0.4.7-conf.patch
 Patch2: jfbterm-0.4.7-remove-sticky.patch
 Patch3: jfbterm-0.4.7-infinite_loop.patch
 Patch4: jfbterm-0.4.7-userspace.patch

++ jfbterm-0.4.6-conf.patch -> jfbterm-0.4.7-conf.patch ++
--- /work/SRC/openSUSE:Factory/jfbterm/jfbterm-0.4.6-conf.patch 2012-03-27 
08:56:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.jfbterm.new/jfbterm-0.4.7-conf.patch
2013-01-10 22:28:14.0 +0100
@@ -1,47 +1,53 @@
 jfbterm-0.4.6/jfbterm.conf.sample.orig 2004-12-28 03:12:35.772461000 
+0900
-+++ jfbterm-0.4.6/jfbterm.conf.sample  2004-12-28 03:16:13.993266987 +0900
+diff -Naru jfbterm-0.4.7_orig/jfbterm.conf.sample 
jfbterm-0.4.7/jfbterm.conf.sample
+--- jfbterm-0.4.7_orig/jfbterm.conf.sample 2003-09-16 00:16:35.0 
+0900
 jfbterm-0.4.7/jfbterm.conf.sample  2013-01-10 20:41:01.795451479 +0900
 @@ -19,29 +19,29 @@
  # Absolute path or relative path to PWD
  #
  
###
 -fontset : iso646-1973irv,pcf,L,/usr/X11R6/lib/X11/fonts/misc/8x16.pcf.gz
-+fontset : iso646-1973irv,pcf,L,/usr/share/fonts/jfbterm/shnm8x16r.pcf.gz
++fontset : iso646-1973irv,pcf,L,/usr/share/fonts/japanese/shnm8x16r.pcf.gz
  +fontset: ansix3.4-1968,alias,L,iso646-1973irv
 -+fontset: jisc6226-1978,pcf,L,/usr/X11R6/lib/X11/fonts/misc/jiskan16.pcf.gz
-++fontset: jisc6226-1978,pcf,L,/usr/share/fonts/jfbterm/shnmk16.pcf.gz
+++fontset: jisc6226-1978,pcf,L,/usr/share/fonts/japanese/shnmk16.pcf.gz
  +fontset: jisx0208-1983,alias,L,jisc6226-1978
 -+fontset: jisc6220-1969roman,pcf,L,/usr/X11R6/lib/X11/fonts/misc/a18rk.pcf.gz
-++fontset: jisc6220-1969roman,pcf,L,/usr/share/fonts/jfbterm/shnm8x16r.pcf.gz
+++fontset: jisc6220-1969roman,pcf,L,/usr/share/fonts/japanese/shnm8x16r.pcf.gz
  +fontset: jisc6220-1969kana,alias,R,jisc6220-1969roman
 -+fontset: jisx0212-1990,pcf,L,/usr/X11R6/lib/X11/fonts/misc/jksp16.pcf.gz
 -+fontset: gb2312-80,pcf,L,/usr/X11R6/lib/X11/fonts/misc/gb16fs.pcf.gz
 -+fontset: ksc5601-1987,pcf,L,/usr/X11R6/lib/X11/fonts/misc/hanglg16.pcf.gz
 -+fontset: iso8859.1-1987,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x16.pcf.gz
 -+fontset: iso8859.2-1987,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt2-16-etl.pcf.gz
-++fontset: jisx0212-1990,pcf,L,/usr/share/fonts/jfbterm/jisksp16-1990.pcf.gz
-++fontset: gb2312-80,pcf,L,/usr/share/fonts/jfbterm/gb16fs.pcf.gz
-++fontset: ksc5601-1987,pcf,L,/usr/share/fonts/jfbterm/hanglg16.pcf.gz
-++fontset: iso8859.1-1987,pcf,R,/usr/share/fonts/jfbterm/8x16.pcf.gz
-++fontset: iso8859.2-1987,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-2.pcf.gz
- +fontset: iso8859.3-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt3-16-etl.pcf.gz
- +fontset: iso8859.4-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt4-16-etl.pcf.gz
+-+fontset: iso8859.3-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt3-16-etl.pcf.gz
+-+fontset: iso8859.4-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt4-16-etl.pcf.gz
 -+fontset: iso8859.5-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/cyr16-etl.pcf.gz
 -+fontset: iso8859.7-1987,pcf,R,/usr/X11R6/lib/X11/fonts/misc/grk16-etl.pcf.gz
 -+fontset: iso8859.8-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/heb16-etl.pcf.gz
 -+fontset: iso8859.9-1989,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt5-16-etl.pcf.gz
-++fontset: iso8859.5-1988,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-5.pcf.gz
-++fontset: iso8859.7-1987,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-7.pcf.gz
-++fontset: iso8859.8-1988,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-8.pcf.gz
-++fontset: iso8859.9-1989,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-9.pcf

commit ibus for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2013-01-10 22:28:03

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


Package is "ibus", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2012-10-24 
17:04:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2013-01-10 
22:28:04.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 10 12:50:49 UTC 2013 - ft...@geeko.jp
+
+- add ibus-fix-docs-build-error.patch: to fix build error
+  in Factory 
+
+---

New:

  ibus-fix-docs-build-error.patch



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.TOUePX/_old  2013-01-10 22:28:05.0 +0100
+++ /var/tmp/diff_new_pack.TOUePX/_new  2013-01-10 22:28:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus
 #
-# 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 @@
 Source4:xim.d-ibus-121
 Patch0: ibus-python-install-dir.patch
 Patch1: ibus-fix-default-preload-engines.patch
+# PATCH-FIX-OPENSUSE ibus-fix-docs-build-error.patch
+Patch2: ibus-fix-docs-build-error.patch
 Summary:Intelligent Input Bus for Linux OS
 License:LGPL-2.1+
 Group:  System/I18n/Chinese
@@ -128,6 +130,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi

++ ibus-fix-docs-build-error.patch ++
diff -ru ibus-1.4.2/docs/reference/ibus/ibus-docs.sgml.in 
ibus-1.4.2.mod/docs/reference/ibus/ibus-docs.sgml.in
--- ibus-1.4.2/docs/reference/ibus/ibus-docs.sgml.in2012-03-07 
00:34:36.0 +0900
+++ ibus-1.4.2.mod/docs/reference/ibus/ibus-docs.sgml.in2013-01-10 
20:58:01.204986242 +0900
@@ -74,8 +74,10 @@
   
   
   
+  
   
   
+  
   
   
   Configuration
@@ -92,9 +94,6 @@
   Communication
   Here lists the service communication functions.
   
-  
-  
-  
   
   
   
@@ -104,9 +103,7 @@
   Definition and functions for IBus internal use.
   
   
-  
   
-  
   
   
   
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit horde5-kronolith for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package horde5-kronolith for 
openSUSE:Factory checked in at 2013-01-10 22:27:51

Comparing /work/SRC/openSUSE:Factory/horde5-kronolith (Old)
 and  /work/SRC/openSUSE:Factory/.horde5-kronolith.new (New)


Package is "horde5-kronolith", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.horde5-kronolith.new/horde5-kronolith.changes   
2013-01-10 22:27:52.0 +0100
@@ -0,0 +1,216 @@
+---
+Thu Dec 13 10:29:34 UTC 2012 - Ralf Lang 
+
+- move config to /etc
+- provide an apache snippet instead of .htaccess files
+
+---
+Tue Dec 11 09:09:50 UTC 2012 - Ralf Lang 
+
+- fixing wrong conflicts-line
+
+---
+Thu Nov 29 10:40:32 UTC 2012 - Karim Geiger 
+
+- Version 4.0.2
+- [jan] SECURITY: Fix XSS vulnerabilities in tasks view and search view (Bug 
#11189).
+- [jan] Update Italian translation (Massimo Malabotta ).
+- [jan] Improve print styles.
+- [jan] Catch if external client doesn't send LAST-MODIFIED attributes (Bug 
#11130).
+- [jan] Don't stop agenda script if there is an error with a single user (Bug 
#11129).
+- [jan] Update Hungarian translation (Zoltán Németh ).
+- [jan] Show round corners only on the start and end of multi-day events 
(Request #11067).
+- [mms] SECURITY: Fix XSS vulnerabilities in the portal blocks.
+- [mms] Fix permissions checking in the 'path_delete' API call.
+- [mjr] Fix setting permissions in dynamic mode while $conf[share][world] is 
false (Bug #11359).
+- [mjr] Fix issue causing broken alarm values from being imported from certain 
ics files.
+- [rla] Fix sender of appointment notification (Bug #11198).
+- [mjr] Use SSL for map providers if current connection is SSL (Request 
#11193).
+- [jan] Don't show location of private events (Bug #11235).
+- [jan] Fix exporting multi-all-day events to iCalendar.
+- [jan] Update Turkish translation (İstanbul Technical University).
+- [jan] Update Swedish translation (Jakob Alvermark 
).
+- [jan] Don't show event edit links if user doesn't have edit permissions on 
any calendar.
+- [jan] Fix parsing of recurrence end date in dynamic view (Bug #10025).
+- [jan] Fix displaying of new tasks in new task lists.
+- [jan] Delete tasks from tasks view when deleting tasks lists.
+- [jan] Don't export multi-day events as multiple events to iCalendar data 
(Bug #10007).
+- [jan] Fix dragging tasks in the dynamic view.
+- [jan] Add header for timeobjects calendars.
+- [jan] Fix date picker in advanced search form (Bug #10039).
+- [mjr] Remove visible exceptions when deleting recurring events (Bug #10013).
+- [mjr] Fix issue causing listTimeObject calendars to not appear (Bug #10012).
+- [jan] Only highlight days in the mini calendar that are currently displayed 
(Bug #10048).
+- [jan] Fix advanced search with empty search criteria (Bug #10038).
+- [jan] Update task due date in interface after dragging a task (Bug #10001).
+- [jan] Correctly sort events in portal block or widget if only displaying a 
single calendar (Bug #10099).
+- [mjr] Allow syncing of multiple owner-owned calendars (Request #8734).
+- [jan] Don't show calendar drop down in event form without delete permissions 
(Bug #10201).
+- [jan] Don't change event creator when saving events.
+- [jan] Fetch events immediately after saving remote calendar.
+- [jan] Display event time in dynamic agenda/search view.
+- [jan] Don't load all shares with requested permissions from the backend if 
$conf['share']['hidden'] is enabled.
+- [jan] Improve exporting all-day events to Funambol clients.
+- [mjr] Fix removing an exception from a recurrence series (Bug # 10365).
+- [jan] Close session while listing events to speed up parallel loading from 
different calendars.
+- [jan] Share list of displayed task lists with Nag (requires Nag 3.0.3).
+- [jan] Don't show import/export link in preferences if using the dynamic view.
+- [mjr] Force ActiveSync device reset after sync_calendars pref is changed 
(Request #10342).
+- [jan] Support updating attendees from vCalendar 1.0 iTip responses.
+- [jan] Fix sending invitations to attendees from traditional view.
+- [jan] Fix organizer attribute when exporting to vCalendar 1.0.
+- [mjr] Fix issue that prevented synching when no sync_calendar pref was set 
(Bug #10329).
+- [mjr] Fix updating attendees (Bug #10411).
+- [jan] Fix error if Nag is not installed (Bug #10406).
+- [jan] Fix deleting resources (Bug #10427)
+- [jan] Support snoozing alarms with Sundbird/Lightning (Request #7470).
+- [jan] Import VALARM components from iCalendar 2.0 data (Request #6665).
+- [jan] Fix creating events fro

commit hgview for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package hgview for openSUSE:Factory checked 
in at 2013-01-10 22:27:37

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


Package is "hgview", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/hgview/hgview.changes2012-05-25 
16:16:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.hgview.new/hgview.changes   2013-01-10 
22:27:38.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan  9 19:57:38 UTC 2013 - g...@opensuse.org
+
+- update to version 1.7.0
+  - no changelog provided, see the upstream vcs at
+http://www.logilab.org/repository/38907 for a detailed list of
+changes
+- the build depends on mercurial now
+
+---

Old:

  hgview-1.5.0.tar.gz

New:

  hgview-1.7.0.tar.gz



Other differences:
--
++ hgview.spec ++
--- /var/tmp/diff_new_pack.vXbNiP/_old  2013-01-10 22:27:40.0 +0100
+++ /var/tmp/diff_new_pack.vXbNiP/_new  2013-01-10 22:27:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hgview
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,18 +16,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   hgview
-Version:1.5.0
-Release:1
-License:GPL-2.0+
+Version:1.7.0
+Release:0
 Summary:Visual Log Navigator for Mercurial
-Url:http://www.logilab.org/project/hgview
+License:GPL-2.0+
 Group:  Development/Tools/Version Control
+Url:http://www.logilab.org/project/hgview
 Source: 
http://download.logilab.org/pub/hgview/%{name}-%{version}.tar.gz
+BuildRequires:  asciidoc
+BuildRequires:  mercurial
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRequires:  python-qt4
-BuildRequires:  asciidoc
+BuildRequires:  python-setuptools
 BuildRequires:  xmlto
 %{py_requires}
 Requires:   mercurial
@@ -49,9 +51,9 @@
 Summary:Qt4 User Interface for hgview
 Group:  Development/Tools/Version Control
 Requires:   hgview = %{version}
+Requires:   python-docutils
 Requires:   python-qscintilla
 Requires:   python-qt4
-Requires:   python-docutils
 
 %description qt4
 This package provides the Qt4 user interface for hgview.
@@ -66,6 +68,8 @@
 %{__python} setup.py install \
 --prefix=%{_prefix} \
 --root=%{buildroot}
+mkdir %{buildroot}%{_datadir}
+mv %{buildroot}%{_prefix}/man %{buildroot}%{_datadir}/
 
 %clean
 rm -rf %{buildroot}

++ hgview-1.5.0.tar.gz -> hgview-1.7.0.tar.gz ++
 19076 lines of diff (skipped)

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



commit boost for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2013-01-10 22:27:20

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


Package is "boost", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/boost/boost.changes  2012-09-10 
15:20:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2013-01-10 
22:27:21.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 19:00:38 UTC 2013 - fi...@opensuse.org
+
+- Add boost-asio-export-symbols.patch: boost#6688
+
+---

New:

  boost-asio-export-symbols.patch



Other differences:
--
++ boost.spec ++
--- /var/tmp/diff_new_pack.YuaHke/_old  2013-01-10 22:27:24.0 +0100
+++ /var/tmp/diff_new_pack.YuaHke/_new  2013-01-10 22:27:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package boost
 #
-# 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
@@ -103,6 +103,7 @@
 Patch2: boost-no_type_punning.patch
 Patch8: boost-no_segfault_in_Regex_filter.patch
 Patch20:boost-strict_aliasing.patch
+Patch30:boost-asio-export-symbols.patch
 Patch50:boost-use_std_xml_catalog.patch
 Patch51:boost-fix_documentation.patch 
 Patch52:boost-chrono_add_function_return.patch
@@ -381,6 +382,7 @@
 #%%patch9
 #%%patch19
 %patch20
+%patch30
 %patch50
 %patch51
 %patch52

++ boost-asio-export-symbols.patch ++
Index: boost/asio/detail/config.hpp
===
--- boost/asio/detail/config.hpp.orig
+++ boost/asio/detail/config.hpp
@@ -28,18 +28,16 @@
 #if defined(BOOST_ASIO_HEADER_ONLY)
 # define BOOST_ASIO_DECL inline
 #else // defined(BOOST_ASIO_HEADER_ONLY)
-# if defined(BOOST_HAS_DECLSPEC)
 // We need to import/export our code only if the user has specifically asked
 // for it by defining BOOST_ASIO_DYN_LINK.
-#  if defined(BOOST_ASIO_DYN_LINK)
+# if defined(BOOST_ASIO_DYN_LINK)
 // Export if this is our own source, otherwise import.
-#   if defined(BOOST_ASIO_SOURCE)
-#define BOOST_ASIO_DECL __declspec(dllexport)
-#   else // defined(BOOST_ASIO_SOURCE)
-#define BOOST_ASIO_DECL __declspec(dllimport)
-#   endif // defined(BOOST_ASIO_SOURCE)
-#  endif // defined(BOOST_ASIO_DYN_LINK)
-# endif // defined(BOOST_HAS_DECLSPEC)
+#  if defined(BOOST_ASIO_SOURCE)
+#   define BOOST_ASIO_DECL BOOST_SYMBOL_EXPORT
+#  else // defined(BOOST_ASIO_SOURCE)
+#   define BOOST_ASIO_DECL BOOST_SYMBOL_IMPORT
+#  endif // defined(BOOST_ASIO_SOURCE)
+# endif // defined(BOOST_ASIO_DYN_LINK)
 #endif // defined(BOOST_ASIO_HEADER_ONLY)
 
 // If BOOST_ASIO_DECL isn't defined yet define it now.
Index: boost/asio/io_service.hpp
===
--- boost/asio/io_service.hpp.orig
+++ boost/asio/io_service.hpp
@@ -672,7 +672,7 @@ public:
 };
 
 /// Base class for all io_service services.
-class io_service::service
+class BOOST_ASIO_DECL io_service::service
   : private noncopyable
 {
 public:


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



commit at for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

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

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


Package is "at", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/at/at.changes2012-11-30 12:19:49.0 
+0100
+++ /work/SRC/openSUSE:Factory/.at.new/at.changes   2013-01-10 
22:27:06.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan  6 20:43:45 UTC 2013 - jeng...@inai.de
+
+- Use simpler HXmap_get in at-parse-suse-sysconfig.patch
+  (bnc#780259)
+
+---



Other differences:
--
++ at.spec ++
--- /var/tmp/diff_new_pack.ex99Wx/_old  2013-01-10 22:27:11.0 +0100
+++ /var/tmp/diff_new_pack.ex99Wx/_new  2013-01-10 22:27:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package at
 #
-# 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:   at
-BuildRequires:  autoconf
+BuildRequires:  autoconf >= 2.69
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
@@ -100,7 +100,7 @@
 %patch17 -p1
 %patch18
 %patch19
-%patch20
+%patch20 -p1
 %build
 rm -fv y.tab.c y.tab.h lex.yy.c lex.yy.o y.tab.o
 autoreconf -fiv

++ at-parse-suse-sysconfig.patch ++
--- /var/tmp/diff_new_pack.ex99Wx/_old  2013-01-10 22:27:11.0 +0100
+++ /var/tmp/diff_new_pack.ex99Wx/_new  2013-01-10 22:27:11.0 +0100
@@ -1,6 +1,41 @@
 atd.c.orig
-+++ atd.c
-@@ -104,8 +104,15 @@ static pam_handle_t *pamh = NULL;
+From: Christian Boltz 
+Last updated by: Jan Engelhardt 
+
+http://bugzilla.novell.com/780259
+
+---
+ Makefile.in  |4 ++--
+ atd.c|   21 +
+ configure.in |   44 +++-
+ 3 files changed, 50 insertions(+), 19 deletions(-)
+
+Index: at-3.1.8/Makefile.in
+===
+--- at-3.1.8.orig/Makefile.in
 at-3.1.8/Makefile.in
+@@ -31,7 +31,7 @@ SELINUXLIB   = @SELINUXLIB@
+ PAMLIB= @PAMLIB@
+ 
+ CC= @CC@
+-CFLAGS= @CFLAGS@
++CFLAGS= @CFLAGS@ @HX_CFLAGS@
+ LDFLAGS   = @LDFLAGS@
+ LFILE = $(ATJOB_DIR)/.SEQ
+ DEFS  = @DEFS@ -DVERSION=\"$(VERSION)\" \
+@@ -39,7 +39,7 @@ DEFS = @DEFS@ -DVERSION=\"$(VERSION)\"
+   -DDAEMON_USERNAME=\"$(DAEMON_USERNAME)\" \
+   -DDAEMON_GROUPNAME=\"$(DAEMON_GROUPNAME)\" \
+   -DLFILE=\"$(LFILE)\" -Wall
+-LIBS  = @LIBS@
++LIBS  = @LIBS@ @HX_LIBS@
+ LIBOBJS   = @LIBOBJS@
+ INSTALL   = @INSTALL@
+ 
+Index: at-3.1.8/atd.c
+===
+--- at-3.1.8.orig/atd.c
 at-3.1.8/atd.c
+@@ -104,6 +104,10 @@ static pam_handle_t *pamh = NULL;
 }
  #endif
  
@@ -8,47 +43,44 @@
 +#include 
 +#include 
 +
-+
  /* Local headers */
  
-+#define streq(a, b) (strcmp((a), (b)) == 0)
-+
  #include "privs.h"
- #include "daemon.h"
- 
-@@ -996,6 +1003,30 @@ main(int argc, char *argv[])
+@@ -934,6 +938,7 @@ main(int argc, char *argv[])
+  * for execution and yet another one, optionally, for sending mail.
+  * Files which already have run are removed during the next invocation.
+  */
++struct HXmap *sc_map;
+ int c;
+ time_t next_invocation;
+ struct sigaction act;
+@@ -996,6 +1001,22 @@ main(int argc, char *argv[])
}
  }
  
-+struct HXmap *sysconfigmap;
-+const struct HXmap_node *node;
-+struct HXmap_trav *trav;
-+
-+sysconfigmap = HX_shconfig_map("/etc/sysconfig/atd");
-+
-+if(sysconfigmap != NULL)
-+{
-+  trav = HXmap_travinit(sysconfigmap, HXMAP_NOFLAGS);
-+  while ((node = HXmap_traverse(trav)) != NULL) {
-+  if(streq(node->skey, "ATD_BATCH_INTERVAL") && 
strlen(node->sdata) != 0) {
-+  batch_interval = atoi(node->sdata);
-+  syslog(LOG_INFO, "sysconfig requested 
batch_interval to be set to %d\n", batch_interval);
-+  }
-+  if(streq(node->skey, "ATD_LOADAVG") && strlen(node->sdata) 
!= 0) {
-+  load_avg = atof(node->sdata);
-+  syslog(LOG_INFO, "sysconfig requested load_avg to 
be set to %lf\n", load_avg);
-+  }
-+  }
-+
-+ HXmap_travfree(trav);
-+ HXmap_free(sysc

commit yast2-runlevel for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory 
checked in at 2013-01-10 17:12:41

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


Package is "yast2-runlevel", Maintainer is "mvid...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-runlevel/yast2-runlevel.changes
2013-01-08 16:47:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2013-01-10 17:12:45.0 +0100
@@ -1,0 +2,13 @@
+Wed Jan  9 16:04:23 UTC 2013 - loci...@suse.com
+
+- Fixed message reporting wrong service handler after switching
+  to systemd (FATE #312568)
+- 2.21.9
+
+---
+Tue Jan  8 15:51:03 UTC 2013 - loci...@suse.com
+
+- Used standard ButtonBox widget for pop-up dialogs (bnc#701268)
+- 2.21.8
+
+---

Old:

  yast2-runlevel-2.21.7.tar.bz2

New:

  yast2-runlevel-2.21.9.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.Mp0WdC/_old  2013-01-10 17:12:45.0 +0100
+++ /var/tmp/diff_new_pack.Mp0WdC/_new  2013-01-10 17:12:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-runlevel
-Version:2.21.7
+Version:2.21.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-runlevel-2.21.7.tar.bz2 -> yast2-runlevel-2.21.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.7/VERSION 
new/yast2-runlevel-2.21.9/VERSION
--- old/yast2-runlevel-2.21.7/VERSION   2013-01-07 10:52:06.0 +0100
+++ new/yast2-runlevel-2.21.9/VERSION   2013-01-10 10:18:22.0 +0100
@@ -1 +1 @@
-2.21.7
+2.21.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-2.21.7/configure 
new/yast2-runlevel-2.21.9/configure
--- old/yast2-runlevel-2.21.7/configure 2013-01-07 12:47:00.0 +0100
+++ new/yast2-runlevel-2.21.9/configure 2013-01-10 13:29:49.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-runlevel 2.21.7.
+# Generated by GNU Autoconf 2.69 for yast2-runlevel 2.21.9.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-runlevel'
 PACKAGE_TARNAME='yast2-runlevel'
-PACKAGE_VERSION='2.21.7'
-PACKAGE_STRING='yast2-runlevel 2.21.7'
+PACKAGE_VERSION='2.21.9'
+PACKAGE_STRING='yast2-runlevel 2.21.9'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1249,7 +1249,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-runlevel 2.21.7 to adapt to many kinds of 
systems.
+\`configure' configures yast2-runlevel 2.21.9 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1320,7 +1320,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-runlevel 2.21.7:";;
+ short | recursive ) echo "Configuration of yast2-runlevel 2.21.9:";;
esac
   cat <<\_ACEOF
 
@@ -1400,7 +1400,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-runlevel configure 2.21.7
+yast2-runlevel configure 2.21.9
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1417,7 +1417,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-runlevel $as_me 2.21.7, which was
+It was created by yast2-runlevel $as_me 2.21.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2356,7 +2356,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-runlevel'
- VERSION='2.21.7'
+ VERSION='2.21.9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2479,7 +2479,7 @@
 
 
 
-VERSION="2.21.7"
+VERSION="2.21.9"
 RPMNAME="yast2-runlevel"
 MAINTAINER="Martin Vidner "
 
@@ -3494,7 +3494,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-runlevel $as_me 2.21.7, which was
+This file was extended by yast2-runlevel $as_me 2.21.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3547,7 +3547,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 

commit pcmanfm for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

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

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


Package is "pcmanfm", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/pcmanfm/pcmanfm.changes  2013-01-07 
14:47:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcmanfm.new/pcmanfm.changes 2013-01-10 
17:10:52.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 14:26:03 UTC 2013 - swy...@gmail.com
+
+- Explicit menu-cache as runtime dependency
+
+---



Other differences:
--
++ pcmanfm.spec ++
--- /var/tmp/diff_new_pack.675Ypf/_old  2013-01-10 17:10:55.0 +0100
+++ /var/tmp/diff_new_pack.675Ypf/_new  2013-01-10 17:10:55.0 +0100
@@ -47,6 +47,7 @@
 # needed to switch to root
 Requires:   xdg-utils
 # needed to mount devices
+Requires:   menu-cache
 Requires:   polkit-gnome
 Recommends: %name-lang
 

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



commit horde5-passwd for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package horde5-passwd for openSUSE:Factory 
checked in at 2013-01-10 17:10:40

Comparing /work/SRC/openSUSE:Factory/horde5-passwd (Old)
 and  /work/SRC/openSUSE:Factory/.horde5-passwd.new (New)


Package is "horde5-passwd", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.horde5-passwd.new/horde5-passwd.changes 
2013-01-10 17:10:42.0 +0100
@@ -0,0 +1,79 @@
+---
+Thu Jan 10 12:01:51 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  See COPYING file (and most of the source code files). Also, make sure the
+  COPYING file is entered in the %doc section of the spec file
+
+---
+Wed Dec 12 12:09:42 UTC 2012 - Ralf Lang 
+
+- version 5.0.0dev201212121203 for Horde 5 - This is a prerelease version
+- [jan] Update Italian translation (Massimo Malabotta 
).
+- [jan] Fix preparing multiple backends (Bug #11023).
+- Update Polish translation (Krzysztof Kozera ).
+
+---
+Sun May 20 06:05:58 UTC 2012 - Ralf Lang 
+
+- version 4.0.1
+- [rla] Don't pass too many parameters from backends.php to Horde_Db (Bug 
#10963).
+- [jan] Make expect driver locale independent (Bug #9166).
+- [jan] Update Japanese translation (Hiromi Kimura ).
+
+---
+Tue Jan 17 16:36:27 UTC 2012 - l...@b1-systems.de
+
+- release version 4.0.0
+- First stable release for Horde 4.
+- [bak] Fix lookup of user entry in LDAP driver.
+- [jan] Add Latvian translation (Jānis Eisaks ).
+- [rla] Added new driver 'horde' which uses the update() function of 
horde's authentication driver.
+- [jan] Provide default configuration files instead of .dist versions.
+- [jan] Fix creating temporary files with open_basedir restrictions.
+
+---
+Sat Aug 27 14:40:13 UTC 2011 - l...@b1-systems.de
+
+- [jan] Provide default configuration files instead of .dist versions.
+- [jan] Fix creating temporary files with open_basedir restrictions.
+- [rla] Formal conversion of all drivers to Horde 4 Exceptions. Some may need 
more changes to actually work
+- Some fixes by Jan for the ldap backend 
+
+---
+Thu Jun 16 12:48:58 UTC 2011 - l...@b1-systems.de
+
+- New git revision
+- Converted LDAP backend
+- removed glitch which would always reset the user session even
+  if the backend is NOT the horde authentication backend
+
+---
+Tue May 24 08:34:55 UTC 2011 - l...@b1-systems.de
+
+- Updated license file
+- changed some details of the file listing
+
+---
+Fri May 20 13:26:24 UTC 2011 - l...@b1-systems.de
+
+- http://bugs.horde.org/ticket/10106 - move from pear DB to Horde_Db
+- Use Injector instead of base class factory
+
+---
+Wed May 18 13:36:10 UTC 2011 - l...@b1-systems.de
+
+- Added new default backend "horde" which encapsulates whatever
+  Horde auth is used (ldap, sql...) without additional configuration
+  This should suit most common use cases
+
+---
+Tue May 17 07:14:03 UTC 2011 - l...@b1-systems.de
+
+- Add dependency on php5-pear-DB
+
+---
+Mon May 16 12:35:48 UTC 2011 - l...@b1-systems.de
+
+- Packaged 4.0.0_unreleased from git for upgrade scenarios
+

New:

  horde5-passwd.changes
  horde5-passwd.spec
  passwd-5.0.0dev201212121203.tgz
  passwd.conf



Other differences:
--
++ horde5-passwd.spec ++
#
# spec file for package horde5-passwd
#
# 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/
#


%def

commit rpmlint-mini for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2013-01-10 17:08:02

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


Package is "rpmlint-mini", Maintainer is "dmuel...@suse.com"

Changes:




Other differences:
--
++ rpmlint-mini.spec ++
--- /var/tmp/diff_new_pack.IQHmjC/_old  2013-01-10 17:08:07.0 +0100
+++ /var/tmp/diff_new_pack.IQHmjC/_new  2013-01-10 17:08:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmlint-mini
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 BuildRequires:  python-xml
 BuildRequires:  rpm-python
 BuildRequires:  rpmlint
+#!BuildIgnore: rpmlint-mini
 # need to fetch the file from there
 BuildRequires:  checkbashisms
 BuildRequires:  dash


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



commit yast2-restore for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-restore for openSUSE:Factory 
checked in at 2013-01-10 16:01:02

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


Package is "yast2-restore", Maintainer is "yast2-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-restore/yast2-restore.changes  
2012-11-12 07:08:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-restore.new/yast2-restore.changes 
2013-01-10 16:01:05.0 +0100
@@ -1,0 +2,12 @@
+Tue Jan  8 16:04:09 UTC 2013 - loci...@suse.com
+
+- Used standard ButtonBox widget for pup-up dialogs (bnc#701268)
+- 2.23.3
+
+---
+Tue Nov 13 17:15:21 CET 2012 - tgoettlic...@suse.de
+
+- confirmed license gpl v2
+- 2.23.2
+
+---

Old:

  yast2-restore-2.23.1.tar.bz2

New:

  yast2-restore-2.23.3.tar.bz2



Other differences:
--
++ yast2-restore.spec ++
--- /var/tmp/diff_new_pack.rHg5sv/_old  2013-01-10 16:01:06.0 +0100
+++ /var/tmp/diff_new_pack.rHg5sv/_new  2013-01-10 16:01:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-restore
 #
-# 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:   yast2-restore
-Version:2.23.1
+Version:2.23.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-restore-2.23.1.tar.bz2 -> yast2-restore-2.23.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-restore-2.23.1/MAINTAINER 
new/yast2-restore-2.23.3/MAINTAINER
--- old/yast2-restore-2.23.1/MAINTAINER 2012-11-01 13:09:13.0 +0100
+++ new/yast2-restore-2.23.3/MAINTAINER 2013-01-08 16:55:19.0 +0100
@@ -1 +1 @@
-Lukas Ocilka 
+YaST2 Maintainers 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-restore-2.23.1/Makefile.in 
new/yast2-restore-2.23.3/Makefile.in
--- old/yast2-restore-2.23.1/Makefile.in2012-11-09 13:39:07.0 
+0100
+++ new/yast2-restore-2.23.3/Makefile.in2013-01-09 13:12:12.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-restore-2.23.1/VERSION 
new/yast2-restore-2.23.3/VERSION
--- old/yast2-restore-2.23.1/VERSION2012-11-09 13:38:53.0 +0100
+++ new/yast2-restore-2.23.3/VERSION2013-01-08 17:06:14.0 +0100
@@ -1 +1 @@
-2.23.1
+2.23.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-restore-2.23.1/configure 
new/yast2-restore-2.23.3/configure
--- old/yast2-restore-2.23.1/configure  2012-11-09 13:39:07.0 +0100
+++ new/yast2-restore-2.23.3/configure  2013-01-09 13:12:11.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-restore 2.23.1.
+# Generated by GNU Autoconf 2.69 for yast2-restore 2.23.3.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-restore'
 PACKAGE_TARNAME='yast2-restore'
-PACKAGE_VERSION='2.23.1'
-PACKAGE_STRING='yast2-restore 2.23.1'
+PACKAGE_VERSION='2.23.3'
+PACKAGE_STRING='yast2-restore 2.23.3'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-restore 2.23.1 to adapt to many kinds of systems.
+\`configure' configures yast2-restore 2.23.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1318,7 +1318,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-restore 2.23.1:";;
+ short | recursive ) echo "Configuration of yast2-restore 2.23.3:";;
esac
   cat <<\_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_v

commit yast2-network for openSUSE:Factory

2013-01-10 Thread h_root


binF96xyarJkh.bin
Description: Binary data


commit xulrunner for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2013-01-10 16:00:25

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


Package is "xulrunner", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes  2012-12-03 
11:52:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2013-01-10 
16:00:42.0 +0100
@@ -1,0 +2,47 @@
+Sat Jan  5 14:46:06 UTC 2013 - w...@rosenauer.org
+
+- update to 17.0.2esr (bnc#796895)
+  * MFSA 2013-01/CVE-2013-0749/CVE-2013-0769/CVE-2013-0770
+Miscellaneous memory safety hazards
+  * MFSA 2013-02/CVE-2013-0760/CVE-2013-0762/CVE-2013-0766/CVE-2013-0767
+CVE-2013-0761/CVE-2013-0763/CVE-2013-0771/CVE-2012-5829
+Use-after-free and buffer overflow issues found using Address Sanitizer
+  * MFSA 2013-03/CVE-2013-0768 (bmo#815795)
+Buffer Overflow in Canvas
+  * MFSA 2013-04/CVE-2012-0759 (bmo#802026)
+URL spoofing in addressbar during page loads
+  * MFSA 2013-05/CVE-2013-0744 (bmo#814713)
+Use-after-free when displaying table with many columns and column groups
+  * MFSA 2013-07/CVE-2013-0764 (bmo#804237)
+Crash due to handling of SSL on threads
+  * MFSA 2013-08/CVE-2013-0745 (bmo#794158)
+AutoWrapperChanger fails to keep objects alive during garbage collection
+  * MFSA 2013-09/CVE-2013-0746 (bmo#816842)
+Compartment mismatch with quickstubs returned values
+  * MFSA 2013-10/CVE-2013-0747 (bmo#733305)
+Event manipulation in plugin handler to bypass same-origin policy
+  * MFSA 2013-11/CVE-2013-0748 (bmo#806031)
+Address space layout leaked in XBL objects
+  * MFSA 2013-12/CVE-2013-0750 (bmo#805121)
+Buffer overflow in Javascript string concatenation
+  * MFSA 2013-13/CVE-2013-0752 (bmo#805024)
+Memory corruption in XBL with XML bindings containing SVG
+  * MFSA 2013-14/CVE-2013-0757 (bmo#813901)
+Chrome Object Wrapper (COW) bypass through changing prototype
+  * MFSA 2013-15/CVE-2013-0758 (bmo#813906)
+Privilege escalation through plugin objects
+  * MFSA 2013-16/CVE-2013-0753 (bmo#814001)
+Use-after-free in serializeToStream
+  * MFSA 2013-17/CVE-2013-0754 (bmo#814026)
+Use-after-free in ListenerManager
+  * MFSA 2013-18/CVE-2013-0755 (bmo#814027)
+Use-after-free in Vibrate
+  * MFSA 2013-19/CVE-2013-0756 (bmo#814029)
+Use-after-free in Javascript Proxy objects
+- requires NSS 3.14.1 (MFSA 2013-20, CVE-2013-0743)
+- build on SLE11
+  * mozilla-gcc43-enums.patch
+  * mozilla-gcc43-template_hacks.patch
+  * mozilla-gcc43-templates_instantiation.patch
+
+---

Old:

  l10n-17.0.1.tar.bz2
  xulrunner-17.0.1-source.tar.bz2

New:

  l10n-17.0.2.tar.bz2
  mozilla-gcc43-enums.patch
  mozilla-gcc43-template_hacks.patch
  mozilla-gcc43-templates_instantiation.patch
  xulrunner-17.0.2-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.VxmUMK/_old  2013-01-10 16:00:54.0 +0100
+++ /var/tmp/diff_new_pack.VxmUMK/_new  2013-01-10 16:00:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xulrunner
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #   2006-2012 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -42,14 +42,14 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-BuildRequires:  mozilla-nspr-devel >= 4.9.2
-BuildRequires:  mozilla-nss-devel >= 3.13.6
-Version:17.0.1
+BuildRequires:  mozilla-nspr-devel >= 4.9.4
+BuildRequires:  mozilla-nss-devel >= 3.14.1
+Version:17.0.2
 Release:0
-%define releasedate 2012112800
-%define version_internal 17.0.1
+%define releasedate 2013010500
+%define version_internal 17.0.2
 %define apiversion 17
-%define uaweight 171
+%define uaweight 172
 Summary:Mozilla Runtime Environment
 License:MPL-2.0
 Group:  Productivity/Other
@@ -77,6 +77,10 @@
 Patch7: mozilla-ntlm-full-path.patch
 Patch9: mozilla-sle11.patch
 Patch14:mozilla-ppc.patch
+# SLE11 patches
+Patch20:mozilla-gcc43-enums.patch
+Patch21:mozilla-gcc43-template_hacks.patch
+Patch22:mozilla-gcc43-templates_instantiation.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js = %{version}
 Requires(post):  update-alternatives coreutils
@@ -191,6 +195,12 @@
 %patch9 -p1
 %endif
 %patch14 -p1
+# SLE patches
+%if %suse_

commit xorg-x11-server for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2013-01-10 15:59:49

Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New)


Package is "xorg-x11-server", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2012-12-19 14:51:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2013-01-10 15:59:51.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan  8 11:46:23 UTC 2013 - sndir...@suse.com
+
+- let xorg-x11-server require xkeyboard-config again, since Xvfb
+  is part of this package and requires keyboard files as well
+  (bnc#797124) 
+
+---



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.XV44Ew/_old  2013-01-10 15:59:54.0 +0100
+++ /var/tmp/diff_new_pack.XV44Ew/_new  2013-01-10 15:59:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-server
 #
-# 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
@@ -113,6 +113,8 @@
 Provides:   xorg-x11-server-glx
 Obsoletes:  xorg-x11-Xvfb
 Obsoletes:  xorg-x11-server-glx
+# Xvfb requires keyboard files as well (bnc#797124)
+Requires:   xkeyboard-config
 %if %vnc
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch17:n_VNC-Add-support-for-VNC.patch

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



commit xmlgraphics-fop for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package xmlgraphics-fop for openSUSE:Factory 
checked in at 2013-01-10 15:59:02

Comparing /work/SRC/openSUSE:Factory/xmlgraphics-fop (Old)
 and  /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new (New)


Package is "xmlgraphics-fop", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-fop/xmlgraphics-fop.changes  
2012-12-19 14:05:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new/xmlgraphics-fop.changes 
2013-01-10 15:59:04.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 10 11:26:27 UTC 2013 - mvysko...@suse.com
+
+- drop excalibur usage from all classpaths, use avalon-framework instead 
+
+---



Other differences:
--
++ xmlgraphics-fop.spec ++
--- /var/tmp/diff_new_pack.gL4r9o/_old  2013-01-10 15:59:07.0 +0100
+++ /var/tmp/diff_new_pack.gL4r9o/_new  2013-01-10 15:59:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlgraphics-fop
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2008, JPackage Project
 # All rights reserved.
 #



++ xmlgraphics-fop-fontlist.script ++
--- /var/tmp/diff_new_pack.gL4r9o/_old  2013-01-10 15:59:07.0 +0100
+++ /var/tmp/diff_new_pack.gL4r9o/_new  2013-01-10 15:59:07.0 +0100
@@ -29,7 +29,7 @@
 # Rest of the configuration
 MAIN_CLASS=org.apache.fop.tools.fontlist.FontListMain
 
-BASE_JARS="xmlgraphics-fop xmlgraphics-commons batik-all 
excalibur/avalon-framework xerces-j2 xalan-j2 xalan-j2-serializer 
apache-commons-logging apache-commons-io"
+BASE_JARS="xmlgraphics-fop xmlgraphics-commons batik-all avalon-framework 
xerces-j2 xalan-j2 xalan-j2-serializer apache-commons-logging apache-commons-io"
 
 # Set parameters
 set_jvm


++ xmlgraphics-fop-fontmetrics.script ++
--- /var/tmp/diff_new_pack.gL4r9o/_old  2013-01-10 15:59:07.0 +0100
+++ /var/tmp/diff_new_pack.gL4r9o/_new  2013-01-10 15:59:07.0 +0100
@@ -41,7 +41,7 @@
 MAIN_CLASS=${MAIN_CLASS_TTF}
 fi
 
-BASE_JARS="xmlgraphics-fop xmlgraphics-commons commons-io commons-logging 
excalibur/avalon-framework xml-commons-jaxp-1.3-apis xerces-j2 xalan-j2 
xalan-j2-serializer"
+BASE_JARS="xmlgraphics-fop xmlgraphics-commons commons-io commons-logging 
avalon-framework xml-commons-jaxp-1.3-apis xerces-j2 xalan-j2 
xalan-j2-serializer"
 
 # Set parameters
 set_jvm



++ xmlgraphics-fop.script ++
--- /var/tmp/diff_new_pack.gL4r9o/_old  2013-01-10 15:59:07.0 +0100
+++ /var/tmp/diff_new_pack.gL4r9o/_new  2013-01-10 15:59:07.0 +0100
@@ -33,7 +33,7 @@
 
 # Rest of the configuration
 MAIN_CLASS=org.apache.fop.cli.Main
-BASE_JARS="xmlgraphics-fop xmlgraphics-commons commons-logging commons-io 
excalibur/avalon-framework-impl excalibur/avalon-framework-api batik-all"
+BASE_JARS="xmlgraphics-fop xmlgraphics-commons commons-logging commons-io 
avalon-framework batik-all"
 
 # Set parameters
 set_jvm


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



commit upower for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

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

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


Package is "upower", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/upower/upower.changes2012-11-26 
20:02:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes   2013-01-10 
15:58:46.0 +0100
@@ -1,0 +2,18 @@
+Fri Jan  4 10:20:49 UTC 2013 - hrvoje.sen...@gmail.com
+
+ - Update to version 0.9.19:
+  + New Features:
+- Add a Documentation tag to the service file
+- Add luminosity property
+- Add support for Logitech Unifying devices
+  + Bugfixes:
+- Always return 0 from notify-upower.sh
+- Do not continue to poll if /proc/timer_stats is not readable
+- Fix "can-hibernate" formatting in upower --dump
+- Fix device matching for recent kernels
+- Fix srcdir != builddir
+- Send resume signal when built with systemd and using pm-utils 
+  suspend
+ - Drop upower-fix-resume-no-systemd.patch, merged upstream
+
+---

Old:

  upower-0.9.18.tar.xz
  upower-fix-resume-no-systemd.patch

New:

  upower-0.9.19.tar.xz



Other differences:
--
++ upower.spec ++
--- /var/tmp/diff_new_pack.6JF3Ji/_old  2013-01-10 15:58:47.0 +0100
+++ /var/tmp/diff_new_pack.6JF3Ji/_new  2013-01-10 15:58:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package upower
 #
-# 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
@@ -26,12 +26,10 @@
 Summary:Power Device Enumeration Framework
 License:GPL-2.0+
 Group:  System/Daemons
-Version:0.9.18
+Version:0.9.19
 Release:0
 Url:http://upower.freedesktop.org/
 Source: 
http://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM upower-fix-resume-no-systemd.patch vu...@opensuse.org -- 
Fix resuming when not booted with systemd, taken from git
-Patch0: upower-fix-resume-no-systemd.patch
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gobject-introspection-devel >= 0.9.9
 BuildRequires:  gtk-doc >= 1.11
@@ -103,7 +101,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export V=1

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



commit syslogd for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

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

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


Package is "syslogd", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes  2013-01-08 
09:13:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes 2013-01-10 
15:58:14.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 14:05:53 UTC 2013 - m...@suse.com
+
+- Enable syslogd.service and create the syslog.service alias link
+  in post install -- regardless of a preset config (bnc#790805).
+
+---



Other differences:
--
++ syslogd.spec ++
--- /var/tmp/diff_new_pack.84kXgU/_old  2013-01-10 15:58:16.0 +0100
+++ /var/tmp/diff_new_pack.84kXgU/_new  2013-01-10 15:58:16.0 +0100
@@ -242,7 +242,13 @@
 #
 # Enable the syslogd as service
 #
+# This macro enables based on a systemctl preset config file only
 %service_add_post syslogd.service
+# But we want to enable a syslog-daemon regardless of the preset;
+# force the creation of a syslog.service alias link (bnc#790805).
+# We do not check the obsolete SYSLOG_DAEMON variable as we want
+# to switch when installing it and there is a provider conflict.
+/usr/bin/systemctl -f enable syslogd.service >/dev/null 2>&1 || :
 
 %preun
 %service_del_preun syslogd.service


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



commit pcsc-lite for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2013-01-10 15:54:36

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


Package is "pcsc-lite", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes  2013-01-08 
14:48:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2013-01-10 
15:54:38.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 19:20:31 CET 2013 - sbra...@suse.cz
+
+- Verify GPG signature.
+- Fixes for SLE10.
+
+---

New:

  pcsc-lite-1.8.7.tar.bz2.asc
  pcsc-lite.keyring



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.8w4EVw/_old  2013-01-10 15:54:39.0 +0100
+++ /var/tmp/diff_new_pack.8w4EVw/_new  2013-01-10 15:54:39.0 +0100
@@ -23,16 +23,19 @@
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 %if %suse_version >= 1120
-#shouldn't be found automagically ?
 BuildRequires:  libudev-devel
 %endif
-%if %suse_version == 1110
+%if %suse_version <= 1110
+# libusb is an inferior method of USB enumeration, as it introduces polling
 BuildRequires:  libusb-1_0-devel
 %endif
 %if %suse_version > 1140
 BuildRequires:  systemd
 %{?systemd_requires}
 %endif
+%if %suse_version >= 1220
+BuildRequires:  gpg-offline
+%endif
 Version:1.8.7
 Release:0
 Requires(pre):  pwdutils
@@ -47,6 +50,8 @@
 Source4:baselibs.conf
 Source5:pcsc-lite-init
 Source6:pcsc-lite-reader-conf
+Source7:%{name}-%{version}.tar.bz2.asc
+Source8:%{name}.keyring
 Patch0: systemd-service.patch
 Requires(post): %insserv_prereq %fillup_prereq
 %if %suse_version > 1130
@@ -122,6 +127,9 @@
 
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{S:7}
+%endif
 %setup -q
 %patch0 -p1
 cp -a %{S:1} %{S:2} %{S:5} %{S:6} .
@@ -131,7 +139,7 @@
--docdir=%{_docdir}/%{name} \
--enable-usbdropdir=%{ifddir} \
--disable-libhal \
-%if %suse_version == 1110
+%if %suse_version <= 1110
--disable-libudev \
 %endif
 %if %suse_version > 1140

++ pcsc-lite.keyring ++
pub   1024D/E07F1CF9 2001-03-05
uid  Ludovic Rousseau 
uid  Ludovic Rousseau 
sub   1024g/D5338005 2001-03-05

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBDqkC1kRBACo4DCPjVuwce76Mv2A6O5Mo9Wzmvru6g+ABCK6E8W4w6stZnhf
yAu93Qn5WioEpUEnW+0uWaIFaTj3h073EtCurBmbi+QT9b0nN7PFa0H0oQTneVFM
5s0u6XmLZsaZMiI7PYiqwwEobKi7xe6p8FHtr1NFrMqaZmFkcpV4P8OgMwCgmZnu
Ge7vaD2i7QFkCGH6h6DUZLMD/167p8LLKPdnctiDqAbDK12sLmsg08TLOJKEes4B
ZXK2P+ht1aRAI0Lxg0wzyZGqFJ+jLzeHz03egHLA//64RRVxnnZQzfSdZqqjuOx7
TE5EB7MOGVG8fo7rz3nG1XyQrKZcVaM61dyf9zd9jbcYbpXBi61db64l/8y1pz5M
fRh8A/4qZ4HpKGAgaBtGjn78QAvweZPD8sGb/DatnYy4nUEFNQnvRIZB280r2GOY
DqW+27V9c+rzcl+wvGLPZESFJR7B9+rmEvACHntc1KyaHePNn1vqQqgqCfeC92JO
H9LXm58ikZRMOuerQPVckTzlvz0Ql99zHs+hqkH/IIS81XSDSbQmTHVkb3ZpYyBS
b3Vzc2VhdSA8cm91c3NlYXVAZGViaWFuLm9yZz6IXwQTEQIAFwUCO83hDwULBwoD
BAMVAwIDFgIBAheAABIJED9Kio/gfxz5B2VHUEcAAQFl3QCdEsOQCvuq25kojzda
FTDTPJGNU7sAnR5zvAgm7C/7o0K9RUO0q4HqYOdBtCtMdWRvdmljIFJvdXNzZWF1
IDxsdWRvdmljLnJvdXNzZWF1QGZyZWUuZnI+iF8EExECABcFAjqkC1kFCwcKAwQD
FQMCAxYCAQIXgAASCRA/SoqP4H8c+QdlR1BHAAEBFlEAn1uIjs/NEQu2pqRCFLDh
C2o6z3EBAJ9CKh3g7TdGLFludHqRORx+/B6oyrkBDQQ6pAtcEAQAg4Hs0NG5nH8p
atOk/SBX7y0i6hgNC2gFxz87NySX0Q3YjGrZlFIeRqRFs44Gyuwze/PtU7K63Ev0
DQ31rjwCb9wgGauu2uRGkn5Awk+LKtSFkN+T8kO9v5OKp69IO+jaIRr8yuDP5Yil
dTVzpLehIsIStHwMfTxwjfT7sWojw8cAAwUD/ixrQdahUCx6DC0u+GCC4f5XvNmu
NEdYrY2/KqAKsS2nWD/EZPadvIGga/jIU1HLQYfUD4meDDol+dBXb7yXN/LZojh4
lQ4z63iZXyuMTI3i4ZNKx/9D1Z18Lk6/e0yDoqIb2jLvCejZEBUVnRl7oyIQxWPw
TBgmA1dKkTKX6k3AiE4EGBECAAYFAjqkC1wAEgkQP0qKj+B/HPkHZUdQRwABARYd
AKCXbqMkNr5QNdPi37LtspMzCHlvoACgknJVGCR6Fmz7s1wL38ZLkcqYgsM=
=ItMa
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-ccid for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2013-01-10 15:51:15

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


Package is "pcsc-ccid", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2012-10-19 
08:50:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2013-01-10 
15:51:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 18:27:19 CET 2013 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---

New:

  ccid-1.4.8.tar.bz2.asc
  pcsc-ccid.keyring



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.aWnleg/_old  2013-01-10 15:51:18.0 +0100
+++ /var/tmp/diff_new_pack.aWnleg/_new  2013-01-10 15:51:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,9 @@
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
+%if %suse_version >= 1220
+BuildRequires:  gpg-offline
+%endif
 Version:1.4.8
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
@@ -37,6 +40,8 @@
 Group:  Productivity/Security
 Source: %{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
+Source2:%{_name}-%{version}.tar.bz2.asc
+Source3:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard 
UID and GID:
 Requires:   pcsc-lite >= 1.6.6
@@ -63,6 +68,9 @@
 
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{S:2}
+%endif
 %setup -q -n %{_name}-%{version}
 cp -a src/openct/LICENSE LICENSE.openct
 cp -a src/towitoko/README README.towitoko

++ pcsc-ccid.keyring ++
pub   1024D/E07F1CF9 2001-03-05
uid  Ludovic Rousseau 
uid  Ludovic Rousseau 
sub   1024g/D5338005 2001-03-05

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBDqkC1kRBACo4DCPjVuwce76Mv2A6O5Mo9Wzmvru6g+ABCK6E8W4w6stZnhf
yAu93Qn5WioEpUEnW+0uWaIFaTj3h073EtCurBmbi+QT9b0nN7PFa0H0oQTneVFM
5s0u6XmLZsaZMiI7PYiqwwEobKi7xe6p8FHtr1NFrMqaZmFkcpV4P8OgMwCgmZnu
Ge7vaD2i7QFkCGH6h6DUZLMD/167p8LLKPdnctiDqAbDK12sLmsg08TLOJKEes4B
ZXK2P+ht1aRAI0Lxg0wzyZGqFJ+jLzeHz03egHLA//64RRVxnnZQzfSdZqqjuOx7
TE5EB7MOGVG8fo7rz3nG1XyQrKZcVaM61dyf9zd9jbcYbpXBi61db64l/8y1pz5M
fRh8A/4qZ4HpKGAgaBtGjn78QAvweZPD8sGb/DatnYy4nUEFNQnvRIZB280r2GOY
DqW+27V9c+rzcl+wvGLPZESFJR7B9+rmEvACHntc1KyaHePNn1vqQqgqCfeC92JO
H9LXm58ikZRMOuerQPVckTzlvz0Ql99zHs+hqkH/IIS81XSDSbQmTHVkb3ZpYyBS
b3Vzc2VhdSA8cm91c3NlYXVAZGViaWFuLm9yZz6IXwQTEQIAFwUCO83hDwULBwoD
BAMVAwIDFgIBAheAABIJED9Kio/gfxz5B2VHUEcAAQFl3QCdEsOQCvuq25kojzda
FTDTPJGNU7sAnR5zvAgm7C/7o0K9RUO0q4HqYOdBtCtMdWRvdmljIFJvdXNzZWF1
IDxsdWRvdmljLnJvdXNzZWF1QGZyZWUuZnI+iF8EExECABcFAjqkC1kFCwcKAwQD
FQMCAxYCAQIXgAASCRA/SoqP4H8c+QdlR1BHAAEBFlEAn1uIjs/NEQu2pqRCFLDh
C2o6z3EBAJ9CKh3g7TdGLFludHqRORx+/B6oyrkBDQQ6pAtcEAQAg4Hs0NG5nH8p
atOk/SBX7y0i6hgNC2gFxz87NySX0Q3YjGrZlFIeRqRFs44Gyuwze/PtU7K63Ev0
DQ31rjwCb9wgGauu2uRGkn5Awk+LKtSFkN+T8kO9v5OKp69IO+jaIRr8yuDP5Yil
dTVzpLehIsIStHwMfTxwjfT7sWojw8cAAwUD/ixrQdahUCx6DC0u+GCC4f5XvNmu
NEdYrY2/KqAKsS2nWD/EZPadvIGga/jIU1HLQYfUD4meDDol+dBXb7yXN/LZojh4
lQ4z63iZXyuMTI3i4ZNKx/9D1Z18Lk6/e0yDoqIb2jLvCejZEBUVnRl7oyIQxWPw
TBgmA1dKkTKX6k3AiE4EGBECAAYFAjqkC1wAEgkQP0qKj+B/HPkHZUdQRwABARYd
AKCXbqMkNr5QNdPi37LtspMzCHlvoACgknJVGCR6Fmz7s1wL38ZLkcqYgsM=
=ItMa
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit PackageKit-branding-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package PackageKit-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-10 15:47:43

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


Package is "PackageKit-branding-openSUSE", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/PackageKit-branding-openSUSE/PackageKit-branding-openSUSE.changes
2012-05-25 16:17:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.PackageKit-branding-openSUSE.new/PackageKit-branding-openSUSE.changes
   2013-01-10 15:47:44.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 14:06:40 UTC 2013 - a...@suse.de
+
+- Bump version to 12.3 for next version of openSUSE
+
+---



Other differences:
--
++ PackageKit-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.7M6tQS/_old  2013-01-10 15:47:46.0 +0100
+++ /var/tmp/diff_new_pack.7M6tQS/_new  2013-01-10 15:47:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package PackageKit-branding-openSUSE
 #
-# 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 @@
 
 # Do not edit this auto generated file! Edit PackageKit-branding.spec.in.
 Name:   PackageKit-branding-openSUSE
-Version:12.2
+Version:12.3
 Release:0
 Summary:Simple software installation management software -- openSUSE 
default configuration
 License:GPL-2.0+

++ PackageKit-branding.changes.in ++
--- /var/tmp/diff_new_pack.7M6tQS/_old  2013-01-10 15:47:46.0 +0100
+++ /var/tmp/diff_new_pack.7M6tQS/_new  2013-01-10 15:47:46.0 +0100
@@ -1,4 +1,9 @@
 ---
+Wed Jan  9 14:06:40 UTC 2013 - a...@suse.de
+
+- Bump version to 12.3 for next version of openSUSE
+
+---
 Wed May 23 07:42:29 UTC 2012 - vu...@opensuse.org
 
 - Bump version to 12.2, to prepare for next version of openSUSE.

++ PackageKit-branding.spec.in ++
--- /var/tmp/diff_new_pack.7M6tQS/_old  2013-01-10 15:47:46.0 +0100
+++ /var/tmp/diff_new_pack.7M6tQS/_new  2013-01-10 15:47:46.0 +0100
@@ -20,7 +20,7 @@
 %define build_SLED 0
 
 Name:   PackageKit-branding-%{branding_name}
-Version:12.2
+Version:12.3
 Release:0
 Summary:Simple software installation management software -- 
%{branding_name} default configuration
 License:GPL-2.0+

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



commit nginx for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2013-01-10 15:46:42

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


Package is "nginx", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/nginx/nginx.changes  2012-12-28 
22:46:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.nginx.new/nginx.changes 2013-01-10 
15:46:45.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan  7 20:24:52 UTC 2013 - jeng...@inai.de
+
+- Parallel building with %_smp_mflags; remove redundant %clean section
+
+---



Other differences:
--
++ nginx.spec ++
--- /var/tmp/diff_new_pack.eS7UWh/_old  2013-01-10 15:46:46.0 +0100
+++ /var/tmp/diff_new_pack.eS7UWh/_new  2013-01-10 15:46:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nginx
 #
-# 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
@@ -185,10 +185,10 @@
 %else
   --with-cc-opt="%{optflags}"
 %endif
-%{__make}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 %perl_process_packlist
 #
 %{__install} -d -m 0750 %{buildroot}%{ngx_home}/{,tmp,proxy,fastcgi,scgi,uwsgi}
@@ -226,9 +226,6 @@
 %service_del_postun nginx.service
 %endif
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %pre
 /usr/sbin/groupadd -r %{ngx_user_group} &>/dev/null ||:
 /usr/sbin/useradd -g %{ngx_user_group} -s /bin/false -r -c "user for 
%{ngx_user_group}" -d %{ngx_home} %{ngx_user_group} &>/dev/null ||:

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



commit librep for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package librep for openSUSE:Factory checked 
in at 2013-01-10 15:46:15

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


Package is "librep", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/librep/librep.changes2012-12-19 
11:10:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.librep.new/librep.changes   2013-01-10 
15:46:17.0 +0100
@@ -1,0 +2,12 @@
+Tue Jan  8 15:11:02 UTC 2013 - tog...@opensuse.org
+
+- Update to 0.92.3
+   * More entities support for xml-reader (gt, umlauts, esszett)
+   * Fix address of FSF in all files [Togan Muftuoglu]
+   * Assume stack-direciton `downwards' for all ppc and s390 variants
+ [Kimb B. Heino]
+   * Updated `install-sh' to version 2011-01-19.21.
+   * Added `program-exists-p' [Mark Triggs]
+- Removed 0001-fix-incorrect-fsf-address.patch as it is now upstream
+
+---

Old:

  0001-fix-incorrect-fsf-address.patch
  librep-0.92.2.1.tar.xz

New:

  librep-0.92.3.tar.xz



Other differences:
--
++ librep.spec ++
--- /var/tmp/diff_new_pack.1E1aW4/_old  2013-01-10 15:46:19.0 +0100
+++ /var/tmp/diff_new_pack.1E1aW4/_new  2013-01-10 15:46:19.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   librep
-Version:0.92.2.1
+Version:0.92.3
 Release:0
 Summary:Implementation of rep, a lisp dialect
 License:GPL-2.0+
@@ -43,8 +43,6 @@
 
 Requires(pre):  %install_info_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# PATCH-FIX-UPSTREAM 0001-fix-incorrect-fsf-address.patch tog...@opensuse.org
-Patch0: 0001-fix-incorrect-fsf-address.patch
 # PATCH-FEATURE-OPENSUSE 0001-install-byte-compiled-emacs-lisp.patch 
tog...@opensuse.org
 Patch1: 0001-install-byte-compiled-emacs-lisp.patch
 # PATCH-FIX_UPSTREAM 0001-string-to-number.patch tog...@opensuse.org use newer 
emacs functions
@@ -99,7 +97,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1

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



commit horde5-mnemo for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package horde5-mnemo for openSUSE:Factory 
checked in at 2013-01-10 15:38:57

Comparing /work/SRC/openSUSE:Factory/horde5-mnemo (Old)
 and  /work/SRC/openSUSE:Factory/.horde5-mnemo.new (New)


Package is "horde5-mnemo", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.horde5-mnemo.new/horde5-mnemo.changes   
2013-01-10 15:38:58.0 +0100
@@ -0,0 +1,79 @@
+---
+Thu Dec 13 10:36:11 UTC 2012 - Ralf Lang 
+
+- move config to /etc
+- provide an apache snippet instead of a htaccess file
+
+---
+Fri Dec 07 09:21:56 UTC 2012 - Ralf Lang 
+
+- Version 4.0.1 for Horde 5
+- [mjr] Add missing getChanges API method.
+- [jan] Update Swedish translation (Per Olof Ljungmark ).
+- [jan] Update Italian translation (Massimo Malabotta ).
+- [jan] Update Hungarian translation (Zoltan Nemeth ).
+- [jan] Fix deleting too many notepads if deleting a user.
+- [jan] Update Turkish translation (Istanbul Technical University).
+- [jan] Update Polish translation (Krzysztof Kozera ).
+
+---
+Sun Feb 12 18:48:39 UTC 2012 - l...@b1-systems.de
+
+- version 3.0.5
+- [mjr] Add missing getChanges API method.
+
+---
+Fri Feb  3 15:26:11 UTC 2012 - l...@b1-systems.de
+
+- License Limbo. Added file to clarify things. Changed statement to ASL 1.1
+- adresses #712230 and #744787
+
+---
+Tue Jan 17 16:13:38 UTC 2012 - l...@b1-systems.de
+
+- version 3.0.4
+- [jan] Add Estonian translation (Alar Sing ).
+- [gwr] Avoid including the owner name into the default share (Kolab backend).
+- [mjr] Fix removeUserData implementation.
+- [jan] Use locale based sorting.
+- [jan] Fix remembering the expansion state of the notepads panel (Bug #10797).
+- [jan] Update Japanese translation (Hiromi Kimura 
).
+
+---
+Mon Aug 15 11:35:47 UTC 2011 - l...@b1-systems.de
+
+- version 3.0.2
+-  [jan] Don't load all shares with requested permissions from the backend if 
$conf['share']['hidden'] is enabled.
+
+---
+Thu Jun  9 15:44:43 UTC 2011 - l...@b1-systems.de
+
+- docs moved to docdir
+
+---
+Wed May 18 16:53:12 UTC 2011 - l...@b1-systems.de
+
+- Update to Version 3.0.1
+- [jan] Fix accidental encryption of notes.
+- [jan] Fix color picker for categories in the note list header (Bug #9980).
+
+---
+Sat May 14 07:51:07 UTC 2011 - l...@b1-systems.de
+
+- fdupes and findlang added
+
+---
+Wed Apr  6 17:19:49 UTC 2011 - l...@b1-systems.de
+
+- added scripts
+
+---
+Wed Apr  6 17:04:19 UTC 2011 - l...@b1-systems.de
+
+- Upgrading to stable release 3.0.0
+
+---
+Fri Mar 18 10:42:55 UTC 2011 - l...@b1-systems.de
+
+- Initial packaging of mnemo3
+

New:

  LICENSING-INFO
  horde5-mnemo.changes
  horde5-mnemo.spec
  mnemo-4.0.1.tgz
  mnemo.conf



Other differences:
--
++ horde5-mnemo.spec ++
#
# spec file for package horde5-mnemo
#
# 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/
#

%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear
%define hordedir /usr/share/php5/PEAR/www/horde
%define pear_name  mnemo

Summary:Mnemo: A web based notes manager
License:Apache-1.1
Group:  Productivity/Networking/Web/Utilities
## See also LICENSING-INFO file
## This package has a license which qu

commit hicolor-icon-theme-branding-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package hicolor-icon-theme-branding-openSUSE 
for openSUSE:Factory checked in at 2013-01-10 15:38:44

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


Package is "hicolor-icon-theme-branding-openSUSE", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/hicolor-icon-theme-branding-openSUSE/hicolor-icon-theme-branding-openSUSE.changes
2012-05-25 16:16:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.hicolor-icon-theme-branding-openSUSE.new/hicolor-icon-theme-branding-openSUSE.changes
   2013-01-10 15:38:47.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 14:03:37 UTC 2013 - a...@suse.de
+
+- Update version to 12.3
+
+---



Other differences:
--
++ hicolor-icon-theme-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.jdc3fr/_old  2013-01-10 15:38:48.0 +0100
+++ /var/tmp/diff_new_pack.jdc3fr/_new  2013-01-10 15:38:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hicolor-icon-theme-branding-openSUSE
 #
-# 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 @@
 
 # Do not edit this auto generated file! Edit 
hicolor-icon-theme-branding.spec.in.
 Name:   hicolor-icon-theme-branding-openSUSE
-Version:12.2
+Version:12.3
 Release:0
 Summary:Fallback Icon Theme -- openSUSE Icons
 License:GPL-2.0+

++ hicolor-icon-theme-branding.changes.in ++
--- /var/tmp/diff_new_pack.jdc3fr/_old  2013-01-10 15:38:48.0 +0100
+++ /var/tmp/diff_new_pack.jdc3fr/_new  2013-01-10 15:38:48.0 +0100
@@ -1,4 +1,9 @@
 ---
+Wed Jan  9 14:03:37 UTC 2013 - a...@suse.de
+
+- Update version to 12.3
+
+---
 Wed May 23 07:55:13 UTC 2012 - vu...@opensuse.org
 
 - Bump version to 12.2, to prepare for next version of openSUSE.

++ hicolor-icon-theme-branding.spec.in ++
--- /var/tmp/diff_new_pack.jdc3fr/_old  2013-01-10 15:38:48.0 +0100
+++ /var/tmp/diff_new_pack.jdc3fr/_new  2013-01-10 15:38:48.0 +0100
@@ -21,7 +21,7 @@
 
 Name:   hicolor-icon-theme-branding-%{branding_name}
 License:GPL-2.0+
-Version:12.2
+Version:12.3
 Release:0
 Summary:Fallback Icon Theme -- %{branding_name} Icons
 Group:  System/X11/Utilities

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



commit hg-git for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package hg-git for openSUSE:Factory checked 
in at 2013-01-10 15:38:27

Comparing /work/SRC/openSUSE:Factory/hg-git (Old)
 and  /work/SRC/openSUSE:Factory/.hg-git.new (New)


Package is "hg-git", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/hg-git/hg-git.changes2012-05-16 
21:07:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.hg-git.new/hg-git.changes   2013-01-10 
15:38:29.0 +0100
@@ -1,0 +2,17 @@
+Mon Jan  7 23:44:39 UTC 2013 - tzot...@opensuse.org
+
+- update to version 0.3.4
+  - remove git-daemon check from test-subrepos.t
+  - test-pull.t: normalize git-merge output
+  - overlaychangectx: fix compatibility with mercurial 2.4-rc (no attribute 
_repo) 
+  - pull: don't pull tags as bookmarks 
+  - push: fix traceback when pushing empty hg repo to empty git repo
+  - push: change "no changes" default output to match normal mercurial 
+  - Verify tree and parent objects are in Git repo 
+  - outgoing: re-introduce support for outgoing
+  - dulwich: require 0.8.6 or greater
+  - makefile: add update support from hg 2.3 to hg 2.3.1
+  - add fromgit and gitnode selectors
+  - make test-encoding.t compatible with git 1.8.0
+
+---

Old:

  dfb2b7b5d586.tar.bz2

New:

  586b7aa96466.tar.bz2



Other differences:
--
++ hg-git.spec ++
--- /var/tmp/diff_new_pack.p9IhTU/_old  2013-01-10 15:38:30.0 +0100
+++ /var/tmp/diff_new_pack.p9IhTU/_new  2013-01-10 15:38:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hg-git
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define rev dfb2b7b5d586
+%define rev 586b7aa96466
 
 Name:   hg-git
-Version:0.3.2
+Version:0.3.4
 Release:0
 Summary:Mercurial Plugin for Communicating with Git Servers
 License:GPL-2.0+

++ dfb2b7b5d586.tar.bz2 -> 586b7aa96466.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/durin42-hg-git-dfb2b7b5d586/.hg_archival.txt 
new/durin42-hg-git-586b7aa96466/.hg_archival.txt
--- old/durin42-hg-git-dfb2b7b5d586/.hg_archival.txt2012-05-12 
10:33:19.0 +0200
+++ new/durin42-hg-git-586b7aa96466/.hg_archival.txt2012-11-01 
15:10:59.0 +0100
@@ -1,5 +1,4 @@
 repo: 06366111af3c6a2ffa06333ed60d3ed3b9ec0763
-node: dfb2b7b5d586e584280c6640652dc939b4b9120a
+node: 586b7aa9646641b3b1083ab349bb186c79aa646b
 branch: default
-latesttag: 0.3.2
-latesttagdistance: 14
+tag: 0.3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/durin42-hg-git-dfb2b7b5d586/.hgtags 
new/durin42-hg-git-586b7aa96466/.hgtags
--- old/durin42-hg-git-dfb2b7b5d586/.hgtags 2012-05-12 10:33:19.0 
+0200
+++ new/durin42-hg-git-586b7aa96466/.hgtags 2012-11-01 15:10:59.0 
+0100
@@ -9,3 +9,4 @@
 fa3edeec7ed16dec6a16bd3e99bc3feba93115c3 0.3.0
 556c3c586c4aa52f587ccc4d2d65b370a7e9037f 0.3.1
 a9c0b93488d4d082f813c6d91c8e473505a026c4 0.3.2
+9d44dafbb31c14126be151b78c7a41b3c110fd97 0.3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/durin42-hg-git-dfb2b7b5d586/Makefile 
new/durin42-hg-git-586b7aa96466/Makefile
--- old/durin42-hg-git-dfb2b7b5d586/Makefile2012-05-12 10:33:19.0 
+0200
+++ new/durin42-hg-git-586b7aa96466/Makefile2012-11-01 15:10:59.0 
+0100
@@ -20,7 +20,12 @@
(cd $(CREW) ; $(MAKE) clean ) && \
cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
 
-all-version-tests: tests-1.4.3 tests-1.5.4 tests-1.6.2 tests-1.7.2 \
-   tests-1.9.2 tests-tip
+# This is intended to be the authoritative list of Hg versions that this
+# extension is tested with.  Versions prior to the version that ships in the
+# latest Ubuntu LTS release (2.0.2 for 12.04 LTS) may be dropped if they
+# interfere with new development.  The latest released minor version should be
+# listed for each major version; earlier minor versions are not needed.
+all-version-tests: tests-1.7.5 tests-1.8.4 tests-1.9.3 tests-2.0.2 \
+   tests-2.1.2 tests-2.2.3 tests-2.3.1 tests-tip
 
 .PHONY: tests all-version-tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/durin42-hg-git-dfb2b7b5d586/README.md 
new/durin42-hg-git-586b7aa96466/README.md
--- old/durin42-hg-git-dfb2b7b5d586/README.md   2012

commit gtk3-branding-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gtk3-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-10 15:31:54

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


Package is "gtk3-branding-openSUSE", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gtk3-branding-openSUSE/gtk3-branding-SLED.changes
2012-05-25 16:16:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtk3-branding-openSUSE.new/gtk3-branding-SLED.changes
   2013-01-10 15:31:56.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 09 12:05:00 UTC 2013 - a...@suse.de
+
+- Bump version to 12.3.
+
+---
gtk3-branding-openSUSE.changes: same change



Other differences:
--
++ gtk3-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.aPo8jL/_old  2013-01-10 15:31:57.0 +0100
+++ /var/tmp/diff_new_pack.aPo8jL/_new  2013-01-10 15:31:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk3-branding-SLED
 #
-# 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 @@
 
 # Do not edit this auto generated file! Edit gtk3-branding.spec.in.
 Name:   gtk3-branding-SLED
-Version:12.2
+Version:12.3
 Release:0
 Summary:The GTK+ toolkit library (version 3) -- SLED theme 
configuration
 License:BSD-3-Clause

gtk3-branding-openSUSE.spec: same change
++ gtk3-branding.changes.in ++
--- /var/tmp/diff_new_pack.aPo8jL/_old  2013-01-10 15:31:57.0 +0100
+++ /var/tmp/diff_new_pack.aPo8jL/_new  2013-01-10 15:31:57.0 +0100
@@ -1,4 +1,9 @@
 ---
+Wed Jan 09 12:05:00 UTC 2013 - a...@suse.de
+
+- Bump version to 12.3.
+
+---
 Wed May 23 07:54:12 UTC 2012 - vu...@opensuse.org
 
 - Bump version to 12.2, to prepare for next version of openSUSE.

++ gtk3-branding.spec.in ++
--- /var/tmp/diff_new_pack.aPo8jL/_old  2013-01-10 15:31:57.0 +0100
+++ /var/tmp/diff_new_pack.aPo8jL/_new  2013-01-10 15:31:57.0 +0100
@@ -22,7 +22,7 @@
 Url:http://www.gtk.org/
 
 Name:   gtk3-branding-%{branding_name}
-Version:12.2
+Version:12.3
 Release:0
 Group:  System/Libraries
 License:BSD-3-Clause

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



commit glib2-branding-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package glib2-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-10 15:31:36

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


Package is "glib2-branding-openSUSE", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/glib2-branding-openSUSE/glib2-branding-openSUSE.changes
  2012-11-14 09:12:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.glib2-branding-openSUSE.new/glib2-branding-openSUSE.changes
 2013-01-10 15:31:38.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 14:00:12 UTC 2013 - a...@suse.de
+
+- Update version number to 12.3.
+
+---



Other differences:
--
++ glib2-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.6oueYk/_old  2013-01-10 15:31:39.0 +0100
+++ /var/tmp/diff_new_pack.6oueYk/_new  2013-01-10 15:31:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2-branding-openSUSE
 #
-# 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
@@ -34,7 +34,7 @@
 %endif
 
 Name:   glib2-branding-openSUSE
-Version:12.2
+Version:12.3
 Release:0
 Summary:General-Purpose Utility Library -- openSUSE default 
configuration
 License:BSD-3-Clause

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



commit ghc-regex-posix for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ghc-regex-posix for openSUSE:Factory 
checked in at 2013-01-10 15:31:18

Comparing /work/SRC/openSUSE:Factory/ghc-regex-posix (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-regex-posix.new (New)


Package is "ghc-regex-posix", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-regex-posix.new/ghc-regex-posix.changes 
2013-01-10 15:31:19.0 +0100
@@ -0,0 +1,26 @@
+---
+Tue Jan  8 17:29:58 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:42:41 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Tue Oct  2 10:11:57 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 0.95.2 from upstream
+- required by Haskell Platform 2012.4.0.0 
+
+---
+Tue Jun  5 14:36:42 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- cabal2spec 0.25.5 template for spec file 
+
+---
+Tue Jan  3 16:18:09 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  _service
  ghc-regex-posix.changes
  ghc-regex-posix.spec
  regex-posix-0.95.2.tar.gz



Other differences:
--
++ ghc-regex-posix.spec ++
#
# spec file for ghc-regex-posix
#
# Copyright (c) 2013 Peter Trommler peter.tromm...@ohm-hochschule.de
#
# 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/
#

%global pkg_name regex-posix

%global common_summary Haskell %{pkg_name} library

%global common_description A %{pkg_name} library for Haskell.

Name:   ghc-regex-posix
Version:0.95.2
Release:1
Summary:%{common_summary}

Group:  System/Libraries
License:BSD-3-Clause
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# BEGIN cabal2spec
URL:http://hackage.haskell.org/package/%{pkg_name}
Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
BuildRequires:  ghc-array-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-regex-base-devel
# END cabal2spec

%description
%{common_description}


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


%build
%ghc_lib_build


%install
%ghc_lib_install


# devel subpackage
%ghc_devel_package

%ghc_devel_description


%ghc_devel_post_postun


%ghc_files LICENSE


%changelog
++ _service ++

  

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



commit ghc-regex-base for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ghc-regex-base for openSUSE:Factory 
checked in at 2013-01-10 15:30:36

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


Package is "ghc-regex-base", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-regex-base.new/ghc-regex-base.changes   
2013-01-10 15:30:40.0 +0100
@@ -0,0 +1,20 @@
+---
+Tue Jan  8 17:16:55 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:39:39 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Tue Jun  5 13:33:52 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- use cabal2spec 0.25.5 template for spec file 
+
+---
+Tue Jan  3 16:02:48 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  _service
  ghc-regex-base.changes
  ghc-regex-base.spec
  regex-base-0.93.2.tar.gz
  rpmlintrc



Other differences:
--
++ ghc-regex-base.spec ++
#
# spec file for package ghc-regex-base
#
# Copyright (c) 2013 Peter Trommler peter.tromm...@ohm-hochschule.de
#
# 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/
#

%global pkg_name regex-base

%global common_summary Haskell Text.Regex replacement library

%global common_description Interface API for regex-posix,pcre,parsec,tdfa,dfa

Name:   ghc-regex-base
Version:0.93.2
Release:1
Summary:%{common_summary}

Group:  System/Libraries
License:BSD-3-Clause
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# BEGIN cabal2spec
URL:http://hackage.haskell.org/package/%{pkg_name}
Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
BuildRequires:  ghc-array-devel
Buildrequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-mtl-devel
# END cabal2spec

%description
%{common_description}


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


%build
%ghc_lib_build


%install
%ghc_lib_install


# devel subpackage
%ghc_devel_package

%ghc_devel_description


%ghc_devel_post_postun


%ghc_files LICENSE


%changelog
++ _service ++

  

++ rpmlintrc ++
addFilter("static-library-without-debuginfo")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghc-HTTP for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ghc-HTTP for openSUSE:Factory 
checked in at 2013-01-10 15:28:01

Comparing /work/SRC/openSUSE:Factory/ghc-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HTTP.new (New)


Package is "ghc-HTTP", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-HTTP.new/ghc-HTTP.changes   2013-01-10 
15:28:03.0 +0100
@@ -0,0 +1,38 @@
+---
+Tue Jan  8 17:11:55 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:03:50 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Mon Oct  1 19:24:11 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 4000.2.5 from upstream
+- required by Haskell Platform 2012.4.0.0 
+
+---
+Sun Jun  3 17:00:22 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 4000.2.3 from upstream
+* support mtl 2.1
+- required by Haskell Platform 2012.2.0.0 
+
+---
+Wed Dec 28 20:10:08 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Adjust version number for platform 2011.4 
+
+---
+Thu Dec  8 18:33:24 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Fixed arches. 
+
+---
+Thu Dec  8 18:22:31 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  HTTP-4000.2.5.tar.gz
  _service
  ghc-HTTP.changes
  ghc-HTTP.spec



Other differences:
--
++ ghc-HTTP.spec ++
#
# spec file for ghc-HTTP
#
# Copyright (c) 2013 Peter Trommler peter.tromm...@ohm-hochschule.de
#
# 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/
#

%global pkg_name HTTP

%global common_summary Haskell library for client-side HTTP

%global common_description The HTTP package supports client-side web 
programming in Haskell. It lets you set up HTTP connections, transmitting 
requests and processing the responses coming back, all from within the comforts 
of Haskell. It is dependent on the network package to operate, but other than 
that, the implementation is all written in Haskell.

Name:   ghc-HTTP
Version:4000.2.5
Release:1
Summary:%{common_summary}

Group:  System/Libraries
License:BSD-3-Clause
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# BEGIN cabal2spec
URL:http://hackage.haskell.org/package/%{pkg_name}
Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
BuildRequires:  ghc-array-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-network-devel
BuildRequires:  ghc-old-time-devel
BuildRequires:  ghc-parsec-devel
# END cabal2spec

%description
%{common_description}


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


%build
%ghc_lib_build


%install
%ghc_lib_install


# devel subpackage
%ghc_devel_package

%ghc_devel_description


%ghc_devel_post_postun


%ghc_files LICENSE


%changelog
++ _service ++

  

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



commit ethumb for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ethumb for openSUSE:Factory checked 
in at 2013-01-10 15:27:44

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


Package is "ethumb", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.ethumb.new/ethumb.changes   2013-01-10 
15:27:47.0 +0100
@@ -0,0 +1,139 @@
+---
+Fri Jan  4 21:48:56 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  Changes since Ethumb 1.7.4:
+* Fixed compilation on Windows.
+
+---
+Fri Dec 21 16:12:23 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Ethumb 1.7.3:
+  * Add XML output to doc
+  * Add installation rule for doc
+
+---
+Fri Dec 21 11:45:46 UTC 2012 - sleep_wal...@suse.cz
+
+- use vicious %doc macro again, but now it will work, I promise
+
+---
+Fri Dec 21 09:05:11 UTC 2012 - sleep_wal...@suse.cz
+
+- remove vicious %doc macro
+
+---
+Thu Dec 20 21:18:15 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation
+
+---
+Thu Dec 20 13:10:12 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation
+
+---
+Sat Dec  8 02:02:44 UTC 2012 - si...@simotek.net
+
+- Bump to 1.7.3 
+- 1.7.3 is a bugfix release to coincide with the beta release of efl
+
+---
+Wed Nov 28 08:54:07 UTC 2012 - sleep_wal...@suse.cz
+
+- 0001-ethumb-Fix-license-on-ethumbd.c-too.patch:
+  fix license inconsistency - part 2
+  taken from SVN, rev. 79756 (bnc#791455)
+
+---
+Tue Nov 27 19:42:20 UTC 2012 - sleep_wal...@suse.cz
+
+- 0001-Ethumb-Fix-license-reporting-on-executables-s-versio.patch:
+  fix license inconsistency - part 1
+  taken from SVN, rev. 79748 (bnc#791455)
+
+---
+Sat Nov 24 01:38:50 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---
+Sat Nov 24 01:29:23 UTC 2012 - sleep_wal...@suse.cz
+
+- minor change in files section
+
+---
+Fri Nov 23 18:50:19 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+- 1.7.2 is required to build and use the latest e17 alpha's
+
+---
+Thu Nov 22 15:18:59 UTC 2012 - sleep_wal...@suse.cz
+
+- simplify build
+
+---
+Thu Nov 22 13:19:50 UTC 2012 - sleep_wal...@suse.cz
+
+- remove conditions for SLE 10 as we don't build for it anymore
+- fix license
+- clean up the spec file
+- remove autoupdate entries from changelog
+
+---
+Sun Oct 21 00:26:07 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.1
+
+---
+Mon Jun 11 18:45:59 UTC 2012 - pgaj...@suse.com
+
+- fixed filelist in libethumb1
+
+---
+Wed Jun  6 12:24:06 UTC 2012 - pgaj...@suse.com
+
+- remove epdf-devel dependency
+
+---
+Thu Mar 29 20:57:47 UTC 2012 - sleep_wal...@suse.cz
+
+- update to version 1.0.0
+
+---
+Fri Dec 30 22:59:07 UTC 2011 - sleep_wal...@suse.cz
+
+- explicitly BuildRequire autoconf, automake and libtool
+
+---
+Wed Nov  2 22:20:20 UTC 2011 - tc...@suse.com
+
+- fix dependencies for devel package for SLE10
+
+---
+Wed Nov  2 18:58:02 UTC 2011 - sleep_wal...@suse.cz
+
+- fix dependencies for devel package
+
+---
+Wed Nov  2 12:34:31 UTC 2011 - sleep_wal...@suse.cz
+
+- dbus path fixed all but suse
+
+---
+Wed Nov  2 11:52:53 UTC 2011 - tc...@suse.com
+
+- fix build when e_dbus is not available
+
+---
+Wed Nov  2 11:10:55 UTC 2011 - tc..

commit elementary for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package elementary for openSUSE:Factory 
checked in at 2013-01-10 15:27:30

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


Package is "elementary", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.elementary.new/elementary.changes   
2013-01-10 15:27:38.0 +0100
@@ -0,0 +1,195 @@
+---
+Mon Jan  7 08:05:34 UTC 2013 - sleep_wal...@suse.cz
+
+- fix doc-html package
+
+---
+Sun Jan  6 13:43:35 UTC 2013 - sleep_wal...@suse.cz
+
+- add COPYING and other files
+
+---
+Fri Jan  4 21:50:54 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  Changes since Elementary 1.7.4:
+   * Fix bug where genlist would delete items added during selection
+ callback if a clear was queued
+   * Tooltips now correctly set NETWM tooltip window type
+   * Fix the naviframe item part text to be set properly.
+   * Fix list separator size bug.
+
+---
+Fri Dec 21 16:40:19 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Elementary 1.7.3:
+   * Fix the naviframe title_set problem that caused the title
+ visible status reset
+   * Make sure data is not NULL in elm_interface_scrollable.
+   * Correctly handle failure case in _x11_notify_handler_image.
+   * Fix missuse of EINA_INLIST_FOREACH in elm_transit.c.
+   * Now, dummy object is always smart member of naviframe.
+   * Fix the popup that returned invalid action buttons.
+   * Fix the naviframe to not have crash even if user deletes the
+ naviframe in the transition finished cb.
+   * Fix Don't elm_transit image animation use the image preloading
+ to avoid image flickering.
+   * Fix the image to show the image right now if the image
+ preloading is disabled.
+   * Fix small memory leak in elm_map error path
+   * Fix memory leak in _item_tag_remove of elm_entry.
+
+---
+Fri Dec 21 00:13:06 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation, package examples
+
+---
+Tue Dec 11 14:14:46 UTC 2012 - sleep_wal...@suse.cz
+
+- remove lua dependency completely as it is not present in configure.ac (why 
was it there?)
+
+---
+Sat Dec  8 02:03:32 UTC 2012 - si...@simotek.net
+
+- Bump to 1.7.3 
+- 1.7.3 is a bugfix release to coincide with the beta release of efl
+
+---
+Sat Nov 24 01:41:48 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---
+Fri Nov 23 18:52:52 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+- 1.7.2 is required to build and use the latest e17 alpha's
+
+---
+Thu Nov 22 13:41:33 UTC 2012 - sleep_wal...@suse.cz
+
+- license fix
+- spec clean up
+- remove autoupdate entries from changelog
+
+---
+Thu Nov 15 12:45:55 UTC 2012 - sleep_wal...@suse.cz
+
+- remove autoreconf as it is not needed for release
+
+---
+Sun Oct 21 00:27:43 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.1
+
+---
+Wed Sep 19 15:33:46 UTC 2012 - sleep_wal...@suse.cz
+
+- use 'make install DESTDIR=%buildroot' for fedora, mandriva, centos
+
+---
+Thu Mar 29 21:42:04 UTC 2012 - sleep_wal...@suse.cz
+
+- update to version 1.0.0
+
+---
+
+Mon Mar  5 22:09:12 UTC 2012 - sleep_wal...@suse.cz
+
+- stupid fix of previous commit
+
+---
+Thu Feb 23 14:34:15 UTC 2012 - sleep_wal...@suse.cz
+
+- elementary-devel now requires elementary
+
+---
+Fri Dec 30 22:56:09 UTC 2011 - sleep_wal...@suse.cz
+
+- explicitly BuildRequire autoconf, automake and libtool
+
+---
+Fri Dec 30 12:30:08 UTC 2011 - tc...@suse.com
+
+- disable autoreconf for CentOS 5
+
+---
+Wed Nov  2 

commit e17 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package e17 for openSUSE:Factory checked in 
at 2013-01-10 15:27:18

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


Package is "e17", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.e17.new/e17.changes 2013-01-10 
15:27:19.0 +0100
@@ -0,0 +1,1248 @@
+---
+Tue Jan  8 17:33:55 UTC 2013 - sleep_wal...@suse.cz
+
+- add patch tags
+
+---
+Sat Jan  5 15:12:39 UTC 2013 - sleep_wal...@suse.cz
+
+- attempt to fix deps for Fedora
+
+---
+Sat Jan  5 00:52:41 UTC 2013 - sleep_wal...@suse.cz
+
+- alter fedora 16 the same way as centos
+
+---
+Sat Jan  5 00:30:06 UTC 2013 - sleep_wal...@suse.cz
+
+- require now EFL 1.7.5
+
+---
+Fri Jan  4 00:45:55 UTC 2013 - sleep_wal...@suse.cz
+
+- as CentOS seems to have different %doc macro, alter %exclude accordingly for 
it
+
+---
+Thu Jan  3 09:12:33 UTC 2013 - sleep_wal...@suse.cz
+
+- split theme into separate subpackage
+
+---
+Thu Jan  3 08:40:39 UTC 2013 - sleep_wal...@suse.cz
+
+- remove duplicates again
+
+---
+Wed Jan  2 12:14:48 UTC 2013 - sleep_wal...@suse.cz
+
+- BUGS not part of package :)
+
+---
+Wed Jan  2 11:16:07 UTC 2013 - sleep_wal...@suse.cz
+
+- add COPYING README AUTHORS BUGS into e17 package
+
+---
+Mon Dec 31 12:50:05 UTC 2012 - sleep_wal...@suse.cz
+
+- require libeina1 and libeio1 explicitly
+  it will hopefully solve Fedora packagement issue
+
+---
+Fri Dec 28 15:47:14 UTC 2012 - sleep_wal...@suse.cz
+
+- attempt to fix XKB configuration - adding patch
+
+---
+Thu Dec 27 16:28:46 UTC 2012 - sleep_wal...@suse.cz
+
+- make sysactions.conf noreplace again
+
+---
+Thu Dec 27 14:29:07 UTC 2012 - sleep_wal...@suse.cz
+
+- fix pam profile name
+
+---
+Thu Dec 27 11:34:32 UTC 2012 - si...@simotek.net
+
+- add emotion-devel as a build dependency to try and make 
+  video previews work. For me the video preview window   
+  now comes up but the contents of the video are unknown 
+  his could work better for others
+
+---
+Fri Dec 21 20:50:58 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 0.17.0 (release)
+
+---
+Fri Dec 21 00:38:03 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation
+
+---
+Tue Dec 18 23:16:52 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 0.17.0 omega
+  Changelog:
+  * Translation updates
+  * Compile fixes on non-linux platforms
+  * Restoring default keybindings now restores all of the default
+keybindings
+  * Same as above for mouse wheel bindings
+  * Fixed a number of potential buffer overflows and memory leaks
+  * Even more wallpapers
+  * Tiling module now handles maximization of windows more effectively
+  * Improvements to Window Remembers config dialog
+  * Clock gadgets now scale the date
+  * Fixed issue where radio widgets could have no radio item toggled
+  * Pager config dialog now shows button names
+  * Tiling module improvements when moving/resizing tiled windows
+  * Improved RandR dialog
+  * Navigate menu's "Current Directory" now works correctly when
+activated on files and removable media
+  * Filemanager no longer loses icons which caused a DND operation
+failure
+  * Filemanager now properly handles DND operations where the target
+is the icon of a removable device
+  * Starting with an invalid configuration is now much less likely
+(nearly impossible) to result in a complete failure
+  * Triggering Everything repeatedly no longer causes a crash
+  * Refresh button on filemanager toolbar is now functional
+  * Scale config dialog now detects changes properly and closes on
+apply
+  * Shelf changes/deletions no longer create artifacts
+  * Gadgets on shelves no lon

commit libqt4 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2013-01-10 15:25:33

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


Package is "libqt4", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2012-11-28 
11:00:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2013-01-10 15:25:35.0 +0100
@@ -1,0 +2,33 @@
+Mon Jan  7 16:09:50 UTC 2013 - dmuel...@suse.com
+
+- Add cert-blacklist-more.diff, cert-blacklist-tuerktrust.diff:
+  * blacklist more evil certificates
+
+---
+Mon Jan  7 12:38:48 UTC 2013 - dmuel...@suse.com
+
+- enable linked support for OpenSSL
+
+---
+Fri Jan  4 15:16:33 UTC 2013 - dmuel...@suse.com
+
+- qdbusviewer.patch: Add fix for qdbusviewer not matching args (bnc#784197)
+- openssl-incompatibility-fix.diff: Fix wrong error reporting when using
+  a binary incompatible version of openSSL (bnc#797006, CVE-2012-6093)
+
+---
+Sun Dec 16 18:59:51 CET 2012 - r...@suse.de
+
+- fix build on s390x by adding
+  qt4-fix-s390x-build.diff 
+
+---
+Mon Dec  3 07:56:00 UTC 2012 - stephan.bin...@basyskom.com
+
+- Update to version 4.8.4:
+  * long list of forward and backward compatible
+  bug fixes. see included changes-4.8.4 for details
+- remove obsolete backport disable-ssl-compression-by-default.patch
+- update License and URL to Digia
+
+---
libqt4-sql-plugins.changes: same change
libqt4.changes: same change

Old:

  disable-ssl-compression-by-default.patch
  qt-everywhere-opensource-src-4.8.3.tar.gz

New:

  cert-blacklist-more.diff
  cert-blacklist-tuerktrust.diff
  openssl-incompatibility-fix.diff
  qdbusviewer.patch
  qt-everywhere-opensource-src-4.8.4.tar.bz2
  qt4-fix-s390x-build.diff



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.YUBJ4V/_old  2013-01-10 15:25:49.0 +0100
+++ /var/tmp/diff_new_pack.YUBJ4V/_new  2013-01-10 15:25:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt4-devel-doc
 #
-# 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,14 +31,14 @@
 BuildRequires:  update-desktop-files
 %endif
 Summary:Qt documentation
-License:SUSE-LGPL-2.1-with-nokia-exception-1.1 or GPL-3.0
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Documentation/HTML
-Url:http://www.trolltech.com
+Url:http://qt.digia.com/
 # COMMON-VERSION-BEGIN
 # COMMON-VERSION-BEGIN
 %define base_name libqt4
 %define tar_version everywhere-opensource-src-%{version}
-Version:4.8.3
+Version:4.8.4
 Release:0
 # COMMON-VERSION-END
 # COMMON-VERSION-END
@@ -53,7 +53,7 @@
 Obsoletes:  qt-devel-doc < 4.4.0
 # COMMON-BEGIN
 # COMMON-BEGIN
-Source: qt-%{tar_version}.tar.gz
+Source: qt-%{tar_version}.tar.bz2
 # to get mtime of file:
 Source1:libqt4.changes
 Source2:baselibs.conf
@@ -94,12 +94,17 @@
 Patch136:   handle-tga-files-properly.diff
 Patch137:   qdbusconnection-no-warning-output.patch
 Patch138:   undo-fix-jit-crash-on-x86_64.patch
-Patch139:   disable-ssl-compression-by-default.patch
 # PATCH-FIX-UPSTREAM  fix_assistant_segfault_QTBUG-25324.patch [bnc#780763] 
[QTBUG#25324]
 Patch140:   fix_assistant_segfault_QTBUG-25324.patch
+# PATCH-FIX-OPENSUSE  fix build on s390x failing to link in 
qnetworkconfigmanager.o
+Patch141:   qt4-fix-s390x-build.diff
+Patch142:   qdbusviewer.patch
+Patch143:   openssl-incompatibility-fix.diff
+Patch144:   cert-blacklist-tuerktrust.diff
+Patch145:   cert-blacklist-more.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-  %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama -sm -no-nas-sound 
-no-rpath -system-libjpeg -system-libpng -accessibility -cups -stl -nis 
-system-zlib -prefix /usr -L %{_libdir} -libdir %{_libdir} -docdir 
%_docdir/%{base_name} -examplesdir %{_libdir}/qt4/examples -demosdir 
%{_libdir}/qt4/demos -plugindir %plugindir -translationdir 

commit wine for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2013-01-10 15:22:48

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


Package is "wine", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2012-12-17 
09:41:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2013-01-10 
15:22:50.0 +0100
@@ -1,0 +2,19 @@
+Sun Jan  6 20:28:23 UTC 2013 - meiss...@suse.com
+
+- Updated to 1.5.21 development snapshot
+  - Beginnings of a netstat built-in program.
+  - Support for selecting resolution in the PostScript driver.
+  - Various bug fixes.
+
+---
+Sat Dec 22 14:00:09 UTC 2012 - meiss...@suse.com
+
+- Updated to 1.5.20 development snapshot
+  - A bunch of dlls with ugly names for API sets support.
+  - More ATL functions implemented.
+  - Still more C++ runtime functions.
+  - Several text rendering fixes.
+  - PostScript driver improvements.
+  - Various bug fixes.
+
+---

Old:

  wine-1.5.19.tar.bz2

New:

  wine-1.5.21.tar.bz2



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.tSk9ia/_old  2013-01-10 15:22:53.0 +0100
+++ /var/tmp/diff_new_pack.tSk9ia/_new  2013-01-10 15:22:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wine
 #
-# 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
@@ -55,7 +55,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.5.19
+Version:1.5.21
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.5.19.tar.bz2 -> wine-1.5.21.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.5.19.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.5.21.tar.bz2 differ: char 11, line 1

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



commit ufraw for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ufraw for openSUSE:Factory checked 
in at 2013-01-10 15:22: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  2011-09-23 
12:49:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.ufraw.new/ufraw.changes 2013-01-10 
15:22:39.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 10 07:05:22 UTC 2013 - salser...@gmail.com
+
+- Support for JPEG format added for openSUSE >= 12.2 (it was broken).
+
+---



Other differences:
--
++ ufraw.spec ++
--- /var/tmp/diff_new_pack.vNz9sH/_old  2013-01-10 15:22:40.0 +0100
+++ /var/tmp/diff_new_pack.vNz9sH/_new  2013-01-10 15:22:40.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   ufraw
 BuildRequires:  gcc-c++ gimp-devel libgtkimageview-devel liblcms-devel 
libpng-devel libstdc++-devel libtiff-devel update-desktop-files
-BuildRequires:  lensfun-devel libexiv2-devel
+BuildRequires:  lensfun-devel libexiv2-devel libjpeg-devel
 Url:http://ufraw.sourceforge.net/
 # gimptool-2.0 --gimpplugindir
 %define _gimpplugindir %(gimptool-2.0 --gimpplugindir)

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



commit udisks2 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package udisks2 for openSUSE:Factory checked 
in at 2013-01-10 15:21:30

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


Package is "udisks2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/udisks2/udisks2.changes  2013-01-08 
09:14:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.udisks2.new/udisks2.changes 2013-01-10 
15:21:32.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 07 13:30:34 UTC 2013 - stefan.bru...@rwth-aachen.de
+
+- Fix name of polkit action (fdo#58629):
+  modify-device-system-other-seat -> modify-device-other-seat
+
+---

New:

  fix_polkit_action_name.diff



Other differences:
--
++ udisks2.spec ++
--- /var/tmp/diff_new_pack.PuOL5y/_old  2013-01-10 15:21:34.0 +0100
+++ /var/tmp/diff_new_pack.PuOL5y/_new  2013-01-10 15:21:34.0 +0100
@@ -27,6 +27,8 @@
 Group:  System/Daemons
 Url:http://www.freedesktop.org/wiki/Software/udisks
 Source: 
http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM fix_polkit_action_name.diff [fdo#58629]
+Patch0: fix_polkit_action_name.diff
 # Needed to build the man pages
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gobject-introspection-devel

++ fix_polkit_action_name.diff ++
diff --git a/src/udiskslinuxpartition.c b/src/udiskslinuxpartition.c
index 9582346..e3ae93f 100644
--- a/src/udiskslinuxpartition.c
+++ b/src/udiskslinuxpartition.c
@@ -269,7 +269,7 @@ handle_set_flags (UDisksPartition*partition,
 }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
 {
-  action_id = "org.freedesktop.udisks2.modify-device-system-other-seat";
+  action_id = "org.freedesktop.udisks2.modify-device-other-seat";
 }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
@@ -414,7 +414,7 @@ handle_set_name (UDisksPartition*partition,
 }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
 {
-  action_id = "org.freedesktop.udisks2.modify-device-system-other-seat";
+  action_id = "org.freedesktop.udisks2.modify-device-other-seat";
 }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
@@ -596,7 +596,7 @@ handle_set_type (UDisksPartition*partition,
 }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
 {
-  action_id = "org.freedesktop.udisks2.modify-device-system-other-seat";
+  action_id = "org.freedesktop.udisks2.modify-device-other-seat";
 }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
@@ -769,7 +769,7 @@ handle_delete (UDisksPartition*partition,
 }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
 {
-  action_id = "org.freedesktop.udisks2.modify-device-system-other-seat";
+  action_id = "org.freedesktop.udisks2.modify-device-other-seat";
 }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
diff --git a/src/udiskslinuxpartitiontable.c b/src/udiskslinuxpartitiontable.c
index 8f0d3d9..b553625 100644
--- a/src/udiskslinuxpartitiontable.c
+++ b/src/udiskslinuxpartitiontable.c
@@ -336,7 +336,7 @@ handle_create_partition (UDisksPartitionTable   *table,
 }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
 {
-  action_id = "org.freedesktop.udisks2.modify-device-system-other-seat";
+  action_id = "org.freedesktop.udisks2.modify-device-other-seat";
 }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tboot for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package tboot for openSUSE:Factory checked 
in at 2013-01-10 15:20:16

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


Package is "tboot", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tboot/tboot.changes  2012-10-13 
21:10:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2013-01-10 
15:20:19.0 +0100
@@ -1,0 +2,18 @@
+Tue Jan  8 15:26:59 UTC 2013 - meiss...@suse.com
+
+- updated to 1.7.3/20121228
+  Update README with updated code repository url.
+  Fix grub2 scripts to be compatible with more distros.
+  Update README for RACM launch support
+  Add a new option "call_racm=true|false" for revocation acm(RACM) launch
+  Fix potential buffer overrun & memory leak in crtpconf.c
+  Fix a potential buffer overrun in lcptools/lock.c
+  Print cmdline in multi-lines
+  Optional print TXT.ERRORCODE under level error or info
+  Fix side effects of tboot log level macros in tools
+  Update readme for the new detail log level
+  Classify all logs into different log levels
+  Add detail log level and the macros defined for log level
+  Fix acmod_error_t type to correctly align all bits in 4bytes
+
+---

Old:

  tboot-1.7.2.tar.gz

New:

  tboot-1.7.3.tar.gz



Other differences:
--
++ tboot.spec ++
--- /var/tmp/diff_new_pack.ZS7XXV/_old  2013-01-10 15:20:20.0 +0100
+++ /var/tmp/diff_new_pack.ZS7XXV/_new  2013-01-10 15:20:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tboot
 #
-# 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,8 +17,8 @@
 
 
 Name:   tboot
-%define ver 1.7.2
-Version:20120929_1.7.2
+%define ver 1.7.3
+Version:20121228_1.7.3
 Release:0
 Summary:Performs a verified launch using Intel(R) TXT
 License:BSD-3-Clause

++ tboot-1.7.2.tar.gz -> tboot-1.7.3.tar.gz ++
 5990 lines of diff (skipped)

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



commit sqlite2 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

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

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


Package is "sqlite2", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sqlite2/sqlite2.changes  2011-11-28 
12:57:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite2.new/sqlite2.changes 2013-01-10 
15:19:06.0 +0100
@@ -1,0 +2,9 @@
+Mon Dec 31 16:00:55 UTC 2012 - j...@suse.com
+
+- detect_sqlite3.patch
+  Trivial usability feature: avoid a false error message 
+  "file is encrypted or is not a database" if it is valid sqlite3
+  Upstreamed as 
+  http://www.sqlite.org/src/tktview/030632f55ba0c98c273ddabdea417b996897eeb3
+
+---

New:

  detect_sqlite3.patch



Other differences:
--
++ sqlite2.spec ++
--- /var/tmp/diff_new_pack.ofSwBG/_old  2013-01-10 15:19:07.0 +0100
+++ /var/tmp/diff_new_pack.ofSwBG/_new  2013-01-10 15:19:07.0 +0100
@@ -35,6 +35,7 @@
 Source2:baselibs.conf
 Patch0: sqlite.diff
 Patch1: sqlite2-tcl.diff
+Patch2:detect_sqlite3.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -86,8 +87,13 @@
 
 %prep
 %setup -q -n sqlite-%version
+# sqlite.diff
 %patch0
+# sqlite2-tcl.diff
 %patch1
+# detect_sqlite3.patch
+%patch2 -p1
+
 %ifarch s390 s390x 
 # some (minor ?) miscalculations with float values on these platforms
 # needs to be checked deeper later

++ detect_sqlite3.patch ++
--- sqlite-2.8.17/src/btree.c.orig  2005-04-24 00:43:22.0 +0200
+++ sqlite-2.8.17/src/btree.c   2012-12-31 16:58:06.288576336 +0100
@@ -112,6 +112,8 @@ typedef struct FreelistInfo FreelistInfo
 static const char zMagicHeader[] = 
"** This file contains an SQLite 2.1 database **";
 #define MAGIC_SIZE (sizeof(zMagicHeader))
+static const char zMagicHeader_V3[] = "SQLite format 3";
+#define MAGIC_SIZE_V3 (sizeof(zMagicHeader_V3))
 
 /*
 ** This is a magic integer also used to test the integrity of the database
@@ -794,6 +800,8 @@ static int lockBtree(Btree *pBt){
 if( strcmp(pP1->zMagic,zMagicHeader)!=0 ||
   (pP1->iMagic!=MAGIC && swab32(pP1->iMagic)!=MAGIC) ){
   rc = SQLITE_NOTADB;
+  if (!strcmp(pP1->zMagic,zMagicHeader_V3))
+rc = SQLITE_V3;
   goto page1_init_failed;
 }
 pBt->needSwab = pP1->iMagic!=MAGIC;
--- sqlite-2.8.17/src/main.c.orig   2005-04-24 00:43:22.0 +0200
+++ sqlite-2.8.17/src/main.c2012-12-31 16:52:50.296168240 +0100
@@ -851,6 +851,7 @@ const char *sqlite_error_string(int rc){
 case SQLITE_FORMAT: z = "auxiliary database format error";   break;
 case SQLITE_RANGE:  z = "bind index out of range";   break;
 case SQLITE_NOTADB: z = "file is encrypted or is not a database";break;
+case SQLITE_V3: z = "database version mismatch. Try sqlite3";break;
 default:z = "unknown error"; break;
   }
   return z;
--- sqlite-2.8.17/src/sqlite.h.in.orig  2005-04-24 00:43:22.0 +0200
+++ sqlite-2.8.17/src/sqlite.h.in   2012-12-31 16:52:51.619178446 +0100
@@ -172,6 +172,7 @@ int sqlite_exec(
 #define SQLITE_FORMAT  24   /* Auxiliary database format error */
 #define SQLITE_RANGE   25   /* 2nd parameter to sqlite_bind out of range */
 #define SQLITE_NOTADB  26   /* File opened that is not a database file */
+#define SQLITE_V3  27   /* File opened that is not a database file */
 #define SQLITE_ROW 100  /* sqlite_step() has another row ready */
 #define SQLITE_DONE101  /* sqlite_step() has finished executing */
 
++ sqlite.diff ++
--- /var/tmp/diff_new_pack.ofSwBG/_old  2013-01-10 15:19:07.0 +0100
+++ /var/tmp/diff_new_pack.ofSwBG/_new  2013-01-10 15:19:07.0 +0100
@@ -1,6 +1,24 @@
 Makefile.in
+---
+ Makefile.in|   16 
+ configure.ac   |3 ---
+ main.mk|2 +-
+ src/attach.c   |4 ++--
+ src/build.c|   16 
+ src/expr.c |2 +-
+ src/pragma.c   |2 +-
+ src/printf.c   |   12 +---
+ src/select.c   |   14 +++---
+ src/tokenize.c |2 +-
+ src/vdbe.c |2 +-
+ 11 files changed, 35 insertions(+), 40 deletions(-)
+
+Index: Makefile.in
+===
+--- Makefile.in.orig
 +++ Makefile.in
-@@ -26,7 +26,7 @@ BCC = @BUILD_CC@ @BUILD_CFLAGS@
+@@ -24,11 +24,11 @@ BCC = @BUILD_CC@ @BUILD_CFLAGS@
+ 
+ # C Compile and options for use in building executables that 
  # will run on the target pl

commit sparkleshare for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2013-01-10 15:15:39

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


Package is "sparkleshare", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2012-11-13 09:44:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2013-01-10 15:15:41.0 +0100
@@ -1,0 +2,39 @@
+Wed Jan  9 11:53:27 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.0:
+  + Rebrand 0.9.10 with some minor changes to 1.0.0.
+- Changes from version 0.9.10:
+  + Fix folders not opening from statusicon menu on Windows
+  + Fix freeze on Mac when retrying a failed add a project attempt
+  + Fix a freeze on Mac when updating the status icon when the menu
+is open
+- Changes from version 0.9.9:
+  + Add high resolution images for retina displays on macs
+  + Put uncommonly used menu items in a submenu in the statusicon
+  + Fix an issue connecting to encrypted projects
+  + New tutorial slides
+  + Detect more types of sync errors
+  + Various small fixes and cleanups
+- Changes from version 0.9.8:
+  + Show both the cumulative upload and download speeds when
+multiple projects are syncing at the same time
+  + Defer receiving changes when affected files are locked and show
+a warning in the statusicon (mostly affects Windows)
+  + Fix an issue where changing the case of a file name that will
+be synced to Windows or Mac would result in a no longer
+syncable project
+  + Add a "Try Again" action underneath every error reported in the
+statusicon to force a retry
+  + Always sync to the default git branch even when it's not named
+"master" (e.g. "gh-pages")
+  + Fix unicode characters displaying weirdly in the event log
+- Changes from version 0.9.7:
+  + Remove Growl and use native OS X notifications
+  + Treat underscores in project names as spaces for the folder
+names
+  + Allow periods "." in project names
+  + Depend on git >= 1.7.12
+  + Fix Mac unicode compatibility (could cause duplicate files or
+folders between different platforms)
+
+---

Old:

  sparkleshare-linux-0.9.6.tar.gz

New:

  sparkleshare-linux-1.0.0.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.Z9cF6E/_old  2013-01-10 15:15:42.0 +0100
+++ /var/tmp/diff_new_pack.Z9cF6E/_new  2013-01-10 15:15:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sparkleshare
 #
-# 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
@@ -19,7 +19,7 @@
 %define with_translations 0
 
 Name:   sparkleshare
-Version:0.9.6
+Version:1.0.0
 Release:0
 Summary:A file sharing and collaboration tool
 License:GPL-3.0+

++ sparkleshare-linux-0.9.6.tar.gz -> sparkleshare-linux-1.0.0.tar.gz ++
 5852 lines of diff (skipped)

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



commit smuxi for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package smuxi for openSUSE:Factory checked 
in at 2013-01-10 15:14:11

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


Package is "smuxi", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/smuxi/smuxi.changes  2012-09-23 
21:14:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.smuxi.new/smuxi.changes 2013-01-10 
15:14:12.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 15:48:21 UTC 2013 - dims...@opensuse.org
+
+- Add smuxi-mono3.patch: Fix build with mono 3.0.
+
+---

New:

  smuxi-mono3.patch



Other differences:
--
++ smuxi.spec ++
--- /var/tmp/diff_new_pack.wU4VuG/_old  2013-01-10 15:14:14.0 +0100
+++ /var/tmp/diff_new_pack.wU4VuG/_new  2013-01-10 15:14:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package smuxi
 #
-# 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
@@ -22,6 +22,8 @@
 # FIXME: when db4o is in Factory, uncomment BuildRequires for it
 Url:http://www.smuxi.org
 Source0:http://www.smuxi.org/jaws/data/files/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM smuxi-mono3.patch dims...@opensuse.org -- Fix build with 
mono 3.0. Patch discussed with upstream, should be fixed in git.
+Patch0: smuxi-mono3.patch
 Summary:Smart MUltipleXed Irc
 License:GPL-2.0+
 Group:  Productivity/Networking/IRC
@@ -152,6 +154,7 @@
 %lang_package -n %{name}-server
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ smuxi-mono3.patch ++
Index: smuxi-0.8.10.12100/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj
===
--- smuxi-0.8.10.12100.orig/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj
+++ smuxi-0.8.10.12100/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj
@@ -94,6 +94,7 @@
   
   
 
+
 
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-rails-2_3 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-2_3 for 
openSUSE:Factory checked in at 2013-01-10 14:28:20

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


Package is "rubygem-rails-2_3", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-2_3/rubygem-rails-2_3.changes  
2011-11-07 17:26:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-2_3.new/rubygem-rails-2_3.changes 
2013-01-10 14:28:22.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan  8 20:48:56 UTC 2013 - co...@suse.com
+
+- updated to version 2.3.15, version bump
+
+---

Old:

  rails-2.3.14.gem

New:

  rails-2.3.15.gem



Other differences:
--
++ rubygem-rails-2_3.spec ++
--- /var/tmp/diff_new_pack.W16Juf/_old  2013-01-10 14:28:23.0 +0100
+++ /var/tmp/diff_new_pack.W16Juf/_new  2013-01-10 14:28:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rails-2_3
 #
-# 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,19 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   rubygem-rails-2_3
-Version:2.3.14
+Version:2.3.15
 Release:0
 %define mod_name rails
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -2_3
 %define mod_weight 23
 #
-Group:  Development/Languages/Ruby
-License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -36,19 +32,19 @@
 # rake >= 0.8.3
 BuildRequires:  rubygem-rake >= 0.8.3
 Requires:   rubygem-rake >= 0.8.3
-# activesupport = 2.3.14
+# activesupport = 2.3.15
 BuildRequires:  rubygem-activesupport-2_3 = %{version}
 Requires:   rubygem-activesupport-2_3 = %{version}
-# activerecord = 2.3.14
+# activerecord = 2.3.15
 BuildRequires:  rubygem-activerecord-2_3 = %{version}
 Requires:   rubygem-activerecord-2_3 = %{version}
-# actionpack = 2.3.14
+# actionpack = 2.3.15
 BuildRequires:  rubygem-actionpack-2_3 = %{version}
 Requires:   rubygem-actionpack-2_3 = %{version}
-# actionmailer = 2.3.14
+# actionmailer = 2.3.15
 BuildRequires:  rubygem-actionmailer-2_3 = %{version}
 Requires:   rubygem-actionmailer-2_3 = %{version}
-# activeresource = 2.3.14
+# activeresource = 2.3.15
 BuildRequires:  rubygem-activeresource-2_3 = %{version}
 Requires:   rubygem-activeresource-2_3 = %{version}
 # we need rubygem-rdoc because 2.3.12 got ported to the new API
@@ -60,6 +56,9 @@
 Source: %{mod_full_name}.gem
 #
 Summary:Web-application framework with template engine, control-flow 
layer, and ORM
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
 Rails is a framework for building web-application using CGI, FCGI, mod_ruby, or
 WEBrick on top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or Oracle
@@ -69,6 +68,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.

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



commit rubygem-activerecord-2_3 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activerecord-2_3 for 
openSUSE:Factory checked in at 2013-01-10 14:24:51

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


Package is "rubygem-activerecord-2_3", Maintainer is "mrueck...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-2_3/rubygem-activerecord-2_3.changes
2012-08-04 23:46:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-2_3.new/rubygem-activerecord-2_3.changes
   2013-01-10 14:24:53.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 10:26:19 UTC 2013 - adr...@suse.de
+
+- update to version 2.3.15
+  - potential SQL injection (CVE-2013-0156)
+
+---

Old:

  activerecord-2.3.14.gem

New:

  activerecord-2.3.15.gem



Other differences:
--
++ rubygem-activerecord-2_3.spec ++
--- /var/tmp/diff_new_pack.cNtiJv/_old  2013-01-10 14:24:54.0 +0100
+++ /var/tmp/diff_new_pack.cNtiJv/_new  2013-01-10 14:24:54.0 +0100
@@ -17,7 +17,7 @@
 
 # norootforbuild
 Name:   rubygem-activerecord-2_3
-Version:2.3.14
+Version:2.3.15
 Release:0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 Provides:   rubygem-%{mod_name} = %{version}-%{release}
-# activesupport = 2.3.14
+# activesupport = 2.3.15
 BuildRequires:  rubygem-activesupport-2_3 = %{version}
 Requires:   rubygem-activesupport-2_3 = %{version}
 #

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



commit rubygem-actionmailer-2_3 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-2_3 for 
openSUSE:Factory checked in at 2013-01-10 14:24:43

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


Package is "rubygem-actionmailer-2_3", Maintainer is "mrueck...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionmailer-2_3/rubygem-actionmailer-2_3.changes
2012-08-04 18:59:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-2_3.new/rubygem-actionmailer-2_3.changes
   2013-01-10 14:24:45.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 10:31:20 UTC 2013 - adr...@suse.de
+
+- update to version 2.3.15
+  * Version bump.
+
+---

Old:

  actionmailer-2.3.14.gem

New:

  actionmailer-2.3.15.gem



Other differences:
--
++ rubygem-actionmailer-2_3.spec ++
--- /var/tmp/diff_new_pack.vb0BEN/_old  2013-01-10 14:24:48.0 +0100
+++ /var/tmp/diff_new_pack.vb0BEN/_new  2013-01-10 14:24:48.0 +0100
@@ -17,7 +17,7 @@
 
 # norootforbuild
 Name:   rubygem-actionmailer-2_3
-Version:2.3.14
+Version:2.3.15
 Release:0
 %define mod_name actionmailer
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +30,7 @@
 %rubygems_requires
 Provides:   rubygem-%{mod_name} = %{version}-%{release}
 #
-# actionpack = 2.3.14
+# actionpack = 2.3.15
 BuildRequires:  rubygem-actionpack-2_3 = %{version}
 Requires:   rubygem-actionpack-2_3 = %{version}
 #

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



commit ruby19 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ruby19 for openSUSE:Factory checked 
in at 2013-01-10 13:53:55

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


Package is "ruby19", Maintainer is "jmassaguer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ruby19/ruby19.changes2013-01-07 
17:40:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby19.new/ruby19.changes   2013-01-10 
13:53:57.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan  8 20:35:50 UTC 2013 - co...@suse.com
+
+- readd the private header *atomic.h
+
+---



Other differences:
--
++ ruby19.spec ++
--- /var/tmp/diff_new_pack.Fdd99z/_old  2013-01-10 13:53:58.0 +0100
+++ /var/tmp/diff_new_pack.Fdd99z/_new  2013-01-10 13:53:58.0 +0100
@@ -244,7 +244,7 @@
 echo "%defattr(-,root,root,-)" > devel-extra-excludes
 echo "%defattr(-,root,root,-)" > devel-extra-list
 for i in iseq.h insns.inc insns_info.inc revision.h version.h  
thread_pthread.h \
-  method.h id.h vm_core.h vm_opts.h node.h debug.h eval_intern.h; do
+  ruby_atomic.h method.h id.h vm_core.h vm_opts.h node.h debug.h 
eval_intern.h; do
   install -m 644 $i %{buildroot}%{_includedir}/ruby-%{rb_ver}/
   echo "%exclude %{_includedir}/ruby-%{rb_ver}/$i" >> devel-extra-excludes  
   echo "%{_includedir}/ruby-%{rb_ver}/$i" >> devel-extra-list

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



commit psi+ for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2013-01-10 13:53:27

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


Package is "psi+", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2013-01-10 
13:53:28.0 +0100
@@ -0,0 +1,123 @@
+---
+Wed Jan  9 17:01:15 UTC 2013 - jsl...@suse.com
+
+- enable otr plugin
+- add gdb to buildrequires as it is used for adding gdb-index
+
+---
+Wed Jan  9 15:27:12 UTC 2013 - jsl...@suse.com
+
+- split package
+  * free part will be distributed with opensuse (tehnick's repo)
+  * non-free elsewhere (icons with weird licenses)
+
+---
+Wed Jan  2 10:41:12 UTC 2013 - jsl...@suse.com
+
+- switch %{version}-%{release} requires to %{version} only
+- use %{?_smp_mflags} instead of %{?jobs:-j%jobs}
+
+---
+Sat Dec 29 13:04:32 UTC 2012 - jsl...@suse.com
+
+- proper version
+
+---
+Fri Dec 28 23:23:11 UTC 2012 - jsl...@suse.com
+
+- newer snapshot
+- rework to use _service files for easier updating
+- remove qt translation files (they were not used at all)
+
+---
+Mon Oct  8 08:05:58 UTC 2012 - jsl...@suse.com
+
+- updated translations: 5367.2
+- newer snapshot
+- disable otr -- does not work with new libotr (in factory)
+
+---
+Fri Jun 29 17:01:26 CEST 2012 - jsl...@suse.de
+
+- enable pepchangenotify and otr plugins
+
+---
+Wed Jun 27 23:37:16 CEST 2012 - jsl...@suse.de
+
+- update to 0.15.5337
+  * see changelog.txt for changes
+- update translations from psi-plus-i18n
+
+---
+Fri Apr 20 22:26:51 CEST 2012 - jsl...@suse.de
+
+- update to 0.15.5320
+  * see changelog.txt for changes
+
+---
+Sun Nov  6 20:20:50 CET 2011 - jsl...@suse.de
+
+- update to 0.15.5185
+  * see changelog.txt for changes
+- fixed emoticons in chat
+- add gnome3support plugin
+- update ru translation
+
+---
+Sun Nov  6 20:20:50 CET 2011 - jsl...@suse.de
+
+- update to 0.15.5130
+  * see changelog.txt for changes
+- update ru translation
+
+---
+Wed Jul 13 11:01:06 CEST 2011 - jsl...@suse.de
+
+- update to 0.15.5050
+  * see changelog.txt for changes
+- we now use numbering scheme from version.txt
+
+---
+Fri Jun 17 21:34:06 CEST 2011 - jsl...@suse.de
+
+- update to 0.15.4056
+
+---
+Sun May 22 22:01:06 CEST 2011 - jsl...@suse.de
+
+- update to 0.15.3910
+- add psi update script
+
+---
+Tue Apr 26 15:50:17 CEST 2011 - jsl...@suse.de
+
+- update to 0.15.3817
+  - new plugins
+  - many improvements
+  - many fixes
+
+---
+Tue Feb  1 12:22:51 CET 2011 - jsl...@suse.de
+
+- fix crash on unknown icon load
+
+---
+Sun Jan  9 15:13:36 CET 2011 - jsl...@suse.de
+
+- update to 0.15.3464
+updated many plugins
+added upower support
+updated cs translation
+fixed crashes
+remove __DATE__ dependency
+
+---
+Fri Nov 12 15:21:47 CET 2010 - jsl...@suse.de
+
+- update to 0.15.3164, with a help of home:nirdosh
+
+---
+Tue Feb  9 21:19:10 UTC 2010 - prus...@suse.cz
+
+- based on the psi+ package from home:nirdosh
+

New:

  _service
  psi+-20130103.tar.xz
  psi+.changes
  psi+.spec
  psi-plus-l10n-1.tar.xz



Other differences:
--
++ psi+.spec ++
#
# spec file for package psi+
#
# 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 addit

commit powertop for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package powertop for openSUSE:Factory 
checked in at 2013-01-10 13:52:58

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


Package is "powertop", Maintainer is "thoe...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/powertop/powertop.changes2012-09-01 
21:58:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.powertop.new/powertop.changes   2013-01-10 
13:53:00.0 +0100
@@ -1,0 +2,11 @@
+Thu Jan  1 16:00:00 UTC 2013 - re...@gmx.net
+
+- Update to version 2.2:
+* Bugfixes
+* Translation updates
+* Interactive mode scrolling
+* Tunables: suggest writing min_power to all SATA ports 
+- powertop-2.2-version-fix.patch: Fixes displayed version string in ncurses 
interface
+- powertop-2.2-fix-crash-on-readonly-fs.patch: Fixes crash when writing report 
to RO filesystem
+  
+---

Old:

  powertop-2.1.tar.gz

New:

  powertop-2.2-fix-crash-on-readonly-fs.patch
  powertop-2.2-version-fix.patch
  powertop-2.2.tar.gz



Other differences:
--
++ powertop.spec ++
--- /var/tmp/diff_new_pack.oOWIbx/_old  2013-01-10 13:53:02.0 +0100
+++ /var/tmp/diff_new_pack.oOWIbx/_new  2013-01-10 13:53:02.0 +0100
@@ -22,11 +22,14 @@
 Summary:A Linux Tool to Find out What is Using Power on a Laptop
 License:GPL-2.0+
 Group:  System/Monitoring
-Version:2.1
+Version:2.2
 Release:0
 Source: 
https://01.org/powertop/sites/default/files/downloads/%name-%version.tar.gz
 Patch2: powertop-1.98-always-create-params.patch
 Patch5: powertop-no-date.patch
+# Following patches were found by the mindful fedora maintainer
+Patch6: powertop-2.2-version-fix.patch
+Patch7: powertop-2.2-fix-crash-on-readonly-fs.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  ncurses-devel
@@ -47,6 +50,8 @@
 %setup -q
 %patch2 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 # Delete objects files left in tarball
 find . -name '*.o' -delete

++ powertop-2.2-fix-crash-on-readonly-fs.patch ++
>From bd72b4433fec358801afebf3f02ab899b1745c5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= 
Date: Wed, 28 Nov 2012 16:31:38 +0100
Subject: [PATCH] report: fixed crash when writing report to RO filesystem
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jaroslav Škarvada 
---
 src/report/report.cpp | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/report/report.cpp b/src/report/report.cpp
index 51bc6a7..c018bb1 100644
--- a/src/report/report.cpp
+++ b/src/report/report.cpp
@@ -183,13 +183,16 @@ void init_report_output(char *filename_str, int 
iterations)
 
 void finish_report_output(void)
 {
-   fprintf(stderr, _("PowerTOP outputing using base filename %s\n"), 
reportout.filename);
if (reporttype == REPORT_OFF)
return;
 
report.finish_report();
-   fputs(report.get_result(), reportout.report_file);
-   fdatasync(fileno(reportout.report_file));
-   fclose(reportout.report_file);
+   if (reportout.report_file)
+   {
+   fprintf(stderr, _("PowerTOP outputing using base filename 
%s\n"), reportout.filename);
+   fputs(report.get_result(), reportout.report_file);
+   fdatasync(fileno(reportout.report_file));
+   fclose(reportout.report_file);
+   }
report.clear_result();
 }
-- 
1.7.11.7

++ powertop-2.2-version-fix.patch ++
From: Namhyung Kim 
To: power...@lists.01.org
Date: Sun, 18 Nov 2012 00:42:47 +0900
Message-Id: <1353166967-24095-1-git-send-email-namhy...@gmail.com>
Subject: [Powertop] [PATCH] Use PACKAGE_VERSION for POWERTOP_VERSION

It was missed to update POWERTOP_VERSION macro so that the
new v2.2 release still shows v2.1 string on the header of
ncurses window.  Convert to use PACKAGE_VERSION macro which
set by autotools to the AC_INIT version so that it cannot
be missed anymore.

Signed-off-by: Namhyung Kim 
---
 src/lib.h |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib.h b/src/lib.h
index 8cf4632..209421a 100644
--- a/src/lib.h
+++ b/src/lib.h
@@ -35,8 +35,8 @@
 
 #define _(STRING)gettext(STRING)
 
-#define POWERTOP_VERSION "v2.1"
-#define POWERTOP_SHORT_VERSION "2.1"
+#define POWERTOP_VERSION "v"PACKAGE_VERSION
+#define POWERTOP_SHORT_VERSION PACKAGE_VERSION
 
 
 extern int get_max_cpu(void);
-- 
1.7.9.2
++ powertop-2.1.tar.gz -> powertop-2.2.tar.gz ++
 15802 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse

commit postgresql-plr for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package postgresql-plr for openSUSE:Factory 
checked in at 2013-01-10 13:52:04

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


Package is "postgresql-plr", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/postgresql-plr/postgresql-plr.changes
2012-04-17 07:48:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql-plr.new/postgresql-plr.changes   
2013-01-10 13:52:06.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan  2 14:32:34 UTC 2013 - da...@darins.net
+
+* Upgrade to 8.3.0.13.1
+ - Fix CREATE FUNCTION statements so that they work
+   with PostgreSQL 9.2.x 
+
+---

Old:

  plr-8.3.0.13.tar.gz

New:

  plr-8.3.0.13.1.tar.gz



Other differences:
--
++ postgresql-plr.spec ++
--- /var/tmp/diff_new_pack.P3iEGu/_old  2013-01-10 13:52:07.0 +0100
+++ /var/tmp/diff_new_pack.P3iEGu/_new  2013-01-10 13:52:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql-plr
 #
-# 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
@@ -30,7 +30,7 @@
 License:GPL-2.0+
 Group:  Productivity/Databases/Servers
 Name:   postgresql-%{sname}
-Version:8.3.0.13
+Version:8.3.0.13.1
 Release:1.0
 Source0:%{sname}-%{version}.tar.gz
 Source1:readme.SUSE

++ plr-8.3.0.13.tar.gz -> plr-8.3.0.13.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plr/plr--8.3.0.13.sql new/plr/plr--8.3.0.13.sql
--- old/plr/plr--8.3.0.13.sql   2011-08-30 00:42:56.0 +0200
+++ new/plr/plr--8.3.0.13.sql   2012-12-28 18:54:56.0 +0100
@@ -9,39 +9,39 @@
 CREATE OR REPLACE FUNCTION plr_version ()
 RETURNS text
 AS 'MODULE_PATHNAME','plr_version'
-LANGUAGE 'C';
+LANGUAGE C;
 
 CREATE OR REPLACE FUNCTION reload_plr_modules ()
 RETURNS text
 AS 'MODULE_PATHNAME','reload_plr_modules'
-LANGUAGE 'C';
+LANGUAGE C;
 
 CREATE OR REPLACE FUNCTION install_rcmd (text)
 RETURNS text
 AS 'MODULE_PATHNAME','install_rcmd'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 REVOKE EXECUTE ON FUNCTION install_rcmd (text) FROM PUBLIC;
 
 CREATE OR REPLACE FUNCTION plr_singleton_array (float8)
 RETURNS float8[]
 AS 'MODULE_PATHNAME','plr_array'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 
 CREATE OR REPLACE FUNCTION plr_array_push (_float8, float8)
 RETURNS float8[]
 AS 'MODULE_PATHNAME','plr_array_push'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 
 CREATE OR REPLACE FUNCTION plr_array_accum (_float8, float8)
 RETURNS float8[]
 AS 'MODULE_PATHNAME','plr_array_accum'
-LANGUAGE 'C';
+LANGUAGE C;
 
 CREATE TYPE plr_environ_type AS (name text, value text);
 CREATE OR REPLACE FUNCTION plr_environ ()
 RETURNS SETOF plr_environ_type
 AS 'MODULE_PATHNAME','plr_environ'
-LANGUAGE 'C';
+LANGUAGE C;
 
 REVOKE EXECUTE ON FUNCTION plr_environ() FROM PUBLIC;
 
@@ -78,23 +78,23 @@
 CREATE OR REPLACE FUNCTION plr_set_rhome (text)
 RETURNS text
 AS 'MODULE_PATHNAME','plr_set_rhome'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 REVOKE EXECUTE ON FUNCTION plr_set_rhome (text) FROM PUBLIC;
 
 CREATE OR REPLACE FUNCTION plr_unset_rhome ()
 RETURNS text
 AS 'MODULE_PATHNAME','plr_unset_rhome'
-LANGUAGE 'C';
+LANGUAGE C;
 REVOKE EXECUTE ON FUNCTION plr_unset_rhome () FROM PUBLIC;
 
 CREATE OR REPLACE FUNCTION plr_set_display (text)
 RETURNS text
 AS 'MODULE_PATHNAME','plr_set_display'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 REVOKE EXECUTE ON FUNCTION plr_set_display (text) FROM PUBLIC;
 
 CREATE OR REPLACE FUNCTION plr_get_raw (bytea)
 RETURNS bytea
 AS 'MODULE_PATHNAME','plr_get_raw'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plr/plr.sql.in new/plr/plr.sql.in
--- old/plr/plr.sql.in  2011-08-30 00:42:56.0 +0200
+++ new/plr/plr.sql.in  2012-12-28 18:54:56.0 +0100
@@ -11,39 +11,39 @@
 CREATE OR REPLACE FUNCTION plr_version ()
 RETURNS text
 AS 'MODULE_PATHNAME','plr_version'
-LANGUAGE 'C';
+LANGUAGE C;
 
 CREATE OR REPLACE FUNCTION reload_plr_modules ()
 RETURNS text
 AS 'MODULE_PATHNAME','reload_plr_modules'
-LANGUAGE 'C';
+LANGUAGE C;
 
 CREATE OR REPLACE FUNCTION install_rcmd (text)
 RETURNS text
 AS 'MODULE_PATHNAME','install_rcmd'
-LANGUAGE 'C' WITH (

commit polkit for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package polkit for openSUSE:Factory checked 
in at 2013-01-10 13:51:39

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


Package is "polkit", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/polkit/polkit.changes2012-12-14 
10:40:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.polkit.new/polkit.changes   2013-01-10 
13:51:41.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  9 14:08:57 UTC 2013 - sasc...@suse.de
+
+- Only mark the following files as %config, not %config(noreplace):
+  + %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
+  + %{_sysconfdir}/pam.d/polkit-1
+  + %{_sysconfdir}/polkit-1/rules.d/50-default.rules
+  PolicyKit's own config files should only be changed for good reason
+  and we want to prefer openSUSE's defaults (you still get an .rpmsafe
+  file)
+
+---



Other differences:
--
++ polkit.spec ++
--- /var/tmp/diff_new_pack.d2BLiI/_old  2013-01-10 13:51:42.0 +0100
+++ /var/tmp/diff_new_pack.d2BLiI/_new  2013-01-10 13:51:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polkit
 #
-# 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
@@ -223,11 +223,11 @@
 %attr(0700,polkitd,root) %dir %{_datadir}/polkit-1/rules.d
 %dir %{_sysconfdir}/dbus-1
 %dir %{_sysconfdir}/dbus-1/system.d
-%config(noreplace) 
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
-%config(noreplace) %{_sysconfdir}/pam.d/polkit-1
+%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
+%config %{_sysconfdir}/pam.d/polkit-1
 %dir %{_sysconfdir}/polkit-1
 %attr(0700,polkitd,root) %dir %{_sysconfdir}/polkit-1/rules.d
-%config(noreplace) %{_sysconfdir}/polkit-1/rules.d/50-default.rules
+%config %{_sysconfdir}/polkit-1/rules.d/50-default.rules
 %{_bindir}/pkaction
 %{_bindir}/pkcheck
 %verify(not mode) %attr(4755,root,root) %{_bindir}/pkexec

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



commit pixz for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package pixz for openSUSE:Factory checked in 
at 2013-01-10 13:51:15

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


Package is "pixz", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/pixz/pixz.changes2012-11-29 
09:28:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.pixz.new/pixz.changes   2013-01-10 
13:51:18.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  9 18:51:06 UTC 2013 - idon...@suse.com
+
+- Update to version 1.0.2
+  * Fix a crashing bug when input is incompressible
+https://github.com/vasi/pixz/issues/10
+  * Add a man page
+  * Add tuning options -e, -q, -f
+- Add pixz-underlinking.patch to explicitly link to -lm
+
+---

Old:

  pixz-1.0.tar.gz

New:

  pixz-1.0.2.tgz
  pixz-underlinking.patch



Other differences:
--
++ pixz.spec ++
--- /var/tmp/diff_new_pack.NfLiBG/_old  2013-01-10 13:51:19.0 +0100
+++ /var/tmp/diff_new_pack.NfLiBG/_new  2013-01-10 13:51:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pixz
 #
-# 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:   pixz
-Version:1.0
+Version:1.0.2
 Release:0
 Summary:Parallel, indexing version of XZ
 License:BSD-2-Clause
 Group:  Productivity/Archiving/Compression
 Url:https://github.com/vasi/pixz
-Source: pixz-%{version}.tar.gz
+Source: http://sourceforge.net/projects/pixz/files/pixz-%{version}.tgz
+Patch1: pixz-underlinking.patch
 BuildRequires:  libarchive-devel
 BuildRequires:  xz-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,17 +39,22 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
 mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_mandir}/man1/
+
 install -m 0755 pixz %{buildroot}/%{_bindir}/pixz
+install -m 0644 pixz.1 %{buildroot}/%{_mandir}/man1/pixz.1
 
 %files
 %defattr(-,root,root)
-%{_bindir}/pixz
 %doc TODO README LICENSE
+%{_bindir}/pixz
+%{_mandir}/man1/pixz.1.gz
 
 %changelog

++ pixz-underlinking.patch ++
Index: pixz-1.0.2/Makefile
===
--- pixz-1.0.2.orig/Makefile
+++ pixz-1.0.2/Makefile
@@ -12,7 +12,7 @@ MYCFLAGS = $(patsubst %,-I%/include,$(LI
 MYLDFLAGS = $(patsubst %,-L%/lib,$(LIBPREFIX)) $(OPT) -Wall
 
 THREADS = -lpthread
-LIBADD = $(THREADS) -llzma -larchive
+LIBADD = $(THREADS) -llzma -larchive -lm
 
 CC = gcc
 COMPILE = $(CC) $(MYCFLAGS) $(CFLAGS) -c -o
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5-pear-Horde_Timezone for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Timezone for 
openSUSE:Factory checked in at 2013-01-10 13:50:57

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


Package is "php5-pear-Horde_Timezone", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Timezone.new/php5-pear-Horde_Timezone.changes
   2013-01-10 13:50:59.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Nov 21 15:59:39 UTC 2012 - sag...@b1-systems.de
+
+- Initial version 1.0.1
+

New:

  Horde_Timezone-1.0.1.tgz
  php5-pear-Horde_Timezone.changes
  php5-pear-Horde_Timezone.spec



Other differences:
--
++ php5-pear-Horde_Timezone.spec ++
#
# spec file for package php5-pear-Horde_Timezone
#
# 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/
#


%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear
%define pear_name  Horde_Timezone
%define pear_sname Horde_Timezone

Summary:Horde Timezone library
License:LGPL-2.1
Group:  Development/Libraries/PHP

Name:   php5-pear-%{pear_name}
Version:1.0.1
Release:0
Source0:http://pear.horde.org/get/%{pear_name}-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/%{pear_name}
Requires:   php >= 5.3.3
BuildRequires:  php >= 5.3.3
BuildRequires:  php-pear >= 1.7.0
Requires:   php-pear >= 1.7.0
Requires:   php5-pear-Horde_Date >= 2.0.0
Requires:   php5-pear-Horde_Icalendar >= 2.0.0
Requires:   php5-pear-Horde_Vfs >= 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
# Fix for renaming (package convention)
Provides:   pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   php5-pear-%{pear_sname} = %{version}
Obsoletes:  pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}

%description
Library for parsing timezone databases and generating VTIMEZONE iCalendar 
components.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/%{pear_name}.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{pear_name}.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/%{pear_name}
fi

%files 
%defattr(-,root,root)
%{peardir}/*
%{xmldir}/%{pear_name}.xml

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



commit perf for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2013-01-10 13:50:46

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


Package is "perf", Maintainer is "to...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perf/perf.changes2012-05-21 
07:29:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2013-01-10 
13:50:48.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 25 00:00:02 UTC 2012 - to...@suse.com
+
+- Add /etc/bash_completion.d/perf to %files (fix build error)
+
+---



Other differences:
--
++ perf.spec ++
--- /var/tmp/diff_new_pack.YMISPF/_old  2013-01-10 13:50:49.0 +0100
+++ /var/tmp/diff_new_pack.YMISPF/_new  2013-01-10 13:50:49.0 +0100
@@ -64,6 +64,7 @@
 %defattr(-, root, root)
 %doc COPYING CREDITS README tools/perf/design.txt
 %{_bindir}/perf
+%{_sysconfdir}/bash_completion.d/perf
 %{_libexecdir}/%{name}
 %{_mandir}/man1/perf*
 

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



commit patterns-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2013-01-10 13:48:57

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


Package is "patterns-openSUSE", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2013-01-07 17:31:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2013-01-10 13:48:59.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan  9 15:21:03 UTC 2013 - co...@suse.com
+
+- Ludwig Nussel (2):
+  update minimal pattern
+  add --no-recommends
+
+Commit: 06838603
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.wy9eGR/_old  2013-01-10 13:49:00.0 +0100
+++ /var/tmp/diff_new_pack.wy9eGR/_new  2013-01-10 13:49:00.0 +0100
@@ -1691,11 +1691,14 @@
 Summary:Meta package for pattern minimal_base
 Group:  Metapackages
 Recommends: SuSEfirewall2
+Recommends: aaa_base-extras
 Recommends: autofs
 Recommends: bc
+Recommends: ca-certificates-mozilla
 Recommends: cracklib-dict-small
 Recommends: deltarpm
 Recommends: eject
+Recommends: ethtool
 Recommends: glibc-locale
 Recommends: haveged
 Recommends: hdparm
@@ -1736,19 +1739,29 @@
 Summary:Meta package for pattern minimal_base-conflicts
 Group:  Metapackages
 Conflicts:  bash-doc
+Conflicts:  bundle-lang-gnome-extras-en
 Conflicts:  cups-client
 Conflicts:  desktop-data-openSUSE
 Conflicts:  desktop-translations
 Conflicts:  glib-networking
 Conflicts:  gsettings-backend-dconf
+Conflicts:  gtk3-branding
+Conflicts:  gtk3-immodule-amharic
+Conflicts:  gtk3-immodule-inuktitut
+Conflicts:  gtk3-immodule-thai
+Conflicts:  gtk3-immodule-tigrigna
+Conflicts:  gtk3-immodule-vietnamese
+Conflicts:  gvfs
 Conflicts:  libproxy1-config-gnome3
 Conflicts:  netpbm
+Conflicts:  openssh-askpass
 Conflicts:  perl-doc
 Conflicts:  python
 Conflicts:  readline-doc
 Conflicts:  samba-client
 Conflicts:  smtp_daemon
 Conflicts:  vim-data
+Conflicts:  xdg-utils
 Conflicts:  yast2-branding
 Conflicts:  zypper-log
 Requires:   patterns-openSUSE-minimal_base

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/convert_to_repomd 
new/patterns-openSUSE-data/convert_to_repomd
--- old/patterns-openSUSE-data/convert_to_repomd2013-01-07 
11:23:28.0 +0100
+++ new/patterns-openSUSE-data/convert_to_repomd2013-01-09 
16:20:42.0 +0100
@@ -18,7 +18,7 @@
 #use YAML qw/Dump Load DumpFile LoadFile/;
 #use Data::Dumper;
 
-my $version = "12.1";
+my $version = "12.3";
 my $release = "99";
 my $arch = 'x86_64';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/MINIMAL 
new/patterns-openSUSE-data/data/MINIMAL
--- old/patterns-openSUSE-data/data/MINIMAL 2013-01-07 11:23:28.0 
+0100
+++ new/patterns-openSUSE-data/data/MINIMAL 2013-01-09 16:20:42.0 
+0100
@@ -4,11 +4,14 @@
 
 +Prc:
 SuSEfirewall2
+aaa_base-extras
 autofs
 bc
+ca-certificates-mozilla
 cracklib-dict-small
 deltarpm
 eject
+ethtool
 glibc-locale
 haveged
 hdparm
@@ -37,4 +40,3 @@
 wireless-tools
 wol
 -Prc:
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/MINIMAL-CONFLICTS 
new/patterns-openSUSE-data/data/MINIMAL-CONFLICTS
--- old/patterns-openSUSE-data/data/MINIMAL-CONFLICTS   2013-01-07 
11:23:28.0 +0100
+++ new/patterns-openSUSE-data/data/MINIMAL-CONFLICTS   2013-01-09 
16:20:42.0 +0100
@@ -26,4 +26,17 @@
 zypper-log
 // systemd recommends dbus-1-python
 python
+// gtk3
+gtk3-branding
+gtk3-immodule-amharic
+gtk3-immodule-inuktitut
+gtk3-immodule-thai
+gtk3-immodule-tigrigna
+gtk3-immodule-vietnamese
+gvfs
+bundle-lang-gnome-extras-en
+// requires X11
+openssh-askpass
+// requires all kinds of perl modules
+xdg-utils
 -Pcn:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/t/minimal/Makefile 
new/patterns-openSUSE-data/t/minimal/Makefile
--- old/patterns-openSUSE-data/t/minimal/Makefile   2013-01-07 
11:23:28.0 +0100
+++ new/patterns-openSUSE-data/t/minimal/Makefile   2013-01-09 
16:20:42.0 +0100
@@ -1,6 +1,6 @@
 #ARGS=--expl

commit pango for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package pango for openSUSE:Factory checked 
in at 2013-01-10 13:48:45

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


Package is "pango", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/pango/pango.changes  2012-12-14 
10:20:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.pango.new/pango.changes 2013-01-10 
13:48:48.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 19 09:59:10 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.32.5:
+  + Fix build failures (bgo#689864).
+  + Other bugs fixed: bgo#689882, bgo#686512, bgo#690081,
+bgo#679299, bgo#689843.
+
+---

Old:

  pango-1.32.4.tar.xz

New:

  pango-1.32.5.tar.xz



Other differences:
--
++ pango.spec ++
--- /var/tmp/diff_new_pack.3XLBrt/_old  2013-01-10 13:48:50.0 +0100
+++ /var/tmp/diff_new_pack.3XLBrt/_new  2013-01-10 13:48:50.0 +0100
@@ -20,7 +20,7 @@
 %define pango_binary_version 1.8.0
 
 Name:   pango
-Version:1.32.4
+Version:1.32.5
 Release:0
 Summary:Library for Layout and Rendering of Text
 License:LGPL-2.1+

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



commit package-translations for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2013-01-10 13:48:35

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new (New)


Package is "package-translations", Maintainer is "co...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-12-28 22:46:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2013-01-10 13:48:38.0 +0100
@@ -2 +2 @@
-Tue Dec 25 16:14:06 CET 2012 - 
+Wed Jan  9 16:13:50 CET 2013 - 
@@ -4 +4 @@
-- automated update on 2012-12-25
+- automated update on 2013-01-09



Other differences:
--
++ package-translations.spec ++
--- /var/tmp/diff_new_pack.euheKR/_old  2013-01-10 13:48:39.0 +0100
+++ /var/tmp/diff_new_pack.euheKR/_new  2013-01-10 13:48:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package package-translations
 #
-# 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

++ package-translations.tar.bz2 ++
Files old/mo/package-translations-cs.mo and new/mo/package-translations-cs.mo 
differ
Files old/mo/package-translations-de.mo and new/mo/package-translations-de.mo 
differ
Files old/mo/package-translations-es.mo and new/mo/package-translations-es.mo 
differ
Files old/mo/package-translations-fr.mo and new/mo/package-translations-fr.mo 
differ
Files old/mo/package-translations-hu.mo and new/mo/package-translations-hu.mo 
differ
Files old/mo/package-translations-it.mo and new/mo/package-translations-it.mo 
differ
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-nl.mo and new/mo/package-translations-nl.mo 
differ
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

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



commit osc-plugin-collab for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package osc-plugin-collab for 
openSUSE:Factory checked in at 2013-01-10 13:48:09

Comparing /work/SRC/openSUSE:Factory/osc-plugin-collab (Old)
 and  /work/SRC/openSUSE:Factory/.osc-plugin-collab.new (New)


Package is "osc-plugin-collab", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/osc-plugin-collab/osc-plugin-collab.changes  
2013-01-08 14:40:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.osc-plugin-collab.new/osc-plugin-collab.changes 
2013-01-10 13:48:11.0 +0100
@@ -1,0 +2,10 @@
+Thu Jan 10 08:41:16 UTC 2013 - vu...@opensuse.org
+
+- Make build noarch.
+- Fix build on Fedora/RHEL/CentOS/ScientificLinux:
+  + Use Requires instead of Recommends since there are no
+Recommends there.
+  + Package .pyc/.pyo files following the Fedora packaging policy
+(except for ScientificLinux, which doesn't do that).
+
+---



Other differences:
--
++ osc-plugin-collab.spec ++
--- /var/tmp/diff_new_pack.Y3weBG/_old  2013-01-10 13:48:12.0 +0100
+++ /var/tmp/diff_new_pack.Y3weBG/_new  2013-01-10 13:48:12.0 +0100
@@ -28,12 +28,19 @@
 # Needed for directory ownership
 BuildRequires:  osc
 Requires:   osc
+%if !(0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} || 
0%{?scientificlinux_version})
 Recommends: quilt
 Recommends: rpm-python
 Recommends: xz
+%else
+Requires:   quilt
+Requires:   rpm-python
+Requires:   xz
+%endif
 # osc gnome was part of osc-plugins-gnome
 Conflicts:  osc-plugins-gnome <= 0.4.26
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %if %(if test -d %{_prefix}/lib/osc-plugins; then echo 1; else echo 0; fi)
 %define oscplugindir %{_prefix}/lib/osc-plugins
 %else
@@ -58,5 +65,9 @@
 %files
 %defattr(-, root, root)
 %{oscplugindir}/osc-collab.py
+%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
+%{oscplugindir}/osc-collab.pyc
+%{oscplugindir}/osc-collab.pyo
+%endif
 
 %changelog

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



commit openscap for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2013-01-10 13:47:57

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


Package is "openscap", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/openscap/openscap.changes2012-11-28 
11:44:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes   2013-01-10 
13:48:01.0 +0100
@@ -1,0 +2,13 @@
+Tue Jan  8 10:47:53 UTC 2013 - meiss...@suse.com
+
+- updated to 0.9.3
+  - Embedded CPE dictionary (allows users to ommit --cpe argument)
+  - improvements of DataStream and CPE processing on RHEL5
+  - changed API of various functions in cpe_dict, benchmark and
+xccdf_policy to use string timestamp instead of time_t [1]
+  - fixed several issues found by Coverity and cppcheck static code
+analysis
+  - bug fixes
+- bumped SOVERSION from 2 to 3.
+
+---

Old:

  openscap-0.9.2.tar.gz
  openscap-0.9.2.tar.gz.sha1sum

New:

  openscap-0.9.3.tar.gz
  openscap-0.9.3.tar.gz.sha1sum



Other differences:
--
++ openscap.spec ++
--- /var/tmp/diff_new_pack.5Zjhvm/_old  2013-01-10 13:48:03.0 +0100
+++ /var/tmp/diff_new_pack.5Zjhvm/_new  2013-01-10 13:48:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openscap
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%define soname 2
+%define soname 3
 %define with_bindings 0
 
 Name:   openscap
-Version:0.9.2
+Version:0.9.3
 Release:1.0
 Source: 
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz
 Source5:
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum
@@ -229,8 +229,10 @@
 %{_libexecdir}/openscap/probe_xmlfilecontent
 
 %dir %{_datadir}/openscap
+%dir %{_datadir}/openscap/cpe
 %dir %{_datadir}/openscap/schemas
 %dir %{_datadir}/openscap/xsl
+%{_datadir}/openscap/cpe/*
 %{_datadir}/openscap/schemas/*
 %{_datadir}/openscap/xsl/*
 

++ openscap-0.9.2.tar.gz -> openscap-0.9.3.tar.gz ++
/work/SRC/openSUSE:Factory/openscap/openscap-0.9.2.tar.gz 
/work/SRC/openSUSE:Factory/.openscap.new/openscap-0.9.3.tar.gz differ: char 5, 
line 1

++ openscap-0.9.2.tar.gz.sha1sum -> openscap-0.9.3.tar.gz.sha1sum ++
--- /work/SRC/openSUSE:Factory/openscap/openscap-0.9.2.tar.gz.sha1sum   
2012-11-28 11:44:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap-0.9.3.tar.gz.sha1sum  
2013-01-10 13:48:01.0 +0100
@@ -1 +1 @@
-4c1e6a2b612bc5d882889198a87b0df25b12317d  openscap-0.9.2.tar.gz
+393ba6354459c7780bb3ea5491cd874a23d2c556  openscap-0.9.3.tar.gz



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



commit MozillaThunderbird for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2013-01-10 13:47:30

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


Package is "MozillaThunderbird", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2012-12-03 10:44:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2013-01-10 13:47:31.0 +0100
@@ -1,0 +2,44 @@
+Sat Jan  5 12:40:00 UTC 2013 - w...@rosenauer.org
+
+- update to Thunderbird 17.0.2 (bnc#796895)
+  * MFSA 2013-01/CVE-2013-0749/CVE-2013-0769/CVE-2013-0770
+Miscellaneous memory safety hazards
+  * MFSA 2013-02/CVE-2013-0760/CVE-2013-0762/CVE-2013-0766/CVE-2013-0767
+CVE-2013-0761/CVE-2013-0763/CVE-2013-0771/CVE-2012-5829
+Use-after-free and buffer overflow issues found using Address Sanitizer
+  * MFSA 2013-03/CVE-2013-0768 (bmo#815795)
+Buffer Overflow in Canvas
+  * MFSA 2013-04/CVE-2012-0759 (bmo#802026)
+URL spoofing in addressbar during page loads
+  * MFSA 2013-05/CVE-2013-0744 (bmo#814713)
+Use-after-free when displaying table with many columns and column groups
+  * MFSA 2013-07/CVE-2013-0764 (bmo#804237)
+Crash due to handling of SSL on threads
+  * MFSA 2013-08/CVE-2013-0745 (bmo#794158)
+AutoWrapperChanger fails to keep objects alive during garbage collection
+  * MFSA 2013-09/CVE-2013-0746 (bmo#816842)
+Compartment mismatch with quickstubs returned values
+  * MFSA 2013-10/CVE-2013-0747 (bmo#733305)
+Event manipulation in plugin handler to bypass same-origin policy
+  * MFSA 2013-11/CVE-2013-0748 (bmo#806031)
+Address space layout leaked in XBL objects
+  * MFSA 2013-12/CVE-2013-0750 (bmo#805121)
+Buffer overflow in Javascript string concatenation
+  * MFSA 2013-13/CVE-2013-0752 (bmo#805024)
+Memory corruption in XBL with XML bindings containing SVG
+  * MFSA 2013-14/CVE-2013-0757 (bmo#813901)
+Chrome Object Wrapper (COW) bypass through changing prototype
+  * MFSA 2013-15/CVE-2013-0758 (bmo#813906)
+Privilege escalation through plugin objects
+  * MFSA 2013-16/CVE-2013-0753 (bmo#814001)
+Use-after-free in serializeToStream
+  * MFSA 2013-17/CVE-2013-0754 (bmo#814026)
+Use-after-free in ListenerManager
+  * MFSA 2013-18/CVE-2013-0755 (bmo#814027)
+Use-after-free in Vibrate
+  * MFSA 2013-19/CVE-2013-0756 (bmo#814029)
+Use-after-free in Javascript Proxy objects
+- requires NSS 3.14.1 (MFSA 2013-20, CVE-2013-0743)
+- update Enigmail to 1.5.0
+
+---

Old:

  enigmail-1.4.6.tar.gz
  l10n-17.0.tar.bz2
  thunderbird-17.0-source.tar.bz2

New:

  enigmail-1.5.0.tar.gz
  l10n-17.0.2.tar.bz2
  thunderbird-17.0.2-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.UyDb0O/_old  2013-01-10 13:47:46.0 +0100
+++ /var/tmp/diff_new_pack.UyDb0O/_new  2013-01-10 13:47:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaThunderbird
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #   2006-2012 Wolfgang Rosenauer 
 #
 # All modifications and additions to the file contributed by third parties
@@ -30,8 +30,8 @@
 BuildRequires:  libgnomeui-devel
 BuildRequires:  libidl-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  mozilla-nspr-devel >= 4.9.2
-BuildRequires:  mozilla-nss-devel >= 3.13.6
+BuildRequires:  mozilla-nspr-devel >= 4.9.4
+BuildRequires:  mozilla-nss-devel >= 3.14.1
 BuildRequires:  nss-shared-helper-devel
 BuildRequires:  python
 BuildRequires:  startup-notification-devel
@@ -40,11 +40,11 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 17.0
+%define mainversion 17.0.2
 %define update_channel release
 Version:%{mainversion}
 Release:0
-%define releasedate 2012111600
+%define releasedate 2013010500
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package
@@ -65,7 +65,7 @@
 Source6:suse-default-prefs.js
 Source7:find-external-requires.sh
 Source8:thunderbird-rpmlintrc
-Source9:enigmail-1.4.6.tar.gz
+Source9:enigmail-1.5.0.tar.gz
 Source10:   create-tar.sh
 Source11:   compare-locales.tar.bz2
 Source12:   kde.js
@@ -173,7 +173,7 @@
 
 %if %build_enigmail
 %package -n enigmail
-Version:1.4.6+%{mainversion}
+Version

commit mozilla-nss for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2013-01-10 13:33:23

Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nss.new (New)


Package is "mozilla-nss", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2013-01-04 
13:11:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2013-01-10 13:33:25.0 +0100
@@ -4,2 +4,3 @@
-- updated CA database (nssckbi-1.93.patch) (bmo#825022)
-  * revoke mis-issued intermediate certificates from TURKTRUST
+- updated CA database (nssckbi-1.93.patch)
+  * MFSA 2013-20/CVE-2013-0743 (bmo#825022, bnc#796628)
+revoke mis-issued intermediate certificates from TURKTRUST



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.5DUTf9/_old  2013-01-10 13:33:26.0 +0100
+++ /var/tmp/diff_new_pack.5DUTf9/_new  2013-01-10 13:33:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mozilla-nss
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2006-2012 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties



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



commit libyui-ncurses-pkg for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libyui-ncurses-pkg for 
openSUSE:Factory checked in at 2013-01-10 13:12:54

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


Package is "libyui-ncurses-pkg", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg.changes
2012-12-19 14:50:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new/libyui-ncurses-pkg.changes   
2013-01-10 13:12:57.0 +0100
@@ -4 +4,2 @@
-- Improve help text for recommended packages
+- Improve help text for recommended packages, fix typos
+- V 2.43.2

Old:

  libyui-ncurses-pkg-2.43.1.tar.bz2

New:

  libyui-ncurses-pkg-2.43.2.tar.bz2



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

++ libyui-ncurses-pkg.spec ++
--- /var/tmp/diff_new_pack.cJjQdT/_old  2013-01-10 13:12:58.0 +0100
+++ /var/tmp/diff_new_pack.cJjQdT/_new  2013-01-10 13:12:58.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-ncurses-pkg (Version 2.43.1)
+# spec file for package libyui-ncurses-pkg (Version 2.43.2)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -18,7 +18,7 @@
 # norootforbuild
 
 Name:  libyui-ncurses-pkg
-Version:   2.43.1
+Version:   2.43.2
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-ncurses-pkg-%{version}.tar.bz2

++ libyui-ncurses-pkg-2.43.1.tar.bz2 -> libyui-ncurses-pkg-2.43.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.43.1/ChangeLog 
new/libyui-ncurses-pkg-2.43.2/ChangeLog
--- old/libyui-ncurses-pkg-2.43.1/ChangeLog 2012-12-12 11:12:50.0 
+0100
+++ new/libyui-ncurses-pkg-2.43.2/ChangeLog 2013-01-09 12:23:11.0 
+0100
@@ -1,7 +1,8 @@
 ---
 Wed Dec 12 11:05:08 CET 2012 - g...@suse.de
 
-- Improve help text for recommended packages
+- Improve help text for recommended packages, fix typos
+- V 2.43.2
 
 ---
 Wed Oct 24 16:55:45 CEST 2012 - g...@suse.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.43.1/VERSION.cmake 
new/libyui-ncurses-pkg-2.43.2/VERSION.cmake
--- old/libyui-ncurses-pkg-2.43.1/VERSION.cmake 2012-12-12 11:12:50.0 
+0100
+++ new/libyui-ncurses-pkg-2.43.2/VERSION.cmake 2013-01-09 12:23:11.0 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "43" )
-SET( VERSION_PATCH "1" )
+SET( VERSION_PATCH "2" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 # This is need for the libyui core, ONLY.

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



commit LibVNCServer for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package LibVNCServer for openSUSE:Factory 
checked in at 2013-01-10 13:12:26

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


Package is "LibVNCServer", Maintainer is "orpha...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/LibVNCServer/LibVNCServer.changes
2012-12-31 14:26:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.LibVNCServer.new/LibVNCServer.changes   
2013-01-10 13:12:28.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan  1 19:35:08 UTC 2013 - crrodrig...@opensuse.org
+
+- Switch SSL backend to openssl, we all agree that OpenSSL
+  has it faults, but it is heavily optimized in all platforms
+  not only x86 and performance matters in interactive,latency
+  sensitive tasks like VNC.
+
+- libvncserver-ossl.patch Ensures openssl use less memory
+  and avoid abi breaks on openSSL updates.
+
+---

New:

  libvncserver-ossl.patch



Other differences:
--
++ LibVNCServer.spec ++
--- /var/tmp/diff_new_pack.uHSR6S/_old  2013-01-10 13:12:29.0 +0100
+++ /var/tmp/diff_new_pack.uHSR6S/_new  2013-01-10 13:12:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package LibVNCServer
 #
-# 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,13 @@
 
 
 Name:   LibVNCServer
-BuildRequires:  gnutls-devel
 BuildRequires:  libavahi-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtool
 BuildRequires:  lzo-devel
+BuildRequires:  openssl-devel
 BuildRequires:  slang-devel
 BuildRequires:  xorg-x11-devel
 Version:0.9.9
@@ -43,6 +43,7 @@
 Patch10:LibVNCServer-0.9.9-no_x11vnc.patch
 #PATCH_FIX-OPENSUSE: Use system fast byteswap routines.
 Patch11:libvncserver-byteswap.patch
+Patch12:libvncserver-ossl.patch
 
 %description
 VNC is a set of programs using the RFB (Remote Frame Buffer) protocol.
@@ -87,6 +88,7 @@
 # ./configure --enable-maintainer-mode
 # sh ./autogen.sh
 %patch11
+%patch12
 # fix encoding
 for file in AUTHORS ChangeLog ; do
 mv ${file} ${file}.OLD && \

++ libvncserver-ossl.patch ++
--- libvncclient/tls_openssl.c.orig
+++ libvncclient/tls_openssl.c
@@ -18,9 +18,11 @@
  *  USA.
  */
 
+#include "rfbconfig.h"
 #include 
 #include 
-
+#define OPENSSL_LOAD_CONF
+#define OPENSSL_NO_SSL_INTERN
 #include 
 #include 
 #include 
@@ -157,7 +159,7 @@ ssl_verify (int ok, X509_STORE_CTX *ctx)
 
   ssl = X509_STORE_CTX_get_ex_data (ctx, SSL_get_ex_data_X509_STORE_CTX_idx 
());
 
-  client = SSL_CTX_get_app_data (ssl->ctx);
+  client = SSL_CTX_get_app_data (SSL_get_SSL_CTX(ssl));
 
   cert = X509_STORE_CTX_get_current_cert (ctx);
   err = X509_STORE_CTX_get_error (ctx);
@@ -240,6 +242,10 @@ open_ssl_connection (rfbClient *client,
   BIO *sbio;
 
   ssl_ctx = SSL_CTX_new (SSLv23_client_method ());
+#ifdef SSL_MODE_RELEASE_BUFFERS
+  SSL_CTX_set_mode(ssl_ctx, SSL_MODE_RELEASE_BUFFERS);
+#endif
+  SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2);
   SSL_CTX_set_default_verify_paths (ssl_ctx);
   SSL_CTX_set_verify (ssl_ctx, SSL_VERIFY_NONE, &ssl_verify);
   ssl = SSL_new (ssl_ctx);
@@ -259,8 +265,8 @@ open_ssl_connection (rfbClient *client,
   if (wait_for_data(ssl, n, 1) != 1) 
   {
 finished = 1; 
-if (ssl->ctx)
-  SSL_CTX_free (ssl->ctx);
+if (SSL_get_SSL_CTX(ssl))
+  SSL_CTX_free (SSL_get_SSL_CTX(ssl));
 SSL_free(ssl);
 SSL_shutdown (ssl);
 
--- libvncserver/rfbssl_openssl.c.orig
+++ libvncserver/rfbssl_openssl.c
@@ -21,7 +21,10 @@
  *  USA.
  */
 
+#include "rfbconfig.h"
 #include "rfbssl.h"
+#define OPENSSL_LOAD_CONF
+#define OPENSSL_NO_SSL_INTERN
 #include 
 #include 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit librtas for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package librtas for openSUSE:Factory checked 
in at 2013-01-10 13:11:57

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


Package is "librtas", Maintainer is "jloe...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/librtas/librtas.changes  2012-02-08 
15:39:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.librtas.new/librtas.changes 2013-01-10 
13:12:00.0 +0100
@@ -1,0 +2,22 @@
+Fri Dec 28 12:11:40 UTC 2012 - dval...@suse.com
+
+- update to 1.3.7
+   librtas allocates buffer space (required for RTAS call) in the 
+RTAS private memory area through sc_get_rmo_buffer() which 
+internally allocates memory and protects it by acquiring 
+lock on the allocated memory area.
+
+Locking function :
+ At present acquire_file_lock() tries to lock the particular 
+memory area. If the memory area is already locked then it 
+returns error without retrying.
+
+So when two process executes rtas call simultaneously one fails 
+with "Unknown librtas I/O" error.
+
+This patch introduces "Wait for lock to be available" instead 
+of returning with IO error.
+
+- fixed minor memory leak in librtas.so
+
+---

Old:

  librtas-1.3.6.tar.bz2

New:

  librtas-1.3.7.tar.gz



Other differences:
--
++ librtas.spec ++
--- /var/tmp/diff_new_pack.boBBJA/_old  2013-01-10 13:12:01.0 +0100
+++ /var/tmp/diff_new_pack.boBBJA/_new  2013-01-10 13:12:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librtas
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   librtas
 BuildRequires:  doxygen
-Version:1.3.6
+Version:1.3.7
 Release:0
 BuildRequires:  fdupes
 Summary:Libraries to provide access to RTAS calls and RTAS events
@@ -27,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  ppc ppc64
 Url:http://librtas.ozlabs.org/
-Source0:http://librtas.ozlabs.org/downloads/librtas-%{version}.tar.bz2
+Source0:
http://sourceforge.net/projects/librtas/files/librtas-%{version}.tar.gz
 Patch:  librtas-failedmagic.patch
 
 %description 
@@ -51,7 +51,7 @@
 %package devel
 Summary:Devel librtas files
 Group:  Development/Libraries/C and C++
-Requires:   librtas1 = 1.3.6
+Requires:   librtas1 = %{version}
 
 %description devel
 This package provides devel files of librtas
@@ -97,7 +97,6 @@
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS -fPIC -g -I $PWD/librtasevent_src" 
LIB_DIR="%{_libdir}" %{?_smp_mflags}
-make doc
 
 %install
 rm -rf $RPM_BUILD_ROOT doc/*/latex

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



commit libpfm for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libpfm for openSUSE:Factory checked 
in at 2013-01-10 13:10:37

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


Package is "libpfm", Maintainer is "to...@suse.com"

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.libpfm.new/libpfm.changes   2013-01-10 
13:10:39.0 +0100
@@ -0,0 +1,25 @@
+---
+Wed Jan  9 14:18:06 CET 2013 - p...@suse.de
+
+- Run service to format spec file.
+- Small cosmetic changes in spec file.
+
+---
+Tue Jan  8 00:13:39 UTC 2013 - to...@suse.com
+
+- Changes to python builds, drop duplicate defns already in system macros.
+- Fix build when with_python=0
+
+---
+Fri Jan  4 08:19:57 UTC 2013 - jeng...@inai.de
+
+- Parallel build, remove redundant %clean section, consistent use
+  of %buildroot
+- Follow python package naming guidelines
+- Separate out static library into distinct subpackage
+
+---
+Sat Dec 29 20:52:00 UTC 2012 - to...@suse.com
+
+- Initial checkin of libpfm4 (version 4.3). 
+

New:

  libpfm-4.3.0.tar.bz2
  libpfm.changes
  libpfm.spec



Other differences:
--
++ libpfm.spec ++
#
# spec file for package libpfm
#
# 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/
#


%{!?with_python: %global with_python 1}

Name:   libpfm
Version:4.3.0
Release:0
%define vname   libpfm4
Summary:Library to encode performance events
License:MIT
Group:  Development/Libraries/C and C++
Url:http://perfmon2.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
%if %{with_python}
BuildRequires:  python-devel
BuildRequires:  swig
%endif
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
This package provides a library that can be used to encode events into the
format required by the operating systems performance monitoring subsystem.

%package -n %{vname}
Summary:Runtime library to encode performance events for use by perf 
tool
Group:  System/Libraries

%description -n %{vname}
This package provides a library that can be used to encode events into the 
format required by the operating systems performance monitoring subsystem.
The library does not make any performance monitoring system calls, it simply 
provides a method to convert an event name, expressed as a string, to an event 
encoding. The user of the library may use this event encoding in a subsequent 
system call.

The current libpfm4 provides support for the perf_events interface which was
introduced in Linux v2.6.31.

%packagedevel
Summary:Development library to encode performance events for 
perf_events interface
Group:  Development/Libraries/C and C++
Requires:   %{vname} = %{version}

%description devel
This package provides development libraries and header files used to encode 
performance events for perf_events interface.

%packagedevel-static
Summary:Static library version of libpfm
Group:  Development/Libraries/C and C++
Requires:   %name-devel = %version

%description devel-static
This package contains the static variant of libpfm.

%if %{with_python}
%package -n python-%name
Summary:Python bindings for libpfm and perf_event_open system call
Group:  Development/Libraries/Python
Requires:   %{vname} = %{version}

%description -n python-%name
This package provides python bindings for the libpfm4 package and the 
perf_event_open system call.
%endif

%prep
%setup -q

%build
%if %{with_python}
%global python_config CONFIG_PFMLIB_NOPYTHON=n
%else
%global python_config CONFIG_PFMLIB_NOPYTHON=y
%endif
make %{?_smp_mflags} %{python_config}

%install

%if %{with_python}
%global python_config CONFIG_PFMLIB_NOPYTHON=n 
PYTHON_PREFIX="%buildroot/%py_pr

commit libp11 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libp11 for openSUSE:Factory checked 
in at 2013-01-10 13:10:21

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


Package is "libp11", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libp11/libp11.changes2011-11-21 
15:47:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libp11.new/libp11.changes   2013-01-10 
13:10:26.0 +0100
@@ -1,0 +2,9 @@
+Tue Sep 25 17:00:26 CEST 2012 - sbra...@suse.cz
+
+- Update to version 0.2.8:
+  * Bumped soname for PKCS11_token struct size changes.
+  * Display the number of available slots.
+  * Expose more token flags in PKCS11_token structure.
+  * Check that private data is not NULL in pkcs11_release_slot.
+
+---

Old:

  libp11-0.2.7.tar.bz2

New:

  libp11-0.2.8.tar.gz



Other differences:
--
++ libp11.spec ++
--- /var/tmp/diff_new_pack.JrGMzQ/_old  2013-01-10 13:10:27.0 +0100
+++ /var/tmp/diff_new_pack.JrGMzQ/_new  2013-01-10 13:10:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libp11
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,20 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libp11
-Version:0.2.7
-Release:1
+Version:0.2.8
+Release:0
 Url:http://www.opensc-project.org/libp11/
-Group:  Productivity/Security
-License:LGPL-2.1+
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
-Source: %{name}-%{version}.tar.bz2
+License:LGPL-2.1+
+Group:  Productivity/Security
+Source: %{name}-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 Source2:baselibs.conf
-BuildRequires:  doxygen libtool openssl-devel pkg-config zlib-devel
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  libtool
+BuildRequires:  openssl-devel
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,12 +45,11 @@
 and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic
 Token Interface (Cryptoki)".
 
-%package -n libp11-1
-License:LGPL-2.1+
-Group:  Productivity/Security
+%package -n libp11-2
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
+Group:  Productivity/Security
 
-%description -n libp11-1
+%description -n libp11-2
 Libp11 is a library implementing a small layer on top of PKCS#11 API to
 make using PKCS#11 implementations easier.
 
@@ -59,10 +61,10 @@
 Token Interface (Cryptoki)".
 
 %package devel
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
-Requires:   libp11-1 = %{version} openssl-devel
+Group:  Development/Libraries/C and C++
+Requires:   libp11-2 = %{version}
+Requires:   openssl-devel
 
 %description devel
 Libp11 is a library implementing a small layer on top of PKCS#11 API to
@@ -87,26 +89,27 @@
 %endif
 %configure --disable-static --with-pic \
--enable-doc\
-   --docdir=%{_docdir}/libp11-1\
+   --docdir=%{_docdir}/libp11-2\
--enable-api-doc\
--with-apidocdir=%{_docdir}/%{name}-devel
 make %{?jobs:-j%jobs}
 
 %install
 %makeinstall
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} $RPM_BUILD_ROOT%{_docdir}/libp11-1
+mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} $RPM_BUILD_ROOT%{_docdir}/libp11-2
 rm -f %{buildroot}%{_libdir}/*.la
+%fdupes %{buildroot}%{_docdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -n libp11-1 -p /sbin/ldconfig
+%post -n libp11-2 -p /sbin/ldconfig
 
-%postun -n libp11-1 -p /sbin/ldconfig
+%postun -n libp11-2 -p /sbin/ldconfig
 
-%files -n libp11-1
+%files -n libp11-2
 %defattr (-, root, root)
-%doc %{_docdir}/libp11-1
+%doc %{_docdir}/libp11-2
 %{_libdir}/*.so.*
 
 %files devel

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.JrGMzQ/_old  2013-01-10 13:10:27.0 +0100
+++ /var/tmp/diff_new_pack.JrGMzQ/_new  2013-01-10 13:10:27.0 +0100
@@ -1 +1 @@
-libp11-1
+libp11-2

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



commit libgphoto2 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2013-01-10 13:07:48

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


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-10-18 
21:53:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2013-01-10 13:07:51.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  9 14:07:32 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.0.2 temp snapshot
+  - various new ids
+  - various bugfixes
+  - Canon driver fixes
+  - PTP driver fixes: Canon EOS thumbnail fixes
+  - translation updates
+
+---

Old:

  libgphoto2-2.5.0.tar.bz2

New:

  libgphoto2-2.5.0.2.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.DctEqK/_old  2013-01-10 13:07:52.0 +0100
+++ /var/tmp/diff_new_pack.DctEqK/_new  2013-01-10 13:07:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# 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,7 +47,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.0
+Version:2.5.0.2
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf

++ libgphoto2-2.5.0.tar.bz2 -> libgphoto2-2.5.0.2.tar.bz2 ++
 208135 lines of diff (skipped)

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



commit kvm for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

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

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


Package is "kvm", Maintainer is "brog...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kvm/kvm.changes  2012-12-12 13:27:36.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kvm.new/kvm.changes 2013-01-10 
13:07:12.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan  9 21:58:14 UTC 2013 - brog...@suse.com
+
+- Update to latest seabios sources (git id: 261e870) (bnc#797624,
+  bnc#794695)
+- Removed kvm-supported.txt, as it does not apply to openSUSE
+
+---
+Thu Dec 13 09:31:39 UTC 2012 - ag...@suse.com
+
+- Remove IA64 support
+
+---

Old:

  IA64-compile-fix-suse.patch
  IA64-kvm-suse.patch
  ia64-fix-pagesize.pl
  seabios-8b73b83.tar.bz2

New:

  seabios-261e870.tar.bz2



Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.4GQDEF/_old  2013-01-10 13:07:15.0 +0100
+++ /var/tmp/diff_new_pack.4GQDEF/_new  2013-01-10 13:07:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kvm
 #
-# 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 @@
 
 %define package_true_version 1.3.0
 %define package_base_version 1.3.0
-%define bios_id seabios-8b73b83
+%define bios_id seabios-261e870
 # (this is post v1.7.1 upstream seabios code)
 %define pxe_rom_id ipxe-717279a
 # (this is post v1.0.0 upstream ipxe code)
@@ -33,7 +33,7 @@
 # individually and not as a group
 %define firmware_files {bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin 
vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin optionrom/linuxboot.bin 
optionrom/multiboot.bin optionrom/kvmvapic.bin}
 
-ExclusiveArch:  %ix86 x86_64 ia64 s390x
+ExclusiveArch:  %ix86 x86_64 s390x
 
 %ifarch %ix86 x86_64
 # choice of building all from source or using provided binary x86 blobs
@@ -71,7 +71,7 @@
 %if 0%{?suse_version} >= 1130
 BuildRequires:  brlapi-devel
 %endif
-%ifarch %ix86 x86_64 ia64
+%ifarch %ix86 x86_64
 %if %{build_fw_from_source}
 # needed for building vgabios:
 BuildRequires:  bin86
@@ -156,11 +156,6 @@
 Patch200:   kvm-studio-slirp-nooutgoing.patch
 Patch201:   kvm-studio-vnc.patch
 
-# for IA64
-Source500:  ia64-fix-pagesize.pl
-Patch500:   IA64-kvm-suse.patch
-Patch501:   IA64-compile-fix-suse.patch
-
 # for S390
 Patch700:   S390-qemu-early-printk.patch
 Patch701:   S390-0003-Make-char-muxer-more-robust-wrt-small-FIFOs.patch
@@ -212,7 +207,6 @@
 %patch02 -p1
 %endif
 %setup -q -n qemu-%{package_true_version} -a 6 -a 9 -a 10
-#BFR%setup -q -n qemu-%{name}-%{package_true_version} -a 6 -a 9 -a 10
 %if %{build_fw_from_source}
 #ensure that we only end up with the ones we built
 for i in %firmware_files
@@ -250,11 +244,6 @@
 %patch200 -p1
 %patch201 -p1
 
-# IA64 support
-%ifarch ia64
-%patch500 -p1
-%patch501 -p1
-%endif
 # S390 support
 %patch700 -p1
 %patch701 -p1
@@ -283,15 +272,11 @@
 --audio-drv-list="alsa sdl oss" \
 %endif
 --audio-card-list="ac97 adlib cs4231a gus sb16 hda" \
-%ifarch ia64
---target-list="ia64-softmmu" --disable-cpu-emulation \
-%else
 %ifarch s390x
 --target-list="s390x-softmmu" \
 %else
 --target-list="x86_64-softmmu" \
 %endif
-%endif
 --disable-xen \
 --enable-vnc-tls \
 --disable-vnc-sasl \
@@ -391,7 +376,7 @@
 %if !%{build_fw_from_source}
 rm 
.%_datadir/qemu-kvm/{openbios-sparc32,openbios-sparc64,ppc_rom.bin,openbios-ppc,bamboo.dtb,petalogix-ml605.dtb,petalogix-s3adsp1800.dtb}
 %endif
-%ifarch ia64 s390x
+%ifarch s390x
 rm .%_datadir/qemu-kvm/bios.bin
 mv %{buildroot}%{_sysconfdir}/qemu-kvm/target-x86_64.conf \
%{buildroot}%{_sysconfdir}/qemu-kvm/target-s390x.conf

++ seabios-8b73b83.tar.bz2 -> seabios-261e870.tar.bz2 ++
 2665 lines of diff (skipped)


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



commit installation-images for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2013-01-10 13:06:03

Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images.new (New)


Package is "installation-images", Maintainer is "snw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2012-12-11 11:25:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2013-01-10 13:06:06.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan  9 10:31:25 CET 2013 - snw...@suse.de
+
+- turn on efi graphics
+
+---
+Tue Jan  8 15:00:11 CET 2013 - snw...@suse.de
+
+- unscd -> nscd
+- adjust module config
+- switch to grub2 for efi boot iso
+
+---

Old:

  installation-images-13.61.tar.bz2

New:

  installation-images-13.63.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.7ttHep/_old  2013-01-10 13:06:07.0 +0100
+++ /var/tmp/diff_new_pack.7ttHep/_new  2013-01-10 13:06:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package installation-images
 #
-# 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
@@ -24,6 +24,7 @@
 %define with_vnc 1
 %define with_vbox 0
 %define with_plymouth 1
+%define with_efi_graphics 1
 BuildRequires:  Mesa
 BuildRequires:  Mesa-libEGL1
 BuildRequires:  aaa_base
@@ -194,7 +195,7 @@
 BuildRequires:  telnet-server
 BuildRequires:  termcap
 BuildRequires:  terminfo
-BuildRequires:  unscd
+BuildRequires:  nscd
 BuildRequires:  usbutils
 BuildRequires:  util-linux
 BuildRequires:  uuid-runtime
@@ -342,6 +343,9 @@
 BuildRequires:  gfxboot-branding-SLED
 BuildRequires:  gfxboot-branding-SLES
 %endif
+%if %with_efi_graphics
+BuildRequires:  grub2-branding-openSUSE
+%endif
 %endif
 %ifnarch s390 s390x
 #BuildRequires:  enic-kmp-default fnic-kmp-default ofed-kmp-default
@@ -367,9 +371,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.61
+Version:13.63
 Release:0
-Source: installation-images-13.61.tar.bz2
+Source: installation-images-13.63.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.61.tar.bz2 -> installation-images-13.63.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.61/Makefile 
new/installation-images-13.63/Makefile
--- old/installation-images-13.61/Makefile  2012-12-11 10:59:40.0 
+0100
+++ new/installation-images-13.63/Makefile  2013-01-08 14:59:59.0 
+0100
@@ -15,7 +15,7 @@
 endif
 
 ifneq ($(filter x86_64, $(ARCH)),)
-ALL_TARGETS   := initrd-themes initrd biostest initrd+modules+gefrickel 
boot-efi boot boot-themes $(COMMON_TARGETS)
+ALL_TARGETS   := initrd-themes initrd biostest initrd+modules+gefrickel 
boot-grub2-efi boot boot-themes $(COMMON_TARGETS)
 INSTSYS_PARTS := $(COMMON_INSTSYS_PARTS)
 BOOT_PARTS:= boot/* initrd biostest efi
 endif
@@ -140,6 +140,12 @@
  rm -rf tmp/boot-efi/efi/boot/initrd ; \
done
 
+boot-grub2-efi: base
+   image=boot-efi src=boot filelist=grub2-efi fs=none bin/mk_image
+   for theme in $(THEMES) ; do \
+ bin/hdimage --size 500k --fit-size --chs 0 4 63 --part-ofs 0 --mkfs 
fat --add-files tmp/boot-efi/* tmp/boot-efi/.p* -- images/$$theme/efi ; \
+   done
+
 boot: base
image=boot fs=dir bin/mk_image
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.61/VERSION 
new/installation-images-13.63/VERSION
--- old/installation-images-13.61/VERSION   2012-12-11 11:00:05.0 
+0100
+++ new/installation-images-13.63/VERSION   2013-01-09 10:31:19.0 
+0100
@@ -1 +1 @@
-13.61
+13.63
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.61/bin/mk_image 
new/installation-images-13.63/bin/mk_image
--- old/installation-images-13.61/bin/mk_image  2012-12-11 10:59:40.0 
+0100
+++ new/installation-images-13.63/bin/mk_image  2013-01-08 14:59:59.0 
+0100
@@ -181,7 +181,8 @@
   next if $x =~ m#^/proc/#;
   next if $x =~ m#^/dev/#;
 
-  nex

commit hwinfo for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2013-01-10 13:05:41

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


Package is "hwinfo", Maintainer is "snw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2012-08-07 
08:09:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2013-01-10 
13:05:43.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  9 13:58:00 CET 2013 - snw...@suse.de
+
+- moved man pages into git
+
+---
+Tue Nov  6 14:22:44 UTC 2012 - bo...@steki.net
+
+- cleanup of spec
+- added missing manual pages 
+
+---

Old:

  hwinfo-20.0.tar.bz2

New:

  hwinfo-20.1.tar.bz2



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.BGISbJ/_old  2013-01-10 13:05:44.0 +0100
+++ /var/tmp/diff_new_pack.BGISbJ/_new  2013-01-10 13:05:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hwinfo
 #
-# 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,6 +20,7 @@
 BuildRequires:  doxygen
 BuildRequires:  flex
 BuildRequires:  perl-XML-Parser
+BuildRequires:  pkg-config
 BuildRequires:  udev
 %if 0%{?rhel_version} == 0
 BuildRequires:  perl-XML-Writer
@@ -33,9 +34,11 @@
 Summary:Hardware Library
 License:GPL-2.0+
 Group:  Hardware/Other
-Version:20.0
+# Until migration to github this should be correct url
+Url:http://gitorious.org/opensuse/hwinfo
+Version:20.1
 Release:0
-Source: hwinfo-20.0.tar.bz2
+Source: hwinfo-20.1.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,7 +52,10 @@
 Group:  Development/Libraries/C and C++
 Provides:   libhddev
 Obsoletes:  libhddev
-Requires:   %name = %version perl-XML-Parser udev wireless-tools
+Requires:   %name = %version
+Requires:   perl-XML-Parser
+Requires:   udev
+Requires:   wireless-tools
 %if 0%{?rhel_version} == 0
 Requires:   perl-XML-Writer 
 %endif
@@ -69,21 +75,23 @@
 %setup
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
   make static
-  install -d -m 755 %{buildroot}%{_libdir}
-  install -m 644 src/libhd.a %{buildroot}%{_libdir}
+  # make copy of static library for installation
+  cp src/libhd.a .
   make clean
   make LIBDIR=%{_libdir}
   make doc
-  gzip -9c doc/hwinfo.8 >hwinfo.8.gz
 
 %install
   make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
-  install -d -m 755 %{buildroot}%{_mandir}/man8
-  install -m 644 hwinfo.8.gz %{buildroot}%{_mandir}/man8
+  install -m 644 libhd.a %{buildroot}%{_libdir}
+  install -d -m 755 %{buildroot}%{_mandir}/man8/
+  install -d -m 755 %{buildroot}%{_mandir}/man1/
+  install -m 644 doc/check_hd.1 %{buildroot}%{_mandir}/man1/
+  install -m 644 doc/convert_hd.1 %{buildroot}%{_mandir}/man1/
+  install -m 644 doc/getsysinfo.1 %{buildroot}%{_mandir}/man1/
+  install -m 644 doc/mk_isdnhwdb.1 %{buildroot}%{_mandir}/man1/
+  install -m 644 doc/hwinfo.8 %{buildroot}%{_mandir}/man8/
   mkdir -p %{buildroot}/var/lib/hardware/udi
 
 %clean 
@@ -100,7 +108,9 @@
 /usr/sbin/getsysinfo
 %{_libdir}/libhd.so.*
 %doc README
-%doc %{_mandir}/man8/hwinfo.8.gz
+%doc %{_mandir}/man1/getsysinfo.1*
+%doc %{_mandir}/man1/mk_isdnhwdb.1*
+%doc %{_mandir}/man8/hwinfo.8*
 %dir /var/lib/hardware
 %dir /var/lib/hardware/udi
 %dir /usr/share/hwinfo
@@ -110,6 +120,8 @@
 %defattr(-,root,root)
 /usr/sbin/check_hd
 /usr/sbin/convert_hd
+%doc %{_mandir}/man1/convert_hd.1*
+%doc %{_mandir}/man1/check_hd.1*
 %{_libdir}/libhd.so
 %{_libdir}/libhd.a
 %{_libdir}/pkgconfig/hwinfo.pc

++ hwinfo-20.0.tar.bz2 -> hwinfo-20.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-20.0/VERSION new/hwinfo-20.1/VERSION
--- old/hwinfo-20.0/VERSION 2012-08-06 11:55:14.0 +0200
+++ new/hwinfo-20.1/VERSION 2013-01-09 13:57:57.0 +0100
@@ -1 +1 @@
-20.0
+20.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-20.0/changelog new/hwinfo-20.1/changelog
--- old/hwinfo-20.0/changelog   2012-08-06 11:55:16.0 +0200
+++ new/hwinfo-20.1/c

commit patchinfo.1213 for openSUSE:12.1:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1213 for 
openSUSE:12.1:Update checked in at 2013-01-10 13:03:53

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


Package is "patchinfo.1213", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  flash player: 11.2.202.261
  
  security
  moderate
  dirkmueller
  
- Update to 11.2.202.261: (bnc#797442)
  * CVE-2013-0630
More details can be found on 
https://www.adobe.com/support/security/bulletins/apsb13-01.html


  update for flash-player

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



commit flash-player for openSUSE:12.1:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:12.1:Update checked in at 2013-01-10 13:03:50

Comparing /work/SRC/openSUSE:12.1:Update/flash-player (Old)
 and  /work/SRC/openSUSE:12.1:Update/.flash-player.new (New)


Package is "flash-player", Maintainer is "dmuel...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lDtc9a/_old  2013-01-10 13:03:52.0 +0100
+++ /var/tmp/diff_new_pack.lDtc9a/_new  2013-01-10 13:03:52.0 +0100
@@ -1 +1 @@
-
+

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



commit xf86-input-synaptics for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:12.2:Update checked in at 2013-01-10 13:03:25

Comparing /work/SRC/openSUSE:12.2:Update/xf86-input-synaptics (Old)
 and  /work/SRC/openSUSE:12.2:Update/.xf86-input-synaptics.new (New)


Package is "xf86-input-synaptics", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit xf86-input-synaptics.1199 for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics.1199 for 
openSUSE:12.2:Update checked in at 2013-01-10 13:03:19

Comparing /work/SRC/openSUSE:12.2:Update/xf86-input-synaptics.1199 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.xf86-input-synaptics.1199.new (New)


Package is "xf86-input-synaptics.1199", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.xf86-input-synaptics.1199.new/xf86-input-synaptics.changes
  2013-01-10 13:03:22.0 +0100
@@ -0,0 +1,110 @@
+---
+Thu Jan  3 16:54:31 UTC 2013 - s...@bugs.jan.ritzerfeld.org
+
+- Add xf86-input-synaptics-reset-num-active-touches-on-device-off.diff
+  patch: reset num_active_touches on DeviceOff (bnc#779452)
+
+---
+Thu Jul 26 11:31:31 CEST 2012 - ti...@suse.de
+
+- Drop broken LED double-tap patches (bnc#768506,bnc#765524)
+
+---
+Fri Jun 29 17:05:54 CEST 2012 - ti...@suse.de
+
+- Fix double-tap LED behavior (bnc#768506)
+- Enable tap-to-click as default (bnc#722457)
+
+---
+Thu Jun 14 10:51:47 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.6.2
+  + #49439: out-of-bounds access if a touch was active at driver init
+  + #49965: disallow scroll distances on 0 to avoid division by 0
+  + Fix coasting for negative scroll deltas
+  + More fixes to avoid jumpy cursors on resume
+
+
+---
+Wed Jun  6 15:45:07 CEST 2012 - ti...@suse.de
+
+- Remove obsoleted patches and revive LED double-tap (bnc#765524)
+  * Remove obsoleted clickpad patches:
+xf86-input-synaptics-add-clickpad-support.diff
+xf86-input-synaptics-fix-clickpad-capabilities.diff
+xf86-input-synaptics-clickpad-doc-update.diff
+  * Remove obsoleted stability patches:
+xf86-input-synaptics-filter-bogus-coord.diff
+xf86-input-synaptics-move-threshold.diff
+  * Revive LED double-tap patch:
+xf86-input-synaptics-led-double-tap.diff
+
+---
+Fri May 11 07:51:22 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.6.1:
+  + Fix wrong conversion causing coasting to be triggered on almost
+all scroll events.
+  + Fix bug where, on clickpads, moving the clicking finger out of
+the soft button area caused erroneous button events.
+- Rebase xf86-input-synaptics-wait.diff,
+  xf86-input-synaptics-add-clickpad-support.diff,
+  xf86-input-synaptics-add-led-support.diff,
+  xf86-input-synaptics-fix-clickpad-capabilities.diff,
+  xf86-input-synaptics-filter-bogus-coord.diff: this is needed
+  because of whitespace changes in the code.
+
+---
+Wed May  9 08:46:12 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.6.0:
+  + Fix coasting for negative scroll directions.
+  + Fix issues on resuming after suspend.
+  + Documentation fixes.
+  + Build fixes.
+- Changes from version 1.5.99.904:
+  + Ensure hw millis are monotonic.
+  + Don't release the button on TS_3 if TapAndDrag is disabled.
+  + Various scroll-related fixes.
+  + Various coasting-related fixes.
+  + Several other bug fixes.
+- Rebase xf86-input-synaptics-clickpad-doc-update.diff and
+  xf86-input-synaptics-filter-bogus-coord.diff.
+
+---
+Mon Apr 23 20:28:34 UTC 2012 - dims...@opensuse.org
+
+- Disable xf86-input-synaptics-move-threshold.diff: having this
+  patch enabled and touching the pad resets X.
+
+---
+Thu Apr 19 21:00:39 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.5.99.903:
+  + Support inverted scroll direction.
+  + Use maximum number of touches reported by evdev
+  + Don't count fingers twice when guessing distance (fdo#48316)
+  + Replace hardcoded max number of touches with a define.
+  + Check touch record bounds before access
+  + Do not perform a tap action when more than three touches
+  + Count number of multitouch touches for multitouch finger count
+  + conf: the bcm5974 doesn't have Apple in the product name
+- Drop patches:
+  + xf86-input-synaptics-settings.diff
+  + xf86-input-synaptics-led-double-tap.diff
+  + xf86-input-synaptics-clickpad-threshold.diff
+- Rebased patches:
+  + xf86-input-synaptics-add-clickpad-support.diff
+  + xf86-input-synaptics-add-led-support.diff
+  + xf86-input-synaptics-fix-clickpad-capabilities.diff
+  + xf86-input-synaptics-move-threshold.diff
+  + xf86-input-synaptics-filter-bogus-coord.di

commit exim for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package exim for openSUSE:Factory checked in 
at 2013-01-10 13:02:21

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


Package is "exim", Maintainer is "po...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/exim/exim.changes2012-10-27 
07:38:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.exim.new/exim.changes   2013-01-10 
13:02:23.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 19:02:27 UTC 2013 - l...@samba.org
+
+- Execute the run_permissions macro on pre-11.4 systems and else the
+  set_permission one if available; (bnc#764120).
+
+---



Other differences:
--
++ exim.spec ++
--- /var/tmp/diff_new_pack.nz5ZB4/_old  2013-01-10 13:02:24.0 +0100
+++ /var/tmp/diff_new_pack.nz5ZB4/_new  2013-01-10 13:02:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exim
 #
-# 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
@@ -319,7 +319,11 @@
 install -D -m 0644 $RPM_SOURCE_DIR/apparmor.usr.sbin.exim 
$RPM_BUILD_ROOT/etc/apparmor/profiles/extras/usr.sbin.exim
 
 %post
+%if 0%{?suse_version} < 1131
 %run_permissions
+%else
+%set_permissions /usr/sbin/exim
+%endif
 if ! test -s etc/exim/exim.conf; then
if test -s etc/exim.conf; then
mv etc/exim.conf etc/exim/

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



commit evas for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2013-01-10 13:01:52

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


Package is "evas", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2012-12-28 
14:59:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-01-10 
13:01:55.0 +0100
@@ -1,0 +2,42 @@
+Fri Jan  4 21:40:01 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  Changes since Evas 1.7.4:
+   * Fix mask write lines to not choose too small segments
+
+---
+Sat Dec 29 01:21:34 UTC 2012 - sleep_wal...@suse.cz
+
+- add fribidi to dependencies
+- fix condition for compiler
+
+---
+Thu Dec 27 13:59:23 UTC 2012 - sleep_wal...@suse.cz
+
+- separate examples to its subpackage
+
+---
+Fri Dec 21 16:04:51 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Evas 1.7.3:
+   * Fix the gl line incorrect position drawing.
+   * Fix uninitialized data in Evas_Smart initialization code.
+   * Fix potential segv in software engine native_set call.
+   * Fix uninitialized data in OpenGL engine native_set call.
+   * Fix crash when precise_is_inside is set on an image, and
+ events are generated from it.
+   * Properly close async pipe fd on exec.
+   * Fix the line drawing clipping problem on arm gl driver.
+   * Fix big rendering/conversion problem in kvm/qemu 24bpp.
+   * Fix Evas RGBA_Image->flags.loaded for copied images.
+   * Fix evas_object_image_is_inside()
+   * Fix small memory leak in evas_bidi_utils error path
+
+
+---
+Thu Dec 20 21:40:44 UTC 2012 - sleep_wal...@suse.cz
+
+- add man documentation as well
+
+---

Old:

  evas-1.7.3.tar.bz2

New:

  evas-1.7.5.tar.bz2



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.1VHauz/_old  2013-01-10 13:01:56.0 +0100
+++ /var/tmp/diff_new_pack.1VHauz/_new  2013-01-10 13:01:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evas
 #
-# 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:   evas
-Version:1.7.3
+Version:1.7.5
 Release:0
 Summary:Canvas and scenegraph rendering library
 License:BSD-2-Clause
@@ -31,6 +31,7 @@
 BuildRequires:  eina-devel >= %version
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
+BuildRequires:  fribidi-devel
 BuildRequires:  giflib-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libjpeg-devel
@@ -95,6 +96,20 @@
 %description doc-html
 Documentation of Evas library in form of HTML pages.
 
+%package doc-man
+Summary:Man documentation of Evas
+Group:  Documentation/Man
+
+%description doc-man
+Documentation of Evas library in form of man pages.
+
+%package examples
+Summary:Evas usage example
+Group:  Documentation/Other
+
+%description examples
+Example of usage of Evas library.
+
 %prep
 %setup -q
 
@@ -105,7 +120,7 @@
 FAKE_DOCDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b 
%%d %%Y %T')
 sed -i 
"s/\$datetime/$FAKE_DOCDATETIME/g;s/\$date/$FAKE_DOCDATE/g;s/\$year/$FAKEDOCYEAR/g"
 doc/*.html
 
-%if 0%{?sles_version} >= 10
+%if 0%{?sles_version} &&  0%{?sles_version} <= 10
 # old gcc without intristic
%configure --disable-static --disable-cpu-sse3  
--enable-image-loader-generic --enable-software-16-x11
 %else
@@ -121,6 +136,8 @@
 echo "Copying HTML documentation"
 mkdir -p %{buildroot}%{_docdir}/%{name}
 /bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
+echo "Copying MAN pages"
+/bin/cp -vr doc/man/ %{buildroot}%{_mandir}/
 # fix line endings
 find %{buildroot}%{_docdir} -name '*.eps' | xargs sed -i 's@\r@\n@g'
 # fix permissions
@@ -129,6 +146,7 @@
 # remove duplicates
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}%{_docdir}
+%fdupes -s %{buildroot}%{_mandir}
 %endif
 
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
@@ -175,7 +193,8 @@
 %{_includedir}/evas-1/
 %{_libdir}/pkgconfig/evas*.pc
 %{_libdir}/libevas.so
-%{_datadir}/evas/
+%dir %{_datadir}/evas/
+%{_datadir}/evas/checkme
 %{_libexecdir}/evas_*
 %{_libexecdir}/dummy_slave
 
@@

commit branding-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-10 13:01:24

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


Package is "branding-openSUSE", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2013-01-03 13:54:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2013-01-10 13:01:26.0 +0100
@@ -1,0 +2,16 @@
+Thu Jan 10 09:41:57 UTC 2013 - co...@suse.com
+
+- fix product version in gfxboot welcome screen
+
+---
+Thu Jan 10 08:40:55 UTC 2013 - co...@suse.com
+
+- update from git with kdm and kpslashx updates
+- remove more bootsplash
+
+---
+Wed Jan  9 09:25:55 UTC 2013 - dmitr...@opensuse.org
+
+- Restore gfxboot welcome text
+
+---
@@ -23 +39 @@
-Sat Aug  4 07:25:56 UTC 2012 - dmi...@roshchin.org
+Sat Aug  4 07:25:56 UTC 2012 - dmitr...@opensuse.org



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.VTGChJ/_old  2013-01-10 13:01:30.0 +0100
+++ /var/tmp/diff_new_pack.VTGChJ/_new  2013-01-10 13:01:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package branding-openSUSE
 #
-# 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
@@ -265,6 +265,7 @@
   cp openSUSE/gfxboot/$i gfx/openSUSE/$i
 done
 pushd gfx/openSUSE
+sed -i -e "s,product=.*,product=openSUSE %{version}," config
 
 export PATH=/usr/sbin:$PATH
 make

++ openSUSE.tar.gz ++
/work/SRC/openSUSE:Factory/branding-openSUSE/openSUSE.tar.gz 
/work/SRC/openSUSE:Factory/.branding-openSUSE.new/openSUSE.tar.gz differ: char 
5, line 1

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



commit horde5-turba for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package horde5-turba for openSUSE:Factory 
checked in at 2013-01-10 12:58:11

Comparing /work/SRC/openSUSE:Factory/horde5-turba (Old)
 and  /work/SRC/openSUSE:Factory/.horde5-turba.new (New)


Package is "horde5-turba", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.horde5-turba.new/horde5-turba.changes   
2013-01-10 12:58:11.0 +0100
@@ -0,0 +1,118 @@
+---
+Thu Dec 13 09:38:29 UTC 2012 - Ralf Lang 
+
+- move configuration to /etc
+- use an apache snippet instead of .htaccess
+
+---
+Fri Dec 07 09:54:26 UTC 2012 - Ralf Lang 
+
+- Version 4.0.1 for Horde 5
+- [jan] Fix decode_attribute hook when exporting to vCard (k...@tu-cottbus.de, 
Bug #11123).
+- [jan] Update Hungarian translation (Zoltán Németh ).
+- [jan] Only connect to LDAP driver for read/write requests (Dominique Lalot 
, Request #11082).
+- [mjr] Fix bug that caused time shifting of contact birthday and anniversary 
values from ActiveSync devices for users in certain timezones.
+- [jan] Update Swedish translation (Per Olof Ljungmark ).
+- [jan] Update Italian translation (Emilien ).
+- [jan] Fix number of contacts in a list that cannot be displayed.
+- [jan] Update Slovak translation (Marika Schvarczova 
).
+- [jan] Update Czech translation (Michal Foist ).
+- [mjr] Add ability to return count of objects matching search in place of 
full result set.
+- [jan] Update Turkish translation (Istanbul Technical University).
+- [jan] Fix strict searching in favourites driver (Bug #11207).
+- [jan] Fix sorting of columns in preferences (Bug #10795).
+- [jan] Remove user's address books when removing users, independent from 
address book permissions.
+- [mms] Fix infinite loop if array was passed to delete API call.
+- [mms] Fix descending sorting of result lists.
+- [mms] Return to same page when deleting contact from browse view.
+- [jan] Update Polish translation (Krzysztof Kozera ).
+
+---
+Sun May 20 06:02:12 UTC 2012 - Ralf Lang 
+
+- version 3.0.13
+- [mjr] Ensure contact lists are always populated with their members (Bug 
#10961).
+- [jan] Fix SyncML compatibility with work/home phone numbers and newer 
Funambol clients (Bug #10912).
+- [mjr] Implement more flexible ActiveSync synchronization of names and 
addresses.
+- [jan] Fix address book sorting in preferences (Bug #10897).
+- [mms] Improved navigation when editing group entries.
+- [jan] Fix decode_attribute hook when exporting to vCard (k...@tu-cottbus.de, 
Bug #11123).
+- [jan] Update Hungarian translation 
+- [jan] Only connect to LDAP driver for read/write requests Dominique Lalot  
Request #11082).
+- [mjr] Fix bug that caused time shifting of contact birthday and anniversary 
values from ActiveSync devices for users in certain timezones.
+
+---
+Fri Feb  3 09:49:43 UTC 2012 - cfarr...@suse.com
+
+- license update: Apache-1.1
+  This is the 5 clause Apache-1.1 license, not the 6 clause Apache-1.0
+
+---
+Tue Jan 17 16:43:12 UTC 2012 - l...@b1-systems.de
+
+- version 3.0.11
+- [jan] Add missing migration script (Bug #10436).
+- [jan] Fix attribute name for assistant phone (Bug #10449).
+- [rla] Turba LDAP Driver now only rewrites changed attributes (Bug #9343).
+- [mjr] Run attribute values through decode_attribute hook when exporting.
+- [mjr] Ensure encode_attribute hook is called on imported objects.
+- [mjr] Improve handling of removeUserData.
+- [mjr] Honor auto_create configuration setting (qoole.ho...@lillimoth.com, 
Bug #10452)
+- [jan] Don't allow to search binary fields.
+- [mjr] Add the ability to specify the fields to return from contacts/search.
+- [jan] Fix importing contacts with composite fields.
+- [jan] Fix LDAP connection test (Bug #10554).
+- [gwr] Avoid including the owner name into the default share (Kolab backend).
+- [jan] Set VOICE parameter when exporting phone numbers to vCard (Request 
#10349).
+- [jan] Fix importing vCards with empty X-ANNIVERSARY attributes (Bug #10557).
+- [jan] Update Japanese translation (Hiromi Kimura 
).
+
+---
+Sat Aug 27 20:09:05 UTC 2011 - l...@b1-systems.de
+
+- version 3.0.7
+- [mjr] Fix issue with synchronizing deleted contacts (Bug #10422).
+- [jan] Fix searching for duplicates on some databases (Bug #10383).
+- [mjr] Add and support more attributes by default.
+
+---
+M

commit harfbuzz for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2013-01-10 12:56:40

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


Package is "harfbuzz", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes2012-12-14 
09:17:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz.changes   2013-01-10 
12:56:43.0 +0100
@@ -1,0 +2,13 @@
+Tue Jan  8 16:23:57 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.9.10:
+  + [Indic] Fixed rendering of Malayalam dot-reph
+  + Updated OT language tags.
+  + Updated graphite2 backend.
+  + Improved hb_ot_layout_get_size_params() logic.
+  + Improve hb-shape/hb-view help output.
+  + Fixed hb-set.h implementation to not crash.
+  + Fixed various issues with hb_ot_layout_collect_lookups().
+  + Various build fixes.
+
+---

Old:

  harfbuzz-0.9.9.tar.bz2

New:

  harfbuzz-0.9.10.tar.bz2



Other differences:
--
++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.dphBEM/_old  2013-01-10 12:56:46.0 +0100
+++ /var/tmp/diff_new_pack.dphBEM/_new  2013-01-10 12:56:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package harfbuzz
 #
-# 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:   harfbuzz
-Version:0.9.9
+Version:0.9.10
 Release:0
 # FIXME: graphite2 is not packaged / 
http://projects.palaso.org/projects/graphitedev
 Summary:An OpenType text shaping engine

++ harfbuzz-0.9.9.tar.bz2 -> harfbuzz-0.9.10.tar.bz2 ++
 5145 lines of diff (skipped)

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



commit gstreamer-plugins-ugly for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2013-01-10 12:54:32

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new (New)


Package is "gstreamer-plugins-ugly", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2012-12-19 20:47:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
   2013-01-10 12:54:33.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan  9 09:49:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.5:
+  + Fix build with automake 1.13.
+  + mpeg2dec: debug logging printf format fixes.
+
+---

Old:

  gst-plugins-ugly-1.0.4-patched.tar.xz
  gst-plugins-ugly-1.0.4.tar.xz

New:

  gst-plugins-ugly-1.0.5-patched.tar.xz
  gst-plugins-ugly-1.0.5.tar.xz



Other differences:
--
++ gstreamer-plugins-ugly.spec ++
--- /var/tmp/diff_new_pack.FoWSCG/_old  2013-01-10 12:54:36.0 +0100
+++ /var/tmp/diff_new_pack.FoWSCG/_new  2013-01-10 12:54:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-ugly
 #
-# 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
@@ -24,7 +24,7 @@
 %define _experimental 1
 
 Name:   gstreamer-plugins-ugly
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+

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



commit gstreamer-plugins-good for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2013-01-10 12:12:11

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new (New)


Package is "gstreamer-plugins-good", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2012-12-19 20:47:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
   2013-01-10 12:12:12.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan  9 09:49:37 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.5:
+  + rtspsrc: fix regression that make rtspsrc hang when stopping
+  + audio/video parsers: fix negotiation with encoders in some
+transcoding cases
+  + cairo: port cairooverlay to 1.0
+  + jpegenc: pass flow returns upstream
+  + qtdemux: fix pixel-aspect-ratio of some files with ProRes video
+  + Bugs fixed: bgo#690184, bgo#690476, bgo#691098.
+
+---

Old:

  gst-plugins-good-1.0.4.tar.xz

New:

  gst-plugins-good-1.0.5.tar.xz



Other differences:
--
++ gstreamer-plugins-good.spec ++
--- /var/tmp/diff_new_pack.yFL05F/_old  2013-01-10 12:12:14.0 +0100
+++ /var/tmp/diff_new_pack.yFL05F/_new  2013-01-10 12:12:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-good
 #
-# 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
@@ -22,14 +22,14 @@
 
 Name:   gstreamer-plugins-good
 %define _name gst-plugins-good
-Version:1.0.4
+Version:1.0.5
 Release:0
 %define gst_branch 1.0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
-Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gst-plugins-good/1.0/%{_name}-%{version}.tar.xz
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif
@@ -54,7 +54,7 @@
 %endif
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(caca)
-BuildRequires:  pkgconfig(cairo) >= 1.0.0
+BuildRequires:  pkgconfig(cairo) >= 1.10.0
 BuildRequires:  pkgconfig(cairo-gobject) >= 1.10.0
 BuildRequires:  pkgconfig(flac) >= 1.1.4
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.8.0
@@ -149,8 +149,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstauparse.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstautodetect.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstavi.so
-# Not yet ported
-#%{_libdir}/gstreamer-%{gst_branch}/libgstcairo.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstcairo.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstcutter.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstdebug.so
 # Not yet ported

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



commit patchinfo.1206 for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1206 for 
openSUSE:12.2:Update checked in at 2013-01-10 11:58:50

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


Package is "patchinfo.1206", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  oertel
  recommended
  low
  osc-service-source_validator: exit if tmpdir creation fails
  This update fixes the following issue for 
osc-service-source_validator:
- bnc#796918: exit if tmpdir creation fails
  obs-service-source_validator continues after 
failing to create TMPDIR

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



commit obs-service-source_validator for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:12.2:Update checked in at 2013-01-10 11:58:47

Comparing /work/SRC/openSUSE:12.2:Update/obs-service-source_validator (Old)
 and  /work/SRC/openSUSE:12.2:Update/.obs-service-source_validator.new (New)


Package is "obs-service-source_validator", Maintainer is "adr...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit obs-service-source_validator.1206 for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator.1206 
for openSUSE:12.2:Update checked in at 2013-01-10 11:58:42

Comparing /work/SRC/openSUSE:12.2:Update/obs-service-source_validator.1206 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.obs-service-source_validator.1206.new 
(New)


Package is "obs-service-source_validator.1206", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.obs-service-source_validator.1206.new/obs-service-source_validator.changes
  2013-01-10 11:58:45.0 +0100
@@ -0,0 +1,169 @@
+---
+Mon Jan  7 13:28:44 CET 2013 - r...@suse.de
+
+- exit if tmpdir creation fails (bnc#796918) 
+
+---
+Wed Jun 13 17:13:49 CEST 2012 - r...@suse.de
+
+- also ignore Requires(.*) lines (bnc#724609) 
+
+---
+Wed Jun 13 15:01:39 CEST 2012 - r...@suse.de
+
+- allow %{nil} just as %nil
+
+---
+Fri Apr 27 14:07:07 CEST 2012 - r...@suse.de
+
+- use --nodeps with rpmbuild in 20-files-present-and-referenced 
+
+---
+Mon Feb 27 10:54:20 CET 2012 - dmuel...@suse.de
+
+- fix requires for factory 
+
+---
+Tue Feb 14 10:14:25 UTC 2012 - adr...@suse.de
+
+- add requires to perl-TimeDate
+
+---
+Mon Feb 13 10:51:16 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Feb 13 10:51:16 UTC 2012 - r...@suse.com
+
+- do not complain for commented out rpmlintrc lines
+- Update 20-files-present-and-referenced to ignore .git and
+  .emacs.backup
+- Change bright yellow into good old brown
+
+---
+Fri Sep 23 08:30:45 UTC 2011 - adr...@suse.de
+
+- rename osc-source_validator package into osc-service-source_validator
+- obsolete osc-source_validator
+- roll tar ball from new git at github.com
+
+---
+Fri Jul  1 17:12:32 CEST 2011 - r...@suse.de
+
+- prevent dupes for Release and Version along with Name
+
+---
+Mon May 30 11:53:53 CEST 2011 - r...@suse.de
+
+- fix bug with "Patch" in comments 
+
+---
+Mon May  9 13:47:29 UTC 2011 - r...@novell.com
+
+- try to fix bnc#679980 
+
+---
+Wed Apr 20 17:30:19 CEST 2011 - r...@suse.de
+
+- find another form of commenting out patches
+  in check_patches_applied 
+
+---
+Mon Apr 18 01:06:59 CEST 2011 - r...@suse.de
+
+- Also check if files are tracked by osc
+- catch some more syntax variants in check_patches_applied
+- do tracked-check only in osc mode
+
+---
+Tue Apr 12 16:40:58 CEST 2011 - r...@suse.de
+
+- activate the patches_applied check for real,
+  errors out if errors found 
+
+---
+Mon Apr  4 13:15:11 CEST 2011 - r...@suse.de
+
+- add debian special files
+
+---
+Wed Mar 30 12:38:16 CEST 2011 - r...@suse.de
+
+- add colors to output of check_patches_applied
+  but no colors for batchmode
+
+---
+Fri Feb 18 11:39:29 UTC 2011 - j...@novell.com
+
+- retry broken sr#59008
+- added another set of runtime-fixes.diff
+  * accept .orig and ~ files in working directories.
+  * UI consistency improved.
+
+---
+Sat Feb 12 11:10:42 UTC 2011 - r...@novell.com
+
+- 50-spec-version: show warning only once per specfile 
+
+---
+Thu Jan 13 14:29:54 CET 2011 - r...@suse.de
+
+- move COPYING file to docdir (prevent permission denied trying
+  to execute it as a checkscript) 
+
+---
+Thu Jan 13 12:52:36 CET 2011 - r...@suse.de
+
+- switch source to git (gitorious/opensuse)
+- convert_changes_to_rpm_changelog make regex a little stricter
+  looking for date line
+- 20-files-present-and-referenced add %rubygems_requires to
+  prunelist
+- add some helper files to create ta

commit obs-service-source_validator for openSUSE:12.1:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:12.1:Update checked in at 2013-01-10 11:58:33

Comparing /work/SRC/openSUSE:12.1:Update/obs-service-source_validator (Old)
 and  /work/SRC/openSUSE:12.1:Update/.obs-service-source_validator.new (New)


Package is "obs-service-source_validator", Maintainer is "adr...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.gcxMGZ/_old  2013-01-10 11:58:35.0 +0100
+++ /var/tmp/diff_new_pack.gcxMGZ/_new  2013-01-10 11:58:35.0 +0100
@@ -1 +1 @@
-
+

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



commit obs-service-source_validator.1207 for openSUSE:12.1:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator.1207 
for openSUSE:12.1:Update checked in at 2013-01-10 11:58:30

Comparing /work/SRC/openSUSE:12.1:Update/obs-service-source_validator.1207 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.obs-service-source_validator.1207.new 
(New)


Package is "obs-service-source_validator.1207", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:12.1:Update/.obs-service-source_validator.1207.new/obs-service-source_validator.changes
  2013-01-10 11:58:32.0 +0100
@@ -0,0 +1,169 @@
+---
+Mon Jan  7 13:28:44 CET 2013 - r...@suse.de
+
+- exit if tmpdir creation fails (bnc#796918) 
+
+---
+Wed Jun 13 17:13:49 CEST 2012 - r...@suse.de
+
+- also ignore Requires(.*) lines (bnc#724609) 
+
+---
+Wed Jun 13 15:01:39 CEST 2012 - r...@suse.de
+
+- allow %{nil} just as %nil
+
+---
+Fri Apr 27 14:07:07 CEST 2012 - r...@suse.de
+
+- use --nodeps with rpmbuild in 20-files-present-and-referenced 
+
+---
+Mon Feb 27 10:54:20 CET 2012 - dmuel...@suse.de
+
+- fix requires for factory 
+
+---
+Tue Feb 14 10:14:25 UTC 2012 - adr...@suse.de
+
+- add requires to perl-TimeDate
+
+---
+Mon Feb 13 10:51:16 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Feb 13 10:51:16 UTC 2012 - r...@suse.com
+
+- do not complain for commented out rpmlintrc lines
+- Update 20-files-present-and-referenced to ignore .git and
+  .emacs.backup
+- Change bright yellow into good old brown
+
+---
+Fri Sep 23 08:30:45 UTC 2011 - adr...@suse.de
+
+- rename osc-source_validator package into osc-service-source_validator
+- obsolete osc-source_validator
+- roll tar ball from new git at github.com
+
+---
+Fri Jul  1 17:12:32 CEST 2011 - r...@suse.de
+
+- prevent dupes for Release and Version along with Name
+
+---
+Mon May 30 11:53:53 CEST 2011 - r...@suse.de
+
+- fix bug with "Patch" in comments 
+
+---
+Mon May  9 13:47:29 UTC 2011 - r...@novell.com
+
+- try to fix bnc#679980 
+
+---
+Wed Apr 20 17:30:19 CEST 2011 - r...@suse.de
+
+- find another form of commenting out patches
+  in check_patches_applied 
+
+---
+Mon Apr 18 01:06:59 CEST 2011 - r...@suse.de
+
+- Also check if files are tracked by osc
+- catch some more syntax variants in check_patches_applied
+- do tracked-check only in osc mode
+
+---
+Tue Apr 12 16:40:58 CEST 2011 - r...@suse.de
+
+- activate the patches_applied check for real,
+  errors out if errors found 
+
+---
+Mon Apr  4 13:15:11 CEST 2011 - r...@suse.de
+
+- add debian special files
+
+---
+Wed Mar 30 12:38:16 CEST 2011 - r...@suse.de
+
+- add colors to output of check_patches_applied
+  but no colors for batchmode
+
+---
+Fri Feb 18 11:39:29 UTC 2011 - j...@novell.com
+
+- retry broken sr#59008
+- added another set of runtime-fixes.diff
+  * accept .orig and ~ files in working directories.
+  * UI consistency improved.
+
+---
+Sat Feb 12 11:10:42 UTC 2011 - r...@novell.com
+
+- 50-spec-version: show warning only once per specfile 
+
+---
+Thu Jan 13 14:29:54 CET 2011 - r...@suse.de
+
+- move COPYING file to docdir (prevent permission denied trying
+  to execute it as a checkscript) 
+
+---
+Thu Jan 13 12:52:36 CET 2011 - r...@suse.de
+
+- switch source to git (gitorious/opensuse)
+- convert_changes_to_rpm_changelog make regex a little stricter
+  looking for date line
+- 20-files-present-and-referenced add %rubygems_requires to
+  prunelist
+- add some helper files to create ta

commit gstreamer-plugins-base for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2013-01-10 11:27:58

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


Package is "gstreamer-plugins-base", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2012-12-19 20:46:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
   2013-01-10 11:28:00.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  9 09:49:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.5:
+  + alsasrc: don't output buffers without timestamps or with bogus
+timestamps
+  + discoverer, decodebin: fix state change re-sync race that might
+lead to deadlocks
+  + video: fix crashes with and frame sizes of A420 video format
+  + Bugs fixed: bgo#691244.
+
+---

Old:

  gst-plugins-base-1.0.4.tar.xz

New:

  gst-plugins-base-1.0.5.tar.xz



Other differences:
--
++ gstreamer-plugins-base.spec ++
--- /var/tmp/diff_new_pack.Ud5unt/_old  2013-01-10 11:28:01.0 +0100
+++ /var/tmp/diff_new_pack.Ud5unt/_new  2013-01-10 11:28:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-base
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   gstreamer-plugins-base
 %define _name gst-plugins-base
-Version:1.0.4
+Version:1.0.5
 Release:0
 %define gst_branch 1.0
 Url:http://gstreamer.freedesktop.org/
@@ -26,11 +26,11 @@
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Productivity/Multimedia/Other
-Source: 
http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gst-plugins-base/1.0/%{_name}-%{version}.tar.xz
 Source2:baselibs.conf
 BuildRequires:  cdparanoia-devel
 BuildRequires:  glib2-devel >= 2.32
-BuildRequires:  gstreamer-devel >= 1.0.0
+BuildRequires:  gstreamer-devel >= 1.0.5
 BuildRequires:  gstreamer-utils > 0.11
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  libICE-devel

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



commit gstreamer-plugins-bad for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2013-01-10 11:27:36

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new (New)


Package is "gstreamer-plugins-bad", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
2012-12-19 20:46:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2013-01-10 11:27:38.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  9 09:48:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.5:
+  + psdemux: tentative port to 1.0; take into account both DTS and
+PTS
+  + shm: Actually get the permissions on get_property
+  + waylandsink: do not default to fullscreen mode
+  + bgo#690097, bgo#690442.
+
+---

Old:

  gst-plugins-bad-1.0.4-patched.tar.xz
  gst-plugins-bad-1.0.4.tar.xz

New:

  gst-plugins-bad-1.0.5-patched.tar.xz
  gst-plugins-bad-1.0.5.tar.xz



Other differences:
--
++ gstreamer-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.Y8YzGs/_old  2013-01-10 11:27:40.0 +0100
+++ /var/tmp/diff_new_pack.Y8YzGs/_new  2013-01-10 11:27:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-bad
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched 
build plus original as addon.
 %define _name gst-plugins-bad
-Version:1.0.4
+Version:1.0.5
 Release:0
 # FIXME: missing BuildRequires on pkgconfig(wayland-client)
 # FIXME: re-enable opencv BuildRequires once bnc#748666 is fixed (we don't 
want to depend on libxine!)
@@ -444,7 +444,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstmodplug.so
 #%{_libdir}/gstreamer-%{gst_branch}/libgstmpeg4videoparse.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpegpsdemux.so
-#%{_libdir}/gstreamer-%{gst_branch}/libgstmpegpsmux.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstmpegpsmux.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpegtsdemux.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpegtsmux.so
 #%{_libdir}/gstreamer-%{gst_branch}/libgstmpegvideoparse.so

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



commit gstreamer for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer for openSUSE:Factory 
checked in at 2013-01-10 11:27:20

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


Package is "gstreamer", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes  2012-12-19 
20:46:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer.changes 2013-01-10 
11:27:23.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan  9 09:51:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.5:
+  + Add GST_BIN_FLAG_NO_RESYNC flag that disables a resync when an
+element is added, removed or linked in the bin.
+  + Add OTHER clock type
+  + Bugs fixed: bgo#690915.
+
+---

Old:

  gstreamer-1.0.4.tar.xz

New:

  gstreamer-1.0.5.tar.xz



Other differences:
--
++ gstreamer-doc.spec ++
--- /var/tmp/diff_new_pack.DnT7m2/_old  2013-01-10 11:27:24.0 +0100
+++ /var/tmp/diff_new_pack.DnT7m2/_new  2013-01-10 11:27:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-doc
 #
-# 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
@@ -19,14 +19,14 @@
 Name:   gstreamer-doc
 %define _name   gstreamer
 %define build_doc 1
-Version:1.0.4
+Version:1.0.5
 Release:0
 %define gst_branch 1.0
 Summary:Streaming-Media Framework Runtime
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
-Source0:
http://gstreamer.freedesktop.org/src/gstreamer/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gstreamer/1.0/%{_name}-%{version}.tar.xz
 Source1:gstreamer.macros
 Source2:gstreamer.prov
 Source99:   baselibs.conf

++ gstreamer.spec ++
--- /var/tmp/diff_new_pack.DnT7m2/_old  2013-01-10 11:27:24.0 +0100
+++ /var/tmp/diff_new_pack.DnT7m2/_new  2013-01-10 11:27:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer
 #
-# 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
@@ -19,14 +19,14 @@
 Name:   gstreamer
 %define _name   gstreamer
 %define build_doc 0
-Version:1.0.4
+Version:1.0.5
 Release:0
 %define gst_branch 1.0
 Summary:Streaming-Media Framework Runtime
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
-Source0:
http://gstreamer.freedesktop.org/src/gstreamer/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gstreamer/1.0/%{_name}-%{version}.tar.xz
 Source1:gstreamer.macros
 Source2:gstreamer.prov
 Source99:   baselibs.conf

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



commit gphoto for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gphoto for openSUSE:Factory checked 
in at 2013-01-10 11:23:26

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


Package is "gphoto", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gphoto/gphoto.changes2012-09-14 
12:25:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gphoto.new/gphoto.changes   2013-01-10 
11:23:28.0 +0100
@@ -1,0 +2,13 @@
+Wed Jan  9 14:59:21 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.0.2 temp snapshot
+ * Fixed that the meaning of --keep and --no-keep was switched.
+ * Allow passing absolute filenames to
+   -p, -d, -r/--rmdir, -m/--mkdir, -t, --show-info, --get-metadata,
+   --get-raw-data, --get-audio-data,
+   like e.g.:
+   gphoto2 -p /store_00010001/DCIM/100D7000/DSC_0001.JPG
+ * -L --quiet  now prints a list of all files, 1 per line.
+ * -l --quiet  now prints a list of all folders, 1 per line.
+
+---

Old:

  gphoto2-2.5.0.tar.bz2

New:

  gphoto2-2.5.0.2.tar.bz2



Other differences:
--
++ gphoto.spec ++
--- /var/tmp/diff_new_pack.j4L4mE/_old  2013-01-10 11:23:29.0 +0100
+++ /var/tmp/diff_new_pack.j4L4mE/_new  2013-01-10 11:23:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gphoto
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Summary:A Digital Camera Utility
 License:GPL-2.0+
 Group:  Hardware/Camera
-Version:2.5.0
+Version:2.5.0.2
 Release:0
 Source0:%{name}2-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gphoto2-2.5.0.tar.bz2 -> gphoto2-2.5.0.2.tar.bz2 ++
 58718 lines of diff (skipped)

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



commit gnome-patch-translation for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gnome-patch-translation for 
openSUSE:Factory checked in at 2013-01-10 11:23:01

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


Package is "gnome-patch-translation", Maintainer is "orpha...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-patch-translation/gnome-patch-translation.changes
  2012-08-08 11:10:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-patch-translation.new/gnome-patch-translation.changes
 2013-01-10 11:23:03.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan  7 20:52:57 CET 2013 - sbra...@suse.cz
+
+- Updated ar, fr, hu, lt, pl, ro, wa.
+- Updated for the latest Factory (0 new strings, 3 obsolete).
+
+---



Other differences:
--
++ gnome-patch-translation.spec ++
--- /var/tmp/diff_new_pack.ASKJaZ/_old  2013-01-10 11:23:04.0 +0100
+++ /var/tmp/diff_new_pack.ASKJaZ/_new  2013-01-10 11:23:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-patch-translation
 #
-# 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:   gnome-patch-translation
-Version:12.2
+Version:12.3
 Release:0
 Summary:Collect and Merge Translations From RPM Patches
 License:GPL-2.0+

++ HEADER.pot ++
--- /var/tmp/diff_new_pack.ASKJaZ/_old  2013-01-10 11:23:04.0 +0100
+++ /var/tmp/diff_new_pack.ASKJaZ/_new  2013-01-10 11:23:04.0 +0100
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2011-10-14 18:27+0200\n"
+"POT-Creation-Date: 2013-01-07 22:00+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: LANGUAGE \n"

++ gnome-patch-translation-files.tar.bz2 ++
 21877 lines of diff (skipped)

++ gnome-patch-translation.tar.bz2 ++
 6521 lines of diff (skipped)

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



commit gnome-do-plugins for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gnome-do-plugins for 
openSUSE:Factory checked in at 2013-01-10 11:22:47

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


Package is "gnome-do-plugins", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-do-plugins/gnome-do-plugins.changes
2012-12-14 07:05:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-do-plugins.new/gnome-do-plugins.changes   
2013-01-10 11:22:48.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 13:41:40 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-do-plugins-mono3.patch: Fix build with mono 3.0.
+
+---

New:

  gnome-do-plugins-mono3.patch



Other differences:
--
++ gnome-do-plugins.spec ++
--- /var/tmp/diff_new_pack.r4ZY77/_old  2013-01-10 11:22:49.0 +0100
+++ /var/tmp/diff_new_pack.r4ZY77/_new  2013-01-10 11:22:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-do-plugins
 #
-# 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
@@ -26,6 +26,8 @@
 Source: 
http://launchpad.net/do-plugins/trunk/0.8.4/+download/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gnome-do-mono-detection.patch dims...@opensuse.org -- 
synchronize the mono compiler detection with gnome-do 0.9 (change already in 
bzr)
 Patch0: gnome-do-mono-detection.patch
+# PATCH-FIX-UPSTREAM gnome-do-plugins-mono3.patch lp#1097745 
dims...@opensuse.org -- Fix build with mono 3.0
+Patch1: gnome-do-plugins-mono3.patch
 Summary:Plugins for GNOME Do
 License:GPL-3.0
 Group:  Productivity/Other
@@ -85,6 +87,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # Needed by patch0

++ gnome-do-plugins-mono3.patch ++
Index: gnome-do-plugins-0.8.4/DiskMounter/Makefile.am
===
--- gnome-do-plugins-0.8.4.orig/DiskMounter/Makefile.am
+++ gnome-do-plugins-0.8.4/DiskMounter/Makefile.am
@@ -15,5 +15,6 @@ RESOURCES = \
 REFERENCES = \
System \
System.Core \
+   $(GLIB_SHARP_20_LIBS) \
$(GNOME_VFS_SHARP_20_LIBS) \
$(DO_PLATFORM_LIBS)
Index: gnome-do-plugins-0.8.4/ImageShack/Makefile.am
===
--- gnome-do-plugins-0.8.4.orig/ImageShack/Makefile.am
+++ gnome-do-plugins-0.8.4/ImageShack/Makefile.am
@@ -19,6 +19,7 @@ REFERENCES = \
System \
System.Core \
System.Web \
+   System.Xml \
System.Xml.Linq \
$(GTK_SHARP_20_LIBS) \
$(DO_PLATFORM_LINUX_LIBS) \
Index: gnome-do-plugins-0.8.4/Tasque/src/Tasque.cs
===
--- gnome-do-plugins-0.8.4.orig/Tasque/src/Tasque.cs
+++ gnome-do-plugins-0.8.4/Tasque/src/Tasque.cs
@@ -39,6 +39,7 @@ namespace Tasque
} catch (Exception e) {
Log.Error ("Could not read Tasque's category: 
{0}", e.Message);
Log.Debug (e.StackTrace);
+   categories = null;
}
return categories.Select (category => new 
TasqueCategoryItem (category));
}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt4 for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:12.2:Update 
checked in at 2013-01-10 11:22:10

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


Package is "libqt4", Maintainer is "dmuel...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.uff42Y/_old  2013-01-10 11:22:13.0 +0100
+++ /var/tmp/diff_new_pack.uff42Y/_new  2013-01-10 11:22:13.0 +0100
@@ -1 +1 @@
-
+

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



commit libqt4-sql-plugins for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4-sql-plugins for 
openSUSE:12.2:Update checked in at 2013-01-10 11:22:05

Comparing /work/SRC/openSUSE:12.2:Update/libqt4-sql-plugins (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libqt4-sql-plugins.new (New)


Package is "libqt4-sql-plugins", Maintainer is "dmuel...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zs9XSI/_old  2013-01-10 11:22:06.0 +0100
+++ /var/tmp/diff_new_pack.zs9XSI/_new  2013-01-10 11:22:06.0 +0100
@@ -1 +1 @@
-
+

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



  1   2   >