commit IPython for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package IPython for openSUSE:Factory
checked in at Mon Sep 5 16:06:37 CEST 2011.




--- IPython/IPython.changes 2011-07-18 18:06:54.0 +0200
+++ /mounts/work_src_done/STABLE/IPython/IPython.changes2011-07-31 
22:10:19.0 +0200
@@ -1,0 +2,26 @@
+Sun Jul 31 19:28:17 UTC 2011 - ocef...@yahoo.com.br
+
+- updated to 0.11
+  IPython 0.11 is a *major* overhaul of IPython, two years in the making.  Most
+  of the code base has been rewritten or at least reorganized, breaking 
backward
+  compatibility with several APIs in previous versions.
+
+  Since the internal APIs have changed so much, projects using IPython as a
+  library (as opposed to end-users of the application) are the most likely to
+  encounter regressions or changes that break their existing use patterns.
+
+  A quick summary:
+* Standalone Qt console.
+* High-level parallel computing with ZeroMQ.
+* New model for GUI/plotting support in the terminal.
+* A two-process architecture.
+* Vim integration.
+* Integration into Microsoft Visual Studio
+* Improved unicode support.
+* Python 3 support.
+* New profile model.
+* SQLite storage for history.
+* New configuration system.
+* Pasting of code with prompts. 
+
+---

calling whatdependson for head-i586


Old:

  ipython-0.10.2.tar.bz2

New:

  ipython-0.11.tar.bz2



Other differences:
--
++ IPython.spec ++
--- /var/tmp/diff_new_pack.GKCrIu/_old  2011-09-05 16:05:52.0 +0200
+++ /var/tmp/diff_new_pack.GKCrIu/_new  2011-09-05 16:05:52.0 +0200
@@ -20,16 +20,21 @@
 
 Name:   IPython
 BuildRequires:  python-devel
-Version:0.10.2
+Version:0.11
 Release:1
-%define tarname ipython
-Source0:%{tarname}-%{version}.tar.bz2
+Source0:ipython-%{version}.tar.bz2
 License:LGPLv2.1+
 Group:  Development/Languages/Python
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://ipython.scipy.org/
 Summary:An Enhanced Interactive Python Shell
-%{py_requires}
+BuildRequires:  python-qt4
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version}  1010
+BuildRequires:  fdupes
+%endif
+%endif
 %if 0%{?suse_version}  1130
 Suggests:   python-wxWidgets
 %else
@@ -38,6 +43,10 @@
 %if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
 BuildArch:  noarch
 %endif
+# qtconsole
+Requires:   python-pyzmq  2.1.4
+Requires:   python-Pygments
+Requires:   python-qt4
 
 %description
 IPython provides a replacement for the interactive python (Python)
@@ -76,7 +85,7 @@
 %package doc
 License:LGPLv2.1+
 Summary:An Enhanced Interactive Python Shell documentation
-Group:  Documentation
+Group:  Documentation/Other
 Suggests:   %{name} = %{version}
 
 %description doc
@@ -90,24 +99,34 @@
 Fernando Perez fpe...@colorado.edu
 
 %prep
-%setup -q -n %{tarname}-%{version}
+%setup -q -n ipython-%{version}
+
+# Get rid of library shebangs
+# for file in *.py; do
+#  sed -i '/\/usr\/bin\/env/d' $file
+# done
+find . -type f -name *.py -exec sed -i '/#!\/usr\/bin\/env/d' {} \;
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS 
+export CFLAGS=%{optflags}
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
 grep -v 'share/doc/ipython' INSTALLED_FILES  INSTALLED_FILES-nodoc
-install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}
-mv -f $RPM_BUILD_ROOT/usr/share/doc/ipython/* $RPM_BUILD_ROOT%{_docdir}/%{name}
-rmdir $RPM_BUILD_ROOT/usr/share/doc/ipython
-rm $RPM_BUILD_ROOT%{_docdir}/%{name}/manual/ipython.pdf
+install -d -m 755 %{buildroot}%{_docdir}/%{name}
+mv -f %{buildroot}/usr/share/doc/ipython/* %{buildroot}%{_docdir}/%{name}
+rmdir %{buildroot}/usr/share/doc/ipython
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+rm -f %{buildroot}/%{python_sitelib}/IPython/.git_commit_info.ini
+rm -f %{buildroot}/%{_defaultdocdir}/IPython/manual/.buildinfo
+
+%if 0%{?suse_version}  1010
+%fdupes %{buildroot}
+%endif
 
 %files -f INSTALLED_FILES-nodoc
+%{python_sitelib}/*
 %defattr(-,root,root)
 #%%dir %%{python_sitelib}/IPython/UserConfig
 

++ ipython-0.10.2.tar.bz2 - ipython-0.11.tar.bz2 ++
IPython/ipython-0.10.2.tar.bz2 
/mounts/work_src_done/STABLE/IPython/ipython-0.11.tar.bz2 differ: char 11, line 
1






Remember to have fun...

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



commit WindowMaker for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package WindowMaker for openSUSE:Factory
checked in at Mon Sep 5 16:13:05 CEST 2011.




--- WindowMaker/WindowMaker.changes 2010-04-04 19:00:03.0 +0200
+++ /mounts/work_src_done/STABLE/WindowMaker/WindowMaker.changes
2011-08-31 06:38:45.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug 31 04:38:04 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix linking problems with new gnu ld 
+
+---
+Tue Jul 26 19:45:06 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typos in description of WindowMaker.spec 
+
+---

calling whatdependson for head-i586


New:

  wm-linking.patch



Other differences:
--
++ WindowMaker.spec ++
--- /var/tmp/diff_new_pack.vOHrNV/_old  2011-09-05 16:12:35.0 +0200
+++ /var/tmp/diff_new_pack.vOHrNV/_new  2011-09-05 16:12:35.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package WindowMaker (Version 0.92.0)
+# spec file for package WindowMaker
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 
 Name:   WindowMaker
-BuildRequires:  freetype2-devel gcc-c++ giflib-devel libpng-devel 
libtiff-devel update-desktop-files xorg-x11-devel
+BuildRequires:  fontconfig-devel freetype2-devel gcc-c++ giflib-devel 
libpng-devel libtiff-devel update-desktop-files xorg-x11-devel
 License:GPLv2+ ; LGPLv2.1+ ; Public Domain, Freeware
 Group:  System/GUI/Other
 Url:http://www.windowmaker.info/
@@ -29,7 +29,7 @@
 AutoReqProv:on
 Summary:A Colorful and Flexible Window Manager
 Version:0.92.0
-Release:208
+Release:219
 Source: Window-Maker-5a2507602c48.tar.bz2
 Source1:WindowMaker-extra-0.1.tar.bz2
 Source2:SuSE-theme.tar.bz2
@@ -53,6 +53,8 @@
 Patch39:WindowMaker-dir-specification.patch
 Patch40:WindowMaker-composite.patch
 Patch41:WindowMaker-png_check_sig.patch
+Patch42:wm-linking.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package devel
@@ -63,7 +65,7 @@
 
 %description
 Window Maker is a colorful and flexible window manager and
-thedesignnated successor of AfterStep. nFor more details, check
+the designated successor of AfterStep. For more details, check
 http://www.windowmaker.org.
 
 
@@ -101,6 +103,7 @@
 %patch39
 %patch40
 %patch41
+%patch42
 cp %{S:4} .
 cp %{S:6} .
 rename no nb po/no.*

++ wm-linking.patch ++
--- WPrefs.app/Makefile.am.orig
+++ WPrefs.app/Makefile.am
@@ -55,5 +55,6 @@ WPrefs_LDADD = \
$(top_builddir)/WINGs/libWUtil.la\
$(top_builddir)/wrlib/libwraster.la \
@XFTLIBS@ \
-   @INTLIBS@
+   @INTLIBS@ \
+   -lfontconfig
 





Remember to have fun...

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



commit aalib for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package aalib for openSUSE:Factory
checked in at Mon Sep 5 16:14:09 CEST 2011.




--- aalib/aalib.changes 2010-09-07 15:06:47.0 +0200
+++ /mounts/work_src_done/STABLE/aalib/aalib.changes2011-09-05 
11:50:10.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  5 09:49:47 UTC 2011 - co...@suse.com
+
+- fix build with newer ld
+
+---

calling whatdependson for head-i586




Other differences:
--
++ aalib.spec ++
--- /var/tmp/diff_new_pack.imLSPi/_old  2011-09-05 16:13:18.0 +0200
+++ /var/tmp/diff_new_pack.imLSPi/_new  2011-09-05 16:13:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package aalib (Version 1.4.0)
+# spec file for package aalib
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -35,7 +35,7 @@
 #
 AutoReqProv:on
 Version:1.4.0
-Release:486
+Release:487
 Summary:An ASCII Art Library
 Source: aalib-1.4rc5.tar.gz
 Source1:aavga-1.0rc1.tar.gz
@@ -61,17 +61,10 @@
 device. In fact, there is no graphical output possible. AA-lib replaces
 old-fashioned output methods with a powerful ASCII art renderer.
 
-
-
-Authors:
-
-Jan Hubicka hubi...@limax.paru.cas.cz
-Kamil Toman to...@horac.ta.jcu.cz
-
 %package devel
 License:GPLv2+ ; No license agreement found in package
 Version:1.4.0
-Release:486
+Release:487
 Summary:Development Package for AAlib
 Group:  Development/Libraries/C and C++
 AutoReqProv:on
@@ -86,13 +79,6 @@
 %description devel
 Files needed for developing software that uses AAlib.
 
-
-
-Authors:
-
-Jan Hubicka hubi...@limax.paru.cas.cz
-Kamil Toman to...@horac.ta.jcu.cz
-
 %prep
 %setup -q -a 1 -b 2
 %patch1

++ aview-1.3.0.patch ++
--- /var/tmp/diff_new_pack.imLSPi/_old  2011-09-05 16:13:18.0 +0200
+++ /var/tmp/diff_new_pack.imLSPi/_new  2011-09-05 16:13:18.0 +0200
@@ -1,6 +1,8 @@
 ui.c
-+++ ui.c
-@@ -14,7 +14,7 @@
+Index: ui.c
+===
+--- ui.c.orig  2001-04-25 18:04:37.0 +0200
 ui.c   2011-09-05 11:41:36.778971128 +0200
+@@ -14,7 +14,7 @@ static char getletter(int i)
  {
  if(i9) return('1'+i);
  if(i==9) return('0');
@@ -9,3 +11,18 @@
  }
  static void do_display(void)
  {
+Index: configure
+===
+--- configure.orig 2001-04-25 17:57:15.0 +0200
 configure  2011-09-05 11:47:59.206036005 +0200
+@@ -1576,8 +1576,8 @@ rm -f conftest*
+   
+   rm -f conf.aalibtest
+ 
+-CFLAGS=$CFLAGS $AALIB_CFLAGS
+-LIBS=$CLFAGS $AALIB_LIBS
++CFLAGS=$CFLAGS $AALIB_CFLAGS -fno-lto
++LIBS=$CLFAGS $AALIB_LIBS -lm
+ 
+ trap '' 1 2 15
+ cat  confcache \EOF






Remember to have fun...

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



commit aisleriot for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package aisleriot for openSUSE:Factory
checked in at Mon Sep 5 16:14:54 CEST 2011.




--- aisleriot/aisleriot.changes 2011-08-24 23:59:28.0 +0200
+++ /mounts/work_src_done/STABLE/aisleriot/aisleriot.changes2011-09-05 
09:37:59.0 +0200
@@ -1,0 +2,9 @@
+Sun Sep  4 08:04:02 UTC 2011 - vu...@opensuse.org
+
+- Add aisleriot-automagic-guile.patch: make detection of guile
+  version automatic by default, to avoid having to specify it in
+  configure.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh for
+  above patch.
+
+---

calling whatdependson for head-i586


New:

  aisleriot-automagic-guile.patch



Other differences:
--
++ aisleriot.spec ++
--- /var/tmp/diff_new_pack.iz9YtA/_old  2011-09-05 16:14:22.0 +0200
+++ /var/tmp/diff_new_pack.iz9YtA/_new  2011-09-05 16:14:22.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   aisleriot
 Version:3.1.1
-Release:1
+Release:2
 License:GPLv3+
 Summary:Solitaire Card Games for GNOME
 Url:http://www.gnome.org
@@ -30,6 +30,10 @@
 Source1:gnome-freecell.png
 # PATCH-FIX-UPSTREAM aisleriot-theme-install.patch bgo#648601 
vu...@opensuse.org -- Let aisleriot know that extra themes are in 
aisleriot-themes
 Patch0: aisleriot-theme-install.patch
+# PATCH-FIX-UPSTREAM aisleriot-automagic-guile.patch bgo#658159 
vu...@opensuse.org -- Automatically detect version of guile
+Patch1: aisleriot-automagic-guile.patch
+# needed by patch1
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  guile-devel
 BuildRequires:  intltool
@@ -70,8 +74,11 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+# needed by patch1
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
 --disable-schemas-install \
 --disable-static \

++ aisleriot-automagic-guile.patch ++
commit 3223853fcb8f519d7736d13bd8c30da6434d8cef
Author: Vincent Untz vu...@gnome.org
Date:   Sun Sep 4 09:53:21 2011 +0200

Allow automagic selection of guile

We keep --with-guile, but default to automagic selection. This makes
life easier for distributors, who can then rely on this if they know
they simply want to build against the guile version that is available by
default.

https://bugzilla.gnome.org/show_bug.cgi?id=658159

diff --git a/configure.ac b/configure.ac
index 7b30bdb..3999330 100644
--- a/configure.ac
+++ b/configure.ac
@@ -520,23 +520,33 @@ GUILE_PKGS=
 
 AC_MSG_CHECKING([which guile version to use])
 AC_ARG_WITH([guile],
-  [AS_HELP_STRING([--with-guile=1.8|2.0|2.2],[Which guile version to use 
(default: 1.8)])],
+  [AS_HELP_STRING([--with-guile=1.8|2.0|2.2|auto],[Which guile version to use 
(default: auto)])],
   [case $with_guile in
- 1.8|2.0|2.2) ;;
+ 1.8|2.0|2.2|auto) ;;
  *) AC_MSG_ERROR([unknown or unsupported guile version $with_guile 
specified]) ;;
 esac],
-   [with_guile=1.8])
+   [with_guile=auto])
 AC_MSG_RESULT([$with_guile])
 
 case $with_guile in
-  1.8) GUILE_PKGS=guile-1.8 = $GUILE_1_8_REQUIRED ;;
-  2.0) GUILE_PKGS=guile-2.0 = $GUILE_2_0_REQUIRED ;;
-  2.2) GUILE_PKGS=guile-2.2 = $GUILE_2_2_REQUIRED ;;
+  1.8) AUTO_GUILE=false GUILE_PKGS=guile-1.8 = $GUILE_1_8_REQUIRED ;;
+  2.0) AUTO_GUILE=false GUILE_PKGS=guile-2.0 = $GUILE_2_0_REQUIRED ;;
+  2.2) AUTO_GUILE=false GUILE_PKGS=guile-2.2 = $GUILE_2_2_REQUIRED ;;
+  auto) AUTO_GUILE=true
+PKG_CHECK_EXISTS([guile-2.2 = $GUILE_2_2_REQUIRED],
+ [with_guile=2.2 GUILE_PKGS=guile-2.2 = $GUILE_2_2_REQUIRED],
+ [PKG_CHECK_EXISTS([guile-2.0 = $GUILE_2_0_REQUIRED],
+   [with_guile=2.0 GUILE_PKGS=guile-2.0 = $GUILE_2_0_REQUIRED],
+   [PKG_CHECK_EXISTS([guile-1.8 = $GUILE_1_8_REQUIRED],
+[with_guile=1.8 GUILE_PKGS=guile-1.8 = $GUILE_1_8_REQUIRED],
+[AC_MSG_ERROR([guile not found])])])]) ;;
 esac
 
-PKG_CHECK_EXISTS([$GUILE_PKGS],
-  [],
-  [AC_MSG_ERROR([guile version $with_guile not found. Install it, or use 
--with-guile to select a different version.])])
+if test $auto_guile != true; then
+  PKG_CHECK_EXISTS([$GUILE_PKGS],
+[],
+[AC_MSG_ERROR([guile version $with_guile not found. Install it, or use 
--with-guile to select a different version.])])
+fi
 
 PKG_CHECK_MODULES([GUILE],[$GUILE_PKGS])
 






Remember to have fun...

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Mon Sep 5 16:18:34 CEST 2011.




--- AUTO/all/arpwatch-ethercodes/arpwatch-ethercodes.changes2011-09-02 
07:40:08.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-09-03 07:40:18.0 +0200
@@ -2 +2 @@
-Fri Sep  2 07:40:07 CEST 2011 - autobu...@suse.de
+Sat Sep  3 07:40:18 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-09-02
+- automated update on 2011-09-03

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.zdcdqj/_old  2011-09-05 16:17:03.0 +0200
+++ /var/tmp/diff_new_pack.zdcdqj/_new  2011-09-05 16:17:03.0 +0200
@@ -25,7 +25,7 @@
 Group:  Productivity/Networking/Diagnostic
 AutoReqProv:on
 Summary:Ethercodes Data for arpwatch
-Version:2011.9.2
+Version:2011.9.3
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.zdcdqj/_old  2011-09-05 16:17:03.0 +0200
+++ /var/tmp/diff_new_pack.zdcdqj/_new  2011-09-05 16:17:03.0 +0200
@@ -82112,6 +82112,13 @@
SANTA CLARA CA 95051
UNITED STATES
 
+10-00-FD   (hex)   LaonPeople
+1000FD (base 16)   LaonPeople
+   402-3, Bundang Techno Park B, 148
+   Yatap-dong, Bundang-gu
+   Sungnam-si Gyeonggi-do 463-760
+   KOREA, REPUBLIC OF
+
 10-09-0C   (hex)   Janome Sewing Machine Co., Ltd.
 10090C (base 16)   Janome Sewing Machine Co., Ltd.
1463 Hazama-Machi
@@ -83510,6 +83517,12 @@
 24-BF-74   (hex)   PRIVATE
 24BF74 (base 16)
 
+24-C0-B3   (hex)   RSF
+24C0B3 (base 16)   RSF
+   45 Av Marcel Dassault
+   Toulouse Garonne, Haute (31) 31500
+   FRANCE
+
 24-C8-6E   (hex)   Chaney Instrument Co.
 24C86E (base 16)   Chaney Instrument Co.
965 Wells Street
@@ -87066,6 +87079,13 @@
Cupertino CA 95014
UNITED STATES
 
+60-35-53   (hex)   Buwon Technology
+603553 (base 16)   Buwon Technology
+   (Cunuitechnopark 102-1507) 200-1,Chunui-dong
+   Wonmi-gu
+   Buchon-si Gyeinggi-do 420-857
+   KOREA, REPUBLIC OF
+
 60-38-0E   (hex)   Alps Electric Co.,
 60380E (base 16)   Alps Electric Co.,
1-2-1, Okinouchi
@@ -90564,6 +90584,12 @@
Taipei Hsien  236
TAIWAN, REPUBLIC OF CHINA
 
+94-0B-2D   (hex)   NetView Technologies(Shenzhen) Co., Ltd
+940B2D (base 16)   NetView Technologies(Shenzhen) Co., Ltd
+   RM2902,East Tower, Nanshan Software Park
+   Shenzhen Guangdong 518052
+   CHINA
+
 94-0C-6D   (hex)   TP-LINK Technologies Co.,Ltd.
 940C6D (base 16)   TP-LINK Technologies Co.,Ltd.
Building 7, Second Part, Honghualing Industrial 
Zone
@@ -93872,6 +93898,12 @@
Almere Flevoland 1316BW
NETHERLANDS
 
+C8-29-2A   (hex)   Barun Electronics
+C8292A (base 16)   Barun Electronics
+   869, Jangji-ri, Dongtan-myeon
+   Hwaseong-si Gyeonggi-do 445812
+   KOREA, REPUBLIC OF
+
 C8-2A-14   (hex)   Apple Inc
 C82A14 (base 16)   Apple Inc
1 Infinite Loop






Remember to have fun...

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



commit bind for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package bind for openSUSE:Factory
checked in at Mon Sep 5 16:20:40 CEST 2011.




--- bind/bind.changes   2011-08-31 11:47:26.0 +0200
+++ /mounts/work_src_done/STABLE/bind/bind.changes  2011-09-05 
11:42:43.0 +0200
@@ -1,0 +2,44 @@
+Mon Sep  5 11:41:49 CEST 2011 - u...@suse.de
+
+* fixed SSL in chroot environment (bnc#715881)
+
+---
+Mon Sep  5 10:19:34 CEST 2011 - u...@suse.de
+
+* Added a new include file with function typedefs for the DLZ
+  dlopen driver. [RT #23629]
+* Added a tool able to generate malformed packets to allow testing of
+  how named handles them. [RT #24096]
+* The root key is now provided in the file bind.keys allowing DNSSEC
+  validation to be switched on at start up by adding
+  dnssec-validation auto; to named.conf. If the root key provided
+  has expired, named will log the expiration and validation will not
+  work. More information and the most current copy of bind.keys can
+  be found at http://www.isc.org/bind-keys. *Please note this feature
+  was actually added in 9.8.0 but was not included in the 9.8.0
+  release notes. [RT #21727]
+* If named is configured with a response policy zone (RPZ) and a
+  query of type RRSIG is received for a name configured for RRset
+  replacement in that RPZ, it will trigger an INSIST and crash the
+  server. RRSIG. [RT #24280]
+* named, set up to be a caching resolver, is vulnerable to a user
+  querying a domain with very large resource record sets (RRSets)
+  when trying to negatively cache the response. Due to an off-by-one
+  error, caching the response could cause named to crash. [RT #24650]
+  [CVE-2011-1910]
+* Using Response Policy Zone (RPZ) to query a wildcard CNAME label
+  with QUERY type SIG/RRSIG, it can cause named to crash. Fix is
+  query type independant. [RT #24715]
+* Using Response Policy Zone (RPZ) with DNAME records and querying
+  the subdomain of that label can cause named to crash. Now logs that
+  DNAME is not supported. [RT #24766]
+* Change #2912 populated the message section in replies to UPDATE
+  requests, which some Windows clients wanted. This exposed a latent
+  bug that allowed the response message to crash named. With this
+  fix, change 2912 has been reduced to copy only the zone section to
+  the reply. A more complete fix for the latent bug will be released
+  later. [RT #24777]
+* many bugfixes (see CHANGELOG)
+* 9.8.1
+
+---

calling whatdependson for head-i586


Old:

  bind-9.8.0P4.tar.gz

New:

  bind-9.8.1.tar.gz
  dlz_compile.diff



Other differences:
--
++ bind.spec ++
--- /var/tmp/diff_new_pack.YdFbfd/_old  2011-09-05 16:20:05.0 +0200
+++ /var/tmp/diff_new_pack.YdFbfd/_new  2011-09-05 16:20:05.0 +0200
@@ -20,14 +20,14 @@
 
 Name:   bind
 %define pkg_name bind
-%define pkg_vers 9.8.0P4
+%define pkg_vers 9.8.1
 BuildRequires:  openldap2-devel
 BuildRequires:  libcap libcap-devel libmysqlclient-devel libxml2-devel openssl 
openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  krb5-devel
 Summary:Domain Name System (DNS) Server (named)
-Version:9.8.0P4
-Release:4
+Version:9.8.1
+Release:1
 License:BSD3c(or similar) ; MIT License (or similar)
 Group:  Productivity/Networking/DNS/Servers
 Provides:   dns_daemon bind8 bind9
@@ -50,6 +50,7 @@
 Patch51:pie_compile.diff
 Patch52:named-bootconf.diff
 Patch54:named-direct-proc-mount.diff
+Patch70:dlz_compile.diff
 Patch100:   configure.in.diff2
 Source60:   dlz-schema.txt
 %if %ul_version = 1
@@ -237,6 +238,7 @@
 %if 0%{?suse_version} = 1010
 %patch100 -p1
 %endif
+%patch70 -p0
 # modify settings of some files regarding to OS version and vendor
 function replaceStrings()
 {
@@ -294,8 +296,7 @@
--with-libtool \
--enable-runidn \
--with-libxml2 \
-   --with-dlz-mysql --with-dlz-ldap \
---with-gssapi
+   --with-dlz-mysql --with-dlz-ldap
 
 ./configure ${CONFIGURE_OPTIONS}
 %{__make} %{?_smp_mflags}

++ bind-9.8.0P4.tar.gz - bind-9.8.1.tar.gz ++
bind/bind-9.8.0P4.tar.gz /mounts/work_src_done/STABLE/bind/bind-9.8.1.tar.gz 
differ: char 5, line 1

++ dlz_compile.diff ++
--- contrib/dlz/drivers/sdlz_helper.c
+++ contrib/dlz/drivers/sdlz_helper.c   2011/09/05 08:09:41
@@ -50,7 +50,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#ifdef DLZ
+#ifdef CONTRIB_DLZ
 
 #include config.h
 
++ vendor-files.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/init/named new/vendor-files/init/named
--- old/vendor-files/init/named 2011-04-15 10:56:52.0 +0200
+++ 

commit blktrace for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package blktrace for openSUSE:Factory
checked in at Mon Sep 5 16:21:25 CEST 2011.




--- blktrace/blktrace.changes   2009-10-15 22:09:53.0 +0200
+++ blktrace/blktrace.changes   2011-09-03 21:21:44.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep  3 19:21:08 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with no-add-needed (missing -pthread) 
+
+---

calling whatdependson for head-i586


New:

  blktrace-pthread.patch



Other differences:
--
++ blktrace.spec ++
--- /var/tmp/diff_new_pack.UTlhSA/_old  2011-09-05 16:20:15.0 +0200
+++ /var/tmp/diff_new_pack.UTlhSA/_new  2011-09-05 16:20:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package blktrace (Version 1.0.1)
+# spec file for package blktrace
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,13 +24,14 @@
 License:GPL v2 only
 Group:  Development/Tools/Other
 Version:1.0.1
-Release:4
+Release:14
 Url:http://git.kernel.dk/?p=blktrace.git;a=summary
 Source0:%name-%version.tar.bz2
 Patch0: 0001-Update-q_iop-c_time-in-handle_queue.patch
 Patch1: 0001-btrecord-Fix-memory-leak-in-find_input_files.patch
 # PATCH-FIX-OPENSUSE blktrace-1.0.1-fix-memory-leak-in-find_input_devs.patch 
bnc#546035
 Patch2: blktrace-1.0.1-fix-memory-leak-in-find_input_devs.patch
+Patch3: blktrace-pthread.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc libaio-devel
 %if 0%{?with_docs}
@@ -59,6 +60,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2
+%patch3
 
 %build
 make CFLAGS=$RPM_OPT_FLAGS all %{?with_docs: docs}

++ blktrace-pthread.patch ++
--- btreplay/Makefile.orig
+++ btreplay/Makefile
@@ -9,7 +9,7 @@ CC  = gcc
 CFLAGS = -Wall -W -O2 -g
 INCS   = -I. -I.. -I../btt
 OCFLAGS= -UCOUNT_IOS -UDEBUG -DNDEBUG
-XCFLAGS= -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+XCFLAGS= -pthread -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64
 override CFLAGS += $(INCS) $(XCFLAGS) $(OCFLAGS)
 
 PROGS  = btrecord btreplay





Remember to have fun...

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



commit bpython for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package bpython for openSUSE:Factory
checked in at Mon Sep 5 16:22:07 CEST 2011.




--- bpython/bpython.changes 2011-07-03 11:59:17.0 +0200
+++ bpython/bpython.changes 2011-09-02 14:20:30.0 +0200
@@ -1,0 +2,20 @@
+Fri Sep  2 12:17:26 UTC 2011 - sasc...@suse.de
+
+- Update to version 0.10.1:
+  * #197: find_modules crashes on non-readable directories
+  * #198: Source tarball lacks .po files
+- Changes from version 0.10:
+  * Config files are now located according to the XDG Base Directory
+Specification. The support for the old bpythonrc files has been
+dropped and ~/.bpython.ini as config file location is no longer supported.
+See issue #91.
+  * Fixed some issues with tuple unpacking in argspec. See issues #133 and 
#138.
+  * Fixed a crash with non-ascii filenames in import completion. See issue 
#139.
+  * Fixed a crash caused by inspect.findsource() raising an IndexError
+which happens in some situations. See issue #94.
+  * Non-ascii input should work now under Python 3.
+  * Issue #165: C-a and C-e do the right thing now in urwid.
+  * The short command-line option -c config was dropped as it conflicts with
+vanilla Python's -c command option. See issue #186.
+
+---

calling whatdependson for head-i586


Old:

  bpython-0.9.7.1.tar.gz

New:

  bpython-0.10.1.tar.gz



Other differences:
--
++ bpython.spec ++
--- /var/tmp/diff_new_pack.TP1SH0/_old  2011-09-05 16:20:52.0 +0200
+++ /var/tmp/diff_new_pack.TP1SH0/_new  2011-09-05 16:20:52.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   bpython
-Version:0.9.7.1
-Release:8
+Version:0.10.1
+Release:1
 Url:http://www.bpython-interpreter.org
 Summary:Fancy Curses Interface to the Python Interactive Interpreter
 License:MIT
@@ -30,7 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  python-setuptools
+BuildRequires:  python-distribute
 Requires:   python-curses
 Requires:   python-pygments
 Requires:   python-pyparsing
@@ -64,14 +64,10 @@
 %suse_update_desktop_file -r %{name} Development IDE
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS CHANGELOG LICENSE README ROADMAP TODO
-%doc %{_mandir}/man1/bpython.1%{ext_man}
-%doc %{_mandir}/man5/bpython-config.5%{ext_man}
+%doc %{_mandir}/man?/bpython*
 %{_bindir}/bpython*
 %{python_sitelib}/*
 %{_datadir}/applications/%{name}.desktop

++ bpython-0.9.7.1.tar.gz - bpython-0.10.1.tar.gz ++
 2236 lines of diff (skipped)






Remember to have fun...

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



commit libqt4 for openSUSE:11.4

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package libqt4 for openSUSE:11.4
checked in at Mon Sep 5 16:22:35 CEST 2011.




libqt4-devel-doc.changes: same change
libqt4-sql-plugins.changes: same change
libqt4.changes: same change

calling whatdependson for 11.4-i586




Other differences:
--
++ libqt4-devel-doc-data.spec ++
--- /var/tmp/diff_new_pack.C7zjYb/_old  2011-09-05 16:21:28.0 +0200
+++ /var/tmp/diff_new_pack.C7zjYb/_new  2011-09-05 16:21:28.0 +0200
@@ -28,7 +28,7 @@
 # COMMON-VERSION-BEGIN
 # COMMON-VERSION-BEGIN
 Version:4.7.1
-Release:3.RELEASE2
+Release:8.RELEASE13
 %define base_name libqt4
 %define x11_free  -everywhere-opensource-src-
 %define rversion %version

libqt4-devel-doc.spec: same change
++ libqt4-sql-plugins.spec ++
--- /var/tmp/diff_new_pack.C7zjYb/_old  2011-09-05 16:21:28.0 +0200
+++ /var/tmp/diff_new_pack.C7zjYb/_new  2011-09-05 16:21:28.0 +0200
@@ -29,7 +29,7 @@
 # COMMON-VERSION-BEGIN
 # COMMON-VERSION-BEGIN
 Version:4.7.1
-Release:8.RELEASE10
+Release:8.RELEASE13
 %define base_name libqt4
 %define x11_free  -everywhere-opensource-src-
 %define rversion %version

++ libqt4.spec ++
--- /var/tmp/diff_new_pack.C7zjYb/_old  2011-09-05 16:21:28.0 +0200
+++ /var/tmp/diff_new_pack.C7zjYb/_new  2011-09-05 16:21:28.0 +0200
@@ -54,7 +54,7 @@
 Obsoletes:  libqt4-dbus-1  4.4.0
 # COMMON-VERSION-BEGIN
 Version:4.7.1
-Release:8.RELEASE11
+Release:8.RELEASE13
 %define base_name libqt4
 %define x11_free  -everywhere-opensource-src-
 %define rversion %version









Remember to have fun...

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



commit cdrdao for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package cdrdao for openSUSE:Factory
checked in at Mon Sep 5 16:25:15 CEST 2011.




--- cdrdao/cdrdao.changes   2010-10-31 19:03:06.0 +0100
+++ cdrdao/cdrdao.changes   2011-09-03 22:07:32.0 +0200
@@ -1,0 +2,42 @@
+Sat Sep  3 19:41:50 UTC 2011 - asterios.dra...@gmail.com
+
+- update to 1.2.3:
+  * By default, cdrdao tries to build with a native SCSI interface.
+  * Complete rewrite of native Linux SG driver.
+  * Added support for new FIRST_TRACK_NO keyword to allow a CD to start with a
+track number other than 1.
+  * Added native interfaces for Irix, Mac OSX and NetBSD.
+  * Fixed old pregap length off-by-one error, see bug #604751.
+  * Fixed bug in Toc file parser track length computation.
+  * Man page typo fixes.
+  * Cygwin compilation fixes. Other various compilation warning fixes.
+  * Some scsilib fixes for FreeBSD, 32-bit and 64-bit SPARC.
+  * Some makefile changes to avoid conflict with installed system libs.
+  * Added patch to fix ARM and MIPS scsilib compile.
+  * Added man pages for toc2cue and toc2cddb, from Debian.
+  * Move privilege drop earlier in main flow.
+  * Commited Gentoo patch for CD-TEXT track check fix.
+  GCDMaster changes:
+  * Preferences now stored in GConf, exports schema file.
+  * Added simple Preferences dialog to change temporary file directory.
+  * Fixed GCC 4.3 compilation issues.
+- Spec file updates:
+  * Changed License: to GPL-2.0+.
+  * Added description for the patches based on openSUSE Patches Guidelines.
+  * Added gtkmm2-devel, libsigc++2-devel, pkg-config in BuildRequires:.
+  * Removed wodim-devel from BuildRequires: (the package now uses a native SCSI
+interface).
+  * Added mimeinfo scriptlet for the mime file installed by the package.
+  * Minor other updates.
+- Rebased cdrdao-build.patch, cdrdao-1.2.2-scan.patch and cdrdao-fixes.patch to
+  apply cleanly.
+- Removed cdrdao-1.2.2-include.patch, cdrdao-1.2.2-sigc.patch and
+  cdrdao-1.2.2-libnsl.patch (fixed upstream).
+- Removed cdrdao-1.2.2-usal.patch (the package now uses a native SCSI
+  interface).
+- Added cdrdao-1.2.3-stat.patch (taken from Fedora) to fix missing includes
+  that cause failure build.
+- Added cdrdao-1.2.2-desktop.patch (taken from Fedora) to make the desktop file
+  XDG compatible and add MimeType entries.
+
+---

calling whatdependson for head-i586


Old:

  cdrdao-1.2.2-include.patch
  cdrdao-1.2.2-libnsl.patch
  cdrdao-1.2.2-sigc.patch
  cdrdao-1.2.2-usal.patch
  cdrdao-1.2.2.tar.bz2

New:

  cdrdao-1.2.2-desktop.patch
  cdrdao-1.2.3-stat.patch
  cdrdao-1.2.3.tar.bz2



Other differences:
--
++ cdrdao.spec ++
--- /var/tmp/diff_new_pack.96nUYH/_old  2011-09-05 16:21:44.0 +0200
+++ /var/tmp/diff_new_pack.96nUYH/_new  2011-09-05 16:21:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package cdrdao (Version 1.2.2)
+# spec file for package cdrdao
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,40 @@
 
 # norootforbuild
 
+%define DISTRIBUTABLE 1
 
 Name:   cdrdao
-%define DISTRIBUTABLE 1
-BuildRequires:  gcc-c++ libao-devel libgnomeuimm-devel libvorbis-devel 
update-desktop-files wodim-devel
+Version:1.2.3
+Release:1
+License:GPL-2.0+
+Summary:Write CD-Rs in Disk-At-Once Mode
+Url:http://cdrdao.sourceforge.net/
+Group:  Productivity/Multimedia/CD/Record
+Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE cdrdao-build.patch
+Patch0: cdrdao-build.patch
+# PATCH-FIX-OPENSUSE cdrdao-1.2.2-scan.patch bnc#144861 nadvor...@suse.cz -- 
Do not scan old ATAPI interface
+Patch1: cdrdao-1.2.2-scan.patch
+# PATCH-FIX-OPENSUSE cdrdao-fixes.patch bnc#424635 nadvor...@suse.cz -- Fix 
cdrdao segfault
+Patch2: cdrdao-fixes.patch
+# PATCH-FIX-OPENSUSE cdrdao-1.2.3-stat.patch asterios.dra...@gmail.com -- 
Missing includes causes failure build (patch taken from Fedora)
+Patch3: cdrdao-1.2.3-stat.patch
+# PATCH-FIX-OPENSUSE cdrdao-1.2.2-desktop.patch asterios.dra...@gmail.com -- 
Make the desktop file XDG compatible, add MimeType entries (patch taken from 
Fedora)
+Patch4: cdrdao-1.2.2-desktop.patch
+BuildRequires:  gcc-c++
+BuildRequires:  gtkmm2-devel
+BuildRequires:  libao-devel
+BuildRequires:  libgnomeuimm-devel
+BuildRequires:  libsigc++2-devel
+BuildRequires:  libvorbis-devel
+BuildRequires:  pkg-config
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
+%endif
 %if %DISTRIBUTABLE == 0
-BuildRequires:  

commit darktable for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package darktable for openSUSE:Factory
checked in at Mon Sep 5 16:25:36 CEST 2011.




--- darktable/darktable.changes 2011-07-27 09:27:38.0 +0200
+++ darktable/darktable.changes 2011-09-03 16:24:27.0 +0200
@@ -1,0 +2,13 @@
+Sat Sep  3 13:13:43 UTC 2011 - tog...@opensuse.org
+
+- Update to bugfix release 0.9.2:
+  + there are no new features, just
+* updated translations
+* tiling for memory hungry operations and as workaround for old
+  opencl 1.0 drivers
+* new color matrices and white balance presets
+* a lot of stability issues have been resolved
+* a lot of performance improvements (more sse code, better
+  opencl code)
+  + Removed 0001-Remove-dependancy-on-git.patch
+---

calling whatdependson for head-i586


Old:

  0001-Remove-dependancy-on-git.patch
  darktable-0.9.1.tar.bz2

New:

  darktable-0.9.2.tar.bz2



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.dGRUyb/_old  2011-09-05 16:22:27.0 +0200
+++ /var/tmp/diff_new_pack.dGRUyb/_new  2011-09-05 16:22:27.0 +0200
@@ -19,17 +19,12 @@
 
 
 Name:   darktable
-Version:0.9.1
+Version:0.9.2
 Release:1
 License:GPLv3+
 Group:  Productivity/Graphics/Viewers
 Url:http://darktable.sourceforge.net
 Source0:%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 0001-Remove-dependancy-on-git.patch
-# Tobias Ellinghaus # h...@gmx.de
-# Backported from git fixing accelstrings_gen.h
-Patch0: 0001-Remove-dependancy-on-git.patch
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -64,7 +59,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 
 
 %build
 [ ! -d build ]  mkdir  build
@@ -118,4 +112,5 @@
 %{_datadir}/darktable
 %{_datadir}/icons/hicolor/*/apps/darktable.*
 %{_mandir}/man1/darktable.1.*
+
 %changelog

++ darktable-0.9.1.tar.bz2 - darktable-0.9.2.tar.bz2 ++
 41016 lines of diff (skipped)






Remember to have fun...

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



commit dd_rescue for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package dd_rescue for openSUSE:Factory
checked in at Mon Sep 5 16:26:43 CEST 2011.




--- dd_rescue/dd_rescue.changes 2010-11-02 23:56:03.0 +0100
+++ dd_rescue/dd_rescue.changes 2011-09-03 22:34:04.0 +0200
@@ -1,0 +2,32 @@
+Sat Sep  3 20:31:45 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Changed License: to GPL-2.0 (bnc#714914).
+  * Minor other updates.
+
+---
+Sat May 14 19:15:25 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to dd_rhelp-0.1.2:
+  * IMPROVEMENT : will check the log file destination for sane conditions and
+will try some other locations if not.
+  * IMPROVEMENT : will manage max_err parameter to avoid creating to much
+chunks.
+  * More and better information displayed at 'info' time.
+  From dd_rhelp-0.1.0:
+  * INSTALL : No more ./configure  make  make install ... all detection
+were done at runtime anyway
+  * UPDATE : updated libs provided in dd_rhelp
+  * UPDATE : finally compatible with recent tail/head -n arguments
+  * Added some sanity tests.
+  * TEST : Started to create dd_rhelp.test which unit tests dd_rhelp.
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Added description for the patches based on openSUSE Patches Guidelines.
+  * Added a fix inside the spec file to remove build time references
+  * dd_rhelp no longer needs auto* tools.
+  * Minor other updates.
+- Removed dd_rhelp_src.diff patch (fixed upstream).
+- Rebased the other patches to apply cleanly.
+
+---

calling whatdependson for head-i586


Old:

  dd_rhelp-0.0.6.tar.gz
  dd_rhelp_src.diff

New:

  dd_rhelp-0.1.2.tar.gz



Other differences:
--
++ dd_rescue.spec ++
--- /var/tmp/diff_new_pack.MRq76x/_old  2011-09-05 16:25:41.0 +0200
+++ /var/tmp/diff_new_pack.MRq76x/_new  2011-09-05 16:25:41.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dd_rescue (Version 1.23_0.0.6)
+# spec file for package dd_rescue
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,78 +17,72 @@
 
 # norootforbuild
 
+%define ddrescuever 1.23
+%define ddrhelpver 0.1.2
 
 Name:   dd_rescue
-%defineddrescuever 1.23
-%define ddrhelpver 0.0.6   
-Version:1.23_0.0.6
+Version:%{ddrescuever}_%{ddrhelpver}
 Release:1
-License:GNU General Public License (GPL) v2 or v3
-Group:  System/Base
-#Provides:   ddrescue = 1.23
-#Obsoletes:ddrescue  1.15
-AutoReqProv:on
-Requires:   bc
-BuildRequires:  libfallocate-devel-static
 Summary:Data Copying in the Presence of I/O Errors
-Source: 
http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-%{ddrescuever}.tar.gz
-Source1:dd_rhelp-%{ddrhelpver}.tar.gz
-#Patch:dd_rescue-%{version}.diff
-Patch2: dd_rhelp_src.diff
-Patch3: ddresc-112.diff
-Patch4: dd_rhelp_EOF.diff
-Patch5: dd_rhelp_Summary.diff
+
+License:GPL-2.0
+Url:http://www.garloff.de/kurt/linux/ddrescue/
+Group:  System/Base
+Source0:
http://www.garloff.de/kurt/linux/ddrescue/%{name}-%{ddrescuever}.tar.gz
+Source1:http://www.kalysto.org/pkg/dd_rhelp-%{ddrhelpver}.tar.gz
+# PATCH-FIX-OPENSUSE ddresc-112.diff garl...@suse.de -- Use -y0 if ddrescue is 
1.12 or newer
+Patch0: ddresc-112.diff
+# PATCH-FIX-OPENSUSE dd_rhelp_EOF.diff garl...@suse.de -- Adjust dd_rhelp to 
changes in dd_rescue
+Patch1: dd_rhelp_EOF.diff
+# PATCH-FIX-OPENSUSE dd_rhelp_Summary.diff garl...@suse.de -- dd_rhelp 
adjusted for Summary change
+Patch2: dd_rhelp_Summary.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+BuildRequires:  libfallocate-devel-static
+Requires:   bc
+Provides:   ddrescue = %{ddrescuever}
+Obsoletes:  ddrescue  %{ddrescuever}
+
 %description
 dd_rescue helps when nothing else can: your disk has crashed and you
 try to copy it over to another one. While standard Unix tools like cp,
 cat, and dd wail abort on every I/O error, dd_rescue does not.
 
-
-
-Authors:
-
-Kurt Garloff garl...@suse.de
-
 %prep
-%setup -n dd_rescue -b1
-#%patch -p1
-cd ../dd_rhelp-%{ddrhelpver}
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-for name in FAQ NEWS README THANKS TODO; do
+%setup -q -n dd_rescue -a1
+cd dd_rhelp-%{ddrhelpver}
+%patch0
+%patch1
+%patch2
+for name in AUTHORS COPYING ChangeLog FAQ NEWS README THANKS TODO; do
cp -p $name ${name}.dd_rhelp
 done
+cd ..
+

commit dicts for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package dicts for openSUSE:Factory
checked in at Mon Sep 5 16:27:21 CEST 2011.





calling whatdependson for head-i586




Other differences:
--
++ dicts.spec ++
--- /var/tmp/diff_new_pack.N1p43q/_old  2011-09-05 16:25:59.0 +0200
+++ /var/tmp/diff_new_pack.N1p43q/_new  2011-09-05 16:25:59.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Text/Spell
 AutoReqProv:on
 Version:1.5
-Release:401
+Release:403
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Ispell Dictionary Files
 #
@@ -114,7 +114,7 @@
 AutoReqProv:on
 
 %description -n ispell-german
-This packages includes a ready German dictionary for ispell. A short
+This package includes a ready German dictionary for ispell. A short
 usage description is given in /usr/share/doc/packages/ispell/README of
 the package ispell. The sources for this dictionary are included in
 the package dicts.
@@ -134,7 +134,7 @@
 AutoReqProv:on
 
 %description -n ispell-danish
-This packages includes a ready Danish dictionary for ispell. A short
+This package includes a ready Danish dictionary for ispell. A short
 usage description for ispell is given in
 /usr/share/doc/packages/ispell/README of the package ispell. The
 sources for this dictionary are included in the package dicts.
@@ -148,7 +148,7 @@
 AutoReqProv:on
 
 %description -n ispell-spanish
-This packages includes a ready Spanish dictionary for ispell. A short
+This package includes a ready Spanish dictionary for ispell. A short
 usage description for ispell is given in
 /usr/share/doc/packages/ispell/README of the package ispell. The
 sources for this dictionary are included in the package dicts.
@@ -163,7 +163,7 @@
 AutoReqProv:on
 
 %description -n ispell-french
-This packages includes a ready French dictionary for ispell. A short
+This package includes a ready French dictionary for ispell. A short
 usage description for ispell is given in
 /usr/share/doc/packages/ispell/README of the package ispell. The
 sources for this dictionary are included in the package dicts.
@@ -177,7 +177,7 @@
 AutoReqProv:on
 
 %description -n ispell-italian
-This packages includes a ready Italian dictionary for ispell. A short
+This package includes a ready Italian dictionary for ispell. A short
 usage description for ispell is given in
 /usr/share/doc/packages/ispell/README of the package ispell. The
 sources for this dictionary are included in the package dicts.
@@ -191,7 +191,7 @@
 AutoReqProv:on
 
 %description -n ispell-dutch
-This packages includes a ready Dutch dictionary for ispell. A short
+This package includes a ready Dutch dictionary for ispell. A short
 usage description for ispell is given in
 /usr/share/doc/packages/ispell/README of the package ispell. The
 sources for this dictionary are included in the package dicts.
@@ -205,7 +205,7 @@
 AutoReqProv:on
 
 %description -n ispell-swedish
-This packages includes a ready Swedish dictionary for ispell. A short
+This package includes a ready Swedish dictionary for ispell. A short
 usage description for ispell is given in
 /usr/share/doc/packages/ispell/README of the package ispell. The
 sources for this dictionary are included in the package dicts.
@@ -219,7 +219,7 @@
 AutoReqProv:on
 
 %description -n ispell-norsk
-This packages includes a ready Norwegian dictionary for ispell. A
+This package includes a ready Norwegian dictionary for ispell. A
 short usage description for ispell is given in
 /usr/share/doc/packages/ispell/README of the package ispell. The
 sources for this dictionary are included in the package dicts.
@@ -233,7 +233,7 @@
 AutoReqProv:on
 
 %description -n ispell-portuguese
-This packages includes a ready Portuguese dictionary for ispell. A
+This package includes a ready Portuguese dictionary for ispell. A
 short usage description for ispell is given in
 /usr/share/doc/packages/ispell/README of the package ispell. The
 sources for this dictionary are included in the package dicts.
@@ -247,7 +247,7 @@
 AutoReqProv:on
 
 %description -n ispell-catalan
-This packages includes a ready Catalan dictionary for ispell. A short
+This package includes a ready Catalan dictionary for ispell. A short
 usage description for ispell is given in
 /usr/share/doc/packages/ispell/README of the package ispell. The
 sources for this dictionary are included in the package dicts.
@@ -261,7 +261,7 @@
 AutoReqProv:on
 
 %description -n ispell-czech
-This packages includes a ready Czech dictionary for ispell. A short
+This package includes a ready Czech dictionary for ispell. A short
 usage description is given in /usr/share/doc/packages/ispell/README of
 the package ispell. The sources for this dictionary are included in
 the package dicts.
@@ -275,7 +275,7 @@
 AutoReqProv:on
 
 %description -n ispell-polish

commit digikam for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package digikam for openSUSE:Factory
checked in at Mon Sep 5 16:27:34 CEST 2011.




--- KDE/digikam/digikam.changes 2011-08-26 10:22:19.0 +0200
+++ digikam/digikam.changes 2011-09-05 10:16:51.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  5 08:16:18 UTC 2011 - co...@suse.com
+
+- fix package-with-large-docs - perhaps we can get it back to live cd somehow
+
+---

calling whatdependson for head-i586




Other differences:
--
++ digikam.spec ++
--- /var/tmp/diff_new_pack.SCrLUr/_old  2011-09-05 16:26:52.0 +0200
+++ /var/tmp/diff_new_pack.SCrLUr/_new  2011-09-05 16:26:52.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   digikam
 Version:2.0.0
-Release:5
+Release:7
 License:GPL-2.0+
 Summary:A KDE Photo Manager
 Url:http://www.digikam.org/
@@ -55,7 +55,8 @@
 BuildRequires:  update-desktop-files
 %endif
 Requires:   kipi-plugins = %{version}
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-lang
+Recommends: %{name}-doc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 %kde4_pimlibs_requires
@@ -68,6 +69,16 @@
 that enables you to connect to your camera and preview, download, or
 delete your images, is provided.
 
+%package doc
+
+Summary:Documentation of Digikam
+Group:  Documentation/HTML
+%if %suse_version  1120
+BuildArch:  noarch
+%endif
+
+%description doc
+This package contains the documentation for digikam
 
 %lang_package
 %prep
@@ -149,6 +160,9 @@
 %{_kde4_servicesdir}/digikamsearch.protocol
 %{_kde4_servicesdir}/digikamtags.protocol
 %{_kde4_servicetypesdir}/digikamimageplugin.desktop
+
+%files doc
+%defattr(-,root,root,-)
 %doc %{_kde4_htmldir}/en/digikam/
 %doc %{_kde4_htmldir}/en/showfoto/
 %doc %{_mandir}/man1/digitaglinktree.1%{ext_man}






Remember to have fun...

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



commit epdfview for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package epdfview for openSUSE:Factory
checked in at Mon Sep 5 16:27:54 CEST 2011.




--- epdfview/epdfview.changes   2011-03-09 22:36:01.0 +0100
+++ epdfview/epdfview.changes   2011-09-02 21:24:26.0 +0200
@@ -1,0 +2,14 @@
+Fri Sep  2 18:53:55 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.8
+  - show more accurate error messages when the file can't be loaded
+  - when reloading a document it doesn't move at the document's
+beginning and remembers whether the side bar was shown
+  - new man page
+  - save a copy dialog asks before overwriting files
+  - added scroll bars to the printer selection window
+  - added support for newer Poppler versions
+- dropped obsolete epdfview-0.1.7-poppler-0.15.1-api-changes.patch
+- added patch tags
+
+---

calling whatdependson for head-i586


Old:

  epdfview-0.1.7-non_void.patch
  epdfview-0.1.7-poppler-0.15.1-api-changes.patch
  epdfview-0.1.7-q_quit.patch
  epdfview-0.1.7.tar.bz2

New:

  epdfview-0.1.8.tar.bz2
  epdfview-change-quit-shortcut.patch
  epdfview-fix-missing-return-value.patch



Other differences:
--
++ epdfview.spec ++
--- /var/tmp/diff_new_pack.xchxuY/_old  2011-09-05 16:27:32.0 +0200
+++ /var/tmp/diff_new_pack.xchxuY/_new  2011-09-05 16:27:32.0 +0200
@@ -18,18 +18,18 @@
 
 
 Name:   epdfview
-Version:0.1.7
-Release:16
+Version:0.1.8
+Release:1
 License:GPLv2+
 Summary:Lightweight PDF document viewer
 Url:http://trac.emma-soft.com/epdfview
 Group:  Productivity/Office/Other
 Source: 
http://trac.emma-soft.com/epdfview/chrome/site/releases/%{name}-%{version}.tar.bz2
 Patch0: %{name}-0.1.7-desktop.patch
-Patch1: epdfview-0.1.7-non_void.patch
-Patch2: epdfview-0.1.7-q_quit.patch
-# PATCH-FIX-UPSTREAM epdfview-0.1.7-poppler-0.15.1-api-changes.patch 
g...@opensuse.org -- Adapt epdfview to poppler 0.15.1 API changes (backported 
from upstream svn)
-Patch3: epdfview-0.1.7-poppler-0.15.1-api-changes.patch
+# PATCH-FEATURE-OPENSUSE epdfview-change-quit-shortcut.patch r...@suse.de -- 
Chenges the quit shortcut from ctrl+w to ctrl+q
+Patch1: epdfview-change-quit-shortcut.patch
+# PATCH-FIX-UPSTREAM epdfview-fix-missing-return-value.patch r...@suse.de -- 
Fixes a missing return value in a non-void function
+Patch2: epdfview-fix-missing-return-value.patch
 BuildRequires:  cups-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpoppler-glib-devel
@@ -46,9 +46,8 @@
 %prep
 %setup -q
 %patch0
-%patch1
-%patch2
-%patch3 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 touch ChangeLog
@@ -87,5 +86,6 @@
 %{_datadir}/%{name}/pixmaps
 %{_datadir}/%{name}/ui
 %{_datadir}/pixmaps/%{name}.png
+%doc %{_mandir}/man1/epdfview.1*
 
 %changelog

++ epdfview-0.1.7.tar.bz2 - epdfview-0.1.8.tar.bz2 ++
 30124 lines of diff (skipped)

++ epdfview-change-quit-shortcut.patch ++
diff -urNp epdfview-0.1.8.orig/src/gtk/MainView.cxx 
epdfview-0.1.8/src/gtk/MainView.cxx
--- epdfview-0.1.8.orig/src/gtk/MainView.cxx2011-05-28 12:31:43.0 
+0200
+++ epdfview-0.1.8/src/gtk/MainView.cxx 2011-09-02 21:07:09.0 +0200
@@ -110,7 +110,7 @@ static const GtkActionEntry g_NormalEntr
   G_CALLBACK (main_window_print_cb) },
 #endif // HAVE_CUPS
 
-{ Quit, GTK_STOCK_CLOSE, N_(_Close), controlW,
+{ Quit, GTK_STOCK_CLOSE, N_(_Close), controlQ,
   N_(Close this window),
   G_CALLBACK (main_window_quit_cb) },
 
++ epdfview-fix-missing-return-value.patch ++
diff -urNp epdfview-0.1.8.orig/src/IJob.cxx epdfview-0.1.8/src/IJob.cxx
--- epdfview-0.1.8.orig/src/IJob.cxx2011-05-28 12:25:01.0 +0200
+++ epdfview-0.1.8/src/IJob.cxx 2011-09-02 21:04:08.0 +0200
@@ -66,6 +66,7 @@ IJob::dispatcher (gpointer data)
 #else
 sleep(0);
 #endif
+return NULL;
 }
 
 ///





Remember to have fun...

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



commit byacc for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package byacc for openSUSE:Factory
checked in at Mon Sep 5 16:28:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/byacc/byacc.changes2010-03-29 
20:28:41.0 +0200
@@ -0,0 +1,5 @@
+---
+Mon Mar 29 18:27:53 UTC 2010 - guido+opensuse@berhoerster.name
+
+- initial packaging of byacc
+

calling whatdependson for head-i586


New:

  byacc.changes
  byacc.spec
  byacc.tar.gz



Other differences:
--
++ byacc.spec ++
#
# spec file for package byacc
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Guido Berhoerster.
#
# 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:   byacc
Version:20100216
Release:1
Summary:LALR(1) parser generator
Group:  Development/Languages/C and C++
License:Public Domain
Url:http://invisible-island.net/byacc/byacc.html
AutoReqProv:on
Source: http://invisible-island.net/datafiles/release/byacc.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Berkeley Yacc is a LALR(1) parser generator. It has been made as compatible as
possible with ATT Yacc and it accepts any input specification that conforms to
the ATT Yacc documentation. In contrast to bison, it is written to avoid
dependencies upon a particular compiler.

Authors:

Robert Corbett
Thomas E. Dickey dic...@invisible-island.net
Benson I. Margulies
Dave Gentzel
Antoine Verheijen
Peter S. Housel
Dale Smith
Ozan Yigit
John Campbell
Bill Sommerfeld
Paul Hilfinger
Gary Bridgewater
Dave Bakken
Dan Lanciani
Richard Sargent
Parag Patel


%prep
%setup

%build
# without --with-warnings several functions will not be marked with gcc's
# noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall
%configure --with-warnings
make %{?_smp_mflags}

%install
%makeinstall
mv %{buildroot}%{_bindir}/yacc %{buildroot}%{_bindir}/byacc
mv %{buildroot}%{_mandir}/man1/yacc.1 %{buildroot}%{_mandir}/man1/byacc.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
%doc %{_mandir}/man1/byacc.1*
%{_bindir}/byacc

%changelog





Remember to have fun...

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



commit gfxboot for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory
checked in at Mon Sep 5 16:29:25 CEST 2011.




--- gfxboot/gfxboot.changes 2011-07-07 17:14:11.0 +0200
+++ /mounts/work_src_done/STABLE/gfxboot/gfxboot.changes2011-09-02 
16:38:06.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep  2 16:37:56 CEST 2011 - snw...@suse.de
+
+- make systemd default
+
+---
+Fri Sep  2 16:32:15 CEST 2011 - snw...@suse.de
+
+- add config option for default init program
+- use isolinux-config from package
+
+---

calling whatdependson for head-i586


Old:

  _service:format_spec_file:gfxboot.spec
  gfxboot-4.4.3.tar.bz2

New:

  gfxboot-4.4.5.tar.bz2



Other differences:
--
++ gfxboot.spec ++
--- /var/tmp/diff_new_pack.BQyIxq/_old  2011-09-05 16:28:48.0 +0200
+++ /var/tmp/diff_new_pack.BQyIxq/_new  2011-09-05 16:28:48.0 +0200
@@ -27,10 +27,10 @@
 Requires:   coreutils cpio mktemp perl master-boot-code dosfstools mtools 
perl-HTML-Parser
 AutoReqProv:on
 Summary:Graphical Boot Logo for GRUB, LILO and SYSLINUX
-Version:4.4.3
+Version:4.4.5
 Release:1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: gfxboot-4.4.3.tar.bz2
+Source: gfxboot-4.4.5.tar.bz2
 Source1:KDE.tar.bz2
 Source2:openSUSE.tar.bz2
 Source3:SLED.tar.bz2

++ KDE.tar.bz2 ++

++ SLED.tar.bz2 ++

++ SLES.tar.bz2 ++

++ examples.tar.bz2 ++

++ gfxboot-4.4.3.tar.bz2 - gfxboot-4.4.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.4.3/VERSION new/gfxboot-4.4.5/VERSION
--- old/gfxboot-4.4.3/VERSION   2011-07-07 17:11:46.0 +0200
+++ new/gfxboot-4.4.5/VERSION   2011-09-02 16:37:53.0 +0200
@@ -1 +1 @@
-4.4.3
+4.4.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.4.3/changelog new/gfxboot-4.4.5/changelog
--- old/gfxboot-4.4.3/changelog 2011-07-07 17:11:47.0 +0200
+++ new/gfxboot-4.4.5/changelog 2011-09-02 16:37:54.0 +0200
@@ -1,4 +1,11 @@
-2011-07-07:HEAD
+2011-09-02:HEAD
+   - make systemd default
+
+2011-09-02:4.4.4
+   - add config option for default init program
+   - use isolinux-config from package
+
+2011-07-07:4.4.3
- added KDE theme
- update upstream theme
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.4.3/gfxboot new/gfxboot-4.4.5/gfxboot
--- old/gfxboot-4.4.3/gfxboot   2011-07-07 16:33:30.0 +0200
+++ new/gfxboot-4.4.5/gfxboot   2011-08-29 12:15:43.0 +0200
@@ -1877,7 +1877,7 @@
   }
 
   if($loader ne ) {
-system isolinux-config --base=/boot/$arch_dir/loader 
$dst/${loader}isolinux.bin .
+system $opt_syslinux/usr/bin/isolinux-config 
--base=/boot/$arch_dir/loader $dst/${loader}isolinux.bin .
 ($opt_verbose ?  :  /dev/null);
   }
 

++ openSUSE.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/common.inc 
new/themes/openSUSE/src/common.inc
--- old/themes/openSUSE/src/common.inc  2011-07-07 16:33:35.0 +0200
+++ new/themes/openSUSE/src/common.inc  2011-09-02 16:01:02.0 +0200
@@ -1710,6 +1710,8 @@
 
 /config.productproduct openSUSE gfxconfig.set.str
 
+/config.init   init gfxconfig.set.str
+
 /serial.line0  serial.line0   [ ] gfxconfig.set.array_str
 /serial.line1  serial.line1   [ ] gfxconfig.set.array_str
 /serial.line2  serial.line2   [ ] gfxconfig.set.array_str
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/dia_otheropts.inc 
new/themes/openSUSE/src/dia_otheropts.inc
--- old/themes/openSUSE/src/dia_otheropts.inc   2011-07-07 16:33:35.0 
+0200
+++ new/themes/openSUSE/src/dia_otheropts.inc   2011-09-02 16:25:26.0 
+0200
@@ -10,10 +10,24 @@
 %
 /otheropts.default 0 def
 
+config.init /sbin/init eq { /config.init  def } if
+config.init /bin/systemd eq { /otheropts.default 1 def } if
+config.init /bin/sh eq { /otheropts.default 2 def } if
+
+/otheropts.xtra
+  config.init  ne
+  config.init /bin/systemd ne and
+  config.init /bin/sh ne and
+def
+
 /otheropts.options [
   
   init=/bin/systemd
   init=/bin/sh
+  otheropts.xtra {
+100 string dup config.init init=%s rot sprintf
+/otheropts.default 3 def
+  } if
 ] def
 
 
@@ -32,6 +46,7 @@
 System V
 Systemd
 Shell
+otheropts.xtra { config.init } if
   ] put
   xmenu .xm_title Init Program put
 
diff 

commit fvwm2 for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package fvwm2 for openSUSE:Factory
checked in at Mon Sep 5 16:29:37 CEST 2011.




--- fvwm2/fvwm2.changes 2011-03-11 21:26:39.0 +0100
+++ fvwm2/fvwm2.changes 2011-09-01 17:23:56.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  1 15:21:45 UTC 2011 - pgaj...@suse.com
+
+- build with --no-copy-dt-needed-entries
+  * no-copy-dt-needed-entries.patch
+
+---

calling whatdependson for head-i586


New:

  fvwm-2.5.26-no-copy-dt-needed-entries.patch



Other differences:
--
++ fvwm2.spec ++
--- /var/tmp/diff_new_pack.epeuJ3/_old  2011-09-05 16:29:00.0 +0200
+++ /var/tmp/diff_new_pack.epeuJ3/_new  2011-09-05 16:29:00.0 +0200
@@ -26,7 +26,7 @@
 Obsoletes:  fvwm xpmroot
 AutoReqProv:on
 Version:2.5.26
-Release:55
+Release:56
 Summary:Improved Version of FVWM Window Manager
 Url:http://www.fvwm.org
 Source0:fvwm-%{version}.tar.bz2
@@ -41,9 +41,10 @@
 Patch1: fvwm-%{version}-gcc-warnings.patch
 Patch2: fvwm-%{version}-ia64.patch
 Patch3: fvwm-%{version}-sv_SE.patch
-Patch4: fvwm-%{version}-utf_encoding.patch
+#Patch4: fvwm-%{version}-utf_encoding.patch
 Patch5: fvwm-%{version}-charset_in_title.patch
 Patch6: fvwm-2.5.26-libpng.patch
+Patch7: fvwm-%{version}-no-copy-dt-needed-entries.patch
 
 %description
 FVWM is a virtual desktop window manager for the X Window System.
@@ -67,6 +68,7 @@
 %patch3
 %patch5
 %patch6
+%patch7 -p1
 find . -name *sv_SE* |xargs rename sv_SE sv  
 mkdir icons
 tar -C icons -j -x -v -f $RPM_SOURCE_DIR/fvwm_icons.tar.bz2

++ fvwm-2.5.26-no-copy-dt-needed-entries.patch ++
Index: fvwm-2.5.26/fvwm/Makefile.am
===
--- fvwm-2.5.26.orig/fvwm/Makefile.am
+++ fvwm-2.5.26/fvwm/Makefile.am
@@ -35,7 +35,7 @@ LDADD = \
-L$(top_builddir)/libs -lfvwm $(Xft_LIBS) $(X_LIBS) $(xpm_LIBS) \
$(stroke_LIBS) $(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 \
$(X_EXTRA_LIBS) -lm $(iconv_LIBS) $(Xrender_LIBS) $(Xcursor_LIBS) \
-   $(Bidi_LIBS) $(png_LIBS) $(rsvg_LIBS) $(intl_LIBS)
+   $(Bidi_LIBS) $(png_LIBS) $(rsvg_LIBS) $(intl_LIBS) -lfontconfig
 
 INCLUDES = \
-I$(top_srcdir) $(stroke_CFLAGS) $(Xft_CFLAGS) \
Index: fvwm-2.5.26/modules/FvwmButtons/Makefile.am
===
--- fvwm-2.5.26.orig/modules/FvwmButtons/Makefile.am
+++ fvwm-2.5.26/modules/FvwmButtons/Makefile.am
@@ -22,7 +22,7 @@ FvwmButtons_DEPENDENCIES = $(top_builddi
 LDADD = -L$(top_builddir)/libs -lfvwm $(Xft_LIBS) $(X_LIBS) $(xpm_LIBS)  \
$(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 -lm $(X_EXTRA_LIBS) \
$(iconv_LIBS) $(Xrender_LIBS) $(Xcursor_LIBS) $(Bidi_LIBS) \
-   $(png_LIBS) $(rsvg_LIBS)
+   $(png_LIBS) $(rsvg_LIBS) -lfontconfig
 
 INCLUDES = -I$(top_srcdir) $(xpm_CFLAGS) $(Xft_CFLAGS) $(X_CFLAGS) \
$(iconv_CFLAGS) $(Xrender_CFLAGS) $(fribidi_CFLAGS) $(png_CFLAGS)
Index: fvwm-2.5.26/modules/FvwmForm/Makefile.am
===
--- fvwm-2.5.26.orig/modules/FvwmForm/Makefile.am
+++ fvwm-2.5.26/modules/FvwmForm/Makefile.am
@@ -45,7 +45,8 @@ config_DATA =\
 ## so we might as well link against libXpm, if present.
 LDADD = -L$(top_builddir)/libs -lfvwm $(Xft_LIBS) $(X_LIBS)  \
$(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 $(X_EXTRA_LIBS) \
-   -lm $(Xrender_LIBS) $(rsvg_LIBS) $(iconv_LIBS) $(Bidi_LIBS)
+   -lm $(Xrender_LIBS) $(rsvg_LIBS) $(iconv_LIBS) $(Bidi_LIBS) \
+-lfontconfig
 
 INCLUDES = -I$(top_srcdir) $(Xft_CFLAGS) $(X_CFLAGS) $(iconv_CFLAGS) \
$(Bidi_CFLAGS) $(Xrender_CFLAGS)
Index: fvwm-2.5.26/modules/FvwmIconBox/Makefile.am
===
--- fvwm-2.5.26.orig/modules/FvwmIconBox/Makefile.am
+++ fvwm-2.5.26/modules/FvwmIconBox/Makefile.am
@@ -19,7 +19,7 @@ FvwmIconBox_DEPENDENCIES = $(top_builddi
 LDADD = -L$(top_builddir)/libs -lfvwm $(Xft_LIBS) $(X_LIBS) $(xpm_LIBS)  \
$(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 -lm $(X_EXTRA_LIBS) \
$(iconv_LIBS) $(Xrender_LIBS) $(Xcursor_LIBS) $(Bidi_LIBS) \
-   $(png_LIBS) $(rsvg_LIBS)
+   $(png_LIBS) $(rsvg_LIBS) -lfontconfig
 
 INCLUDES = -I$(top_srcdir) $(Xft_CFLAGS) $(xpm_CFLAGS) $(X_CFLAGS) \
$(iconv_CFLAGS) $(Xrender_CFLAGS) $(Bidi_CFLAGS) $(png_CFLAGS)
Index: fvwm-2.5.26/modules/FvwmIconMan/Makefile.am
===
--- fvwm-2.5.26.orig/modules/FvwmIconMan/Makefile.am
+++ fvwm-2.5.26/modules/FvwmIconMan/Makefile.am
@@ -21,7 +21,8 @@ FvwmIconMan_DEPENDENCIES = $(top_builddi
 ## so we might as well link against libXpm, if 

commit ibus-table-others for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package ibus-table-others for 
openSUSE:Factory
checked in at Mon Sep 5 16:30:37 CEST 2011.




--- ibus-table-others/ibus-table-others.changes 2011-07-25 14:04:24.0 
+0200
+++ ibus-table-others/ibus-table-others.changes 2011-09-04 22:41:52.0 
+0200
@@ -1,0 +2,5 @@
+Sun Sep  4 20:44:26 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typos in ibus-table-others.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ibus-table-others.spec ++
--- /var/tmp/diff_new_pack.Fcjq5b/_old  2011-09-05 16:29:57.0 +0200
+++ /var/tmp/diff_new_pack.Fcjq5b/_new  2011-09-05 16:29:57.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   ibus-table-others
 Version:1.3.0.20100528
-Release:3
+Release:5
 Summary:Other non-Chinese tables for ibus
 Group:  System/Localization
 License:GPLv3
@@ -31,7 +31,7 @@
 AutoReqProv:on
 
 %description
-This Package contains all other non-chinese tables for ibus
+This package contains all other non-Chinese tables for ibus
 e.g. CNS11643, Compose, Emoji, Ipx-x-sampa, Latex, Rustrad,
 Thai, Translit-ua, Translit, Viqr, Yawerty.
 This package contains only COPYING and Documents,
@@ -45,7 +45,7 @@
 Requires:   ibus-table
 
 %description -n ibus-table-latex
-ibus-table-latex provide Latex input method on IBus Table under
+ibus-table-latex provides Latex input method on IBus Table under
 IBus framework.
 
 %package -n ibus-table-cns11643
@@ -56,7 +56,7 @@
 Requires:   ibus-table
 
 %description -n ibus-table-cns11643
-ibus-table-cns11643 provide Cns11643 input method on IBus Table under
+ibus-table-cns11643 provides Cns11643 input method on IBus Table under
 IBus framework.
 
 %package -n ibus-table-emoji
@@ -67,90 +67,98 @@
 Requires:   ibus-table
 
 %description -n ibus-table-emoji
-ibus-table-emoji provide Emoji input method on IBus Table under
+ibus-table-emoji provides Emoji input method on IBus Table under
 IBus framework.
 顏文字(表情)
 
 %package -n ibus-table-rustrad
 
+
 Summary:Rustrad input method for IBus framework  
 Group:  System/Localization
 Provides:   locale(ibus:ru)
 Requires:   ibus-table
 
 %description -n ibus-table-rustrad
-ibus-table-rustrad provide Rustrad input method on IBus Table under
+ibus-table-rustrad provides Rustrad input method on IBus Table under
 IBus framework.
 
 %package -n ibus-table-translit
 
+
 Summary:Translit input method for IBus framework  
 Group:  System/Localization
 Provides:   locale(ibus:ru)
 Requires:   ibus-table
 
 %description -n ibus-table-translit
-ibus-table-translit provide Translit input method on IBus Table under
+ibus-table-translit provides Translit input method on IBus Table under
 IBus framework.
 
 %package -n ibus-table-translit-ua
 
+
 Summary:Translit-ua input method for IBus framework  
 Group:  System/Localization
 Provides:   locale(ibus:uk)
 Requires:   ibus-table
 
 %description -n ibus-table-translit-ua
-ibus-table-translit-ua provide Translit-ua input method on IBus Table under
+ibus-table-translit-ua provides Translit-ua input method on IBus Table under
 IBus framework.
 
 %package -n ibus-table-yawerty
 
+
 Summary:Yawerty input method for IBus framework
 Group:  System/Localization
 Requires:   ibus-table
 
 %description -n ibus-table-yawerty
-ibus-table-yawerty provide Yawerty input method on IBus Table under
+ibus-table-yawerty provides Yawerty input method on IBus Table under
 IBus framework.
 
 %package -n ibus-table-compose
 
+
 Summary:The Compose table for ibus-table  
 Group:  System/Localization
 Requires:   ibus-table
 
 %description -n ibus-table-compose
-ibus-table-compose provide the Compose table for ibus-table.
+ibus-table-compose provides the Compose table for ibus-table.
 
 %package -n ibus-table-ipa-x-sampa
 
+
 Summary:The ipa-x-sampa table for ibus-table  
 Group:  System/Localization
 Requires:   ibus-table
 
 %description -n ibus-table-ipa-x-sampa
-ibus-table-ipa-x-sampa provide the ipa-x-sampa table for ibus-table.
+ibus-table-ipa-x-sampa provides the ipa-x-sampa table for ibus-table.
 
 %package -n ibus-table-thai
 
+
 Summary:The Thai table for ibus-table  
 Group:  System/Localization
 Requires:   ibus-table
 
 %description -n ibus-table-thai
-ibus-table-thai provide the Thai table for ibus-table.
+ibus-table-thai provides the Thai table for ibus-table.
 ภาษาไทย / Thai 
 
 %package -n ibus-table-viqr
 
+
 Summary:The Viqr (Vietnamese) table for ibus-table  
 Group:  System/Localization
 Provides:   locale(ibus:vi)
 Requires:   ibus-table
 
 %description -n ibus-table-viqr
-ibus-table-viqr 

commit ipsec-tools for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package ipsec-tools for openSUSE:Factory
checked in at Mon Sep 5 16:31:21 CEST 2011.




--- ipsec-tools/ipsec-tools.changes 2011-05-15 17:43:27.0 +0200
+++ ipsec-tools/ipsec-tools.changes 2011-09-04 20:14:33.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  4 18:13:45 UTC 2011 - mkube...@suse.cz
+
+- create /var/run/racoon in the init script rather than including
+  it in the package as it doesn't work if /var/run is on tmpfs
+  (bnc#710277)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.ksROdj/_old  2011-09-05 16:30:49.0 +0200
+++ /var/tmp/diff_new_pack.ksROdj/_new  2011-09-05 16:30:49.0 +0200
@@ -20,7 +20,7 @@
 Name:   ipsec-tools
 Summary:IPsec Utilities
 Version:0.7.3
-Release:14
+Release:16
 License:BSD3c(or similar)
 Group:  Productivity/Networking/Security
 AutoReqProv:on
@@ -109,7 +109,6 @@
 cp -v $RPM_SOURCE_DIR/setkey.conf.sample $RPM_BUILD_ROOT/etc/racoon/setkey.conf
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 install -m 644 $RPM_SOURCE_DIR/sysconfig.racoon 
$RPM_BUILD_ROOT/var/adm/fillup-templates/
-touch $RPM_BUILD_ROOT/var/run/racoon/racoon.sock
 # manage doc
 mkdir -p 
$RPM_BUILD_ROOT/usr/share/doc/packages/%{name}/examples/{setkey,racoon}
 cp -rv src/racoon/samples 
$RPM_BUILD_ROOT/usr/share/doc/packages/%{name}/examples/racoon
@@ -150,8 +149,6 @@
 /usr/sbin/setkey
 /usr/sbin/plainrsa-gen
 /var/adm/fillup-templates/sysconfig.racoon
-/var/run/racoon
-%ghost /var/run/racoon/racoon.sock
 %{_mandir}/man*/*
 
 %changelog

++ racoon.init ++
--- /var/tmp/diff_new_pack.ksROdj/_old  2011-09-05 16:30:49.0 +0200
+++ /var/tmp/diff_new_pack.ksROdj/_new  2011-09-05 16:30:49.0 +0200
@@ -26,6 +26,7 @@
 RACOON_BIN=/usr/sbin/racoon
 RACOON_CONF=/etc/racoon/racoon.conf
 RACOON_PIDFILE=/var/run/racoon.pid
+RACOON_SOCKDIR=/var/run/racoon
 
 test -x $SETKEY_BIN || exit 5
 test -x $RACOON_BIN || exit 5
@@ -82,6 +83,9 @@
rc_exit
fi
 
+   # create /var/run/racoon if it does not exist
+   install -m 755 -o root -g root -d $RACOON_SOCKDIR
+
# startproc should return 0, even if service is 
# already running to match LSB spec.
startproc $RACOON_BIN $RACOON_OPTIONS -f $RACOON_CONF






Remember to have fun...

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



commit herqq for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package herqq for openSUSE:Factory
checked in at Mon Sep 5 16:31:39 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/herqq/herqq.changes2011-09-04 
15:42:46.0 +0200
@@ -0,0 +1,42 @@
+---
+Sun Sep  4 15:40:31 UTC 2011 - toddrme2...@gmail.com
+
+- Changed library names to conform to openSUSE library packaging guidelines
+- Changed summary and description of -devel package to reflect above changes
+- Changed package groups
+
+---
+Tue Aug 23 10:19:37 UTC 2011 - toddrme2...@gmail.com
+
+- Added -32bit compatibility package.  This was making libkde4-32bit 
uninstallable
+- Added a provides for libHUpnp1, the proper name for the library
+- Cleaned up spec file formatting
+
+---
+Mon Jun 27 14:45:20 UTC 2011 - toddrme2...@gmail.com
+
+- RPMLINT fixes
+
+---
+Tue May 17 15:15:00 CET 2011 - buschman...@opensuse.org - 1.0.0
+
+- BuildRequires libqt4-devel = 4.6.0
+
+---
+Tue May 17 15:11:00 CET 2011 - buschman...@opensuse.org - 1.0.0
+
+- Update to 1.0.0
+
+---
+Mon Jan 10 20:08:41 UTC 2011 - rwooni...@opensuse.org
+
+- Update to 0.8.0
+  * Major API improvements
+  * Important optimizations
+  * Bug Fixes 
+
+---
+Tue Oct 26 07:26:04 UTC 2010 - tittiatc...@gmail.com
+
+- Initial version 0.7.0
+

calling whatdependson for head-i586


New:

  baselibs.conf
  herqq-1.0.0.tar.bz2
  herqq.changes
  herqq.spec



Other differences:
--
++ herqq.spec ++
#
# spec file for package herqq
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright 2010 tittiatc...@gmail.com
# Copyright 2011 rwooni...@opensuse.org
# Copyright 2011 Buschmann buschman...@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/
#



Name:   herqq
Version:1.0.0
Release:1
License:LGPLv3
Summary:A Library for Building UPnP Devices and Control Points
Url:http://herqq.org
Group:  Development/Libraries/Other
Source: %{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  libqt4-devel = 4.6.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Herqq UPnP (HUPnP) is a software library for building UPnP devices and control 
points conforming to the
UPnP Device Architecture version 1.1. It is designed to be simple to use and 
robust in operation.
It is built using C++ and the Qt Framework following many of the design 
principles and programming
practices used in the Qt Framework. It integrates into Qt-based software 
smoothly and enables truly
rapid UPnP development.

%package -n libHUpnp1

Summary:A Library for Building UPnP Devices and Control Points
Group:  Development/Libraries/KDE
Provides:   %{name}-libs = %{version}
Requires:   libQtSolutions_SOAP-2_7-1 = %{version}

%description -n libHUpnp1
Herqq UPnP (HUPnP) is a software library for building UPnP devices and control 
points conforming to the
UPnP Device Architecture version 1.1. It is designed to be simple to use and 
robust in operation.
It is built using C++ and the Qt Framework following many of the design 
principles and programming
practices used in the Qt Framework. It integrates into Qt-based software 
smoothly and enables truly
rapid UPnP development.

%package -n libQtSolutions_SOAP-2_7-1

Summary:SOAP client for Qt
Group:  Development/Libraries/KDE

%description -n libQtSolutions_SOAP-2_7-1
The Qt SOAP project provides basic web service support with
version 1.1 of the SOAP protocol.

%package devel

Summary:The development files for herqq and libHUpnp1
Group:  Development/Libraries/KDE
Requires:   libHUpnp1 = %{version}

%description devel
This is package provides development files and headers needed to build software 
using libherqq
or libHUpnp1

%prep
%setup -q

%build

commit iptables for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package iptables for openSUSE:Factory
checked in at Mon Sep 5 16:32:03 CEST 2011.




--- iptables/iptables.changes   2011-07-22 15:17:36.0 +0200
+++ iptables/iptables.changes   2011-09-02 12:39:35.0 +0200
@@ -1,0 +2,24 @@
+Thu Sep  1 17:09:05 UTC 2011 - jeng...@medozas.de
+
+- Update to new upstream release 1.4.12.1
+* regression fixes for the new (stricter) command-line parser
+- restore --includedir= in spec file
+- Put libxtables into its own subpackage so that one does not need
+  a lockstep update of iproute2 on a new iptables package
+- Remove redundant fields (Autoreqprov defaults to on, License is
+  inherited from main package)
+
+---
+Sat Aug 13 01:39:38 CEST 2011 - dr...@suse.de
+
+- include path is /usr/include
+
+---
+Mon Aug  8 00:42:53 UTC 2011 - jeng...@medozas.de
+
+- Put include files into a separate directory to flag up missing
+  CFLAGS. libipq.pc will now be provided.
+- Enable build of nfnl_osf, a tool to upload OS fingerprints to
+  the kernel for use with xt_osf.
+
+---

calling whatdependson for head-i586


Old:

  iptables-1.4.12.tar.xz

New:

  iptables-1.4.12.1.tar.xz



Other differences:
--
++ iptables.spec ++
--- /var/tmp/diff_new_pack.Q1A97H/_old  2011-09-05 16:30:51.0 +0200
+++ /var/tmp/diff_new_pack.Q1A97H/_new  2011-09-05 16:30:51.0 +0200
@@ -21,8 +21,9 @@
 Name:   iptables
 License:GPLv2+
 Group:  Productivity/Networking/Security
-Version:1.4.12
+Version:1.4.12.1
 Release:1
+%define xt_sover   7
 Summary:IP Packet Filter Administration
 
 #DL-URL:   ftp://ftp.netfilter.org/pub/iptables/
@@ -32,7 +33,15 @@
 Patch1: iptables-batch.patch
 Url:http://netfilter.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config sgmltool xz
+%if 0%{?suse_version}
+BuildRequires:  sgmltool
+%endif
+%if 0%{?fedora_version} || 0%{?centos_version}
+BuildRequires:  sgml-common
+Provides:   iptables-ipv6 = %version-%release
+Obsoletes:  iptables-ipv6  %version-%release
+%endif
+BuildRequires:  fdupes libnfnetlink-devel pkgconfig xz
 
 %description
 Iptables is used to set up, maintain, and inspect the tables of IP
@@ -40,19 +49,33 @@
 2.4.0 or newer.
 
 %package devel
-License:GPLv2+
+
 Summary:Libraries, Headers and Development Man Pages for iptables
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
-Requires:   %name = %version
+Requires:   %name = %version-%release
+Requires:   libxtables%xt_sover = %version-%release
 
 %description devel
 These libraries are needed to compile
 - additional third-party extensions
 - programs using libipq
 
+%package -n libxtables%xt_sover
+
+Summary:Library for functions shared between iptables
+Group:  System/Libraries
+
+%description -n libxtables%xt_sover
+This package contains shared functions exposed for integration with
+iproute2's m_xt.
+
 %prep
+%if 0%{?__xz:1}
 %setup -q
+%else
+tar -xf %{S:0} --use=xz;
+%setup -DTq
+%endif
 %patch -P 1 -p1
 
 %build
@@ -61,8 +84,9 @@
 fi
 # bnc#561793 - do not include unclean module in iptables manpage
 rm -f extensions/libipt_unclean.man
-%configure \
---enable-libipq
+# includedir is overriden on purpose to detect projects that
+# fail to include libxtables_CFLAGS
+%configure --includedir=%_includedir/%name-%version --enable-libipq
 make %{?_smp_mflags}
 
 %install
@@ -71,11 +95,18 @@
 install -m0755 iptables/iptables-apply %buildroot%_sbindir/
 install -m0644 iptables/iptables-apply.8 %buildroot%_mandir/man8/
 find %buildroot -iname *.la -delete
+%if 0%{?suse_version}
+%fdupes %buildroot
+%endif
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
+%post -n libxtables%xt_sover -p /sbin/ldconfig
+
+%postun -n libxtables%xt_sover -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %doc COPYING INCOMPATIBILITIES
@@ -85,15 +116,20 @@
 %_sbindir/iptables*
 %_sbindir/ip6tables*
 %_sbindir/xtables*
+%_sbindir/nfnl_osf
 %_libdir/xtables
-%_libdir/*.so.*
+%_libdir/libip*.so.*
+%_datadir/xtables
 
 %files devel
 %defattr(-,root,root)
 %doc %_mandir/man3/*
 %_includedir/*
 %_libdir/*.so
-%_libdir/pkgconfig/xtables.pc
-%_libdir/pkgconfig/libiptc.pc
+%_libdir/pkgconfig/*.pc
+
+%files -n libxtables%xt_sover
+%defattr(-,root,root)
+%_libdir/libxtables.so.*
 
 %changelog






Remember to have fun...

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



commit iscsitarget for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package iscsitarget for openSUSE:Factory
checked in at Mon Sep 5 16:32:10 CEST 2011.




--- iscsitarget/iscsitarget.changes 2010-12-08 17:05:48.0 +0100
+++ iscsitarget/iscsitarget.changes 2011-09-05 14:20:00.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  5 12:19:32 UTC 2011 - mma...@suse.cz
+
+- Update to current svn to fix build with newer kernels.
+
+---

calling whatdependson for head-i586


Old:

  iscsitarget-0.4.17.diff
  iscsitarget-1.4.19.tar.gz
  iscsitarget-2.6.29.patch
  iscsitarget-2.6.30.patch
  iscsitarget-2.6.33.patch
  iscsitarget-2.6.37.patch
  iscsitarget-isns-bounds-checking

New:

  iscsitarget-1.4.20-svn.tar.gz



Other differences:
--
++ iscsitarget.spec ++
--- /var/tmp/diff_new_pack.ShahtJ/_old  2011-09-05 16:31:34.0 +0200
+++ /var/tmp/diff_new_pack.ShahtJ/_new  2011-09-05 16:31:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package iscsitarget (Version 1.4.19)
+# spec file for package iscsitarget
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,21 +25,15 @@
 Group:  System/Daemons
 PreReq: %fillup_prereq %insserv_prereq /bin/cat /bin/rm
 AutoReqProv:on
-Version:1.4.19
-Release:7
+Version:1.4.20
+Release:1
 Requires:   iscsitarget-kmp
 Summary:Open Source iSCSI Target with Professional Features
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}-svn.tar.gz
 Source1:%{name}.init
 Source2:%{name}.sysconfig
 Source3:preamble
 Source4:services
-Patch0: iscsitarget-2.6.29.patch
-Patch1: iscsitarget-2.6.30.patch
-Patch2: iscsitarget-2.6.33.patch
-Patch3: iscsitarget-0.4.17.diff
-Patch4: iscsitarget-isns-bounds-checking
-Patch5: iscsitarget-2.6.37.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %suse_kernel_module_package -n %{name} -p %{S:3} kdump um
 
@@ -61,13 +55,7 @@
 challenge of future storage needs and developments.
 
 %prep
-%setup
-%patch0
-%patch1
-%patch2
-%patch3 -p0
-%patch4 -p1
-%patch5 -p1
+%setup -q -n %name-%version-svn
 echo iscsi_trgt.ko yes  kernel/Module.supported
 
 %build






Remember to have fun...

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



commit jack-rack for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package jack-rack for openSUSE:Factory
checked in at Mon Sep 5 16:32:19 CEST 2011.




--- jack-rack/jack-rack.changes 2009-11-03 20:18:56.0 +0100
+++ /mounts/work_src_done/STABLE/jack-rack/jack-rack.changes2011-09-03 
20:20:03.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep  3 18:19:23 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with as-needed and no-add-needed 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ jack-rack.spec ++
--- /var/tmp/diff_new_pack.HJl5rZ/_old  2011-09-05 16:31:51.0 +0200
+++ /var/tmp/diff_new_pack.HJl5rZ/_new  2011-09-05 16:31:51.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jack-rack (Version 1.4.7)
+# spec file for package jack-rack
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 BuildRequires:  jack-devel ladspa-devel libgnomeui-devel liblrdf-devel 
libraptor-devel update-desktop-files
 Summary:LADSPA Effects Rack for JACK
 Version:1.4.7
-Release:115
+Release:126
 License:GPL v2 or later
 Group:  Productivity/Multimedia/Sound/Utilities
 Requires:   jack ladspa
@@ -53,14 +53,10 @@
 %endif
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
-%{?suse_update_config:%{suse_update_config -f}}
 autoreconf -fi
 %configure \
 --disable-desktop-inst
-make
+make %{?_smp_mflags}
 
 %install
 %makeinstall

++ jack-rack-undeprec.dif ++
--- /var/tmp/diff_new_pack.HJl5rZ/_old  2011-09-05 16:31:51.0 +0200
+++ /var/tmp/diff_new_pack.HJl5rZ/_new  2011-09-05 16:31:51.0 +0200
@@ -1,8 +1,6 @@
-Index: src/Makefile.am
-===
 --- src/Makefile.am.orig
 +++ src/Makefile.am
-@@ -55,10 +55,8 @@ jack_rack_CFLAGS = \
+@@ -55,13 +55,11 @@ jack_rack_CFLAGS = \
-DPIXMAPDIR=\$(pixmapdir)\ \
-DDTDDIR=\$(dtddir)\ \
-DG_DISABLE_DEPRECATED=1 \
@@ -13,9 +11,11 @@
 +  -DGDK_PIXBUF_DISABLE_DEPRECATED=1
  
  
- jack_rack_LDFLAGS = \
-Index: src/Makefile.in
-===
+-jack_rack_LDFLAGS = \
++jack_rack_LDADD = \
+   $(JACK_LIBS) \
+   $(GTK_LIBS) \
+   $(GNOMEUI_LIBS) \
 --- src/Makefile.in.orig
 +++ src/Makefile.in
 @@ -263,10 +263,8 @@ jack_rack_CFLAGS = \
@@ -30,3 +30,26 @@
  
  jack_rack_LDFLAGS = \
$(JACK_LIBS) \
+--- configure.ac.orig
 configure.ac
+@@ -4,7 +4,10 @@ AM_INIT_AUTOMAKE(1.6)
+ AM_CONFIG_HEADER(src/ac_config.h)
+ AM_MAINTAINER_MODE
+ 
+-AC_PROG_CC
++AC_PROG_CC_STDC
++AM_PROG_CC_C_O
++AC_USE_SYSTEM_EXTENSIONS
++AC_SYS_LARGEFILE
+ #AC_PROG_LIBTOOL
+ 
+ 
+@@ -175,6 +178,8 @@ fi
+ 
+ AM_CONDITIONAL(HAVE_LASH, test $LASH_FOUND = yes)
+ 
++AC_SEARCH_LIBS(dlopen, dl)
++
+ 
+ ### lrdf ###
+ 






Remember to have fun...

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



commit jackEQ for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package jackEQ for openSUSE:Factory
checked in at Mon Sep 5 16:32:44 CEST 2011.




--- jackEQ/jackEQ.changes   2009-08-26 13:56:46.0 +0200
+++ jackEQ/jackEQ.changes   2011-09-03 20:28:19.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep  3 18:27:44 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with no-add-needed 
+
+---

calling whatdependson for head-i586


New:

  jackeq-fix-no-add-needed.patch



Other differences:
--
++ jackEQ.spec ++
--- /var/tmp/diff_new_pack.kOe1yp/_old  2011-09-05 16:32:15.0 +0200
+++ /var/tmp/diff_new_pack.kOe1yp/_new  2011-09-05 16:32:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jackEQ (Version 0.4.0)
+# spec file for package jackEQ
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,13 +22,14 @@
 BuildRequires:  alsa-devel gtk2-devel jack-devel ladspa-devel libxml2-devel 
update-desktop-files
 Summary:JACK Equalization Tool for Live Performance
 Version:0.4.0
-Release:292
+Release:303
 License:GPL v2 or later
 Group:  Productivity/Multimedia/Sound/Mixers
 Url:http://jackeq.sf.net
 Requires:   jack ladspa
 Source: %{name}-%{version}.tar.bz2
 Patch:  %{name}-overflow.patch
+Patch1: jackeq-fix-no-add-needed.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,11 +48,12 @@
 %prep
 %setup -q
 %patch -p1
+%patch1
 
 %build
-autoreconf -fi
+autoreconf -fiv
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install

++ jackeq-fix-no-add-needed.patch ++
--- configure.in.orig
+++ configure.in
@@ -5,9 +5,9 @@ AM_INIT_AUTOMAKE(jackEQ, 0.4.0)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
-AC_ISC_POSIX
-AC_PROG_CC
-AM_PROG_CC_STDC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AC_HEADER_STDC
 
 dnl Checks for libraries.
@@ -16,7 +16,9 @@ PKG_CHECK_MODULES(JACK, jack = 0.50.0)
 
 
 PKG_CHECK_MODULES(XML, libxml-2.0 = 2.0)
-AC_CHECK_LIB([m], [sqrt], , [AC_MSG_ERROR(Can't find libm)])
+
+AC_SEARCH_LIBS(sqrt, m)
+AC_SEARCH_LIBS(dlopen, dl)
 
 CFLAGS=$CFLAGS $JACK_CFAGS $XML_CFLAGS
 LIBS=$LIBS $JACK_LIBS $XML_LIBS
--- src/Makefile.am.orig
+++ src/Makefile.am
@@ -6,7 +6,6 @@ INCLUDES = \
@PACKAGE_CFLAGS@
 
 jackeq_CFLAGS = -g -ffast-math
-jackeq_LDFLAGS = -lm
 
 bin_PROGRAMS = jackeq
 





Remember to have fun...

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



commit jakarta-commons-launcher for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package jakarta-commons-launcher for 
openSUSE:Factory
checked in at Mon Sep 5 16:32:47 CEST 2011.




--- jakarta-commons-launcher/jakarta-commons-launcher.changes   2008-10-09 
17:44:24.0 +0200
+++ jakarta-commons-launcher/jakarta-commons-launcher.changes   2011-08-27 
16:23:55.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug 27 14:26:51 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typos in jakarta-commons-launcher.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ jakarta-commons-launcher.spec ++
--- /var/tmp/diff_new_pack.VJYcCL/_old  2011-09-05 16:32:24.0 +0200
+++ /var/tmp/diff_new_pack.VJYcCL/_new  2011-09-05 16:32:24.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jakarta-commons-launcher (Version 1.1)
+# spec file for package jakarta-commons-launcher
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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 @@
 %define namejakarta-%{short_name}
 %define section devel
 Version:1.1
-Release:1
+Release:11
 Summary:A Cross-Platform Java Application Launcher
 License:The Apache Software License
 Group:  Development/Libraries/Java
@@ -42,7 +42,7 @@
 
 * You want to avoid having to determining where certain application
paths are, for example, your application's home directory.
-   Determining this dynamically in a Windows batch scripts is very
+   Determining this dynamically in a Windows batch script is very
tricky on some versions of Windows or when softlinks are used on
Unix platforms.
 
@@ -57,10 +57,10 @@
script. This can be tricky or messy in batch and shell scripts.
 
 * You want to bootstrap system properties from a configuration file
-   instead hard-coding them in your batch and shell scripts.
+   instead of hard-coding them in your batch and shell scripts.
 
 * You want to provide localized error messages, which is very tricky to
-do in batch and shell scripts.
+   do in batch and shell scripts.
 
 
 






Remember to have fun...

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



commit kde3-celestia for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package kde3-celestia for openSUSE:Factory
checked in at Mon Sep 5 16:34:04 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kde3-celestia/kde3-celestia.changes
2011-08-31 14:26:42.0 +0200
@@ -0,0 +1,223 @@
+---
+Tue Aug 30 09:42:04 UTC 2011 - reddw...@opensuse.org
+
+- run spec-cleaner
+- add full URL in Source tag
+- removed obsolete patches and added celestia-1.6.1-new_glibc.patch
+  and celestia-1.6.1-no_copy_dt_needed_entries.patch
+- use libpng 1.4
+- add provides/obsoletes to easy upgrade to the new kde3-celestia
+  name
+- update to 1.6.1
+  + bugfixes
+  + enhancements
+  + For more details, please see the included ChangeLog
+
+---
+Tue May  3 07:26:45 UTC 2011 - idoen...@novell.com
+
+- Add celestia-1.6.0-gcc46.patch: don't take address of temporary,
+  add missing cstddef include to fix compilation with gcc 4.6 
+
+---
+Mon Nov 15 09:50:10 UTC 2010 - neptu...@mail.ru
+
+- use libpng 1.2 compat to fix build
+
+---
+Mon Feb 15 12:35:53 UTC 2010 - llu...@novell.com
+
+- fix build with gcc-4.5
+
+---
+Sun Aug  2 17:43:33 UTC 2009 - tittiatc...@gmail.com
+
+- update to 1.6.0:
+  + bugfixes
+  + enhancements
+  + For more details, please see the included ChangeLog
+
+---
+Fri Jun 19 10:35:46 CEST 2009 - co...@novell.com
+
+- disable as-needed for this package as it fails to build with it
+
+---
+Tue Apr 28 11:55:34 CEST 2009 - co...@suse.de
+
+- fix compilation with gcc 4.4
+
+---
+Sat Apr  4 17:28:48 CEST 2009 - co...@suse.de
+
+- refresh all patches to fix build
+
+---
+Wed Jun 25 19:40:58 CEST 2008 - dmuel...@suse.de
+
+- merge from the OBS
+
+---
+Mon May 19 21:41:07 CEST 2008 - l...@linux-schulserver.de
+
+- update to 1.5.1:
+  + Added fonts for Russian, Chinese, and Japanese
+  + Updated translations
+  + Fixed date formatting for non-UTF8 locales
+  + Fixed crash for dates prior to JD -1.5 when local format is used
+  + Fixed star glare clipping bug
+  + Fixed bug that caused some stars to be drawn untextured
+- added celestia-1.5.1-config.patch to allow ~/.celestia config
+- enabled theora, lua and cairo
+
+---
+Thu May 15 22:32:11 CEST 2008 - dmuel...@suse.de
+
+- fix build on x86_64
+
+---
+Thu Apr 24 16:53:04 CEST 2008 - stbin...@suse.de
+
+- update to version 1.5, for a list of new features see
+  http://www.shatters.net/celestia/150-feature-summary.html
+
+---
+Tue Nov  6 19:00:30 CET 2007 - dmuel...@suse.de
+
+- really fix build with gcc 4.3
+
+---
+Thu Oct 25 07:18:39 CEST 2007 - stbin...@suse.de
+
+- fix build with gcc 4.3
+
+---
+Mon Oct 22 09:52:08 CEST 2007 - stbin...@suse.de
+
+- update to version 1.4.1, for changes see ChangeLog
+
+---
+Sun Aug 19 18:35:30 CEST 2007 - stbin...@suse.de
+
+- fix build on 10.0
+
+---
+Fri Aug  3 12:35:24 CEST 2007 - stbin...@suse.de
+
+- add a GenericName entry to the .desktop file
+
+---
+Tue May 15 09:24:13 CEST 2007 - co...@suse.de
+
+- use %find_lang
+
+---
+Wed Nov  8 15:28:13 CET 2006 - prus...@suse.cz
+
+- fixed subscript out of range [#216330]
+
+---
+Tue Nov  7 00:58:43 CET 2006 - r...@suse.de
+
+- fix permissions for icon file 
+
+---
+Thu Jun 15 00:13:10 CEST 2006 - dmuel...@suse.de
+
+- build parallel 
+
+---
+Wed Jan 25 21:34:54 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Thu Oct 27 17:03:59 CEST 2005 - stbin...@suse.de
+
+- fix compilation with gcc 4.1
+

commit libdv for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package libdv for openSUSE:Factory
checked in at Mon Sep 5 16:35:07 CEST 2011.




--- libdv/libdv.changes 2011-07-08 16:45:04.0 +0200
+++ /mounts/work_src_done/STABLE/libdv/libdv.changes2011-09-03 
22:33:01.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep  3 20:32:28 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with no-add-needed 
+
+---

calling whatdependson for head-i586


New:

  libdv-fix-no-add-needed.patch



Other differences:
--
++ libdv.spec ++
--- /var/tmp/diff_new_pack.kYUZO0/_old  2011-09-05 16:34:18.0 +0200
+++ /var/tmp/diff_new_pack.kYUZO0/_new  2011-09-05 16:34:18.0 +0200
@@ -19,7 +19,8 @@
 
 
 Name:   libdv
-BuildRequires:  SDL-devel gtk2-devel libstdc++-devel popt-devel
+BuildRequires:  SDL-devel gtk2-devel popt-devel
+BuildRequires:  xorg-x11-libX11-devel xorg-x11-libXext-devel
 %if 0%{?suse_version} = 1210
 BuildRequires:  libv4l-devel = 0.8.4
 %endif
@@ -33,7 +34,7 @@
 %endif
 #
 Version:1.0.0
-Release:158
+Release:160
 Summary:The Quasar DV Codec
 Source: %name-%version.tar.bz2
 Source2:baselibs.conf
@@ -45,6 +46,7 @@
 Patch4: libdv-filesizecheck.patch
 Patch5: libdv-1.0.0-textrels-selinux.patch
 Patch6: libdv-v4l-2.6.38.patch
+Patch7: libdv-fix-no-add-needed.patch
 
 %description
 The Quasar DV codec (libdv) is a software codec for DV video, the
@@ -129,8 +131,10 @@
 %if 0%{?suse_version} = 1210
 %patch6 -p1
 %endif
+%patch7
 
 %build
+mkdir m4
 autoreconf -fiv
 CFLAGS=${RPM_OPT_FLAGS/O2/O3} -fomit-frame-pointer -fPIC -DPIC \
 %configure --disable-static --with-pic --enable-sdl

++ libdv-fix-no-add-needed.patch ++
--- playdv/Makefile.am.orig
+++ playdv/Makefile.am
@@ -15,4 +15,4 @@ bin_PROGRAMS= playdv
 noinst_HEADERS=  display.h oss.h
 
 playdv_SOURCES= playdv.c display.c display.h oss.c
-playdv_LDADD= $(SDL_LIBS) $(GTK_LIBS) $(XV_LIB) ../libdv/libdv.la $(POPT_LIB)
+playdv_LDADD= $(SDL_LIBS) $(GTK_LIBS) $(XV_LIB) ../libdv/libdv.la $(POPT_LIB) 
-lX11 -lXext
--- configure.ac.orig
+++ configure.ac
@@ -1,20 +1,22 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(libdv/parse.c)
+AC_INIT
+AC_CONFIG_SRCDIR([libdv/parse.c])
 dnl AC_CONFIG_AUX_DIR(config)
-AM_CONFIG_HEADER(config.h)
-
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
 RPM_RELEASE=1
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(libdv, 1.0.0)
 
 AM_MAINTAINER_MODE
-AC_LIBTOOL_PICMODE(no)
 
 dnl Checks for programs.
 
 AC_SUBST(CFLAGS)
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AM_PROG_AS
 AS=${CC} # stupid automake bug
 
@@ -25,9 +27,6 @@ if test $GCC = yes; then
CFLAGS=$CFLAGS -Wall
 fi
 
-AH_TEMPLATE([_GNU_SOURCE],
-[Define to enable GNU extensions of glibc, notably large file 
support])
-   
 AH_TEMPLATE([YUV_420_USE_YV12],
 [Define to 1 to use planar YUV format for 420 blocks in IEC PAL])
 
@@ -49,7 +48,6 @@ AH_TEMPLATE([HAVE_GTK],
 AH_TEMPLATE([HAVE_LIBXV],
 [Define if you have the `Xv' library (-lXv).])
 
-AC_DEFINE(_GNU_SOURCE)
 
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
--- Makefile.am.orig
+++ Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
 if HAVE_GTK
 gtk_subdirs = playdv
 else





Remember to have fun...

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



commit jakarta-commons-logging for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package jakarta-commons-logging for 
openSUSE:Factory
checked in at Mon Sep 5 16:35:24 CEST 2011.




--- jakarta-commons-logging/jakarta-commons-logging.changes 2008-07-16 
13:03:11.0 +0200
+++ jakarta-commons-logging/jakarta-commons-logging.changes 2011-08-27 
22:29:38.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug 27 20:32:52 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typos in jakarta-commons-logging.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ jakarta-commons-logging.spec ++
--- /var/tmp/diff_new_pack.wSXjXv/_old  2011-09-05 16:33:03.0 +0200
+++ /var/tmp/diff_new_pack.wSXjXv/_new  2011-09-05 16:33:03.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jakarta-commons-logging (Version 1.0.4)
+# spec file for package jakarta-commons-logging
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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 @@
 %define name   jakarta-%{short_name}
 %define sectionfree
 Version:1.0.4
-Release:314
+Release:324
 Summary:Jakarta Commons Logging Package
 License:The Apache Software License
 Group:  Development/Libraries/Java
@@ -39,7 +39,7 @@
 %description
 The commons-logging package provides a simple, component oriented
 interface (org.apache.commons.logging.Log) together with wrappers for
-logging systems. The user can choose at runtime which system they want
+logging systems. The users can choose at runtime which system they want
 to use. In addition, a small number of basic implementations are
 provided to allow users to use the package independently.
 commons-logging was heavily influenced by Avalon's Logkit and Log4J.
@@ -58,11 +58,11 @@
 %descriptionjavadoc
 The commons-logging package provides a simple, component oriented
 interface (org.apache.commons.logging.Log) together with wrappers for
-logging systems. The user can choose at runtime which system they want
+logging systems. The users can choose at runtime which system they want
 to use. In addition, a small number of basic implementations are
 provided to allow users to use the package standalone. commons-logging
 was heavily influenced by Avalon's Logkit and Log4J. The
-commons-logging abstraction is meant to minimixe the differences
+commons-logging abstraction is meant to minimize the differences
 between the two, and to allow a developer to not tie himself to a
 particular logging implementation.
 






Remember to have fun...

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



commit kiwi for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory
checked in at Mon Sep 5 16:35:23 CEST 2011.




--- kiwi/kiwi.changes   2011-08-27 21:31:43.0 +0200
+++ kiwi/kiwi.changes   2011-09-02 16:00:41.0 +0200
@@ -1,0 +2,58 @@
+Fri Sep  2 15:51:15 CEST 2011 - m...@suse.de
+  
+- v4.95.4 released
+  
+---
+Fri Sep  2 15:41:51 CEST 2011 - m...@suse.de
+  
+- fixed warning when checking for rpc_pipefs (bnc #711389)
+  
+---
+Fri Sep  2 12:57:46 CEST 2011 - m...@suse.de
+  
+- fixed checkLVMbind() to search for the lvm flag on the disk
+  first. Only if the disk has that flag we search for the LVM
+  devices.
+  
+---
+Thu Sep  1 11:52:24 CEST 2011 - m...@suse.de
+  
+- last commit causes a regression for non split types.
+  
+---
+Thu Sep  1 11:04:55 CEST 2011 - m...@suse.de
+  
+- fixed bootloader setup for split images
+  
+---
+Thu Sep  1 10:07:23 CEST 2011 - m...@suse.de
+  
+- added missing done() flag
+  
+---
+Wed Aug 31 16:34:21 CEST 2011 - adr...@suse.de
+  
+- product build: avoid multiple handling of debug packages
+  
+---
+Wed Aug 31 16:29:44 CEST 2011 - adr...@suse.de
+  
+- priorize repositories over fallback architectures
+  
+---
+Tue Aug 30 16:30:56 CEST 2011 - m...@suse.de
+  
+- more readable 'kiwi --list' output
+  
+---
+Tue Aug 30 16:09:47 CEST 2011 - m...@suse.de
+  
+- make sure $prio variable is initialized empty for
+  each repo validation (bnc #714927)
+  
+---
+Tue Aug 30 12:49:54 CEST 2011 - m...@suse.de
+  
+- fixed inline description of addRepository() function
+  
+---

calling whatdependson for head-i586




Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.3d5cXN/_old  2011-09-05 16:33:15.0 +0200
+++ /var/tmp/diff_new_pack.3d5cXN/_new  2011-09-05 16:33:15.0 +0200
@@ -69,7 +69,7 @@
 %endif
 %endif
 Summary:OpenSuSE - KIWI Image System
-Version:4.95.3
+Version:4.95.4
 Release:1
 Group:  System/Management
 License:GPLv2

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2011-08-19 17:34:52.0 +0200
+++ new/kiwi/.revision  2011-08-30 16:30:46.0 +0200
@@ -1 +1 @@
-0cd0b56b04d2c81adc6753ee1ed0d4316cd00b66
+d632869396adc2458d87ff31f6a97a4de8487e64
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/kiwi.pl new/kiwi/kiwi.pl
--- old/kiwi/kiwi.pl2011-08-19 17:34:52.0 +0200
+++ new/kiwi/kiwi.pl2011-08-30 16:30:46.0 +0200
@@ -1500,7 +1500,7 @@
$system/$image
);
if ($controlFile) {
-   $kiwi - info ($image);
+   $kiwi - info (* .$image.\n);
my $xml = new KIWIXML (
$kiwi,$system./.$image,undef,undef,$cmdL
);
@@ -1508,7 +1508,7 @@
next;
}
my $version = $xml - getImageVersion();
-   $kiwi - note ( - Version: $version);
+   $kiwi - info (Version: $version);
$kiwi - done();
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIBoot.pm new/kiwi/modules/KIWIBoot.pm
--- old/kiwi/modules/KIWIBoot.pm2011-08-26 16:01:55.0 +0200
+++ new/kiwi/modules/KIWIBoot.pm2011-09-02 15:52:24.0 +0200
@@ -279,7 +279,7 @@
#==
# check for activated volume group
#--
-   $sdev = $this - checkLVMbind ($sdev);
+   $sdev = $this - checkLVMbind 
($sdev,$this-{loop});
#==
# perform mount call

commit libopenraw for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package libopenraw for openSUSE:Factory
checked in at Mon Sep 5 16:35:50 CEST 2011.




--- libopenraw/libopenraw.changes   2010-10-11 21:23:06.0 +0200
+++ /mounts/work_src_done/STABLE/libopenraw/libopenraw.changes  2011-09-05 
05:45:48.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep  5 02:18:19 UTC 2011 - g...@suse.com
+
+- Merge upstream patch libopenraw-detect-compressed-otf.patch to
+  avoid segfault while loading Olympus raw files (.orf)
+  bnc#561232, fdo#26618
+- Rebase and merge upstream patch libopenraw-orf-thumbnail.patch to
+  decompress otf bnc#699678
+- Add autoreconf to %build to refresh Makefiles
+- Remove the invalid link in Source0
+
+---

calling whatdependson for head-i586


New:

  libopenraw-detect-compressed-otf.patch
  libopenraw-orf-thumbnail.patch



Other differences:
--
++ libopenraw.spec ++
--- /var/tmp/diff_new_pack.oxmup7/_old  2011-09-05 16:35:21.0 +0200
+++ /var/tmp/diff_new_pack.oxmup7/_new  2011-09-05 16:35:21.0 +0200
@@ -21,13 +21,17 @@
 
 Name:   libopenraw
 Version:0.0.8
-Release:13
+Release:15
 License:LGPLv2.1+
 Group:  Development/Libraries/C and C++
-Source0:
http://libopenraw.freedesktop.org/download/%name-%{version}.tar.bz2
+Source0:%name-%{version}.tar.bz2
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM libopenraw-gdk-pixbuf-loaders-path.patch fdo29208 -- 
Install gdk-pixbuf module in the right directory, only works with gdk-pixbuf = 
2.21
 Patch0: libopenraw-gdk-pixbuf-loaders-path.patch
+# PATCH-FIX-UPSTREAM libopenraw-detect-compressed-otf.patch bnc561232 fdo26618 
g...@suse.com -- Detect the compressed otf file to avoid potential segfault
+Patch1: libopenraw-detect-compressed-otf.patch
+# PATCH-FIX-UPSTREAM libopenraw-orf-thumbnail.patch bnc699678 g...@suse.com - 
Decompress otf files
+Patch2: libopenraw-orf-thumbnail.patch
 BuildRequires:  gcc-c++
 BuildRequires:  boost-devel = 1.33.1
 BuildRequires:  libjpeg-devel
@@ -73,8 +77,11 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
+autoreconf
 %configure --disable-static --with-pic
 %{__make} %{?jobs:-j%jobs}
 

++ libopenraw-detect-compressed-otf.patch ++
commit 1b15acdcfdc4664bc6c0be473cb6e096071a4e62
Author: Hubert Figuiere h...@figuiere.net
Date:   Sat Mar 6 11:41:43 2010 -0800

- Support (partially) PEF from Pentax K20D.
- Detect that ORF file are compressed if they are. (Closes #26618)
- Skip compressed CFA when rendering the image. (Closes #25464)

diff --git a/README b/README
index b4716ee..e373a22 100644
--- a/README
+++ b/README
@@ -114,9 +114,9 @@ Olympus ORF  Y Y N Y Y Y
  E-10B B   T
  E-3 T T   T
  E-300   T T B T T T
- E-330   T T   T
+ E-330   T T N T
  E-400   T B   T   T
- E-410   B T   T   T
+ E-410   B T N T   T
  E-500   T T   T   T
  E-510   B T   T   T
  SP-350
@@ -143,6 +143,7 @@ Pentax PEF   Y Y N Y Y Y
  K10DT T N T T T
  K100D T
  K100D Super T T N T
+ K20DT T N T   
 
 Epson ERFY Y Y Y Y Y
  Epson RD1   T T T T T T
diff --git a/include/libopenraw/consts.h b/include/libopenraw/consts.h
index c2d6bf4..de49034 100644
--- a/include/libopenraw/consts.h
+++ b/include/libopenraw/consts.h
@@ -1,8 +1,8 @@
 /*
  * libopenraw - consts.h
  *
- * Copyright (C) 2005-2009 Hubert Figuiere
  * Copyright (c) 2008 Novell, Inc.
+ * Copyright (C) 2005-2010 Hubert Figuiere
  *
  * This library is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -204,7 +204,8 @@ extern C {
OR_TYPEID_PENTAX_IST_D,
OR_TYPEID_PENTAX_IST_DL,
OR_TYPEID_PENTAX_K100D_PEF,
-   OR_TYPEID_PENTAX_K100D_SUPER_PEF
+   OR_TYPEID_PENTAX_K100D_SUPER_PEF,
+   OR_TYPEID_PENTAX_K20D_PEF
};
 
/** Epson type IDs */
diff --git a/lib/orffile.cpp b/lib/orffile.cpp
index c9f0181..28980f4 100644
--- a/lib/orffile.cpp
+++ b/lib/orffile.cpp
@@ -1,7 +1,7 @@
 /*
  * libopenraw - orffile.cpp
  *
- * Copyright (C) 2006, 2008 Hubert Figuiere
+ * Copyright (C) 2006, 2008, 2010 Hubert Figuiere
  *
  * This library is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -77,7 +77,7 @@ namespace OpenRaw {
 
IFDDir::Ref  ORFFile::_locateCfaIfd()
{
-   // in PEF the CFA IFD is the main 

commit libreoffice-languagetool for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package libreoffice-languagetool for 
openSUSE:Factory
checked in at Mon Sep 5 16:36:43 CEST 2011.




--- libreoffice-languagetool/libreoffice-languagetool.changes   2011-02-13 
22:11:40.0 +0100
+++ 
/mounts/work_src_done/STABLE/libreoffice-languagetool/libreoffice-languagetool.changes
  2011-09-01 14:59:41.0 +0200
@@ -1,0 +2,23 @@
+Thu Sep  1 09:36:12 UTC 2011 - pmla...@suse.com
+
+- updated to version 1.4:
+* add support for Khmer
+* update rules and dictionaries for almost all languages
+* pressing [CTRL+Ret] will check the current text
+* fix pre-selection of user's language
+* use localized screen messages and buttons
+- updated License tag to mention also 3rd party stuff
+- removed obsolete Jaminid and jdic sources
+- called unopkg-sync-bundled in post install scripts; added
+  libreoffice-3.4.2.4 into PreReq (bnc#712358)
+- renamed lo-LanguageTool* helper scripts to lo-languagetool to better match
+  the package name
+- disabled help content that was not displayed; unopkg complained about it
+  in the %%posttrans script
+
+---
+Mon Mar  7 14:54:51 CET 2011 - pmla...@suse.cz
+
+- fixed handling of the architecture dependant symlinks (bnc#677354)
+
+---

calling whatdependson for head-i586


Old:

  JLanguageTool-0.9.9-ignore-jre-1.5.diff
  JLanguageTool-1.2-find-junit-jar.diff
  JLanguageTool-1.2-package-dicts-separately.diff
  JLanguageTool-1.2.tar.bz2
  Jaminid-0.99.tar.bz2
  jdic-20061102-src.tar.bz2
  lo-LanguageTool-data
  lo-LanguageTool-gen-spec

New:

  JLanguageTool-1.4-no-broken-help.diff
  JLanguageTool-1.4-package-dicts-separately.diff
  JLanguageTool-1.4.tar.bz2
  lo-languagetool-data
  lo-languagetool-gen-spec



Other differences:
--
++ libreoffice-languagetool.spec ++
--- /var/tmp/diff_new_pack.Ffaysc/_old  2011-09-05 16:36:16.0 +0200
+++ /var/tmp/diff_new_pack.Ffaysc/_new  2011-09-05 16:36:16.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   libreoffice-languagetool
-Version:1.2
+Version:1.4
 Release:1
 BuildRequires:  ant java-devel libreoffice-ure unzip
 #!BuildIgnore:  libreoffice
@@ -28,12 +28,12 @@
 # ignore cs because of an unlclear license; also unsupported
 # ignore sk unknown license; almost empty dictionary
 # ignore uk (unsupported)
-%definelangtool_langs  ca de en es fr gl it pl nl ro ru sk sv
-License:GPL
+%definelangtool_langs  ca de en es fr gl it km pl nl ro ru sk 
sv
+License:LGPLv2.1, Apachev2.0, CPLv1.0, BSD3c, BSD4c, EPLv1.0
 Group:  Productivity/Office/Suite
 AutoReqProv:on
-PreReq: libreoffice = 3.0.99
-Requires:   libreoffice = 3.0.99
+PreReq: libreoffice = 3.4.2.4
+Requires:   libreoffice = 3.4
 Requires:   jre = 1.6
 # the Czech stuff newer worked; the package was created by mistake
 Obsoletes:  OpenOffice_org-LanguageTool-cs  0.9.9
@@ -42,33 +42,25 @@
 Obsoletes:  OpenOffice_org-LanguageTool = %version
 Summary:Language Checker for LibreOffice
 Url:http://www.languagetool.org/
-# cvs -z3 
-d:pserver:anonym...@languagetool.cvs.sourceforge.net:/cvsroot/languagetool co 
-r V_0_9_9 -P JLanguageTool
+# svn co https://languagetool.svn.sourceforge.net/svnroot/languagetool 
languagetool
+# cd tags/V_1_4/JLanguageTool
 # rm src/resource/cs/{*.dict,*.info}  because of unclear licese; also it is 
not longer supported (only a bachelor's thesis)
 # rm src/resource/uk/{*.dict,*.info}  because of unclear licese
 # rm src/resource/ml/{*.dict,*.info}  because of unclear licese
 # rm -rf libs/ooo
 #+ we use these jars from our libreoffice packages
-# rm libs/{activation.jar,jaxb-api.jar,jaxb-impl.jar,jsr173_1.0_api.jar}:
-#+ part of JDK 1.6 = not needed
-#+ under CDDL or GPL = remove them to avoid necessity to include the 
related sources
 # FIXME: wanted to remove libs/commons-logging-1.1.1.jar but it was not 
available on SLED11
 #it is small file (60kB) = it is not worth doing special hacks for 
SLED11 and other distros
+# NOTE: jakarta-regexp-1.4.jar uses the Apache License, v2.0, see 
http://archive.apache.org/dist/jakarta/regexp/jakarta-regexp-1.4.tar.gz
 Source0:JLanguageTool-%version.tar.bz2
-# the Jaminid and jdic sources are unused during build but they should be in
-# the package sources according to LGPL (bnc#487807)
-# URL: http://jaminid.sourceforge.net/
-# Version 0.99 is mentioned in libs/README
-Source1:Jaminid-0.99.tar.bz2
-# URL: http://jdic.dev.java.net/
-# Version 20061102 is mentioned in the cvs log
-Source2:jdic-20061102-src.tar.bz2
 # helper script and data file to create pieces of the spec file
-Source100:  

commit libreoffice-icon-themes for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package libreoffice-icon-themes for 
openSUSE:Factory
checked in at Mon Sep 5 16:36:46 CEST 2011.




--- libreoffice-icon-themes/libreoffice-icon-themes.changes 2011-08-24 
16:34:53.0 +0200
+++ libreoffice-icon-themes/libreoffice-icon-themes.changes 2011-09-02 
17:10:05.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep  2 14:25:16 UTC 2011 - pmla...@suse.com
+
+- updated to libreoffice-3.4.2.5 (SUSE 3.4.2-rc2)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libreoffice-icon-themes.spec ++
--- /var/tmp/diff_new_pack.Ire3Lf/_old  2011-09-05 16:35:41.0 +0200
+++ /var/tmp/diff_new_pack.Ire3Lf/_new  2011-09-05 16:35:41.0 +0200
@@ -19,10 +19,10 @@
 
 
 Name:   libreoffice-icon-themes
-Version:3.4.2.4
+Version:3.4.2.5
 Release:1
-%define ooo_build_version 3.4.2.4
-%define ooo_piece_version 3.4.2.4
+%define ooo_build_version 3.4.2.5
+%define ooo_piece_version 3.4.2.5
 %define ooo_basis_dir basis3.4
 %define ooo_home  libreoffice
 BuildRequires:  libreoffice-icon-themes-prebuilt = %version






Remember to have fun...

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



commit libreoffice-l10n for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package libreoffice-l10n for openSUSE:Factory
checked in at Mon Sep 5 16:36:48 CEST 2011.




--- libreoffice-l10n/libreoffice-l10n.changes   2011-08-24 16:35:06.0 
+0200
+++ libreoffice-l10n/libreoffice-l10n.changes   2011-09-02 17:09:11.0 
+0200
@@ -1,0 +2,5 @@
+Fri Sep  2 14:25:16 UTC 2011 - pmla...@suse.com
+
+- updated to libreoffice-3.4.2.5 (SUSE 3.4.2-rc2)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libreoffice-l10n.spec ++
--- /var/tmp/diff_new_pack.k6QQVs/_old  2011-09-05 16:36:20.0 +0200
+++ /var/tmp/diff_new_pack.k6QQVs/_new  2011-09-05 16:36:20.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   libreoffice-l10n
-Version:3.4.2.4
+Version:3.4.2.5
 Release:1
 %define piece l10n
-%define ooo_build_version 3.4.2.4
-%define ooo_piece_version 3.4.2.4
+%define ooo_build_version 3.4.2.5
+%define ooo_piece_version 3.4.2.5
 %define ooo_sourcedirname libreoffice-build-%ooo_piece_version
 %define ooo_home  libreoffice
 %define ooo_basis_dir basis3.4






Remember to have fun...

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



commit libsynce for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package libsynce for openSUSE:Factory
checked in at Mon Sep 5 16:37:50 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ libsynce/libsynce.changes   2011-04-19 16:33:41.0 +0200
@@ -0,0 +1,54 @@
+---
+Tue Apr 19 14:33:34 UTC 2011 - tejas.gurusw...@opensuse.org
+
+- Disable hal support
+
+---
+Wed Mar 30 19:21:08 UTC 2011 - tejas.gurusw...@opensuse.org
+
+- Update to version 0.15.1
+  + support for connections through udev based connection dccm
+
+---
+Mon Oct 18 17:12:14 UTC 2010 - masterpatri...@gmail.com
+
+- Fix build of python wrappers against python2.7 with libsynce-date-undef.patch
+
+---
+Sun May  2 12:48:23 UTC 2010 - masterpatri...@gmail.com
+
+- Update to version 0.15
+   + Bugfixes and under the hood stuff.
+   + A few more registry functions in pyrapi2.
+   + A new API based on MS RAPI2 is mostly complete and certainly usable.
+
+---
+Sat Jul 18 20:34:48 CEST 2009 - masterpatri...@gmail.com
+
+- Updated to version 0.14
+  + Mostly bugfixes and developer stuff, with some changes to the
+python wrapper, including documentation !
+  + Also now supports some unusual WM2003 devices with 4 endpoints
+with kernel 2.6.30
+
+---
+Fri Jan 16 20:33:59 GMT 2009 - masterpatri...@gmail.com
+- Updated to version 0.13
+   * lib/synce_log.c - check for incomplete conversion in wstr logging
+   * man/wstr_to_ascii.3 - notes about NULL return from incomplete 
conversion
+   * lib/synce_log.c - use wstr_to_current() in wstr logging 
+   * lib/info.c - use correct keys to get os and hardware from vdccm info 
file
+   * lib/info.c - check odccm is running before attempting to get devices, 
ignore devices from hal without pda.pocketpc.name as these are not valid
+   * lib/synce_socket.c - applied patch from andyakadum to build on 
Solaris, many thanks !
+
+---
+Sat Aug  9 15:11:28 BST 2008 - masterpatri...@gmail.com
+- Updated to version 0.12
+
+---
+Wed Jun 11 00:07:44 BST 2008 - masterpatri...@gmail.com
+- Initial release of package, svn revision 3488
+
+---
+Sun May 11 23:14:00 BST 2008 - masterpatri...@gmail.com
+- Initial release of package, svn revision 3446

calling whatdependson for head-i586


New:

  libsynce-0.15.1.tar.bz2
  libsynce-date-undef.patch
  libsynce.changes
  libsynce.spec



Other differences:
--
++ libsynce.spec ++
#
# spec file for package libsynce
#
# Copyright (c) 2011 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/
#


%if 0%{?suse_version}  1110
%bcond_with hal
%else
%bcond_without hal
%endif

%define major   0

Name:   libsynce
Version:0.15.1
Release:1
License:MIT
Summary:Core library for the SynCE project
Url:http://www.synce.org
Group:  System/Libraries
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

Source0:%{name}-%{version}.tar.bz2
Patch0: libsynce-date-undef.patch

BuildRequires:  dbus-1-glib-devel
%if %{with hal}
BuildRequires:  hal-devel
%endif

%description
The purpose of the SynCE project is to provide a means of communication with a 
Windows Mobile, or Windows CE, device from a computer running Linux, FreeBSD or 
a similar operating system.

%package -n %{name}%{major}

Summary:Core library for the SynCE project
Group:  System/Libraries
Provides:   %{name} = %{version}
Obsoletes:  %{name}  %{version}

%description -n %{name}%{major}
The purpose of the SynCE project is to provide a means of communication with a 
Windows Mobile, or Windows CE, device from a computer running Linux, FreeBSD or 
a similar operating system.

Libsynce is a common 

commit lightdm for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory
checked in at Mon Sep 5 16:38:06 CEST 2011.




--- lightdm/lightdm.changes 2011-07-31 14:36:53.0 +0200
+++ lightdm/lightdm.changes 2011-09-03 14:39:52.0 +0200
@@ -1,0 +2,86 @@
+Sat Sep  3 12:27:28 UTC 2011 - g...@opensuse.org
+
+- add branding for lightdm-gtk-greeter
+
+---
+Fri Sep  2 17:26:24 UTC 2011 - g...@opensuse.org
+
+- reworked lightdm-add-scripting-hooks.patch in order to match the
+  version committed upstream
+- added lightdm-set-gdmflexiserver-envvar.patch which sets the
+  GDMFLEXISERVER environment variable for the gdmflexiserver
+  wrapper
+- added lightdm-lock-screen-before-switch.patch in order to try
+  locking the screen before switching users
+- fixed usage of --libexecdir
+
+---
+Sat Aug 27 20:49:21 UTC 2011 - g...@opensuse.org
+
+- use update-alternatives for selecting the default greeter
+
+---
+Sat Aug 27 14:01:19 UTC 2011 - g...@opensuse.org
+
+- added lightdm-fix-underlinking.patch in order to fix an
+  underlinking issue with test-qt-greeter
+
+---
+Thu Aug 25 08:56:38 UTC 2011 - and...@opensuse.org
+
+- Added proper Supplements for the greeters
+- remove version require for the greeters, 3rd party greeters
+  don't always follow the same version as lightdm
+
+---
+Tue Aug 23 07:17:19 UTC 2011 - g...@opensuse.org
+
+- added lightdm-add-scripting-hooks.patch which implements
+  scripting hooks compatible with xdm/gdm (lp#602505)
+
+---
+Mon Aug 22 20:51:09 UTC 2011 - g...@opensuse.org
+
+- update to verion 0.9.4
+  - lightdm-set-defaults enables tweaking the default session and
+chosen greeter for lightdm
+  - move xsessions-directory and xgreeters-directory from
+[SeatDefaults] to [LightDM].
+  - add AddSeat D-Bus method for adding dynamic seats
+  - added a dm-tool program that allows user switching and adding
+seats
+  - allow remote X servers, e.g. launched using dm-tool
+add-nested-seat
+  - don't allow autologin-username to be set to empty
+- removed obsolete lightdm-handle-empty-autologin-user.patch
+- package gdmflexiserver under libexecdir
+
+---
+Mon Aug 22 18:51:01 UTC 2011 - and...@opensuse.org
+
+- added dbus-glib-1 as build requires to fix pkgconfig dependencies
+
+---
+Mon Aug 22 12:32:53 UTC 2011 - g...@opensuse.org
+
+- fixed typo
+- removed dependency of lightdm-gobject-devel on lightdm
+- removed stale dependency of lightdm-gtk-greeter on gtk2
+
+---
+Thu Aug 11 16:11:52 UTC 2011 - g...@opensuse.org
+
+- update to version 0.9.3
+  - unlock ConsoleKit sessions when switching to them
+  - add a gdmflexiserver binary that provides backwards
+compatibility with existing sessions
+  - set XDG_SEAT_PATH and XDG_SESSION_PATH environment variables
+for sessions
+  - always set XAUTHORITY environment variable so sudo keeps
+accessing the correct X authority
+  - connect up lightdm_user_get_logged_in in liblightdm-gobject
+  - ignore sessions that fail TryExec or are hidden
+  - add missing home_directory User property missing in Vala
+bindings
+
+---

calling whatdependson for head-i586


Old:

  lightdm-0.9.2.tar.gz
  lightdm-handle-empty-autologin-user.patch

New:

  lightdm-0.9.4.tar.gz
  lightdm-add-scripting-hooks.patch
  lightdm-fix-underlinking.patch
  lightdm-lock-screen-before-switch.patch
  lightdm-set-gdmflexiserver-envvar.patch



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.azIsdR/_old  2011-09-05 16:37:09.0 +0200
+++ /var/tmp/diff_new_pack.azIsdR/_new  2011-09-05 16:37:09.0 +0200
@@ -23,7 +23,7 @@
 %define qt_lib  lib%{qt_libname}-0
 
 Name:   lightdm
-Version:0.9.2
+Version:0.9.4
 Release:1
 Summary:Lightweight, Cross-desktop Display Manager
 Group:  System/X11/Displaymanagers
@@ -33,16 +33,23 @@
 Source1:%{name}.pamd
 Source2:%{name}-autologin.pamd
 Source100:  %{name}-rpmlintrc
-# PATCH-FEATURE-OPENSUSE lightdm-default-configuration.patch g...@opensuse.org 
-- Modifies configuration with suitable defaults for openSUSE
-Patch0: lightdm-default-configuration.patch
+# PATCH-FEATURE-UPSTREAM lightdm-add-scripting-hooks.patch lp#602505 
g...@opensuse.org 

commit python-Cython for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory
checked in at Mon Sep 5 16:38:08 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-Cython/python-Cython.changes 2011-09-02 13:06:10.0 +0200
@@ -0,0 +1,41 @@
+---
+Fri Sep  2 11:03:40 UTC 2011 - sasc...@suse.de
+
+- Fixed a typo
+- Removed testsuite again, fixes SLE build
+
+---
+Fri Sep  2 09:50:25 UTC 2011 - sasc...@suse.de
+
+- Update to version 0.15:
+  * For loop docs fix and pointer iteration. 
+  * Pure decorators now implemented.
+  * fix bug #707: optimised dict iteration over non-trivial expressions fail...
+  * optimise object.pop() for sets
+  * Py2.4 fix: PySet_Pop() appeared in Py2.5 
+  * Py3.3 test fix
+  * Support module level control flow and Entry-level error on uninitialized
+- Spec file cleanup:
+  - Fixed wrong EOL encodings and non-excutable scripts
+  - Set license to Apache-2.0
+  - Run testsuite
+
+---
+Wed Apr 20 00:29:18 UTC 2011 - prus...@opensuse.org
+
+- updated to 0.14.1
+  - changes too numerous to list, see the following for more details:
+* http://wiki.cython.org/ReleaseNotes-0.13
+* http://wiki.cython.org/ReleaseNotes-0.14
+* http://wiki.cython.org/ReleaseNotes-0.14.1
+
+---
+Sun Jun  6 21:21:32 UTC 2010 - dims...@opensuse.org
+
+- Use renewed python-macros, also for compatibility with other
+  build targets.
+
+---
+Sun Jun  6 12:14:18 UTC 2010 - dims...@opensuse.org
+
+- Initial package of Cython 0.12.1

calling whatdependson for head-i586


New:

  Cython-0.15.tar.gz
  python-Cython.changes
  python-Cython.spec



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

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



Name:   python-Cython
Version:0.15
Release:1
Url:http://www.cython.org
Summary:The Cython compiler for writing C extensions for the Python 
language
License:Apache-2.0
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
%if 0%{?suse_version}
%py_requires
%endif
%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}

%description
The Cython language makes writing C extensions for the Python language as
easy as Python itself.  Cython is a source code translator based on the
well-known Pyrex, but supports more cutting edge functionality and
optimizations.

The Cython language is very close to the Python language (and most Python
code is also valid Cython code), but Cython additionally supports calling C
functions and declaring C types on variables and class attributes. This
allows the compiler to generate very efficient C code from Cython code.

This makes Cython the ideal language for writing glue code for external C
libraries, and for fast C modules that speed up the execution of Python
code.

%prep
%setup -q -n Cython-%{version}
sed -i s/\r// 
Demos/{callback/README.txt,callback/cheesefinder.h,embed/Makefile.unix,embed/Makefile.msc.static}
 Doc/primes.c # Fix EOL encoding
sed -i 1d {Cython/Debugger/libpython,Cython/Debugger/Cygdb,cython}.py # Fix 
non-excutable scripts

%build
CFLAGS=%{optflags} -fno-strict-aliasing python setup.py build

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

%files
%defattr(-,root,root,-)
%doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos
%{_bindir}/cy*
%{python_sitearch}/*

%changelog





Remember to have fun...

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



commit libxfce4menu for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package libxfce4menu for openSUSE:Factory
checked in at Mon Sep 5 16:38:13 CEST 2011.




--- libxfce4menu/libxfce4menu.changes   2011-02-03 19:38:47.0 +0100
+++ /mounts/work_src_done/STABLE/libxfce4menu/libxfce4menu.changes  
2011-08-26 21:45:10.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 26 19:42:20 UTC 2011 - g...@opensuse.org
+
+- added libxfce4menu-fix-linking.patch in order to fix an
+  underlinking issue
+
+---

calling whatdependson for head-i586


New:

  libxfce4menu-fix-linking.patch



Other differences:
--
++ libxfce4menu.spec ++
--- /var/tmp/diff_new_pack.3cqsSA/_old  2011-09-05 16:37:01.0 +0200
+++ /var/tmp/diff_new_pack.3cqsSA/_new  2011-09-05 16:37:01.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libxfce4menu
 Version:4.6.2
-Release:4
+Release:11
 License:LGPLv2.1+
 %define fullname %{name}-0.1
 %define libname  %{name}-0_1-0
@@ -30,6 +30,8 @@
 Patch0: %{name}-no-yast-desktop-files.patch
 # PATCH-FEATURE-UPSTREAM libxfce4menu-4.6.2-add-enum-types.patch 
g...@opensuse.org -- Generates enum types (backported from upstream git)
 Patch1: libxfce4menu-4.6.2-add-enum-types.patch
+# PATCH-FIX-UPSTREAM libxfce4menu-fix-linking.patch g...@opensuse.org -- Fixes 
underlinking
+Patch2: libxfce4menu-fix-linking.patch
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  xfce4-dev-tools
@@ -68,6 +70,7 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 %build
 xdt-autogen

++ libxfce4menu-fix-linking.patch ++
diff -ur libxfce4menu-4.6.2.orig/configure.in libxfce4menu-4.6.2/configure.in
--- libxfce4menu-4.6.2.orig/configure.in2010-05-21 18:53:23.0 
+0200
+++ libxfce4menu-4.6.2/configure.in 2011-08-26 21:30:56.74887 +0200
@@ -128,6 +128,7 @@
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0])
+XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
 
 dnl *
diff -ur libxfce4menu-4.6.2.orig/docs/reference/Makefile.am 
libxfce4menu-4.6.2/docs/reference/Makefile.am
--- libxfce4menu-4.6.2.orig/docs/reference/Makefile.am  2010-05-21 
18:53:23.0 +0200
+++ libxfce4menu-4.6.2/docs/reference/Makefile.am   2011-08-26 
21:32:53.60325 +0200
@@ -42,12 +42,14 @@
-I$(top_srcdir) \
-I$(top_builddir)   \
$(GLIB_CFLAGS)  \
+   $(GOBJECT_CFLAGS)   \
$(GTHREAD_CFLAGS)   \
$(GTK_CFLAGS)   \
$(LIBXFCE4UTIL_CFLAGS)
 
 GTKDOC_LIBS =  \
$(GLIB_CFLAGS)  \
+   $(GOBJECT_LIBS) \
$(GTHREAD_LIBS) \
$(GTK_CFLAGS)   \
$(LIBXFCE4UTIL_LIBS)\





Remember to have fun...

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



commit lxc for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package lxc for openSUSE:Factory
checked in at Mon Sep 5 16:38:20 CEST 2011.




--- lxc/lxc.changes 2011-08-31 13:49:56.0 +0200
+++ lxc/lxc.changes 2011-09-02 10:30:48.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  2 08:26:28 UTC 2011 - fcro...@suse.com
+
+- Fix license tag, it is LGPLv2.1+ (using LGPLv2+ tag to be
+  consistent).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxc.spec ++
--- /var/tmp/diff_new_pack.ZQc7BG/_old  2011-09-05 16:38:06.0 +0200
+++ /var/tmp/diff_new_pack.ZQc7BG/_new  2011-09-05 16:38:06.0 +0200
@@ -19,12 +19,12 @@
 
 Name:   lxc
 Version:0.7.5
-Release:1
+Release:2
 Url:http://lxc.sourceforge.net/
 Summary:Linux containers implementation
 Group:  System/Management
 AutoReqProv:on
-License:LGPLv2.1
+License:LGPLv2+
 Source: 
http://lxc.sourceforge.net/download/lxc/%{name}-%{version}.tar.gz
 Source1:README.SUSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build






Remember to have fun...

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



commit mcelog for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package mcelog for openSUSE:Factory
checked in at Mon Sep 5 16:38:45 CEST 2011.




--- mcelog/mcelog.changes   2011-06-07 11:53:11.0 +0200
+++ mcelog/mcelog.changes   2011-08-18 00:20:41.0 +0200
@@ -1,0 +2,28 @@
+Thu Aug 18 00:09:50 CEST 2011 - r...@suse.de
+
+- update to GIT of today (6e4e2a000124f08f1a4e3791c2b02ec9ae6af393)
+- many bugfixes
+- Implement re-parsing of mcelog output in ASCII
+- Add support for non-page aligned EFI Configuration Tables
+- Add --debug-numerrors
+- Add decoder for corrected XEN events to --ascii
+- Correctly log kernel supplied time
+- record the trigger info in the log
+- mcelog: Implement dmi decoding for UEFI
+- mcelog: Add usage information to mcelog for --ignorenodev
+- Fix length calculation of SMBIOS mapping
+- change disclaimer
+- explictly spell out corrected errors
+
+---
+Sat Jul  2 21:50:53 UTC 2011 - tr...@suse.de
+
+- Update to latest git version (fate#311830)
+  Unfortunately versions have not been increased, latest tag
+  still is 1.0-pre3 (same as 1 year ago), therefore the date
+  is included in the version. I try to push maintainers to
+  increase the version number.
+- Invert logic of db prefill messages - info if it works, silent
+  if not
+
+---
@@ -11,0 +40,9 @@
+
+---
+Tue Apr  6 15:15:45 CEST 2010 - tr...@suse.de
+
+- Update to latest git version having quite some fixes (no features):
+   - Fixed some memleaks and made app valgrind conform
+   - Fixed theoretical DoS attack (bnc#586241)
+   - Added support of additional cpus
+   - Fixed a lot messages (in manpage, in triggers, in README, ...)

calling whatdependson for head-i586


Old:

  mcelog-1.0pre3.6363f5b719e9.tar.bz2

New:

  mcelog-1.0pre3.6e4e2a000124.tar.bz2
  mcelog_invert_prefill_db_warning.patch



Other differences:
--
++ mcelog.spec ++
--- /var/tmp/diff_new_pack.d44muK/_old  2011-09-05 16:38:26.0 +0200
+++ /var/tmp/diff_new_pack.d44muK/_new  2011-09-05 16:38:26.0 +0200
@@ -21,8 +21,8 @@
 Name:   mcelog
 License:GPLv2+
 Summary:Log Machine Check Events
-Version:1.0pre3.6363f5b719e9
-Release:6
+Version:1.0pre3.6e4e2a000124
+Release:1
 AutoReqProv:on
 ExclusiveArch:  x86_64
 BuildRequires:  libesmtp-devel
@@ -33,6 +33,7 @@
 Source2:mcelog.sysconfig
 Source6:README.email_setup
 Patch1: email.patch
+Patch2: mcelog_invert_prefill_db_warning.patch
 Group:  System/Monitoring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -55,6 +56,7 @@
 %prep
 %setup
 %patch1 -p1
+%patch2 -p1
 
 %build
 export SUSE_ASNEEDED=0

++ email.patch ++
--- /var/tmp/diff_new_pack.d44muK/_old  2011-09-05 16:38:26.0 +0200
+++ /var/tmp/diff_new_pack.d44muK/_new  2011-09-05 16:38:26.0 +0200
@@ -1,22 +1,11 @@

- Makefile |   10 +++
- email.c  |  184 
+++
- email.h  |   32 ++
- mcelog.c |   93 +++
- mcelog.h |1 
- msg.c|8 ++
- 6 files changed, 325 insertions(+), 3 deletions(-)
-
-Index: mcelog-1.0pre3.6363f5b719e9/Makefile
-===
 mcelog-1.0pre3.6363f5b719e9.orig/Makefile
-+++ mcelog-1.0pre3.6363f5b719e9/Makefile
+--- mcelog-1.0pre3.6e4e2a000124/Makefile
 mcelog-1.0pre3.6e4e2a000124/Makefile
 @@ -1,3 +1,4 @@
 +CONFIG_EMAIL := 1
  CFLAGS := -g -Os
  prefix := /usr
  etcprefix :=
-@@ -34,7 +35,8 @@ OBJ := p4.o k8.o mcelog.o dmi.o tsc.o co
+@@ -34,7 +35,8 @@
 client.o cache.o sysfs.o yellow.o page.o rbtree.o   \
 xeon75xx.o sandy-bridge.o
  DISKDB_OBJ := diskdb.o dimm.o db.o
@@ -26,7 +15,7 @@
  DOC := mce.pdf
  
  ADD_DEFINES :=
-@@ -46,6 +48,12 @@ OBJ += ${DISKDB_OBJ}
+@@ -46,6 +48,12 @@
  all: dbquery
  endif
  
@@ -39,10 +28,8 @@
  SRC := $(OBJ:.o=.c)
  
  mcelog: ${OBJ}
-Index: mcelog-1.0pre3.6363f5b719e9/email.c
-===
 /dev/null
-+++ mcelog-1.0pre3.6363f5b719e9/email.c
+--- mcelog-1.0pre3.6e4e2a000124/email.c
 mcelog-1.0pre3.6e4e2a000124/email.c
 @@ -0,0 +1,184 @@
 +#include unistd.h
 +#include signal.h
@@ -228,10 +215,8 @@
 +  smtp_destroy_session (session);
 +  return 0;
 +}
-Index: mcelog-1.0pre3.6363f5b719e9/email.h
-===
 /dev/null
-+++ mcelog-1.0pre3.6363f5b719e9/email.h
+--- mcelog-1.0pre3.6e4e2a000124/email.h
 mcelog-1.0pre3.6e4e2a000124/email.h
 @@ -0,0 +1,32 @@
 +#ifndef _MCELOG_EMAIL_H_
 +#define _MCELOG_EMAIL_H_
@@ -265,19 +250,17 @@
 

commit python-Fabric for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory
checked in at Mon Sep 5 16:38:49 CEST 2011.




--- python-Fabric/python-Fabric.changes 2011-08-04 14:05:02.0 +0200
+++ python-Fabric/python-Fabric.changes 2011-09-02 09:46:20.0 +0200
@@ -1,0 +2,32 @@
+Fri Sep  2 07:44:44 UTC 2011 - sasc...@suse.de
+
+- Fixed link expansion error
+- Removed some unneeded stuff
+
+---
+Fri Sep  2 01:19:44 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.2.2:
+  - [Bug] #252: settings would silently fail to set env values for
+keys which did not exist outside the context manager block. It
+now works as expected. Thanks to Will Maier for the catch and
+suggested solution.
+  - [Support] #393: Fixed a typo in an example code snippet in the
+task docs. Thanks to Hugo Garza for the catch.
+  - [Bug] #396: --shortlist broke after the addition of --list-format
+and no longer displayed the short list format correctly. This has
+been fixed.
+  - [Bug] #373: Re-added missing functionality preventing host exclusion
+from working correctly.
+  - [Bug] #303: Updated terminal size detection to correctly skip over
+non-tty stdout, such as when running fab taskname | other_command.
+- Aditional changes from version 1.2.1:
+  - [Bug] #417: abort_on_prompts would incorrectly abort when set to
+True, even if both password and host were defined. This has been
+fixed. Thanks to Valerie Ishida for the report.
+  - [Support] #416: Updated documentation to reflect move from Redmine
+to Github.
+  - [Bug] #389: Fixed/improved error handling when Paramiko import
+fails. Thanks to Brian Luft for the catch.
+
+---

calling whatdependson for head-i586


Old:

  Fabric-1.2.0.tar.bz2

New:

  Fabric-1.2.2.tar.bz2



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.rkWuP5/_old  2011-09-05 16:38:21.0 +0200
+++ /var/tmp/diff_new_pack.rkWuP5/_new  2011-09-05 16:38:21.0 +0200
@@ -15,21 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%{!?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))}
-
-%define mod_name Fabric
 
-Name:   python-%{mod_name}
-Version:1.2.0
+Name:   python-Fabric
+Version:1.2.2
 Release:1
 Url:http://fabfile.org
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD
 Group:  Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.bz2
+Source: Fabric-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
@@ -41,6 +36,7 @@
 BuildArch:  noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 Fabric is a Python (2.5 or higher) library and command-line tool for
@@ -48,20 +44,20 @@
 administration tasks.
 
 It provides a basic suite of operations for executing local or remote shell
-commands (normally or via ``sudo``) and uploading/downloading files, as well as
+commands (normally or via sudo) and uploading/downloading files, as well as
 auxiliary functionality such as prompting the running user for input, or
 aborting execution.
  
 Typical use involves creating a Python module containing one or more functions,
-then executing them via the ``fab`` command-line tool. Below is a small but
-complete fabfile containing a single task::
+then executing them via the fab command-line tool. Below is a small but
+complete fabfile containing a single task:
 
 from fabric.api import run
 
 def host_type():
 run('uname -s')
 
-Once a task is defined, it may be run on one or more servers, like so::
+Once a task is defined, it may be run on one or more servers, like so:
 
 $ fab -H localhost,linuxbox host_type
 [localhost] run: uname -s
@@ -73,24 +69,20 @@
 Disconnecting from localhost... done.
 Disconnecting from linuxbox... done.
 
-In addition to use via the ``fab`` tool, Fabric's components may be imported
+In addition to use via the fab tool, Fabric's components may be imported
 into other Python code, providing a Pythonic interface to the SSH protocol
 suite at a higher level than that provided by e.g. Paramiko (which
 Fabric itself leverages.)
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n Fabric-%{version}
 
 %build

commit mercurial for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory
checked in at Mon Sep 5 16:38:56 CEST 2011.





calling whatdependson for head-i586


Old:

  mercurial-1.9.2.tar.bz2

New:

  mercurial-1.9.2.tar.gz
  tests.blacklist



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.0IuSwY/_old  2011-09-05 16:38:37.0 +0200
+++ /var/tmp/diff_new_pack.0IuSwY/_new  2011-09-05 16:38:37.0 +0200
@@ -20,11 +20,11 @@
 Name:   mercurial
 Summary:Scalable Distributed SCM
 Version:1.9.2
-Release:1
+Release:4
 License:GPLv2+
 Group:  Development/Tools/Version Control
 Url:http://mercurial.selenic.com/
-Source: 
http://mercurial.selenic.com/release/mercurial-%{version}.tar.bz2
+Source: 
http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
 Source1:cacerts.rc
 Source99:   rpmlintrc
 Patch0: mercurial-hgk-path-fix.diff
@@ -59,6 +59,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
 
 %if 0%{?with_tests}
+Source90:   tests.blacklist
 BuildRequires:  gpg ncurses-devel unzip
 BuildRequires:  bzr git subversion-python
 BuildRequires:  python-Pygments python-openssl
@@ -116,8 +117,7 @@
 %if 0%{?with_tests}
 
 %check
-make tests TESTFLAGS=-v
-# currently (1.9.2) not working tests: i18n,status-color
+make tests TESTFLAGS=-v --blacklist=%{SOURCE90}
 %endif
 
 %clean

++ _service ++
--- /var/tmp/diff_new_pack.0IuSwY/_old  2011-09-05 16:38:37.0 +0200
+++ /var/tmp/diff_new_pack.0IuSwY/_new  2011-09-05 16:38:37.0 +0200
@@ -1,5 +1,3 @@
 services
-  service name=download_files mode=localonly
-param name=recompressyes/param
-  /service
+  service name=download_files mode=localonly/
 /services

++ tests.blacklist ++
test-i18n.t
test-status-color.t





Remember to have fun...

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



commit mozilla-nss for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory
checked in at Mon Sep 5 16:39:16 CEST 2011.




--- GNOME/mozilla-nss/mozilla-nss.changes   2011-08-24 10:34:44.0 
+0200
+++ mozilla-nss/mozilla-nss.changes 2011-09-02 17:49:38.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  2 14:40:07 UTC 2011 - pce...@suse.com
+
+- removed DigiNotar root certifiate from trusted db
+  (bmo#682927, bnc#714931)
+
+---

calling whatdependson for head-i586


New:

  nss-3.12.11-diginotar.patch



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.02mS8v/_old  2011-09-05 16:38:42.0 +0200
+++ /var/tmp/diff_new_pack.02mS8v/_new  2011-09-05 16:38:42.0 +0200
@@ -30,7 +30,7 @@
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Version:3.12.11
-Release:2
+Release:4
 # bug437293
 %ifarch ppc64
 Obsoletes:  mozilla-nss-64bit
@@ -56,6 +56,7 @@
 Patch5: nss-no-rpath.patch
 Patch6: renegotiate-transitional.patch
 Patch9: malloc.patch
+Patch10:nss-3.12.11-diginotar.patch
 %define nspr_ver %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
 PreReq: mozilla-nspr = %nspr_ver
 PreReq: libfreebl3 = %{nss_softokn_fips_version}
@@ -173,6 +174,7 @@
 %if %suse_version  1110
 %patch9
 %endif
+%patch10 -p2
 # additional CA certificates
 #cd security/nss/lib/ckfw/builtins
 #cat %{SOURCE2}  certdata.txt



++ nss-3.12.11-diginotar.patch ++
 1637 lines (skipped)






Remember to have fun...

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



commit openssl_tpm_engine for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package openssl_tpm_engine for 
openSUSE:Factory
checked in at Mon Sep 5 16:40:34 CEST 2011.




--- openssl_tpm_engine/openssl_tpm_engine.changes   2009-02-20 
15:15:19.0 +0100
+++ openssl_tpm_engine/openssl_tpm_engine.changes   2011-09-05 
06:15:15.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep  5 04:14:00 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with no-add-needed
+- engines currently live in %/{_lib}/engines 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ openssl_tpm_engine.spec ++
--- /var/tmp/diff_new_pack.BMU8Ah/_old  2011-09-05 16:39:25.0 +0200
+++ /var/tmp/diff_new_pack.BMU8Ah/_new  2011-09-05 16:39:25.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package openssl_tpm_engine (Version 0.4.1)
+# spec file for package openssl_tpm_engine
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +25,7 @@
 AutoReqProv:on
 Summary:OpenSSL TPM interface engine plugin
 Version:0.4.1
-Release:22
+Release:32
 Source0:%{name}-%{version}.tar.bz2
 Patch0: openssl_tpm_engine-somodule.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +47,9 @@
 %patch0 -p0
 
 %build
-%configure
+mkdir m4
+autoreconf -fiv
+%configure --libdir=/%{_lib}
 make
 
 %check
@@ -55,7 +57,7 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT/%{_libdir}/openssl/engines/libtpm.la
+rm $RPM_BUILD_ROOT/%{_lib}/engines/libtpm.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -64,8 +66,7 @@
 %defattr(-, root, root)
 %doc LICENSE README openssl.cnf.sample
 %{_bindir}/create_tpm_key
-%dir %{_libdir}/openssl
-%dir %{_libdir}/openssl/engines/
-%{_libdir}/openssl/engines/libtpm.so
+%dir /%{_lib}/engines
+/%{_lib}/engines/libtpm.so
 
 %changelog

++ openssl_tpm_engine-somodule.patch ++
--- /var/tmp/diff_new_pack.BMU8Ah/_old  2011-09-05 16:39:25.0 +0200
+++ /var/tmp/diff_new_pack.BMU8Ah/_new  2011-09-05 16:39:25.0 +0200
@@ -1,6 +1,6 @@
 Makefile.in
+--- Makefile.in.orig
 +++ Makefile.in
-@@ -208,6 +208,7 @@
+@@ -208,6 +208,7 @@ openssl_enginedir = @libdir@/openssl/eng
  libtpm_la_LIBADD = -L@OPENSSL_LIB_DIR@ -lcrypto -lc
  libtpm_la_CFLAGS = -I@OPENSSL_INCLUDE_DIR@
  libtpm_la_SOURCES = e_tpm.c e_tpm.h e_tpm_err.c
@@ -8,3 +8,50 @@
  create_tpm_key_SOURCES = create_tpm_key.c
  create_tpm_key_LDADD = -ltspi
  all: all-recursive
+--- Makefile.am.orig
 Makefile.am
+@@ -1,14 +1,17 @@
++ACLOCAL_AMFLAGS = -I m4
+ SUBDIRS=. test
+ 
+ EXTRA_DIST = README  openssl.cnf.sample
+ 
+ openssl_engine_LTLIBRARIES=libtpm.la
+ bin_PROGRAMS=create_tpm_key
+-openssl_enginedir=@libdir@/openssl/engines
++openssl_enginedir=@libdir@/engines
+ 
+-libtpm_la_LIBADD=-L@OPENSSL_LIB_DIR@ -lcrypto -lc
++libtpm_la_LDFLAGS= -no-undefined -avoid-version
++libtpm_la_LIBADD= -lcrypto
+ libtpm_la_CFLAGS=-I@OPENSSL_INCLUDE_DIR@
+ libtpm_la_SOURCES=e_tpm.c e_tpm.h e_tpm_err.c
+ 
+ create_tpm_key_SOURCES=create_tpm_key.c
+-create_tpm_key_LDADD=-ltspi
++create_tpm_key_LDADD=-ltspi -lcrypto
++
+--- configure.in.orig
 configure.in
+@@ -3,7 +3,8 @@
+ #
+ 
+ AC_INIT(openssl-tpm-engine, 0.4.1, trousers-us...@lists.sf.net)
+-AM_INIT_AUTOMAKE(1.6.3)
++AM_INIT_AUTOMAKE(1.6.3 foreign)
++AC_CONFIG_MACRO_DIR([m4])
+ 
+ # Debugging support
+ AC_ARG_ENABLE(debug,
+@@ -45,7 +46,10 @@ AC_ARG_WITH(openssl,
+AC_SUBST(OPENSSL_INCLUDE_DIR)])
+ 
+ AC_DISABLE_STATIC
+-AC_PROG_CC
++AC_PROG_CC_STDC
++AM_PROG_CC_C_O
++AC_USE_SYSTEM_EXTENSIONS
++AC_SYS_LARGEFILE
+ AC_PROG_LIBTOOL
+ 
+ CFLAGS=$CFLAGS -Wall






Remember to have fun...

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



commit openvas-cli for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package openvas-cli for openSUSE:Factory
checked in at Mon Sep 5 16:41:43 CEST 2011.




--- openvas-cli/openvas-cli.changes 2011-02-23 20:58:59.0 +0100
+++ openvas-cli/openvas-cli.changes 2011-09-04 19:07:01.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep  4 17:06:35 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with no-add-needed 
+
+---

calling whatdependson for head-i586


New:

  ovas-cli-add-needed.patch



Other differences:
--
++ openvas-cli.spec ++
--- /var/tmp/diff_new_pack.74Daub/_old  2011-09-05 16:40:57.0 +0200
+++ /var/tmp/diff_new_pack.74Daub/_new  2011-09-05 16:40:57.0 +0200
@@ -20,8 +20,8 @@
 
 Name:   openvas-cli
 Version:1.1.2
-Release:1
-License:GNU GPLv2 or later
+Release:2
+License:GPLv2+
 Group:  Productivity/Networking/Security
 Url:http://www.openvas.org
 Source: %{name}-%{version}.tar.gz
@@ -36,6 +36,7 @@
 BuildRequires:  libopenvas-devel
 BuildRequires:  pkgconfig
 Summary:Command Line Tools for OpenVAS
+Patch:  ovas-cli-add-needed.patch
 
 %description
 OpenVAS-CLI collects command line tools
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS

++ ovas-cli-add-needed.patch ++
--- omp/CMakeLists.txt.orig
+++ omp/CMakeLists.txt
@@ -75,7 +75,7 @@ else (MINGW)
   set_target_properties (omp PROPERTIES COMPILE_FLAGS
  ${HEADER_TEMP} ${GNUTLS_CFLAGS} ${OPENVAS_CFLAGS} 
${GLIB_CFLAGS})
 
-  target_link_libraries (omp openvas_omp)
+  target_link_libraries (omp openvas_omp openvas_misc glib-2.0)
 endif (MINGW)
 
 mark_as_advanced (LIB_TEMP)





Remember to have fun...

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



commit mtpaint for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package mtpaint for openSUSE:Factory
checked in at Mon Sep 5 16:41:48 CEST 2011.




--- mtpaint/mtpaint.changes 2011-03-14 22:18:23.0 +0100
+++ /mounts/work_src_done/STABLE/mtpaint/mtpaint.changes2011-09-04 
17:23:52.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep  4 15:23:26 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with no-add-needed. 
+
+---

calling whatdependson for head-i586


New:

  mtpaint-fix-no-add-needed.patch



Other differences:
--
++ mtpaint.spec ++
--- /var/tmp/diff_new_pack.dfjWpq/_old  2011-09-05 16:39:10.0 +0200
+++ /var/tmp/diff_new_pack.dfjWpq/_new  2011-09-05 16:39:10.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   mtpaint
 Version:3.31
-Release:11
+Release:13
 License:GPLv3
 Group:  Productivity/Graphics/Bitmap Editors
 Url:http://mtpaint.sourceforge.net/
@@ -31,6 +31,7 @@
 Patch1: %{name}-3.31-openjpeg.patch
 Patch2: %{name}-3.31-buff.diff
 Patch3: %{name}-3.31-libpng14.patch
+Patch4: mtpaint-fix-no-add-needed.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:on
 BuildRequires:  gtk2-devel libpng-devel update-desktop-files zlib-devel
@@ -65,7 +66,7 @@
 %if 0%{?suse_version}  1120
 %patch3 -p1
 %endif
-
+%patch4
 %{__chmod} 0755 %{name}_handbook-%{version}/docs/{en_GB,img,files,cs}
 dos2unix -k %{name}_handbook-%{version}/docs/index.html
 dos2unix -k %{name}_handbook-%{version}/docs/{en_GB,cs}/*.html

++ mtpaint-fix-no-add-needed.patch ++
--- src/Makefile.orig
+++ src/Makefile
@@ -10,7 +10,7 @@ OBJS = mainwindow.o inifile.o png.o memo
toolbar.o channels.o csel.o shifter.o spawn.o font.o fpick.o icons.o 
cpick.o
 
 $(BIN): main.o $(OBJS)
-   $(CC) main.o $(OBJS) -o $(BIN) $(LDFLAGS)
+   $(CC) main.o $(OBJS) -o $(BIN) $(LDFLAGS) -lX11
 
 .c.o:
$(CC) $(CFLAGS) -c -o $*.o $*.c





Remember to have fun...

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



commit openvas-manager for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package openvas-manager for openSUSE:Factory
checked in at Mon Sep 5 16:43:00 CEST 2011.




--- openvas-manager/openvas-manager.changes 2011-05-31 19:45:06.0 
+0200
+++ openvas-manager/openvas-manager.changes 2011-09-04 18:57:48.0 
+0200
@@ -1,0 +2,5 @@
+Sun Sep  4 16:57:29 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with no-add-needed 
+
+---

calling whatdependson for head-i586


New:

  ovas-man-add-needed.patch



Other differences:
--
++ openvas-manager.spec ++
--- /var/tmp/diff_new_pack.aBWilO/_old  2011-09-05 16:42:02.0 +0200
+++ /var/tmp/diff_new_pack.aBWilO/_new  2011-09-05 16:42:02.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   openvas-manager
 Version:2.0.4
-Release:1
+Release:2
 License:GPLv2+
 Group:  Productivity/Networking/Security
 Url:http://www.openvas.org
@@ -32,7 +32,7 @@
 Source5:openvasmd.init.mandriva
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 BuildRequires:  sqlite-devel
 %endif
 
@@ -54,6 +54,7 @@
 BuildRequires:  pkgconfig
 Requires:   logrotate
 Summary:Manager Module of OpenVAS
+Patch:  ovas-man-add-needed.patch
 
 %description
 The OpenVAS-Manager is a layer between OpenVAS-Scanner and various client
@@ -64,6 +65,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 %if 0%{?mandriva_version}
@@ -95,7 +97,7 @@
 %__install -Dm 0644 %{_sourcedir}/debian.openvas-manager.default 
%{buildroot}%{_var}/adm/fillup-templates/sysconfig.openvas-manager
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 %__install -Dm 0755 %{_sourcedir}/openvasmd.init.fedora 
%{buildroot}%{_initrddir}/openvas-manager
 %__install -Dm 0644 %{_sourcedir}/debian.openvas-manager.default 
%{buildroot}%{_sysconfdir}/sysconfig/openvas-manager
 %endif
@@ -121,7 +123,7 @@
 %_post_service openvas-manager
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 # only rpm -i (not rpm {-U|-F})
 if [ $1 = 1 ]; then
/sbin/chkconfig --add openvas-manager
@@ -137,7 +139,7 @@
 %_preun_service openvas-manager
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 # only rpm -e (not rpm {-U|-F})
 if [ $1 = 0 ]; then
 /sbin/service openvas-manager stop  /dev/null 21 || :
@@ -151,7 +153,7 @@
 %insserv_cleanup
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 # only rpm {-U|-F} (not rpm -e)
 if [ $1 = 1 ]; then
 /sbin/service openvas-manager condrestart

++ ovas-man-add-needed.patch ++
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -54,7 +54,7 @@ set_target_properties (otp PROPERTIES CO
 ## Program
 
 add_executable (openvasmd openvasmd.c oxpd.c ompd.c otpd.c)
-target_link_libraries (openvasmd ovas-mngr-comm omp otp manage)
+target_link_libraries (openvasmd openvas_base openvas_misc ovas-mngr-comm omp 
otp manage gnutls)
 
 set_target_properties (openvasmd PROPERTIES LINKER_LANGUAGE C)
 





Remember to have fun...

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



commit parole for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package parole for openSUSE:Factory
checked in at Mon Sep 5 16:43:12 CEST 2011.




--- parole/parole.changes   2011-04-16 12:25:41.0 +0200
+++ parole/parole.changes   2011-08-27 15:17:43.0 +0200
@@ -1,0 +2,9 @@
+Sat Aug 27 08:57:41 UTC 2011 - g...@opensuse.org
+
+- update to version 0.2.0.6
+  - automatically select row for the media that is currently played
+- added parole-fix-linking.patch in oder to fix an underlinking
+  issue
+- removed obsolete parole-0.2.0.5-missing-files.patch
+
+---

calling whatdependson for head-i586


Old:

  parole-0.2.0.5-missing-files.patch
  parole-0.2.0.5.tar.bz2

New:

  parole-0.2.0.6.tar.bz2
  parole-fix-linking.patch



Other differences:
--
++ parole.spec ++
--- /var/tmp/diff_new_pack.sPZyei/_old  2011-09-05 16:42:06.0 +0200
+++ /var/tmp/diff_new_pack.sPZyei/_new  2011-09-05 16:42:06.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   parole
-Version:0.2.0.5
+Version:0.2.0.6
 Release:1
 License:GPLv2+
 Summary:Modern, Simple Media Player for the Xfce Desktop Environment
@@ -26,8 +26,8 @@
 Group:  Productivity/Multimedia/Video/Players
 Source: %{name}-%{version}.tar.bz2
 Patch0: parole-0.2.0.2-fix-lib-linking-order.patch
-# PATCH-FIX-UPSTREAM parole-0.2.0.5-missing-files.patch g...@opensuse.org -- 
Add files from the upstream repo missing in the tarball
-Patch1: parole-0.2.0.5-missing-files.patch
+# PATCH-FIX-UPSTREAM parole-fix-linking.patch g...@opensuse.org -- Fixes an 
underlinking issue
+Patch2: parole-fix-linking.patch
 # PATCH-FEATURE-UPSTREAM parole-0.2.0.2-add-uri-scheme-handler-support.patch 
g...@opensuse.org -- Adds support for URI scheme handlers
 Patch3: parole-0.2.0.2-add-uri-scheme-handler-support.patch
 BuildRequires:  gcc-c++
@@ -68,7 +68,7 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+%patch2 -p1
 %patch3 -p1
 
 %build

++ parole-0.2.0.5.tar.bz2 - parole-0.2.0.6.tar.bz2 ++
 5766 lines of diff (skipped)

++ parole-fix-linking.patch ++
diff -urN parole-0.2.0.6.orig/configure.ac parole-0.2.0.6/configure.ac
--- parole-0.2.0.6.orig/configure.ac2011-04-17 13:54:13.0 +0200
+++ parole-0.2.0.6/configure.ac 2011-08-27 15:28:20.0 +0200
@@ -100,6 +100,7 @@
 
 XDT_CHECK_PACKAGE([LIBXFCE4GUI], 
[libxfcegui4-1.0],[libxfcegui4_minimum_version])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], 
[libxfce4util-1.0],[libxfce4util_minimum_version])
+XDT_CHECK_LIBX11()
 
 #===#
 #   Check for availability of libnotify #
diff -urN parole-0.2.0.6.orig/src/Makefile.am parole-0.2.0.6/src/Makefile.am
--- parole-0.2.0.6.orig/src/Makefile.am 2011-04-17 13:53:19.0 +0200
+++ parole-0.2.0.6/src/Makefile.am  2011-08-27 15:28:41.0 +0200
@@ -85,7 +85,8 @@
 $(LIBXFCE4GUI_LIBS) \
$(GST_VIDEO_LIBS)   \
$(GST_INTERFACES_LIBS)  \
-   $(TAGLIBC_LIBS)
+   $(TAGLIBC_LIBS) \
+   $(LIBX11_LIBS)

 parole_glib_enum_headers = \
parole-conf.h   \





Remember to have fun...

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



commit parted for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package parted for openSUSE:Factory
checked in at Mon Sep 5 16:43:46 CEST 2011.




--- parted/parted.changes   2011-08-25 12:50:38.0 +0200
+++ parted/parted.changes   2011-09-05 14:34:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  5 12:08:48 UTC 2011 - pu...@suse.com
+
+- add parted-use-ext-range.patch (bnc#715695) 
+
+---

calling whatdependson for head-i586


New:

  parted-use-ext-range.patch



Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.ahY41M/_old  2011-09-05 16:43:11.0 +0200
+++ /var/tmp/diff_new_pack.ahY41M/_new  2011-09-05 16:43:11.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   parted
 Version:2.4
-Release:11
+Release:13
 License:GPLv3+
 Summary:GNU partitioner
 Url:http://www.gnu.org/software/parted/
@@ -41,6 +41,7 @@
 Patch12:more-reliable-informing-the-kernel.patch
 Patch13:parted-2.4-ncursesw6.patch
 Patch14:parted-gpt-sync-mbr-label.patch
+Patch15:parted-use-ext-range.patch
 Requires:   /sbin/udevadm
 BuildRequires:  check-devel
 BuildRequires:  device-mapper-devel = 1.02.33
@@ -105,6 +106,7 @@
 %patch12 -p1
 %patch13
 %patch14 -p1
+%patch15 -p1
 
 %build
 export CFLAGS=%{optflags} `ncursesw6-config --cflags`

++ parted-use-ext-range.patch ++
Index: parted-2.4/libparted/arch/linux.c
===
--- parted-2.4.orig/libparted/arch/linux.c
+++ parted-2.4/libparted/arch/linux.c
@@ -2413,7 +2413,7 @@ _blkpg_remove_partition (PedDisk* disk,
 
 /*
  * The number of partitions that a device can have depends on the kernel.
- * If we don't find this value in /sys/block/DEV/range, we will use our own
+ * If we don't find this value in /sys/block/DEV/ext_range, we will use our own
  * value.
  */
 static unsigned int
@@ -2424,7 +2424,7 @@ _device_get_partition_range(PedDevice* d
 FILE*   fp;
 boolok;
 
-r = snprintf(path, sizeof(path), /sys/block/%s/range,
+r = snprintf(path, sizeof(path), /sys/block/%s/ext_range,
  last_component(dev-path));
 if (r  0 || r = sizeof(path))
 return MAX_NUM_PARTS;





Remember to have fun...

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



commit patterns-openSUSE for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory
checked in at Mon Sep 5 16:45:34 CEST 2011.




--- patterns-openSUSE/patterns-openSUSE.changes 2011-09-01 14:15:01.0 
+0200
+++ patterns-openSUSE/patterns-openSUSE.changes 2011-09-05 10:06:39.0 
+0200
@@ -1,0 +2,15 @@
+Mon Sep  5 07:59:44 UTC 2011 - co...@suse.com
+
+- Ludwig Nussel (3):
+  remomd converter
+  better error message
+  add yast2 added packages and locale=en
+
+Stephan Kulow (5):
+  libatm1 is the new name (bnc#695303)
+  GNOME3DONE define is old
+  Ignore files
+  put elilo on DVD
+  put elilo and grub2 on DVD only so far
+
+---

calling whatdependson for head-i586




Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.zeTogO/_old  2011-09-05 16:44:41.0 +0200
+++ /var/tmp/diff_new_pack.zeTogO/_new  2011-09-05 16:44:41.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   patterns-openSUSE
 Version:12.1
-Release:13
+Release:15
 License:GPLv2+
 Summary:Patterns for Installation (full ftp tree)
 Url:http://en.opensuse.org/Patterns
@@ -769,7 +769,7 @@
 Recommends: iputils
 Recommends: kpartx
 Recommends: less
-Recommends: linux-atm-lib
+Recommends: libatm1
 Recommends: lsb-release
 Recommends: lsof
 Recommends: lsscsi

++ patterns-openSUSE-data.tar.bz2 ++
patterns-openSUSE/patterns-openSUSE-data.tar.bz2 
patterns-openSUSE/patterns-openSUSE-data.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit python-cssutils for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-cssutils for openSUSE:Factory
checked in at Mon Sep 5 16:55:19 CEST 2011.




--- python-cssutils/python-cssutils.changes 2011-01-11 14:17:03.0 
+0100
+++ python-cssutils/python-cssutils.changes 2011-09-02 11:35:26.0 
+0200
@@ -1,0 +2,7 @@
+Fri Sep  2 09:33:05 UTC 2011 - sasc...@suse.de
+
+- Update to version 0.9.8a3:
+  * No HTML docs anymore
+- Spec file cleanup
+
+---

calling whatdependson for head-i586


Old:

  cssutils-0.9.8a1.zip

New:

  cssutils-0.9.8a3.zip



Other differences:
--
++ python-cssutils.spec ++
--- /var/tmp/diff_new_pack.vS1Zqc/_old  2011-09-05 16:48:22.0 +0200
+++ /var/tmp/diff_new_pack.vS1Zqc/_new  2011-09-05 16:48:22.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-cssutils (Version 0.9.8a1)
+# spec file for package python-cssutils
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,76 +15,46 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   python-cssutils
-Version:0.9.8a1
+Version:0.9.8a3
 Release:1
-Summary:Cascading Style Sheets (CSS) parser and library for Python
-Source: http://cssutils.googlecode.com/files/cssutils-%{version}.zip
-Url:http://cthedot.de/cssutils
-Group:  Development/Libraries/Python
-License:LGPLv3+
+Url:http://cthedot.de/cssutils/
+Summary:A CSS Cascading Style Sheets library for Python
+License:LGPL-3.0+
+Group:  Development/Languages/Python
+Source: 
http://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
+BuildRequires:  python-devel
+BuildRequires:  python-distribute
 BuildRequires:  unzip
-BuildRequires:  dos2unix python-devel python-setuptools = 0.6
-BuildRequires:  python-xml
-# Needed for unittests:
-BuildRequires:  python-chardet python-minimock
+%if 0%{?suse_version}
 %py_requires
-Recommends: %{name}-doc = %{version}
+%if 0%{?suse_version}  1110
+BuildArch:  noarch
+%endif
+%endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
-A Python package to parse and build CSS Cascading Style Sheets.
-Currently a DOM only, no rendering options.
-
-%package doc
-License:LGPLv3+
-Summary:Documentation and examples for cssutils
-Group:  Development/Libraries/Perl
-
-%description doc
-HTML and TeX documentation for cssutils as well as examples of how to use them.
+A Python package to parse and build CSS Cascading Style Sheets. DOM only, not 
any rendering facilities!
 
 %prep
 %setup -q -n cssutils-%{version}
-find . -type f -print0 | xargs -0 dos2unix
-find . -type f -name \*.py -print0 | xargs -0 sed -i -e 's,/usr/bin/env 
python,/usr/bin/python,'
+sed -i 1d 
src/cssutils/{parse,codec,sac,serialize,scripts/csscapture,_codec2,errorhandler,scripts/cssparse,_codec3,scripts/csscombine,tokenize2,__init__}.py
 # Fix non-executable scripts
+sed -i s/\r// src/cssutils/{sac,scripts/csscombine,tokenize2}.py COPYING 
COPYING.LESSER 
examples/{website,minify,imports,cssencodings,style,testutil,codec}.py # Fix 
EOL encodings
 
 %build
-export CFLAGS=%{optflags}
-python ./setup.py build
+python setup.py build
 
 %install
-python ./setup.py install \
-   --prefix=%{_prefix} \
-   --root=%{buildroot} \
-   --record-rpm=%{name}.files
-
-# Remove any remaining files from sphinx:
-rm -rf docs/html/.doctrees
-rm -rf docs/html/.buildinfo
-
-mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
-cp -av docs/html %{buildroot}%{_defaultdocdir}/%{name}
-cp -av CHANGELOG.txt COPYING COPYING.LESSER README.txt 
%{buildroot}%{_defaultdocdir}/%{name}
-
-%clean
-rm -rf %{buildroot}
-
-%files -f %{name}.files
-%defattr(-,root,root)
-%dir %{_defaultdocdir}/%{name}
-%doc %{_defaultdocdir}/%{name}/*.txt
-%doc %{_defaultdocdir}/%{name}/COPYING*
-
-%files doc
-%defattr(-,root,root)
-%dir %{_defaultdocdir}/%{name}/html
-%doc %{_defaultdocdir}/%{name}/html
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING COPYING.LESSER README.txt examples
+%{_bindir}/css*
+%{python_sitelib}/*
 
 %changelog






Remember to have fun...

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



commit pingus for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package pingus for openSUSE:Factory
checked in at Mon Sep 5 16:55:28 CEST 2011.




--- pingus/pingus.changes   2010-07-31 15:52:09.0 +0200
+++ pingus/pingus.changes   2011-09-05 11:15:09.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep  5 11:14:29 CEST 2011 - meiss...@suse.de
+
+- fix build with --dt-needed...
+
+---
+Thu Jul  7 13:06:38 UTC 2011 - c...@novell.com
+
+- fixed build for gcc46
+
+---

calling whatdependson for head-i586


New:

  dsolink.patch
  gcc46.patch



Other differences:
--
++ pingus.spec ++
--- /var/tmp/diff_new_pack.Z6f5uE/_old  2011-09-05 16:43:57.0 +0200
+++ /var/tmp/diff_new_pack.Z6f5uE/_new  2011-09-05 16:43:57.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pingus (Version 0.7.3)
+# spec file for package pingus
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,12 +27,14 @@
 Url:http://pingus.seul.org/
 AutoReqProv:on
 Version:0.7.3
-Release:1
+Release:5
 Summary:A Lemmings Clone
 Source: http://pingus.seul.org/files/pingus-%{version}.tar.bz2
 Source2:%{name}.desktop
 Source3:%{name}.png
 Patch1: pingus-cwiid_with_bluez.patch
+Patch2: gcc46.patch
+Patch3: dsolink.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,6 +45,8 @@
 %prep
 %setup -q
 %patch1
+%patch2
+%patch3 -p1
 
 %build
 CFLAGS=${RPM_OPT_FLAGS/-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=1}
@@ -53,7 +57,7 @@
 
 %install
 ./install.sh $RPM_BUILD_ROOT%{_prefix}
-chmod -x $RPM_BUILD_ROOT%{_datadir}/pingus/data/gen-scrfile.scm
+#chmod -x $RPM_BUILD_ROOT%{_datadir}/pingus/data/gen-scrfile.scm
 mv $RPM_BUILD_ROOT%{_prefix}/{bin,games}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
 install -m 644 $RPM_SOURCE_DIR/%{name}.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
@@ -71,4 +75,5 @@
 %{_datadir}/pingus
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+
 %changelog

++ dsolink.patch ++
Index: pingus-0.7.3/src/input/SConstruct.main
===
--- pingus-0.7.3.orig/src/input/SConstruct.main
+++ pingus-0.7.3/src/input/SConstruct.main
@@ -6,7 +6,7 @@ env = Environment(CCFLAGS  = ['-O0', '-W
   LIBS = ['cwiid'])
 
 env.ParseConfig('sdl-config  --cflags --libs')
-env['LIBS'] += ['SDL_image', 'SDL_mixer', 'png']
+env['LIBS'] += ['SDL_image', 'SDL_mixer', 'png', 'X11']
 
 env.Program('main', [
 'main.cpp',
Index: pingus-0.7.3/SConstruct
===
--- pingus-0.7.3.orig/SConstruct
+++ pingus-0.7.3/SConstruct
@@ -469,7 +469,7 @@ if ('configure' in COMMAND_LINE_TARGETS)
 else:
 reports +=   * XInput support: yes\n
 config_h_defines  += [('HAVE_XINPUT', 1)]
-env['LIBS'] += ['Xi']
+env['LIBS'] += ['Xi','X11']
 env['optional_sources'] += ['src/input/xinput_driver.cpp',
 'src/input/xinput_device.cpp']
 
++ gcc46.patch ++
--- src/input/wiimote.cpp.orig  2011-07-07 12:13:23.0 +0200
+++ src/input/wiimote.cpp   2011-07-07 12:13:26.0 +0200
@@ -142,7 +142,7 @@
   assert(m_wiimote == 0);
 
   /* Connect to any wiimote */
-  bdaddr_t bdaddr = *BDADDR_ANY;
+  bdaddr_t bdaddr = (bdaddr_t) {{0, 0, 0, 0, 0, 0}};
 
   /* Connect to address in string WIIMOTE_BDADDR */
   /* str2ba(WIIMOTE_BDADDR, bdaddr); */






Remember to have fun...

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



commit polkit for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package polkit for openSUSE:Factory
checked in at Mon Sep 5 16:55:46 CEST 2011.




--- polkit/polkit.changes   2011-08-10 14:29:29.0 +0200
+++ polkit/polkit.changes   2011-09-02 13:01:46.0 +0200
@@ -1,0 +2,27 @@
+Fri Sep  2 10:42:54 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.102:
+  + pkexec:
+- fdo#38769: Support running X11 apps
+- Avoid time-of-check-to-time-of-use problems with parent
+  process
+  + Fix backend crash if a .policy file does not specify message
+  + Fix multi-line pam prompt handling
+  + Don't show diagnostic messages intended for the administrator
+to the end user
+  + PolkitUnixProcess:
+- Clarify that the real uid is returned, not the effective one
+- Record the uid of the process
+  + Backend: Use polkit_unix_process_get_uid() to get the owner of
+a process
+  + Introspection fixes:
+- Add --c-include to the gir files
+- Specify exported pkg-config files in GIRs
+  + Build fix.
+- Drop polkit-CVE-2011-1485-1.patch, polkit-CVE-2011-1485-2.patch,
+  polkit-CVE-2011-1485-3.patch, polkit-CVE-2011-1485-4.patch: fixed
+  upstream.
+- Remove service usage, following the new consensus on Factory
+  packaging.
+
+---

calling whatdependson for head-i586


Old:

  _service
  polkit-0.101.tar.bz2
  polkit-CVE-2011-1485-1.patch
  polkit-CVE-2011-1485-2.patch
  polkit-CVE-2011-1485-3.patch
  polkit-CVE-2011-1485-4.patch

New:

  polkit-0.102.tar.gz



Other differences:
--
++ polkit.spec ++
--- /var/tmp/diff_new_pack.jVoMEP/_old  2011-09-05 16:45:47.0 +0200
+++ /var/tmp/diff_new_pack.jVoMEP/_new  2011-09-05 16:45:47.0 +0200
@@ -19,13 +19,13 @@
 
 Name:   polkit
 Summary:PolicyKit Authorization Framework
-Version:0.101
-Release:7
+Version:0.102
+Release:1
 License:LGPLv2.1+
 Url:http://www.freedesktop.org/wiki/Software/PolicyKit
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/Libraries
-Source0:http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
+Source0:http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
 Source99:   baselibs.conf
 BuildRequires:  glib2-devel = 2.25.12
 BuildRequires:  gobject-introspection-devel = 0.6.2
@@ -40,11 +40,6 @@
 Requires:   dbus-1
 Requires:   libpolkit0 = %{version}-%{release}
 
-Patch10:polkit-CVE-2011-1485-1.patch
-Patch11:polkit-CVE-2011-1485-2.patch
-Patch12:polkit-CVE-2011-1485-3.patch
-Patch13:polkit-CVE-2011-1485-4.patch
-
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
 # in the patch. Any patches added here without a very good reason to make
@@ -92,10 +87,6 @@
 
 %prep
 %setup -q
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
 
 %build
 export V=1






Remember to have fun...

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



commit python-kombu for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory
checked in at Mon Sep 5 17:02:35 CEST 2011.




--- python-kombu/python-kombu.changes   2011-06-14 00:52:59.0 +0200
+++ python-kombu/python-kombu.changes   2011-07-29 14:46:51.0 +0200
@@ -1,0 +2,35 @@
+Fri Jul 29 12:44:33 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.2.1:
+  * Now depends on amqplib = 1.0.0.
+  * Redis: Now automatically deletes auto_delete queues at basic_cancel.
+  * serialization.unregister added so it is possible to remove unwanted
+seralizers.
+  * Fixes MemoryError while importing ctypes on SELinux (Issue #52).
+  * BrokerConnection.autoretry is a version of ensure that works
+with arbitrary functions (i.e. it does not need an associated object
+that implements the revive method.
+  * ConnectionPool.acquire no longer force establishes the connection.
+ The connection will be established as needed.
+  * BrokerConnection.ensure now supports an on_revive callback
+that is applied whenever the connection is re-established.
+  * Consumer.consuming_from(queue) returns True if the Consumer is
+consuming from queue.
+  * Consumer.cancel_by_queue did not remove the queue from queues.
+  * compat.ConsumerSet.add_queue_from_dict now automatically declared
+the queue if auto_declare set.
+
+---
+Fri Jul 15 12:52:07 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.2.0:
+  * Virtual: Fixes cyclic reference in Channel.close (Issue #49).
+  * Producer.publish: Can now set additional properties using keyword
+arguments (Issue #48).
+  * Adds Queue.no_ack option to control the no_ack option for individual 
queues.
+  * Recent versions broke pylibrabbitmq support.
+  * SimpleQueue and SimpleBuffer can now be used as contexts.
+  * Test requirements specifies PyYAML==3.09 as 3.10 dropped Python 2.4 support
+  * Now properly reports default values in Connection.info/.as_uri
+
+---

calling whatdependson for head-i586


Old:

  kombu-1.1.6.tar.bz2

New:

  kombu-1.2.1.tar.bz2



Other differences:
--
++ python-kombu.spec ++
--- /var/tmp/diff_new_pack.aXZGRa/_old  2011-09-05 16:55:32.0 +0200
+++ /var/tmp/diff_new_pack.aXZGRa/_new  2011-09-05 16:55:32.0 +0200
@@ -22,7 +22,7 @@
 %define mod_name kombu
 
 Name:   python-%{mod_name}
-Version:1.1.6
+Version:1.2.1
 Release:1
 License:BSD License
 Summary:AMQP Messaging Framework for Python
@@ -30,7 +30,7 @@
 Group:  Development/Languages/Python
 Source: %{mod_name}-%{version}.tar.bz2
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-distribute
 Requires:   python-amqplib
 Requires:   python-anyjson
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kombu-1.1.6.tar.bz2 - kombu-1.2.1.tar.bz2 ++
 1632 lines of diff (skipped)






Remember to have fun...

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



commit python-logilab-astng for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-logilab-astng for 
openSUSE:Factory
checked in at Mon Sep 5 17:02:45 CEST 2011.




--- python-logilab-astng/python-logilab-astng.changes   2010-09-29 
10:16:35.0 +0200
+++ python-logilab-astng/python-logilab-astng.changes   2011-04-12 
16:03:01.0 +0200
@@ -1,0 +2,25 @@
+Tue Apr 12 16:00:03 CEST 2011 - h...@urpla.net
+
+- update to 0.21.1:
+* python3: handle file encoding; fix a lot of tests
+* fix #52006: True and False can be assigned as variable in Python2x
+* fix #8847: pylint doesn't understand function attributes at all
+* fix #8774: iterator / generator / next method
+
+---
+Fri Jan  7 12:00:19 CET 2011 - h...@urpla.net
+
+- update to 0.21.0:
+* python3.x: first python3.x release
+* fix #37105: Crash on AttributeError: 'NoneType' object has no attribute 
'_infer_name'
+* python2.4: drop python  2.4 support
+
+  - 0.20.4:
+
+* fix #37868 #37665 #33638 #37909: import problems with 
absolute_import_activated
+* fix #8969: false positive when importing from zip-safe eggs
+* fix #46131: minimal class decorator support
+* minimal python2.7 support (dict and set comprehension)
+* important progress on Py3k compatibility
+
+---

calling whatdependson for head-i586


Old:

  logilab-astng-0.20.3.tar.bz2

New:

  logilab-astng-0.21.1.tar.bz2



Other differences:
--
++ python-logilab-astng.spec ++
--- /var/tmp/diff_new_pack.KqnpQB/_old  2011-09-05 16:55:51.0 +0200
+++ /var/tmp/diff_new_pack.KqnpQB/_new  2011-09-05 16:55:51.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-logilab-astng (Version 0.20.3)
+# spec file for package python-logilab-astng
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   python-logilab-astng
 BuildRequires:  python-devel
 Summary:Python Python Abstract Syntax Tree (New Generation)
-Version:0.20.3
+Version:0.21.1
 Release:1
 Source: logilab-astng-%{version}.tar.bz2
 License:GPLv2+
@@ -58,7 +58,7 @@
 
 Authors:
 
-Sylvain Th�nault de...@logilab.fr
+Sylvain Thénault de...@logilab.fr
 
 %prep
 %setup -n logilab-astng-%{version}
@@ -71,7 +71,7 @@
 # Avoid conflict with python-logilab-common
 rm $RPM_BUILD_ROOT/%{python_sitelib}/logilab/__init__.py
 # Do not package testsuite
-rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/logilab/astng/test
+#rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/logilab/astng/test
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ logilab-astng-0.20.3.tar.bz2 - logilab-astng-0.21.1.tar.bz2 ++
 9858 lines of diff (skipped)






Remember to have fun...

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



commit python-logilab-common for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-logilab-common for 
openSUSE:Factory
checked in at Mon Sep 5 17:02:55 CEST 2011.




--- python-logilab-common/python-logilab-common.changes 2010-10-17 
23:24:46.0 +0200
+++ python-logilab-common/python-logilab-common.changes 2011-04-11 
21:53:13.0 +0200
@@ -1,0 +2,38 @@
+Mon Apr 11 21:42:16 CEST 2011 - h...@urpla.net
+
+- fix build
+- update to 0.55.2
+* new function for password generation in shellutils
+* pyro_ext: allow to create a server without registering with a pyrons
+
+  2011-03-28 -- 0.55.1
+* fix date.ustrftime break if year = 1900
+* fix graph.py incorrectly builds command lines using %s to call dot
+* new functions to get UTC datetime / time
+
+  2011-02-18 -- 0.55.0
+* new urllib2ext module providing a GSSAPI authentication handler, based 
on python-kerberos
+* graph: test and fix ordered_nodes() [closes #60288]
+* changelog: refactor ChangeLog class to ease overriding
+* testlib: Fix tag handling for generator.
+
+  2011-01-12  --  0.54.0
+* dropped python 2.3 support
+* daemon: we can now specify umask to daemonize function, and it return
+  different exit code according to the process
+* pyro_ext: new ns_reregister function to ensure a name is still properly
+  registered in the pyro name server
+* hg: new incoming/outgoing functions backward compatible with regards to
+  mercurial version (eg hg 1.6 and earlier)
+* testlib/pytest: more deprecation and removed code. Still on the way to
+  unittest2
+
+---
+Fri Jan  7 11:53:53 CET 2011 - h...@urpla.net
+
+- update to 0.53.0:
+* python3.x: first python3.x release
+* __init__: tempattr context manager
+* shellutils: progress context manager
+
+---

calling whatdependson for head-i586


Old:

  logilab-common-0.52.1.tar.bz2

New:

  logilab-common-0.55.2.tar.bz2



Other differences:
--
++ python-logilab-common.spec ++
--- /var/tmp/diff_new_pack.LXyXtb/_old  2011-09-05 16:55:55.0 +0200
+++ /var/tmp/diff_new_pack.LXyXtb/_new  2011-09-05 16:55:55.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-logilab-common (Version 0.52.1)
+# spec file for package python-logilab-common
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   python-logilab-common
 Summary:Python lowlevel functionality shared by logilab projects
-Version:0.52.1
+Version:0.55.2
 Release:1
 BuildRequires:  python-devel
 Source: logilab-common-%{version}.tar.bz2
@@ -69,6 +69,10 @@
 python setup.py install --prefix=%{_prefix} --record-rpm=INSTALLED_FILES \
   --root=$RPM_BUILD_ROOT
 
+# these files contain expected errors, hence compilation fails, 
+# remove them from installed file list, too
+sed -i '/.*common\/test\/data\/.*\.pyc/d' INSTALLED_FILES
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 

++ logilab-common-0.52.1.tar.bz2 - logilab-common-0.55.2.tar.bz2 ++
 6993 lines of diff (skipped)






Remember to have fun...

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



commit python-polib for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-polib for openSUSE:Factory
checked in at Mon Sep 5 17:03:00 CEST 2011.




--- python-polib/python-polib.changes   2011-08-15 09:57:07.0 +0200
+++ python-polib/python-polib.changes   2011-08-16 09:48:34.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 07:46:58 UTC 2011 - sasc...@suse.de
+
+- Fix build on SLE_10 by adding a version check around fdupes and
+  by removing the %check section
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-polib.spec ++
--- /var/tmp/diff_new_pack.6fLVOc/_old  2011-09-05 17:02:45.0 +0200
+++ /var/tmp/diff_new_pack.6fLVOc/_new  2011-09-05 17:02:45.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   python-polib
 Version:0.7.0
-Release:1
+Release:3
 Url:http://bitbucket.org/izi/polib/
 Summary:A library to manipulate gettext files
 License:X11/MIT
@@ -30,8 +30,10 @@
 BuildRequires:  python-devel
 BuildRequires:  python-Sphinx
 %if 0%{?suse_version}
-BuildRequires:  fdupes
 %py_requires
+%if 0%{?suse_version}  1010
+BuildRequires:  fdupes
+%endif
 %if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif
@@ -50,6 +52,7 @@
 
 %package doc
 
+
 Summary:A library to manipulate gettext files
 Group:  Productivity/Other
 Requires:   %{name} = %{version}
@@ -76,13 +79,10 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%if 0%{?suse_version}
+%if 0%{?suse_version}  1010
 %fdupes -s %{buildroot}/%{_prefix}
 %endif
 
-%check
-sh ./runtests.sh
-
 %files
 %defattr(-,root,root)
 %doc LICENSE CHANGELOG README.rst






Remember to have fun...

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



commit python-eventlet for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-eventlet for openSUSE:Factory
checked in at Mon Sep 5 17:03:46 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-eventlet/python-eventlet.changes
2011-09-02 13:41:26.0 +0200
@@ -0,0 +1,18 @@
+---
+Fri Sep  2 11:36:04 UTC 2011 - sasc...@suse.de
+
+- Update to version 0.9.16:
+  * No upstream changes
+- Don't package unittests
+- Fix non-executable script rpmlint warning
+
+---
+Wed Feb  2 14:13:32 CET 2011 - bere...@b1-systems.de
+
+- bumped version to 0.9.14
+
+---
+Fri Nov 26 14:44:42 UTC 2010 - seife+...@b1-systems.com
+
+- initial package (version 0.9.9)
+

calling whatdependson for head-i586


New:

  eventlet-0.9.16.tar.gz
  python-eventlet.changes
  python-eventlet.spec



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

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



Name:   python-eventlet
Version:0.9.16
Release:1
Url:http://eventlet.net
Summary:Highly concurrent networking library
License:MIT
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/e/eventlet/eventlet-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-greenlet
BuildRequires:  python-Sphinx
Requires:   python-greenlet
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version}  1110
BuildArch:  noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

%description
Eventlet is a concurrent networking library for Python that allows you to
change how you run your code, not how you write it.

It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines
ensure that the developer uses a blocking style of programming that is similar
to threading, but provide the benefits of non-blocking I/O. The event dispatch
is implicit, which means you can easily use Eventlet from the Python
interpreter, or as a small part of a larger application.

%package doc

Summary:Highly concurrent networking library - Documentation
Group:  Development/Libraries/Python
Requires:   %{name} = %{version}

%description doc
Documentation for the python-eventlet package.

%prep
%setup -q -n eventlet-%{version}
sed -i 1d eventlet/support/greendns.py # Fix non-executable script

%build
python setup.py build
pushd doc
make html  rm _build/html/.buildinfo
popd

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

%files doc
%defattr(-,root,root,-)
%doc doc/_build/html examples

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE NEWS README README.twisted
%{python_sitelib}/*

%changelog





Remember to have fun...

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



commit python-pyudev for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-pyudev for openSUSE:Factory
checked in at Mon Sep 5 17:03:58 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-pyudev/python-pyudev.changes 2011-08-31 22:44:58.0 +0200
@@ -0,0 +1,43 @@
+---
+Wed Aug 31 20:43:18 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 0.12:
+  * #32: Fixed memory leak
+  * #33: Fixed Python 3 support for :mod:`pyudev.glib`
+  * Fixed license header in :mod:`pyudev._compat`
+- Spec file updates.
+  * Changed License: to LGPL-2.1+.
+  * Minor other updates.
+
+---
+Sun Aug 28 19:28:06 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 0.11:
+  * #30: Added :attr:`pyudev.Device.sys_number`
+  * #29: Added :meth:`pyudev.Device.from_device_number` and
+:attr:`pyudev.Device.device_number`
+  * Officially support PyPy now
+  From 0.10:
+  * Added :attr:`pyudev.__version_info__`
+  * Added :attr:`pyudev.Device.device_type`
+  * :class:`pyudev.Context`, :class:`pyudev.Enumerator`, :class:`pyudev.Device`
+and :class:`pyudev.Monitor` can now directly be passed to
+:mod:`ctypes`-wrapped functions
+  * #24: Added :attr:`pyudev.Context.run_path`
+  From 0.9:
+  * #21: Added :meth:`pyudev.Device.find_parent`
+  * #22: Added :meth:`pyudev.Monitor.filter_by_tag`
+  * Added :attr:`pyudev.Context.log_priority` to control internal UDev logging
+  * Improve error reporting, if libudev is missing
+- Spec file updates:
+  * Changed package name to python-pyudev.
+  * Changed License: to LGPL-2.1.
+  * Updated Url:.
+  * Added Provides/Obsoletes entries for pyudev.
+  * Build the package as noarch.
+  * Minor other updates.
+
+---
+Tue Feb  8 13:18:25 UTC 2011 - tittiatc...@gmail.com
+
+- Initial Package (version 0.8).

calling whatdependson for head-i586


New:

  python-pyudev.changes
  python-pyudev.spec
  pyudev-0.12.tar.gz



Other differences:
--
++ python-pyudev.spec ++
#
# spec file for package python-pyudev
#
# Copyright (c) 2011 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/
#

# norootforbuild


Name:   python-pyudev
Version:0.12
Release:1
License:LGPL-2.1+
Summary:Udev bindings for Python
Url:http://packages.python.org/pyudev/
Group:  Development/Libraries/Python
Source0:
http://pypi.python.org/packages/source/p/pyudev/pyudev-%{version}.tar.gz
BuildRequires:  libudev-devel
BuildRequires:  python-devel
BuildRequires:  python-setuptools
%{py_requires}
# pyudev was last used in KDE:Unstable:Playground (pyudev-0.8)
Provides:   pyudev = %{version}
Obsoletes:  pyudev  %{version}
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A Python binding to libudev, the hardware management library and service found
in modern linux systems.

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

%build
python setup.py build

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

%clean
rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root,-)
%doc CHANGES.rst COPYING README.rst
%doc doc/

%changelog





Remember to have fun...

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



commit python-py2pack for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-py2pack for openSUSE:Factory
checked in at Mon Sep 5 17:04:00 CEST 2011.




--- python-py2pack/python-py2pack.changes   2011-06-22 12:35:32.0 
+0200
+++ python-py2pack/python-py2pack.changes   2011-07-07 15:20:15.0 
+0200
@@ -1,0 +2,5 @@
+Thu Jul  7 13:17:54 UTC 2011 - sasc...@suse.de
+
+- Remove unused %python_sitearch macro definition
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-py2pack.spec ++
--- /var/tmp/diff_new_pack.2du4l2/_old  2011-09-05 17:02:56.0 +0200
+++ /var/tmp/diff_new_pack.2du4l2/_new  2011-09-05 17:02:56.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   python-py2pack
 Version:0.3.20
-Release:1
+Release:3
 Url:http://github.com/saschpe/py2pack
 Summary:Generate distribution packages from Python packages on PyPI
 License:GPLv2
@@ -38,7 +38,6 @@
 %endif
 %endif
 %{!?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))}
 
 %description
 This script allows to generate RPM spec or DEB dsc files from Python modules.






Remember to have fun...

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



commit python-tornado for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory
checked in at Mon Sep 5 17:07:43 CEST 2011.




--- python-tornado/python-tornado.changes   2011-06-22 14:04:20.0 
+0200
+++ /mounts/work_src_done/STABLE/python-tornado/python-tornado.changes  
2011-07-07 22:20:01.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  7 20:19:08 UTC 2011 - sasc...@gmx.de
+
+- Added README and examples to documentation
+- Fixed license string to Apache-2.0
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-tornado.spec ++
--- /var/tmp/diff_new_pack.1X3pX5/_old  2011-09-05 17:04:01.0 +0200
+++ /var/tmp/diff_new_pack.1X3pX5/_new  2011-09-05 17:04:01.0 +0200
@@ -16,15 +16,13 @@
 #
 
 
-%{!?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))}
 
 Name:   python-tornado
 Version:2.0
-Release:1
+Release:3
 Url:http://www.tornadoweb.org
 Summary:Open source version of scalable, non-blocking web server that 
power FriendFeed
-License:http://www.apache.org/licenses/LICENSE-2.0
+License:Apache-2.0
 Group:  Development/Languages/Python
 Source: tornado-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,6 +35,7 @@
 BuildArch:  noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 Tornado is an open source version of the scalable, non-blocking web server and 
tools that power FriendFeed.
@@ -54,8 +53,7 @@
 %setup -q -n tornado-%{version}
 
 %build
-export CFLAGS=%{optflags}
-python setup.py build
+CFLAGS=%{optflags} python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -65,6 +63,7 @@
 
 %files
 %defattr(-,root,root,-)
+%doc README demos
 %{python_sitelib}/*
 
 %changelog






Remember to have fun...

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



commit python-xmldiff for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-xmldiff for openSUSE:Factory
checked in at Mon Sep 5 17:08:22 CEST 2011.




--- python-xmldiff/python-xmldiff.changes   2007-01-15 11:35:30.0 
+0100
+++ python-xmldiff/python-xmldiff.changes   2011-05-28 23:11:28.0 
+0200
@@ -1,0 +2,10 @@
+Sat May 28 21:00:54 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.6.10:
+  + fails when comparing minimal trees on i386
+- Changes from version 0.6.9:
+  + Fixed xmldiff-xmlrev compilation error.
+- Spec file cleanup
+- Drop patches: xmldiff-0.6.8-python2.5.patch
+
+---

calling whatdependson for head-i586


Old:

  xmldiff-0.6.8-python2.5.patch
  xmldiff-0.6.8.tar.gz

New:

  xmldiff-0.6.10.tar.gz



Other differences:
--
++ python-xmldiff.spec ++
--- /var/tmp/diff_new_pack.ibaPkk/_old  2011-09-05 17:07:49.0 +0200
+++ /var/tmp/diff_new_pack.ibaPkk/_new  2011-09-05 17:07:49.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-xmldiff (Version 0.6.8)
+# spec file for package python-xmldiff
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,22 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   python-xmldiff
-BuildRequires:  python-devel
-Summary:Python Tool for Detecting Differences Between XML Files
-License:GPL v2 or later
-Version:0.6.8
-Release:181
+%define _name xmldiff
+Version:0.6.10
+Release:1
+License:GPLv2+
+Summary:Tree to tree correction between xml documents
+Url:http://www.logilab.org/projects/xmldiff/
 Group:  Productivity/Publishing/XML
-Source: ftp://ftp.logilab.org/pub/xmldiff/xmldiff-%{version}.tar.gz
-Patch:  xmldiff-0.6.7-clean-tmp.patch
+Source: http://ftp.logilab.org/pub/xmldiff/%{_name}-%{version}.tar.gz
+Patch0: xmldiff-0.6.7-clean-tmp.patch
 Patch1: xmldiff-0.6.7-xsldata.patch
-Patch2: xmldiff-0.6.8-python2.5.patch
+BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://www.logilab.org/projects/xmldiff/
 Requires:   file opensp libxslt python-xml
 %py_requires
 
@@ -42,34 +41,23 @@
 structured information, by S. Chawathe, A. Rajaraman, H.
 Garcia-Molina, and J. Widom, Stanford University, 1996.
 
-
-
-Authors:
-
-Sylvain Thenault sylvain.thena...@logilab.fr
-
 %prep
-%setup -q -n xmldiff-%{version}
-%patch
+%setup -q -n %{_name}-%{version}
+%patch0
 %patch1
-%patch2
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT
+python setup.py install --root=%{buildroot} --prefix=%{_prefix} --record-rpm 
%{name}.record-rpm
+rm -rf %{buildroot}%{python_sitearch}/%{_name}/test/data/
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf %{buildroot}}
 
-%files
+%files -f %{name}.record-rpm
 %defattr(-, root, root)
 %doc ChangeLog TODO README* doc/
-%{py_sitedir}/xmldiff
-%{_datadir}/xml/xmldiff
-%{_bindir}/*
-%{py_sitedir}/*egg-info
 
 %changelog

++ xmldiff-0.6.8.tar.gz - xmldiff-0.6.10.tar.gz ++
 1798 lines of diff (skipped)

++ xmldiff-0.6.7-xsldata.patch ++
--- /var/tmp/diff_new_pack.ibaPkk/_old  2011-09-05 17:07:49.0 +0200
+++ /var/tmp/diff_new_pack.ibaPkk/_new  2011-09-05 17:07:49.0 +0200
@@ -1,6 +1,8 @@
 __pkginfo__.py
+Index: __pkginfo__.py
+===
+--- __pkginfo__.py.orig
 +++ __pkginfo__.py
-@@ -54,7 +54,7 @@
+@@ -55,7 +55,7 @@ try:
  except:
  pass
  
@@ -9,9 +11,11 @@
 ['xsl/docbook_rev.xsl', 'xsl/xmlrev.xslt'])
]
  
 bin/xmlrev
+Index: bin/xmlrev
+===
+--- bin/xmlrev.orig
 +++ bin/xmlrev
-@@ -107,7 +107,7 @@
+@@ -107,7 +107,7 @@ function usage(){
  echo   show difference between revisions as xupdate
  }
  






Remember to have fun...

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



commit python-virtinst for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-virtinst for openSUSE:Factory
checked in at Mon Sep 5 17:08:29 CEST 2011.




--- python-virtinst/python-virtinst.changes 2011-02-15 17:50:34.0 
+0100
+++ python-virtinst/python-virtinst.changes 2011-04-16 19:03:04.0 
+0200
@@ -1,0 +2,7 @@
+Sat Apr 16 19:03:44 CEST 2011 - bere...@b1-systems.de
+
+- push to version 0.500.6
+  - --graphics spice now enables spicevmc and qxl 
+  - New --disk parameter io=native|threads
+
+---

calling whatdependson for head-i586


Old:

  suse_fix_for_kvm.diff
  virtinst-0.500.4.tar.gz

New:

  virtinst-0.500.6.tar.gz



Other differences:
--
++ python-virtinst.spec ++
--- /var/tmp/diff_new_pack.2VAcXP/_old  2011-09-05 17:04:10.0 +0200
+++ /var/tmp/diff_new_pack.2VAcXP/_new  2011-09-05 17:04:10.0 +0200
@@ -35,10 +35,9 @@
 Summary:Python modules and tools for creating virtual machines with 
libvirt
 
 Name:   python-%{appname}
-Version:0.500.4
+Version:0.500.6
 Release:1
 Source0:
http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-Patch100:   suse_fix_for_kvm.diff
 
 License:GPLv2+
 Group:  System/Monitoring
@@ -71,7 +70,6 @@
 
 %prep
 %setup -q -n %{appname}-%{version}
-%patch100
 
 %build
 python setup.py build

++ virtinst-0.500.4.tar.gz - virtinst-0.500.6.tar.gz ++
 65124 lines of diff (skipped)






Remember to have fun...

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



commit python3 for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python3 for openSUSE:Factory
checked in at Mon Sep 5 17:08:49 CEST 2011.




--- python3/python3-base.changes2011-07-18 19:14:11.0 +0200
+++ /mounts/work_src_done/STABLE/python3/python3-base.changes   2011-08-16 
19:05:33.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 17:02:22 UTC 2011 - ter...@gmail.com
+
+- use sysconfig module to get py3_incdir, py3_abiflags,
+  py3_soflags, python3_sitelib and python3_sitearch
+
+---
--- python3/python3.changes 2011-07-18 18:24:41.0 +0200
+++ /mounts/work_src_done/STABLE/python3/python3.changes2011-09-02 
12:40:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep  2 10:40:01 UTC 2011 - co...@suse.com
+
+- fix baselibs.conf
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.qRsRAI/_old  2011-09-05 17:08:19.0 +0200
+++ /var/tmp/diff_new_pack.qRsRAI/_new  2011-09-05 17:08:19.0 +0200
@@ -25,7 +25,7 @@
 AutoReqProv:on
 Summary:Python3 Interpreter
 Version:3.2.1
-Release:1
+Release:2
 %define tarversion %{version}
 %define tarnamePython-%{tarversion}
 
@@ -161,6 +161,7 @@
 
 %package -n libpython%{so_version}
 
+
 License:MIT License (or similar)
 Summary:Python Interpreter shared library
 Group:  Development/Languages/Python
@@ -218,7 +219,7 @@
 %check
 # test_file fails in autobuild env - stdin.seek(-1) wrongly succeeds. 
probably an issue with autobuild's stdin
 # test_nis fails in autobuild env. probably a misconfiguration of mbuild 
servers
-EXCLUDE=-x test_file -x test_nis
+#EXCLUDE=-x test_file -x test_nis
 # Limit virtual memory to avoid spurious failures
 if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 1000; then
   ulimit -v 1000 || :

++ python3-doc.spec ++
--- /var/tmp/diff_new_pack.qRsRAI/_old  2011-09-05 17:08:19.0 +0200
+++ /var/tmp/diff_new_pack.qRsRAI/_new  2011-09-05 17:08:19.0 +0200
@@ -24,7 +24,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Additional Package Documentation for Python.
 Version:3.2
-Release:2
+Release:3
 %define pyver   3.2.1
 BuildArch:  noarch
 %define   tarnamePython-%{pyver}

++ python3.spec ++
--- /var/tmp/diff_new_pack.qRsRAI/_old  2011-09-05 17:08:19.0 +0200
+++ /var/tmp/diff_new_pack.qRsRAI/_new  2011-09-05 17:08:19.0 +0200
@@ -25,7 +25,7 @@
 AutoReqProv:on
 Summary:Python3 Interpreter
 Version:3.2.1
-Release:1
+Release:3
 %define tarversion %{version}
 %define tarnamePython-%{tarversion}
 

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.qRsRAI/_old  2011-09-05 17:08:19.0 +0200
+++ /var/tmp/diff_new_pack.qRsRAI/_new  2011-09-05 17:08:19.0 +0200
@@ -1 +1,2 @@
 python3
+libpython3_2mu1_0

++ macros.python3.py ++
--- /var/tmp/diff_new_pack.qRsRAI/_old  2011-09-05 17:08:20.0 +0200
+++ /var/tmp/diff_new_pack.qRsRAI/_new  2011-09-05 17:08:20.0 +0200
@@ -3,16 +3,18 @@
  generate macros.python3 file from known values 
 
 import sys,os
-from distutils.sysconfig import get_python_lib
+from sysconfig import get_path, get_config_var
 
 version = {}.{}.format(*sys.version_info)
 
 macros = {
 py3_ver:  version,
 py3_prefix:   sys.prefix,
-py3_incdir:   os.path.join(sys.prefix, include, python + 
version),
-python3_sitelib:  get_python_lib(),
-python3_sitearch: get_python_lib(True),
+py3_incdir:   get_path(include),
+py3_abiflags: get_config_var(ABIFLAGS),
+py3_soflags:  get_config_var(SOABI),
+python3_sitelib:  get_path(purelib),
+python3_sitearch: get_path(platlib),
 py3_compile(O): 
 find %1 -name '*.pyc' -exec rm -f {} ;
 python3 -c import sys, os, compileall; br='%{buildroot}'; 
compileall.compile_dir(sys.argv[1], ddir=br and 
(sys.argv[1][len(os.path.abspath(br)):]+'/') or None) %1






Remember to have fun...

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



commit qps for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package qps for openSUSE:Factory
checked in at Mon Sep 5 17:11:42 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ qps/qps.changes 2011-08-28 17:24:07.0 +0200
@@ -0,0 +1,79 @@
+---
+Sun Aug 28 15:03:25 UTC 2011 - lazy.k...@opensuse.org
+
+- Update to 1.10.16
+  + 3.0-ARCH problem fixed
+
+---
+Mon Aug 22 12:40:55 UTC 2011 - lazy.k...@opensuse.org
+
+- Patch to fix typo in desktop file (bnc#631745)
+
+---
+Sun Jul 17 17:26:11 UTC 2011 - lazy.k...@opensuse.org
+
+- Update to 1.10.15
+  + Added IO monitoring
+
+---
+Wed Jul  6 05:11:57 UTC 2011 - lazy.k...@opensuse.org
+
+- Update to 1.10.14
+  + Fixed wrong process names
+
+---
+Sat Jun 18 15:52:35 UTC 2011 - lazy.k...@opensuse.org
+
+- Update to 1.10.13
+  + GNOME3 and Avant Window Navigator support
+- Correct License tag according to SPDX Standard
+
+---
+Fri Jun  3 15:30:56 UTC 2011 - lazy.k...@opensuse.org
+
+- Update to 1.10.12.3
+  + Zero CPU bug fixed (thanks to David Rosenstrauch)
+  + SEGFAULT fixed (Google Chrome's very long cmdline bug fix)
+- Dropped obsolete buffer_overflow patch
+- Use full URL as a source
+
+---
+Mon Apr 11 14:34:35 UTC 2011 - lazy.k...@opensuse.org
+
+- Added rpm optflags
+- Added COPYING
+- Marked man as doc
+
+---
+Tue Jul  6 10:21:25 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Fixed buffer overflow (bnc#613864). Patch from Bernhard Rotter
+- Build debug packages
+
+---
+Tue Oct 20 00:00:00 UTC 2009 - lazy.kent.s...@gmail.com
+
+- Update to 1.10.12.1
+  + 0 (zero) Process bug fixed (David_Rosenstrauch@archlinux)
+
+---
+Thu Sep 17 00:00:00 UTC 2009 - lazy.kent.s...@gmail.com
+
+- Update to 1.10.12
+  + Not working problem on kernel-2.6.xx was fixed
+  + MEM field added
+  + Tab on-off switch added
+
+---
+Fri Aug  7 00:00:00 UTC 2009 - lazy.kent.s...@gmail.com
+
+- Update to 1.10.11
+  + Window raise problem was fixed
+  + IO_RW was added
+  + Bugs was fixed (WCHAN, kernel warning etc)
+
+---
+Sat Aug  1 00:00:00 UTC 2009 - lazy.kent.s...@gmail.com
+
+- Initial package created - 1.10.10
+

calling whatdependson for head-i586


New:

  qps-1.10.12.1-nostrip.patch
  qps-1.10.15-desktop.patch
  qps-1.10.16.tar.bz2
  qps.changes
  qps.spec



Other differences:
--
++ qps.spec ++
#
# spec file for package qps
#
# Copyright (c) 2011 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:   qps
Version:1.10.16
Release:1
License:GPL-2.0
Summary:Visual Process Manager
Url:http://qps.kldp.net/
Group:  System/Monitoring
Source0:http://kldp.net/frs/download.php/5963/%{name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE qps-1.10.12.1-nostrip.patch lazy.k...@opensuse.org -- 
don't strip binary, OBS does itself
Patch0: qps-1.10.12.1-nostrip.patch
# PATCH-FIX-UPSTREAM qps-1.10.15-desktop.patch bnc#631745 
lazy.k...@opensuse.org -- fix typo and remove file extension in desktop file
Patch1: qps-1.10.15-desktop.patch
BuildRequires:  libqt4-devel
BuildRequires:  update-desktop-files
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Qps is a visual process manager, an X11 version of top or ps that
displays processes in a window and lets you sort and manipulate them. It
displays some general system information, and many details about current
processes.



Authors:

fasth...@show.co.kr

%prep
%setup -q
%patch0
%patch1

%build
qmake \
QMAKE_CFLAGS+=%{optflags} \
 

commit python3-qt4 for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python3-qt4 for openSUSE:Factory
checked in at Mon Sep 5 17:12:30 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python3-qt4/python-qt4.changes  2011-08-30 14:49:10.0 +0200
@@ -0,0 +1,389 @@
+---
+Tue Aug 30 12:47:14 UTC 2011 - idon...@suse.com
+
+- Remove check for obsolete openSUSE versions.
+
+---
+Mon Aug 29 18:41:49 UTC 2011 - ter...@gmail.com
+
+- Add python-qt4-utils package to avoid conflicts between python2 
+  and python3 versions
+
+---
+Mon Aug 22 11:11:58 UTC 2011 - idon...@novell.com
+
+- Unbreak -debuginfo package creation 
+
+---
+Tue Aug 16 00:59:00 UTC 2011 - ter...@gmail.com
+
+- update to 4.8.5
+  -This is a minor bug fix release. 
+
+---
+Tue May  3 19:21:44 UTC 2011 - gre...@suse.de
+
+- fix for x86-64 issue to enable the package to properly build.
+
+---
+Mon May  2 18:56:41 CEST 2011 - dmuel...@suse.de
+
+- update to 4.8.4:
+ * Added support for Qt v4.7.2.
+ * Added limited support for setEventFilter() and filterEvent() to 
QAbstractEventDispatcher.
+ * pyrcc4 will now compress by default to match the behaviour of rcc.
+ * Removed QTouchEventSequence as its C++ API makes it impossible to be used 
from Python.
+
+---
+Fri Feb 11 10:31:22 UTC 2011 - co...@novell.com
+
+- refresh patches
+
+---
+Tue Jan 25 11:58:35 CET 2011 - dmuel...@suse.de
+
+- update to 4.8.3:
+  - Added the QPyNullVariant class to the QVariant v2 API to allow null
+QVariants to be implemented.
+  - Added the optional type keyword argument to QSettings.value() to allow the
+type of the returned value to be specified.
+  - QDeclarativeItem will now act as a transparent proxy from any QML signals
+and JavaScript functions.
+  - Any QObject invokable methods can now be called transparently even if they
+haven't been explicitly wrapped.
+  - QWizardPage.registerField() can now take an unbound or bound signal as its
+'changedSignal' argument.
+  - Converted the Reference Guide to Sphinx.
+  - Bug fixes.
+
+---
+Mon Jan  3 10:47:11 CET 2011 - dmuel...@suse.de
+
+- update to 4.8.2:
+  - Added support for Qt v4.7.1.
+  - Added the coloreditorfactory.py, combowidgetmapper.py,
+customsortfiltermodel.py and simplewidgetmapper.py item view examples from
+Hans-Peter Jansen.
+  - Added the IPC examples from Hans-Peter Jansen.
+  - Added the WebKit examples from Hans-Peter Jansen.
+  - Added the calendarwidget.py, stylesheet.py and textedit.py examples from
+Hans-Peter Jansen.
+  - Added the --no-timestamp option to configure.py.
+  - Added the lang example from Hans-Peter Jansen to the contrib directory.
+  - The support for the detection of the destruction by Qt of internally
+constructed QObject instances (added in PyQt v4.7.5) has been disabled
+until a reliable thread-safe solution can be found.
+  - Bug fixes.
+  - Support for the QT_BEGIN_NAMESPACE and QT_END_NAMESPACE macros to allow
+PyQt to be built against Qt built with namespace support.
+  - Bug fixes.
+
+---
+Mon Oct 25 15:58:35 CEST 2010 - dmuel...@suse.de
+
+- update to 4.8:
+ - Added support for Qt v4.7 including the new QtDeclarative module.
+ - pyqtProperty() can now be used as a method decorator in the same way that
+   the standard Python property type can be used.
+ - Added the notify argument to pyqtProperty().
+ - Unbound signals can now be subscripted in the same way that bound signals
+   can.
+ - Added the missing  operator to QPolygon, QPolygonF and
+   QXmlStreamAttributes.
+ - PyQt will now automatically keep a reference to objects set with some sort
+   of setter method when Qt expects the underlying C++ instance to stay valid
+   but does not take ownership of it.
+ - Added the lightmaps.py and stardelegate.py examples from Hans-Peter Jansen.
+ - Added the --assume-shared option to configure.py.
+ - The QtAssistant module is no longer built with Qt v4.7 and later.
+
+---
+Tue Oct  5 08:56:43 UTC 2010 - wstephen...@novell.com
+
+- Add patch to fix python-kde4 build from kde-packag...@kde.org
+
+---
+Fri Oct  1 14:53:50 UTC 2010 - ei...@heavensinferno.net
+
+- update to 4.7.7:
+  -  - A bug fix release. 
+

commit sc for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package sc for openSUSE:Factory
checked in at Mon Sep 5 17:14:18 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ sc/sc.changes   2011-08-27 21:09:13.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Aug 21 20:16:19 UTC 2011 - g...@opensuse.org
+
+- initial packaging
+

calling whatdependson for head-i586


New:

  sc-7.16.tar.gz
  sc-do-not-use-reserved-symbols.patch
  sc-fix-conflicting-macro.patch
  sc-fix-eval-parser.patch
  sc-fix-execl-call.patch
  sc-fix-malloc-redefinition.patch
  sc-fix-missing-includes.patch
  sc-fix-missing-prototypes.patch
  sc-fix-missing-return-value.patch
  sc-fix-parentheses.patch
  sc-fix-uninitialized-variables.patch
  sc.changes
  sc.spec



Other differences:
--
++ sc.spec ++
#
# spec file for package sc
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Guido Berhoerster.
#
# 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:   sc
Version:7.16
Release:1
License:Public Domain
Summary:Spreadsheet Calculator
Url:http://ibiblio.org/pub/Linux/apps/financial/spreadsheet/
Group:  Productivity/Office/Spreadsheets
Source: 
http://ibiblio.org/pub/Linux/apps/financial/spreadsheet/sc-%{version}.tar.gz
Patch0: sc-fix-malloc-redefinition.patch
Patch1: sc-fix-missing-includes.patch
Patch2: sc-fix-uninitialized-variables.patch
Patch3: sc-fix-execl-call.patch
Patch4: sc-fix-missing-return-value.patch
Patch5: sc-fix-conflicting-macro.patch
Patch6: sc-fix-missing-prototypes.patch
Patch7: sc-fix-parentheses.patch
Patch8: sc-do-not-use-reserved-symbols.patch
Patch9: sc-fix-eval-parser.patch
BuildRequires:  ncurses-devel
BuildRequires:  bison
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
sc is a free curses-based spreadsheet program that uses key bindings similar to
vi and less.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1

%build
make %{?_smp_mflags} LIBDIR=%{_docdir}/%{name} CFLAGS=%{optflags} -DSYSV3 
all sc.1 psc.1

%install
install -p -D -m 755 sc %{buildroot}%{_bindir}/sc
install -p -D -m 755 psc %{buildroot}%{_bindir}/psc
install -p -D -m 755 scqref %{buildroot}%{_bindir}/pscqref
install -p -D -m 644 sc.1 %{buildroot}%{_mandir}/man1/sc.1
install -p -D -m 644 psc.1 %{buildroot}%{_mandir}/man1/psc.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGES README tutorial.sc
%doc %{_mandir}/man1/sc.1*
%doc %{_mandir}/man1/psc.1*
%{_bindir}/sc
%{_bindir}/psc
%{_bindir}/pscqref

%changelog
++ sc-do-not-use-reserved-symbols.patch ++
Index: sc-7.16/vi.c
===
--- sc-7.16.orig/vi.c
+++ sc-7.16/vi.c
@@ -42,7 +42,7 @@ void gotobottom();
 
 #define istext(a) (isalnum(a) || ((a) == '_'))
 
-#define bool   int
+#define booleanint
 #define true   1
 #define false  0
 
@@ -74,7 +74,7 @@ static void replace_mode();
 static void restore_it();
 static void savedot(int c);
 static void save_hist();
-static void search_again(bool reverse);
+static void search_again(boolean reverse);
 static void search_hist();
 static void search_mode(char sind);
 static void stop_edit();
@@ -1565,7 +1565,7 @@ search_hist()
 }
 
 static void
-search_again(bool reverse)
+search_again(boolean reverse)
 {
 int prev_match;
 int found_it;
++ sc-fix-conflicting-macro.patch ++
Index: sc-7.16/cmds.c
===
--- sc-7.16.orig/cmds.c
+++ sc-7.16/cmds.c
@@ -2407,7 +2407,7 @@ syncref(register struct enode *e)
 } else {
switch (e-op) {
case 'v':
-   if (e-e.v.vp-flags  is_cleared) {
+   if (e-e.v.vp-flags  is_cleared_sc) {
e-op = ERR_;
e-e.o.left = NULL;
e-e.o.right = NULL;
Index: sc-7.16/interp.c
===
--- sc-7.16.orig/interp.c
+++ sc-7.16/interp.c
@@ -2158,7 +2158,7 @@ 

commit seamonkey for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory
checked in at Mon Sep 5 17:15:00 CEST 2011.




--- seamonkey/seamonkey.changes 2011-08-15 13:32:47.0 +0200
+++ seamonkey/seamonkey.changes 2011-09-02 18:23:30.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  2 14:40:07 UTC 2011 - pce...@suse.com
+
+- security update to 2.3.2 (bnc#714931)
+  * MFSA 2011-34
+Protection against fraudulent DigiNotar certificates
+(bmo#682927)
+
+---
@@ -4 +12,14 @@
-- update to version 2.3 (bnc#711954)
+- update to version 2.3 (bnc#712224)
+  included security fixes
+  * CVE-2011-2989/CVE-2011-2991/CVE-2011-2992/CVE-2011-2985
+Miscellaneous memory safety hazards
+  * CVE-2011-2993 (bmo#657267)
+Unsigned scripts can call script inside signed JAR
+  * CVE-2011-2988 (bmo#665934)
+Heap overflow in ANGLE library
+  * CVE-2011-0084 (bmo#648094)
+Crash in SVGTextElement.getCharNumAtPosition()
+  * CVE-2011-2990
+Credential leakage using Content Security Policy reports
+  * CVE-2011-2986 (bmo#655836)
+Cross-origin data theft using canvas and Windows D2D
@@ -7 +27,0 @@
-  including security fixes

calling whatdependson for head-i586


Old:

  l10n-2.3.tar.bz2
  seamonkey-2.3-source.tar.bz2

New:

  l10n-2.3.2.tar.bz2
  seamonkey-2.3.2-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.T2ijkv/_old  2011-09-05 17:12:58.0 +0200
+++ /var/tmp/diff_new_pack.T2ijkv/_new  2011-09-05 17:12:58.0 +0200
@@ -23,9 +23,9 @@
 BuildRequires:  Mesa-devel autoconf213 fdupes gcc-c++ hunspell-devel 
libgnomeui-devel libidl-devel libiw-devel libnotify-devel libproxy-devel 
nss-shared-helper-devel python startup-notification-devel unzip 
update-desktop-files yasm zip
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   web_browser
-Version:2.3
+Version:2.3.2
 Release:1
-%define releasedate 2011081500
+%define releasedate 2011090200
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
 Group:  Productivity/Networking/Web/Browsers

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.T2ijkv/_old  2011-09-05 17:12:59.0 +0200
+++ /var/tmp/diff_new_pack.T2ijkv/_new  2011-09-05 17:12:59.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH=releases/comm-release
-RELEASE_TAG=SEAMONKEY_2_3_RELEASE
-VERSION=2.3
+RELEASE_TAG=SEAMONKEY_2_3_2_RELEASE
+VERSION=2.3.2
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.3.tar.bz2 - l10n-2.3.2.tar.bz2 ++
seamonkey/l10n-2.3.tar.bz2 seamonkey/l10n-2.3.2.tar.bz2 differ: char 11, line 1

++ seamonkey-2.3-source.tar.bz2 - seamonkey-2.3.2-source.tar.bz2 ++
seamonkey/seamonkey-2.3-source.tar.bz2 seamonkey/seamonkey-2.3.2-source.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit snapper for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package snapper for openSUSE:Factory
checked in at Mon Sep 5 17:15:48 CEST 2011.




--- snapper/snapper.changes 2011-08-12 10:58:43.0 +0200
+++ snapper/snapper.changes 2011-09-02 10:30:22.0 +0200
@@ -1,0 +2,15 @@
+Fri Sep 02 10:27:46 CEST 2011 - aschn...@suse.de
+
+- updated translations
+
+---
+Wed Aug 31 15:44:42 CEST 2011 - aschn...@suse.de
+
+- renamed snapper command diff to status and contentdiff to diff
+
+---
+Mon Aug 29 16:17:11 CEST 2011 - aschn...@suse.de
+
+- improved manpage (bnc #710858)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.IpbWHT/_old  2011-09-05 17:15:15.0 +0200
+++ /var/tmp/diff_new_pack.IpbWHT/_new  2011-09-05 17:15:15.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   snapper
 Version:0.0.7
-Release:5
+Release:7
 License:GPL
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ snapper-0.0.7.tar.bz2 ++
 5121 lines of diff (skipped)






Remember to have fun...

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



commit snd for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package snd for openSUSE:Factory
checked in at Mon Sep 5 17:16:17 CEST 2011.




--- snd/snd.changes 2010-04-10 09:57:21.0 +0200
+++ snd/snd.changes 2011-08-31 12:34:08.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 31 10:32:48 UTC 2011 - pgaj...@suse.com
+
+- build with --no-copy-dt-needed-entries
+
+---

calling whatdependson for head-i586




Other differences:
--
++ snd.spec ++
--- /var/tmp/diff_new_pack.aibq8l/_old  2011-09-05 17:15:23.0 +0200
+++ /var/tmp/diff_new_pack.aibq8l/_new  2011-09-05 17:15:23.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package snd (Version 11.4)
+# spec file for package snd
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 BuildRequires:  libdrm-devel libjack-devel libsamplerate-devel 
update-desktop-files
 Summary:Powerful Sound File Editor
 Version:11.4
-Release:2
+Release:8
 License:LGPLv2.1+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Requires:   ladspa
@@ -70,7 +70,8 @@
--with-static-xm \
--with-gl \
%{with_jack}
-# make
+# feel free to improve following change and please notify upstream
+sed -i s:\(^LIBS =.*\):\1 -lX11 -ldl: makefile
 make %{?jobs:-j %jobs}
 make sndplay sndinfo audinfo
 







Remember to have fun...

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



commit perl-B-Hooks-EndOfScope for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package perl-B-Hooks-EndOfScope for 
openSUSE:Factory
checked in at Mon Sep 5 17:16:18 CEST 2011.




--- perl-B-Hooks-EndOfScope/perl-B-Hooks-EndOfScope.changes 2011-07-06 
09:31:38.0 +0200
+++ perl-B-Hooks-EndOfScope/perl-B-Hooks-EndOfScope.changes 2011-08-25 
00:31:10.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 24 22:30:17 UTC 2011 - ch...@computersalat.de
+
+- fix build for SLE_10
+  * ExtUtils::MakeMaker version 6.31
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-B-Hooks-EndOfScope.spec ++
--- /var/tmp/diff_new_pack.Vsquhc/_old  2011-09-05 17:15:47.0 +0200
+++ /var/tmp/diff_new_pack.Vsquhc/_new  2011-09-05 17:15:47.0 +0200
@@ -19,12 +19,12 @@
 
 Name:   perl-B-Hooks-EndOfScope
 Version:0.09
-Release:1
+Release:3
 License:GPL+ or Artistic
 %define cpan_name B-Hooks-EndOfScope
 Summary:Execute code after a scope finished compilation
-Url:http://search.cpan.org/dist/B-Hooks-EndOfScope/
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/B-Hooks-EndOfScope/
 Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,6 +43,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?sles_version} == 10
+%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor






Remember to have fun...

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



commit mozilla-nss for openSUSE:11.3

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:11.3
checked in at Mon Sep 5 17:29:51 CEST 2011.




--- old-versions/11.3/UPDATES/all/mozilla-nss/mozilla-nss.changes   
2011-08-12 22:57:46.0 +0200
+++ 11.3/mozilla-nss/mozilla-nss.changes2011-09-02 17:49:38.0 
+0200
@@ -1,0 +2,11 @@
+Fri Sep  2 14:40:07 UTC 2011 - pce...@suse.com
+
+- removed DigiNotar root certifiate from trusted db
+  (bmo#682927, bnc#714931)
+
+---
+Wed Aug 24 08:37:13 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typo in summary of mozilla-nss (libsoftokn3)
+
+---

calling whatdependson for 11.3-i586


New:

  nss-3.12.11-diginotar.patch



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.rhzJQK/_old  2011-09-05 17:28:19.0 +0200
+++ /var/tmp/diff_new_pack.rhzJQK/_new  2011-09-05 17:28:19.0 +0200
@@ -30,7 +30,7 @@
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Version:3.12.11
-Release:1.RELEASE2
+Release:1.RELEASE4
 # bug437293
 %ifarch ppc64
 Obsoletes:  mozilla-nss-64bit
@@ -56,6 +56,7 @@
 Patch5: nss-no-rpath.patch
 Patch6: renegotiate-transitional.patch
 Patch9: malloc.patch
+Patch10:nss-3.12.11-diginotar.patch
 %define nspr_ver %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
 PreReq: mozilla-nspr = %nspr_ver
 PreReq: libfreebl3 = %{nss_softokn_fips_version}
@@ -138,7 +139,7 @@
 
 %package -n libsoftokn3
 License:MPLv1.1 or GPLv2+ or LGPLv2.1+
-Summary:Network Security Services Soktoken Module
+Summary:Network Security Services Softoken Module
 Group:  System/Libraries
 Requires:   libfreebl3 = %{version}-%{release}
 
@@ -173,6 +174,7 @@
 %if %suse_version  1110
 %patch9
 %endif
+%patch10 -p2
 # additional CA certificates
 #cd security/nss/lib/ckfw/builtins
 #cat %{SOURCE2}  certdata.txt



++ nss-3.12.11-diginotar.patch ++
 1637 lines (skipped)






Remember to have fun...

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



commit xorg-x11-libs for openSUSE:11.3

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-libs for openSUSE:11.3
checked in at Mon Sep 5 17:32:48 CEST 2011.




--- old-versions/11.3/all/xorg-x11-libs/xorg-x11-libs.changes   2010-05-06 
10:45:23.0 +0200
+++ 11.3/xorg-x11-libs/xorg-x11-libs.changes2011-09-02 16:54:33.0 
+0200
@@ -1,0 +2,6 @@
+Fri Sep  2 14:44:58 UTC 2011 - sndir...@suse.com
+
+- U_libXfont_LZW-decompress-fix-for-CVE-2011-2895.patch
+  * LZW decompress: fix for CVE-2011-2895 (bnc #709851)
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/xorg-x11-libs
Destination is old-versions/11.3/UPDATES/all/xorg-x11-libs
calling whatdependson for 11.3-i586


New:

  U_libXfont_LZW-decompress-fix-for-CVE-2011-2895.patch



Other differences:
--
++ xorg-x11-libs.spec ++
--- /var/tmp/diff_new_pack.GhFeIs/_old  2011-09-05 17:30:11.0 +0200
+++ /var/tmp/diff_new_pack.GhFeIs/_new  2011-09-05 17:30:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-libs (Version 7.5)
+# spec file for package xorg-x11-libs
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@
 #
 Url:http://xorg.freedesktop.org/
 Version:7.5
-Release:3
+Release:4.RELEASE2
 License:GPLv2+ ; MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/Libraries
@@ -74,6 +74,7 @@
 Patch5: libxkbui.diff
 Patch10:libXxf86misc-xcb.diff
 Patch21:libXTrap-pcfix.diff
+Patch22:U_libXfont_LZW-decompress-fix-for-CVE-2011-2895.patch
 
 %description
 This package contains the remaining X.Org libraries.
@@ -230,6 +231,9 @@
 pushd libXTrap-*
 %patch21 -p1
 popd
+pushd libXfont-*
+%patch22 -p1
+popd
 
 %build
 for dir in $(ls); do

++ U_libXfont_LZW-decompress-fix-for-CVE-2011-2895.patch ++
From d11ee5886e9d9ec610051a206b135a4cdc1e09a0 Mon Sep 17 00:00:00 2001
From: Thomas Hoger tho...@redhat.com
Date: Mon, 8 Aug 2011 18:03:09 +0200
Subject: [PATCH] LZW decompress: fix for CVE-2011-2895

Specially crafted LZW stream can crash an application using libXfont
that is used to open untrusted font files.  With X server, this may
allow privilege escalation when exploited

Reviewed-by: Matthieu Herrb matthieu.he...@laas.fr
Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
---
 src/fontfile/decompress.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/fontfile/decompress.c b/src/fontfile/decompress.c
index b1fc37b..c8171dd 100644
--- a/src/fontfile/decompress.c
+++ b/src/fontfile/decompress.c
@@ -259,6 +259,8 @@ BufCompressedFill (BufFilePtr f)
 */
while ( code = 256 )
{
+   if (stackp - de_stack = STACK_SIZE - 1)
+   return BUFFILEEOF;
*stackp++ = file-tab_suffix[code];
code = file-tab_prefix[code];
}
-- 
1.7.4.1






Remember to have fun...

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



commit timezone for openSUSE:11.3

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package timezone for openSUSE:11.3
checked in at Mon Sep 5 17:35:04 CEST 2011.




--- old-versions/11.3/UPDATES/all/timezone/timezone-java.changes
2011-08-24 15:12:08.0 +0200
+++ 11.3/timezone/timezone-java.changes 2011-09-04 23:00:28.0 +0200
@@ -1,0 +2,14 @@
+Sun Sep  4 20:58:22 UTC 2011 - dmuel...@suse.de
+
+- update to 2011i:
+  * Add Africa/Juba (South Sudan) zone
+  * Samoa skips over 2011-12-30
+  * Use KALT as abbreviation for Europe/Kalinigrad from spring
+2011 forward
+  * Newfoundland changes time of day for DST start and end
+to 2:00 a.m. starting fall 2011 and forward
+  * Change America/Resolute use of EST to 2006-2007 only
+  * iso3166.tab Add SS (South Sudan) entry.
+  * zone.tab Change America/Resolute entry to Central Standard Time.
+
+---
timezone.changes: same change

calling whatdependson for 11.3-i586


Old:

  tzcode2011g.tar.gz
  tzdata2011h.tar.gz

New:

  tzcode2011i.tar.gz
  tzdata2011i.tar.gz



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.uDlRNL/_old  2011-09-05 17:34:34.0 +0200
+++ /var/tmp/diff_new_pack.uDlRNL/_new  2011-09-05 17:34:34.0 +0200
@@ -25,10 +25,10 @@
 Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:2011h
-Release:1.RELEASE2
-Source: tzdata%{version}.tar.gz
-Source1:tzcode2011g.tar.gz
+Version:2011i
+Release:0.RELEASE2
+Source: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
+Source1:ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz
 # COMMON-END
 # COMMON-END
 Url:http://www.gnu.org/software/libc/libc.html

++ timezone.spec ++
--- /var/tmp/diff_new_pack.uDlRNL/_old  2011-09-05 17:34:34.0 +0200
+++ /var/tmp/diff_new_pack.uDlRNL/_new  2011-09-05 17:34:34.0 +0200
@@ -25,10 +25,10 @@
 Url:http://www.gnu.org/software/libc/libc.html
 PreReq: filesystem, coreutils
 # COMMON-BEGIN
-Version:2011h
-Release:2.RELEASE2
-Source: tzdata%{version}.tar.gz
-Source1:tzcode2011g.tar.gz
+Version:2011i
+Release:0.RELEASE2
+Source: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
+Source1:ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz
 # COMMON-END
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff






Remember to have fun...

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



commit rsyslog for openSUSE:11.3

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package rsyslog for openSUSE:11.3
checked in at Mon Sep 5 17:36:31 CEST 2011.




--- old-versions/11.3/all/rsyslog/rsyslog.changes   2010-04-28 
19:26:59.0 +0200
+++ 11.3/rsyslog/rsyslog.changes2011-08-29 19:21:32.0 +0200
@@ -1,0 +2,8 @@
+Mon Aug 29 16:48:30 UTC 2011 - m...@suse.com
+
+- Applied patch for 1/2 byte buffer overflow while parsing legacy
+  syslog messages that may cause a crash (CVE-2011-3200,bnc#714658).
+- Applied a fix for a memcpy overflow while processing allowed sender
+  rules in the config that resolve to IPv4-mapped-on-IPv6 addresses.
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/rsyslog
Destination is old-versions/11.3/UPDATES/all/rsyslog
calling whatdependson for 11.3-i586


New:

  rsyslog-5.x-memcpy-overflow.patch
  rsyslog-CVE-2011-3200.bnc714658.patch



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.YMM6Ia/_old  2011-09-05 17:36:18.0 +0200
+++ /var/tmp/diff_new_pack.YMM6Ia/_new  2011-09-05 17:36:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rsyslog (Version 5.4.0)
+# spec file for package rsyslog
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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 @@
 %define rsyslog_module_dir_nodeps   %{_libdir}/rsyslog/
 %define rsyslog_module_dir_withdeps %{_prefix}/%{_lib}/rsyslog/
 Version:5.4.0
-Release:2
+Release:3.RELEASE2
 License:GPLv3+
 Group:  System/Daemons
 Summary:Rsyslog, the enhanced syslogd for Linux and Unix
@@ -56,6 +56,8 @@
 Source3:rsyslog.early.conf.in
 Source4:rsyslog.d.remote.conf.in
 Patch1: rsyslog.xconsole-pipe-loop.patch
+Patch2: rsyslog-5.x-memcpy-overflow.patch
+Patch3: rsyslog-CVE-2011-3200.bnc714658.patch
 
 %description
 Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
@@ -246,6 +248,8 @@
 %setup -q -n %{name}-%{upstream_version}
 dos2unix doc/*.html
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall

++ rsyslog-5.x-memcpy-overflow.patch ++
--- rsyslog-5.x/runtime/net.c
+++ rsyslog-5.x/runtime/net.c   2011/08/29 16:38:49
@@ -721,7 +721,7 @@ static rsRetVal AddAllowedSender(struct

SIN(allowIP.addr.NetAddr)-sin_port   = 0;

memcpy((SIN(allowIP.addr.NetAddr)-sin_addr.s_addr),

(SIN6(res-ai_addr)-sin6_addr.s6_addr32[3]),
-   sizeof (struct 
sockaddr_in));
+   sizeof (in_addr_t));
 
if((iRet = 
AddAllowedSenderEntry(ppRoot, ppLast, allowIP,

iSignificantBits))
++ rsyslog-CVE-2011-3200.bnc714658.patch ++
diff --git a/tools/pmrfc3164.c b/tools/pmrfc3164.c
index 635ca98..6d2d22b 100644
--- a/tools/pmrfc3164.c
+++ b/tools/pmrfc3164.c
@@ -177,7 +177,7 @@ CODESTARTparse
 * outputs so that only 32 characters max are used by default.
 */
i = 0;
-   while(lenMsg  0  *p2parse != ':'  *p2parse != ' '  i  
CONF_TAG_MAXSIZE) {
+   while(lenMsg  0  *p2parse != ':'  *p2parse != ' '  i  
CONF_TAG_MAXSIZE - 2) {
bufParseTAG[i++] = *p2parse++;
--lenMsg;
}





Remember to have fun...

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



commit otrs for openSUSE:11.3

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package otrs for openSUSE:11.3
checked in at Mon Sep 5 17:37:19 CEST 2011.




--- old-versions/11.3/UPDATES/all/otrs/otrs.changes 2011-05-07 
11:51:21.0 +0200
+++ 11.3/otrs/otrs.changes  2011-09-05 13:54:23.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep  5 11:50:46 UTC 2011 - ch...@computersalat.de
+
+- fix for bnc#715659
+  o OSA-2011-03, http://otrs.org/advisory/OSA-2011-03-en/
+
+---

calling whatdependson for 11.3-i586


Old:

  itsm-2.1.1.tar.bz2
  otrs-2.4.9-CVE-2011-1518.patch
  otrs-2.4.9.tar.bz2

New:

  itsm-2.1.4.tar.bz2
  otrs-2.4.11.tar.bz2



Other differences:
--
++ otrs.spec ++
--- /var/tmp/diff_new_pack.nXZ2hY/_old  2011-09-05 17:36:58.0 +0200
+++ /var/tmp/diff_new_pack.nXZ2hY/_new  2011-09-05 17:36:58.0 +0200
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define otrsdoc_dir_files CHANGES COPYING* CREDITS INSTALL README* TODO 
UPGRADING doc
-%define otrs_ver 2.4.9
-%define itsm_ver 2.1.1
+%define otrs_ver 2.4.11
+%define itsm_ver 2.1.4
 %define itsm_min 2.1
 
 Name:   otrs
 Summary:The Open Ticket Request System
 Version:%{otrs_ver}
-Release:0.RELEASE5
+Release:0.RELEASE2
 License:AGPLv3
 Group:  Productivity/Networking/Email/Utilities
 Url:http://otrs.org/
@@ -40,8 +39,6 @@
 Source15:   itsm.README.de
 Source16:   ZZZAuto.pm
 Patch0: %{name}-2.4.7-init.patch
-# Patch-Fix-Upstream: OSA-2011-01 http://otrs.org/advisory/OSA-2011-01-en/
-Patch1: %{name}-2.4.9-CVE-2011-1518.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq 
@@ -92,9 +89,9 @@
 License:AGPLv3
 Summary:ITIL (R) focused IT service management
 Version:%{itsm_ver}
-Release:0.RELEASE5
+Release:0.RELEASE2
 Group:  Productivity/Networking/Email/Utilities
-Requires:   %{name} = 2.4.0
+Requires:   %{name} = 2.4.7
 Provides:   itsm OTRS::ITSM
 
 %description itsm
@@ -117,7 +114,6 @@
 %prep
 %setup -q -n %{name}-%{otrs_ver} -a 1
 %patch0 -p1
-%patch1 -p1
 
 find -name .cvsignore -type f | xargs rm -fv
 pushd Kernel/Config/Files
@@ -314,6 +310,7 @@
 /opt/%{name}/var/logo-%{name}.png
 %dir /opt/%{name}/var/cron
 %config(noreplace) /opt/%{name}/var/cron/*
+/opt/%{name}/var/fonts
 #%dir /opt/%{name}/var/packages
 /opt/%{name}/var/packages
 #%dir /opt/%{name}/var/pics

++ itsm-2.1.1.tar.bz2 - itsm-2.1.4.tar.bz2 ++
 7 lines of diff (skipped)

++ otrs-2.4.9.tar.bz2 - otrs-2.4.11.tar.bz2 ++
old-versions/11.3/UPDATES/all/otrs/otrs-2.4.9.tar.bz2 
11.3/otrs/otrs-2.4.11.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit mozilla-nss for openSUSE:11.4

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:11.4
checked in at Mon Sep 5 17:39:37 CEST 2011.




--- old-versions/11.4/UPDATES/all/mozilla-nss/mozilla-nss.changes   
2011-08-12 22:57:46.0 +0200
+++ 11.4/mozilla-nss/mozilla-nss.changes2011-09-02 17:49:38.0 
+0200
@@ -1,0 +2,11 @@
+Fri Sep  2 14:40:07 UTC 2011 - pce...@suse.com
+
+- removed DigiNotar root certifiate from trusted db
+  (bmo#682927, bnc#714931)
+
+---
+Wed Aug 24 08:37:13 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typo in summary of mozilla-nss (libsoftokn3)
+
+---

calling whatdependson for 11.4-i586


New:

  nss-3.12.11-diginotar.patch



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.wMz9LC/_old  2011-09-05 17:38:06.0 +0200
+++ /var/tmp/diff_new_pack.wMz9LC/_new  2011-09-05 17:38:06.0 +0200
@@ -30,7 +30,7 @@
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Version:3.12.11
-Release:1.RELEASE2
+Release:1.RELEASE5
 # bug437293
 %ifarch ppc64
 Obsoletes:  mozilla-nss-64bit
@@ -56,6 +56,7 @@
 Patch5: nss-no-rpath.patch
 Patch6: renegotiate-transitional.patch
 Patch9: malloc.patch
+Patch10:nss-3.12.11-diginotar.patch
 %define nspr_ver %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
 PreReq: mozilla-nspr = %nspr_ver
 PreReq: libfreebl3 = %{nss_softokn_fips_version}
@@ -138,7 +139,7 @@
 
 %package -n libsoftokn3
 License:MPLv1.1 or GPLv2+ or LGPLv2.1+
-Summary:Network Security Services Soktoken Module
+Summary:Network Security Services Softoken Module
 Group:  System/Libraries
 Requires:   libfreebl3 = %{version}-%{release}
 
@@ -173,6 +174,7 @@
 %if %suse_version  1110
 %patch9
 %endif
+%patch10 -p2
 # additional CA certificates
 #cd security/nss/lib/ckfw/builtins
 #cat %{SOURCE2}  certdata.txt



++ nss-3.12.11-diginotar.patch ++
 1637 lines (skipped)






Remember to have fun...

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



commit xorg-x11-libs for openSUSE:11.4

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-libs for openSUSE:11.4
checked in at Mon Sep 5 17:40:47 CEST 2011.




--- old-versions/11.4/all/xorg-x11-libs/xorg-x11-libs.changes   2010-12-21 
04:20:41.0 +0100
+++ 11.4/xorg-x11-libs/xorg-x11-libs.changes2011-09-02 16:49:54.0 
+0200
@@ -1,0 +2,6 @@
+Fri Sep  2 14:39:18 UTC 2011 - sndir...@suse.com
+
+- U_libXfont_LZW-decompress-fix-for-CVE-2011-2895.patch
+  * LZW decompress: fix for CVE-2011-2895 (bnc #709851)
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/xorg-x11-libs
Destination is old-versions/11.4/UPDATES/all/xorg-x11-libs
calling whatdependson for 11.4-i586


New:

  U_libXfont_LZW-decompress-fix-for-CVE-2011-2895.patch



Other differences:
--
++ xorg-x11-libs.spec ++
--- /var/tmp/diff_new_pack.I3vLzg/_old  2011-09-05 17:39:54.0 +0200
+++ /var/tmp/diff_new_pack.I3vLzg/_new  2011-09-05 17:39:54.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-libs (Version 7.6)
+# spec file for package xorg-x11-libs
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@
 #
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:1
+Release:17.RELEASE18
 License:GPLv2+ ; MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/Libraries
@@ -74,6 +74,7 @@
 Patch5: libxkbui.diff
 Patch10:libXxf86misc-xcb.diff
 Patch21:libXTrap-pcfix.diff
+Patch22:U_libXfont_LZW-decompress-fix-for-CVE-2011-2895.patch
 
 %description
 This package contains the remaining X.Org libraries.
@@ -230,6 +231,9 @@
 pushd libXTrap-*
 %patch21 -p1
 popd
+pushd libXfont-*
+%patch22 -p1
+popd
 
 %build
 for dir in $(ls); do

++ U_libXfont_LZW-decompress-fix-for-CVE-2011-2895.patch ++
From d11ee5886e9d9ec610051a206b135a4cdc1e09a0 Mon Sep 17 00:00:00 2001
From: Thomas Hoger tho...@redhat.com
Date: Mon, 8 Aug 2011 18:03:09 +0200
Subject: [PATCH] LZW decompress: fix for CVE-2011-2895

Specially crafted LZW stream can crash an application using libXfont
that is used to open untrusted font files.  With X server, this may
allow privilege escalation when exploited

Reviewed-by: Matthieu Herrb matthieu.he...@laas.fr
Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
---
 src/fontfile/decompress.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/fontfile/decompress.c b/src/fontfile/decompress.c
index b1fc37b..c8171dd 100644
--- a/src/fontfile/decompress.c
+++ b/src/fontfile/decompress.c
@@ -259,6 +259,8 @@ BufCompressedFill (BufFilePtr f)
 */
while ( code = 256 )
{
+   if (stackp - de_stack = STACK_SIZE - 1)
+   return BUFFILEEOF;
*stackp++ = file-tab_suffix[code];
code = file-tab_prefix[code];
}
-- 
1.7.4.1






Remember to have fun...

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



commit seamonkey for openSUSE:11.4

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:11.4
checked in at Mon Sep 5 17:42:31 CEST 2011.




--- old-versions/11.4/UPDATES/all/seamonkey/seamonkey.changes   2011-08-16 
23:25:26.0 +0200
+++ 11.4/seamonkey/seamonkey.changes2011-09-02 18:23:30.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  2 14:40:07 UTC 2011 - pce...@suse.com
+
+- security update to 2.3.2 (bnc#714931)
+  * MFSA 2011-34
+Protection against fraudulent DigiNotar certificates
+(bmo#682927)
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-2.3.tar.bz2
  seamonkey-2.3-source.tar.bz2

New:

  l10n-2.3.2.tar.bz2
  seamonkey-2.3.2-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.i7i80k/_old  2011-09-05 17:41:38.0 +0200
+++ /var/tmp/diff_new_pack.i7i80k/_new  2011-09-05 17:41:38.0 +0200
@@ -23,9 +23,9 @@
 BuildRequires:  Mesa-devel autoconf213 fdupes gcc-c++ hunspell-devel 
libgnomeui-devel libidl-devel libiw-devel libnotify-devel libproxy-devel 
nss-shared-helper-devel python startup-notification-devel unzip 
update-desktop-files yasm zip
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   web_browser
-Version:2.3
-Release:2.RELEASE2
-%define releasedate 2011081500
+Version:2.3.2
+Release:1.RELEASE2
+%define releasedate 2011090200
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
 Group:  Productivity/Networking/Web/Browsers

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.i7i80k/_old  2011-09-05 17:41:40.0 +0200
+++ /var/tmp/diff_new_pack.i7i80k/_new  2011-09-05 17:41:40.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH=releases/comm-release
-RELEASE_TAG=SEAMONKEY_2_3_RELEASE
-VERSION=2.3
+RELEASE_TAG=SEAMONKEY_2_3_2_RELEASE
+VERSION=2.3.2
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.3.tar.bz2 - l10n-2.3.2.tar.bz2 ++
old-versions/11.4/UPDATES/all/seamonkey/l10n-2.3.tar.bz2 
11.4/seamonkey/l10n-2.3.2.tar.bz2 differ: char 11, line 1

++ seamonkey-2.3-source.tar.bz2 - seamonkey-2.3.2-source.tar.bz2 ++
old-versions/11.4/UPDATES/all/seamonkey/seamonkey-2.3-source.tar.bz2 
11.4/seamonkey/seamonkey-2.3.2-source.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit siga for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package siga for openSUSE:Factory
checked in at Mon Sep 5 17:54:14 CEST 2011.




--- siga/siga.changes   2010-12-26 23:30:15.0 +0100
+++ /mounts/work_src_done/STABLE/siga/siga.changes  2011-09-02 
16:44:37.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  2 14:40:39 UTC 2011 - sascha.ma...@open-slx.de
+
+- updated to Version 12.100
+- added Jens Koekes Changes
+- Some minor changes to make some informations functional with actual
+  openSUSE Versions 
+
+---

calling whatdependson for head-i586


Old:

  siga-11.000.tar.bz2

New:

  siga-12.100.tar.bz2



Other differences:
--
++ siga.spec ++
--- /var/tmp/diff_new_pack.AnfQ2x/_old  2011-09-05 17:16:36.0 +0200
+++ /var/tmp/diff_new_pack.AnfQ2x/_new  2011-09-05 17:16:36.0 +0200
@@ -2,6 +2,8 @@
 # spec file for package siga
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010-7/2011 Sascha Manns saigk...@opensuse.org 
+# Copyright (c) 8/2011 - now open-slx GmbH sascha.ma...@open-slx.de
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +18,7 @@
 #
 
 
+%define _gitrev 13d8c44
 
 Name:   siga
 Url:http://github.com/saigkill/siga
@@ -23,7 +26,7 @@
 Group:  Documentation/SUSE
 Requires:   w3m
 AutoReqProv:on
-Version:11.000
+Version:12.100
 Release:1
 Source: %{name}-%{version}.tar.bz2
 Summary:System Information GAthering
@@ -47,7 +50,7 @@
 Sascha Manns sascha.ma...@open-slx.de
 
 %prep
-%setup -q
+%setup -q -n saigkill-siga-%{_gitrev}
 
 %build
 

++ siga-11.000.tar.bz2 - siga-12.100.tar.bz2 ++
 1957 lines of diff (skipped)






Remember to have fun...

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



commit rsyslog for openSUSE:11.4

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package rsyslog for openSUSE:11.4
checked in at Mon Sep 5 17:54:17 CEST 2011.




--- old-versions/11.4/UPDATES/all/rsyslog/rsyslog.changes   2011-03-24 
17:36:11.0 +0100
+++ 11.4/rsyslog/rsyslog.changes2011-08-29 19:19:36.0 +0200
@@ -1,0 +2,8 @@
+Mon Aug 29 16:19:40 UTC 2011 - m...@suse.com
+
+- Applied patch for 1/2 byte buffer overflow while parsing legacy
+  syslog messages that may cause a crash (CVE-2011-3200,bnc#714658).
+- Applied a fix for a memcpy overflow while processing allowed sender
+  rules in the config that resolve to IPv4-mapped-on-IPv6 addresses.
+
+---

calling whatdependson for 11.4-i586


New:

  rsyslog-5.x-memcpy-overflow.patch
  rsyslog-CVE-2011-3200.bnc714658.patch



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.Q8PEiu/_old  2011-09-05 17:54:10.0 +0200
+++ /var/tmp/diff_new_pack.Q8PEiu/_new  2011-09-05 17:54:10.0 +0200
@@ -21,7 +21,7 @@
 Name:   rsyslog
 Summary:The enhanced syslogd for Linux and Unix
 Version:5.6.5
-Release:1.RELEASE2
+Release:1.RELEASE5
 %define upstream_version5.6.5
 %define with_dbi0%{?suse_version} = 1140 || 
0%{?build_with_relp:1}
 %define with_relp   0%{?suse_version} = 1130 || 
0%{?build_with_relp:1}
@@ -68,6 +68,8 @@
 %if 0%{?suse_version} = 1140
 Patch1: rsyslog-systemd-integration.bnc656104.diff
 %endif
+Patch2: rsyslog-5.x-memcpy-overflow.patch
+Patch3: rsyslog-CVE-2011-3200.bnc714658.patch
 
 %description
 Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
@@ -218,6 +220,8 @@
 # install the files systemd provides rather than what we provide.
 cp -a /usr/share/doc/packages/systemd/sd-daemon.[ch] runtime/
 %endif
+%patch2 -p1
+%patch3 -p1
 dos2unix doc/*.html
 
 %build

++ rsyslog-5.x-memcpy-overflow.patch ++
--- rsyslog-5.x/runtime/net.c
+++ rsyslog-5.x/runtime/net.c   2011/08/29 16:38:49
@@ -721,7 +721,7 @@ static rsRetVal AddAllowedSender(struct

SIN(allowIP.addr.NetAddr)-sin_port   = 0;

memcpy((SIN(allowIP.addr.NetAddr)-sin_addr.s_addr),

(SIN6(res-ai_addr)-sin6_addr.s6_addr32[3]),
-   sizeof (struct 
sockaddr_in));
+   sizeof (in_addr_t));
 
if((iRet = 
AddAllowedSenderEntry(ppRoot, ppLast, allowIP,

iSignificantBits))
++ rsyslog-CVE-2011-3200.bnc714658.patch ++
diff --git a/tools/pmrfc3164.c b/tools/pmrfc3164.c
index 635ca98..6d2d22b 100644
--- a/tools/pmrfc3164.c
+++ b/tools/pmrfc3164.c
@@ -177,7 +177,7 @@ CODESTARTparse
 * outputs so that only 32 characters max are used by default.
 */
i = 0;
-   while(lenMsg  0  *p2parse != ':'  *p2parse != ' '  i  
CONF_TAG_MAXSIZE) {
+   while(lenMsg  0  *p2parse != ':'  *p2parse != ' '  i  
CONF_TAG_MAXSIZE - 2) {
bufParseTAG[i++] = *p2parse++;
--lenMsg;
}





Remember to have fun...

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



commit sparkleshare for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory
checked in at Mon Sep 5 17:54:32 CEST 2011.




--- GNOME/sparkleshare/sparkleshare.changes 2011-07-02 20:46:13.0 
+0200
+++ sparkleshare/sparkleshare.changes   2011-09-02 15:57:54.0 +0200
@@ -1,0 +2,20 @@
+Fri Sep  2 13:57:17 UTC 2011 - vu...@opensuse.org
+
+- Fix typo in GenericName we add to sparkleshare.desktop.
+  Fix bnc#631745.
+
+---
+Tue Jul 26 09:33:58 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.2.5:
+  + Reimplement notes to be less buggy and backend independent.
+  + Polish about dialog and event log html.
+  + Fix a bug where large collections of files weren't being synced
+when adding them at the same time.
+  + The event log now collapses huge change sets and squashes
+events together by day when they are on the same day and in the
+same folder.
+  + Add a controller per UI component to make the Windows version
+easier to implement.
+
+---

calling whatdependson for head-i586


Old:

  sparkleshare-0.2.4.tar.gz

New:

  sparkleshare-0.2.5.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.bFSAPz/_old  2011-09-05 17:16:01.0 +0200
+++ /var/tmp/diff_new_pack.bFSAPz/_new  2011-09-05 17:16:01.0 +0200
@@ -19,13 +19,13 @@
 %define pynautilusextdir %(pkg-config --variable=pythondir 
nautilus-python)
 
 Name:   sparkleshare
-Version:0.2.4
+Version:0.2.5
 Release:1
 License:GPL-3.0
 Summary:A file sharing and collaboration tool
 Url:http://sparkleshare.org
 Group:  Productivity/Archiving/Backup
-Source: 
http://cloud.github.com/downloads/hbons/SparkleShare/%{name}-%{version}.tar.gz
+Source: 
https://github.com/downloads/hbons/SparkleShare/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtk-sharp2
@@ -96,7 +96,7 @@
 %install
 %makeinstall
 %find_lang %{name} %{?no_lang_C}
-%suse_update_desktop_file -G Syncrhonization Tool %{name} FileTransfer
+%suse_update_desktop_file -G Synchronization Tool %{name} FileTransfer
 %fdupes %{buildroot}%{_datadir}
 
 %clean

++ sparkleshare-0.2.4.tar.gz - sparkleshare-0.2.5.tar.gz ++
 26958 lines of diff (skipped)






Remember to have fun...

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



commit sysvinit for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory
checked in at Mon Sep 5 17:54:44 CEST 2011.




--- sysvinit/sysvinit.changes   2011-08-01 16:48:32.0 +0200
+++ /mounts/work_src_done/STABLE/sysvinit/sysvinit.changes  2011-09-02 
17:44:26.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  2 15:43:20 UTC 2011 - wer...@suse.de
+
+- Update to killproc-2.20 
+- Update to showconsole-1.15
+- Clean spec file
+
+---

calling whatdependson for head-i586


Old:

  killproc-2.19.dif
  killproc-2.19.tar.bz2
  showconsole-1.14.dif
  showconsole-1.14.tar.bz2

New:

  killproc-2.20.dif
  killproc-2.20.tar.bz2
  showconsole-1.15.dif
  showconsole-1.15.tar.bz2



Other differences:
--
++ sysvinit.spec ++
--- /var/tmp/diff_new_pack.XKBXyu/_old  2011-09-05 17:54:28.0 +0200
+++ /var/tmp/diff_new_pack.XKBXyu/_new  2011-09-05 17:54:28.0 +0200
@@ -21,23 +21,23 @@
 Name:   sysvinit
 %define MGVER  0.9.6s
 %define PDVER  2.0.2
-%define KPVER  2.19
-%define SCVER  1.14
+%define KPVER  2.20
+%define SCVER  1.15
 %define SIVER  2.88+
 %define START  0.57
 License:GPLv2+
 Group:  System/Base
 AutoReqProv:on
 Version:2.88+
-Release:58
+Release:60
 Summary:SysV-Style init
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audit-devel libselinux-devel libsepol-devel pam-devel
 Url:http://savannah.nongnu.org/projects/sysvinit/
 Source: 
http://download.savannah.gnu.org/releases/sysvinit/sysvinit-2.88+dsf.tar.bz2
-Source2:killproc-2.19.tar.bz2
+Source2:killproc-2.20.tar.bz2
 Source3:powerd-2.0.2.tar.bz2
-Source4:showconsole-1.14.tar.bz2
+Source4:showconsole-1.15.tar.bz2
 Source5:startpar-0.57.tar.bz2
 Source6:rc.powerd
 Source7:sysvinit-rpmlintrc
@@ -55,8 +55,8 @@
 Patch8: sysvinit-2.88+dsf-blowfish.dif
 Patch20:powerd-2.0.2.dif
 Patch21:powerd-2.0.2-getaddrinfo.patch
-Patch30:killproc-2.19.dif
-Patch40:showconsole-1.14.dif
+Patch30:killproc-2.20.dif
+Patch40:showconsole-1.15.dif
 Patch50:startpar-0.57.dif
 Requires:   sysvinit-tools
 Provides:   sbin_init
@@ -98,15 +98,21 @@
 %patch7  -p0 -b .crypt
 %patch8  -p0 -b .blowfish
 %patch
+pushd doc
+  mkdir killproc powerd showconsole
+popd
 pushd ../powerd-%{PDVER}
 %patch20
 %patch21
+ln -t ../sysvinit-%{SIVER}dsf/doc/powerd README SUPPORTED FAQ 
powerd.conf.monitor powerd.conf.peer
 popd
 pushd ../killproc-%{KPVER}
 %patch30
+ln -t ../sysvinit-%{SIVER}dsf/doc/killproc README
 popd
 pushd ../showconsole-%{SCVER}
 %patch40
+ln -t ../sysvinit-%{SIVER}dsf/doc/showconsole README
 popd
 pushd ../startpar-%{START}
 %patch50
@@ -165,9 +171,6 @@
 pushd ../powerd-%{PDVER}
 %ifnarch s390 s390x
   make install DESTDIR=${RPM_BUILD_ROOT}
-  cp README README.powerd
-  cp SUPPORTED SUPPORTED.powerd
-  cp FAQ FAQ.powerd
   echo '# '  ${RPM_BUILD_ROOT}/etc/powerd.conf
   echo '# /etc/powerd.conf  for powerd version-2.02'  
${RPM_BUILD_ROOT}/etc/powerd.conf
   echo '# '  ${RPM_BUILD_ROOT}/etc/powerd.conf
@@ -247,16 +250,13 @@
 
 %files tools
 %defattr (-,root,root,755)
+%doc COPYING COPYRIGHT doc/Propaganda 
+%doc doc/Changelog doc/killproc doc/showconsole
 %ifnarch s390 s390x
 %config /etc/powerd.conf
 %config /etc/init.d/powerd
-%doc   ../powerd-%{PDVER}/README.powerd
-%doc   ../powerd-%{PDVER}/SUPPORTED.powerd
-%doc   ../powerd-%{PDVER}/FAQ.powerd
-%doc   ../powerd-%{PDVER}/powerd.conf.monitor
-%doc   ../powerd-%{PDVER}/powerd.conf.peer
+%doc   doc/powerd
 %endif
-# %doc contrib/bootlogd.README
 %dir /lib/mkinitrd
 %dir /lib/mkinitrd/scripts
 /lib/mkinitrd/scripts/boot-blogd.sh
@@ -269,8 +269,6 @@
 /usr/bin/last
 /usr/bin/lastb
 /usr/bin/utmpdump
-# /sbin/bootlogd
-# /sbin/intr
 /sbin/blogger
 /sbin/blogd
 /sbin/fstab-decode
@@ -301,7 +299,6 @@
 # /usr/lib/libblogger.a
 %doc %{_mandir}/man1/mountpoint.1.gz
 %doc %{_mandir}/man1/utmpdump.1.gz
-# %doc %{_mandir}/man8/bootlogd.8.gz
 %doc %{_mandir}/man8/blogger.8.gz
 %doc %{_mandir}/man8/blogd.8.gz
 %doc %{_mandir}/man8/fstab-decode.8.gz
@@ -310,7 +307,6 @@
 %doc %{_mandir}/man8/isserial.8.gz
 %doc %{_mandir}/man8/checkproc.8.gz
 %doc %{_mandir}/man8/pidofproc.8.gz
-#%doc %{_mandir}/man8/intr.8.gz
 %doc %{_mandir}/man8/killall5.8.gz
 %doc %{_mandir}/man8/killproc.8.gz
 %doc %{_mandir}/man8/pidof.8.gz
@@ -325,5 +321,12 @@
 %doc %{_mandir}/man8/rvmtab.8.gz
 %doc %{_mandir}/man8/vhangup.8.gz
 %doc %{_mandir}/man8/mkill.8.gz
+%if 0
+%doc contrib/bootlogd.README
+/sbin/bootlogd
+/sbin/intr
+%doc %{_mandir}/man8/bootlogd.8.gz
+%doc %{_mandir}/man8/intr.8.gz
+%endif
 
 %changelog

++ killproc-2.19.dif - killproc-2.20.dif ++
--- sysvinit/killproc-2.19.dif  2011-04-15 16:49:21.0 +0200

commit otrs for openSUSE:11.4

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package otrs for openSUSE:11.4
checked in at Mon Sep 5 17:54:59 CEST 2011.




--- old-versions/11.4/UPDATES/all/otrs/otrs.changes 2011-05-07 
11:51:21.0 +0200
+++ 11.4/otrs/otrs.changes  2011-09-05 13:54:36.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep  5 11:52:26 UTC 2011 - ch...@computersalat.de
+
+- fix for bnc#715659
+  o OSA-2011-03, http://otrs.org/advisory/OSA-2011-03-en/
+
+---

calling whatdependson for 11.4-i586


Old:

  itsm-2.1.1.tar.bz2
  otrs-2.4.9-CVE-2011-1518.patch
  otrs-2.4.9.tar.bz2

New:

  itsm-2.1.4.tar.bz2
  otrs-2.4.11.tar.bz2



Other differences:
--
++ otrs.spec ++
--- /var/tmp/diff_new_pack.vmZ8d9/_old  2011-09-05 17:54:35.0 +0200
+++ /var/tmp/diff_new_pack.vmZ8d9/_new  2011-09-05 17:54:35.0 +0200
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define otrsdoc_dir_files CHANGES COPYING* CREDITS INSTALL README* TODO 
UPGRADING doc
-%define otrs_ver 2.4.9
-%define itsm_ver 2.1.1
+%define otrs_ver 2.4.11
+%define itsm_ver 2.1.4
 %define itsm_min 2.1
 
 Name:   otrs
 Summary:The Open Ticket Request System
 Version:%{otrs_ver}
-Release:3.RELEASE5
+Release:0.RELEASE2
 License:AGPLv3
 Group:  Productivity/Networking/Email/Utilities
 Url:http://otrs.org/
@@ -40,8 +39,6 @@
 Source15:   itsm.README.de
 Source16:   ZZZAuto.pm
 Patch0: %{name}-2.4.7-init.patch
-# Patch-Fix-Upstream: OSA-2011-01 http://otrs.org/advisory/OSA-2011-01-en/
-Patch1: %{name}-2.4.9-CVE-2011-1518.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq 
@@ -92,9 +89,9 @@
 License:AGPLv3
 Summary:ITIL (R) focused IT service management
 Version:%{itsm_ver}
-Release:3.RELEASE5
+Release:0.RELEASE2
 Group:  Productivity/Networking/Email/Utilities
-Requires:   %{name} = 2.4.0
+Requires:   %{name} = 2.4.7
 Provides:   itsm OTRS::ITSM
 
 %description itsm
@@ -117,7 +114,6 @@
 %prep
 %setup -q -n %{name}-%{otrs_ver} -a 1
 %patch0 -p1
-%patch1 -p1
 
 find -name .cvsignore -type f | xargs rm -fv
 pushd Kernel/Config/Files
@@ -314,6 +310,7 @@
 /opt/%{name}/var/logo-%{name}.png
 %dir /opt/%{name}/var/cron
 %config(noreplace) /opt/%{name}/var/cron/*
+/opt/%{name}/var/fonts
 #%dir /opt/%{name}/var/packages
 /opt/%{name}/var/packages
 #%dir /opt/%{name}/var/pics

++ itsm-2.1.1.tar.bz2 - itsm-2.1.4.tar.bz2 ++
 7 lines of diff (skipped)

++ otrs-2.4.9.tar.bz2 - otrs-2.4.11.tar.bz2 ++
old-versions/11.4/UPDATES/all/otrs/otrs-2.4.9.tar.bz2 
11.4/otrs/otrs-2.4.11.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit syslog-ng for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory
checked in at Mon Sep 5 17:55:09 CEST 2011.




--- syslog-ng/syslog-ng.changes 2011-08-24 11:31:13.0 +0200
+++ syslog-ng/syslog-ng.changes 2011-09-05 11:53:44.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep  5 11:43:10 CEST 2011 - cza...@balabit.hu
+
+- fix for an ugly BSD date problem: when using original dates
+  in September - December, all turn up as from December
+  patch to be removed on next release
+
+---

calling whatdependson for head-i586


New:

  syslog-ng-3.3.0beta2-bsdate.diff



Other differences:
--
++ syslog-ng.spec ++
--- /var/tmp/diff_new_pack.5RBG86/_old  2011-09-05 17:16:29.0 +0200
+++ /var/tmp/diff_new_pack.5RBG86/_new  2011-09-05 17:16:29.0 +0200
@@ -24,7 +24,7 @@
 %define with_syslogservice  %suse_version  1140
 %define with_json   %suse_version  1140
 Version:3.3.0beta2
-Release:1
+Release:4
 License:GPLv2
 Group:  System/Daemons
 Summary:The new-generation syslog-daemon
@@ -47,6 +47,7 @@
 Patch2: syslog-ng-3.3.0beta2-fsf.diff
 Patch3: syslog-ng-3.3.0beta2-cryptoso.diff
 Patch4: syslog-ng-3.3.0beta2-mongostat.diff
+Patch5: syslog-ng-3.3.0beta2-bsdate.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison flex gcc-c++ glib2-devel pkgconfig
@@ -153,6 +154,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 cp -a $RPM_SOURCE_DIR/syslog-ng.rc-script.
 cp -a $RPM_SOURCE_DIR/syslog-ng.conf.default .

++ syslog-ng-3.3.0beta2-bsdate.diff ++
X-Git-Url: 
http://git.balabit.hu/?p=bazsi%2Fsyslog-ng-3.3.git;a=blobdiff_plain;f=lib%2Fstr-format.c;fp=lib%2Fstr-format.c;h=9011461c72e6ff6c6246ac274c7225bdc125517c;hp=6c974bacb35cba4742364be66c6f6b9549206e58;hb=ee79425b270c4cbcd44f898127bf5874a969be61;hpb=bb0057e78b81c574f2ce677d13d23ac6df7ac057

diff --git a/lib/str-format.c b/lib/str-format.c
index 6c974ba..9011461 100644
--- a/lib/str-format.c
+++ b/lib/str-format.c
@@ -200,19 +200,19 @@ scan_month_abbrev(const gchar **buf, gint *left, gint 
*mon)
 *mon = 7;
   break;
 case 'S':
-  if (strcmp(*buf, Sep) == 0)
+  if (memcmp(*buf, Sep, 3) == 0)
 *mon = 8;
   break;
 case 'O':
-  if (strcmp(*buf, Oct) == 0)
+  if (memcmp(*buf, Oct, 3) == 0)
 *mon = 9;
   break;
 case 'N':
-  if (strcmp(*buf, Nov) == 0)
+  if (memcmp(*buf, Nov,3 ) == 0)
 *mon = 10;
   break;
 case 'D':
-  if (strcmp(*buf, Dec) == 0)
+  if (memcmp(*buf, Dec, 3) == 0)
 *mon = 11;
   break;
 default:





Remember to have fun...

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



commit perl-CPAN-Meta-YAML for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package perl-CPAN-Meta-YAML for 
openSUSE:Factory
checked in at Mon Sep 5 17:55:17 CEST 2011.




--- perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML.changes 2011-04-01 
19:36:01.0 +0200
+++ perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML.changes 2011-08-25 
00:09:26.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 24 22:07:59 UTC 2011 - ch...@computersalat.de
+
+- fix build for
+  * RHEL, CentOS, SLE_10 (ExtUtils::MakeMaker 6.30)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-CPAN-Meta-YAML.spec ++
--- /var/tmp/diff_new_pack.9F09VG/_old  2011-09-05 17:16:31.0 +0200
+++ /var/tmp/diff_new_pack.9F09VG/_new  2011-09-05 17:16:31.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   perl-CPAN-Meta-YAML
 Version:0.003
-Release:1
+Release:3
 License:GPL+ or Artistic
 %define cpan_name CPAN-Meta-YAML
 Summary:Read and write a subset of YAML for CPAN Meta files
@@ -50,6 +50,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?sles_version} == 10
+%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor






Remember to have fun...

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



commit timezone for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package timezone for openSUSE:Factory
checked in at Mon Sep 5 17:56:00 CEST 2011.




--- timezone/timezone-java.changes  2011-06-28 09:49:59.0 +0200
+++ timezone/timezone-java.changes  2011-08-24 16:25:02.0 +0200
@@ -4 +4 @@
-- update to 2011h:
+- update to 2011h (bnc#684181):
--- timezone/timezone.changes   2011-06-28 09:42:47.0 +0200
+++ timezone/timezone.changes   2011-09-04 23:00:28.0 +0200
@@ -1,0 +2,14 @@
+Sun Sep  4 20:58:22 UTC 2011 - dmuel...@suse.de
+
+- update to 2011i:
+  * Add Africa/Juba (South Sudan) zone
+  * Samoa skips over 2011-12-30
+  * Use KALT as abbreviation for Europe/Kalinigrad from spring
+2011 forward
+  * Newfoundland changes time of day for DST start and end
+to 2:00 a.m. starting fall 2011 and forward
+  * Change America/Resolute use of EST to 2006-2007 only
+  * iso3166.tab Add SS (South Sudan) entry.
+  * zone.tab Change America/Resolute entry to Central Standard Time.
+
+---
@@ -4 +18 @@
-- update to 2011h:
+- update to 2011h (bnc#684181):

calling whatdependson for head-i586


Old:

  tzcode2011g.tar.gz
  tzdata2011h.tar.gz

New:

  tzcode2011i.tar.gz
  tzdata2011i.tar.gz



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.DvXWhM/_old  2011-09-05 17:54:45.0 +0200
+++ /var/tmp/diff_new_pack.DvXWhM/_new  2011-09-05 17:54:45.0 +0200
@@ -25,10 +25,10 @@
 Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:2011h
+Version:2011i
 Release:1
-Source: tzdata%{version}.tar.gz
-Source1:tzcode2011g.tar.gz
+Source: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
+Source1:ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz
 # COMMON-END
 # COMMON-END
 Url:http://www.gnu.org/software/libc/libc.html

++ timezone.spec ++
--- /var/tmp/diff_new_pack.DvXWhM/_old  2011-09-05 17:54:45.0 +0200
+++ /var/tmp/diff_new_pack.DvXWhM/_new  2011-09-05 17:54:45.0 +0200
@@ -25,10 +25,10 @@
 Url:http://www.gnu.org/software/libc/libc.html
 PreReq: filesystem, coreutils
 # COMMON-BEGIN
-Version:2011h
+Version:2011i
 Release:1
-Source: tzdata%{version}.tar.gz
-Source1:tzcode2011g.tar.gz
+Source: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
+Source1:ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz
 # COMMON-END
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff






Remember to have fun...

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



commit perl-Calendar-Simple for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package perl-Calendar-Simple for 
openSUSE:Factory
checked in at Mon Sep 5 17:56:17 CEST 2011.




--- perl-Calendar-Simple/perl-Calendar-Simple.changes   2010-12-01 
14:38:32.0 +0100
+++ perl-Calendar-Simple/perl-Calendar-Simple.changes   2011-08-25 
00:18:58.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 24 22:16:40 UTC 2011 - ch...@computersalat.de
+
+- fix deps, build for CentOS
+- remove Author from desc
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Calendar-Simple.spec ++
--- /var/tmp/diff_new_pack.oLOAE3/_old  2011-09-05 17:55:27.0 +0200
+++ /var/tmp/diff_new_pack.oLOAE3/_new  2011-09-05 17:55:27.0 +0200
@@ -18,12 +18,13 @@
 # norootforbuild
 
 %bcond_with pod
+%bcond_with opt
 
 Name:   perl-Calendar-Simple
 %define cpan_name Calendar-Simple
 Summary:Perl extension to create simple calendars
 Version:1.21
-Release:1
+Release:3
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Calendar-Simple/
@@ -32,20 +33,25 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More)
 %if %{with pod}
 BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(Test::Pod::Coverage) = 1.00
 %endif
+%if %{with opt}
+BuildRequires:  perl(DateTime)
+%endif
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Time::Local)
 Requires:   perl(Carp)
 Requires:   perl(Config)
 Requires:   perl(Time::Local)
+%if 0%{?suse_version}  1010
 Recommends: perl(DateTime)
+%endif
 
 %description
 A very simple perl module that models a calendar month.
@@ -57,10 +63,6 @@
 the date of that day. Any days at the beginning of the first week or the end of
 the last week that are from the previous or next month have the value undef.
 
-Authors:
-
-Dave Cross
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %{__chmod} 0644 lib/Calendar/Simple.pm






Remember to have fun...

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



commit yast2-apparmor for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package yast2-apparmor for openSUSE:Factory
checked in at Mon Sep 5 17:56:26 CEST 2011.




--- yast2-apparmor/yast2-apparmor.changes   2011-07-26 15:01:18.0 
+0200
+++ yast2-apparmor/yast2-apparmor.changes   2011-09-05 14:56:57.0 
+0200
@@ -1,0 +2,14 @@
+Fri Aug  5 12:21:26 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---
+Tue Aug  2 23:26:27 CEST 2011 - je...@suse.de
+
+- Rename files to use proper AppArmor names and abbreviations
+- Change code to reflect new names
+  - Basic version needed to use newer perl-apparmor. This version
+gets rid of the old SubDomain names entirely.
+- Move yast2-apparmor.desktop to apparmor.desktop
+
+---

calling whatdependson for head-i586


Old:

  yast2-apparmor-2.21.2.tar.bz2

New:

  yast2-apparmor-2.21.3.tar.bz2



Other differences:
--
++ yast2-apparmor.spec ++
--- /var/tmp/diff_new_pack.BYGIk3/_old  2011-09-05 17:55:38.0 +0200
+++ /var/tmp/diff_new_pack.BYGIk3/_new  2011-09-05 17:55:38.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-apparmor
-Version:2.21.2
+Version:2.21.3
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-apparmor-2.21.2.tar.bz2
+Source0:yast2-apparmor-2.21.3.tar.bz2
 
 Prefix: /usr
 
@@ -53,7 +53,7 @@
 SubDomain.
 
 %prep
-%setup -n yast2-apparmor-2.21.2
+%setup -n yast2-apparmor-2.21.3
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -84,7 +84,7 @@
 %defattr(-,root,root)
 /usr/bin/*
 /usr/share/YaST2/clients
-/usr/share/YaST2/include/subdomain
+/usr/share/YaST2/include/apparmor
 # empty directory, commenting out
 # /usr/share/YaST2/include/apparmor-reports
 /usr/share/YaST2/scrconf

++ yast2-apparmor-2.21.2.tar.bz2 - yast2-apparmor-2.21.3.tar.bz2 ++
 17179 lines of diff (skipped)






Remember to have fun...

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



commit uim for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package uim for openSUSE:Factory
checked in at Mon Sep 5 17:56:32 CEST 2011.




--- uim/uim.changes 2011-08-08 16:34:02.0 +0200
+++ uim/uim.changes 2011-09-05 12:50:05.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep  5 10:49:11 UTC 2011 - co...@suse.com
+
+- fix build with newer ld
+
+---
+Mon Sep  5 10:10:11 UTC 2011 - nlmin...@gmail.com
+
+- uim doesn't depend on libgnomeui-devel from 1.7.0. 
+  The dependency was removed in r6932 in the upstream repository
+
+---

calling whatdependson for head-i586


New:

  fix-libs.patch



Other differences:
--
++ uim.spec ++
--- /var/tmp/diff_new_pack.ByRmiv/_old  2011-09-05 17:55:47.0 +0200
+++ /var/tmp/diff_new_pack.ByRmiv/_new  2011-09-05 17:55:47.0 +0200
@@ -27,7 +27,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  libexpat-devel
-BuildRequires:  libgnomeui-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl-XML-Parser
@@ -50,7 +49,7 @@
 BuildRequires:  fdupes
 %endif
 Version:1.7.1
-Release:18
+Release:20
 # xorg-x11-libXdmcp-devel libgnomeprintui-devel
 License:GPLv2+
 Summary:A multilingual input method library
@@ -62,6 +61,7 @@
 Source3:etc-x11-xim.d-uim
 Source4:baselibs.conf
 Patch10:uim-sigscheme-build-fixes.diff
+Patch11:fix-libs.patch
 PreReq: %{_bindir}/touch
 Provides:   locale(xorg-x11:ja)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -142,6 +142,7 @@
 %prep
 %setup0 -q
 %patch10 -p1
+%patch11 -p1
 cp emacs/README README.emacs
 iconv -f euc-jp -t utf-8  emacs/README.ja  README.ja.emacs
 

++ fix-libs.patch ++
Index: uim-1.7.1/uim/Makefile.am
===
--- uim-1.7.1.orig/uim/Makefile.am  2010-05-28 03:53:01.0 +0200
+++ uim-1.7.1/uim/Makefile.am   2011-09-05 12:15:49.355126241 +0200
@@ -278,6 +278,7 @@ libuim_custom_enabler_la_CPPFLAGS = -I$(
 
 libuim_counted_init_la_SOURCES = counted-init.c counted-init.h
 libuim_counted_init_la_CPPFLAGS = -I$(top_srcdir)
+libuim_counted_init_la_LIBADD = libuim.la
 
 if LIBUIM_X_UTIL
 libuim_x_util_la_SOURCES = uim-x-util.h uim-x-kana-input-hack.c
Index: uim-1.7.1/qt4/pref/uim-pref-qt4.pro.in
===
--- uim-1.7.1.orig/qt4/pref/uim-pref-qt4.pro.in 2011-03-27 03:48:08.0 
+0200
+++ uim-1.7.1/qt4/pref/uim-pref-qt4.pro.in  2011-09-05 12:33:56.412743578 
+0200
@@ -4,7 +4,7 @@ TEMPLATE = app
 
 # to include qtgettext.h
 INCLUDEPATH += @srcdir@/..
-LIBS += -luim-custom -luim-counted-init @LIBINTL@
+LIBS += -luim-custom -luim-counted-init -luim @LIBINTL@
 
 QMAKE_UIC = $$QMAKE_UIC -tr UIC_
 





Remember to have fun...

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



commit wsndpref for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package wsndpref for openSUSE:Factory
checked in at Mon Sep 5 17:56:38 CEST 2011.




--- wsndpref/wsndpref.changes   2009-11-03 20:23:35.0 +0100
+++ wsndpref/wsndpref.changes   2011-08-30 16:18:19.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 30 14:18:08 UTC 2011 - pgaj...@suse.com
+
+- build with --no-copy-dt-needed-entries
+  * no-copy-dt-needed-entries.patch
+
+---

calling whatdependson for head-i586


New:

  WSoundPrefs-1.1.1-no-copy-dt-needed-entries.patch



Other differences:
--
++ wsndpref.spec ++
--- /var/tmp/diff_new_pack.5Zzpgj/_old  2011-09-05 17:56:10.0 +0200
+++ /var/tmp/diff_new_pack.5Zzpgj/_new  2011-09-05 17:56:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wsndpref (Version 1.1.1)
+# spec file for package wsndpref
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 AutoReqProv:on
 Summary:A Setup Program for the WSoundServer
 Version:1.1.1
-Release:1175
+Release:1186
 Source: WSoundPrefs-%{version}.tar.gz
 Patch1: WSoundPrefs-1.1.1-wstrappend.patch
 Patch2: WSoundPrefs-1.1.1-imake.patch
@@ -35,6 +35,8 @@
 Patch4: WSoundPrefs-1.1.1-noPropList.patch
 Patch5: WSoundPrefs-1.1.1-compile.patch
 Patch6: WSoundPrefs-1.1.1-warnings.patch
+# feel free to improve it and please upstream it
+Patch7: WSoundPrefs-1.1.1-no-copy-dt-needed-entries.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +56,7 @@
 %patch4 -p 1
 %patch5
 %patch6
+%patch7 -p1
 # ---
 
 %build

++ WSoundPrefs-1.1.1-no-copy-dt-needed-entries.patch ++
Index: WSoundPrefs-1.1.1/src/Imakefile
===
--- WSoundPrefs-1.1.1.orig/src/Imakefile
+++ WSoundPrefs-1.1.1/src/Imakefile
@@ -25,7 +25,7 @@ WINGSLIBS = `get-wings-flags --libs`
 STD_INCLUDES = $(WRASTERCFLAGS) $(WSOUNDCFLAGS) $(WINGSCFLAGS)
 DEPLIBS = $(DEPXLIB) 
 
-LOCAL_LIBRARIES =  $(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) 
$(WRASTERLFLAGS) $(WRASTERLIBS) $(WINGSLFLAGS) $(WINGSLIBS) $(EFENCELIB)
+LOCAL_LIBRARIES =  $(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) 
$(WRASTERLFLAGS) $(WRASTERLIBS) $(WINGSLFLAGS) $(WINGSLIBS) $(EFENCELIB) 
-laudiofile
 
 LINTLIBS = $(LINTXLIB)
 





Remember to have fun...

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



commit w3m for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package w3m for openSUSE:Factory
checked in at Mon Sep 5 17:56:50 CEST 2011.




--- w3m/w3m.changes 2011-05-20 16:06:02.0 +0200
+++ /mounts/work_src_done/STABLE/w3m/w3m.changes2011-08-30 
20:00:41.0 +0200
@@ -1,0 +2,10 @@
+Tue Aug 30 17:59:53 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build error: redefinition of 'struct file_handle' 
+
+---
+Sat Jul 30 23:09:55 UTC 2011 - crrodrig...@opensuse.org
+
+- Use ncursesw6 instead of old ncurses5
+
+---

calling whatdependson for head-i586


New:

  w3m-fh-def.patch



Other differences:
--
++ w3m.spec ++
--- /var/tmp/diff_new_pack.SKtX4m/_old  2011-09-05 17:55:42.0 +0200
+++ /var/tmp/diff_new_pack.SKtX4m/_new  2011-09-05 17:55:42.0 +0200
@@ -22,7 +22,7 @@
 BuildRequires:  gcc-c++ gpm imlib2-devel ncurses-devel openssl-devel pkgconfig
 Url:http://w3m.sourceforge.net/
 Version:0.5.3
-Release:135
+Release:137
 Summary:A text-based WWW browser
 License:BSD3c(or similar) ; MIT License (or similar)
 Group:  Productivity/Networking/Web/Browsers
@@ -47,6 +47,7 @@
 Patch500:   gc-gcc4.patch
 Patch501:   gc-configure.patch
 Patch502:   gc-arm.patch
+Patch503:   w3m-fh-def.patch
 
 %package inline-image
 License:BSD3c(or similar) ; MIT License (or similar)
@@ -98,19 +99,22 @@
 %patch9 -p1
 %patch11
 %patch12
+%patch503
 cd ../gc*
 %patch500
 %patch501
 %patch502 -p1
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS -DUSE_BUFINFO -fno-strict-aliasing
+export CFLAGS=$RPM_OPT_FLAGS -DUSE_BUFINFO -fno-strict-aliasing 
`ncursesw6-config --cflags`
 pushd ../gc*
 ./configure --prefix=/usr --disable-shared --disable-threads
 make
 make install DESTDIR=$RPM_BUILD_DIR/gc_install
 popd
+export LDFLAGS=`ncursesw6-config --libs`
 ./configure--bindir=/usr/bin \
+--with-termlib=ncursesw \
--mandir=%_mandir \
--libdir=%_libdir \
--libexecdir=%_libdir \

++ w3m-fh-def.patch ++
--- istream.c.orig
+++ istream.c
@@ -22,8 +22,8 @@
 static void basic_close(int *handle);
 static int basic_read(int *handle, char *buf, int len);
 
-static void file_close(struct file_handle *handle);
-static int file_read(struct file_handle *handle, char *buf, int len);
+static void file_close(struct w3m_file_handle *handle);
+static int file_read(struct w3m_file_handle *handle, char *buf, int len);
 
 static int str_read(Str handle, char *buf, int len);
 
@@ -114,7 +114,7 @@ newFileStream(FILE * f, void (*closep) (
 stream = New(union input_stream);
 init_base_stream(stream-base, STREAM_BUF_SIZE);
 stream-file.type = IST_FILE;
-stream-file.handle = New(struct file_handle);
+stream-file.handle = New(struct w3m_file_handle);
 stream-file.handle-f = f;
 if (closep)
stream-file.handle-close = closep;
@@ -658,13 +658,13 @@ basic_read(int *handle, char *buf, int l
 }
 
 static void
-file_close(struct file_handle *handle)
+file_close(struct w3m_file_handle *handle)
 {
 handle-close(handle-f);
 }
 
 static int
-file_read(struct file_handle *handle, char *buf, int len)
+file_read(struct w3m_file_handle *handle, char *buf, int len)
 {
 return fread(buf, 1, len, handle-f);
 }
--- istream.h.orig
+++ istream.h
@@ -20,7 +20,7 @@ struct stream_buffer {
 
 typedef struct stream_buffer *StreamBuffer;
 
-struct file_handle {
+struct w3m_file_handle {
 FILE *f;
 void (*close) ();
 };
@@ -53,7 +53,7 @@ struct base_stream {
 
 struct file_stream {
 struct stream_buffer stream;
-struct file_handle *handle;
+struct w3m_file_handle *handle;
 char type;
 char iseos;
 int (*read) ();





Remember to have fun...

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



commit xfce4-mixer for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory
checked in at Mon Sep 5 17:57:29 CEST 2011.




--- xfce4-mixer/xfce4-mixer.changes 2011-02-18 01:00:02.0 +0100
+++ /mounts/work_src_done/STABLE/xfce4-mixer/xfce4-mixer.changes
2011-05-04 10:58:51.0 +0200
@@ -1,0 +2,15 @@
+Tue Mar  8 21:06:30 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.0
+  - Fix too small plugin button in the new panel.
+  - Ellipsize sound card names in the combo box (bug #6671).
+  - Remove deprecated Encoding key from desktop files.
+  - Port to libxfce4ui.
+  - Fix wrong use of GTK+ causing the panel plugin volume to be set no higher
+than 90% (bug #5243).
+  - Fixed a lot of compiler warnnings and errors.
+  - Updated translations: Dutch, English (United Kingdom), Galician, Greek,
+Italian, Kazakh, Portuguese, Romanian, Russian, Sinhala, Turkish, 
+Uyghur and more.
+
+---

calling whatdependson for head-i586


Old:

  xfce4-mixer-4.6.1.99_git20110203.tar.bz2

New:

  xfce4-mixer-4.8.0.tar.bz2



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.au9Scq/_old  2011-09-05 17:57:00.0 +0200
+++ /var/tmp/diff_new_pack.au9Scq/_new  2011-09-05 17:57:00.0 +0200
@@ -19,8 +19,8 @@
 %define panel_version 4.7.0
 
 Name:   xfce4-mixer
-Version:4.6.1.99_git20110203
-Release:6
+Version:4.8.0
+Release:1
 License:GPLv2+
 Summary:Volume control application for the Xfce desktop environment
 Url:http://www.xfce.org/projects/xfce4-mixer

++ xfce4-mixer-4.6.1.99_git20110203.tar.bz2 - xfce4-mixer-4.8.0.tar.bz2 
++
 60214 lines of diff (skipped)






Remember to have fun...

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



commit yast2-kerberos-client for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package yast2-kerberos-client for 
openSUSE:Factory
checked in at Mon Sep 5 17:57:45 CEST 2011.




--- yast2-kerberos-client/yast2-kerberos-client.changes 2011-07-15 
12:11:29.0 +0200
+++ yast2-kerberos-client/yast2-kerberos-client.changes 2011-09-02 
16:12:18.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep  2 16:10:03 CEST 2011 - jsuch...@suse.cz
+
+- DNS config detection: dig output can have more lines (bnc#712448)
+- 2.21.3
+
+---
+Fri Aug  5 12:32:57 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

calling whatdependson for head-i586


Old:

  yast2-kerberos-client-2.21.2.tar.bz2

New:

  yast2-kerberos-client-2.21.3.tar.bz2



Other differences:
--
++ yast2-kerberos-client.spec ++
--- /var/tmp/diff_new_pack.WYiRtl/_old  2011-09-05 17:56:39.0 +0200
+++ /var/tmp/diff_new_pack.WYiRtl/_new  2011-09-05 17:56:39.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-kerberos-client
-Version:2.21.2
+Version:2.21.3
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-kerberos-client-2.21.2.tar.bz2
+Source0:yast2-kerberos-client-2.21.3.tar.bz2
 
 Prefix: /usr
 
@@ -46,7 +46,7 @@
 Kerberos server will be used for user authentication.
 
 %prep
-%setup -n yast2-kerberos-client-2.21.2
+%setup -n yast2-kerberos-client-2.21.3
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-kerberos-client-2.21.2.tar.bz2 - 
yast2-kerberos-client-2.21.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kerberos-client-2.21.2/VERSION 
new/yast2-kerberos-client-2.21.3/VERSION
--- old/yast2-kerberos-client-2.21.2/VERSION2011-07-15 12:06:22.0 
+0200
+++ new/yast2-kerberos-client-2.21.3/VERSION2011-09-02 16:10:40.0 
+0200
@@ -1 +1 @@
-2.21.2
+2.21.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kerberos-client-2.21.2/configure 
new/yast2-kerberos-client-2.21.3/configure
--- old/yast2-kerberos-client-2.21.2/configure  2011-06-23 15:52:06.0 
+0200
+++ new/yast2-kerberos-client-2.21.3/configure  2011-08-11 09:02:53.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-kerberos-client 2.21.1.
+# Generated by GNU Autoconf 2.68 for yast2-kerberos-client 2.21.2.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-kerberos-client'
 PACKAGE_TARNAME='yast2-kerberos-client'
-PACKAGE_VERSION='2.21.1'
-PACKAGE_STRING='yast2-kerberos-client 2.21.1'
+PACKAGE_VERSION='2.21.2'
+PACKAGE_STRING='yast2-kerberos-client 2.21.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-kerberos-client 2.21.1 to adapt to many kinds of 
systems.
+\`configure' configures yast2-kerberos-client 2.21.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1301,7 +1301,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-kerberos-client 
2.21.1:;;
+ short | recursive ) echo Configuration of yast2-kerberos-client 
2.21.2:;;
esac
   cat \_ACEOF
 
@@ -1381,7 +1381,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-kerberos-client configure 2.21.1
+yast2-kerberos-client configure 2.21.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1398,7 +1398,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-kerberos-client $as_me 2.21.1, which was
+It was created by yast2-kerberos-client $as_me 2.21.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2328,7 +2328,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-kerberos-client'
- VERSION='2.21.1'
+ VERSION='2.21.2'
 
 
 cat confdefs.h _ACEOF
@@ -2450,7 +2450,7 @@
 
 
 
-VERSION=2.21.1
+VERSION=2.21.2
 RPMNAME=yast2-kerberos-client
 MAINTAINER=Jiri Suchomel jsuch...@suse.cz
 
@@ -3380,7 +3380,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-kerberos-client $as_me 2.21.1, which was
+This file was extended by yast2-kerberos-client $as_me 2.21.2, 

commit x86info for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package x86info for openSUSE:Factory
checked in at Mon Sep 5 17:57:50 CEST 2011.




--- x86info/x86info.changes 2011-03-16 12:00:25.0 +0100
+++ x86info/x86info.changes 2011-08-26 14:51:44.0 +0200
@@ -1,0 +2,11 @@
+Fri Aug 26 12:49:27 UTC 2011 - tr...@suse.de
+
+- Update to latest git version
+   - 1.29 plus some more patches until
+  git commit aa57556f60c89eb84f65cb55e0215ff9be97dbec
+  Includes:
+ - Show boost state info on AMD
+ - Identify some more cpus
+ - ...
+
+---

calling whatdependson for head-i586


Old:

  x86info-1.28.tar.bz2

New:

  x86info-1.29.tar.bz2



Other differences:
--
++ x86info.spec ++
--- /var/tmp/diff_new_pack.8fKOJX/_old  2011-09-05 17:56:43.0 +0200
+++ /var/tmp/diff_new_pack.8fKOJX/_new  2011-09-05 17:56:43.0 +0200
@@ -22,11 +22,11 @@
 Url:http://www.codemonkey.org.uk/projects/x86info/
 Group:  System/Monitoring
 AutoReqProv:on
-Version:1.28
+Version:1.29
 Release:1
 Summary:Show x86 CPU Information
 Source: http://www.codemonkey.org.uk/x86info/%{name}-%{version}.tar.bz2
-BuildRequires:  gcc python
+BuildRequires:  gcc pciutils-devel python
 ExclusiveArch:  %{ix86} x86_64
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ x86info-1.28.tar.bz2 - x86info-1.29.tar.bz2 ++
 4355 lines of diff (skipped)






Remember to have fun...

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



commit xfce4-dev-tools for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package xfce4-dev-tools for openSUSE:Factory
checked in at Mon Sep 5 17:58:02 CEST 2011.




--- xfce4-dev-tools/xfce4-dev-tools.changes 2011-01-17 13:05:37.0 
+0100
+++ xfce4-dev-tools/xfce4-dev-tools.changes 2011-08-05 15:02:32.0 
+0200
@@ -1,0 +2,5 @@
+Fri Aug  5 13:02:09 UTC 2011 - co...@novell.com
+
+- add requires to called tools (hope I catched them all)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xfce4-dev-tools.spec ++
--- /var/tmp/diff_new_pack.PIkN4g/_old  2011-09-05 17:56:50.0 +0200
+++ /var/tmp/diff_new_pack.PIkN4g/_new  2011-09-05 17:56:50.0 +0200
@@ -19,12 +19,17 @@
 
 Name:   xfce4-dev-tools
 Version:4.8.0
-Release:1
+Release:7
 License:GPLv2+
 Summary:Xfce Development Tools
 Url:http://www.xfce.org
 Group:  Development/Tools/Other
 Source: %{name}-%{version}.tar.bz2
+Requires:   autoconf
+Requires:   automake
+Requires:   intltool
+Requires:   libtool
+Requires:   make
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 






Remember to have fun...

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



commit yast2-live-installer for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package yast2-live-installer for 
openSUSE:Factory
checked in at Mon Sep 5 17:59:16 CEST 2011.




--- yast2-live-installer/yast2-live-installer.changes   2011-08-30 
13:29:51.0 +0200
+++ yast2-live-installer/yast2-live-installer.changes   2011-08-30 
15:16:03.0 +0200
@@ -2 +2 @@
-Tue Aug 30 11:29:22 UTC 2011 - co...@suse.com
+Tue Aug 30 14:43:52 CEST 2011 - jsr...@suse.cz
@@ -4,2 +4,2 @@
-- do not pass the root device to mkinitrd, it's unnecessary and
-  broken (bnc#714650)
+- do not set the root device for mkinitrd explicitly (bnc#714650)
+- 2.21.1

calling whatdependson for head-i586


Old:

  hotfix.patch
  yast2-live-installer-2.21.0.tar.bz2

New:

  yast2-live-installer-2.21.1.tar.bz2



Other differences:
--
++ yast2-live-installer.spec ++
--- /var/tmp/diff_new_pack.tx0kk3/_old  2011-09-05 17:57:57.0 +0200
+++ /var/tmp/diff_new_pack.tx0kk3/_new  2011-09-05 17:57:57.0 +0200
@@ -19,12 +19,11 @@
 
 
 Name:   yast2-live-installer
-Version:2.21.0
-Release:3
+Version:2.21.1
+Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-live-installer-2.21.0.tar.bz2
-Patch0: hotfix.patch
+Source0:yast2-live-installer-2.21.1.tar.bz2
 
 Prefix: /usr
 
@@ -50,8 +49,7 @@
 hard disk of the computer.
 
 %prep
-%setup -n yast2-live-installer-2.21.0
-%patch0 -p1
+%setup -n yast2-live-installer-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-live-installer-2.21.0.tar.bz2 - 
yast2-live-installer-2.21.1.tar.bz2 ++
 1671 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/yast2-live-installer-2.21.0/VERSION new/yast2-live-installer-2.21.1/VERSION
--- old/yast2-live-installer-2.21.0/VERSION 2011-08-08 10:59:27.0 
+0200
+++ new/yast2-live-installer-2.21.1/VERSION 2011-08-30 14:44:26.0 
+0200
@@ -1 +1 @@
-2.21.0
+2.21.1
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/yast2-live-installer-2.21.0/configure.in 
new/yast2-live-installer-2.21.1/configure.in
--- old/yast2-live-installer-2.21.0/configure.in2011-08-08 
13:10:17.0 +0200
+++ new/yast2-live-installer-2.21.1/configure.in2011-08-30 
14:49:05.0 +0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-live-installer, 2.21.0, http://bugs.opensuse.org/, 
yast2-live-installer)
+AC_INIT(yast2-live-installer, 2.21.1, http://bugs.opensuse.org/, 
yast2-live-installer)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.21.0
+VERSION=2.21.1
 RPMNAME=yast2-live-installer
 MAINTAINER=Jiri Srain jsr...@suse.cz
 
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/yast2-live-installer-2.21.0/src/live_copy_files_finish.ycp 
new/yast2-live-installer-2.21.1/src/live_copy_files_finish.ycp
--- old/yast2-live-installer-2.21.0/src/live_copy_files_finish.ycp  
2010-08-18 13:50:08.0 +0200
+++ new/yast2-live-installer-2.21.1/src/live_copy_files_finish.ycp  
2011-08-30 14:42:11.0 +0200
@@ -82,9 +82,6 @@
SCR::Execute (.target.bash, sformat(/bin/cp /info.txt %1, eula_txt));
 }
 
-// FIXME belongs somewhere else
-Initrd::SetAdditionalParameters (Initrd::AdditionalParameters () +  -d  
+ BootStorage::RootPartitionDevice);
-
 }
 else
 {






Remember to have fun...

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



commit xfce4-panel-plugin-timeout for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-timeout for 
openSUSE:Factory
checked in at Mon Sep 5 17:59:21 CEST 2011.




--- xfce4-panel-plugin-timeout/xfce4-panel-plugin-timeout.changes   
2011-03-09 22:47:31.0 +0100
+++ xfce4-panel-plugin-timeout/xfce4-panel-plugin-timeout.changes   
2011-05-27 23:24:24.0 +0200
@@ -1,0 +2,13 @@
+Fri May 27 21:14:33 UTC 2011 - g...@opensuse.org
+
+- renamed xfce4-time-out-plugin-1.0.0-hidden_progress_bar.patch to
+  xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch
+
+---
+Wed May 25 12:16:59 UTC 2011 - pce...@novell.com
+
+- fixed invalid progress bar update
+  xfce4-time-out-plugin-1.0.0-hidden_progress_bar.patch
+  https://bugzilla.xfce.org/show_bug.cgi?id=7660
+
+---

calling whatdependson for head-i586


New:

  xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch



Other differences:
--
++ xfce4-panel-plugin-timeout.spec ++
--- /var/tmp/diff_new_pack.Q69mUG/_old  2011-09-05 17:58:03.0 +0200
+++ /var/tmp/diff_new_pack.Q69mUG/_new  2011-09-05 17:58:04.0 +0200
@@ -22,11 +22,13 @@
 Name:   xfce4-panel-plugin-timeout
 License:GPLv2+
 Version:1.0.0
-Release:5
+Release:6
 Summary:Periodical break plugin for the Xfce panel
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
 Group:  System/GUI/XFCE
 Source: xfce4-time-out-plugin-1.0.0.tar.bz2
+# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch bxo#7660 
pce...@novell.com -- Fixes invalid progress bar update
+Patch0: xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch
 BuildRequires:  intltool
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
@@ -41,6 +43,7 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static

++ xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch ++
# Rationale:
#   Most of the time time_out_lock_countdown_update() calls
#   time_out_lock_screen_set_remaining() with arguments that are incompatible
#   with gtk_progress_bar (resulting fraction to be set on the progress bar
#   can range from infinity through zero to a number  1), which in turn leads
#   to GTK errors on stderr every second.
#
# https://bugzilla.xfce.org/show_bug.cgi?id=7660
#
# Patch:
#   Check for occurrences of such conditions and as these imply that the lock
#   progress bar is hidden anyway, do not update it.
diff -Ndpru10 xfce4-time-out-plugin-1.0.0/panel-plugin/time-out-lock-screen.c 
xfce4-time-out-plugin-1.0.0.new/panel-plugin/time-out-lock-screen.c
--- xfce4-time-out-plugin-1.0.0/panel-plugin/time-out-lock-screen.c 
2010-12-06 17:34:50.0 +0100
+++ xfce4-time-out-plugin-1.0.0.new/panel-plugin/time-out-lock-screen.c 
2011-05-25 14:03:13.884840608 +0200
@@ -320,22 +320,25 @@ time_out_lock_screen_set_remaining (Time
   /* Get long string representation of the remaining time */
   time_string = time_out_countdown_seconds_to_string (seconds, 
lock_screen-display_seconds, lock_screen-display_hours, FALSE);
   
   /* Add markup */
   g_string_prepend (time_string, span size=\x-large\);
   g_string_append (time_string, /span);
   
   /* Update widgets */
   gtk_label_set_markup (GTK_LABEL (lock_screen-time_label), time_string-str);
 
-  gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (lock_screen-progress),
- ((gdouble)seconds) / 
((gdouble)lock_screen-max_seconds));
+  if ((0  lock_screen-max_seconds)  (0 = seconds)  (seconds = 
lock_screen-max_seconds))
+  {
+gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (lock_screen-progress),
+   ((gdouble)seconds) / 
((gdouble)lock_screen-max_seconds));
+  }
 
   /* Free time string */
   g_string_free (time_string, TRUE);
 }
 
 
 
 void
 time_out_lock_screen_set_allow_postpone (TimeOutLockScreen *lock_screen,
  gboolean   allow_postpone)





Remember to have fun...

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



commit xfce4-power-manager for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory
checked in at Mon Sep 5 17:59:30 CEST 2011.




--- xfce4-power-manager/xfce4-power-manager.changes 2011-06-29 
10:56:24.0 +0200
+++ xfce4-power-manager/xfce4-power-manager.changes 2011-07-25 
22:41:37.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 20:44:53 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typos in xfce4-power-manager.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xfce4-power-manager.spec ++
--- /var/tmp/diff_new_pack.AnRbVz/_old  2011-09-05 17:58:15.0 +0200
+++ /var/tmp/diff_new_pack.AnRbVz/_new  2011-09-05 17:58:15.0 +0200
@@ -20,9 +20,9 @@
 
 Name:   xfce4-power-manager
 Version:1.0.10
-Release:14
+Release:16
 License:GPLv2+
-Summary:Power Management for the Xfce Desktop Dnvironment
+Summary:Power Management for the Xfce Desktop Environment
 Url:
http://goodies.xfce.org/projects/applications/xfce4-power-manager/
 Group:  System/GUI/XFCE
 Source: 
http://archive.xfce.org/src/apps/xfce4-power-manager/1.0/%{name}-%{version}.tar.bz2
@@ -55,7 +55,7 @@
 trigger actions on certain events such as closing the lid or reaching low
 battery levels and provides a set of interfaces to inform other applications
 about current power level so that they can adjust their power consumption.
-Furthermore, it provides the a standardized inhibit interface which allows
+Furthermore, it provides a standardized inhibit interface which allows
 applications to prevent automatic sleep actions via the power manager.
 
 %package -n xfce4-panel-plugin-brightness






Remember to have fun...

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



commit perl-Crypt-Blowfish for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package perl-Crypt-Blowfish for 
openSUSE:Factory
checked in at Mon Sep 5 17:59:42 CEST 2011.




--- perl-Crypt-Blowfish/perl-Crypt-Blowfish.changes 2010-12-05 
11:47:44.0 +0100
+++ perl-Crypt-Blowfish/perl-Crypt-Blowfish.changes 2011-08-27 
01:27:03.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 26 23:23:16 UTC 2011 - ch...@computersalat.de
+
+- cpanspec
+- added bcond_with opt
+  o test optional pkgs via local build (osc build --with opt)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Crypt-Blowfish.spec ++
--- /var/tmp/diff_new_pack.IEwrpc/_old  2011-09-05 17:58:38.0 +0200
+++ /var/tmp/diff_new_pack.IEwrpc/_new  2011-09-05 17:58:38.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Crypt-Blowfish (Version 2.12)
+# spec file for package perl-Crypt-Blowfish
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,51 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%bcond_with opt
 
 Name:   perl-Crypt-Blowfish
-%define cpan_name Crypt-Blowfish
-Summary:Perl Blowfish encryption module
 Version:2.12
-Release:7
+Release:15
 License:BSD3c
+%define cpan_name Crypt-Blowfish
+Summary:Perl Blowfish encryption module
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Crypt-Blowfish/
-#Source: 
http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-Blowfish-2.12.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+#Source:
http://www.cpan.org/authors/id/D/DP/DPARIS/%{cpan_name}-%{version}.tar.gz
+Source: Crypt-Blowfish-2.12.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires:  perl(Crypt::CBC) = 1.22
-#
-Recommends: perl(Crypt::CBC) = 1.22
+%if %{with opt}
+BuildRequires:  perl(Crypt::CBC)
+%endif
+%if 0%{?suse_version}  1010
+Recommends: perl(Crypt::CBC)
+%endif
+%{perl_requires}
 
 %description
 Blowfish is capable of strong encryption and can use key sizes up to 56
 bytes (a 448 bit key). You're encouraged to take advantage of the full key
 size to ensure the strongest encryption possible from this module.
 
-Crypt::Blowfish has the following methods:
-
- blocksize()
- keysize()
- encrypt()
- decrypt()
-
-Authors:
-
- Original algorithm, Bruce Shneier. Original implementation, A.M. Kuchling.
- Original Perl implementation, Systemics Ltd. Current maintenance by
- W3Works, LLC.
- Current revision and maintainer: Dave Paris amu...@pobox.com
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 %{__make} %{?_smp_mflags}
 
 %check
@@ -67,24 +56,14 @@
 
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version}  1130
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/auto/Crypt/Blowfish/.packlist
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes COPYRIGHT README
 
 %changelog






Remember to have fun...

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



  1   2   >