commit apache-ivy for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package apache-ivy for openSUSE:Factory 
checked in at 2013-01-03 13:43:55

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


Package is apache-ivy, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/apache-ivy/apache-ivy.changes2012-03-29 
07:45:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache-ivy.new/apache-ivy.changes   
2013-01-03 13:43:55.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  2 17:08:16 UTC 2013 - arc...@dellroad.org
+
+- Define ${target.ivy.version} during build
+- Include an ivy(1) command line script and man page
+
+---

New:

  ivy.1



Other differences:
--
++ apache-ivy.spec ++
--- /var/tmp/diff_new_pack.fINDlG/_old  2013-01-03 13:43:56.0 +0100
+++ /var/tmp/diff_new_pack.fINDlG/_new  2013-01-03 13:43:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-ivy
 #
-# 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,7 @@
 Url:http://ant.apache.org/ivy/
 #Source0:
http://www.apache.org/dist/ant/ivy/2.1.0/%{name}-%{version}-src.tar.gz
 Source0:%{name}-%{version}-src.tar.gz
+Source1:ivy.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -98,7 +99,7 @@
 %endif
 
 # Build
-ant /localivy /offline jar javadoc
+ant -Dtarget.ivy.version=%{version} /localivy /offline jar javadoc
 
 %install
 # Code
@@ -110,6 +111,18 @@
 install -d $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
 cp -rp build/doc/reports/api/. $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
 
+# Command line script
+MAIN_CLASS=`sed -rn 's/^Main-Class: (.*)$/\1/gp' META-INF/MANIFEST.MF | tr -d 
'\r'`
+%if 0%{?suse_version}
+%jpackage_script ${MAIN_CLASS}   
ant:ant/ant-nodeps:ivy:oro:jsch:jakarta-commons-httpclient3 ivy
+%else
+%jpackage_script ${MAIN_CLASS}   
ant:ant/ant-nodeps:ivy:oro:jsch:commons-httpclient ivy
+%endif
+
+# Man page
+install -d ${RPM_BUILD_ROOT}%{_mandir}/man1
+install %{SOURCE1} ${RPM_BUILD_ROOT}%{_mandir}/man1/ivy.1
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -117,6 +130,8 @@
 %defattr(-,root,root,-)
 %{_javadir}/*
 %doc RELEASE_NOTES CHANGES.txt LICENSE NOTICE README
+%attr(755,root,root) %{_bindir}/*
+%attr(644,root,root) %{_mandir}/man1/*
 
 %files javadoc
 %defattr(-,root,root,-)

++ ivy.1 ++
.\  -*- nroff -*-
.\
.Dd January 2, 2013
.Dt IVY 1
.Os
.Sh NAME
.Nm ivy
.Nd Ivy depedency manager
.Sh SYNOPSIS
.Nm ivy
.Bk -words
.Op options ...
.Ek
.Sh DESCRIPTION
.Nm
invokes the Ivy dependency manager from the command line.
.Sh OPTIONS
.Ss Settings Options
.Bl -tag -width Ds
.It Fl settings Ar settingsfile
Use given file for settings.
.It Fl cache Ar cachedir
Use given directory for cache.
.It Fl novalidate
Do not validate ivy files against xsd.
.It Fl m2compatible
Use maven2 compatibility.
.El
.Ss Resolve Options
.Bl -tag -width Ds
.It Fl ivy Ar ivyfile
Use given file as ivy file.
.It Fl refresh
Refresh dynamic resolved revisions.
.It Fl dependency Ar organisation Ar module Ar revision 
Use this instead of ivy file to do the rest of the
work with this as a dependency.
.It Fl confs Ar configurations
Resolve given configurations.
.It Fl types Ar types
Comma separated list of accepted artifact types.
.It Fl mode Ar resolvemode
The resolve mode to use.
.It Fl notransitive
Do not resolve dependencies transitively.
.El
.Ss Retrieve Options
.Bl -tag -width Ds
.It Fl retrieve Ar retrievepattern
Use given pattern as retrieve pattern.
.It Fl ivypattern Ar pattern
Use given pattern to copy the ivy files.
.It Fl sync
Use sync mode for retrieve.
.It Fl symlink
Create symbolic links.
.El
.Ss Cache Path Options
.Bl -tag -width Ds
.It Fl cachepath Ar cachepathfile
Outputs a classpath consisting of all dependencies
in cache (including transitive ones) of the given
ivy file to the given
.Ar cachepathfile .
.El
.Ss Deliver Options
.Bl -tag -width Ds
.It Fl deliverto Ar ivypattern
Use given pattern as resolved ivy file pattern.
.El
.Ss Publish Options
.Bl -tag -width Ds
.It Fl publish Ar resolvername
Use given resolver to publish to.
.It Fl publishpattern Ar artpattern
Use given pattern to find artifacts to publish.
.It Fl revision Ar revision
Use given revision to publish the module.
.It Fl status Ar status
Use given status to publish the module.
.It Fl overwrite
Overwrite files in the repository if they exist.
.El
.Ss HTTP Auth Options
.Bl -tag 

commit awesome-branding-openSUSE for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package awesome-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-03 13:44:06

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


Package is awesome-branding-openSUSE, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ 
/work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new/awesome-branding-openSUSE.changes
 2013-01-03 13:44:06.0 +0100
@@ -0,0 +1,9 @@
+---
+Fri Dec  7 17:35:17 UTC 2012 - tog...@opensuse.org
+
+- Initial packaging
+  * added nitrogen and awesome-freedesktop awesome-vicious
+xscreensaver  to the required packages. awesome-shifty is
+recommended
+  * keydoc.lua and calendar2.lua are added as modules
+

New:

  awesome-branding-openSUSE-3.4.13.tar.xz
  awesome-branding-openSUSE.changes
  awesome-branding-openSUSE.spec



Other differences:
--
++ awesome-branding-openSUSE.spec ++
#
# spec file for package awesome-branding-openSUSE
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Togan Muftuoglu tog...@opensuse.org
#
# 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 main_pack awesome
Name:   awesome-branding-openSUSE
Version:3.4.13
Url:https://github.com/madanyang/awesome-branding-opensuse.git
Summary:openSUSE Branding for awesome
License:GPL-2.0+
Group:  System/GUI/Other
Supplements:packageand(%{main_pack}:branding-openSUSE)
Provides:   %{main_pack}-branding = %{version}
Conflicts:  otherproviders(%main_pack-branding)
BuildArch:  noarch
Release:0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Source: %name-%version.tar.xz
Requires:   awesome-freedesktop
Requires:   awesome-vicious
Requires:   gnome-icon-theme
Requires:   nitrogen
Requires:   xscreensaver
Recommends: awesome-shifty

%description
This package provides the openSUSE specific additions both for functions and
look and feel for awesome window manager.


%prep
%setup -q

%build

%install
install -d %{buildroot}%{_sysconfdir}/xdg/awesome
install -d %{buildroot}%{_datadir}/awesome/lib
install -d %{buildroot}%{_datadir}/awesome/themes

install -m 644 calendar2.lua %{buildroot}%{_datadir}/awesome/lib/.
install -m 644 keydoc.lua %{buildroot}%{_datadir}/awesome/lib/.
cp -ar themes/  %{buildroot}%{_datadir}/awesome/
install -m 644 rc.lua %{buildroot}%{_sysconfdir}/xdg/awesome/rc.lua

%files
%defattr(-,root,root,-)
%doc README.openSUSE
%dir %{_sysconfdir}/xdg/awesome
%config(noreplace) %{_sysconfdir}/xdg/awesome/rc.lua
%dir %{_datadir}/awesome
%{_datadir}/awesome/lib
%{_datadir}/awesome/themes

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



commit bluedevil for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package bluedevil for openSUSE:Factory 
checked in at 2013-01-03 13:44:17

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


Package is bluedevil, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil/bluedevil.changes  2012-11-21 
14:58:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.bluedevil.new/bluedevil.changes 2013-01-03 
13:44:20.0 +0100
@@ -1,0 +2,15 @@
+Wed Jan  2 17:20:59 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.3
+  * Fixed a few crashes in KDED by removing the AgentListener thread
+  * Fixed crashes when adapter is unplugged (kde#284052, kde#298633, 
+kde#279911, kde#297785, kde#286466, kde#276911, kde#291708)
+  * Updated pin databse for more automatic experience
+  * Fix preventing sending files (kde#297785)
+  * Check if the destination folder is writable, if not fallback 
+to DocumentsLocation (kde#294041)
+  * Fix preventing tethering using PAN (kde#285637)
+  * Do not show PANU in kiobluetooth since it is not supported
+  * Use a common version string
+
+---

Old:

  bluedevil-1.2.4.tar.bz2

New:

  bluedevil-1.3.tar.bz2



Other differences:
--
++ bluedevil.spec ++
--- /var/tmp/diff_new_pack.cvR0V8/_old  2013-01-03 13:44:21.0 +0100
+++ /var/tmp/diff_new_pack.cvR0V8/_new  2013-01-03 13:44:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bluedevil
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Raymond Wooninck tittiatc...@gmail.com
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   bluedevil
-Version:1.2.4
+Version:1.3
 Release:0
 Summary:Bluetooth Manager for KDE
 License:GPL-2.0+

++ bluedevil-1.2.4.tar.bz2 - bluedevil-1.3.tar.bz2 ++
 9176 lines of diff (skipped)


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



commit branding-openSUSE for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

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

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  
2012-12-10 10:07:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2013-01-03 13:44:40.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 22 20:27:11 UTC 2012 - rbrown...@opensuse.org
+
+- Initial 12.3 branding based on the 'grow' design
+
+---



Other differences:
--
++ 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 cvsps for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/cvsps/cvsps.changes  2011-09-23 
01:54:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.cvsps.new/cvsps.changes 2013-01-03 
13:44:55.0 +0100
@@ -1,0 +2,25 @@
+Wed Jan  2 14:39:34 UTC 2013 - mvysko...@suse.com
+
+- update to 3.4 with fast-export dumping
+  * maintained by Eric S. Raymond
+  * more focused on --fast-export mode only
+  * now always runs in what used to be csv_direct mode
+  * it's not required to run csvps in CVS checkout directory
+  * local cvs commands are no longer used
+  * the old-style non-fast-export reporting mode is deprecated and
+may be dropped in the future
+  * removed the --bkcvs and -x options
+  * new --fast-export option allows dumping the history as a git
+import stream
+  * the -A now works in the expected way
+  * add -R option that writes out a revision map
+  * incorporates Heiko Voight's patch for solving some time-skew cases
+  * check README and NEWS for details
+- obsoleted files and patches
+  * bk-cvs.mail - who is interested in BitKeeper/CSV kernel trees?
+  * cvsps-bk-cvs.mail - or the ability to import BitKeeper logs?
+  * fixes.tar.bz2 - they are upstream
+  * CMakeLists.txt - plain make is recommended
+  * commitid.diff - already upstream
+
+---

Old:

  CMakeLists.txt
  bk-cvs.mail
  commitid.diff
  cvsps-2.1.tar.bz2
  cvsps-bk-cvs.mail
  fixes.tar.bz2

New:

  cvsps-3.4.tar.gz



Other differences:
--
++ cvsps.spec ++
--- /var/tmp/diff_new_pack.mDU2WY/_old  2013-01-03 13:44:56.0 +0100
+++ /var/tmp/diff_new_pack.mDU2WY/_new  2013-01-03 13:44:56.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package cvsps (Version 2.1)
+# spec file for package cvsps
 #
-# Copyright (c) 2008 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,25 +16,20 @@
 #
 
 
-
 Name:   cvsps
-BuildRequires:  cmake zlib-devel
-Group:  Development/Tools/Version Control
-AutoReqProv:on
 Summary:A Program for Generating Patch Set Information from a CVS 
Repository
-Version:2.1
-Release:163
-%define real_version 2.1
-Source: %{name}-%{real_version}.tar.bz2
-Source1:bk-cvs.mail
-Source2:cvsps-bk-cvs.mail
-Source3:fixes.tar.bz2
-Source4:CMakeLists.txt
-Patch:  commitid.diff
-Url:http://www.cobite.com/cvsps/
 License:GPL-2.0+
+Group:  Development/Tools/Version Control
+Version:3.4
+Release:0
+Source0:http://www.catb.org/~esr/cvsps/%{name}-%{version}.tar.gz
+Url:http://www.catb.org/~esr/cvsps/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+BuildRequires:  asciidoc
+BuildRequires:  libxslt-tools
+BuildRequires:  pkgconfig(zlib)
+
 %description
 CVSps is a program for generating 'patchset' information from a CVS
 repository. In this case, a patchset is defined as a set of changes
@@ -44,32 +39,22 @@
 revision information, it is often difficult to see what changes were
 'atomically' committed to the repository.
 
-
-
 %prep
-%setup -q -n %{name}-%{real_version}
-tar xvfj %{SOURCE3}
-for patch in $(cat fixes/series); do
-patch -p1  fixes/$patch
-done
-cp %{SOURCE1} %{SOURCE2} %{SOURCE4} .
-%patch -p1
+%setup -q
 
 %build
 export CFLAGS=%{optflags}
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_VERBOSE_MAKEFILE=TRUE .
 %{__make} %{?jobs:-j%jobs}
 
 %install
-%makeinstall 
+%{__make} prefix=%{buildroot}/%{_prefix} install 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc README CHANGELOG COPYING
-%doc bk-cvs.mail cvsps-bk-cvs.mail
+%doc COPYING NEWS README TODO
 %{_bindir}/cvsps
 %{_mandir}/man*/*
 

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



commit dhcpcd for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package dhcpcd for openSUSE:Factory checked 
in at 2013-01-03 13:45:02

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


Package is dhcpcd, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dhcpcd/dhcpcd.changes2012-03-01 
17:19:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.dhcpcd.new/dhcpcd.changes   2013-01-03 
13:45:05.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec 18 12:01:07 UTC 2012 - dval...@suse.com
+
+- dhcpcd-unused.patch fixes ppc build error. Where unused expects
+  an argument 
+
+---

New:

  dhcpcd-unused.patch



Other differences:
--
++ dhcpcd.spec ++
--- /var/tmp/diff_new_pack.8D2vpA/_old  2013-01-03 13:45:06.0 +0100
+++ /var/tmp/diff_new_pack.8D2vpA/_new  2013-01-03 13:45:06.0 +0100
@@ -51,6 +51,7 @@
 Patch21:dhcpcd-3.2.3-xen-checksum.diff
 Patch22:dhcpcd-3.2.3-option-checks.diff
 Patch23:
N_When-getting-a-new-lease-send-the-serverID-and-lease-addr-in-a-DHCP_REQUEST-package.patch
+Patch24:dhcpcd-unused.patch
 Provides:   dhcp_client
 Requires:   net-tools
 PreReq: sysconfig
@@ -87,6 +88,7 @@
 %patch21 -p0
 %patch22 -p0
 %patch23 -p2
+%patch24 -p1
 cp %{S:1} .
 cp %{S:3} .
 

++ dhcpcd-unused.patch ++
Index: dhcpcd-3.2.3/common.h
===
--- dhcpcd-3.2.3.orig/common.h
+++ dhcpcd-3.2.3/common.h
@@ -34,9 +34,9 @@
 #include string.h
 
 #if __GNUC__  2 || defined(__INTEL_COMPILER)
-# define _unused __attribute__((__unused__))
+# define _dhcpcd_unused __attribute__((__dhcpcd_unused__))
 #else
-# define _unused
+# define _dhcpcd_unused
 #endif
 
 #define HAVE_STRLCPY
Index: dhcpcd-3.2.3/interface.c
===
--- dhcpcd-3.2.3.orig/interface.c
+++ dhcpcd-3.2.3/interface.c
@@ -196,7 +196,7 @@ size_t hwaddr_aton (unsigned char *buffe
 }
 
 static int _do_interface (const char *ifname,
- _unused unsigned char *hwaddr, _unused size_t *hwlen,
+ _dhcpcd_unused unsigned char *hwaddr, _dhcpcd_unused 
size_t *hwlen,
  struct in_addr *addr,
  bool flush, bool get)
 {
@@ -306,7 +306,7 @@ static int _do_interface (const char *if
return retval;
 }
 
-interface_t *read_interface (const char *ifname, _unused int metric)
+interface_t *read_interface (const char *ifname, _dhcpcd_unused int metric)
 {
int s;
struct ifreq ifr;
@@ -491,7 +491,7 @@ int set_mtu (const char *ifname, short i
 static void log_route (struct in_addr destination,
   struct in_addr netmask,
   struct in_addr gateway,
-  _unused int metric,
+  _dhcpcd_unused int metric,
   int change, int del)
 {
char *dstd = xstrdup (inet_ntoa (destination));
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit git for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

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

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


Package is git, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2012-12-19 10:56:04.0 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2013-01-03 
13:45:15.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan  1 15:18:58 UTC 2013 - dougla...@outlook.com
+
+- updated to version 1.8.1:
+
+* a bit of features.
+* other minor fixes and documentation updates since v1.8.0.
+
+more details, please see here:
+https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.1.txt.
+
+---

Old:

  git-1.8.0.2.tar.gz

New:

  git-1.8.1.tar.gz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.z8SiyT/_old  2013-01-03 13:45:16.0 +0100
+++ /var/tmp/diff_new_pack.z8SiyT/_new  2013-01-03 13:45:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package 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
@@ -30,7 +30,7 @@
 BuildRequires:  python
 BuildRequires:  sgml-skel
 BuildRequires:  xmlto
-Version:1.8.0.2
+Version:1.8.1
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ completion-wordbreaks.diff ++
--- /var/tmp/diff_new_pack.z8SiyT/_old  2013-01-03 13:45:16.0 +0100
+++ /var/tmp/diff_new_pack.z8SiyT/_new  2013-01-03 13:45:16.0 +0100
@@ -4,10 +4,10 @@
 
 --- a/contrib/completion/git-completion.bash
 +++ b/contrib/completion/git-completion.bash
-@@ -77,10 +77,12 @@
-   autoload -U +X bashcompinit  bashcompinit
- fi
- 
+@@ -23,10 +23,12 @@
+ #3) Consider changing your PS1 to also show the current branch,
+ #   see git-prompt.sh for details.
+
 -case $COMP_WORDBREAKS in
 -*:*) : great ;;
 -*)   COMP_WORDBREAKS=$COMP_WORDBREAKS:
@@ -18,6 +18,6 @@
 +#*:*) : great ;;
 +#*)   COMP_WORDBREAKS=$COMP_WORDBREAKS:
 +#esac
- 
+
  # __gitdir accepts 0 or 1 arguments (i.e., location)
  # returns location of .git repo

++ git-1.8.0.2.tar.gz - git-1.8.1.tar.gz ++
 37704 lines of diff (skipped)

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



commit ibus-table-chinese for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package ibus-table-chinese for 
openSUSE:Factory checked in at 2013-01-03 13:45:25

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


Package is ibus-table-chinese, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table-chinese/ibus-table-chinese.changes
2012-09-23 17:31:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ibus-table-chinese.new/ibus-table-chinese.changes   
2013-01-03 13:45:27.0 +0100
@@ -1,0 +2,14 @@
+Wed Dec 19 20:37:22 CST 2012 - hillw...@linuxfans.org
+
+- update to 1.4.6
+  * Table build scripts has been refactored.
+  * cmake-fedora is added as submodule.
+  * Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
+  merging maxiaojun's repository
+  * Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing 
db files
+  * Fixed Google issue 1507: Add CJKV Extension C/D support for Array30
+  * Merge GitHub Pull request 3: Added the inter punct
+  * Merge GitHub Pull request 4: Give Cangjie and Quick users 9 candidates per 
page
+  * Fixed IBus Google issue 1126: An error in ChineseTableLicenseAuditing
+  * Complete LICENSE tag for all of the tables.
+---
@@ -6,0 +21 @@
+
@@ -10,3 +25,3 @@
-- Table build scripts has been refactored.
-- cmake-fedora is added as submodule.
-- Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
+  * Table build scripts has been refactored.
+  * cmake-fedora is added as submodule.
+  * Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
@@ -14 +29 @@
-- Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing 
+  * Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing 

Old:

  cmake-fedora-1.0.5-modules-only.tar.gz
  ibus-table-chinese-1.4.0-Source.tar.gz

New:

  ibus-table-chinese-1.4.6-Source.tar.gz



Other differences:
--
++ ibus-table-chinese.spec ++
--- /var/tmp/diff_new_pack.IA4vRU/_old  2013-01-03 13:45:29.0 +0100
+++ /var/tmp/diff_new_pack.IA4vRU/_new  2013-01-03 13:45:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table-chinese
 #
-# 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 createdb ibus-table-createdb
 
 Name:   ibus-table-chinese
-Version:1.4.0
+Version:1.4.6
 Release:0
 Summary:Various Chinese input method table for IBus framework
 License:GPL-3.0+
@@ -31,7 +31,6 @@
 Provides:   locale(ibus:zh)
 Url:http://code.google.com/p/ibus/
 Source0:
http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz
-Source1:
https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-1.0.5-modules-only.tar.gz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake = 2.4
@@ -339,7 +338,6 @@
 
 %build
 # $RPM_OPT_FLAGS should be  loaded from cmake macro.
-tar -zxvf %{S:1}
 cmake -DCMAKE_INSTALL_PREFIX='/usr'
 %__make VERBOSE=1  %{?_smp_mflags}
 

++ ibus-table-chinese-1.4.0-Source.tar.gz - 
ibus-table-chinese-1.4.6-Source.tar.gz ++
/work/SRC/openSUSE:Factory/ibus-table-chinese/ibus-table-chinese-1.4.0-Source.tar.gz
 
/work/SRC/openSUSE:Factory/.ibus-table-chinese.new/ibus-table-chinese-1.4.6-Source.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 kdebase4-openSUSE for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-openSUSE for 
openSUSE:Factory checked in at 2013-01-03 13:45:35

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


Package is kdebase4-openSUSE, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-openSUSE/kdebase4-openSUSE.changes  
2012-12-31 14:25:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase4-openSUSE.new/kdebase4-openSUSE.changes 
2013-01-03 13:45:37.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan  2 15:23:33 UTC 2013 - tittiatc...@gmail.com
+
+- Updates
+  * Minor improvement to the plasma theme
+  * Added dark colorscheme
+  * Update oxygen glow color
+
+---



Other differences:
--
++ kdebase4-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Usc0hX/_old  2013-01-03 13:45:38.0 +0100
+++ /var/tmp/diff_new_pack.Usc0hX/_new  2013-01-03 13:45:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebase4-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

++ kdebase4-openSUSE-12.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdebase4-openSUSE/config-files/etc/kde4/share/config/oxygenrc 
new/kdebase4-openSUSE/config-files/etc/kde4/share/config/oxygenrc
--- old/kdebase4-openSUSE/config-files/etc/kde4/share/config/oxygenrc   
2012-12-30 21:22:17.0 +0100
+++ new/kdebase4-openSUSE/config-files/etc/kde4/share/config/oxygenrc   
2013-01-02 16:26:10.0 +0100
@@ -4,7 +4,7 @@
 
 [ActiveShadow]
 InnerColor=190,239,175
-OuterColor=93,153,45
+OuterColor=114,147,125
 
 [InactiveShadow]
 InnerColor=190,239,175
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdebase4-openSUSE/config-files/usr/share/kde4/apps/color-schemes/OpenSUSEdark.colors
 
new/kdebase4-openSUSE/config-files/usr/share/kde4/apps/color-schemes/OpenSUSEdark.colors
--- 
old/kdebase4-openSUSE/config-files/usr/share/kde4/apps/color-schemes/OpenSUSEdark.colors
1970-01-01 01:00:00.0 +0100
+++ 
new/kdebase4-openSUSE/config-files/usr/share/kde4/apps/color-schemes/OpenSUSEdark.colors
2013-01-02 16:26:10.0 +0100
@@ -0,0 +1,105 @@
+[ColorEffects:Disabled]
+Color=56,56,56
+ColorAmount=0
+ColorEffect=0
+ContrastAmount=0.65
+ContrastEffect=1
+IntensityAmount=0.1
+IntensityEffect=2
+
+[ColorEffects:Inactive]
+ChangeSelectionColor=true
+Color=112,111,110
+ColorAmount=-0.9
+ColorEffect=1
+ContrastAmount=0.25
+ContrastEffect=2
+Enable=false
+IntensityAmount=0
+IntensityEffect=0
+
+[Colors:Button]
+BackgroundAlternate=224,223,222
+BackgroundNormal=114,147,125
+DecorationFocus=126,221,127
+DecorationHover=82,111,88
+ForegroundActive=255,128,224
+ForegroundInactive=170,200,239
+ForegroundLink=60,147,86
+ForegroundNegative=191,3,3
+ForegroundNeutral=176,128,0
+ForegroundNormal=232,231,231
+ForegroundPositive=0,110,40
+ForegroundVisited=100,74,155
+
+[Colors:Selection]
+BackgroundAlternate=62,138,204
+BackgroundNormal=114,147,125
+DecorationFocus=126,221,127
+DecorationHover=82,111,88
+ForegroundActive=255,128,224
+ForegroundInactive=165,193,228
+ForegroundLink=60,147,86
+ForegroundNegative=156,14,14
+ForegroundNeutral=255,221,0
+ForegroundNormal=255,255,255
+ForegroundPositive=128,255,128
+ForegroundVisited=69,40,134
+
+[Colors:Tooltip]
+BackgroundAlternate=196,224,255
+BackgroundNormal=114,147,125
+DecorationFocus=126,221,127
+DecorationHover=82,111,88
+ForegroundActive=255,128,224
+ForegroundInactive=170,200,239
+ForegroundLink=60,147,86
+ForegroundNegative=191,3,3
+ForegroundNeutral=176,128,0
+ForegroundNormal=231,253,255
+ForegroundPositive=0,110,40
+ForegroundVisited=100,74,155
+
+[Colors:View]
+BackgroundAlternate=232,231,231
+BackgroundNormal=232,231,231
+DecorationFocus=126,221,127
+DecorationHover=82,111,88
+ForegroundActive=255,128,224
+ForegroundInactive=170,200,239
+ForegroundLink=60,147,86
+ForegroundNegative=191,3,3
+ForegroundNeutral=176,128,0
+ForegroundNormal=34,31,30
+ForegroundPositive=0,110,40
+ForegroundVisited=100,74,155
+
+[Colors:Window]
+BackgroundAlternate=194,208,223
+BackgroundNormal=36,34,38
+DecorationFocus=126,221,127
+DecorationHover=82,111,88
+ForegroundActive=255,128,224
+ForegroundInactive=170,200,239
+ForegroundLink=60,147,86
+ForegroundNegative=191,3,3
+ForegroundNeutral=176,128,0
+ForegroundNormal=232,231,231

commit lyx for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

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

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


Package is lyx, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2012-11-12 11:43:08.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2013-01-03 
13:45:51.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  2 17:18:17 UTC 2013 - corne...@solcon.nl
+
+- Update to version 2.0.5.1:
+  * Fix for http://www.lyx.org/trac/ticket/8423 by returning to previous 
behavior by loading the babel package even with English-only documents
+
+---

Old:

  lyx-2.0.5.tar.xz

New:

  lyx-2.0.5.1.tar.xz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.ixCOvo/_old  2013-01-03 13:45:52.0 +0100
+++ /var/tmp/diff_new_pack.ixCOvo/_new  2013-01-03 13:45:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# 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,7 +26,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Version:2.0.5
+Version:2.0.5.1
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+


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



commit minicom for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package minicom for openSUSE:Factory checked 
in at 2013-01-03 13:46:05

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


Package is minicom, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/minicom/minicom.changes  2012-09-15 
17:29:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.minicom.new/minicom.changes 2013-01-03 
13:46:07.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 28 01:31:32 UTC 2012 - crrodrig...@opensuse.org
+
+- configure wants ckermit present during build and at runtime.
+- Prefer ncurses6w.
+
+---



Other differences:
--
++ minicom.spec ++
--- /var/tmp/diff_new_pack.VPgWO3/_old  2013-01-03 13:46:07.0 +0100
+++ /var/tmp/diff_new_pack.VPgWO3/_new  2013-01-03 13:46:07.0 +0100
@@ -17,11 +17,13 @@
 
 
 Name:   minicom
+BuildRequires:  ckermit
 BuildRequires:  gettext-devel
 BuildRequires:  lockdev-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  pkg-config
 Url:http://alioth.debian.org/projects/minicom/
+Requires:   ckermit
 Requires:   rzsz
 Version:2.6.1
 Release:0
@@ -54,6 +56,8 @@
 %patch6 -p1
 
 %build
+export CFLAGS=%optflags $(ncursesw6-config --cflags)
+export LDFLAGS=$(ncursesw6-config --libs)
 %configure --disable-rpath \
--enable-music \
--enable-dfl-baud=57600 \

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



commit ndiswrapper for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

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

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


Package is ndiswrapper, Maintainer is mac...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ndiswrapper/ndiswrapper.changes  2012-05-26 
09:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ndiswrapper.new/ndiswrapper.changes 
2013-01-03 13:46:18.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 18:56:34 UTC 2013 - idon...@suse.com
+
+- Pass WRAP_WQ=1 to make to fix kernel 3.7 build
+
+---



Other differences:
--
++ ndiswrapper.spec ++
--- /var/tmp/diff_new_pack.XtMQoc/_old  2013-01-03 13:46:18.0 +0100
+++ /var/tmp/diff_new_pack.XtMQoc/_new  2013-01-03 13:46:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ndiswrapper
 #
-# 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
@@ -70,7 +70,7 @@
   rm -rf obj/$flavor
   cp -r driver obj/$flavor
   make -C /usr/src/linux-obj/%_target_cpu/$flavor modules \
-   M=$PWD/obj/$flavor KBUILD=/usr/src/linux-obj/%_target_cpu/$flavor
+   M=$PWD/obj/$flavor KBUILD=/usr/src/linux-obj/%_target_cpu/$flavor 
WRAP_WQ=1
 done
 
 %install

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



commit pciutils for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package pciutils for openSUSE:Factory 
checked in at 2013-01-03 13:46:32

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


Package is pciutils, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pciutils/pciutils.changes2012-05-21 
08:02:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.pciutils.new/pciutils.changes   2013-01-03 
13:46:34.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec 31 14:44:58 UTC 2012 - crrodrig...@opensuse.org
+
+- pciutils-endianh.patch Use the documented/optimized byteswapping
+ routines from endian.h
+
+---

New:

  pciutils-endianh.patch



Other differences:
--
++ pciutils.spec ++
--- /var/tmp/diff_new_pack.APrytM/_old  2013-01-03 13:46:35.0 +0100
+++ /var/tmp/diff_new_pack.APrytM/_new  2013-01-03 13:46:35.0 +0100
@@ -38,6 +38,7 @@
 Patch:  update-pciutils-dist
 Patch1: %{name}-%{version}_pkgconfig.patch
 Patch2: pciutils-ocloexec.patch
+Patch3: pciutils-endianh.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -88,9 +89,9 @@
 %patch -p1
 %patch1 -p1
 %patch2 -p1
-
+%patch3
 %build
-make %{?_smp_mflags} OPT=$RPM_OPT_FLAGS -Wall PREFIX=%{_prefix} 
LIBDIR=/%{_lib} SBINDIR=/sbin STRIP= SHARED=yes
+make %{?_smp_mflags} OPT=$RPM_OPT_FLAGS -D_GNU_SOURCE $(getconf LFS_CFLAGS) 
-Wall PREFIX=%{_prefix} LIBDIR=/%{_lib} SBINDIR=/sbin STRIP= SHARED=yes
 
 %install
 make install PREFIX=$RPM_BUILD_ROOT%{_prefix} SBINDIR=$RPM_BUILD_ROOT/sbin \

++ pciutils-endianh.patch ++
Dear kernel developers. we plead to you, please use documented,optimized 
userspace interfaces, thanks !

--- lib/sysdep.h.orig
+++ lib/sysdep.h
@@ -18,71 +18,10 @@
 typedef u8 byte;
 typedef u16 word;
 
-#ifdef PCI_OS_WINDOWS
-#define strcasecmp strcmpi
-#endif
-
-#ifdef PCI_HAVE_LINUX_BYTEORDER_H
-
-#include asm/byteorder.h
-#define cpu_to_le16 __cpu_to_le16
-#define cpu_to_le32 __cpu_to_le32
-#define le16_to_cpu __le16_to_cpu
-#define le32_to_cpu __le32_to_cpu
-
-#else
-
-#ifdef PCI_OS_LINUX
 #include endian.h
-#define BYTE_ORDER __BYTE_ORDER
-#define BIG_ENDIAN __BIG_ENDIAN
-#endif
-
-#ifdef PCI_OS_SUNOS
-#include sys/byteorder.h
-#define BIG_ENDIAN 4321
-#ifdef _LITTLE_ENDIAN
-#define BYTE_ORDER 1234
-#else
-#define BYTE_ORDER 4321
-#endif
-#endif
-
-#ifdef PCI_OS_WINDOWS
-#ifdef __MINGW32__
-  #include sys/param.h
-#else
-  #include io.h
-  #define BIG_ENDIAN 4321
-  #define LITTLE_ENDIAN1234
-  #define BYTE_ORDER LITTLE_ENDIAN
-  #define snprintf _snprintf
-#endif
-#endif
-
-#if BYTE_ORDER == BIG_ENDIAN
-#define cpu_to_le16 swab16
-#define cpu_to_le32 swab32
-#define le16_to_cpu swab16
-#define le32_to_cpu swab32
-
-static inline word swab16(word w)
-{
-  return (w  8) | ((w  8)  0xff);
-}
 
-static inline u32 swab32(u32 w)
-{
-  return ((w  0xff00)  24) |
- ((w  0x00ff)  8) |
- ((w  0xff00)  8)  |
- ((w  0x00ff)  24);
-}
-#else
-#define cpu_to_le16(x) (x)
-#define cpu_to_le32(x) (x)
-#define le16_to_cpu(x) (x)
-#define le32_to_cpu(x) (x)
-#endif
+#define cpu_to_le16 htole16
+#define cpu_to_le32 htole32
+#define le16_to_cpu le16toh
+#define le32_to_cpu le32toh
 
-#endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-IPC-System-Simple for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package perl-IPC-System-Simple for 
openSUSE:Factory checked in at 2013-01-03 13:46:44

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


Package is perl-IPC-System-Simple, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-IPC-System-Simple.new/perl-IPC-System-Simple.changes
   2013-01-03 13:46:44.0 +0100
@@ -0,0 +1,15 @@
+---
+Wed Dec  1 06:55:38 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:30:19 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Sat Nov 20 13:10:32 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (1.21)
+

New:

  IPC-System-Simple-1.21.tar.gz
  perl-IPC-System-Simple.changes
  perl-IPC-System-Simple.spec



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

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


Name:   perl-IPC-System-Simple
Version:1.21
Release:0
Summary:Run commands simply, with detailed diagnostics
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Source: 
http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/IPC-System-Simple-%{version}.tar.gz
Url:http://search.cpan.org/dist/IPC-System-Simple
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  make
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(BSD::Resource)
BuildRequires:  perl(Config)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
BuildRequires:  perl(File::Basename)
BuildRequires:  perl(List::Util)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Test)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::NoWarnings)
Requires:   perl(Config)
Requires:   perl(File::Basename)
Requires:   perl(List::Util)
Requires:   perl(Scalar::Util)

%description
Calling Perl's in-built system() function is easy, determining if it was
successful is *hard*. Let's face it, $? isn't the nicest variable in the
world to play with, and even if you *do* check it, producing a
well-formatted error string takes a lot of work.
IPC::System::Simple takes the hard work out of calling external
commands.

%prep
%setup -q -n IPC-System-Simple-%{version}
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX=%{_prefix}
%__make %{?jobs:-j%{jobs}}

%install
%perl_make_install
%perl_process_packlist

%check
%__make test

%clean
%{?buildroot:%__rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%doc Changes README LICENSE
%dir %{perl_vendorlib}/IPC
%dir %{perl_vendorlib}/IPC/System
%{perl_vendorlib}/IPC/System/Simple.pm
%dir %{perl_vendorarch}/auto/IPC
%dir %{perl_vendorarch}/auto/IPC/System
%{perl_vendorarch}/auto/IPC/System/Simple
%doc %{perl_man3dir}/IPC::System::Simple.%{perl_man3ext}%{ext_man}

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



commit python-kde4 for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory 
checked in at 2013-01-03 13:47:12

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


Package is python-kde4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2012-12-07 
14:49:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes 
2013-01-03 13:47:15.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 18:36:14 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
--- /work/SRC/openSUSE:Factory/python-kde4/python3-kde4.changes 2012-12-07 
14:49:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python3-kde4.changes
2013-01-03 13:47:15.0 +0100
@@ -1,0 +2,12 @@
+Wed Dec 19 18:36:14 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Thu Dec  6 22:33:14 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+ and GPL-2.0+
+  Contains components licensed under GPL-2.0+
+
+---

Old:

  pykde4-4.9.90.tar.xz

New:

  pykde4-4.9.95.tar.xz



Other differences:
--
++ python-kde4.spec ++
--- /var/tmp/diff_new_pack.tAVlBk/_old  2013-01-03 13:47:16.0 +0100
+++ /var/tmp/diff_new_pack.tAVlBk/_new  2013-01-03 13:47:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-kde4
-Version:4.9.90
+Version:4.9.95
 Release:0
 Summary:Python bindings for KDE 4
 License:LGPL-2.1+ and GPL-2.0+

++ python3-kde4.spec ++
--- /var/tmp/diff_new_pack.tAVlBk/_old  2013-01-03 13:47:16.0 +0100
+++ /var/tmp/diff_new_pack.tAVlBk/_new  2013-01-03 13:47:16.0 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   python3-kde4
-Version:4.9.90
+Version:4.9.95
 Release:0
 Summary:Python bindings for KDE 4
-License:LGPL-2.1+
+License:LGPL-2.1+ and GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:https://projects.kde.org/projects/kde/kdebindings/pykde4
 Source0:pykde4-%{version}.tar.xz

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



commit rpmlint for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2013-01-03 13:47:25

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


Package is rpmlint, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-12-21 
10:34:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2013-01-03 
13:47:27.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 12:40:51 UTC 2013 - dmuel...@suse.com
+
+- fix incorrect branding require warnings
+
+---



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.R6KP4l/_old  2013-01-03 13:47:28.0 +0100
+++ /var/tmp/diff_new_pack.R6KP4l/_new  2013-01-03 13:47:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmlint
 #
-# 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


++ rpmlint-checks-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-checks-master/BrandingPolicyCheck.py 
new/rpmlint-checks-master/BrandingPolicyCheck.py
--- old/rpmlint-checks-master/BrandingPolicyCheck.py2012-12-20 
16:57:00.0 +0100
+++ new/rpmlint-checks-master/BrandingPolicyCheck.py2013-01-02 
13:40:19.0 +0100
@@ -31,10 +31,13 @@
 
 # verify that only generic branding is required by non-branding 
packages
 for r in pkg.requires():
+if r[0].startswith(config():
+continue
 if (pkg.name.find('-branding-')  0 and
 (r[0].find('-theme-') = 0 or r[0].find('-branding-') = 
0)):
 printError(pkg,'suse-branding-specific-branding-req', r[0])
-if r[0].endswith('branding') or r[0].endswith('theme'):
+if (r[0].endswith('branding') or r[0].endswith('theme')) \
+and not r[0].endswith('-icon-theme'):
 # XXX: that startswith 1 breaks with openSUSE 20...
 if (r[1] != rpm.RPMSENSE_EQUAL or not r[2][1].startswith('1')):
 printError(pkg,'suse-branding-unversioned-requires', r[0])
@@ -103,11 +106,6 @@
 if (len(branding_provide)  2 or branding_provide[1] != 
rpm.RPMSENSE_EQUAL):
 printError(pkg, 'suse-branding-unversioned-provides', 
branding_provide[0])
 
-for r in pkg.requires():
-if r[0].find('-theme-') = 0 or r[0].find('-branding-') = 0:
-if (r[1] != rpm.RPMSENSE_EQUAL or not r[2][1].startswith('1')):
-printError(pkg, 'suse-branding-unversioned-requires', r[0])
-
 
 check=BrandingPolicyCheck()
 

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



commit ruby-common for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package ruby-common for openSUSE:Factory 
checked in at 2013-01-03 13:47:47

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  2012-12-05 
14:06:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes 
2013-01-03 13:47:49.0 +0100
@@ -1,0 +2,16 @@
+Fri Dec 28 13:38:59 UTC 2012 - co...@suse.com
+
+- always provide the full version string as people use
+  ~ 1.2 even if the version is 1.2
+  The old logic assumed people would always require one digit
+  less than the actual version
+
+---
+Wed Dec 19 19:17:46 GMT 2012 - aspi...@suse.com
+
+- Import an enhanced version of d:l:r:e/all-good/update-sources.sh
+  which can be reused for any project, and allows more thorough
+  handling of BuildRequires from different repository / arch
+  combinations.
+
+---

New:

  generate_buildrequires.sh



Other differences:
--
++ ruby-common.spec ++
--- /var/tmp/diff_new_pack.xUb8mk/_old  2013-01-03 13:47:50.0 +0100
+++ /var/tmp/diff_new_pack.xUb8mk/_new  2013-01-03 13:47:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ruby-common
 #
-# 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 @@
 Source4:rubygems.attr
 Source5:rubygemsdeps.rb
 Source6:gem_install.sh
+Source7:generate_buildrequires.sh
 Summary:Collection of scripts and macros for ruby packaging
 License:MIT
 Group:  Development/Languages/Ruby
@@ -53,6 +54,7 @@
 install -D -m 0755 %{S:5} $RPM_BUILD_ROOT/usr/lib/rpm/rubygemsdeps.rb
 install -D -m 0755 %{S:6} $RPM_BUILD_ROOT/usr/lib/rpm/gem_install.sh
 install -D -m 0755 %{S:1} $RPM_BUILD_ROOT/usr/lib/rpm/gem_build_cleanup.sh
+install -D -m 0755 %{S:7} $RPM_BUILD_ROOT/usr/lib/rpm/generate_buildrequires.sh
 
 %files
 %defattr(-,root,root)
@@ -62,5 +64,6 @@
 /usr/lib/rpm/rubygemsdeps.rb
 /usr/lib/rpm/gem_install.sh
 /usr/lib/rpm/gem_build_cleanup.sh
+/usr/lib/rpm/generate_buildrequires.sh
 
 %changelog

++ generate_buildrequires.sh ++
#!/bin/sh
#
# In the current package's specfile, updates a block delimited
# by # BEGIN / # END lines to contain BuildRequires: lines
# for each rubygem rpm (or rpm matching a given pattern) which
# has been built by the project.
#
# This gives us project-build-time dependency checking without the
# performance impact that specifying BuildRequires lines within
# each gem would cause.  For more information, see:
#
#   
http://en.opensuse.org/openSUSE:Packaging_Ruby#Compensating_for_lack_of_BuildRequires
#
# Usage:
# --
#
# 1. Ensure you have an all-rubygems-good package or similar
#in your project.  If in doubt, copy the one from
#devel:languages:ruby:extensions.
#
# 2. cd to a working copy
#
# If you're feeling lazy, you are probably fine skipping the next two
# steps.
#
# 3. Run this script with the -l option and make sure you understand
#any differences between each repository/arch combination in the
#numbers of matching gems found.
#
# 4. If you don't, run with -l REPO ARCH to compare individual lists
#of matching gems.
#
# 5. If you want a BuildRequires: list of matching gems from *all*
#repo/arch combinations, run again with no arguments.
#
#  OR
#
#If you want a BuildRequires: list of matching gems from a specific
#repo/arch combinations, run again with REPO ARCH as arguments.
#
# 6. osc diff to review the changes to the spec file, then osc commit.

me=`basename $0`

DEFAULT_PATTERN=rubygem-

main () {
parse_opts $@

project=$( osc info | sed -ne '/^Project name: / { s///; p }' )
if [ -z $project ]; then
echo Couldn't establish build service project name. 2
echo Are you inside a package working directory? 2
exit 1
fi
echo Project: $project

specfile=$( ls -1 *.spec )
if ! [ -f $specfile ]; then
echo Couldn't find spec file. 2
echo Are you inside a package working directory? 2
exit 1
fi

if [ -n $list ]; then
if [ -n $repo ]; then
get_buildrequires_lines $repo $arch
else
list_matches
fi
else
if [ -n $repo ]; then
   

commit saxon9 for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package saxon9 for openSUSE:Factory checked 
in at 2013-01-03 13:48:04

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


Package is saxon9, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/saxon9/saxon9.changes2012-11-30 
12:31:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.saxon9.new/saxon9.changes   2013-01-03 
13:48:08.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec 21 21:45:46 UTC 2012 - arc...@dellroad.org
+
+- Replace unmaintained options in man pages with links to website
+- Fix command line flag syntax -foo bar - -foo:bar
+- Don't use CatalogResolver unless CatalogManager.properties exists
+
+---



Other differences:
--



++ saxon9.1 ++
--- /var/tmp/diff_new_pack.YLQ0zP/_old  2013-01-03 13:48:10.0 +0100
+++ /var/tmp/diff_new_pack.YLQ0zP/_new  2013-01-03 13:48:10.0 +0100
@@ -1,141 +1,17 @@
-.\ Kudos to: xsltproc(1), help2man,
-.\ http://www.saxonica.com/documentation/using-xsl/commandline.html
-.TH SAXON9 1 March 2006 9.4 User Commands
+.TH SAXON9 1 December 2012 9.4 User Commands
 .SH NAME
-saxon9 \- manual page for saxon9 
+saxon9 \- Saxon XSLT 2.0 processor
 .SH SYNOPSIS
 .B saxon9
-[\fIoptions\fR] \fIsource-document stylesheet \fR[ \fIparams\fR...]
+[\fIoptions\fR] \fI-s:source-document -xsl:stylesheet \fR[ 
\fIparam=value\fR...]
 .SH DESCRIPTION
 saxon9 applies a given stylesheet to a given source XML document. 
-
 .SH OPTIONS
-
-For a schema\-aware transformation, specify the option \fB\-sa\fR, or (on the 
Java platform only) use the alternate entry point com.saxonica.Transform. For 
more details see Schema\-Aware Transformations.
+See:
 .TP
-The options must come first, then the two file names, then the params. The 
stylesheet is omitted if the \fB\-a\fR option is present.
+\fIhttp://www.saxonica.com/documentation/using-xsl/commandline.xml\fR
 .TP
-The options are as follows (in any order):
-.TP
-\fB\-a\fR
-Use the xml\-stylesheet processing instruction in the source document to 
identify the stylesheet to be used. The stylesheet argument should be omitted.
-.TP
-\fB\-c\fR
-Indicates that the stylesheet argument identifies a compiled stylesheet rather 
than an XML source stylesheet. The stylesheet must have been previously 
compiled as described in Compiling a Stylesheet.
-.TP
-\fB\-cr\fR classname
-Use the specified CollectionURIResolver to process collection URIs passed to 
the collection() function. The CollectionURIResolver is a user\-defined class 
that implements the net.sf.saxon.CollectionURIResolver interface.
-.TP
-\fB\-ds\fR | \fB\-dt\fR
-Selects the implementation of the internal tree model. \fB\-dt\fR selects the 
tiny tree model (the default). \fB\-ds\fR selects the linked tree model. See 
Choosing a tree model.
-.TP
-\fB\-im\fR modename
-Selects the initial mode for the transformation. If this is namespaced, it can 
be written as {uri}localname
-.TP
-\fB\-it\fR template
-Selects the initial named template to be executed. If this is namespaced, it 
can be written as {uri}localname. When this option is used, the source file 
should be omitted.
-.TP
-\fB\-l\fR
-Switches line numbering on for the source document. Line numbers are 
accessible through the extension function saxon:line\-number(), or from a trace 
listener.
-.TP
-\fB\-m\fR classname
-Use the specified Emitter to process the output from xsl:message. The class 
must implement the net.sf.saxon.output.Emitter class. This interface is similar 
to a SAX ContentHandler, it takes a stream of events to generate output. In 
general the content of a message is an XML fragment. By default the standard 
XML emitter is used, configured to write to the standard error stream, and to 
include no XML declaration. Each message is output as a new document.
-.TP
-\fB\-noext\fR
-Suppress calls on extension functions, other than system\-supplied Saxon and 
EXSLT extension functions. This option is useful when loading an untrusted 
stylesheet, perhaps from a remote site using an http:// URL; it ensures that 
the stylesheet cannot call Java methods and thereby gain privileged access to 
resources on your machine.
-.TP
-\fB\-novw\fR
-No version warnings. This suppresses the warning message that is normally 
issued (as required by the W3C specification) when running an XSLT 2.0 
processor against a stylesheet that specifies version=1.0.
-.TP
-\fB\-o\fR filename
-Send output to named file. In the absence of this option, the results go to 
standard output. If the source argument identifies a directory, this option is 
mandatory and must also identify a directory; on completion it will contain one 

commit tanukiwrapper for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

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

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


Package is tanukiwrapper, Maintainer is kkae...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tanukiwrapper/tanukiwrapper.changes  
2012-06-26 17:38:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.tanukiwrapper.new/tanukiwrapper.changes 
2013-01-03 13:48:16.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec 28 22:22:19 UTC 2012 - dval...@suse.com
+
+- update tanukiwrapper-Makefile-s390-s390x-ppc.patch to cover ppc64
+  as well.
+- build with asneeded
+
+---



Other differences:
--
++ tanukiwrapper-Makefile-s390-s390x-ppc.patch ++
--- /var/tmp/diff_new_pack.DbQo9m/_old  2013-01-03 13:48:17.0 +0100
+++ /var/tmp/diff_new_pack.DbQo9m/_new  2013-01-03 13:48:17.0 +0100
@@ -1,5 +1,7 @@
 src/c/Makefile-linux-s390-32.old   1969-12-31 19:00:00.0 -0500
-+++ src/c/Makefile-linux-s390-32   2006-08-04 16:39:15.0 -0400
+Index: src/c/Makefile-linux-s390-32
+===
+--- /dev/null
 src/c/Makefile-linux-s390-32
 @@ -0,0 +1,39 @@
 +COMPILE = gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall 
--pedantic
 +
@@ -40,8 +42,10 @@
 +  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 +   .deps/$(*F).P; \
 +  rm .deps/$(*F).pp
 src/c/Makefile-linux-s390x-64.old  1969-12-31 19:00:00.0 -0500
-+++ src/c/Makefile-linux-s390x-64  2006-08-04 16:38:53.0 -0400
+Index: src/c/Makefile-linux-s390x-64
+===
+--- /dev/null
 src/c/Makefile-linux-s390x-64
 @@ -0,0 +1,39 @@
 +COMPILE = gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall 
--pedantic
 +
@@ -82,8 +86,10 @@
 +  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 +   .deps/$(*F).P; \
 +  rm .deps/$(*F).pp
 src/c/Makefile-linux-ppc-32.old1969-12-31 19:00:00.0 -0500
-+++ src/c/Makefile-linux-ppc-322006-08-04 17:43:10.0 -0400
+Index: src/c/Makefile-linux-ppc-32
+===
+--- /dev/null
 src/c/Makefile-linux-ppc-32
 @@ -0,0 +1,41 @@
 +# This makefile is inprogess.  It builds, but the resulting libwrapper.so 
does not yet work.
 +# If you know how to fix it then please help out.
@@ -113,10 +119,10 @@
 +  if test ! -d .deps; then mkdir .deps; fi
 +
 +wrapper: $(wrapper_SOURCE)
-+  $(COMPILE) -pthread -lm $(wrapper_SOURCE) -o $(BIN)/wrapper
++  $(COMPILE) -pthread $(wrapper_SOURCE) -o $(BIN)/wrapper -lm
 +
 +libwrapper.so: $(libwrapper_so_OBJECTS)
-+  ${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so
++  ${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so -lm
 +
 +%.o: %.c
 +  @echo '$(COMPILE) -c $'; \
@@ -126,3 +132,20 @@
 +  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 +   .deps/$(*F).P; \
 +  rm .deps/$(*F).pp
+Index: src/c/Makefile-linux-ppc-64
+===
+--- src/c/Makefile-linux-ppc-64.orig
 src/c/Makefile-linux-ppc-64
+@@ -26,10 +26,10 @@ init:
+   if test ! -d .deps; then mkdir .deps; fi
+ 
+ wrapper: $(wrapper_SOURCE)
+-  $(COMPILE) -pthread -lm $(wrapper_SOURCE) -o $(BIN)/wrapper
++  $(COMPILE) -pthread $(wrapper_SOURCE) -o $(BIN)/wrapper -lm
+ 
+ libwrapper.so: $(libwrapper_so_OBJECTS)
+-  ${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so
++  ${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so -lm
+ 
+ %.o: %.c
+   @echo '$(COMPILE) -c $'; \

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



commit tomcat for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2013-01-03 13:48:28

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


Package is tomcat, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2012-12-19 
13:31:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2013-01-03 
13:48:30.0 +0100
@@ -1,0 +2,16 @@
+Thu Dec 27 17:14:55 UTC 2012 - arc...@dellroad.org
+
+- Ensure tomcat stdout/stderr output ends up in catalina.out
+
+---
+Thu Dec 20 22:45:19 UTC 2012 - arc...@dellroad.org
+
+- Recommend libtcnative-1-0 = 1.1.24
+- /etc/init.d/tomcate init script fixes:
+  * Include /usr/bin and /usr/sbin in the PATH
+  * Fix logic for cleaning the work directories
+  * Fix typo (log_success_msg lsb function name)
+  * Fix typo (reload message)
+- Require log4j
+
+---



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.6t2Mpd/_old  2013-01-03 13:48:31.0 +0100
+++ /var/tmp/diff_new_pack.6t2Mpd/_new  2013-01-03 13:48:31.0 +0100
@@ -112,7 +112,7 @@
 BuildRequires:  systemd
 %endif
 
-Recommends: libtcnative-1-0
+Recommends: libtcnative-1-0 = 1.1.24
 Recommends: logrotate
 
 Requires(pre): %{_sbindir}/groupadd
@@ -122,6 +122,7 @@
 Requires:   jakarta-commons-dbcp
 Requires:   jakarta-commons-logging
 Requires:   jakarta-commons-pool
+Requires:   log4j
 %{?systemd_requires}
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig


++ tomcat-7.0-tomcat-sysd ++
--- /var/tmp/diff_new_pack.6t2Mpd/_old  2013-01-03 13:48:31.0 +0100
+++ /var/tmp/diff_new_pack.6t2Mpd/_new  2013-01-03 13:48:31.0 +0100
@@ -77,7 +77,8 @@
 -Djava.io.tmpdir=$CATALINA_TMPDIR ${DSECURITY_MANAGER} \
 
-Djava.util.logging.config.file=${CATALINA_BASE}/conf/logging.properties \
 -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager \
-org.apache.catalina.startup.Bootstrap start
+org.apache.catalina.startup.Bootstrap start \
+ ${CATALINA_BASE}/logs/catalina.out 21
 ret=${?}
 
 return $ret

++ tomcat-7.0.init ++
--- /var/tmp/diff_new_pack.6t2Mpd/_old  2013-01-03 13:48:31.0 +0100
+++ /var/tmp/diff_new_pack.6t2Mpd/_new  2013-01-03 13:48:31.0 +0100
@@ -27,7 +27,7 @@
 ### END INIT INFO
  
 # set a minimalist PATH
-PATH=/bin:/sbin
+PATH=/bin:/sbin:/usr/bin:/usr/sbin
  
 # Source LSB function library.
 if [ -r /lib/lsb/init-functions ]; then
@@ -304,11 +304,9 @@
 rm -f /var/run/rc${NAME} /var/run/${NAME}.pid
 if [ ${CLEAR_WORK} = true ]; then
 echo -n Cleaning work directory: 
-#rm -rf ${CATALINA_HOME}/work/*
-find ${CATALINA_HOME}/work/ -maxdepth 1 -type 'd' \! -name 
'Catalina' \! -name 'temp' -print0 | xargs -0 rm -rf
-find ${CATALINA_HOME}/work/Catalina/ 
${CATALINA_HOME}/work/temp/ -print0 | xargs -0 rm -rf
+find ${CATALINA_HOME}/work/{Catalina,temp} -mindepth 2 -type d 
-print0 | xargs -0 rm -rf
 if [ $? -eq 0 ]; then
-echo_success
+log_success_msg
 echo -n -e \n
 fi
  fi
@@ -349,7 +347,7 @@
 ## do this on signal 1 (SIGHUP).
 ## If it does not support it, restart.
  
-echo -n Reload service Tomcat $($CATALINA_BASE)
+echo -n Reload service Tomcat ($CATALINA_BASE)
 ## if it supports it:
 #killproc -HUP $TOMCAT_BIN
 #touch /var/run/FOO.pid

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



commit util-linux for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2013-01-03 13:48:43

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


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

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes2012-09-26 
16:28:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes   
2013-01-03 13:48:47.0 +0100
@@ -1,0 +2,8 @@
+Fri Dec 28 04:30:58 UTC 2012 - crrodrig...@opensuse.org
+
+- 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch 
+  Use OS byteswapping macros, this patch is functionally identical
+  to the version submitted upstream with the exception it excludes
+  code that target non-linux systems.
+
+---

New:

  0001-include-bitops.h-Use-the-operating-system-byteswappi.patch



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.G4o2ta/_old  2013-01-03 13:48:49.0 +0100
+++ /var/tmp/diff_new_pack.G4o2ta/_new  2013-01-03 13:48:49.0 +0100
@@ -121,6 +121,8 @@
 ##
 Patch60:time-1.7.dif
 
+Patch61:0001-include-bitops.h-Use-the-operating-system-byteswappi.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq /bin/sed
 #
@@ -221,7 +223,7 @@
 %patch13 -p1
 #
 %patch20 -p1
-
+%patch61 -p1
 #
 cd adjtimex-*
 # adjtimex patches belongs here

++ 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch ++
From f47373c950e812208f5db14cf728a54c31f750bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= crrodrig...@opensuse.org
Date: Wed, 26 Dec 2012 14:30:48 -0300
Subject: [PATCH 1/2] include/bitops.h: Use the operating system byteswapping
 functions

There is no need to reinvent the wheel.
---
 include/bitops.h | 69 +++-
 1 file changed, 18 insertions(+), 51 deletions(-)

diff --git a/include/bitops.h b/include/bitops.h
index 81375d0..89b418c 100644
--- a/include/bitops.h
+++ b/include/bitops.h
@@ -8,6 +8,9 @@
  */
 #include sys/param.h
 
+#include byteswap.h
+#include endian.h
+
 #ifndef NBBY
 # define NBBYCHAR_BIT
 #endif
@@ -22,63 +25,27 @@
 /*
  * Byte swab macros (based on linux/byteorder/swab.h)
  */
-#define swab16(x) \
-   ((uint16_t)( \
-   (((uint16_t)(x)  (uint16_t)0x00ffU)  8) | \
-   (((uint16_t)(x)  (uint16_t)0xff00U)  8) ))
-
-#define swab32(x) \
-   ((uint32_t)( \
-   (((uint32_t)(x)  (uint32_t)0x00ffUL)  24) | \
-   (((uint32_t)(x)  (uint32_t)0xff00UL)   8) | \
-   (((uint32_t)(x)  (uint32_t)0x00ffUL)   8) | \
-   (((uint32_t)(x)  (uint32_t)0xff00UL)  24) ))
-
-#define swab64(x) \
-   ((uint64_t)( \
-   (uint64_t)(((uint64_t)(x)  (uint64_t)0x00ffULL)  
56) | \
-   (uint64_t)(((uint64_t)(x)  (uint64_t)0xff00ULL)  
40) | \
-   (uint64_t)(((uint64_t)(x)  (uint64_t)0x00ffULL)  
24) | \
-   (uint64_t)(((uint64_t)(x)  (uint64_t)0xff00ULL)  
 8) | \
-   (uint64_t)(((uint64_t)(x)  (uint64_t)0x00ffULL)  
 8) | \
-   (uint64_t)(((uint64_t)(x)  (uint64_t)0xff00ULL)  
24) | \
-   (uint64_t)(((uint64_t)(x)  (uint64_t)0x00ffULL)  
40) | \
-   (uint64_t)(((uint64_t)(x)  (uint64_t)0xff00ULL)  
56) ))
-
-
-#ifdef WORDS_BIGENDIAN
+#define swab16(x) bswap_16(x)
 
-#define cpu_to_le16(x) swab16(x)
-#define cpu_to_le32(x) swab32(x)
-#define cpu_to_le64(x) swab64(x)
-#define cpu_to_be16(x) ((uint16_t)(x))
-#define cpu_to_be32(x) ((uint32_t)(x))
-#define cpu_to_be64(x) ((uint64_t)(x))
+#define swab32(x) bswap_32(x)
 
-#define le16_to_cpu(x) swab16(x)
-#define le32_to_cpu(x) swab32(x)
-#define le64_to_cpu(x) swab64(x)
-#define be16_to_cpu(x) ((uint16_t)(x))
-#define be32_to_cpu(x) ((uint32_t)(x))
-#define be64_to_cpu(x) ((uint64_t)(x))
+#define swab64(x) bswap_64(x)
 
-#else /* !WORDS_BIGENDIAN */
+#define cpu_to_le16(x) htole16(x)
+#define cpu_to_le32(x) htole32(x)
+#define cpu_to_le64(x) htole64(x)
 
-#define cpu_to_le16(x) ((uint16_t)(x))
-#define cpu_to_le32(x) ((uint32_t)(x))
-#define cpu_to_le64(x) ((uint64_t)(x))
-#define cpu_to_be16(x) swab16(x)
-#define cpu_to_be32(x) swab32(x)
-#define cpu_to_be64(x) swab64(x)
+#define cpu_to_be16(x) htobe16(x)
+#define cpu_to_be32(x) htobe32(x)
+#define cpu_to_be64(x) htobe64(x)
 
-#define le16_to_cpu(x) ((uint16_t)(x))
-#define le32_to_cpu(x) ((uint32_t)(x))

commit vips for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package vips for openSUSE:Factory checked in 
at 2013-01-03 13:49:11

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


Package is vips, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vips/vips.changes2012-09-27 
10:29:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes   2013-01-03 
13:49:13.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 19 20:45:52 UTC 2012 - dmi...@roshchin.org
+
+- Update to version 7.30.6
+  * see ChangeLog
+- Change license to LGPL-2.1 [bnc#780722]
+- Build with matio support for openSUSE 12.1
+
+---

Old:

  vips-7.30.1.tar.gz

New:

  vips-7.30.6.tar.gz



Other differences:
--
++ vips.spec ++
--- /var/tmp/diff_new_pack.1TOKAJ/_old  2013-01-03 13:49:14.0 +0100
+++ /var/tmp/diff_new_pack.1TOKAJ/_new  2013-01-03 13:49:14.0 +0100
@@ -15,36 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 Name:   vips
 %define libname lib%{name}
-Version:7.30.1
-%define somajor 32
+Version:7.30.6
 Release:0
-License:GPL-2.0+
+%define somajor 31
 Summary:C/C++ library for processing large images
-Url:http://www.vips.ecs.soton.ac.uk/
+License:LGPL-2.1
 Group:  System/Libraries
+Url:http://www.vips.ecs.soton.ac.uk/
 Source0:
http://www.vips.ecs.soton.ac.uk/supported/current/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE vips-date-and-time.patch - fix 
file-contains-date-and-time RPMLINT warning
 Patch0: vips-date-and-time.patch
 
+BuildRequires:  ImageMagick-devel
 BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  glib2-devel
 BuildRequires:  gtk-doc
-BuildRequires:  ImageMagick-devel
 BuildRequires:  libcfitsio-devel
 BuildRequires:  libexif-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel
-# matio-1.5.0 builds normally olny for 12.1:Update, not 12.1
-%if 0%{?suse_version} != 1210
 BuildRequires:  libmatio-devel
-%endif
 BuildRequires:  libopenexr-devel
 BuildRequires:  libopenslide-devel
 BuildRequires:  libpng-devel
@@ -116,13 +114,7 @@
 %patch0 -p1
 
 %build
-# matio-1.5.0 builds normally olny for 12.1:Update, not 12.1
-%if 0%{?suse_version} == 1210
-%configure --disable-static \
-   --without-matio
-%else
 %configure --disable-static
-%endif
 make %{?_smp_mflags}
 
 %install

++ vips-7.30.1.tar.gz - vips-7.30.6.tar.gz ++
 24337 lines of diff (skipped)

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



commit wireless-regdb for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package wireless-regdb for openSUSE:Factory 
checked in at 2013-01-03 13:49:24

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


Package is wireless-regdb, Maintainer is mac...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wireless-regdb/wireless-regdb.changes
2012-07-12 15:39:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireless-regdb.new/wireless-regdb.changes   
2013-01-03 13:49:26.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 31 03:15:22 UTC 2012 - crrodrig...@opensuse.org
+
+- Update database to the most recent 2012.06.08 
+
+---

Old:

  wireless-regdb-2009.11.25.tar.bz2

New:

  wireless-regdb-2012.06.08.tar.bz2



Other differences:
--
++ wireless-regdb.spec ++
--- /var/tmp/diff_new_pack.XK54ys/_old  2013-01-03 13:49:26.0 +0100
+++ /var/tmp/diff_new_pack.XK54ys/_new  2013-01-03 13:49:26.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package wireless-regdb (Version 2009.11.25)
+# spec file for package wireless-regdb
 #
-# Copyright (c) 2010 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,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Url:
http://wireless.kernel.org/en/developers/Regulatory#The_regulatory_database
 
 Name:   wireless-regdb
 Summary:802.11 regulatory domain database
-Version:2009.11.25
-Release:1
-%define tarversion %{version}
-Group:  Hardware/Wifi
 License:ISC
+Group:  Hardware/Wifi
+Version:2012.06.08
+Release:0
+%define tarversion %{version}
 Source: %{name}-%{tarversion}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq %install_info_prereq
@@ -44,7 +43,7 @@
 Michael Green michael.gr...@atheros.com
 
 %prep
-%setup -n %{name}-%{tarversion}
+%setup -q -n %{name}-%{tarversion}
 
 %build
 

++ wireless-regdb-2009.11.25.tar.bz2 - wireless-regdb-2012.06.08.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wireless-regdb-2009.11.25/Makefile 
new/wireless-regdb-2012.06.08/Makefile
--- old/wireless-regdb-2009.11.25/Makefile  2009-11-25 20:12:40.0 
+0100
+++ new/wireless-regdb-2012.06.08/Makefile  2012-06-08 19:27:41.0 
+0200
@@ -34,16 +34,14 @@
 
 REGDB_UPSTREAM_PUBKEY ?= linville.key.pub.pem
 
-REGDB_CHANGED = $(shell $(SHA1SUM) -c --status sha1sum.txt; \
-if [ $$? -eq 0 ]; then \
-echo ; \
-else \
+REGDB_CHANGED = $(shell $(SHA1SUM) -c --status sha1sum.txt /dev/null 21; \
+if [ $$? -ne 0 ]; then \
 echo maintainer-clean $(REGDB_PUBKEY); \
 fi)
 
 .PHONY: all clean mrproper install maintainer-clean install-distro-key
 
-all: $(REGDB_CHANGED) regulatory.bin
+all: $(REGDB_CHANGED) regulatory.bin sha1sum.txt
 
 clean:
@rm -f *.pyc *.gz
@@ -59,6 +57,9 @@
@echo Generating $@ digitally signed by $(REGDB_AUTHOR)...
./db2bin.py regulatory.bin db.txt $(REGDB_PRIVKEY)
 
+sha1sum.txt: db.txt
+   sha1sum $  $@
+
 $(REGDB_PUBKEY): $(REGDB_PRIVKEY)
@echo Generating public key for $(REGDB_AUTHOR)...
openssl rsa -in $(REGDB_PRIVKEY) -out $(REGDB_PUBKEY) -pubout -outform 
PEM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wireless-regdb-2009.11.25/db.txt 
new/wireless-regdb-2012.06.08/db.txt
--- old/wireless-regdb-2009.11.25/db.txt2009-11-25 20:12:40.0 
+0100
+++ new/wireless-regdb-2012.06.08/db.txt2012-06-08 19:27:41.0 
+0200
@@ -14,6 +14,9 @@
 
 country AE:
(2402 - 2482 @ 40), (N/A, 20)
+   (5170 - 5250 @ 40), (N/A, 20)
+   (5250 - 5330 @ 40), (N/A, 20), DFS
+   (5490 - 5710 @ 40), (N/A, 27), DFS
 
 country AL:
(2402 - 2482 @ 20), (N/A, 20)
@@ -30,13 +33,13 @@
(5490 - 5710 @ 40), (N/A, 27), DFS
 
 country AR:
-   (2402 - 2482 @ 20), (N/A, 20)
+   (2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (3, 17)
(5250 - 5330 @ 40), (3, 20), DFS
(5490 - 5710 @ 40), (3, 20), DFS
(5735 - 5835 @ 40), (3, 30)
 
-country AT:
+country AT: DFS-ETSI
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 

commit xtables-addons for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package xtables-addons for openSUSE:Factory 
checked in at 2013-01-03 13:49:34

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


Package is xtables-addons, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xtables-addons/xtables-addons.changes
2012-12-28 22:52:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtables-addons.new/xtables-addons.changes   
2013-01-03 13:49:37.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 27 07:08:36 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.1
+* support for Linux 3.8
+- Remove 0001-xt_DNETMAP-fix-compile-error-with-Linux-3.7.patch
+
+---

Old:

  0001-xt_DNETMAP-fix-compile-error-with-Linux-3.7.patch
  xtables-addons-2.0.tar.xz
  xtables-addons-2.0.tar.xz.asc

New:

  xtables-addons-2.1.tar.xz
  xtables-addons-2.1.tar.xz.asc



Other differences:
--
++ xtables-addons.spec ++
--- /var/tmp/diff_new_pack.5YI9tl/_old  2013-01-03 13:49:37.0 +0100
+++ /var/tmp/diff_new_pack.5YI9tl/_new  2013-01-03 13:49:37.0 +0100
@@ -21,7 +21,7 @@
 %define kernel37 1
 %endif
 %if 0%{?kernel37}
-Version:2.0
+Version:2.1
 Release:0
 %else
 Version:1.47.1
@@ -40,9 +40,8 @@
 Source4:%name.keyring
 Source5:%name-1.47.1.tar.xz
 Source6:%name-1.47.1.tar.xz.asc
-Source7:%name-2.0.tar.xz
-Source8:%name-2.0.tar.xz.asc
-Patch1: 0001-xt_DNETMAP-fix-compile-error-with-Linux-3.7.patch
+Source7:%name-2.1.tar.xz
+Source8:%name-2.1.tar.xz.asc
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1230
@@ -104,7 +103,6 @@
 echo Version: %version. Repository: %_repository. SUSE_v: %{?suse_version}
 %if 0%{?kernel37}
 %setup -Tqb7
-%patch -P 1 -p1
 %else
 %setup -Tqb5
 %endif



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



commit splashy for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package splashy for openSUSE:Factory checked 
in at 2013-01-03 14:22:32

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


Package is splashy, Maintainer is hma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/splashy/splashy.changes  2012-08-04 
13:30:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.splashy.new/splashy.changes 2013-01-03 
14:22:33.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 27 21:38:19 UTC 2012 - giecr...@stegny.2a.pl
+
+- move README.themes to %{_datadir}
+- macroize the spec file
+- minor syntactic tweaks
+
+---



Other differences:
--
++ splashy.spec ++
--- /var/tmp/diff_new_pack.xrqGAC/_old  2013-01-03 14:22:38.0 +0100
+++ /var/tmp/diff_new_pack.xrqGAC/_new  2013-01-03 14:22:38.0 +0100
@@ -107,21 +107,21 @@
 
 * Totally configurable
 
-%package -nsplashy-devel
+%package devel
 Summary:Development tools for programs using libsplashy
 Group:  Development/Languages/C and C++
-Requires:   splashy = %{version}
+Requires:   %{name} = %{version}
 
-%description -nsplashy-devel
+%description devel
 This package contains the header files and libraries needed for
 developing programs using libsplashy.
 
-%package -n splashy-themes
+%package themes
 Summary:Additional themes for splashy
 Group:  System/Boot
 Requires:   %{name} = %{version}-%{release}
 
-%description -n splashy-themes
+%description themes
 Available themes: - fingerprint
 
 - aqua
@@ -136,42 +136,42 @@
 Summary:Splashy branding for openSUSE
 Group:  System/Boot
 Supplements:packageand(splashy:branding-openSUSE)
-Provides:   splashy-branding = %{version}
-Conflicts:  otherproviders(splashy-branding)
-Requires(pre):  splashy = 0.3.8
+Provides:   %{name}-branding = %{version}
+Conflicts:  otherproviders(%{name}-branding)
+Requires(pre):  %{name} = 0.3.8
 
 %description   branding-openSUSE
-Splashy branding for openSUSE
+Splashy branding for openSUSE Linux distribution
 
 %package   branding-SLED
 Summary:Splashy branding for SLED
 Group:  System/Boot
 Supplements:packageand(splashy:branding-SLED)
-Provides:   splashy-branding = %{version}
-Conflicts:  otherproviders(splashy-branding)
-Requires(pre):  splashy = 0.3.8
+Provides:   %{name}-branding = %{version}
+Conflicts:  otherproviders(%{name}-branding)
+Requires(pre):  %{name} = 0.3.8
 
 %description   branding-SLED
-Splashy branding for SLED
+Splashy branding for SUSE Linux Enterprise Desktop
 
 %post branding-openSUSE
-if [ -x %{_sbindir}/splashy_config ] ; then
-%{_sbindir}/splashy_config --set-theme openSUSE
+if [ -x '%{_sbindir}/%{name}_config' ] ; then
+'%{_sbindir}/%{name}_config' --set-theme openSUSE
 fi
 
 %postun branding-openSUSE
-if [ -x %{_sbindir}/splashy_config ] ; then
-%{_sbindir}/splashy_config --set-theme default
+if [ -x '%{_sbindir}/%{name}_config' ] ; then
+%{_sbindir}/%{name}_config --set-theme default
 fi
 
 %post branding-SLED
-if [ -x %{_sbindir}/splashy_config ] ; then
-%{_sbindir}/splashy_config --set-theme SLED
+if [ -x '%{_sbindir}/%{name}_config' ] ; then
+'%{_sbindir}/%{name}_config' --set-theme SLED
 fi
 
 %postun branding-SLED
-if [ -x %{_sbindir}/splashy_config ] ; then
-%{_sbindir}/splashy_config --set-theme default
+if [ -x '%{_sbindir}/%{name}_config' ] ; then
+'%{_sbindir}/%{name}_config' --set-theme default
 fi
 
 %packagemkinitrd
@@ -225,24 +225,27 @@
 %install
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 %makeinstall
-cp -r themes $RPM_BUILD_ROOT/usr/share/splashy/
-rm %{buildroot}/usr/lib*/libsplashy*.la
+cp '-t%{buildroot}%{_datadir}/%{name}' -r themes 
+rm '%{buildroot}'/usr/lib*/lib%{name}*.la
 # remove Debian-specific files
-cd %{buildroot}
-rm -f  .%{_sysconfdir}/lsb-base-logging.sh
-rm -rf .%{_sysconfdir}/console-tools
-rm -rf .%{_datadir}/initramfs-tools
 #remove splashy init script for now, it's not working anyway
 #TODO, fixup init-script, install with chmod +x, link to /usr/sbin/rcsplash
-rm -f .%{_sysconfdir}/init.d/splashy
-mkdir -p $RPM_BUILD_ROOT/lib/mkinitrd/scripts
-install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/
-tar xvf %{SOURCE3} -C $RPM_BUILD_ROOT/usr/share/splashy/
-install -m 644 %{SOURCE4} $RPM_BUILD_ROOT/etc/splashy/
-#mkdir -p $RPM_BUILD_ROOT/usr/lib/pm-utils/sleep.d/
-#cp %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/pm-utils/sleep.d/99splashy
-# remove translations for now TODO: #%find_lang %name
-rm %{buildroot}/%{_datadir}/locale/*/LC_MESSAGES/splashy.mo
+rm -rf  \
+   '%{buildroot}%{_sysconfdir}/lsb-base-logging.sh' \

commit awesome for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package awesome for openSUSE:Factory checked 
in at 2013-01-03 16:48:10

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


Package is awesome, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/awesome/awesome.changes  2012-11-08 
08:02:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.awesome.new/awesome.changes 2013-01-03 
16:48:12.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  6 14:25:58 UTC 2012 - tog...@opensuse.org
+
+- Created subpackage awesome-branding-upstream which includes the
+  the default themes of the awesome package 
+
+---



Other differences:
--
++ awesome.spec ++
--- /var/tmp/diff_new_pack.6eLqJf/_old  2013-01-03 16:48:14.0 +0100
+++ /var/tmp/diff_new_pack.6eLqJf/_new  2013-01-03 16:48:14.0 +0100
@@ -55,6 +55,7 @@
 BuildRequires:  xmlto
 BuildRequires:  xorg-x11-util-devel
 Requires:   imlib2-loaders
+Requires:   %{name}-branding = %{version}
 
 %description
 awesome is a window manager initialy based on a dwm code rewriting. It is
@@ -83,6 +84,19 @@
 
 Every aspect of awesome is configurable via a configuration file: awesomerc.
 
+
+%package branding-upstream
+Summary:Upstream Branding for awesome
+License:GPL-2.0+
+Group:  System/GUI/Other
+Supplements:packageand(%{name}:branding-upstream)
+Provides:   %{name}-branding = %{version}
+Conflicts:  otherproviders(%{name}-branding)
+BuildArch:  noarch
+
+%description branding-upstream
+This package provides the upstream look and feel for awesome.
+
 %prep
 
 %setup -q
@@ -129,10 +143,10 @@
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE README STYLE
 %dir %{_sysconfdir}/xdg/%{name}
-%config(noreplace) %{_sysconfdir}/xdg/%{name}/rc.lua
 %{_bindir}/%{name}
 %{_bindir}/%{name}-client
 %{_bindir}/awsetbg
+%exclude %{_datadir}/%{name}/themes
 %{_datadir}/%{name}
 %{_datadir}/xsessions/%{name}.desktop
 %doc %{_mandir}/man1/%{name}.1%{ext_man}
@@ -148,4 +162,9 @@
 %dir %_mandir/it
 %dir %_mandir/*/man1
 
+%files branding-upstream
+%defattr(-,root,root,-)
+%doc LICENSE
+%config(noreplace) %{_sysconfdir}/xdg/%{name}/rc.lua
+%{_datadir}/%{name}/themes
 %changelog

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



commit pdftk for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package pdftk for openSUSE:Factory checked 
in at 2013-01-03 19:40:20

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


Package is pdftk, Maintainer is thomas.schrai...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pdftk/pdftk.changes  2012-06-13 
13:10:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdftk.new/pdftk.changes 2013-01-03 
19:40:22.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 16 14:55:21 UTC 2012 - seife+...@b1-systems.com
+
+- fix build on Factory (no unversioned libgcj available anymore)
+
+---



Other differences:
--
++ pdftk.spec ++
--- /var/tmp/diff_new_pack.UV9MvT/_old  2013-01-03 19:40:23.0 +0100
+++ /var/tmp/diff_new_pack.UV9MvT/_new  2013-01-03 19:40:23.0 +0100
@@ -46,7 +46,10 @@
 
 BuildRequires:  gcc%{pkgv}-c++
 BuildRequires:  gcc%{pkgv}-java
+%if 0%{suse_version}  1230
+# in 12.2, no libgcj is available anymore, and libgcj-devel pulls in 
libgcj$VERSION anyway
 BuildRequires:  libgcj%{pkgv}
+%endif
 BuildRequires:  libgcj%{pkgv}-devel
 
 # after 10.0 java-gcj was separated from gcj-java


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



commit python-liblarch for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package python-liblarch for openSUSE:Factory 
checked in at 2013-01-03 19:40:27

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


Package is python-liblarch, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-liblarch/python-liblarch.changes  
2012-03-01 17:26:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-liblarch.new/python-liblarch.changes 
2013-01-03 19:40:28.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan  3 17:07:45 UTC 2013 - toddrme2...@gmail.com
+
+- Fix building on SLES 11
+
+---



Other differences:
--
++ python-liblarch.spec ++
--- /var/tmp/diff_new_pack.DfEoQE/_old  2013-01-03 19:40:28.0 +0100
+++ /var/tmp/diff_new_pack.DfEoQE/_new  2013-01-03 19:40:28.0 +0100
@@ -27,8 +27,12 @@
 BuildRequires:  python
 Requires:   python-gobject2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
+%{py_requires}
+%else
 BuildArch:  noarch
-%py_requires
+%endif
 
 %description
 Liblarch is a python library built to easily handle data structure such are 
lists, trees and acyclic graphs

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



commit python-liblarch_gtk for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package python-liblarch_gtk for 
openSUSE:Factory checked in at 2013-01-03 19:40:39

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


Package is python-liblarch_gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-liblarch_gtk/python-liblarch_gtk.changes  
2012-03-06 13:41:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-liblarch_gtk.new/python-liblarch_gtk.changes 
2013-01-03 19:40:41.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan  3 17:07:45 UTC 2013 - toddrme2...@gmail.com
+
+- Fix building on SLES 11
+
+---



Other differences:
--
++ python-liblarch_gtk.spec ++
--- /var/tmp/diff_new_pack.xP5WGD/_old  2013-01-03 19:40:42.0 +0100
+++ /var/tmp/diff_new_pack.xP5WGD/_new  2013-01-03 19:40:42.0 +0100
@@ -28,8 +28,12 @@
 Requires:   python-gobject2
 Requires:   python-gtk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
+%{py_requires}
+%else
 BuildArch:  noarch
-%py_requires
+%endif
 
 %description
 Liblarch is a python library built to easily handle data structure such are 
lists, trees and acyclic graphs

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



commit python-sympy for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package python-sympy for openSUSE:Factory 
checked in at 2013-01-03 19:40:52

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


Package is python-sympy, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-sympy/python-sympy.changes
2012-06-01 07:23:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sympy.new/python-sympy.changes   
2013-01-03 19:40:55.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan  3 17:07:45 UTC 2013 - toddrme2...@gmail.com
+
+- Fix building on SLES 11
+
+---



Other differences:
--
++ python-sympy.spec ++
--- /var/tmp/diff_new_pack.dbOiA5/_old  2013-01-03 19:40:56.0 +0100
+++ /var/tmp/diff_new_pack.dbOiA5/_new  2013-01-03 19:40:56.0 +0100
@@ -26,14 +26,13 @@
 Source0:
http://%{modname}.googlecode.com/files/%{modname}-%{version}.tar.gz
 BuildRequires:  python-devel = 2.5
 Requires:   python-base = 2.5
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
+%{py_requires}
 %else
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
+BuildArch:  noarch
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%py_requires
 
 %description
 SymPy is a Python library for symbolic mathematics. It aims to become

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