commit ghc-html for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package ghc-html for openSUSE:Factory 
checked in at 2013-01-01 11:59:03

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


Package is ghc-html, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-html.new/ghc-html.changes   2013-01-01 
11:59:05.0 +0100
@@ -0,0 +1,25 @@
+---
+Sun Dec 30 17:33:45 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator script 
+
+---
+Sat Nov 17 14:26:48 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Tue Jun  5 13:39:52 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- use cabal2spec template 0.25.5 for spec file 
+
+---
+Thu Feb 23 13:55:34 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Added BuildRoot for sle11-sp1 
+
+---
+Sun Jan  1 11:29:28 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  _service
  ghc-html.changes
  ghc-html.spec
  html-1.0.1.2.tar.gz
  rpmlintrc



Other differences:
--
++ ghc-html.spec ++
#
# spec file for ghc-html
#

# Copyright (c) 2012 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 html

%global common_summary Haskell HTML combinator library

%global common_description This package contains a Haskell combinator library 
for constructing HTML documents.

Name:   ghc-html
Version:1.0.1.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}
# 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 ++
services
  
service name=download_files mode=localonly//services
++ 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-HUnit for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package ghc-HUnit for openSUSE:Factory 
checked in at 2013-01-01 11:59:14

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


Package is ghc-HUnit, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-HUnit.new/ghc-HUnit.changes 2013-01-01 
11:59:16.0 +0100
@@ -0,0 +1,31 @@
+---
+Sun Dec 30 17:42:56 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:05:30 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Mon Oct  1 19:32:18 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 1.2.5.1 from upstream
+- required by Haskell Platform 2012.4.0.0 
+
+---
+Tue Jun  5 13:58:45 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- cabal2spec 0.25.5 template for spec file 
+
+---
+Thu Feb 23 14:18:40 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Added BuildRoot for sle11-sp1 
+
+---
+Tue Jan  3 14:53:54 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  HUnit-1.2.5.1.tar.gz
  _service
  ghc-HUnit.changes
  ghc-HUnit.spec



Other differences:
--
++ ghc-HUnit.spec ++
#
# spec file for ghc-HUnit
#

# Copyright (c) 2012 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 HUnit

%global common_summary A unit testing framework for Haskell

%global common_description HUnit is a unit testing framework for Haskell, 
inspired by the JUnit tool for Java, see: http://www.junit.org.

Name:   ghc-HUnit
Version:1.2.5.1
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}
# 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
%doc %{_datadir}/%{pkg_name}-%{version}


%changelog
++ _service ++
services
  
service name=download_files mode=localonly//services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghc-parallel for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package ghc-parallel for openSUSE:Factory 
checked in at 2013-01-01 11:59:25

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


Package is ghc-parallel, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-parallel.new/ghc-parallel.changes   
2013-01-01 11:59:27.0 +0100
@@ -0,0 +1,32 @@
+---
+Sun Dec 30 18:27:03 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:32:28 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Wed Oct  3 06:54:34 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 3.2.0.3 from upstream (no changelog)
+- required by Haskell Platform 2012.4.0.0 
+
+---
+Sun Jun  3 17:29:30 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 3.2.0.2 from upstream (no changelog)
+- required by Haskell Platform 2012.2.0.0 
+
+---
+Tue Jan  3 15:11:00 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Adjusted version number for platform 2011.4 
+
+---
+Tue Jan  3 15:07:05 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  _service
  ghc-parallel.changes
  ghc-parallel.spec
  parallel-3.2.0.3.tar.gz
  rpmlintrc



Other differences:
--
++ ghc-parallel.spec ++
#
# spec file for ghc-parallel
#

# Copyright (c) 2012 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 parallel

%global common_summary Haskell %{pkg_name} library

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

Name:   ghc-parallel
Version:3.2.0.3
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-containers-devel
BuildRequires:  ghc-deepseq-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 ++
services
  
service name=download_files mode=localonly//services
++ 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-split for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package ghc-split for openSUSE:Factory 
checked in at 2013-01-01 11:59:46

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


Package is ghc-split, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-split.new/ghc-split.changes 2013-01-01 
11:59:48.0 +0100
@@ -0,0 +1,25 @@
+---
+Sun Dec 30 18:37:15 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:44:00 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Tue Oct  2 10:16:03 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 0.2.1.1 from upstream
+- required by Haskell Platform 2012.4.0.0 
+
+---
+Thu May 17 17:47:08 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- spec file template generated by cabal2spec-0.25.5 
+
+---
+Wed Jan 18 20:38:15 UTC 2012 - herb...@graeber-clan.de
+
+- initial packaging for Fedora automatically generated by cabal2spec-0.24.1

New:

  _service
  ghc-split.changes
  ghc-split.spec
  split-0.2.1.1.tar.gz



Other differences:
--
++ ghc-split.spec ++
#
# spec file for ghc-split
#

# Copyright (c) 2012 Herbert Graeber herb...@graeber-clan.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 split

%global common_summary Haskell combinator library for splitting lists

%global common_description Combinator library and utility functions for 
splitting lists for Haskell.

Name:   ghc-split
Version:0.2.1.1
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}
# 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 ++
services
  
service name=download_files mode=localonly//services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghc-stm for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package ghc-stm for openSUSE:Factory checked 
in at 2013-01-01 11:59:56

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


Package is ghc-stm, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-stm.new/ghc-stm.changes 2013-01-01 
11:59:58.0 +0100
@@ -0,0 +1,32 @@
+---
+Sun Dec 30 18:39:55 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:45:18 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Tue Oct  2 10:18:33 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 2.4 from upstream (no changelog)
+-required by Haskell Platform 2012.4.0.0 
+
+---
+Sun Jun  3 17:40:41 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 2.3 from upstream (no changelog)
+- required by Haskell Platform 2012.2.0.0 
+
+---
+Thu Feb 23 13:48:44 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Added BuildRoot for sle11-sp1 
+
+---
+Wed Dec 28 23:19:44 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  _service
  ghc-stm.changes
  ghc-stm.spec
  stm-2.4.tar.gz



Other differences:
--
++ ghc-stm.spec ++
#
# spec file for ghc-stm
#

# Copyright (c) 2012 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 stm

%global common_summary Haskell Software Transactional Memory library

%global common_description A modular composable concurrency abstraction library 
for Haskell.

Name:   ghc-stm
Version:2.4
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
# 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 ++
services
  
service name=download_files mode=localonly//services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghc-syb for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package ghc-syb for openSUSE:Factory checked 
in at 2013-01-01 12:00:08

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


Package is ghc-syb, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-syb.new/ghc-syb.changes 2013-01-01 
12:00:08.0 +0100
@@ -0,0 +1,37 @@
+---
+Sun Dec 30 18:43:19 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:47:07 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Tue Oct  2 10:21:36 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 0.3.7 from upstream (no changelog)
+- required by Haskell Platform 2012.4.0.0 
+
+---
+Sun Jun  3 17:46:03 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 0.3.6.1 from upstream (no changelog)
+- required by Haskell Platform 2012.2.0.0 
+
+---
+Thu Feb 23 13:46:48 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Added BuildRoot for sle11-sp1 
+
+---
+Wed Dec 28 22:46:05 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Adjusted version for platform 2011.4 
+
+---
+Wed Dec 28 22:40:51 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  _service
  ghc-syb.changes
  ghc-syb.spec
  syb-0.3.7.tar.gz



Other differences:
--
++ ghc-syb.spec ++
#
# spec file for ghc-syb
#

# Copyright (c) 2012 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 syb

%global common_summary Haskell Scrap Your Boilerplate library

%global common_description This package contains the generics system described 
in the Scrap Your Boilerplate papers (see 
http://www.cs.uu.nl/wiki/GenericProgramming/SYB). It defines the Data class of 
types permitting folding and unfolding of constructor applications, instances 
of this class for primitive types, and a variety of traversals.

Name:   ghc-syb
Version:0.3.7
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}
# 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 ++
services
  
service name=download_files mode=localonly//services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghc-zlib for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package ghc-zlib for openSUSE:Factory 
checked in at 2013-01-01 12:00:30

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


Package is ghc-zlib, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-zlib.new/ghc-zlib.changes   2013-01-01 
12:00:32.0 +0100
@@ -0,0 +1,43 @@
+---
+Thu Dec 27 12:28:22 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- fix license tag (intentionally empty 3rd clause)
+- expand macro in name tag (help factory-auto)
+
+---
+Sat Nov 17 14:58:26 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Tue Oct  2 11:21:27 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 0.5.4.0 from upstream (no changelog)
+- required by Haskell Platform 2012.4.0.0 
+
+---
+Mon Jun  4 06:51:40 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 0.5.3.3 from upstream (no changelog)
+- required by Haskell Platform 2012.2.0.0 
+
+---
+Thu Feb 23 13:42:43 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Added BuildRoot for sle11-sp1 
+
+---
+Thu Dec 15 09:33:05 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Added requires zlib-devel 
+
+---
+Thu Dec 15 09:08:25 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Add arches for OBS. 
+
+---
+Thu Dec 15 09:06:35 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  _service
  ghc-zlib.changes
  ghc-zlib.spec
  zlib-0.5.4.0.tar.gz



Other differences:
--
++ ghc-zlib.spec ++
#
# spec file for ghc-zlib
#

# Copyright (c) 2012 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 zlib

%global common_summary Haskell gzip and zlib formats library

%global common_description This package provides a pure interface for 
compressing and decompressing streams of data represented as lazy ByteStrings. 
It uses the zlib C library so it has high performance. It supports the zlib, 
gzip and raw compression formats.

Name:   ghc-zlib
Version:0.5.4.0
Release:1
Summary:%{common_summary}

Group:  System/Libraries
License:BSD-2-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-bytestring-devel
BuildRequires:  zlib-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
Requires:   zlib-devel

%ghc_devel_description


%ghc_devel_post_postun


%ghc_files LICENSE


%changelog
++ _service ++
services
  
service name=download_files mode=localonly//services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libconfig for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package libconfig for openSUSE:Factory 
checked in at 2013-01-01 12:00:46

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


Package is libconfig, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libconfig/libconfig.changes  2012-05-22 
10:09:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libconfig.new/libconfig.changes 2013-01-01 
12:00:47.0 +0100
@@ -1,0 +2,21 @@
+Sat Dec 29 15:50:18 UTC 2012 - p.drou...@gmail.com
+
+- Update to 1.4.9 version:
+   * lib/libconfigcpp.c++ - Fixed compiler warnings in constructor
+ initializers
+   * tinytest/tiytest.c, tinytest/tinytest.h - added tt_file_exists();
+ added alternate implementations of some test macros since MSVC does
+ not support C99 fully; added comparators for text files (ignoring
+ line endings)
+   * tests/tests.c - use tt_file_exists() rather than access(); alias
+ snprintf to _snprintf for MSVC; compare files as text files rather
+ than as binary files
+   * lib/scanner.l - fixed parsing issue when backslash in string is
+ followed by invalid escape character; reported by Jimmy Scott
+   * lib/scanner.c - regenerated
+   * lib/libconfig.h, lib/libconfig.h++, lib/Makefile.am,
+ doc/libconfig.texi, configure.ac - bump version numbers
+   * aclocal.m4, ac_config.h - regenerated
+   * m4/*, aux-build/*, libtool - updated to newer
+
+---

Old:

  libconfig-1.4.8.tar.gz

New:

  libconfig-1.4.9.tar.gz



Other differences:
--
++ libconfig.spec ++
--- /var/tmp/diff_new_pack.Mke9Qk/_old  2013-01-01 12:00:50.0 +0100
+++ /var/tmp/diff_new_pack.Mke9Qk/_new  2013-01-01 12:00:50.0 +0100
@@ -20,7 +20,7 @@
 %define docbuild 0
 
 Name:   libconfig
-Version:1.4.8
+Version:1.4.9
 Release:0
 %define _soversion 9
 Summary:A simple library for manipulating structured configuration 
files

++ libconfig-1.4.8.tar.gz - libconfig-1.4.9.tar.gz ++
 24382 lines of diff (skipped)

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



commit libquvi for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package libquvi for openSUSE:Factory checked 
in at 2013-01-01 12:01:00

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


Package is libquvi, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libquvi/libquvi.changes  2012-01-24 
12:19:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libquvi.new/libquvi.changes 2013-01-01 
12:01:04.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec 29 18:01:49 UTC 2012 - p.drou...@gmail.com
+
+- Update to 0.4.1 version:
+  * Add examples/parse.c [a26f5f6]
+  * Add examples/supported.c [179d997]
+  * DOC: Replace buzzhumor with gaskrank [3d2e015]
+  * FIX: Lua 5.2: Use luaL_newstate instead (#89) [6de7322]
+  * FIX: Make verify c/b check against correct option [0c4ff3b]
+  * FIX: Use dirname(3) properly [b2f1621]
+- Remove conditionnal BuildRequires macros; now work fine with lua 5.2
+
+---

Old:

  libquvi-0.4.0.tar.bz2

New:

  libquvi-0.4.1.tar.bz2



Other differences:
--
++ libquvi.spec ++
--- /var/tmp/diff_new_pack.pKkPyW/_old  2013-01-01 12:01:06.0 +0100
+++ /var/tmp/diff_new_pack.pKkPyW/_new  2013-01-01 12:01:06.0 +0100
@@ -19,19 +19,14 @@
 %define soname 7
 
 Name:   libquvi
-Version:0.4.0
+Version:0.4.1
 Release:0
 Summary:Library to parse flash media stream URLs
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://quvi.sourceforge.net/
 Source: %{name}-%{version}.tar.bz2
-%if 0%{?suse_version}  1210
-# Not yet compatible with lua 5.2, see 
http://sourceforge.net/apps/trac/quvi/ticket/89
-BuildRequires:  lua51-devel
-%else
 BuildRequires:  lua-devel = 5.1
-%endif
 # For pkgconfig() Provides
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libcurl) = 7.18.2

++ libquvi-0.4.0.tar.bz2 - libquvi-0.4.1.tar.bz2 ++
 4880 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libquvi-0.4.0/ChangeLog new/libquvi-0.4.1/ChangeLog
--- old/libquvi-0.4.0/ChangeLog 2011-10-05 16:20:04.0 +0200
+++ new/libquvi-0.4.1/ChangeLog 2012-03-23 16:20:07.0 +0100
@@ -1,3 +1,107 @@
+commit dd471b6
+Author: Toni Gundogdu lega...@gmail.com
+Date:   2012-03-23
+
+Update NEWS for v0.4.1
+
+NEWS
+
+commit 0d0e8ee
+Author: Toni Gundogdu lega...@gmail.com
+Date:   2012-03-23
+
+Bump version to 0.4.1
+
+ * Bump interface C:R+1:A
+
+m4/version.m4
+
+commit 6de7322
+Author: Toni Gundogdu lega...@gmail.com
+Date:   2012-03-18
+
+FIX: Lua 5.2: Use luaL_newstate instead (#89)
+
+lua_open was removed in 5.1, and apparently really removed in 5.2
+luaL_newstate replaces it, and as libquvi already depends on Lua 5.1
+just unconditionally replacing the call should work. -- marienz
+
+  * http://sourceforge.net/apps/trac/quvi/ticket/89
+
+src/libquvi/lua_wrap.c
+
+commit b2f1621
+Author: Toni Gundogdu lega...@gmail.com
+Date:   2011-11-30
+
+FIX: Use dirname(3) properly
+
+dirname(3) returned pointers to null-terminated strings must
+not be passed to free(3).  dirname(3) may modify the contents.
+Preserve the pathname by using a temporary copy with dirname(3).
+
+src/libquvi/lua_wrap.c
+src/libquvi/util.c
+src/libquvi/util.h
+
+commit 0c4ff3b
+Author: Toni Gundogdu lega...@gmail.com
+Date:   2012-03-18
+
+FIX: Make verify c/b check against correct option
+
+Check that the verify callback was set, not the resolve callback.
+
+src/libquvi/net_wrap.c
+
+commit 179d997
+Author: Toni Gundogdu lega...@gmail.com
+Date:   2011-11-30
+
+Add examples/supported.c
+
+examples/Makefile.am
+examples/supported.c
+
+commit a26f5f6
+Author: Toni Gundogdu lega...@gmail.com
+Date:   2011-11-30
+
+Add examples/parse.c
+
+examples/Makefile.am
+examples/parse.c
+
+commit 41ead47
+Author: Toni Gundogdu lega...@gmail.com
+Date:   2012-02-29
+
+Add gen-new.sh (repo only)
+
+gen-news.sh
+
+commit be85ead
+Author: Toni Gundogdu lega...@gmail.com
+Date:   2012-02-29
+
+Add license to misc. scripts
+
+ * autogen.sh
+ * gen-ver.sh
+
+autogen.sh
+gen-ver.sh
+
+commit 3d2e015
+Author: Toni Gundogdu lega...@gmail.com
+Date:   2012-02-29
+
+DOC: Replace buzzhumor with gaskrank
+
+ * buzzhumor.lua was removed in libquvi-scripts 0.4.3
+

commit miniupnpc for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package miniupnpc for openSUSE:Factory 
checked in at 2013-01-01 12:01:09

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


Package is miniupnpc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/miniupnpc/miniupnpc.changes  2012-02-20 
16:15:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.miniupnpc.new/miniupnpc.changes 2013-01-01 
12:01:11.0 +0100
@@ -1,0 +2,26 @@
+Mon Dec 24 22:29:47 UTC 2012 - p.drou...@gmail.com
+
+- Update to 1.7 version:
+  * Cleanup settings of CFLAGS in Makefile
+  * Fix signed/unsigned integer comparaisons
+  * Allow to specify protocol with TCP or UDP for -A option
+  * Only try to fetch XML description once in UPNP_GetValidIGD()
+  * Added -ansi flag to compilation, and fixed C++ comments to ANSI C comments.
+  * minor improvements to minihttptestserver.c
+  * upnperrors.c returns valid error string for unrecognized error codes
+  * make minihttptestserver listen on loopback interface instead of 0.0.0.0
+  * Maven installation thanks to Alexey Kuznetsov
+  * Replace WIN32 macro by _WIN32
+  * Fixes in java wrappers thanks to Alexey Kuznetsov :
+https://github.com/axet/miniupnp/tree/fix-javatest/miniupnpc
+  * Make and install .deb packages (python) thanks to Alexey Kuznetsov :
+https://github.com/axet/miniupnp/tree/feature-debbuild/miniupnpc
+  * The multicast interface can now be specified by name with IPv4.
+  * Install man page
+  * added header to Port Mappings list in upnpc.c
+  * Makefile : make clean now removes jnaerator generated files.
+  * MINIUPNPC_VERSION in miniupnpc.h (updated by make)
+  * added rootdescURL to UPNPUrls structure.
+- Remove unneeded miniupnpc-makefile.patch
+
+---

Old:

  miniupnpc-1.6.tar.gz
  miniupnpc-makefile.patch

New:

  miniupnpc-1.7.tar.gz



Other differences:
--
++ miniupnpc.spec ++
--- /var/tmp/diff_new_pack.RRQE69/_old  2013-01-01 12:01:12.0 +0100
+++ /var/tmp/diff_new_pack.RRQE69/_new  2013-01-01 12:01:12.0 +0100
@@ -16,20 +16,17 @@
 #
 
 
-Name:   miniupnpc
-Version:1.6
-Release:0.0
 %define soname 8
+
+Name:   miniupnpc
+Version:1.7
+Release:0
 Summary:Universal Plug'n'Play (UPnP) Client
 License:BSD-3-Clause
 Group:  Productivity/Networking/Other
 Source: http://miniupnp.free.fr/files/miniupnpc-%{version}.tar.gz
-Patch1: miniupnpc-makefile.patch
 Url:http://miniupnp.free.fr/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  make
 BuildRequires:  python-devel
 Requires:   libminiupnpc%{soname} = %{version}-%{release}
 
@@ -67,7 +64,6 @@
 
 %prep
 %setup -q
-%patch1
 
 %build
 make %{?_smp_mflags} \
@@ -90,6 +86,8 @@
  --prefix=%{_prefix} \
  --root=%{buildroot} \
  --record-rpm=rpmfiles.lst
+# Remove static libs
+rm -f %{buildroot}%{_libdir}/*.a
 
 %post   -n libminiupnpc%{soname} -p /sbin/ldconfig
 
@@ -99,6 +97,7 @@
 %defattr(-,root,root)
 %{_bindir}/upnpc
 %{_bindir}/external-ip
+%{_mandir}/man3/miniupnpc.3.gz
 
 %files -n libminiupnpc%{soname}
 %defattr(-,root,root)
@@ -108,7 +107,6 @@
 %files -n libminiupnpc-devel
 %defattr(-,root,root)
 %{_includedir}/miniupnpc/
-%{_libdir}/libminiupnpc.a
 %{_libdir}/libminiupnpc.so
 
 %files -n python-miniupnpc -f rpmfiles.lst

++ miniupnpc-1.6.tar.gz - miniupnpc-1.7.tar.gz ++
 2111 lines of diff (skipped)

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



commit php5-pear-Horde_Auth for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Auth for 
openSUSE:Factory checked in at 2013-01-01 12:01:16

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


Package is php5-pear-Horde_Auth, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Auth/php5-pear-Horde_Auth.changes
2012-05-31 17:09:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Auth.new/php5-pear-Horde_Auth.changes
   2013-01-01 12:01:19.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 15:13:31 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Add Finnish translation (Leena Heino li...@uta.fi).
+- [mms] Fix Horde_Auth_Passwd#updateUser().
+
+
+---

Old:

  Horde_Auth-1.4.9.tgz

New:

  Horde_Auth-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Auth.spec ++
--- /var/tmp/diff_new_pack.5IPupL/_old  2013-01-01 12:01:20.0 +0100
+++ /var/tmp/diff_new_pack.5IPupL/_new  2013-01-01 12:01:20.0 +0100
@@ -23,27 +23,35 @@
 Summary:Horde Authentication API
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
-Version:1.4.9
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Auth-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Auth
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-hash
-Requires:   php5-pear = 1.7.0
-Requires:   php5-pear-Horde_Db
-Requires:   php5-pear-Horde_Exception  2.0.0
-Requires:   php5-pear-Horde_Imap_Client
-Requires:   php5-pear-Horde_Util  2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.7
+Requires:   php-hash
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Db = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Imap_Client = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 Requires:   php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
+
+%if 0%{?sles_version} == 11 
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-hash
-BuildRequires:  php5-pear-Horde_Db
-BuildRequires:  php5-pear-Horde_Imap_Client
+%endif
+
+BuildRequires:  php-hash
+BuildRequires:  php5-pear-Horde_Db = 2.0.0
+BuildRequires:  php5-pear-Horde_Imap_Client = 2.0.0
 BuildRequires:  php5-pear-channel-horde
-Suggests:   php5-sasl
-Suggests:   php5-pam
+Suggests:   php-sasl
+Suggests:   php-pam
 BuildArch:  noarch
 
 # Fix for renaming (package convention)

++ Horde_Auth-1.4.9.tgz - Horde_Auth-2.0.1.tgz ++
 13754 lines of diff (skipped)

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



commit php5-pear-Horde_Secret for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Secret for 
openSUSE:Factory checked in at 2013-01-01 12:01:24

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


Package is php5-pear-Horde_Secret, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Secret/php5-pear-Horde_Secret.changes
2012-01-27 15:23:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Secret.new/php5-pear-Horde_Secret.changes
   2013-01-01 12:01:26.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 15:54:36 UTC 2012 - sag...@b1-systems.de
+
+- Version 2.0.2
+
+---

Old:

  Horde_Secret-1.0.0.tgz

New:

  Horde_Secret-2.0.2.tgz



Other differences:
--
++ php5-pear-Horde_Secret.spec ++
--- /var/tmp/diff_new_pack.59drD1/_old  2013-01-01 12:01:27.0 +0100
+++ /var/tmp/diff_new_pack.59drD1/_new  2013-01-01 12:01:27.0 +0100
@@ -19,31 +19,34 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Secret Encryption API
+Summary:Secret Encryption API
 License:LGPL-2.1+
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Secret
-Version:1.0.0
+Version:2.0.2
 Release:0
 Source0:http://pear.horde.org/get/Horde_Secret-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Secret
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Crypt_Blowfish = 1.0.1, php5-pear-Horde_Exception  
2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0
+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_Crypt_Blowfish = 1.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Secret
 %define pear_sname horde_secret
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-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
 The Horde_Secret library provides an API for encrypting and decrypting
@@ -95,5 +98,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Secret.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Secret-1.0.0.tgz - Horde_Secret-2.0.2.tgz ++
 1719 lines of diff (skipped)

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



commit php5-pear-Horde_Xml_Element for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Xml_Element for 
openSUSE:Factory checked in at 2013-01-01 12:01:32

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


Package is php5-pear-Horde_Xml_Element, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Xml_Element/php5-pear-Horde_Xml_Element.changes
  2012-01-26 14:07:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Xml_Element.new/php5-pear-Horde_Xml_Element.changes
 2013-01-01 12:01:44.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 29 14:04:16 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- Version 2.0.1
+- [mms] Use new Horde_Test layout.
+- Fix for compatibility with PHPUnit 3.6
+
+---

Old:

  Horde_Xml_Element-1.0.1.tgz

New:

  Horde_Xml_Element-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Xml_Element.spec ++
--- /var/tmp/diff_new_pack.aXlvOt/_old  2013-01-01 12:01:45.0 +0100
+++ /var/tmp/diff_new_pack.aXlvOt/_new  2013-01-01 12:01:45.0 +0100
@@ -19,32 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Xml Element object
+Summary:Horde Xml Element Handling Class
 License:BSD-2-Clause
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Xml_Element
-Version:1.0.1
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Xml_Element-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Xml_Element
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception
-Requires:   php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Xml_Element
 %define pear_sname horde_xml_element
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-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
 This package provides an element object that can be used to provide

++ Horde_Xml_Element-1.0.1.tgz - Horde_Xml_Element-2.0.1.tgz ++
 2877 lines of diff (skipped)

-- 
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-01 Thread h_root
Hello community,

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

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


Package is psi, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/psi/psi.changes  2012-03-29 14:04:31.0 
+0200
+++ /work/SRC/openSUSE:Factory/.psi.new/psi.changes 2013-01-01 
12:01:45.0 +0100
@@ -1,0 +2,26 @@
+Thu Dec 13 23:35:00 UTC 2012 - fi...@opensuse.org
+
+- Update localization files.
+
+- Build against libotr2-devel for openSUSE = 12.3
+
+---
+Wed Oct 10 06:20:51 UTC 2012 - highwaystar...@gmail.com
+
+- updated to 0.15
+ * Merge many changes from Psi+.
+ * New message history browser.
+ * New, fast contact list window.
+ * TURN proxying for voice calls.
+ * Store data in more standardized locations based on the platform.
+ * No longer dependent on the Qt3Support library.
+ * Domains ending in .local now always work, whether via DNS server or mdns.
+ * Windows 64-bit and Mac 64-bit now supported. Mac PPC deprecated.
+ * Legacy SSL port probe feature removed.
+ * Various small features and bugfixes. 
+
+- all remaining patches rebased to 0.15
+- psi-gcc47.patch, psi-0.14-mpris.patch, psi-0.14-whiteboarding.patch 
+  removed, now upstream
+
+---

Old:

  psi-0.14-desktop_file.patch
  psi-0.14-enable_otr.patch
  psi-0.14-mpris.patch
  psi-0.14-signing-presence-optional.patch
  psi-0.14-sxe-debug.patch
  psi-0.14-whiteboarding.patch
  psi-0.14.tar.bz2
  psi-gcc47.patch

New:

  psi-0.15-desktop_file.patch
  psi-0.15-enable_otr.patch
  psi-0.15-signing-presence-optional.patch
  psi-0.15-sxe-debug.patch
  psi-0.15.tar.bz2



Other differences:
--
++ psi.spec ++
--- /var/tmp/diff_new_pack.E3NjFN/_old  2013-01-01 12:01:48.0 +0100
+++ /var/tmp/diff_new_pack.E3NjFN/_new  2013-01-01 12:01:48.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   psi
 Url:http://psi-im.org/
-Version:0.14
+Version:0.15
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0+
@@ -53,19 +53,20 @@
 Source51:   http://psi-im.org/download/lang/psi_ur_PK.qm
 Source52:   http://psi-im.org/download/lang/qt_ur_PK.qm
 Source53:   http://psi-im.org/download/lang/psi_zh_TW.qm
-Patch0: %{name}-0.14-enable_otr.patch
-Patch1: %{name}-0.14-whiteboarding.patch
-Patch2: %{name}-0.14-mpris.patch
-Patch3: %{name}-0.14-sxe-debug.patch
-Patch4: %{name}-0.14-desktop_file.patch
-Patch5: %{name}-0.14-signing-presence-optional.patch
-Patch6: psi-gcc47.patch
+Patch0: %{name}-0.15-enable_otr.patch
+Patch3: %{name}-0.15-sxe-debug.patch
+Patch4: %{name}-0.15-desktop_file.patch
+Patch5: %{name}-0.15-signing-presence-optional.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aspell-devel
 BuildRequires:  fdupes
+%if %{?suse_version} = 1230
+BuildRequires:  libotr2-devel
+%else
 BuildRequires:  libotr-devel
+%endif
 BuildRequires:  libqca2-devel
-BuildRequires:  libqt4-devel
+BuildRequires:  libqt4-devel = 4.7.0
 BuildRequires:  update-desktop-files
 Recommends: psimedia = 1.0.3
 
@@ -90,17 +91,14 @@
 %prep
 %setup -q -a 1
 %patch0 -p1
-%patch1
-%patch2
 %patch3
 %patch4
 %patch5 -p1
-%patch6 -p1
 
 %build
 # do not use %%configure - not real configure script
 export QMAKE_CXXFLAGS=%{optflags}
-./configure --prefix=%{_prefix} --libdir=%{_libdir} --disable-bundled-qca 
--enable-plugins --debug --no-separate-debug-info
+./configure --prefix=%{_prefix} --libdir=%{_libdir} --enable-whiteboarding 
--enable-plugins --debug --no-separate-debug-info
 make %{?jobs:-j%jobs}
 pushd psi-otr-%{otrplugin_version}
 mv README README.OTR

++ psi-0.14-desktop_file.patch - psi-0.15-desktop_file.patch ++
--- /work/SRC/openSUSE:Factory/psi/psi-0.14-desktop_file.patch  2011-09-23 
12:42:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.psi.new/psi-0.15-desktop_file.patch 
2013-01-01 12:01:45.0 +0100
@@ -1,22 +1,30 @@
-Index: psi.desktop
-===
 psi.desktop.orig
-+++ psi.desktop
+diff -ruN ./psi.desktop ../psi-0.15.desktop/psi.desktop
+--- ./psi.desktop  2012-10-04 09:53:03.0 +0900
 ../psi-0.15.desktop/psi.desktop2012-10-10 15:00:50.476833995 +0900
 @@ -3,7 +3,7 @@
  Version=1.0
  Type=Application
  Name=Psi
--GenericName=Jabber Client
-+GenericName=Jabber Client (with OTR support)
- Comment=Communicate over the Jabber network
+-GenericName=XMPP 

commit rubygem-gettext for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2013-01-01 12:03:48

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


Package is rubygem-gettext, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2012-11-05 06:32:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes 
2013-01-01 12:03:53.0 +0100
@@ -1,0 +2,54 @@
+Fri Dec 21 17:23:34 UTC 2012 - co...@suse.com
+
+- updated to version 2.3.6
+ ### Fixes
+ 
+   * [POEntry] Fixed the bug that obsolete comment mark (#~) is added
+ to already comment.
+   * [msgmerge] Fixed the bug that no separator (blank line) didn't exist
+ between each obsolete entry.
+   * [msgmerge] Fixed tne bug that obsolete entries in old PO file are
+ added to new PO file. Any obsolete entries in old PO file aren't
+ treated for merging.
+
+---
+Fri Dec 14 06:11:46 UTC 2012 - co...@suse.com
+
+- updated to version 2.3.5
+ ### Fixes
+ 
+   * [POParser] Fixed the class name for backward compatibility.
+ 
+ ### Improvements
+ 
+   * [Merger] Implemented fuzzy-match with Levenshtein distance.
+   * Added the class PO for management PO entries. Please use PO
+ instead of PoData. (see details in
+ http://rubydoc.info/gems/gettext/GetText/PO.html)
+   * [POEntry (renamed from PoMessages)] Supported to specify msgstr.
+   * [POEntry] Stored comments each type
+ (translator\_comment, extracted\_comment, flag, previous).
+ see
+ http://www.gnu.org/software/gettext/manual/html_node/PO-Files.html
+ for details of comment type.
+   * [POEntry] Checked if specified type is valid in #type=.
+   * [PoParser][MO] Concatenated msgctxt, msgid, msgid\_plural to
+ #{msgctxt}\004#{msgid}\000{msgid\_plural} by MO instead of
+ PoParser. PoData and MO treat a concatenated string as msgid, but
+ PO doesn't.
+   * [PoParser] Parsed each type comment from whole comment.
+ 
+ ### Changes
+ 
+   * Rename some classes and methods.
+ * PoMessage to PoEntry. This isn't message but entry.
+   (See http://www.gnu.org/software/gettext/manual/gettext.html#PO-Files)
+ * PoMessages#== to POEntry#mergeable?.
+ * PoMessages#to\_po\_str to POEntry#to\_s.
+ * PoMessages#sources(sources=) to POEntry#references(references=)
+ * MoFile to MO. For backword compatible, MoFile can be used now.
+ * PoParser to POParser. For backword compatible, PoParser can be used now.
+   * Raised no error when POEntry doesn't have references.
+ It is useful for no references in .PO file.
+
+---

Old:

  gettext-2.3.3.gem

New:

  gettext-2.3.6.gem



Other differences:
--
++ rubygem-gettext.spec ++
--- /var/tmp/diff_new_pack.GHE8B0/_old  2013-01-01 12:03:54.0 +0100
+++ /var/tmp/diff_new_pack.GHE8B0/_new  2013-01-01 12:03:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-gettext
-Version:2.3.3
+Version:2.3.6
 Release:0
 %define mod_name gettext
 %define mod_full_name %{mod_name}-%{version}

++ gettext-2.3.3.gem - gettext-2.3.6.gem ++
Files /work/SRC/openSUSE:Factory/rubygem-gettext/gettext-2.3.3.gem and 
/work/SRC/openSUSE:Factory/.rubygem-gettext.new/gettext-2.3.6.gem differ

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



commit rubygem-ruby_parser for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby_parser for 
openSUSE:Factory checked in at 2013-01-01 12:04:03

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


Package is rubygem-ruby_parser, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby_parser/rubygem-ruby_parser.changes  
2012-12-17 09:38:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new/rubygem-ruby_parser.changes 
2013-01-01 12:04:06.0 +0100
@@ -1,0 +2,15 @@
+Sat Dec 22 07:30:18 UTC 2012 - co...@suse.com
+
+- updated to version 3.1.1
+ * 1 minor enhancement:
+ 
+   * Added MOVE_TIMEOUT env var for ruby_parse_extract_error to move slow 
files to a sibling directory
+ 
+ * 4 bug fixes:
+ 
+   * 1.9: Fixed lexing of 0o. (whitequark)
+   * 1.9: Fixed parsing of unary plus on literals. (whitequark)
+   * Added timeout arg to RubyParser#process to pass through to the real parser
+   * Updated Synopsis to reflect new options for running RP. (louismullie)
+
+---

Old:

  ruby_parser-3.1.0.gem

New:

  ruby_parser-3.1.1.gem



Other differences:
--
++ rubygem-ruby_parser.spec ++
--- /var/tmp/diff_new_pack.cT2qdr/_old  2013-01-01 12:04:06.0 +0100
+++ /var/tmp/diff_new_pack.cT2qdr/_new  2013-01-01 12:04:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ruby_parser
-Version:3.1.0
+Version:3.1.1
 Release:0
 %define mod_name ruby_parser
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-sass for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2013-01-01 12:04:12

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


Package is rubygem-sass, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2012-11-20 13:14:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2013-01-01 12:04:15.0 +0100
@@ -1,0 +2,8 @@
+Sat Dec 22 07:29:00 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.4
+ - Fix imports from .jar files in JRuby. Thanks to Alex Hvostov.
+ - Allow comments within @import statements in SCSS.
+ - Fix a parsing performance bug where long decimals would occasionally take 
many minutes to parse.
+
+---

Old:

  sass-3.2.3.gem

New:

  sass-3.2.4.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.3VcB3n/_old  2013-01-01 12:04:16.0 +0100
+++ /var/tmp/diff_new_pack.3VcB3n/_new  2013-01-01 12:04:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sass
-Version:3.2.3
+Version:3.2.4
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-sprockets-2_2 for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-2_2 for 
openSUSE:Factory checked in at 2013-01-01 12:04:22

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


Package is rubygem-sprockets-2_2, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-2_2/rubygem-sprockets-2_2.changes  
2012-11-14 17:01:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-2_2.new/rubygem-sprockets-2_2.changes
 2013-01-01 12:04:28.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 22 21:35:04 UTC 2012 - co...@suse.com
+
+- updated to version 2.2.2, minor fix
+
+---

Old:

  sprockets-2.2.1.gem

New:

  sprockets-2.2.2.gem



Other differences:
--
++ rubygem-sprockets-2_2.spec ++
--- /var/tmp/diff_new_pack.CDdWni/_old  2013-01-01 12:04:28.0 +0100
+++ /var/tmp/diff_new_pack.CDdWni/_new  2013-01-01 12:04:28.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package rubygem-sprockets
+# spec file for package rubygem-sprockets-2_2
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sprockets-2_2
-Version:2.2.1
+Version:2.2.2
 Release:0
 %define mod_name sprockets
 %define mod_full_name %{mod_name}-%{version}

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



commit virtualbox for openSUSE:Factory

2013-01-01 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2013-01-01 12:04:34

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


Package is virtualbox, Maintainer is mkudlv...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2012-11-08 
21:54:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2013-01-01 12:05:13.0 +0100
@@ -1,0 +2,46 @@
+Sat Dec 29 08:22:27 UTC 2012 - mse...@gmail.com
+
+- updated to virtualbox 4.2.6
+* VMM: don't inject stale VT-x events to prevent crashes after VM reset (bug 
#11256)
+* VMM: workaround for buggy BIOSes which enable MONITOR only for certain CPUs 
(bugs #9460, #10686)
+* GUI: fixed trimming of anti-aliased text in details-view element headers 
(4.2.0 regression)
+* GUI: fixed create-settings-file-alias functionality on Mac hosts (4.2.0 
regression)
+* GUI: fixed take-guest-screenshot functionality on Windows hosts (bug #11095)
+* GUI: several minor fixes, including palette fixes (bug #11191)
+* GUI: fixed Windows 2012 OS type (bug #11206)
+* GUI: allow to terminate the VM even if VBoxSVC crashed
+* API: fixed cancelling of snapshots, previously this could lead to 
inconsistent VM configs (bug #6877)
+* API: fixed identifying disk images by UUID (bug #11209)
+* 3D Support: several fixes
+* VRDP: fixed occasional crash with external authentication (bug #11156)
+* VGA: fix for double scan text modes
+* USB: fixed invalid pending request count at the time of service of DEVICE 
POWER requests (Windows hosts only; bugs #10021, #11056)
+* USB keyboard: Korean keyboard workaround (bug #11150)
+* Storage: fixed hang with QCOW images and asynchronous I/O enabled
+* Storage: fixed hang with newer VHD images (bug #11279)
+* Storage: actually write the non-rotational flag to the VM settings (4.2.0 
regression)
+* Virtio-net: fixed the problem with network statistics counters in Session 
Information dialog (GUI)
+* Metrics: introduced network rate and disk usage metrics
+* Metrics: fixed a crash under certain conditions on Solaris hosts
+* BIOS: fix for El Torito
+* Shared Folders: if the host folder of a shared folder mapping does not 
exist, keep it active but mark it as invalid to prevent inconsitent saved 
states (bug #11147)
+* VBoxManage: fixed converting disks from raw images
+* VBoxManage: show snapshot description in the VM or snapshot information
+* VBoxManage: make implicit opening of media consistent in all places dealing 
with media
+* VBoxManage: the iSCSI initiator name was not stored in the settings file 
when doing storageattach (bug #11212)
+* VBoxManage: metrics collect now properly handles 'CPU/MHz' and 
'Net/*/LinkSpeed' metrics
+* VBoxManage: changing the image UUID or parent UUID as part of storageattach 
works now in all safe cases
+* VBoxManage: introduced storageattach --medium additions as a shortcut to 
mount the additions image (bug #11165)
+* OVF: fixed importing OVF files cerated by recent VMware products (bug #10905)
+* Linux hosts / Bridged Networking: fixed the problem with leaking connections 
in conntrack (bug #11178)
+* Linux Additions: added support for ConsoleKit sessions in the vminfo service 
of VBoxService
+* Linux Additions: don't crash during remount under certain conditions (bug 
#11291)
+* Linux/Solaris Additions: fixed guest memory metrics collection
+* Solaris hosts: added a dependency to ensure that the user directories are 
reachable when starting VBox services
+* Windows host installer: integrated user-contributed translations, thanks to 
all contributors!
+* Windows Additions: fixed auto-logon installation for Windows 8
+* Windows Additions: don't fail if the shared folders host service is not 
available
+* Windows Additions: fixed Guest Additions startup on Windows 2000 guests (bug 
#11253)
+* Windows Additions: auto-resize fixes for Windows 8 guests
+
+---

Old:

  VirtualBox-4.2.4-patched.tar.bz2
  virtualbox-4.2.4-UserManual.pdf

New:

  VirtualBox-4.2.6-patched.tar.bz2
  virtualbox-4.2.6-UserManual.pdf



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.utpKSK/_old  2013-01-01 12:05:16.0 +0100
+++ /var/tmp/diff_new_pack.utpKSK/_new  2013-01-01 12:05:16.0 +0100
@@ -82,7 +82,7 @@
 %endif
 #
 ExclusiveArch:  %ix86 x86_64
-Version:4.2.4
+Version:4.2.6
 Release:0
 Summary:VirtualBox is an Emulator
 License:GPL-2.0+

++ VirtualBox-4.2.4-patched.tar.bz2 - VirtualBox-4.2.6-patched.tar.bz2 
++