commit fam for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package fam for openSUSE:Factory
checked in at Fri Jun 17 09:45:00 CEST 2011.




--- fam/fam.changes 2011-03-17 11:25:51.0 +0100
+++ /mounts/work_src_done/STABLE/fam/fam.changes2011-06-16 
13:43:59.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 16 11:35:11 UTC 2011 - adr...@suse.de
+
+- fix download link
+
+---

calling whatdependson for head-i586


Old:

  fam-2.7.0.tar.bz2
  fileschanged-0.6.5.tar.bz2

New:

  fam-2.7.0.tar.gz
  fileschanged-0.6.5.tar.gz



Other differences:
--
++ fam.spec ++
--- /var/tmp/diff_new_pack.85nTLX/_old  2011-06-17 09:32:08.0 +0200
+++ /var/tmp/diff_new_pack.85nTLX/_new  2011-06-17 09:32:08.0 +0200
@@ -31,12 +31,12 @@
 Summary:File Alteration Monitoring Daemon
 Url:http://oss.sgi.com/projects/fam/
 Version:2.7.0
-Release:149
+Release:150
 %define fc_version 0.6.5
-Source0:fam-%{version}.tar.bz2
+Source0:
ftp://oss.sgi.com/projects/fam/download/stable/fam-%{version}.tar.gz
 Source1:sysconfig.fam
 Source2:init.fam
-Source3:
http://fileschanged.sourceforge.net/fileschanged-%fc_version.tar.bz2
+Source3:
http://sourceforge.net/projects/fileschanged/files/fileschanged/%{fc_version}/fileschanged-%{fc_version}.tar.gz
 Source4:fam.xinetd
 Source5:baselibs.conf
 Patch1: fam.conf.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 python-cairo for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package python-cairo for openSUSE:Factory
checked in at Fri Jun 17 09:46:43 CEST 2011.




--- python-cairo/python-cairo.changes   2010-09-18 16:07:38.0 +0200
+++ /mounts/work_src_done/STABLE/python-cairo/python-cairo.changes  
2011-06-17 07:15:33.0 +0200
@@ -1,0 +2,16 @@
+Fri Jun 17 06:22:03 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.10.0:
+  + New Constants:
+- cairo.FORMAT_RGB16_565
+  + Bug Fixes:
+- context.get_source().get_surface() fails (fdo#33013)
+  + Improve/simplify unicode filename and text support.
+  + Build related changes.
+- Move to using waf for the build as the autotools support is
+  broken.
+- Recompile the generated byte-code with %py_compile, as the
+  waf-generated byte-code references the build root. This is a bug
+  in waf, see http://code.google.com/p/waf/issues/detail?id=986
+
+---

calling whatdependson for head-i586


Old:

  py2cairo-1.8.10.tar.bz2

New:

  py2cairo-1.10.0.tar.bz2



Other differences:
--
++ python-cairo.spec ++
--- /var/tmp/diff_new_pack.4JS0Mx/_old  2011-06-17 09:45:14.0 +0200
+++ /var/tmp/diff_new_pack.4JS0Mx/_new  2011-06-17 09:45:14.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-cairo (Version 1.8.10)
+# spec file for package python-cairo
 #
-# 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,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   python-cairo
-BuildRequires:  cairo-devel
-BuildRequires:  fdupes
-BuildRequires:  python-devel
+%define _name   py2cairo
+Version:1.10.0
+Release:1
+Summary:Python Bindings for Cairo
 License:LGPLv2.1+ ; MPL ..
 Group:  Development/Libraries/Python
-Summary:Python Bindings for Cairo
-Version:1.8.10
-Release:1
+# FIXME: on update, check if we still need to manually compile the byte-code 
in %%install
 Url:http://www.cairographics.org/
-Source: py2cairo-%{version}.tar.bz2
+Source: %{_name}-%{version}.tar.bz2
+BuildRequires:  cairo-devel
+BuildRequires:  fdupes
+BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
@@ -46,15 +47,17 @@
 Headers for python-cairo
 
 %prep
-%setup -n pycairo-%{version}
+%setup -n %{_name}-%{version}
 
 %build
-%configure
-%__make %{?jobs:-j%jobs}
+./waf configure --prefix=%{_prefix} --libdir=%{_libdir}
+./waf build
 
 %install
-%makeinstall
-rm $RPM_BUILD_ROOT/%{py_sitedir}/cairo/*.la
+./waf install --destdir=%{buildroot}
+# waf is broken and generated byte-code that references the build root, see 
http://code.google.com/p/waf/issues/detail?id=986
+%py_compile $RPM_BUILD_ROOT/%{py_sitedir}
+%py_compile -O $RPM_BUILD_ROOT/%{py_sitedir}
 %fdupes $RPM_BUILD_ROOT/%{py_sitedir}
 
 %clean

++ py2cairo-1.8.10.tar.bz2 - py2cairo-1.10.0.tar.bz2 ++
 33062 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 usbutils for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package usbutils for openSUSE:Factory
checked in at Fri Jun 17 09:52:33 CEST 2011.




--- usbutils/usbutils.changes   2010-12-15 01:49:28.0 +0100
+++ /mounts/work_src_done/STABLE/usbutils/usbutils.changes  2011-06-16 
09:55:06.0 +0200
@@ -1,0 +2,13 @@
+Thu Mar 17 23:44:50 UTC 2011 - gre...@suse.de
+
+- usbutils 002
+   Diego Elio Pettenò (2):
+ Simplify the configure script.
+ Print device class descriptors like it's done 
+  for interface descriptors.
+
+   Greg Kroah-Hartman (2):
+ Updated version of lsusb.py from Kurt Garloff.
+ add lsusb.py to the bin files
+
+---

calling whatdependson for head-i586


Old:

  usbutils-001.tar.bz2

New:

  usbutils-002.tar.bz2



Other differences:
--
++ usbutils.spec ++
--- /var/tmp/diff_new_pack.iAttlt/_old  2011-06-17 09:46:53.0 +0200
+++ /var/tmp/diff_new_pack.iAttlt/_new  2011-06-17 09:46:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package usbutils (Version 001)
+# spec file for package usbutils
 #
-# 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:   usbutils
 BuildRequires:  libusb-1_0-devel pkg-config
 Url:http://sourceforge.net/projects/linux-usb/
-Version:001
+Version:002
 Release:1
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ usbutils-001.tar.bz2 - usbutils-002.tar.bz2 ++
 4518 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/usbutils-001/Makefile.am new/usbutils-002/Makefile.am
--- old/usbutils-001/Makefile.am2010-11-16 23:12:53.0 +0100
+++ new/usbutils-002/Makefile.am2011-01-13 00:09:34.0 +0100
@@ -17,7 +17,8 @@
update-usbids.sh
 
 bin_SCRIPTS = \
-   usb-devices
+   usb-devices \
+   lsusb.py
 
 lsusb_SOURCES = \
lsusb.c \
@@ -44,6 +45,7 @@
lsusb.8.in \
usb-devices.1.in \
usb-devices \
+   lsusb.py \
usbutils.pc.in
 
 usb.ids.gz: $(srcdir)/usb.ids
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/usbutils-001/NEWS new/usbutils-002/NEWS
--- old/usbutils-001/NEWS   2010-12-15 01:33:25.0 +0100
+++ new/usbutils-002/NEWS   2011-03-18 00:19:26.0 +0100
@@ -1,3 +1,15 @@
+usbutils 002
+
+
+Diego Elio Pettenò (2):
+  Simplify the configure script.
+  Print device class descriptors like it's done for interface descriptors.
+
+Greg Kroah-Hartman (2):
+  Updated version of lsusb.py from Kurt Garloff.
+  add lsusb.py to the bin files
+
+
 usbutils 001
 
 
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/usbutils-001/config.h.in new/usbutils-002/config.h.in
--- old/usbutils-001/config.h.in2010-12-15 01:32:17.0 +0100
+++ new/usbutils-002/config.h.in2011-03-18 00:19:48.0 +0100
@@ -6,9 +6,6 @@
 /* Define to 1 if you have the inttypes.h header file. */
 #undef HAVE_INTTYPES_H
 
-/* Define to 1 if you have the `z' library (-lz). */
-#undef HAVE_LIBZ
-
 /* Define to 1 if you have the memory.h header file. */
 #undef HAVE_MEMORY_H
 
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/usbutils-001/configure.ac new/usbutils-002/configure.ac
--- old/usbutils-001/configure.ac   2010-12-15 01:32:08.0 +0100
+++ new/usbutils-002/configure.ac   2011-03-18 00:19:40.0 +0100
@@ -1,5 +1,5 @@
 AC_INIT([usbutils],
-   [001],
+  

commit pciutils-ids for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package pciutils-ids for openSUSE:Factory
checked in at Fri Jun 17 09:53:01 CEST 2011.




--- AUTO/all/pciutils-ids/pciutils-ids.changes  2011-05-27 11:40:08.0 
+0200
+++ /mounts/work_src_done/STABLE/pciutils-ids/pciutils-ids.changes  
2011-06-17 03:40:04.0 +0200
@@ -2 +2 @@
-Fri May 27 11:40:07 CEST 2011 - autobu...@suse.de
+Fri Jun 17 03:40:04 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-05-27
+- automated update on 2011-06-17

calling whatdependson for head-i586




Other differences:
--
++ pciutils-ids.spec ++
--- /var/tmp/diff_new_pack.DrRuvm/_old  2011-06-17 09:52:46.0 +0200
+++ /var/tmp/diff_new_pack.DrRuvm/_new  2011-06-17 09:52:46.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   pciutils-ids
-Version:2011.5.27
+Version:2011.6.17
 Release:1
 AutoReqProv:on
 Group:  Hardware/Other

++ pci.ids.bz2 ++
--- /var/tmp/diff_new_pack.DrRuvm/_old  2011-06-17 09:52:46.0 +0200
+++ /var/tmp/diff_new_pack.DrRuvm/_new  2011-06-17 09:52:46.0 +0200
@@ -1,8 +1,8 @@
 #
 #  List of PCI ID's
 #
-#  Version: 2011.05.25
-#  Date:2011-05-25 03:15:03
+#  Version: 2011.06.17
+#  Date:2011-06-17 03:15:05
 #
 #  Maintained by Martin Mares m...@ucw.cz and other volunteers from the
 #  PCI ID Project at http://pciids.sf.net/.
@@ -485,6 +485,7 @@
8086 9268  RAID Controller RS2VB080
007c  MegaRAID SAS 1078DE
1014 0395  ServeRAID-AR10is SAS/SATA Controller
+   007e  SSS6200 PCI-Express Flash SSD
0080  SAS2208 PCI-Express Fusion-MPT SAS-2
0081  SAS2208 PCI-Express Fusion-MPT SAS-2
0082  SAS2208 PCI-Express Fusion-MPT SAS-2
@@ -3241,6 +3242,7 @@
2925  E2925A 32 Bit, 33 MHzPCI Exerciser  Analyzer
3080  Pavilion ze2028ea
3085  Realtek RTL8139/8139C/8139C+
+   30a3  Compaq NW8440 Notebook
30b5  Compaq Presario V3000Z
31fb  DL365 ATI ES1000 VGA controller
3206  Adaptec Embedded Serial ATA HostRAID
@@ -4212,10 +4214,13 @@
1077 020b  3200 Series Dual Port 10Gb Intelligent Ethernet 
Adapter
1077 020c  3200 Series Quad Port 1Gb Intelligent Ethernet 
Adapter
1077 020f  3200 Series Single Port 10Gb Intelligent Ethernet 
Adapter
+   1077 0210  QME8242-k 10GbE Dual Port Mezzanine Card
8021  8200 Series 10GbE Converged Network Adapter (FCoE)
103c 3348  CN1000Q Dual Port Converged Network Adapter
+   1077 0211  QME8242-k 10GbE Dual Port Mezzanine Card, FCoE
8022  8200 Series 10GbE Converged Network Adapter (iSCSI)
103c 3347  CN1000Q Dual Port Converged Network Adapter
+   1077 0212  QME8242-k 10GbE Dual Port Mezzanine Card, iSCSI
8432  ISP2432M-based 10GbE Converged Network Adapter (CNA)
 1078  Cyrix Corporation
  5510 [Grappa]
@@ -6905,7 +6910,9 @@
0dd1  GF106 [GeForce GTX 460M]
1558 8687  CLEVO/KAPOK W860CU
0dd8  GF106GL [Quadro 2000]
+   0dda  GF106 [Quadro 2000M]
0de1  GF108 [GeForce GT 430]
+   0dee  GF108 [Geforce GT 415M]
0df4  GF106 [GeForce GT 555M SDDR3]
0df8  GF108 [Quadro 600]
0dfa  GF108 [Quadro 1000M]
@@ -6914,6 +6921,7 @@
0e22  GF104 [GeForce GTX 460]
1462 2322  N460GTX Cyclone 1GD5/OC
0e3a  GF104 [Quadro 3000M]
+   0e3b  GF104 [Quadro 4000M]
1056  GF108 [Quadro NVS 4200M]
1080  GF110 [Geforce GTX 580]
1081  GF110 [Geforce GTX 570]
@@ -7016,6 +7024,7 @@
809c  S5933_HEPC3
80b9  Harmonix Hi-Card P8 (4x active ISDN BRI)
80d7  PCI-9112
+   80d8  PCI-7200
80d9  PCI-9118
80da  PCI-9812
80fc  APCI1500 Signal processing controller (16 dig. inputs + 16 dig. 
outputs)
@@ -7137,7 +7146,7 @@
1019 8168  MCP73PVT-SM
103c 1611  Pavilion DM1Z-3000
1043 11f5  A6J-Q008
-   1043 16d5  U6V laptop
+   1043 16d5  U6V/U31J laptop
1043 81aa  P5B
1043 82c6  M3A78-EH Motherboard
1043 83a3  M4A785TD Motherboard
@@ -7175,7 +7184,7 @@
1737 0019  WPC11v4 802.11b Wireless-B Notebook Adapter
8185  RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller
8191  RTL8188CE 802.11b/g/n WiFi Adapter
-   8192  RTL8192E Wireless LAN Controller
+   8192  RTL8192E/RTL8192SE Wireless LAN Controller
8197  SmartLAN56 56K Modem
8199  RTL8187SE Wireless LAN Controller
 10ed  Ascii Corporation
@@ -9123,6 +9132,7 @@
2a02  88W8361 [TopDog] 802.11n Wireless
1385 7e00  WN311T RangeMax Next 300 Mbps Wireless PCI Adapter

commit gimp for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package gimp for openSUSE:Factory
checked in at Fri Jun 17 10:02:58 CEST 2011.




--- GNOME/gimp/gimp.changes 2011-06-12 00:15:23.0 +0200
+++ /mounts/work_src_done/STABLE/gimp/gimp.changes  2011-06-15 
16:20:28.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun 15 16:19:39 CEST 2011 - vu...@opensuse.org
+
+- Fix build on Factory, by not excluding the
+  libcontroller-linux-input.so module from the file list of the
+  main package when we build without hal. It was only excluded to
+  be part of a hal subpackage when there is the hal dependency.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gimp.spec ++
--- /var/tmp/diff_new_pack.iW27u0/_old  2011-06-17 10:01:28.0 +0200
+++ /var/tmp/diff_new_pack.iW27u0/_new  2011-06-17 10:01:28.0 +0200
@@ -52,7 +52,7 @@
 BuildRequires:  xorg-x11-libXfixes-devel
 Url:http://www.gimp.org/
 Version:2.6.11
-Release:15
+Release:17
 License:GPLv2+
 Group:  Productivity/Graphics/Bitmap Editors
 Suggests:   AdobeICCProfiles
@@ -348,7 +348,9 @@
 %{_libdir}/gimp/2.0/environ/default.env
 %{_libdir}/gimp/2.0/interpreters/default.interp
 %{_libdir}/gimp/2.0/modules/*.so
+%if %{build_hal}
 %exclude %{_libdir}/gimp/2.0/modules/libcontroller-linux-input.so
+%endif
 %doc %{_mandir}/man?/gimp.*
 %doc %{_mandir}/man?/gimp-2.?.*
 %doc %{_mandir}/man?/gimp-console.*






Remember to have fun...

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



commit libgadu for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package libgadu for openSUSE:Factory
checked in at Fri Jun 17 10:18:15 CEST 2011.




--- libgadu/libgadu.changes 2011-03-18 17:37:17.0 +0100
+++ /mounts/work_src_done/STABLE/libgadu/libgadu.changes2011-06-17 
03:55:13.0 +0200
@@ -1,0 +2,18 @@
+Fri Jun 17 03:50:17 CEST 2011 - vu...@opensuse.org
+
+- Change pkgconfig(openssl) BuildRequires to gnutls-devel as this
+  seems to be preferred.
+- Add curl-devel, libexpat-devel, libgsm-devel, speex-devel and
+  pkgconfig(libxml-2.0) BuildRequires, to enable optional features.
+
+---
+Thu Jun  9 12:42:15 UTC 2011 - fi...@opensuse.org
+
+- Update to version 1.11.0:
+  + contacts import/export compatible with gadu-gadu 10
+  + improved sockets management with direct connections
+  + detailed report when connection fails
+  + enhanced confirmation for delivered message
+  + improved message conversion from html to plain text
+
+---

calling whatdependson for head-i586


Old:

  libgadu-1.10.1.tar.gz

New:

  libgadu-1.11.0.tar.gz



Other differences:
--
++ libgadu.spec ++
--- /var/tmp/diff_new_pack.uzOYgY/_old  2011-06-17 10:03:08.0 +0200
+++ /var/tmp/diff_new_pack.uzOYgY/_new  2011-06-17 10:03:08.0 +0200
@@ -19,16 +19,21 @@
 %define soname 3
 
 Name:   libgadu
-Version:1.10.1
+Version:1.11.0
 Release:1
 License:LGPLv2.1+
 Summary:Library for Handling of Gadu-Gadu Instant Messaging
 Url:http://toxygen.net/libgadu/
 Group:  System/Libraries
 Source: http://toxygen.net/%{name}/files/%{name}-%{version}.tar.gz
+BuildRequires:  curl-devel
 BuildRequires:  doxygen
+BuildRequires:  gnutls-devel
+BuildRequires:  libexpat-devel
+BuildRequires:  libgsm-devel
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(openssl)
+BuildRequires:  speex-devel
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,8 +68,8 @@
 %setup -q
 
 %build
-%configure\
-   --disable-static\
+%configure \
+--disable-static \
--with-pthread
 make %{?_smp_mflags}
 

++ libgadu-1.10.1.tar.gz - libgadu-1.11.0.tar.gz ++
 41518 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 mkinitrd for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Fri Jun 17 10:19:16 CEST 2011.




--- mkinitrd/mkinitrd.changes   2011-06-14 15:57:35.0 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-06-16 
15:39:59.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 16 13:31:38 UTC 2011 - mma...@novell.com
+
+- Call udevadm trigger --action=add, because the default is change
+  in newer udev.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.SBmngy/_old  2011-06-17 10:18:26.0 +0200
+++ /var/tmp/diff_new_pack.SBmngy/_new  2011-06-17 10:18:26.0 +0200
@@ -31,7 +31,7 @@
 %endif
 AutoReqProv:on
 Version:2.7.0
-Release:9
+Release:11
 Conflicts:  udev  118
 Requires:   dhcpcd
 PreReq: %fillup_prereq

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-06-14 15:56:40.0 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-06-16 15:33:46.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Jun 16 13:31:38 UTC 2011 - mma...@novell.com
+
+- Call udevadm trigger --action=add, because the default is change
+  in newer udev.
+
+---
 Tue Jun 14 13:56:11 UTC 2011 - mma...@novell.com
 
 - Add a note to the spec file that the package is maintained in git.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/boot-udev.sh 
new/mkinitrd-2.7.0/scripts/boot-udev.sh
--- old/mkinitrd-2.7.0/scripts/boot-udev.sh 2011-06-14 15:56:40.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/boot-udev.sh 2011-06-16 15:33:46.0 
+0200
@@ -27,5 +27,5 @@
 # Start udev
 echo Creating device nodes with udev
 /sbin/udevd --daemon
-/sbin/udevadm trigger
+/sbin/udevadm trigger --action=add
 wait_for_events






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-default-privs for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory
checked in at Fri Jun 17 10:25:37 CEST 2011.




--- polkit-default-privs/polkit-default-privs.changes   2011-05-16 
11:59:08.0 +0200
+++ 
/mounts/work_src_done/STABLE/polkit-default-privs/polkit-default-privs.changes  
2011-06-16 17:33:10.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 16 15:31:03 UTC 2011 - lnus...@suse.de
+
+ - add colord (bnc#698250)
+
+---

calling whatdependson for head-i586


Old:

  polkit-default-privs-0.1_201105161158.tar.bz2

New:

  _service:format_spec_file:polkit-default-privs.spec
  polkit-default-privs-0.1_201106161730.tar.bz2



Other differences:
--
++ _service:format_spec_file:polkit-default-privs.spec ++
#
# spec file for package polkit-default-privs
#
# 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
# icecream 0


Name:   polkit-default-privs
License:GPLv2+
Group:  Productivity/Security
Version:0.1_201106161730
Release:1
Summary:SUSE PolicyKit default permissions
Source: polkit-default-privs-%version.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Supplements:PolicyKit
Supplements:libpolkit0, polkit
BuildArch:  noarch
Url:http://git.opensuse.org/?p=projects/polkit-default-privs.git
PreReq: %fillup_prereq
%if %suse_version  1100
Obsoletes:  hal-resmgr  0.2
Obsoletes:  resmgr  1.1.1
# bug437293
%ifarch ppc64
Obsoletes:  resmgr-64bit
%endif
#
%endif


%description
Different default privilege settings depending on local configuration



Authors:

Ludwig Nussel

%prep
%setup -q


%build


%install
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/var/lib/polkit-1/localauthority/10-vendor.d


%post
%{fillup_only -ns security polkit_default_privs}
/sbin/set_polkit_default_privs


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%config /etc/polkit-default-privs.standard
%config /etc/polkit-default-privs.restrictive
%config(noreplace) /etc/polkit-default-privs.local
/sbin/chkstat-polkit
/sbin/set_polkit_default_privs
%_mandir/man*/*
/var/adm/fillup-templates/sysconfig.security-polkit_default_privs
%attr(0700,root,root) %dir /var/lib/polkit-1
%dir /var/lib/polkit-1/localauthority
%dir /var/lib/polkit-1/localauthority/10-vendor.d



%changelog
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.LApDOj/_old  2011-06-17 10:19:23.0 +0200
+++ /var/tmp/diff_new_pack.LApDOj/_new  2011-06-17 10:19:23.0 +0200
@@ -22,7 +22,7 @@
 Name:   polkit-default-privs
 License:GPLv2+
 Group:  Productivity/Security
-Version:0.1_201105161158
+Version:0.1_201106161730
 Release:1
 Summary:SUSE PolicyKit default permissions
 Source: polkit-default-privs-%version.tar.bz2

++ polkit-default-privs-0.1_201105161158.tar.bz2 - 
polkit-default-privs-0.1_201106161730.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-0.1_201105161158/polkit-default-privs.restrictive 
new/polkit-default-privs-0.1_201106161730/polkit-default-privs.restrictive
--- old/polkit-default-privs-0.1_201105161158/polkit-default-privs.restrictive  
2011-05-16 11:58:00.0 +0200
+++ new/polkit-default-privs-0.1_201106161730/polkit-default-privs.restrictive  
2011-06-16 17:30:36.0 +0200
@@ -87,7 +87,17 @@
 #
 org.gnome.settingsdaemon.datetimemechanism.configureauth_admin_keep
 #
-org.gnome.color.install-system-wide auth_admin
+# colord (bnc#698250)
+#
+org.freedesktop.color-manager.create-device auth_admin
+org.freedesktop.color-manager.create-profileauth_admin
+org.freedesktop.color-manager.delete-device auth_admin
+org.freedesktop.color-manager.delete-profileauth_admin
+org.freedesktop.color-manager.modify-device auth_admin
+org.freedesktop.color-manager.modify-profileauth_admin

commit at-spi2-core for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory
checked in at Fri Jun 17 10:27:35 CEST 2011.




--- GNOME/at-spi2-core/at-spi2-core.changes 2011-05-30 16:04:52.0 
+0200
+++ /mounts/work_src_done/STABLE/at-spi2-core/at-spi2-core.changes  
2011-06-15 15:43:11.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun 15 15:40:48 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.1.2:
+  + Merge changes from 2.0.2.
+  + Cache application-wide toolkit name and version.
+  + Allow caching of attributes, but not enabling by default, as
+there is no event yet (bgo#649771).
+  + Make deferred_messages a GQueue rather than a GList for
+performance reasons.
+  + Fix accessibility bus breakage when a user runs an
+administrative app.
+
+---

calling whatdependson for head-i586


Old:

  at-spi2-core-2.0.2.tar.bz2

New:

  at-spi2-core-2.1.2.tar.bz2



Other differences:
--
++ at-spi2-core.spec ++
--- /var/tmp/diff_new_pack.uMX9LC/_old  2011-06-17 10:26:42.0 +0200
+++ /var/tmp/diff_new_pack.uMX9LC/_new  2011-06-17 10:26:42.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   at-spi2-core
-Version:2.0.2
+Version:2.1.2
 Release:1
 Summary:Assistive Technology Service Provider Interface - D-Bus based 
implementation
 License:GPLv2+

++ at-spi2-core-2.0.2.tar.bz2 - at-spi2-core-2.1.2.tar.bz2 ++
 9324 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 nautilus-share for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package nautilus-share for openSUSE:Factory
checked in at Fri Jun 17 10:32:56 CEST 2011.




--- GNOME/nautilus-share/nautilus-share.changes 2011-02-27 14:35:56.0 
+0100
+++ /mounts/work_src_done/STABLE/nautilus-share/nautilus-share.changes  
2011-06-15 16:17:14.0 +0200
@@ -1,0 +2,31 @@
+Wed Jun 15 16:10:37 CEST 2011 - vu...@opensuse.org
+
+- Add nautilus-share-git20110615-6c0fa271.patch. This is a patch
+  adding all changes to git from 0.7.2 to today (6c0fa271). This
+  contains the following changes:
+  + Allow actions to be undone without closing window
+  + Do not always require go+rx permissions
+  + Set the title of the sharing options window
+  + Standardize wording for writable option
+  + Change location of Comment field
+  + Use folder-remote icon
+  + Fix validation of false positives
+  + Fix false negative in detecting writable option
+  + Don't print status messages in session log
+  + Remove usage of deprecated libraries (libgnomeui, gnome-vfs,
+eel, libglade)
+  + Build fixes.
+- Drop nautilus-share-drop-eel.patch and
+  nautilus-share-bnc358451-extension-dir.patch: they are included
+  in the patch.
+- Drop nautilus-share-po.tar.gz: translation-update-upstream does
+  the work of updating translations already.
+- Remove unneeded BuildRequires: fdupes, gnome-patch-translation,
+  libglade2-devel, update-desktop-files.
+- Fix build against GNOME 3, by packaging the file in the right
+  directory (which is versioned). We use pkg-config to find this
+  directory now, instead of manually defining it.
+- Update Url tag to git.gnome.org, since the old website is down.
+- Use spec-cleaner to cleanup spec file.
+
+---

calling whatdependson for head-i586


Old:

  nautilus-share-bnc358451-extension-dir.patch
  nautilus-share-drop-eel.patch
  nautilus-share-po.tar.gz

New:

  nautilus-share-git20110615-6c0fa271.patch



Other differences:
--
++ nautilus-share.spec ++
--- /var/tmp/diff_new_pack.H6EUdR/_old  2011-06-17 10:27:52.0 +0200
+++ /var/tmp/diff_new_pack.H6EUdR/_new  2011-06-17 10:27:52.0 +0200
@@ -15,31 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%define nautilusextdir %(pkg-config --variable=extensiondir 
libnautilus-extension)
 
 Name:   nautilus-share
-BuildRequires:  fdupes
-BuildRequires:  gnome-patch-translation
+Version:0.7.2+git20110615
+Release:1
+%define _version 0.7.2
+License:GPLv2+
+Summary:A Quick and Easy Way to Share Folders in Nautilus Via Samba
+Url:http://git.gnome.org/nautilus-share
+Group:  Productivity/Networking/Samba
+Source: %{name}-%{_version}.tar.bz2
+Patch0: nautilus-share-git20110615-6c0fa271.patch
 BuildRequires:  intltool
-BuildRequires:  libglade2-devel
 BuildRequires:  nautilus-devel
 BuildRequires:  translation-update-upstream
-BuildRequires:  update-desktop-files
-Version:0.7.2
-Release:89
-Url:http://gentoo.ovibes.net/nautilus-share/
-Group:  Productivity/Networking/Samba
-License:GPLv2+
-Summary:A Quick and Easy Way to Share Folders in Nautilus Via Samba
-Source: %{name}-%{version}.tar.bz2
-Source1:%{name}-po.tar.gz 
-# PATCH-FIX-UPSTREAM nautilus-share-drop-eel.patch vu...@novell.com -- Do not 
use eel nor gnome-vfs anymore, patch sent by mail to the maintainer
-Patch0: nautilus-share-drop-eel.patch
-Patch7: nautilus-share-bnc358451-extension-dir.patch
-Requires:   gnome-icon-theme samba = 3.0.21a-4.2
+Requires:   gnome-icon-theme
+Requires:   samba = 3.0.23
 Recommends: %{name}-lang
-AutoReqProv:on
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,45 +54,30 @@
 * Nautilus displays a palm icon to visually show you which folders are
 shared.
 
-
-
-Authors:
-
-Sebastien Estienne sebastien.estie...@gmail.com
-Ed Catmur e...@catmur.co.uk
-VoJcEK voj...@tlen.pl
-Michael Kanis mka...@gmx.de
-WareKala warek...@hotmail.com
-Mirko Maischberger mi...@lilik.it
-Aaron Kurtz a.ku...@hardsun.net
-Lucius Curado luc...@gmail.com
-
 %lang_package
 %prep
-%setup -a1 
+%setup -q -n %{name}-%{_version}
 %patch0 -p1
 translation-update-upstream
-%patch7 -p1
 
 %build
 autoreconf -f -i
-%configure
-make %{?jobs:-j%jobs}
+%configure --disable-static
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+%make_install
+find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %find_lang %{name}
-rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
-%fdupes $RPM_BUILD_ROOT
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr (-, root, root)
-%doc AUTHORS COPYING README TODO

commit libunique for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package libunique for openSUSE:Factory
checked in at Fri Jun 17 10:38:04 CEST 2011.




--- GNOME/libunique/libunique.changes   2011-04-22 11:25:24.0 +0200
+++ /mounts/work_src_done/STABLE/libunique/libunique.changes2011-06-15 
10:00:41.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun 15 09:59:36 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.0.2:
+  + Remove the deprecated G_CONST_RETURN
+- Drop wrong and unneeded debug_package_requires define (as we only
+  build subpackages).
+
+---

calling whatdependson for head-i586


Old:

  libunique-3.0.0.tar.bz2

New:

  libunique-3.0.2.tar.bz2



Other differences:
--
++ libunique.spec ++
--- /var/tmp/diff_new_pack.uCMKXG/_old  2011-06-17 10:33:06.0 +0200
+++ /var/tmp/diff_new_pack.uCMKXG/_new  2011-06-17 10:33:06.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libunique
-Version:3.0.0
+Version:3.0.2
 Release:1
 License:LGPLv2.1+
 Summary:A library for writing single instance application
@@ -31,7 +31,6 @@
 BuildRequires:  gtk3-devel
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires libunique-1_0-0 = %{version}
 
 %description
 Unique is a library for writing single instance application. If you

++ libunique-3.0.0.tar.bz2 - libunique-3.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/ChangeLog 
new/libunique-3.0.2/ChangeLog
--- old/libunique-3.0.0/ChangeLog   2011-04-04 23:45:19.0 +0200
+++ new/libunique-3.0.2/ChangeLog   2011-06-14 16:58:31.0 +0200
@@ -1,3 +1,49 @@
+commit d92782c6590dc5096ea5d6e17abee8e558bae50e
+Author: Emmanuele Bassi eba...@linux.intel.com
+Date:   Tue Jun 14 15:56:34 2011 +0100
+
+Release Unique 3.0.2
+
+ NEWS |4 
+ configure.ac |4 ++--
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit 03526f8d95910c207170391c1b6594905a71e4e9
+Author: Stef Walter st...@collabora.co.uk
+Date:   Tue Jun 14 12:33:45 2011 +0100
+
+Remove G_CONST_RETURN usage, now that its gone in glib.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=652545
+
+ unique/uniqueapp.c   |4 ++--
+ unique/uniquebackend.c   |4 ++--
+ unique/uniquebackend.h   |4 ++--
+ unique/uniqueinternals.h |4 ++--
+ unique/uniquemessage.c   |4 ++--
+ unique/uniquemessage.h   |4 ++--
+ 6 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 68b20cb7a7d56601fa61df9351188dbab9193c8f
+Author: Emmanuele Bassi eba...@linux.intel.com
+Date:   Mon Apr 4 22:50:20 2011 +0100
+
+README: Add a deprecation notice
+
+Point to the *Application classes reference and to the migration guide.
+
+ README |   23 ++-
+ 1 files changed, 22 insertions(+), 1 deletions(-)
+
+commit ca78a159a0dd35dc14cb6f016533fa35d19b26af
+Author: Emmanuele Bassi eba...@linux.intel.com
+Date:   Mon Apr 4 22:47:19 2011 +0100
+
+Post-release version bump to 3.0.1
+
+ configure.ac |4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 06cdf72bc63106a0d05c5eee2448778574ec25c8
 Author: Emmanuele Bassi eba...@linux.intel.com
 Date:   Mon Apr 4 22:41:10 2011 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/NEWS new/libunique-3.0.2/NEWS
--- old/libunique-3.0.0/NEWS2011-04-04 23:44:28.0 +0200
+++ new/libunique-3.0.2/NEWS2011-06-14 16:56:25.0 +0200
@@ -1,3 +1,7 @@
+Changes for Uniqye 3.0.2
+
+• Remove the deprecated G_CONST_RETURN
+
 Changes for Unique 3.0.0
 
 • Set default DBus timeout to 3 seconds [Bill Nottingham]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/README new/libunique-3.0.2/README
--- old/libunique-3.0.0/README  2011-02-16 19:34:20.0 +0100
+++ new/libunique-3.0.2/README  2011-05-19 18:55:49.0 +0200
@@ -1,3 +1,24 @@
+WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
+
+LibUnique is deprecated. Do not use this library in newly-written applications.
+
+The functionality provided by this library has been incorporated in GIO and
+GTK+ 3.0.
+
+See the GApplication class reference here:
+
+  http://library.gnome.org/devel/gio/stable/GApplication.html
+
+and the GtkApplication class reference here:
+
+  http://library.gnome.org/devel/gtk3/stable/GtkApplication.html
+
+See also the porting guide available here:
+
+  http://library.gnome.org/devel/gtk3/stable/gtk-migrating-GtkApplication.html
+
+WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
+
 LibUnique is a library for writing 

commit gramps for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package gramps for openSUSE:Factory
checked in at Fri Jun 17 10:39:02 CEST 2011.




--- GNOME/gramps/gramps.changes 2011-05-02 19:09:14.0 +0200
+++ /mounts/work_src_done/STABLE/gramps/gramps.changes  2011-06-15 
11:31:00.0 +0200
@@ -1,0 +2,29 @@
+Wed Jun 15 10:01:44 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.3.0:
+  + New person name dialog and workflow with better (or new!)
+support for nickname, complicated multiple surnames, patronymic
+as surname, family nickname, and name format preferences
+  + Gramplet bottombar and sidebar per view, with new gramplets
+such as details view and image metadata viewer/editor
+  + Ability to tag objects; this is the next version of what used
+to be called markers in previous versions of Gramps
+  + Geography view now uses osm-gps-map
+  + New locality field in the place editor; hierarchy is now:
+Country, State, County, City, Locality, Street
+  + Automatic check and upgrade of plugins on startup
+  + Improved merge support of objects
+  + Better descendant/ancestor tree reports
+  + Undo/redo on entry fields (CTRL+Z, CTRL+SHIFT+Z)
+  + Backup option in the exporter
+  + Exporter based on filters with preview
+  + Various under-the-hood improvements, including for performance.
+  + Updated translations.
+- Add python-gtkspell Recommends as we do have the package.
+- Update FIXME about missing Recommends: python-enchant is not used
+  anymore, but python-exiv2 and osm-gps-map are new optional
+  dependencies.
+- Stop using source service to download the tarball, as Factory
+  will move away from this.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:gramps-3.2.6.tar.bz2
  _service:set_version:gramps.spec

New:

  gramps-3.3.0-1.tar.gz



Other differences:
--
++ gramps.spec ++
--- /var/tmp/diff_new_pack.1aFj8e/_old  2011-06-17 10:38:15.0 +0200
+++ /var/tmp/diff_new_pack.1aFj8e/_new  2011-06-17 10:38:15.0 +0200
@@ -19,14 +19,15 @@
 
 
 Name:   gramps
-Version:3.2.5
-Release:8
-# FIXME: missing recommends because of missing packages: python-gtkspell  
python-enchant
+Version:3.3.0
+Release:1
+%define _version 3.3.0-1
+# FIXME: missing recommends because of missing packages: python-exiv2, 
osm-gps-map
 License:GPLv2+
 Summary:Genealogical Research Software
 Url:http://www.gramps-project.org/
 Group:  Productivity/Other
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/gramps/Stable/3.3.0/%{name}-%{_version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 # For directory ownership
@@ -38,8 +39,8 @@
 Requires:   xdg-utils
 Recommends: %{name}-lang
 Recommends: graphviz
+Recommends: python-gtkspell
 Recommends: python-webkitgtk
-# Missing Recommends: python gtkspell  python enchant
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -96,11 +97,14 @@
 %{_mandir}/man1/%{name}.*
 # We can't really move the localized manpages to the lang package, since they'd
 # create a conflict between the lang subpackage and bundles
+%lang(cs) %{_mandir}/cs/man1/%{name}.*
 %lang(fr) %{_mandir}/fr/man1/%{name}.*
 %lang(nl) %{_mandir}/nl/man1/%{name}.*
 %lang(pl) %{_mandir}/pl/man1/%{name}.*
 %lang(sv) %{_mandir}/sv/man1/%{name}.*
 # man doesn't provide those directories, so we have to own them
+%lang(cs) %dir %{_mandir}/cs
+%lang(cs) %dir %{_mandir}/cs/man1
 %lang(nl) %dir %{_mandir}/nl
 %lang(nl) %dir %{_mandir}/nl/man1
 %lang(pl) %dir %{_mandir}/pl






Remember to have fun...

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



commit rfc for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package rfc for openSUSE:Factory
checked in at Fri Jun 17 10:53:21 CEST 2011.




--- AUTO/all/rfc/rfc.changes2011-06-09 19:42:26.0 +0200
+++ /mounts/work_src_done/STABLE/rfc/rfc.changes2011-06-16 
20:43:03.0 +0200
@@ -2 +2 @@
-Thu Jun  9 19:42:25 CEST 2011 - autobu...@suse.de
+Thu Jun 16 20:43:02 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-06-09
+- automated update on 2011-06-16

calling whatdependson for head-i586




Other differences:
--
++ rfc.spec ++
--- /var/tmp/diff_new_pack.xGYz4O/_old  2011-06-17 10:41:36.0 +0200
+++ /var/tmp/diff_new_pack.xGYz4O/_new  2011-06-17 10:41:36.0 +0200
@@ -25,7 +25,7 @@
 Summary:The RFCs (Request For Comments)
 Source: rfc.tgz
 BuildArch:  noarch
-Version:2011.6.9
+Version:2011.6.16
 Release:1
 Url:ftp://ftp.isi.edu/in-notes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


++ rfc.tgz ++
AUTO/all/rfc/rfc.tgz /mounts/work_src_done/STABLE/rfc/rfc.tgz differ: char 5, 
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-gobject for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory
checked in at Fri Jun 17 10:54:02 CEST 2011.




--- GNOME/python-gobject/python-gobject.changes 2011-05-04 18:31:34.0 
+0200
+++ /mounts/work_src_done/STABLE/python-gobject/python-gobject.changes  
2011-06-17 06:25:13.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun 17 06:17:54 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.28.6:
+  + Fixes for GVariant.
+  + Added __eq__ method for Gdk.Color and Gdk.RGBA
+  + Fix symbol names to be locale independent
+  + closure: Check the out arg is not null (bgo#651812)
+  + Use _gi.Struct to wrap fundamentals
+  + Fix two crashes.
+
+---

calling whatdependson for head-i586


Old:

  pygobject-2.28.4.tar.bz2

New:

  pygobject-2.28.6.tar.bz2



Other differences:
--
++ python-gobject.spec ++
--- /var/tmp/diff_new_pack.JrT4tc/_old  2011-06-17 10:53:47.0 +0200
+++ /var/tmp/diff_new_pack.JrT4tc/_new  2011-06-17 10:53:47.0 +0200
@@ -21,7 +21,7 @@
 Name:   python-gobject
 %define _name pygobject
 Summary:Python bindings for GObject
-Version:2.28.4
+Version:2.28.6
 Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/Python

++ pygobject-2.28.4.tar.bz2 - pygobject-2.28.6.tar.bz2 ++
 2167 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 perl-Spreadsheet-ParseExcel for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package perl-Spreadsheet-ParseExcel for 
openSUSE:Factory
checked in at Fri Jun 17 10:58:00 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Spreadsheet-ParseExcel/perl-Spreadsheet-ParseExcel.changes
2011-06-06 22:52:08.0 +0200
@@ -0,0 +1,41 @@
+---
+Mon Jun  6 20:47:10 UTC 2011 - co...@novell.com
+
+- updated to 0.59
+   + Patch for decryption of default encrypted workbooks from
+ Alexey Mazurin.
+
+   ! Fix for invalid formatting of text cell that are numeric.
+ http://rt.cpan.org/Public/Bug/Display.html?id=62073
+
+---
+Wed Dec  1 06:55:41 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Sun Oct 17 18:29:18 UTC 2010 - ch...@computersalat.de
+
+- update to 0.58
+  o Fix for text cells formatted with a leading apostrophe.
+http://rt.cpan.org/Public/Bug/Display.html?id=61299
+  o Documentation fixes. Thanks to Dan Dascalescu
+Fix RT #61320 (typos)
+http://rt.cpan.org/Public/Bug/Display.html?id=61320
+  o Fix for currency locales in format strings.
+Reported by wjaguar.
+http://rt.cpan.org/Public/Bug/Display.html?id=60547
+  o Fix for incomplete SETUP records.
+Reported by M.C. Deurloo.
+
+---
+Mon Aug 16 10:47:17 UTC 2010 - ch...@computersalat.de
+
+- added Author
+
+---
+Thu Aug 12 09:05:16 UTC 2010 - kai.b...@gmail.com
+
+- initial package 0.57
+  * created by cpanspec 1.78
+

calling whatdependson for head-i586


New:

  Spreadsheet-ParseExcel-0.59.tar.gz
  perl-Spreadsheet-ParseExcel.changes
  perl-Spreadsheet-ParseExcel.spec



Other differences:
--
++ perl-Spreadsheet-ParseExcel.spec ++
#
# spec file for package perl-Spreadsheet-ParseExcel
#
# 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:   perl-Spreadsheet-ParseExcel
Version:0.59
Release:1
License:GPL+ or Artistic
%define cpan_name Spreadsheet-ParseExcel
Summary:Read information from an Excel file.
Url:http://search.cpan.org/dist/Spreadsheet-ParseExcel/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/J/JM/JMCNAMARA/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Crypt::RC4)
BuildRequires:  perl(Digest::Perl::MD5)
BuildRequires:  perl(IO::Scalar)
BuildRequires:  perl(OLE::Storage_Lite) = 0.19
Requires:   perl(Crypt::RC4)
Requires:   perl(Digest::Perl::MD5)
Requires:   perl(IO::Scalar)
Requires:   perl(OLE::Storage_Lite) = 0.19
%{perl_requires}

%description
The Spreadsheet::ParseExcel module can be used to read information from
Excel 95-2003 binary files.

The module cannot read files in the Excel 2007 Open XML XLSX format. See
the the Spreadsheet::XLSX manpage module instead.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CP932Excel.map examples README README_Japan.htm

%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 glibc for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package glibc for openSUSE:Factory
checked in at Fri Jun 17 11:13:48 CEST 2011.




--- glibc/glibc.changes 2011-06-15 14:42:49.0 +0200
+++ /mounts/work_src_done/STABLE/glibc/glibc.changes2011-06-17 
09:24:36.0 +0200
@@ -1,0 +2,22 @@
+Fri Jun 17 07:07:37 UTC 2011 - a...@suse.de
+
+- Do not package memusage and memusagestat since they require
+  lib-gd and that grows the build cycle.
+
+---
+Thu Jun 16 18:37:19 UTC 2011 - a...@suse.de
+
+- Fix handling of shared library preloading.
+
+---
+Thu Jun 16 13:33:23 UTC 2011 - a...@suse.de
+
+- Fix getaddrinfo IPv6 code (bnc#684534).
+- Split up glibc-devel-static subpackage (bnc#655261).
+
+---
+Thu Jun 16 12:23:32 UTC 2011 - a...@suse.de
+
+- Reorder ld.so.conf library list (bnc#671725).
+
+---

calling whatdependson for head-i586


Old:

  minmem

New:

  glibc-2.13-dl-load.patch



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.yPKcrS/_old  2011-06-17 11:08:06.0 +0200
+++ /var/tmp/diff_new_pack.yPKcrS/_new  2011-06-17 11:08:06.0 +0200
@@ -19,11 +19,8 @@
 
 Name:   glibc
 BuildRequires:  gcc-c++
-BuildRequires:  gd-devel
-BuildRequires:  libpng-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  libstdc++-devel
-BuildRequires:  zlib-devel
 %define _filter_GLIBC_PRIVATE 1
 %define build_locales 1
 %define run_testsuite 0
@@ -74,7 +71,7 @@
 Obsoletes:  glibc-32bit
 %endif
 Version:2.13
-Release:5
+Release:7
 Url:http://www.gnu.org/software/libc/libc.html
 Source: glibc-%{version}-996cf2ef0727.tar.bz2
 Source2:http://ftp.gnu.org/gnu/glibc/glibc-ports-2.13.tar.bz2
@@ -149,7 +146,7 @@
 Patch28:glibc-2.2-sunrpc.diff
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch29:glibc-2.8-getconf.diff
-# PATCH-FIX-OPENSUSE only use ipv6 if real ipv6 address exists bnc#361697
+# PATCH-FIX-OPENSUSE only use ipv6 if real ipv6 address exists bnc#361697, 
bnc#684534
 Patch30:getaddrinfo-ipv6-sanity.diff
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch31:ppc-atomic.diff
@@ -199,6 +196,8 @@
 Patch56:glibc-static-memcpy.diff
 # FIX-OPENSUSE compile some files with -fno-strict-aliasing
 Patch58:glibc-strict-aliasing.diff
+# PATCH-FIX-UPSTREAM fix preloading of shared libs a...@suse.de
+Patch59:glibc-2.13-dl-load.patch
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch500:   ARM_glibc-2.10.1-local-eabi-wchar.diff
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
@@ -312,6 +311,18 @@
 These libraries are needed to develop programs which use the standard C
 library.
 
+%package devel-static
+
+
+Summary:C library static libraries for -static linking
+Group:  Development/Libraries/C and C++
+Requires:   %{name}-devel = %{version}
+
+%description devel-static
+The glibc-devel-static package contains the C library static libraries
+for -static linking.  You don't need these, unless you link statically,
+which is highly discouraged.
+
 %package utils
 License:BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+
 Summary:Development utilities from GNU C library
@@ -418,6 +429,7 @@
 %patch55 -p1
 %patch56 -p1
 %patch58
+%patch59 -p1
 %ifarch %arm armv5tel armv7l
 %patch500
 %patch501
@@ -772,12 +784,8 @@
 #
 cat  $RPM_BUILD_ROOT/etc/ld.so.conf EOF
 %ifarch s390x sparc64 x86_64 ppc64 ppc
-#/usr/X11R6/lib64/Xaw3d
-#/usr/X11R6/lib64
 /usr/lib64/Xaw3d
 %endif
-#/usr/X11R6/lib/Xaw3d
-#/usr/X11R6/lib
 /usr/lib/Xaw3d
 %ifarch %x86
 /usr/i586-suse-linux/lib
@@ -789,16 +797,16 @@
 /usr/$RPM_ARCH-suse-linux/lib
 %endif
 %endif
-/usr/local/lib
-/opt/kde3/lib
 %ifarch s390x sparc64 x86_64 ppc64 ppc
 /lib64
 /lib
 /usr/lib64
 /usr/lib
 /usr/local/lib64
+/usr/local/lib
 /opt/kde3/lib64
 %endif
+/opt/kde3/lib
 include /etc/ld.so.conf.d/*.conf
 EOF
 # Add ldconfig cache directory for directory ownership
@@ -1038,26 +1046,30 @@
 %{_prefix}/include/*
 %{_libdir}/*.o
 %{_libdir}/*.so
-%{_libdir}/libBrokenLocale.a
-%{_libdir}/libanl.a
+# These static libraries are needed even for shared builds
 %{_libdir}/libbsd-compat.a
-%{_libdir}/libc.a
 %{_libdir}/libc_nonshared.a
-%{_libdir}/libcrypt.a
-%{_libdir}/libdl.a
 %{_libdir}/libg.a
 %{_libdir}/libieee.a
 %ifarch ppc ppc64 s390 s390x sparc sparcv8 sparcv9 sparcv9v
 # This is not built on sparc64.
%{_libdir}/libnldbl_nonshared.a
 %endif
-%{_libdir}/libm.a
 

commit libofx for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package libofx for openSUSE:Factory
checked in at Fri Jun 17 11:15:26 CEST 2011.




--- GNOME/libofx/libofx.changes 2011-05-02 23:45:43.0 +0200
+++ /mounts/work_src_done/STABLE/libofx/libofx.changes  2011-06-17 
08:39:33.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 08:36:12 CEST 2011 - vu...@opensuse.org
+
+- Stop using source service to download the tarball, as Factory
+  will move away from this.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:libofx-0.9.4.tar.bz2
  _service:set_version:libofx.spec

New:

  libofx-0.9.4.tar.gz



Other differences:
--
++ libofx.spec ++
--- /var/tmp/diff_new_pack.ExblvO/_old  2011-06-17 11:13:59.0 +0200
+++ /var/tmp/diff_new_pack.ExblvO/_new  2011-06-17 11:13:59.0 +0200
@@ -22,12 +22,11 @@
 BuildRequires:  curl-devel doxygen fdupes gcc-c++ graphviz libxml++-devel 
opensp-devel pkgconfig
 License:GPLv2+
 Group:  Development/Libraries/Other
-AutoReqProv:on
-Version:0.9.1
-Release:12
+Version:0.9.4
+Release:3
 Summary:OFX Command Parser and API
 Url:http://libofx.sourceforge.net/
-Source: libofx-%{version}.tar.bz2
+Source: libofx-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description






Remember to have fun...

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



commit goffice for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package goffice for openSUSE:Factory
checked in at Fri Jun 17 11:21:27 CEST 2011.




--- GNOME/goffice/goffice.changes   2011-05-22 19:08:13.0 +0200
+++ /mounts/work_src_done/STABLE/goffice/goffice.changes2011-06-17 
05:39:12.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun 17 05:37:22 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.8.16:
+  + Improve ODF 1.2 output of fraction format.
+  + Fix long-double compilation issue.
+  + Improve accuracy of complex power.
+  + Fix GOFormat problem resulting in -0. [bgo#650928]
+- Stop using source service to download the tarball, as Factory
+  will move away from this.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:goffice-0.8.15.tar.bz2
  _service:set_version:goffice.spec

New:

  goffice-0.8.16.tar.bz2



Other differences:
--
++ goffice.spec ++
--- /var/tmp/diff_new_pack.QK7u3U/_old  2011-06-17 11:15:36.0 +0200
+++ /var/tmp/diff_new_pack.QK7u3U/_new  2011-06-17 11:15:36.0 +0200
@@ -26,7 +26,7 @@
 BuildRequires:  libgsf-devel
 BuildRequires:  pcre-devel
 BuildRequires:  translation-update-upstream
-Version:0.8.14
+Version:0.8.16
 Release:1
 Url:http://www.gnumeric.org/
 Group:  System/GUI/GNOME






Remember to have fun...

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



commit gnome-do for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package gnome-do for openSUSE:Factory
checked in at Fri Jun 17 11:22:11 CEST 2011.




--- GNOME/gnome-do/gnome-do.changes 2011-02-22 09:08:14.0 +0100
+++ /mounts/work_src_done/STABLE/gnome-do/gnome-do.changes  2011-06-17 
06:09:25.0 +0200
@@ -1,0 +2,18 @@
+Fri Jun 17 05:54:06 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.8.5:
+  + Separate keybinding description from GConf key name.
+  + Fix for KWin not showing the Do window properly.
+  + Fix menu not being properly shown.
+  + Fix build on mono 2.8+.
+  + Small fixes.
+  + Updated translations.
+- Drop patches integrated for issues fixed upstream:
+  + gnome-do-fix-keybindings-gconf.patch
+  + gnome-do-fix-kk.patch
+  + gnome-do-mono-2.8.patch
+  + gnome-do-no-disable-deprecated.patch
+- Only manually remove some translations on 11.4 and earlier:
+  Factory can deal with those unknown locales now.
+
+---

calling whatdependson for head-i586


Old:

  gnome-do-0.8.4.tar.bz2
  gnome-do-fix-keybindings-gconf.patch
  gnome-do-fix-kk.patch
  gnome-do-mono-2.8.patch
  gnome-do-no-disable-deprecated.patch

New:

  gnome-do-0.8.5.tar.gz



Other differences:
--
++ gnome-do.spec ++
--- /var/tmp/diff_new_pack.C1j4b6/_old  2011-06-17 11:21:37.0 +0200
+++ /var/tmp/diff_new_pack.C1j4b6/_new  2011-06-17 11:21:37.0 +0200
@@ -19,24 +19,16 @@
 
 
 Name:   gnome-do
-Version:0.8.4
-Release:10
+Version:0.8.5
+Release:1
 # FIXME: check if removal of locales in %install is still needed (last 
checked: 2010-12-11)
 License:GPLv3+
 Url:http://do.davebsd.com/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://launchpad.net/do/trunk/0.8.5/+download/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gnome-do-OnlyShowIn.patch lp#413575 
dominique-...@leuenberger.net -- Show gnome-do only in gnome desktop.
 Patch0: gnome-do-OnlyShowIn.patch
 # PATCH-FIX-UPSTREAM gnome-do-quiet-autostart.patch lp#413596 vu...@novell.com 
-- Do not show the dialog when autostarted
 Patch1: gnome-do-quiet-autostart.patch
-# PATCH-FIX-UPSTREAM gnome-do-no-disable-deprecated.patch lp#647495 
vu...@opensuse.org -- Don't build with *_DISABLE_DEPRECATED flags
-Patch3: gnome-do-no-disable-deprecated.patch
-# PATCH-FIX-UPSTREAM gnome-do-fix-kk.patch lp#688563 vu...@opensuse.org -- Fix 
kk.po which introduces a newline in .desktop file, breaking it
-Patch4: gnome-do-fix-kk.patch
-# PATCH-FIX-UPSTREAM gnome-do-mono-2.8.patch lp#634550 lp#634556 
vu...@opensuse.org -- Fix build with mono 2.8, patches taken from bugs
-Patch5: gnome-do-mono-2.8.patch
-# PATCH-FIX-UPSTREAM gnome-do-fix-keybindings-gconf.patch lp#474619 
vu...@opensuse.org -- Do not use translated names to get keybindings from gconf
-Patch6: gnome-do-fix-keybindings-gconf.patch
 # PATCH-FIX-UPSTREAM gnome-do-fix-warning-empty-keybinding.patch lp#722996 
vu...@opensuse.org -- Do not register OS bindings to empty keys
 Patch7: gnome-do-fix-warning-empty-keybinding.patch
 Summary:A powerful, speedy, and sexy remote control for your GNOME 
Desktop
@@ -88,10 +80,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch3 -p1
-%patch4 -p0
-%patch5 -p0
-%patch6 -p0
 %patch7 -p1
 
 %build
@@ -101,17 +89,16 @@
 
 %install
 %make_install
-# FIXME: waiting for https://bugzilla.novell.com/show_bug.cgi?id=659001 ; once 
the bug is resolved, remove the comment for %if
-#%if 0%{?suse_version} = 1130
+%if 0%{?suse_version} = 1140
 %{__rm} %{buildroot}%{_datadir}/locale/jv/LC_MESSAGES/*
 %{__rm} %{buildroot}%{_datadir}/locale/lb/LC_MESSAGES/*
 %{__rm} %{buildroot}%{_datadir}/locale/nap/LC_MESSAGES/*
 %{__rm} %{buildroot}%{_datadir}/locale/sc/LC_MESSAGES/*
 %{__rm} %{buildroot}%{_datadir}/locale/tet/LC_MESSAGES/*
 %{__rm} %{buildroot}%{_datadir}/locale/tyv/LC_MESSAGES/*
-#%endif
 # FIXME: nan is not a ISO 639-2 code, so it's not clear if it's valid as a 
locale
 %{__rm} %{buildroot}%{_datadir}/locale/nan/LC_MESSAGES/*
+%endif
 %__rm -f %{buildroot}%{_libdir}/%{name}/libdo.la
 # Keep the same autostart desktop filename as upstream (needed because of 
gnome-do-quiet-autostart.patch)
 mv %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop 
%{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop






Remember to have fun...

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



commit cups-pk-helper for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package cups-pk-helper for openSUSE:Factory
checked in at Fri Jun 17 11:22:38 CEST 2011.




--- cups-pk-helper/cups-pk-helper.changes   2011-05-02 17:48:22.0 
+0200
+++ /mounts/work_src_done/STABLE/cups-pk-helper/cups-pk-helper.changes  
2011-06-17 08:35:26.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 08:34:36 CEST 2011 - vu...@opensuse.org
+
+- Stop using source service to download the tarball, as Factory
+  will move away from this.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:cups-pk-helper-0.1.2.tar.bz2
  _service:set_version:cups-pk-helper.spec

New:

  cups-pk-helper-0.1.2.tar.bz2



Other differences:
--
++ cups-pk-helper.spec ++
--- /var/tmp/diff_new_pack.OLOQmT/_old  2011-06-17 11:22:22.0 +0200
+++ /var/tmp/diff_new_pack.OLOQmT/_new  2011-06-17 11:22:22.0 +0200
@@ -21,8 +21,8 @@
 Name:   cups-pk-helper
 License:GPLv2+
 Group:  Hardware/Printing
-Version:0.1.1
-Release:6
+Version:0.1.2
+Release:3
 Summary:PolicyKit helper to configure cups with fine-grained privileges
 Url:http://www.vuntz.net/download/cups-pk-helper/
 Source0:
http://www.vuntz.net/download/cups-pk-helper/%{name}-%{version}.tar.bz2

++ _service:download_url:cups-pk-helper-0.1.2.tar.bz2 - 
cups-pk-helper-0.1.2.tar.bz2 ++
 no output (probably identical)






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-Linux-Inotify2 for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package perl-Linux-Inotify2 for 
openSUSE:Factory
checked in at Fri Jun 17 11:23:15 CEST 2011.




--- perl-Linux-Inotify2/perl-Linux-Inotify2.changes 2011-03-17 
08:56:27.0 +0100
+++ 
/mounts/work_src_done/STABLE/perl-Linux-Inotify2/perl-Linux-Inotify2.changes
2011-06-16 09:53:57.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 16 07:37:42 UTC 2011 - vci...@novell.com
+
+- update to 1.22
+   - use a more useful definition of IN_xxx methods - any bits, not
+  a match. (pointed out by Anatoliy Grishayev).
+- slightly reworked the documentation.
+
+---

calling whatdependson for head-i586


Old:

  Linux-Inotify2-1.21.tar.bz2

New:

  Linux-Inotify2-1.22.tar.bz2
  _service:format_spec_file:perl-Linux-Inotify2.spec



Other differences:
--
++ _service:format_spec_file:perl-Linux-Inotify2.spec ++
#
# spec file for package perl-Linux-Inotify2
#
# 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:   perl-Linux-Inotify2
Summary:scalable directory/file change notification
Version:1.22
Release:13
Group:  Development/Libraries/Perl
License:GPL+ or Artistic
Url:http://www.cpan.org/modules/by-module/Linux/
Source: Linux-Inotify2-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl perl-common-sense perl-macros
Requires:   perl-common-sense
%{perl_requires}


%description
This module implements an interface to the Linux 2.6.13 and later
Inotify file/directory change notification sytem.



%prep
%setup -q -n Linux-Inotify2-%{version}


%build
perl Makefile.PL
make %{?_smp_mflags}


%check
make test


%install
%perl_make_install
%perl_process_packlist


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root)
%doc README Changes MANIFEST COPYING
%doc %{_mandir}/man3/*Inotify2*.gz
%{perl_vendorarch}/auto/Linux
%{perl_vendorarch}/Linux



%changelog
++ perl-Linux-Inotify2.spec ++
--- /var/tmp/diff_new_pack.rGYdRf/_old  2011-06-17 11:22:49.0 +0200
+++ /var/tmp/diff_new_pack.rGYdRf/_new  2011-06-17 11:22:49.0 +0200
@@ -19,8 +19,8 @@
 
 Name:   perl-Linux-Inotify2
 Summary:scalable directory/file change notification
-Version:1.21
-Release:13
+Version:1.22
+Release:1
 Group:  Development/Libraries/Perl
 License:GPL+ or Artistic
 Url:http://www.cpan.org/modules/by-module/Linux/

++ Linux-Inotify2-1.21.tar.bz2 - Linux-Inotify2-1.22.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-Inotify2-1.21/Changes 
new/Linux-Inotify2-1.22/Changes
--- old/Linux-Inotify2-1.21/Changes 2009-09-21 10:07:29.0 +0200
+++ new/Linux-Inotify2-1.22/Changes 2011-06-14 08:41:28.0 +0200
@@ -3,6 +3,11 @@
 TODO: document move/renaming issues for fullname
 TODO: find_watchers($path), or maybe just -watchers
 
+1.22 Tue Jun 14 08:34:38 CEST 2011
+   - use a more useful definition of IN_xxx methods - any bits, not
+  a match. (pointed out by Anatoliy Grishayev).
+- slightly reworked the documentation.
+
 1.21 Mon Sep 21 10:07:07 CEST 2009
- fix a couple of typoes, as pointed out by Grant McLean.
 - rely on common::sense for stricter namespace checking.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-Inotify2-1.21/Inotify2.pm 
new/Linux-Inotify2-1.22/Inotify2.pm
--- old/Linux-Inotify2-1.21/Inotify2.pm 2009-09-21 10:08:02.0 +0200
+++ new/Linux-Inotify2-1.22/Inotify2.pm 2011-06-14 08:41:39.0 +0200
@@ -57,7 +57,7 @@
 =head1 DESCRIPTION
 
 This module implements an interface to the Linux 2.6.13 and later Inotify
-file/directory change notification sytem.
+file/directory change notification system.
 
 It has a number of advantages over the Linux::Inotify module:
 
@@ -84,7 +84,7 @@
 use base 'Exporter';
 
 BEGIN {
-   our $VERSION = '1.21';
+   our $VERSION = '1.22';
our @EXPORT = qw(
   IN_ACCESS IN_MODIFY IN_ATTRIB IN_CLOSE_WRITE
   IN_CLOSE_NOWRITE 

commit patterns-openSUSE for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory
checked in at Fri Jun 17 11:28:19 CEST 2011.




--- patterns-openSUSE/patterns-openSUSE.changes 2011-06-15 21:40:10.0 
+0200
+++ /mounts/work_src_done/STABLE/patterns-openSUSE/patterns-openSUSE.changes
2011-06-17 07:13:17.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 05:10:59 UTC 2011 - co...@novell.com
+
+Stephan Kulow (1):
+  fix webyast patterns and put them on dvd
+
+---

calling whatdependson for head-i586




Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.5VXtEK/_old  2011-06-17 11:24:07.0 +0200
+++ /var/tmp/diff_new_pack.5VXtEK/_new  2011-06-17 11:24:07.0 +0200
@@ -24,7 +24,7 @@
 AutoReqProv:on
 Summary:Patterns for Installation (full ftp tree)
 Version:12.1
-Release:1
+Release:3
 Url:http://en.opensuse.org/Patterns
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: patterns-openSUSE-data.tar.bz2
@@ -2217,24 +2217,24 @@
 
 Group:  Metapackages
 Summary:Meta package for pattern webyast-ui
-Requires:   qwebyast
-Requires:   webyast-activedirectory-ui
-Requires:   webyast-base-ui
-Requires:   webyast-firewall-ui
-Requires:   webyast-kerberos-ui
-Requires:   webyast-ldap-ui
-Requires:   webyast-licenses-ui
-Requires:   webyast-mail-ui
-Requires:   webyast-network-ui
-Requires:   webyast-reboot-ui
-Requires:   webyast-registration-ui
-Requires:   webyast-roles-ui
-Requires:   webyast-root-user-ui
-Requires:   webyast-services-ui
-Requires:   webyast-software-ui
-Requires:   webyast-status-ui
-Requires:   webyast-time-ui
-Requires:   webyast-users-ui
+Recommends: qwebyast
+Recommends: webyast-activedirectory-ui
+Recommends: webyast-base-ui
+Recommends: webyast-firewall-ui
+Recommends: webyast-kerberos-ui
+Recommends: webyast-ldap-ui
+Recommends: webyast-licenses-ui
+Recommends: webyast-mail-ui
+Recommends: webyast-network-ui
+Recommends: webyast-reboot-ui
+Recommends: webyast-roles-ui
+Recommends: webyast-root-user-ui
+Recommends: webyast-services-ui
+Recommends: webyast-software-ui
+Recommends: webyast-status-ui
+Recommends: webyast-time-ui
+Recommends: webyast-users-ui
+Requires:   patterns-openSUSE-webyast-ui
 
 %description webyast-ui
 This package is installed if a pattern is selected to have a working update 
path
@@ -2243,24 +2243,24 @@
 
 Group:  Metapackages
 Summary:Meta package for pattern webyast-ws
-Requires:   webyast-activedirectory-ws
-Requires:   webyast-base-ws
-Requires:   webyast-firewall-ws
-Requires:   webyast-kerberos-ws
-Requires:   webyast-ldap-ws
-Requires:   webyast-licenses-ws
-Requires:   webyast-mail-ws
-Requires:   webyast-network-ws
-Requires:   webyast-ntp-ws
-Requires:   webyast-reboot-ws
-Requires:   webyast-registration-ws
-Requires:   webyast-roles-ws
-Requires:   webyast-root-user-ws
-Requires:   webyast-services-ws
-Requires:   webyast-software-ws
-Requires:   webyast-status-ws
-Requires:   webyast-time-ws
-Requires:   webyast-users-ws
+Recommends: webyast-activedirectory-ws
+Recommends: webyast-base-ws
+Recommends: webyast-firewall-ws
+Recommends: webyast-kerberos-ws
+Recommends: webyast-ldap-ws
+Recommends: webyast-licenses-ws
+Recommends: webyast-mail-ws
+Recommends: webyast-network-ws
+Recommends: webyast-ntp-ws
+Recommends: webyast-reboot-ws
+Recommends: webyast-roles-ws
+Recommends: webyast-root-user-ws
+Recommends: webyast-services-ws
+Recommends: webyast-software-ws
+Recommends: webyast-status-ws
+Recommends: webyast-time-ws
+Recommends: webyast-users-ws
+Requires:   patterns-openSUSE-webyast-ws
 
 %description webyast-ws
 This package is installed if a pattern is selected to have a working update 
path

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/WEBYAST-UI 
new/patterns-openSUSE-data/data/WEBYAST-UI
--- old/patterns-openSUSE-data/data/WEBYAST-UI  2011-06-15 10:22:35.0 
+0200
+++ new/patterns-openSUSE-data/data/WEBYAST-UI  2011-06-17 07:05:33.0 
+0200
@@ -1,4 +1,8 @@
 +Prq:
+patterns-openSUSE-webyast-ui
+-Prq:
+
++Prc:
 qwebyast
 webyast-activedirectory-ui
 webyast-base-ui
@@ -9,7 +13,6 @@
 webyast-mail-ui
 webyast-network-ui
 webyast-reboot-ui
-webyast-registration-ui
 webyast-roles-ui
 webyast-root-user-ui
 webyast-services-ui
@@ -17,4 +20,4 @@
 webyast-status-ui
 webyast-time-ui
 webyast-users-ui
--Prq:
+-Prc:

commit obs-service-format_spec_file for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory
checked in at Fri Jun 17 11:36:23 CEST 2011.




--- obs-service-format_spec_file/obs-service-format_spec_file.changes   
2011-05-25 14:01:05.0 +0200
+++ 
/mounts/work_src_done/STABLE/obs-service-format_spec_file/obs-service-format_spec_file.changes
  2011-06-17 09:27:46.0 +0200
@@ -1,0 +2,16 @@
+Fri Jun 17 07:27:18 UTC 2011 - co...@novell.com
+
+- do not replace licenses without knowing them (not sure this
+  is necessary at all)
+
+---
+Tue May 31 08:03:34 UTC 2011 - adr...@suse.de
+
+- do not fail on kiwi packages
+
+---
+Wed May 25 15:34:28 UTC 2011 - adr...@suse.de
+
+- do not generate new spec files when no changes happened
+
+---

calling whatdependson for head-i586




Other differences:
--
++ obs-service-format_spec_file.spec ++
--- /var/tmp/diff_new_pack.IMHV5m/_old  2011-06-17 11:36:06.0 +0200
+++ /var/tmp/diff_new_pack.IMHV5m/_new  2011-06-17 11:36:06.0 +0200
@@ -22,7 +22,7 @@
 Group:  Development/Tools/Building
 Summary:An OBS source service: reformats a spec file to SUSE standard.
 Version:0.1
-Release:1
+Release:3
 Source: format_spec_file
 Source1:format_spec_file.service
 Source2:prepare_spec
@@ -55,4 +55,5 @@
 %defattr(-,root,root)
 %dir /usr/lib/obs
 /usr/lib/obs/service
+
 %changelog

++ format_spec_file ++
--- /var/tmp/diff_new_pack.IMHV5m/_old  2011-06-17 11:36:06.0 +0200
+++ /var/tmp/diff_new_pack.IMHV5m/_new  2011-06-17 11:36:06.0 +0200
@@ -20,7 +20,13 @@
 
 RETURN=0
 for i in *.spec; do
+  if [ $i == '*.spec' ]; then
+echo WARNING: no spec file found
+exit 0
+  fi
   /usr/lib/obs/service/format_spec_file.files/prepare_spec $i  
$MYOUTDIR/$i || RETURN=1
+  # remove all file files which are indendical to committed files
+  cmp -s $i $MYOUTDIR/$i  rm $MYOUTDIR/$i
 done
 
 exit $RETURN

++ prepare_spec ++
--- /var/tmp/diff_new_pack.IMHV5m/_old  2011-06-17 11:36:06.0 +0200
+++ /var/tmp/diff_new_pack.IMHV5m/_new  2011-06-17 11:36:06.0 +0200
@@ -592,7 +592,7 @@
 if ($line =~ /^%package/  $line !~ /\\$/) {
$line =~ s/^(%\w+)/lc($1)/e;
my ($current_package, $current_lang) = set_current_pkg ( $line );
-   unless ($please_replace{XXXLICENSE $current_package}) {
+   unless ($please_replace{XXXLICENSE $current_package} || 
!$replace_hash{XXXLICENSE $current_package}) {
print $replace_hash{XXXLICENSE $current_package}.\n;
}
 }






Remember to have fun...

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



commit libpst for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package libpst for openSUSE:Factory
checked in at Fri Jun 17 11:36:53 CEST 2011.




--- libpst/libpst.changes   2011-05-27 11:31:19.0 +0200
+++ /mounts/work_src_done/STABLE/libpst/libpst.changes  2011-06-17 
09:01:11.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 09:00:08 CEST 2011 - vu...@opensuse.org
+
+- Stop using source service to download the tarball, as Factory
+  will move away from this.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:libpst-0.6.52.tar.bz2
  _service:set_version:libpst.spec

New:

  libpst-0.6.52.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.qaDrlk/_old  2011-06-17 11:36:31.0 +0200
+++ /var/tmp/diff_new_pack.qaDrlk/_new  2011-06-17 11:36:31.0 +0200
@@ -20,12 +20,12 @@
 
 
 Name:   libpst
-Version:0.6.49
-Release:8
+Version:0.6.52
+Release:3
 Summary:A library for reading PST files
 Group:  Productivity/Networking/Email/Utilities
 License:GPLv2+
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM libpst-no-date-time.patch dims...@opensuse.org -- Do not 
add date/time to built binaries. Patch from upstream code repository.
 Patch0: libpst-no-date-time.patch
 Url:http://www.gnome.org/projects/evolution/






Remember to have fun...

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



commit dmtcp for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package dmtcp for openSUSE:Factory
checked in at Fri Jun 17 11:39:23 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/dmtcp/dmtcp.changes2011-06-17 
09:18:46.0 +0200
@@ -0,0 +1,63 @@
+---
+Fri Jun 17 07:18:09 UTC 2011 - ka...@ccs.neu.edu
+
+- libdmtcpaware.a moved to libdmtcpaware-devel-static package.
+- dmtcpaware examples moved to libdmtcpaware-doc package.
+
+---
+Fri Jun 10 15:30:20 UTC 2011 - ka...@ccs.neu.edu
+
+- Build requirements updated.
+- Minor cleanup.
+
+---
+Tue Jun  7 14:27:08 UTC 2011 - ka...@ccs.neu.edu
+
+- Added ExclusiveArch %ix86 x86_64 and removed ExcludeArch lines.
+- buildroot not cleaned in %install section.
+
+Sat May 14 00:09:03 UTC 2011 - ka...@ccs.neu.edu
+
+- dependency on libc.a removed for mtcp_restart.
+- Several other bug fixes and improvements.
+
+---
+Sat Mar 12 23:41:14 UTC 2011 - ka...@ccs.neu.edu
+
+- Updated to release 1.2.1
+
+---
+Fri Mar 11 04:02:40 UTC 2011 - ka...@ccs.neu.edu
+
+- Remove debug flags.
+
+---
+Fri Mar 11 01:56:49 UTC 2011 - ka...@ccs.neu.edu
+
+- Updated to revision 935.
+
+---
+Thu Mar 10 03:37:28 UTC 2011 - ka...@ccs.neu.edu
+
+- Reverting tarball to prev version.
+
+---
+Thu Mar 10 02:37:40 UTC 2011 - ka...@ccs.neu.edu
+
+- Testing fix for restart under 32-bit OSes.
+
+---
+Thu Mar 10 01:18:53 UTC 2011 - ka...@ccs.neu.edu
+
+- Updated tarball with compiler warnings fixed.
+
+---
+Thu Mar 10 01:10:32 UTC 2011 - ka...@ccs.neu.edu
+
+- Added python to dependency list for running make check.
+
+---
+Thu Mar 10 00:49:13 UTC 2011 - ka...@ccs.neu.edu
+
+- Preparing for release 1.2.1. Pulled updates from the latest dmtcp svn.
+

calling whatdependson for head-i586


New:

  dmtcp-1.2.1+svn1031.tar.gz
  dmtcp.changes
  dmtcp.spec



Other differences:
--
++ dmtcp.spec ++
#
# spec file for package dmtcp
#
# 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:   dmtcp
Version:1.2.1+svn1031
Release:1
Summary:Checkpoint/Restart functionality for Linux processes
Group:  System/Packages
License:LGPL
Url:http://dmtcp.sourceforge.net
Source0:%{name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gcc-c++
BuildRequires:  gcc
BuildRequires:  glibc-devel
%if 0%{?suse_version} = 1100
BuildRequires:  python-base
%else
BuildRequires:  python
%endif

# This package is functional only on i386 and x86_64 architectures.
ExclusiveArch:  %ix86 x86_64

%description
DMTCP (Distributed MultiThreaded Checkpointing) is a tool to transparently
checkpointing the state of an arbitrary group of programs including
multi-threaded and distributed computations.  It operates directly on the user
binary executable, with no Linux kernel modules or other kernel mods.

Among the applications supported by DMTCP are OpenMPI, MATLAB, Python, Perl,
and many programming languages and shell scripting languages.  DMTCP also
supports GNU screen sessions, including vim/cscope and emacs. With the use of
TightVNC, it can also checkpoint and restart X-Windows applications, as long as
they do not use extensions (e.g.: no OpenGL, no video).

This package contains DMTCP binaries.

%package -n libdmtcpaware1

Summary:DMTCP programming interface
Group:  Development/Libraries/Other
Requires:   %{name}

%description -n libdmtcpaware1
DMTCP (Distributed MultiThreaded Checkpointing) is a tool to transparently
checkpointing 

commit gtkspell for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package gtkspell for openSUSE:Factory
checked in at Fri Jun 17 11:41:22 CEST 2011.




--- GNOME/gtkspell/gtkspell.changes 2011-05-04 12:59:08.0 +0200
+++ /mounts/work_src_done/STABLE/gtkspell/gtkspell.changes  2011-06-17 
08:37:48.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 08:37:04 CEST 2011 - vu...@opensuse.org
+
+- Stop using source service to download the tarball, as Factory
+  will move away from this.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:gtkspell-2.0.16.tar.bz2
  _service:set_version:gtkspell.spec

New:

  gtkspell-2.0.16.tar.gz



Other differences:
--
++ gtkspell.spec ++
--- /var/tmp/diff_new_pack.2DfqCC/_old  2011-06-17 11:40:59.0 +0200
+++ /var/tmp/diff_new_pack.2DfqCC/_new  2011-06-17 11:40:59.0 +0200
@@ -18,14 +18,14 @@
 
 
 Name:   gtkspell
-Version:2.0.15
-Release:12
-# FIXME: Replace Obsoletes = version with Obsoletes  version in libgtkspell0 
subpackage on update (after 2.0.15)
+Version:2.0.16
+Release:5
+# FIXME: Replace Obsoletes = version with Obsoletes  version in libgtkspell0 
subpackage on update (after 2.0.16)
 License:GPLv2+
 Summary:GTK2 Spell Checker Interface Library
 Url:http://gtkspell.sf.net/
 Group:  System/Libraries
-Source: gtkspell-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -49,7 +49,7 @@
 # Needed to make lang package installable
 Provides:   gtkspell = %{version}
 # SLPP applied during development of 12.1. gtkspell last shipped in 11.4
-# Change = to  on update to new version ( 2.0.15)
+# Change = to  on update to new version ( 2.0.16)
 Obsoletes:  gtkspell = %{version}
 
 %description -n libgtkspell0






Remember to have fun...

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



drop vala-unstable from openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

FYI: Package vala-unstable was dropped from openSUSE:Factory at Fri Jun 17 
11:41:57 CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=vala-unstable

Remember to have fun...

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



commit osc for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package osc for openSUSE:Factory
checked in at Fri Jun 17 11:48:01 CEST 2011.




--- osc/osc.changes 2011-06-10 11:50:21.0 +0200
+++ osc/osc.changes 2011-06-16 12:10:53.0 +0200
@@ -1,0 +2,16 @@
+Thu Jun 16 09:50:55 UTC 2011 - sasc...@suse.de
+
+- spec file cleanup:
+  * run spec-cleaner
+  * simplified some shell commands
+- recommend obs-service-download_files,
+  obs-service-format_spec_file, obs-service-source_validator
+- remove recommends for osc-source_validator
+
+---
+Wed Jun 15 12:20:07 UTC 2011 - adr...@suse.de
+
+- update to 0.132.4
+  - fix local package build
+
+---

calling whatdependson for head-i586


Old:

  osc-0.132.3.tar.gz

New:

  osc-0.132.4.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.J1S4EL/_old  2011-06-17 11:42:01.0 +0200
+++ /var/tmp/diff_new_pack.J1S4EL/_new  2011-06-17 11:42:01.0 +0200
@@ -18,43 +18,48 @@
 
 
 Name:   osc
-Version:0.132.3
+Version:0.132.4
 Release:1
-Group:  Development/Tools/Other
 License:GPLv2+
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://www.gitorious.org/opensuse/osc
-Source: osc-%{version}.tar.gz
 Summary:openSUSE Build Service Commander
+Url:http://www.gitorious.org/opensuse/osc
+Group:  Development/Tools/Other
+Source: %{name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?mandriva_version}  02010
-Requires:   python-urlgrabber
 BuildRequires:  python-urlgrabber
+Requires:   python-urlgrabber
 %endif
 BuildRequires:  python-devel
 %if 0%{?mandriva_version} 
-Requires:   python-rpm
 BuildRequires:  python-rpm
+Requires:   python-rpm
 %else
-Requires:   rpm-python
 BuildRequires:  rpm-python
+Requires:   rpm-python
 %endif
 #
 %if 0%{?suse_version}
-%if %suse_version  1020
+%if 0%{?suse_version}  1020
 BuildRequires:  python-elementtree
 Requires:   python-elementtree
 %else
 BuildRequires:  python-xml
 Requires:   python-xml
 %endif
-%if %suse_version  1110
+%if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif
-%if %suse_version  1000
-Recommends: osc-source_validator
+%if 0%{?suse_version}  1000
 Recommends: build = 2010.05.04
 # These packages are needed for osc add $URL
-Recommends: obs-service-set_version obs-service-tar_scm 
obs-service-recompress obs-service-verify_file
+Recommends: obs-service-recompress
+Recommends: obs-service-set_version
+Recommends: obs-service-tar_scm
+Recommends: obs-service-verify_file
+Recommends: obs-service-download_files
+Recommends: obs-service-format_spec_file
+Recommends: obs-service-source_validator
 %endif
 %endif
 %if 0%{?rhel_version} || 0%{?centos_version}
@@ -71,14 +76,12 @@
 Requires:   m2crypto  0.19
 %endif
 %if 0%{?mandriva_version} 
-Requires:   python-rpm
 BuildRequires:  python-rpm
+Requires:   python-rpm
 %else
-Requires:   rpm-python
 BuildRequires:  rpm-python
+Requires:   rpm-python
 %endif
-
-#
 %{!?python_sitelib: %define python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
@@ -88,47 +91,40 @@
 http://en.opensuse.org/openSUSE:Build_Service_Tutorial for a general
 introduction.
 
-
 %prep
 %setup -q
 
 %build
-CFLAGS=%{optflags} \
-%{__python} setup.py build
+CFLAGS=%{optflags} python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root %{buildroot}
-%__ln_s osc-wrapper.py %{buildroot}/%{_bindir}/osc
-%__mkdir_p %{buildroot}/var/lib/osc-plugins
-%__mkdir_p %{buildroot}%{_sysconfdir}/profile.d
-%__install -m 0644 dist/complete.csh 
%{buildroot}%{_sysconfdir}/profile.d/osc.csh
-%__install -m 0644 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
+mkdir -p %{buildroot}%{_localstatedir}/lib/osc-plugins
+install -Dm0644 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh
+install -Dm0644 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh
 %if 0%{?suse_version}  1110
-%__mkdir_p %{buildroot}%{_prefix}/lib/osc
-%__install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
+install -Dm0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
 %else
-%__mkdir_p %{buildroot}%{_prefix}/%{_lib}/osc
-%__install -m 0755 dist/osc.complete 
%{buildroot}%{_prefix}/%{_lib}/osc/complete
+install -Dm0755 dist/osc.complete %{buildroot}%{_libdir}/osc/complete
 %endif
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files

commit gnumeric for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory
checked in at Fri Jun 17 11:55:35 CEST 2011.




--- GNOME/gnumeric/gnumeric.changes 2011-05-22 19:03:59.0 +0200
+++ /mounts/work_src_done/STABLE/gnumeric/gnumeric.changes  2011-06-17 
05:47:40.0 +0200
@@ -1,0 +2,16 @@
+Fri Jun 17 05:39:22 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.10.16:
+  + Add exporter for ECMA-376 2nd edition.
+  + Import and Export fixes for ODF
+  + Import and Export fixes for xlsx
+  + Switch to using goffice's complex math.
+  + Fix leaks.
+  + Some documentation improvements.
+  + Bugs fixed: bgo#649714, bgo#649675, bgo#650941, bgo#651173,
+bgo#646612, bgo#645580, bgo#644496, bgo#532635, bgo#652690,
+bgo#652689, bgo#650761, bgo#650764, bgo#599901, bgo#651667.
+- Stop using source service to download the tarball, as Factory
+  will move away from this.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:gnumeric-1.10.15.tar.bz2
  _service:set_version:gnumeric.spec

New:

  gnumeric-1.10.16.tar.bz2



Other differences:
--
++ gnumeric.spec ++
--- /var/tmp/diff_new_pack.PPdngc/_old  2011-06-17 11:55:17.0 +0200
+++ /var/tmp/diff_new_pack.PPdngc/_new  2011-06-17 11:55:17.0 +0200
@@ -19,8 +19,8 @@
 
 
 Name:   gnumeric
-Version:0
-Release:2
+Version:1.10.16
+Release:1
 Summary:Spreadsheet Application
 License:GPLv2+
 Url:http://www.gnumeric.org/






Remember to have fun...

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



commit pidgin for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package pidgin for openSUSE:Factory
checked in at Fri Jun 17 12:17:09 CEST 2011.




--- GNOME/pidgin/pidgin.changes 2011-04-25 22:00:12.0 +0200
+++ /mounts/work_src_done/STABLE/pidgin/pidgin.changes  2011-06-17 
09:12:36.0 +0200
@@ -1,0 +2,110 @@
+Fri Jun 17 03:56:41 CEST 2011 - vu...@opensuse.org
+
+- Add pidgin-nm09-more.patch: correctly handle state changes in
+  NetworkManager 0.9.
+- Add pidgin-gevolution-fix-build.patch: this fixes the build of
+  the evolution integration. So drop all the %build_evo machinery.
+- Stop using source service to download the tarball, as Factory
+  will move away from this.
+
+---
+Tue Jun  7 16:55:34 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.8.0:
+  + General:
+- Implement simple silence suppression for voice calls,
+  preventing wasted bandwidth for silent periods during a call.
+- Added the DigiCert High Assurance CA-3 intermediate CA,
+  needed for validation of the Facebook XMPP interface's
+  certificate.
+- Removed the QQ protocol plugin. It hasn't worked in a long
+  time and isn't being maintained.
+  + Pidgin:
+- Duplicate code cleanup.
+- Voice/Video call window adapts correctly to adding or
+  removing streams on the fly.
+- Don't cancel an ongoing call when rejecting the addition of a
+  stream to the existing call.
+- Pidgin plugins can now override tab completion and detect
+  clicks on usernames in the chat userlist.
+- Fix the tooltip being destroyed when it is full of
+  information and cover the mouse
+  + libpurple:
+- media:
+  . Allow obtaining active local and remote candidates.
+  . Allow getting/setting video capabilities.
+  . Allow adding/removing streams on the fly.
+  . Allow libpurple and plugins to set SDES properties for RTP
+conferences.
+  . Add support for using TCP relaying with TURN
+- Simple Silence Suppression is optional per-account.
+- Fix purple-url-handler being unable to find an account.
+- Support new connection states in NetworkManager 0.9.
+- When removing a buddy, delete the pounces associated with it.
+- proxy: Add new Tor/Privacy proxy type that can be used to
+  restrict operations that could leak potentially sensitive
+  data (e.g. DNS queries).
+  + AIM:
+- Fix setting icons with dimensions greater than 64x64 pixels
+  by scaling them down to at most 64x64.
+  + Gadu-Gadu:
+- Allow showing your status only to buddies.
+- Suppress blank messages that happen when receiving inline
+  images.
+- Fix sending inline images to remote users, don't crash when
+  trying to send large ( 256kB) images.
+- Support typing notifications.
+- Optional SSL connection support for GNUTLS users
+- Don't count received messages or statuses when determining
+  whether to send a keepalive packet.
+- Support XML events, resulting in immediate update of other
+  users' buddy icons.
+- Accept poorly formatted URLs from other third-party clients
+  in the same manner as the official client.
+  + ICQ:
+- Fix setting icons with dimensions greater than 64x64 pixels
+  by scaling them down to at most 64x64.
+- Fix unsetting your mood when None is selected.
+- Ignore Daylight Saving Time when performing calculations
+  related to birthdays.
+- It is now possible to specify multiple encodings on the
+  Advanced tab of an ICQ account's settings by using a
+  comma-delimited list.
+  + IRC:
+- Add authserv service command.
+  + MSN:
+- Fix a hard-to-exploit crash in the MSN protocol when using
+  the HTTP connection method.
+  + MXit:
+- Support for an Invite Message when adding a buddy.
+- Fixed bug in splitting-up of messages that contain a lot of
+  links.
+- Fixed crash caused by timer not being disabled on disconnect.
+- Clearing of the conversation window now works.
+- When receiving an invite you can display the sender's profile
+  information, avatar image, invite message.
+- The Change PIN option was moved into separate action.
+- New profile attributes added and shown.
+- Added the ability to view and invite your Suggested Friends,
+  and to search for contacts.
+- Also display the Status Message of offline contacts in their
+  profile information. 
+  + XMPP:
+- Remember the previously entered user directory when searching
+- Correctly handle a buddy's unsetting his/her vCard-based
+  avatar.
+- Squash one more situation that resulted in duplicate entries
+  in the roster
+  + Plugins:
+- The Voice/Video Settings plugin now includes the ability to
+  test microphone settings.
+- Fix a crash when handling some saved settings in the
+  Voice/Video Settings plugin.
+- Drop 

commit gstreamer-0_10 for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory
checked in at Fri Jun 17 12:40:22 CEST 2011.




--- GNOME/gstreamer-0_10/gstreamer-0_10.changes 2011-05-19 14:12:57.0 
+0200
+++ /mounts/work_src_done/STABLE/gstreamer-0_10/gstreamer-0_10.changes  
2011-06-17 12:03:43.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 17 10:49:10 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.35:
+  + Work around GLib atomic ops API change
+  + Some minor win32/mingw fixes
+  + Don't use G_CONST_RETURN in public headers (bgo#652211)
+
+---

calling whatdependson for head-i586


Old:

  gstreamer-0.10.34.tar.bz2

New:

  gstreamer-0.10.35.tar.bz2



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.XEtq84/_old  2011-06-17 12:40:00.0 +0200
+++ /var/tmp/diff_new_pack.XEtq84/_new  2011-06-17 12:40:00.0 +0200
@@ -21,8 +21,8 @@
 Name:   gstreamer-0_10-doc
 %define build_doc 1
 %define _name gstreamer
-Version:0.10.34
-Release:2
+Version:0.10.35
+Release:1
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64

++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.XEtq84/_old  2011-06-17 12:40:00.0 +0200
+++ /var/tmp/diff_new_pack.XEtq84/_new  2011-06-17 12:40:00.0 +0200
@@ -21,8 +21,8 @@
 Name:   gstreamer-0_10
 %define build_doc 0
 %define _name gstreamer
-Version:0.10.34
-Release:3
+Version:0.10.35
+Release:1
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64

++ gstreamer-0.10.34.tar.bz2 - gstreamer-0.10.35.tar.bz2 ++
 3344 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 libstorage for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory
checked in at Fri Jun 17 12:47:33 CEST 2011.




--- libstorage/libstorage.changes   2011-06-09 15:56:25.0 +0200
+++ /mounts/work_src_done/STABLE/libstorage/libstorage.changes  2011-06-17 
11:09:36.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 10:59:02 CEST 2011 - aschn...@suse.de
+
+- updated translations
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.RSS36P/_old  2011-06-17 12:40:33.0 +0200
+++ /var/tmp/diff_new_pack.RSS36P/_new  2011-06-17 12:40:33.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   libstorage
 Version:2.21.3
-Release:1
+Release:3
 License:GPL
 Group:  System/Libraries
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libstorage-2.21.3.tar.bz2 ++
 31100 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 rubygem-haml for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory
checked in at Fri Jun 17 12:48:26 CEST 2011.




--- rubygem-haml/rubygem-haml.changes   2010-07-09 14:44:02.0 +0200
+++ /mounts/work_src_done/STABLE/rubygem-haml/rubygem-haml.changes  
2011-06-10 07:48:28.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun  9 17:20:12 UTC 2011 - aduff...@novell.com
+
+- update to haml 3.1.2
+  - many bugfixes
+  - fix incompatibility with the rails_xss security fix
+
(http://weblog.rubyonrails.org/2011/6/8/potential-xss-vulnerability-in-ruby-on-rails-applications)
+  - Rails 3 support
+  - does not bundle sass anymore, which is now in rubygem-sass
+
+---

calling whatdependson for head-i586


Old:

  haml-3.0.4.gem

New:

  haml-3.1.2.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.oSaGrX/_old  2011-06-17 12:47:56.0 +0200
+++ /var/tmp/diff_new_pack.oSaGrX/_new  2011-06-17 12:47:56.0 +0200
@@ -19,12 +19,12 @@
 
 
 Name:   rubygem-haml
-Version:3.0.4
+Version:3.1.2
 Release:1
 %define mod_name haml
 #
 Group:  Development/Languages/Ruby
-License:GPLv2+ ; Other uncritical OpenSource License
+License:X11 MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -33,17 +33,16 @@
 Url:http://haml-lang.com/
 Source: %{mod_name}-%{version}.gem
 #
-Summary:An elegant, structured XHTML/XML templating engine. Comes with 
Sass, a similar CSS templating engine
+Summary:An elegant, structured XHTML/XML templating engine
 
 %description
-Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
-XML that's designed to express the structure of XHTML or XML documents
-in a non-repetitive, elegant, easy way, using indentation rather than
-closing tags and allowing Ruby to be embedded with ease. It was
-originally envisioned as a plugin for Ruby on Rails, but it can
-function as a stand-alone templating engine.
-
-
+  Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
+  that's designed to express the structure of XHTML or XML documents
+  in a non-repetitive, elegant, easy way,
+  using indentation rather than closing tags
+  and allowing Ruby to be embedded with ease.
+  It was originally envisioned as a plugin for Ruby on Rails,
+  but it can function as a stand-alone templating engine.
 
 %prep
 
@@ -59,9 +58,6 @@
 %defattr(-,root,root,-)
 %{_bindir}/haml
 %{_bindir}/html2haml
-%{_bindir}/sass
-%{_bindir}/css2sass
-%{_bindir}/sass-convert
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec






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-06-17 Thread h_root

Hello community,

here is the log from the commit of package snapper for openSUSE:Factory
checked in at Fri Jun 17 12:48:50 CEST 2011.




--- snapper/snapper.changes 2011-06-09 17:54:43.0 +0200
+++ /mounts/work_src_done/STABLE/snapper/snapper.changes2011-06-17 
11:07:21.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 11:02:48 CEST 2011 - aschn...@suse.de
+
+- updated translations
+
+---

calling whatdependson for head-i586




Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.CQZoF2/_old  2011-06-17 12:48:38.0 +0200
+++ /var/tmp/diff_new_pack.CQZoF2/_new  2011-06-17 12:48:38.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   snapper
 Version:0.0.6
-Release:1
+Release:3
 License:GPL
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ snapper-0.0.6.tar.bz2 ++
 2483 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 js for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package js for openSUSE:Factory
checked in at Fri Jun 17 13:00:13 CEST 2011.




--- js/js.changes   2011-04-19 16:51:20.0 +0200
+++ /mounts/work_src_done/STABLE/js/js.changes  2011-06-17 09:48:39.0 
+0200
@@ -1,0 +2,12 @@
+Fri Jun 17 09:40:46 CEST 2011 - vu...@opensuse.org
+
+- Pass --enable-threadsafe to configure, as gjs relies on this.
+
+---
+Fri Jun 17 06:46:44 UTC 2011 - w...@rosenauer.org
+
+- create package by using make install
+- use upstream pkg-config file (libjs - mozjs185)
+- avoid __DATE__ and __TIME__ in binaries
+
+---

calling whatdependson for head-i586




Other differences:
--
++ js.spec ++
--- /var/tmp/diff_new_pack.1VPVzO/_old  2011-06-17 12:58:49.0 +0200
+++ /var/tmp/diff_new_pack.1VPVzO/_new  2011-06-17 12:58:49.0 +0200
@@ -20,7 +20,7 @@
 Name:   js
 Summary:JavaScript interpreter
 Version:1.8.5
-Release:1
+Release:3
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Group:  Development/Languages/Other
 Url:http://www.mozilla.org/js/
@@ -61,27 +61,19 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-cd js
-# Create pkgconfig file
-%{__cat}  libjs.pc  'EOF'
-prefix=%{_prefix}
-exec_prefix=%{_prefix}
-libdir=%{_libdir}
-includedir=%{_includedir}
-
-Name: libjs
-Description: JS library
-Requires: nspr
-Version: %{version}
-Libs: -L${libdir} -ljs
-Cflags: -DXP_UNIX=1 -DJS_THREADSAFE=1 -I${includedir}
-EOF
 
 %build
+# no need to add build time to binaries
+modified=$(sed -n '/^/n;s/ - .*$//;p;q' %{_sourcedir}/%{name}.changes)
+DATE=\$(date -d ${modified} +%%b %%e %%Y)\
+TIME=\$(date -d ${modified} +%%R)\
+find . -regex .*\.c\|.*\.cpp\|.*\.h -exec sed -i 
s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g {} +
+#
 export SUSE_ASNEEDED=0
+export MOZILLA_VERSION=%{version}
 cd js
 pushd src
-%configure --with-system-nspr
+%configure --with-system-nspr --enable-threadsafe
 popd
 export BUILD_OPT=1
 %{__make} %{?_smp_mflags} -C src \
@@ -90,20 +82,18 @@
BUILD_OPT=1 \
 
 %install
-cd js
-%{__mkdir_p} %{buildroot}%{_bindir} \
-%{buildroot}%{_libdir}/pkgconfig \
-%{buildroot}%{_includedir}
-%{__install} -m 0755 src/jscpucfg src/shell/js \
-   %{buildroot}%{_bindir}/
-%{__install} -m 0755 src/libmozjs185.so \
-%{buildroot}%{_libdir}/
-%{__mv} %{buildroot}%{_libdir}/libmozjs185.so 
%{buildroot}%{_libdir}/libmozjs185.so.1.0
-ln -s libmozjs185.so.1.0 %{buildroot}%{_libdir}/libmozjs185.so
-%{__install} -m 0644 src/js*.h src/js.msg src/*.tbl \
-%{buildroot}%{_includedir}/
-%{__install} -m 0644 libjs.pc \
-%{buildroot}%{_libdir}/pkgconfig/
+cd js/src
+%{makeinstall}
+%{__rm} -rf %{buildroot}%{_libdir}/libmozjs185-1.0.a
+# SO links are created wrong, fixing them
+%{__rm} -rf %{buildroot}%{_libdir}/libmozjs185.so.1.0
+%{__rm} -rf %{buildroot}%{_libdir}/libmozjs185.so
+%{__ln_s} libmozjs185.so.1.0.0 %{buildroot}%{_libdir}/libmozjs185.so.1.0
+%{__ln_s} libmozjs185.so.1.0.0 %{buildroot}%{_libdir}/libmozjs185.so
+# JS shell
+%{__install} -m 0755 shell/js %{buildroot}%{_bindir}/
+# headers are installed with executable permissions
+chmod 644 %{buildroot}%{_includedir}/js/*
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -123,11 +113,10 @@
 
 %files devel
 %defattr(-,root,root,-)
-%{_bindir}/jscpucfg
+#%{_bindir}/jscpucfg
+%{_bindir}/js-config
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
-%{_includedir}/js*.h
-%{_includedir}/*.tbl
-%{_includedir}/js.msg
+%{_includedir}/js/
 
 %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 perl for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package perl for openSUSE:Factory
checked in at Fri Jun 17 13:23:53 CEST 2011.




--- perl/perl.changes   2011-05-26 11:28:09.0 +0200
+++ /mounts/work_src_done/STABLE/perl/perl.changes  2011-06-17 
11:23:31.0 +0200
@@ -1,0 +2,10 @@
+Fri Jun 17 11:18:09 CEST 2011 - m...@suse.de
+
+- update to 5.14.1
+  - B::Deparse has been upgraded
+  - Pod::Perldoc has been upgraded
+  - given, when and default are now listed in perlfunc
+  - multiple other doc fixes and clarifications
+  - several bug fixes
+
+---

calling whatdependson for head-i586


Old:

  perl-5.14.0.dif
  perl-5.14.0.tar.bz2

New:

  _service:format_spec_file:perl.spec
  perl-5.14.1.dif
  perl-5.14.1.tar.bz2



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

# icecream 0


Name:   perl
Summary:The Perl interpreter
Version:5.14.1
Release:2
%define pversion 5.14.1
License:Artistic License .. ; GPLv2+
Group:  Development/Languages/Perl
AutoReqProv:on
Url:http://www.perl.org/
Source: perl-5.14.1.tar.bz2
Source1:%name-rpmlintrc
Source2:macros.perl
Source3:README.macros
Source4:baselibs.conf
Patch0: perl-%{pversion}.dif
Patch1: perl-gracefull-net-ftp.diff
Patch2: perl-regexp-refoverflow.diff
Patch3: perl-nroff.diff
Patch4: perl-netcmdutf8.diff
Patch5: perl-HiRes.t-timeout.diff
Patch6: perl-saverecontext.diff
Patch7: perl-cbuilder-ccflags.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
PreReq: perl-base = %version
#PreReq: %fillup_prereq
BuildRequires:  db-devel gdbm-devel libbz2-devel ncurses-devel zlib-devel
#Requires:   gzip   # needed in SuSEconfig.perl
Suggests:   perl-doc = %version
#
%if %version != %pversion
Provides:   perl = %pversion-%release
%endif
Provides:   perl(:MODULE_COMPAT_%pversion)
Provides:   perl-500
Provides:   perl-macros
Obsoletes:  perl-macros
Provides:   perl-Filter-Simple perl-I18N-LangTags perl-MIME-Base64 
perl-Storable
Provides:   perl-Test-Simple = 0.98-%{release}
Obsoletes:  perl-Filter-Simple perl-I18N-LangTags perl-MIME-Base64 
perl-Storable
Obsoletes:  perl-Test-Simple  0.98
Provides:   perl-Text-Balanced perl-Time-HiRes perl-libnet
Obsoletes:  perl-Text-Balanced perl-Time-HiRes perl-libnet
Provides:   perl-Compress-Zlib perl-Compress-Raw-Zlib
Obsoletes:  perl-Compress-Zlib perl-Compress-Raw-Zlib
Provides:   perl-IO-Zlib perl-IO-Compress-Base perl-IO-Compress-Zlib
Obsoletes:  perl-IO-Zlib perl-IO-Compress-Base perl-IO-Compress-Zlib
Provides:   perl-Archive-Tar perl-Module-Build
Obsoletes:  perl-Archive-Tar perl-Module-Build
Provides:   perl-Locale-Maketext-Simple perl-Module-Pluggable
Obsoletes:  perl-Locale-Maketext-Simple perl-Module-Pluggable
Provides:   perl-Pod-Escapes perl-Pod-Simple
Obsoletes:  perl-Pod-Escapes perl-Pod-Simple
Provides:   perl-version perl-ExtUtils-ParseXS
Obsoletes:  perl-version perl-ExtUtils-ParseXS


%description
perl - Practical Extraction and Report Language

Perl is optimized for scanning arbitrary text files, extracting
information from those text files, and printing reports based on that
information.  It is also good for many system management tasks. Perl is
intended to be practical (easy to use, efficient, and complete) rather
than beautiful (tiny, elegant, and minimal).

Some of the modules available on CPAN can be found in the perl
series.

%package base
License:Artistic License .. ; GPLv2+
Group:  Development/Languages/Perl
Summary:The Perl interpreter
Provides:   perl-Digest perl-Digest-MD5
%if %version != %pversion
Provides:   perl-base = %pversion-%release
%endif
# bug437293
%ifarch ppc64
Obsoletes:  perl-64bit
%endif
#


%description base
perl - Practical Extraction and Report Language

Perl is optimized for scanning arbitrary text files, extracting
information from those text 

commit bundle-lang-common for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory
checked in at Fri Jun 17 15:20:49 CEST 2011.




--- bundle-lang-common/bundle-lang-common.changes   2011-06-15 
14:30:59.0 +0200
+++ /mounts/work_src_done/STABLE/bundle-lang-common/bundle-lang-common.changes  
2011-06-17 13:44:56.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 11:44:05 UTC 2011 - co...@novell.com
+
+- update package list
+
+---
bundle-lang-gnome-extras.changes: same change
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ bundle-lang-common.spec ++
--- /var/tmp/diff_new_pack.HaJiNX/_old  2011-06-17 15:19:35.0 +0200
+++ /var/tmp/diff_new_pack.HaJiNX/_new  2011-06-17 15:19:35.0 +0200
@@ -21,13 +21,13 @@
 
 Name:   bundle-lang-common
 # @BREQUIRES@
+BuildRequires:  xz-lang
 BuildRequires:  wdiff-lang
 BuildRequires:  vorbis-tools-lang
 BuildRequires:  util-linux-lang
 BuildRequires:  upower-lang
 BuildRequires:  tar-lang
 BuildRequires:  pulseaudio-lang
-BuildRequires:  notification-daemon-lang
 BuildRequires:  nano-lang
 BuildRequires:  mc-lang
 BuildRequires:  login-lang
@@ -62,7 +62,7 @@
 License:MIT License (or similar)
 Group:  System/Localization
 Version:11.4
-Release:23
+Release:25
 Summary:Translations for a Group of Programs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -134,8 +134,6 @@
 Provides:   locale(mc:en)
 Provides:   nano-lang = %(rpm -q --queryformat '%{VERSION}' nano-lang)
 Provides:   locale(nano:en)
-Provides:   notification-daemon-lang = %(rpm -q --queryformat '%{VERSION}' 
notification-daemon-lang)
-Provides:   locale(notification-daemon:en)
 Provides:   pulseaudio-lang = %(rpm -q --queryformat '%{VERSION}' 
pulseaudio-lang)
 Provides:   locale(pulseaudio:en)
 Provides:   tar-lang = %(rpm -q --queryformat '%{VERSION}' tar-lang)
@@ -148,6 +146,8 @@
 Provides:   locale(vorbis-tools:en)
 Provides:   wdiff-lang = %(rpm -q --queryformat '%{VERSION}' wdiff-lang)
 Provides:   locale(wdiff:en)
+Provides:   xz-lang = %(rpm -q --queryformat '%{VERSION}' xz-lang)
+Provides:   locale(xz:en)
 
 %description en
 This package groups translations for a dozen of programs which are both
@@ -210,8 +210,6 @@
 Provides:   locale(mc:de)
 Provides:   nano-lang = %(rpm -q --queryformat '%{VERSION}' nano-lang)
 Provides:   locale(nano:de)
-Provides:   notification-daemon-lang = %(rpm -q --queryformat '%{VERSION}' 
notification-daemon-lang)
-Provides:   locale(notification-daemon:de)
 Provides:   pulseaudio-lang = %(rpm -q --queryformat '%{VERSION}' 
pulseaudio-lang)
 Provides:   locale(pulseaudio:de)
 Provides:   tar-lang = %(rpm -q --queryformat '%{VERSION}' tar-lang)
@@ -224,6 +222,8 @@
 Provides:   locale(vorbis-tools:de)
 Provides:   wdiff-lang = %(rpm -q --queryformat '%{VERSION}' wdiff-lang)
 Provides:   locale(wdiff:de)
+Provides:   xz-lang = %(rpm -q --queryformat '%{VERSION}' xz-lang)
+Provides:   locale(xz:de)
 
 %description de
 This package groups translations for a dozen of programs which are both
@@ -286,8 +286,6 @@
 Provides:   locale(mc:es)
 Provides:   nano-lang = %(rpm -q --queryformat '%{VERSION}' nano-lang)
 Provides:   locale(nano:es)
-Provides:   notification-daemon-lang = %(rpm -q --queryformat '%{VERSION}' 
notification-daemon-lang)
-Provides:   locale(notification-daemon:es)
 Provides:   pulseaudio-lang = %(rpm -q --queryformat '%{VERSION}' 
pulseaudio-lang)
 Provides:   locale(pulseaudio:es)
 Provides:   tar-lang = %(rpm -q --queryformat '%{VERSION}' tar-lang)
@@ -300,6 +298,8 @@
 Provides:   locale(vorbis-tools:es)
 Provides:   wdiff-lang = %(rpm -q --queryformat '%{VERSION}' wdiff-lang)
 Provides:   locale(wdiff:es)
+Provides:   xz-lang = %(rpm -q --queryformat '%{VERSION}' xz-lang)
+Provides:   locale(xz:es)
 
 %description es
 This package groups translations for a dozen of programs which are both
@@ -362,8 +362,6 @@
 Provides:   locale(mc:it)
 Provides:   nano-lang = %(rpm -q --queryformat '%{VERSION}' nano-lang)
 Provides:   locale(nano:it)
-Provides:   notification-daemon-lang = %(rpm -q --queryformat '%{VERSION}' 
notification-daemon-lang)
-Provides:   locale(notification-daemon:it)
 Provides:   pulseaudio-lang = %(rpm -q --queryformat '%{VERSION}' 
pulseaudio-lang)
 Provides:   locale(pulseaudio:it)
 Provides:   tar-lang = %(rpm -q --queryformat '%{VERSION}' tar-lang)
@@ -376,6 +374,8 @@
 Provides:   locale(vorbis-tools:it)
 Provides:   wdiff-lang = %(rpm -q --queryformat '%{VERSION}' 

commit gDesklets for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package gDesklets for openSUSE:Factory
checked in at Fri Jun 17 15:22:21 CEST 2011.




--- GNOME/gDesklets/gDesklets.changes   2011-02-12 20:24:15.0 +0100
+++ /mounts/work_src_done/STABLE/gDesklets/gDesklets.changes2011-06-17 
12:54:47.0 +0200
@@ -1,0 +2,27 @@
+Fri Jun 17 12:20:40 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.36.3:
+  + General:
+- Add Check for updates feature
+- Add icons in several places (menus, tabs, etc.)
+- Add metadata information about desklets
+  + 15 pieces puzzle: Add two new images
+  + Quote of the Day:
+- Add a database with Chuck Norris 'The Programmer' Jokes
+- Add basic information about the current quote number
+  and the number of quotes in the chosen database in the
+  configuration window
+  + Control:
+- Make it easier to have multiple instances of a control in a
+  desklet
+- Add support for dbus
+- Update gDesklets-desktop.patch: we only need to fix the MimeType
+  line, as everything else was fixed upstream (except for
+  Categories, but we change them with %suse_update_desktop_file).
+- Add gDesklets-fix-install.patch: this fixes the installation to
+  be complete, taken from upstream. Add call to autoreconf because
+  the patch touches the build system.
+- Drop gDesklets-0.36.1-am111.patch: fixed upstream.
+- Pass --disable-static to configure to not have any .a file.
+
+---

calling whatdependson for head-i586


Old:

  gDesklets-0.36.1-am111.patch
  gDesklets-0.36.2.tar.bz2

New:

  gDesklets-fix-install.patch
  gdesklets-0.36.3.tar.bz2



Other differences:
--
++ gDesklets.spec ++
--- /var/tmp/diff_new_pack.2VhMPw/_old  2011-06-17 15:21:13.0 +0200
+++ /var/tmp/diff_new_pack.2VhMPw/_new  2011-06-17 15:21:13.0 +0200
@@ -19,16 +19,17 @@
 
 
 Name:   gDesklets
-Version:0.36.2
-Release:2
+%define _name   gdesklets
+Version:0.36.3
+Release:1
 Url:http://www.gdesklets.de
 Group:  System/GUI/GNOME
 License:GPLv2+
 Summary:Tiny Displays Sitting on Your Desktop
-Source: 
http://www.pycage.de/download/gdesklets/%{name}-%{version}.tar.bz2
-Patch1: %name-desktop.patch
-# PATCH-FIX-UPSTREAM gDesklets-0.36.1-am111.patch co...@novell.com -- remove 
duplicates
-Patch3: gDesklets-0.36.1-am111.patch
+Source: 
http://www.pycage.de/download/gdesklets/%{_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gDesklets-fix-install.patch vu...@opensuse.org -- Fix 
installation, taken from upstream
+Patch0: gDesklets-fix-install.patch
+Patch1: gDesklets-desktop.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libgtop-devel
@@ -57,21 +58,23 @@
 
 %lang_package
 %prep
-%setup -q
+%setup -q -n %{_name}-%{version}
 translation-update-upstream
-%patch1
-%patch3 -p1
+%patch0 -p0
+%patch1 -p1
 
 %build
+autoreconf -fi
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
-%configure
+%configure --disable-static
 make
 
 %install
 %makeinstall
 # Install bash completion script
 install -D -m0644 contrib/bash/gdesklets 
%{buildroot}%{_sysconfdir}/bash_completion.d/gdesklets
-%suse_update_desktop_file gdesklets -r System Applet
+%suse_update_desktop_file -r 
%{buildroot}%{_datadir}/applications/gdesklets.desktop System Applet
+%suse_update_desktop_file 
%{buildroot}%{_sysconfdir}/xdg/autostart/gdesklets.desktop
 # Change sr@Latn to sr@latin
 mv %{buildroot}%{_datadir}/locale/sr@Latn 
%{buildroot}%{_datadir}/locale/sr@latin
 # Move icons in the right icon theme
@@ -109,10 +112,11 @@
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %{_sysconfdir}/bash_completion.d/gdesklets
+%{_sysconfdir}/xdg/autostart/gdesklets.desktop
 %{_bindir}/gdesklets
 %{_libdir}/gdesklets/
 %doc %{_mandir}/man1/gdesklets.*
-%{_datadir}/applications/*.desktop
+%{_datadir}/applications/gdesklets.desktop
 %{_datadir}/icons/hicolor/48x48/mimetypes/*.png
 %{_datadir}/mime/packages/gdesklets.xml
 %{_datadir}/pixmaps/gdesklets.png

++ gDesklets-desktop.patch ++
--- /var/tmp/diff_new_pack.2VhMPw/_old  2011-06-17 15:21:13.0 +0200
+++ /var/tmp/diff_new_pack.2VhMPw/_new  2011-06-17 15:21:13.0 +0200
@@ -1,22 +1,13 @@
-Index: data/gdesklets.desktop.in
+Index: gdesklets-0.36.3/data/gdesklets.desktop.in
 ===
 data/gdesklets.desktop.in.orig
-+++ data/gdesklets.desktop.in
-@@ -1,13 +1,13 @@
- [Desktop Entry]
- Encoding=UTF-8
- Name=gDesklets
--_Comment=A desktop applet system for GNOME
-+_GenericName=A desktop applet system for GNOME
- Exec=gdesklets shell
--Icon=gdesklets.png
-+Icon=gdesklets
- Terminal=false
+--- gdesklets-0.36.3.orig/data/gdesklets.desktop.in
 

commit glibc for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package glibc for openSUSE:Factory
checked in at Fri Jun 17 15:24:22 CEST 2011.




--- glibc/glibc.changes 2011-06-17 09:24:36.0 +0200
+++ /mounts/work_src_done/STABLE/glibc/glibc.changes2011-06-17 
13:05:30.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 09:50:19 UTC 2011 - a...@suse.de
+
+- Cleanup ld.so.conf list, move kde directories to
+  kdelibs3 (bnc#671725).
+
+---

calling whatdependson for head-i586


Old:

  minmem



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.ggJ2XH/_old  2011-06-17 15:22:35.0 +0200
+++ /var/tmp/diff_new_pack.ggJ2XH/_new  2011-06-17 15:22:35.0 +0200
@@ -71,7 +71,7 @@
 Obsoletes:  glibc-32bit
 %endif
 Version:2.13
-Release:7
+Release:9
 Url:http://www.gnu.org/software/libc/libc.html
 Source: glibc-%{version}-996cf2ef0727.tar.bz2
 Source2:http://ftp.gnu.org/gnu/glibc/glibc-ports-2.13.tar.bz2
@@ -783,30 +783,22 @@
 # Create ld.so.conf
 #
 cat  $RPM_BUILD_ROOT/etc/ld.so.conf EOF
+/usr/%{_lib}/Xaw3d
 %ifarch s390x sparc64 x86_64 ppc64 ppc
-/usr/lib64/Xaw3d
-%endif
 /usr/lib/Xaw3d
-%ifarch %x86
-/usr/i586-suse-linux/lib
-%else
-%ifarch ppc ppc64
-/usr/powerpc-suse-linux/lib
-/usr/powerpc64-suse-linux/lib
-%else
-/usr/$RPM_ARCH-suse-linux/lib
 %endif
+/usr/local/%{_lib}
+%ifarch s390x sparc64 x86_64 ppc64 ppc
+/usr/local/lib
 %endif
+/%{_lib}
 %ifarch s390x sparc64 x86_64 ppc64 ppc
-/lib64
 /lib
-/usr/lib64
+%endif
+/usr/%{_lib}
+%ifarch s390x sparc64 x86_64 ppc64 ppc
 /usr/lib
-/usr/local/lib64
-/usr/local/lib
-/opt/kde3/lib64
 %endif
-/opt/kde3/lib
 include /etc/ld.so.conf.d/*.conf
 EOF
 # Add ldconfig cache directory for directory ownership






Remember to have fun...

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



commit ksh for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package ksh for openSUSE:Factory
checked in at Fri Jun 17 15:26:20 CEST 2011.




--- ksh/ksh.changes 2011-06-01 11:33:24.0 +0200
+++ /mounts/work_src_done/STABLE/ksh/ksh.changes2011-06-17 
12:32:42.0 +0200
@@ -1,0 +2,18 @@
+Tue Jun 14 11:36:28 UTC 2011 - wer...@suse.de
+
+- Fix off by one error which should make timetype.sh work now
+- Update the array fix as well as the pipe fix
+- This also fixes bnc#677790
+
+---
+Fri Jun 10 19:11:07 CEST 2011 - wer...@suse.de
+
+- Avoid redirection in subshell if an eval was used (bnc#697394)
+
+---
+Wed Jun  8 15:14:46 CEST 2011 - wer...@suse.de
+
+- Extend Shift.JIS patch to avoid breakage of the parsers above
+- Avoid mounting 3D file system as this does not exist on linux
+
+---

calling whatdependson for head-i586


New:

  ksh93-argv.dif
  ksh93-pipe.dif



Other differences:
--
++ ksh.spec ++
--- /var/tmp/diff_new_pack.B6V6VG/_old  2011-06-17 15:24:36.0 +0200
+++ /var/tmp/diff_new_pack.B6V6VG/_new  2011-06-17 15:24:36.0 +0200
@@ -37,7 +37,7 @@
 %endif
 AutoReqProv:on
 Version:93t
-Release:196
+Release:198
 Summary:Korn Shell
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: INIT.2010-06-21.tar.bz2
@@ -75,6 +75,8 @@
 Patch21:ksh93-export.dif
 Patch22:ksh93-eintr.dif
 Patch23:ksh93-array.dif
+Patch24:ksh93-pipe.dif
+Patch25:ksh93-argv.dif
 %global use_suid_exe 0
 %global use_locale 1
 %global debug_memleak 0
@@ -149,11 +151,11 @@
 %patch21
 %patch22
 %patch23
+%patch24
+%patch25
 
 %build
   TMPDIR=$(mktemp -d /tmp/ksh-build.XX) || exit 1
-  mkdir ${TMPDIR}/bin || exit 1
-  PATH=${TMPDIR}/bin:$PATH
   typeset -i IGNORED=0x$(ps --no-headers -o ignored $$)
   typeset -i SIGPIPE=0x1000
   if ((IGNORED  SIGPIPE)) ; then
@@ -243,6 +245,7 @@
   feature=${TMPDIR:-/tmp}/feature.h
   set -C
   (cat  $feature)-'EOF'
+   #define SHOPT_FS_3D 0
#define SHOPT_SYSRC 1
#define SHOPT_REMOTE1
#define SHOPT_CMDLIB_BLTIN  1
@@ -257,32 +260,40 @@
   cat $feature
   #
   #
-  echo 'int main () { return !(sizeof(void*) = 8); }' | $CC -x c -o test64 -
-  if ./test64 ; then
-  LARGEFILE=
-  else
-  LARGEFILE=-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-  fi
-  rm -f ./test64
-  case $RPM_ARCH in
-  ia64)  RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O} ;;
-  s390*) RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O} ;;
-  ppc*|powerpc*)
-RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O} ;;
-  esac
+  LARGEFILE=$(getconf LFS_CFLAGS)
   case $RPM_ARCH in
+  i[3456]86)
+RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O2} -m32
+HOSTTYPE=linux.i386
+;;
+  x86_64)
+RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O2} -m64
+HOSTTYPE=linux.i386-64
+;;
+  ia64)
+RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O}
+HOSTTYPE=linux.ia64
+;;
+  s390)
+RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O} -m31
+HOSTTYPE=linux.s390
+;;
+  s390*)
+RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O} -m64
+HOSTTYPE=linux.s390-64
+;;
   ppc|powerpc)
-set -C
-(cat  ${TMPDIR:-/tmp}/gcc)-EOF
-   #!/bin/sh
-   case $@ in
-   *-dumpmachine*)
-   echo powerpc-suse-linux ;;
-   *)  exec -a gcc gcc ${1+$@}
-   esac
-   EOF
-set +C
-chmod +x ${TMPDIR:-/tmp}/gcc
+RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O} -mno-powerpc64
+HOSTTYPE=linux.powerpc
+;;
+  ppc64|powerpc64)
+RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O} -mpowerpc64
+HOSTTYPE=linux.powerpc64
+;;
+  *)
+RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O[s0-9]/-O}
+HOSTTYPE=linux.$RPM_ARCH
+;;
   esac
   RPM_OPT_FLAGS=$(echo ${RPM_OPT_FLAGS}|sed -r 's/[[:blank:]]+-g[0-9]?/ 
-g2/g')
   UNIVERSE=att
@@ -305,7 +316,6 @@
   cflags -Wl,-rpath,/%{_lib}/ast   LDSOFLG
   RPM_OPT_FLAGS=$RPM_OPT_FLAGS -D_GNU_SOURCE $LARGEFILE
   RPM_OPT_FLAGS=$RPM_OPT_FLAGS $IGNORE $FEATURE
-  HOSTTYPE=linux.${RPM_ARCH}
   mam_cc_L=use
   mam_cc_OPTIMIZE=-pipe
   export mam_cc_L mam_cc_OPTIMIZE HOSTTYPE LDFLAGS RPM_OPT_FLAGS UNIVERSE

++ ksh93-argv.dif ++
--- src/cmd/ksh93/sh/xec.c
+++ src/cmd/ksh93/sh/xec.c  2011-06-14 13:31:32.471925963 +0200
@@ -2914,7 +2914,7 @@ int sh_fun(Namval_t *np, Namval_t *nq, c
longmode;
char*prefix = shp-prefix;
int n=0;
-   char *av[2];
+   char *av[3];
Fcin_t save;
fcsave(save);
if((offset=staktell())0)
@@ -2922,7 

commit xfig for openSUSE:11.4

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package xfig for openSUSE:11.4
checked in at Fri Jun 17 16:39:48 CEST 2011.




--- old-versions/11.4/all/xfig/xfig.changes 2010-12-03 15:26:23.0 
+0100
+++ 11.4/xfig/xfig.changes  2011-06-17 15:11:03.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 15:07:40 CEST 2011 - wer...@suse.de
+
+- Fix broken append mode for eps/ps import (bnc#696368)
+
+---

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




Other differences:
--
++ xfig.spec ++
--- /var/tmp/diff_new_pack.52NV3l/_old  2011-06-17 16:39:02.0 +0200
+++ /var/tmp/diff_new_pack.52NV3l/_new  2011-06-17 16:39:02.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xfig (Version 3.2.5b)
+# spec file for package xfig
 #
-# 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
@@ -31,7 +31,7 @@
 Requires:   transfig netpbm ghostscript-fonts-std
 AutoReqProv:on
 Version:3.2.5b
-Release:10
+Release:14.RELEASE15
 Summary:Facility for Interactive Generation of Figures under the X 
Window System
 Url:http://www.xfig.org/
 Source: xfig.%{version}.tar.bz2

++ xfig.3.2.5b-preview.dif ++
--- /var/tmp/diff_new_pack.52NV3l/_old  2011-06-17 16:39:02.0 +0200
+++ /var/tmp/diff_new_pack.52NV3l/_new  2011-06-17 16:39:02.0 +0200
@@ -1,12 +1,13 @@
 --- f_readeps.c
-+++ f_readeps.c2010-12-01 14:26:05.884195851 +
 f_readeps.c2011-06-17 12:46:08.519926308 +
 @@ -252,11 +252,12 @@ bitmap_from_gs(file, filetype, pic, urx,
  {
  charbuf[300];
  FILE   *tmpfp, *pixfile, *gsfile;
 -char   *psnam, *driver;
+-int status, wid, ht, nbitmap, fd;
 +char   *driver;
- int status, wid, ht, nbitmap, fd;
++int status, wid, ht, nbitmap, fd, len;
  chartmpfile[PATH_MAX],
pixnam[PATH_MAX],
errnam[PATH_MAX],
@@ -14,7 +15,7 @@
gscom[2 * PATH_MAX];
  
  wid = urx - llx;
-@@ -307,19 +308,22 @@ bitmap_from_gs(file, filetype, pic, urx,
+@@ -307,19 +308,26 @@ bitmap_from_gs(file, filetype, pic, urx,
/* for color, use pcx */
driver = pcx256;
  }
@@ -31,7 +32,7 @@
 +if (!realpath(tmpfile, psnam)) {
 +  file_msg(Cannot canonicalize %s: %s\n, tmpfile, strerror(errno));
 +  return False;
- }
++}
 +/* From Language.htm of ghostscript 9.00 and higher:
 + * If Ghostscript is started with -dNOSAFER or -dDELAYSAFER, this 
operator can
 + * be used to enter SAFER mode with the current set of PermitFile... user
@@ -40,11 +41,16 @@
 + * for file Reading, Writing and/or Control can use this operator to 
perform
 + * the locking needed to enter SAFER mode.
 + */
- sprintf(gscom[strlen(gscom)],
--  %s -r72x72 -dSAFER -sDEVICE=%s -g%dx%d -sOutputFile=%s -q -  %s 
21,
--  appres.ghostscript, driver, wid, ht, pixnam, errnam);
++len = snprintf(gscom, sizeof(gscom) - 1,
 +  %s -r72x72 -sDEVICE=%s -g%dx%d -dDELAYSAFER -sOutputFile=%s -c 
'/PermitFileReading[(%s)] setuserparams .locksafe' -q -  %s 21,
 +  appres.ghostscript, driver, wid, ht, pixnam, psnam, errnam);
++if (len = sizeof(gscom) - 1 || len  0) {
++  file_msg(Cannot write to buffer, file name to large: %s\n, psnam);
++  return False;
+ }
+-sprintf(gscom[strlen(gscom)],
+-  %s -r72x72 -dSAFER -sDEVICE=%s -g%dx%d -sOutputFile=%s -q -  %s 
21,
+-  appres.ghostscript, driver, wid, ht, pixnam, errnam);
  if (appres.DEBUG)
fprintf(stderr,calling: %s\n,gscom);
  if ((gsfile = popen(gscom, w)) == 0) {






Remember to have fun...

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