drop gqview from openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

FYI: Package gqview was dropped from openSUSE:Factory at Wed Sep 28 18:05: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:Dropped&package=gqview

Remember to have fun...

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



commit p7zip for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package p7zip for openSUSE:Factory
checked in at Wed Sep 28 17:55:58 CEST 2011.




--- p7zip/p7zip.changes 2011-05-25 14:11:54.0 +0200
+++ /mounts/work_src_done/STABLE/p7zip/p7zip.changes2011-09-28 
15:01:54.0 +0200
@@ -1,0 +2,54 @@
+Wed Sep 28 12:32:41 UTC 2011 - idon...@suse.com
+
+- Enable assembly support for x86-64
+- Update to version 9.20
+  - From Windows version of 7-zip 9.20, What's new after 7-Zip 4.65 
(2009-02-03):
+- 7-Zip now supports LZMA2 compression method.
+- 7-Zip now can update solid .7z archives.
+- 7-Zip now supports XZ archives.
+- 7-Zip now supports PPMd compression in ZIP archives.
+- 7-Zip now can unpack NTFS, FAT, VHD, MBR, APM, SquashFS, CramFS, MSLZ 
archives.
+- 7-Zip now can unpack GZip, BZip2, LZMA, XZ and TAR archives from stdin.
+- 7-Zip now can unpack some TAR and ISO archives with incorrect headers.
+- 7-Zip now supports files that are larger than 8 GB in TAR archives.
+- NSIS and WIM support was improved.
+- Partial parsing for EXE resources, SWF and FLV.
+- The support for archives in installers was improved.
+- 7-Zip now can stores NTFS file timestamps to ZIP archives.
+- Speed optimizations in PPMd codec.
+- Speed optimizations in CRC calculation code for Intel's Atom CPUs.
+- New -scrc switch to calculate total CRC-32 during extracting / testing.
+- 7-Zip File Manager now doesn't use temp files to open nested archives 
stored without compression.
+- Disk fragmentation problem for ZIP archives created by 7-Zip was fixed.
+- Some bugs were fixed.
+- New localizations: Hindi, Gujarati, Sanskrit, Tatar, Uyghur, Kazakh.
+- Not in p7zip : Speed optimizations in AES code for Intel's 32nm CPUs.
+
+  - From Windows version of 7-zip 9.17
+- Disk fragmentation problem for ZIP archives created by 7-Zip was fixed.
+Notes: 7-Zip now uses 4 MB RAM buffer as file cache, when you create ZIP 
archives.
+It reduces the number of Move_File_Position and Write_to_File operations.
+
+  - From Windows version of 7-zip 9.18
+- 7-Zip now can unpack SquashFS and CramFS filesystem images.
+- 7-Zip now can unpack some TAR and ISO archives with incorrect headers.
+- Some bugs were fixed.
+
+  - From Windows version of 7-zip 9.16
+- 7-Zip now supports files that are larger than 8 GB in TAR archives.
+- NSIS support was improved :
+  - 7-Zip now supports BZip2 method in NSIS installers.
+  - 7-Zip now can extract identical files from NSIS installers.
+- Some bugs were fixed.
+- New localizations: Hindi, Gujarati, Sanskrit.
+
+  - From Windows version of 7-zip 9.15
+- Some bugs were fixed.
+- New localization: Tatar
+
+  - From Windows version of 7-zip 9.14
+- WIM support was improved. 7-Zip now can create WIM archives without 
compression.
+
+  - sf#3069545 "kSignatureDummy?" fixed
+
+---

calling whatdependson for head-i586


Old:

  p7zip-9.13-install.patch
  p7zip_9.13_src_all.tar.bz2

New:

  p7zip_9.20.1_src_all.tar.bz2



Other differences:
--
++ p7zip.spec ++
--- /var/tmp/diff_new_pack.1Qaqm9/_old  2011-09-28 17:55:46.0 +0200
+++ /var/tmp/diff_new_pack.1Qaqm9/_new  2011-09-28 17:55:46.0 +0200
@@ -15,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   p7zip
+Version:9.20.1
+Release:1
 License:LGPLv2.1+
-Group:  Productivity/Archiving/Compression
-AutoReqProv:on
-Version:9.13
-Release:5
 Summary:7-zip file compression program
 Url:http://p7zip.sourceforge.net/
+Group:  Productivity/Archiving/Compression
 Source: 
http://switch.dl.sourceforge.net/sourceforge/%{name}/%{name}_%{version}_src_all.tar.bz2
-Patch0: p7zip-9.13-install.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1100
 BuildRequires:  fdupes
 %endif
@@ -42,21 +39,29 @@
 
 %prep
 %setup -q -n %{name}_%{version}
-%patch0 -p1
-%ifarch x86_64 ppc64 s390x
+
+%ifarch x86_64
+cp makefile.linux_amd64_asm makefile.machine
+%endif
+
+%ifarch ppc64 s390x
 cp makefile.linux_amd64 makefile.machine
 %else
-cp makefile.linux_x86_ppc_alpha_gcc_4.X makefile.machine
+cp makefile.linux_any_cpu_gcc_4.X makefile.machine
 %endif
+
+sed -i s,444,644,g install.sh
+sed -i s,555,755,g install.sh
+
 perl -pi -e 's/ -s / /' makefile.machine
-perl -pi -e 's/(\$\(LOCAL_FLAGS\))/'"$RPM_OPT_FLAGS"' \\\n\t$1/' 
makefile.machine
+perl -pi -e 's/(\$\(LOCAL_FLAGS\))/'"%{optflags}"' \\\n\t$1/' makefile.machine
 
 %build
-%{__make} %{?jobs:-j%jobs} all2
+make %{?_smp_mflags} all2
 
 %i

commit audit-visualize for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package audit-visualize for openSUSE:Factory
checked in at Wed Sep 28 17:41:06 CEST 2011.




--- audit-visualize/audit-visualize.changes 2007-05-06 17:09:46.0 
+0200
+++ /mounts/work_src_done/STABLE/audit-visualize/audit-visualize.changes
2011-09-17 15:39:34.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 13:39:23 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ audit-visualize.spec ++
--- /var/tmp/diff_new_pack.tziuzQ/_old  2011-09-28 17:40:40.0 +0200
+++ /var/tmp/diff_new_pack.tziuzQ/_new  2011-09-28 17:40:40.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package audit-visualize (Version 1.5.2)
+# spec file for package audit-visualize
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   audit-visualize
@@ -36,22 +35,15 @@
 The audit-visualize package contains scripts to produce flow graphs and
 bar charts from audit data.
 
-
-
-Authors:
-
-sgr...@redhat.com
-
 %prep
 %setup -q -n audit-visualize
 
+%build
+
 %install
 mkdir -p $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize
 mv README mkbar mkgraph $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %dir %attr(755,root,root) %_prefix/lib/%_name






Remember to have fun...

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



commit kernel-source for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory
checked in at Wed Sep 28 17:39:19 CEST 2011.




--- kernel-source/kernel-debug.changes  2011-09-28 14:23:56.0 +0200
+++ /mounts/work_src_done/STABLE/kernel-source/kernel-debug.changes 
2011-09-28 17:20:53.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 28 16:41:36 CEST 2011 - jbeul...@novell.com
+
+- Update Xen config files.
+- commit 50fb02f
+
+---
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-pae.changes: same change
kernel-ppc64.changes: same change
kernel-s390.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-trace.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change

calling whatdependson for head-i586




Other differences:
--
kernel-default.spec: same change
kernel-desktop.spec: same change
kernel-docs.spec: same change
kernel-ec2.spec: same change
kernel-pae.spec: same change
kernel-ppc64.spec: same change
kernel-s390.spec: same change
kernel-source.spec: same change
kernel-syms.spec: same change
kernel-trace.spec: same change
kernel-vanilla.spec: same change
kernel-xen.spec: same change
++ config.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/i386/xen new/config/i386/xen
--- old/config/i386/xen 2011-09-21 11:18:54.0 +0200
+++ new/config/i386/xen 2011-09-28 16:41:36.0 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.1.0-rc6 Kernel Configuration
+# Linux/i386 3.1.0-rc7 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -4716,11 +4716,6 @@
 CONFIG_XEN_NETDEV_TX_SHIFT=10
 # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set
 # CONFIG_XEN_NETDEV_LOOPBACK is not set
-CONFIG_XEN_PCIDEV_BACKEND=m
-CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
-# CONFIG_XEN_PCIDEV_BACKEND_PASS is not set
-# CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set
-# CONFIG_XEN_PCIDEV_BE_DEBUG is not set
 CONFIG_XEN_TPMDEV_BACKEND=m
 CONFIG_XEN_SCSI_BACKEND=m
 CONFIG_XEN_USB_BACKEND=m
@@ -4760,6 +4755,18 @@
 CONFIG_XEN_SCRUB_PAGES=y
 CONFIG_XEN_DEV_EVTCHN=m
 CONFIG_XEN_TMEM=y
+CONFIG_XEN_PCIDEV_BACKEND=m
+
+#
+# PCI Backend Mode
+#
+CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
+CONFIG_XEN_PCIDEV_BACKEND_PASSTHROUGH=y
+CONFIG_XEN_PCIDEV_BACKEND_SLOT=y
+CONFIG_XEN_PCIDEV_BACKEND_DEFAULT_VPCI=y
+# CONFIG_XEN_PCIDEV_BACKEND_DEFAULT_PASSTHROUGH is not set
+# CONFIG_XEN_PCIDEV_BACKEND_DEFAULT_SLOT is not set
+CONFIG_XEN_PCIDEV_BACKEND_DEFAULT="vpci"
 CONFIG_STAGING=y
 CONFIG_ET131X=m
 # CONFIG_ET131X_DEBUG is not set
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/x86_64/xen new/config/x86_64/xen
--- old/config/x86_64/xen   2011-09-21 11:18:54.0 +0200
+++ new/config/x86_64/xen   2011-09-28 16:41:36.0 +0200
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.1.0-rc6 Kernel Configuration
+# Linux/x86_64 3.1.0-rc7 Kernel Configuration
 #
 CONFIG_64BIT=y
 # CONFIG_X86_32 is not set
@@ -4649,11 +4649,6 @@
 CONFIG_XEN_NETDEV_TX_SHIFT=10
 # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set
 # CONFIG_XEN_NETDEV_LOOPBACK is not set
-CONFIG_XEN_PCIDEV_BACKEND=m
-CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
-# CONFIG_XEN_PCIDEV_BACKEND_PASS is not set
-# CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set
-# CONFIG_XEN_PCIDEV_BE_DEBUG is not set
 CONFIG_XEN_TPMDEV_BACKEND=m
 CONFIG_XEN_SCSI_BACKEND=m
 CONFIG_XEN_USB_BACKEND=m
@@ -4693,6 +4688,18 @@
 CONFIG_XEN_SCRUB_PAGES=y
 CONFIG_XEN_DEV_EVTCHN=m
 CONFIG_XEN_TMEM=y
+CONFIG_XEN_PCIDEV_BACKEND=m
+
+#
+# PCI Backend Mode
+#
+CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
+CONFIG_XEN_PCIDEV_BACKEND_PASSTHROUGH=y
+CONFIG_XEN_PCIDEV_BACKEND_SLOT=y
+CONFIG_XEN_PCIDEV_BACKEND_DEFAULT_VPCI=y
+# CONFIG_XEN_PCIDEV_BACKEND_DEFAULT_PASSTHROUGH is not set
+# CONFIG_XEN_PCIDEV_BACKEND_DEFAULT_SLOT is not set
+CONFIG_XEN_PCIDEV_BACKEND_DEFAULT="vpci"
 CONFIG_STAGING=y
 CONFIG_ET131X=m
 # CONFIG_ET131X_DEBUG is not set

++ minmem ++
--- /var/tmp/diff_new_pack.HMz5gc/_old  2011-09-28 17:38:05.0 +0200
+++ /var/tmp/diff_new_pack.HMz5gc/_new  2011-09-28 17:38:05.0 +0200
@@ -1 +1 @@
-2096000
+1048576

++ needed_space_in_mb ++
--- /var/tmp/diff_new_pack.HMz5gc/_old  2011-09-28 17:38:05.0 +0200
+++ /var/tmp/diff_new_pack.HMz5gc/_new  2011-09-28 17:38:05.0 +0200
@@ -1 +1 @@
-6000
+6144

++ source-timestamp ++
--- /var/tmp/diff_new_pack.HMz5gc/_old  2011-09-28 17:38:05.0 +0200
+++ /var/tmp/diff_new_pack.HMz5gc/_new  2011-09-28 17:38:05.0 +0200
@@ -1,3 +1,3 @@
-2011-09-27 22:27:57 +0200
-GIT Revision: ba0cfdcb4a536831694e3844d9ecdb38

commit mozilla-xulrunner192 for openSUSE:11.4

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.4
checked in at Wed Sep 28 17:31:29 CEST 2011.




--- 
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-09-07 16:55:36.0 +0200
+++ 11.4/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-09-27 
08:50:10.0 +0200
@@ -1,0 +2,12 @@
+Wed Sep 21 10:17:09 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.2.23 (bnc#720264)
+- bring KDE's dialog.xml in sync with original widget
+
+---
+Wed Sep 14 07:08:55 UTC 2011 - w...@rosenauer.org
+
+- add dbus-1-glib-devel to BuildRequires (not pulled in
+  automatically with 12.1)
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-1.9.2.22.tar.bz2
  xulrunner-source-1.9.2.22.tar.bz2

New:

  l10n-1.9.2.23.tar.bz2
  xulrunner-source-1.9.2.23.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.QPuUCn/_old  2011-09-28 17:31:09.0 +0200
+++ /var/tmp/diff_new_pack.QPuUCn/_new  2011-09-28 17:31:09.0 +0200
@@ -20,7 +20,7 @@
 
 
 Name:   mozilla-xulrunner192
-BuildRequires:  autoconf213 gcc-c++ libcurl-devel libgnomeui-devel 
libidl-devel libnotify-devel pkg-config python startup-notification-devel zip
+BuildRequires:  autoconf213 dbus-1-glib-devel gcc-c++ libcurl-devel 
libgnomeui-devel libidl-devel libnotify-devel pkg-config python 
startup-notification-devel zip
 # needed for brp-check-bytecode-version (jar, fastjar would do as well)
 BuildRequires:  unzip
 %if %suse_version > 1020
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:1.9.2.22
-Release:0.
-%define releasedate 2011090700
-%define version_internal 1.9.2.22
+Version:1.9.2.23
+Release:1.
+%define releasedate 2011092000
+%define version_internal 1.9.2.23
 %define apiversion 1.9.2
-%define uaweight 192220
+%define uaweight 192230
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.QPuUCn/_old  2011-09-28 17:31:10.0 +0200
+++ /var/tmp/diff_new_pack.QPuUCn/_new  2011-09-28 17:31:10.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_22_RELEASE"
-VERSION="1.9.2.22"
+RELEASE_TAG="FIREFOX_3_6_23_RELEASE"
+VERSION="1.9.2.23"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ l10n-1.9.2.22.tar.bz2 -> l10n-1.9.2.23.tar.bz2 ++
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/l10n-1.9.2.22.tar.bz2 
11.4/mozilla-xulrunner192/l10n-1.9.2.23.tar.bz2 differ: char 11, line 1

++ mozilla-kde.patch ++
--- /var/tmp/diff_new_pack.QPuUCn/_old  2011-09-28 17:31:10.0 +0200
+++ /var/tmp/diff_new_pack.QPuUCn/_new  2011-09-28 17:31:10.0 +0200
@@ -634,7 +634,7 @@
 new file mode 100644
 --- /dev/null
 +++ b/toolkit/content/widgets/dialog-kde.xml
-@@ -0,0 +1,445 @@
+@@ -0,0 +1,447 @@
 +
 +
 +
  #include 
  #endif
-@@ -1627,36 +1628,46 @@ nsLocalFile::Launch()
+@@ -1666,36 +1667,46 @@ nsLocalFile::Launch()
  
  return NS_OK;
  }
@@ -4035,7 +4037,7 @@
  NS_IMETHODIMP
  nsLocalFile::Launch()
  {
-@@ -1674,16 +1685,23 @@ nsLocalFile::Launch()
+@@ -1713,16 +1724,23 @@ nsLocalFile::Launch()
  
  if (nsnull == connection)
return NS_ERROR_FAILURE;

++ xulrunner-source-1.9.2.22.tar.bz2 -> xulrunner-source-1.9.2.23.tar.bz2 
++
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/xulrunner-source-1.9.2.22.tar.bz2
 11.4/mozilla-xulrunner192/xulrunner-source-1.9.2.23.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

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



commit MozillaThunderbird for openSUSE:11.4

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package MozillaThunderbird for openSUSE:11.4
checked in at Wed Sep 28 17:30:45 CEST 2011.




--- old-versions/11.4/UPDATES/all/MozillaThunderbird/MozillaThunderbird.changes 
2011-09-07 16:57:02.0 +0200
+++ 11.4/MozillaThunderbird/MozillaThunderbird.changes  2011-09-28 
07:11:28.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 21 09:48:02 UTC 2011 - w...@rosenauer.org
+
+- security update to 3.1.15 (bnc#720264)
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-3.1.14.tar.bz2
  thunderbird-3.1.14-source.tar.bz2

New:

  l10n-3.1.15.tar.bz2
  thunderbird-3.1.15-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.T5NMJS/_old  2011-09-28 17:30:29.0 +0200
+++ /var/tmp/diff_new_pack.T5NMJS/_new  2011-09-28 17:30:29.0 +0200
@@ -26,10 +26,10 @@
 BuildRequires:  nss-shared-helper-devel
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-%define mainversion 3.1.14
+%define mainversion 3.1.15
 Version:%{mainversion}
 Release:0.
-%define releasedate 2011090700
+%define releasedate 2011092000
 Provides:   thunderbird = %{version}
 Summary:The Stand-Alone Mozilla Mail Component
 Url:http://www.mozilla.org/products/thunderbird/

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.T5NMJS/_old  2011-09-28 17:30:29.0 +0200
+++ /var/tmp/diff_new_pack.T5NMJS/_new  2011-09-28 17:30:29.0 +0200
@@ -2,8 +2,8 @@
 
 
 BRANCH="releases/comm-1.9.2" # comm-central
-RELEASE_TAG="THUNDERBIRD_3_1_14_RELEASE"
-VERSION="3.1.14"
+RELEASE_TAG="THUNDERBIRD_3_1_15_RELEASE"
+VERSION="3.1.15"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-3.1.14.tar.bz2 -> l10n-3.1.15.tar.bz2 ++
old-versions/11.4/UPDATES/all/MozillaThunderbird/l10n-3.1.14.tar.bz2 
11.4/MozillaThunderbird/l10n-3.1.15.tar.bz2 differ: char 11, line 1

++ thunderbird-3.1.14-source.tar.bz2 -> thunderbird-3.1.15-source.tar.bz2 
++
old-versions/11.4/UPDATES/all/MozillaThunderbird/thunderbird-3.1.14-source.tar.bz2
 11.4/MozillaThunderbird/thunderbird-3.1.15-source.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

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



commit seamonkey for openSUSE:11.4

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:11.4
checked in at Wed Sep 28 17:29:28 CEST 2011.




--- old-versions/11.4/UPDATES/all/seamonkey/seamonkey.changes   2011-09-08 
02:11:26.0 +0200
+++ 11.4/seamonkey/seamonkey.changes2011-09-26 14:58:38.0 +0200
@@ -1,0 +2,15 @@
+Mon Sep 26 12:42:54 UTC 2011 - w...@rosenauer.org
+
+- update to 2.4 (bnc#720264)
+- removed obsolete mozilla-cairo-lcd.patch
+- rebased patches
+- removed XLIB_SKIP_ARGB_VISUALS=1 from environment in
+  mozilla.sh.in (bnc#680758)
+
+---
+Wed Sep 14 07:07:13 UTC 2011 - w...@rosenauer.org
+
+- add dbus-1-glib-devel to BuildRequires (not pulled in
+  automatically with 12.1)
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-2.3.3.tar.bz2
  mozilla-cairo-lcd.patch
  seamonkey-2.3.3-source.tar.bz2

New:

  l10n-2.4.tar.bz2
  seamonkey-2.4-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.9TlcL3/_old  2011-09-28 17:28:46.0 +0200
+++ /var/tmp/diff_new_pack.9TlcL3/_new  2011-09-28 17:28:46.0 +0200
@@ -20,12 +20,12 @@
 
 
 Name:   seamonkey
-BuildRequires:  Mesa-devel autoconf213 fdupes gcc-c++ hunspell-devel 
libgnomeui-devel libidl-devel libiw-devel libnotify-devel libproxy-devel 
nss-shared-helper-devel python startup-notification-devel unzip 
update-desktop-files yasm zip
+BuildRequires:  Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ 
hunspell-devel libgnomeui-devel libidl-devel libiw-devel libnotify-devel 
libproxy-devel nss-shared-helper-devel python startup-notification-devel unzip 
update-desktop-files yasm zip
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   web_browser
-Version:2.3.3
-Release:0.
-%define releasedate 2011090700
+Version:2.4
+Release:1.
+%define releasedate 2011092200
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
 Group:  Productivity/Networking/Web/Browsers
@@ -43,7 +43,6 @@
 Patch1: mozilla-nongnome-proxies.patch
 Patch2: mozilla-prefer_plugin_pref.patch
 Patch3: mozilla-shared-nss-db.patch
-Patch4: mozilla-cairo-lcd.patch
 Patch5: mozilla-language.patch
 Patch7: mozilla-cairo-return.patch
 Patch8: mozilla-ntlm-full-path.patch
@@ -146,7 +145,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 %patch5 -p1
 %patch7 -p1
 %patch8 -p1
@@ -324,6 +322,7 @@
 %dir %{progdir}/distribution/extensions/
 #%exclude %{progdir}/distribution/extensions/debu...@mozilla.org.xpi
 %{progdir}/chrome/icons
+%{progdir}/hyphenation/
 %{progdir}/extensions/mod...@themes.mozilla.org.xpi
 %{progdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
 #%{progdir}/greprefs/

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.9TlcL3/_old  2011-09-28 17:28:47.0 +0200
+++ /var/tmp/diff_new_pack.9TlcL3/_new  2011-09-28 17:28:47.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/comm-release"
-RELEASE_TAG="SEAMONKEY_2_3_3_RELEASE"
-VERSION="2.3.3"
+RELEASE_TAG="SEAMONKEY_2_4_RELEASE"
+VERSION="2.4"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

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

++ mozilla-cairo-return.patch ++
--- /var/tmp/diff_new_pack.9TlcL3/_old  2011-09-28 17:28:47.0 +0200
+++ /var/tmp/diff_new_pack.9TlcL3/_new  2011-09-28 17:28:47.0 +0200
@@ -1,6 +1,6 @@
 # HG changeset patch
 # User Wolfgang Rosenauer 
-# Parent e36e1a20cb5e1ba0e4bc3facac58029544d92e0a
+# Parent 43cb27a012f2532add0e9791c1b5a7d0c3b03f9b
 Bug 631155 - undefined return value in function '_cairo_surface_wrapper_flush'
 
 diff --git a/gfx/cairo/cairo/src/cairo-surface-wrapper.c 
b/gfx/cairo/cairo/src/cairo-surface-wrapper.c

++ mozilla-language.patch ++
--- /var/tmp/diff_new_pack.9TlcL3/_old  2011-09-28 17:28:47.0 +0200
+++ /var/tmp/diff_new_pack.9TlcL3/_new  2011-09-28 17:28:47.0 +0200
@@ -1,48 +1,48 @@
 # HG changeset patch
 # User Wolfgang Rosenauer 
-# Parent db620d83124746201970dcf50c661957df979eca
+# Parent 0d6917b8f28f6e0398dbf329dda4932ba4f997c2
 Bug 583793 - Firefox interface language set to LANG, ignores LANGUAGE
 
 diff --git a/intl/locale/src/nsLocaleService.cpp 
b/intl/locale/src/nsLocaleService.cpp
 --- a/intl/locale/src/nsLocaleService.cpp
 +++ b/intl/locale/src/nsLocaleService.cpp
-@@ -181,16 +181,17 @@ nsLocaleService::nsLocaleService(void)
- }
- 
+@@ -160,16 +160,17 @@ nsLocaleService::nsLocaleService(void)
+ nsRe

commit MozillaFirefox for openSUSE:11.4

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.4
checked in at Wed Sep 28 17:28:16 CEST 2011.




--- old-versions/11.4/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-09-07 18:08:33.0 +0200
+++ 11.4/MozillaFirefox/MozillaFirefox.changes  2011-09-26 08:37:05.0 
+0200
@@ -1,0 +2,30 @@
+Fri Sep 23 11:22:22 UTC 2011 - w...@rosenauer.org
+
+- update to Firefox 7 (bnc#720264)
+  including
+  * Improve Responsiveness with Memory Reductions
+  * Instant Sync
+  * WebSocket protocol 8
+- removed obsolete mozilla-cairo-lcd.patch
+- rebased patches
+- removed XLIB_SKIP_ARGB_VISUALS=1 from environment in
+  mozilla.sh.in (bnc#680758)
+
+---
+Fri Sep 16 06:57:38 UTC 2011 - w...@rosenauer.org
+
+- fixed loading of kde.js under KDE (bnc#718311)
+
+---
+Wed Sep 14 07:02:04 UTC 2011 - w...@rosenauer.org
+
+- add dbus-1-glib-devel to BuildRequires (not pulled in
+  automatically anymore on 12.1)
+- increase minversions for NSPR and NSS
+
+---
+Fri Sep  9 20:44:15 UTC 2011 - w...@rosenauer.org
+
+- recreated source archive to get correct source-stamp.txt
+
+---

calling whatdependson for 11.4-i586


Old:

  firefox-6.0.2-source.tar.bz2
  l10n-6.0.2.tar.bz2
  mozilla-cairo-lcd.patch

New:

  firefox-7.0-source.tar.bz2
  l10n-7.0.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.XS6q5d/_old  2011-09-28 17:26:51.0 +0200
+++ /var/tmp/diff_new_pack.XS6q5d/_new  2011-09-28 17:26:51.0 +0200
@@ -18,24 +18,24 @@
 
 # norootforbuild
 
-%define major 6
-%define mainver %major.0.2
+%define major 7
+%define mainver %major.0
 
 Name:   MozillaFirefox
-BuildRequires:  Mesa-devel autoconf213 fdupes gcc-c++ libcurl-devel 
libgnomeui-devel libidl-devel libnotify-devel python startup-notification-devel 
unzip update-desktop-files yasm zip
+BuildRequires:  Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ 
libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python 
startup-notification-devel unzip update-desktop-files yasm zip
 %if %suse_version > 1110
 BuildRequires:  libiw-devel
 BuildRequires:  libproxy-devel
 %else
 BuildRequires:  wireless-tools
 %endif
-BuildRequires:  mozilla-nspr-devel >= 4.8.6
-BuildRequires:  mozilla-nss-devel >= 3.12.8
+BuildRequires:  mozilla-nspr-devel >= 4.8.8
+BuildRequires:  mozilla-nss-devel >= 3.12.10
 BuildRequires:  nss-shared-helper-devel
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Version:%{mainver}
-Release:0.
-%define releasedate 2011090700
+Release:1.
+%define releasedate 2011092200
 Provides:   web_browser
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{mainver}
@@ -66,7 +66,6 @@
 Patch3: mozilla-prefer_plugin_pref.patch
 Patch4: mozilla-shared-nss-db.patch
 Patch5: mozilla-kde.patch
-Patch6: mozilla-cairo-lcd.patch
 Patch7: mozilla-language.patch
 Patch9: mozilla-cairo-return.patch
 Patch10:mozilla-ntlm-full-path.patch
@@ -197,7 +196,6 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 %patch7 -p1
 %patch9 -p1
 %patch10 -p1
@@ -213,8 +211,6 @@
 %patch32 -p1
 %if %suse_version >= 1110
 %patch33 -p1
-# install kde.js
-install -m 644 %{SOURCE6} browser/app/profile/kde.js
 %endif
 %if %suse_version >= 1140
 %patch34 -p1
@@ -311,6 +307,10 @@
 find $RPM_BUILD_ROOT%{progdir} \
  -name "*.js" -o -name "*.jsm" -o -name "*.rdf" | xargs chmod a-x
 mkdir -p $RPM_BUILD_ROOT%{progdir}/searchplugins
+# install kde.js
+%if %suse_version >= 1110
+install -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{progdir}/defaults/pref/kde.js
+%endif
 # install add-plugins.sh
 sed "s:%%PROGDIR:%{progdir}:g" \
   %{SOURCE13} > $RPM_BUILD_ROOT%{progdir}/add-plugins.sh

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.XS6q5d/_old  2011-09-28 17:26:51.0 +0200
+++ /var/tmp/diff_new_pack.XS6q5d/_new  2011-09-28 17:26:51.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/mozilla-release"
-RELEASE_TAG="FIREFOX_6_0_2_RELEASE"
-VERSION="6.0.2"
+RELEASE_TAG="FIREFOX_7_0_RELEASE"
+VERSION="7.0"
 
 # mozilla
 hg clone http://hg.mozilla.org/$BRANCH mozilla

++ firefox-6.0.2-source.tar.bz2 -> firefox-7.0-source.tar.bz2 ++
old-versions/11.4/UPDATES/all/MozillaFirefox/firefox-6.0.2-source.tar.bz2 
11.4/MozillaFirefox/firefox-7.0-source.tar.bz2 differ: char 11, line 1

++ firefox-branded-icons.patch ++
--- /var/tmp/diff_new_pack.XS6q5d/_old  2011-09-28 17:26:51.0 +0200
+++ /var/tmp/diff_new_pack.XS6q5d/_new  2011-09-28 17:26:51.

commit MozillaThunderbird for openSUSE:11.3

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package MozillaThunderbird for openSUSE:11.3
checked in at Wed Sep 28 17:25:07 CEST 2011.




--- old-versions/11.3/UPDATES/all/MozillaThunderbird/MozillaThunderbird.changes 
2011-09-07 16:57:02.0 +0200
+++ 11.3/MozillaThunderbird/MozillaThunderbird.changes  2011-09-28 
07:11:28.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 21 09:48:02 UTC 2011 - w...@rosenauer.org
+
+- security update to 3.1.15 (bnc#720264)
+
+---

calling whatdependson for 11.3-i586


Old:

  l10n-3.1.14.tar.bz2
  thunderbird-3.1.14-source.tar.bz2

New:

  l10n-3.1.15.tar.bz2
  thunderbird-3.1.15-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.QCedme/_old  2011-09-28 17:23:22.0 +0200
+++ /var/tmp/diff_new_pack.QCedme/_new  2011-09-28 17:23:22.0 +0200
@@ -26,10 +26,10 @@
 BuildRequires:  nss-shared-helper-devel
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-%define mainversion 3.1.14
+%define mainversion 3.1.15
 Version:%{mainversion}
 Release:0.
-%define releasedate 2011090700
+%define releasedate 2011092000
 Provides:   thunderbird = %{version}
 Summary:The Stand-Alone Mozilla Mail Component
 Url:http://www.mozilla.org/products/thunderbird/

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.QCedme/_old  2011-09-28 17:23:22.0 +0200
+++ /var/tmp/diff_new_pack.QCedme/_new  2011-09-28 17:23:22.0 +0200
@@ -2,8 +2,8 @@
 
 
 BRANCH="releases/comm-1.9.2" # comm-central
-RELEASE_TAG="THUNDERBIRD_3_1_14_RELEASE"
-VERSION="3.1.14"
+RELEASE_TAG="THUNDERBIRD_3_1_15_RELEASE"
+VERSION="3.1.15"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-3.1.14.tar.bz2 -> l10n-3.1.15.tar.bz2 ++
old-versions/11.3/UPDATES/all/MozillaThunderbird/l10n-3.1.14.tar.bz2 
11.3/MozillaThunderbird/l10n-3.1.15.tar.bz2 differ: char 11, line 1

++ thunderbird-3.1.14-source.tar.bz2 -> thunderbird-3.1.15-source.tar.bz2 
++
old-versions/11.3/UPDATES/all/MozillaThunderbird/thunderbird-3.1.14-source.tar.bz2
 11.3/MozillaThunderbird/thunderbird-3.1.15-source.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

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



commit lightdm for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory
checked in at Wed Sep 28 17:24:03 CEST 2011.




--- lightdm/lightdm.changes 2011-09-26 16:08:20.0 +0200
+++ /mounts/work_src_done/STABLE/lightdm/lightdm.changes2011-09-28 
14:12:26.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep 28 09:22:46 UTC 2011 - g...@opensuse.org
+
+- update to version 1.0.0
+  - explicitly grab keyboard focus in GTK greeter
+  - fix removed power and a11y menu items in GTK greeter
+  - put system binary directory into path when running in test mode
+  - call pam_getenvlist after pam_setcred
+
+---

calling whatdependson for head-i586


Old:

  lightdm-0.9.8.tar.gz

New:

  lightdm-1.0.0.tar.gz



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.Y6oDMN/_old  2011-09-28 17:23:54.0 +0200
+++ /var/tmp/diff_new_pack.Y6oDMN/_new  2011-09-28 17:23:54.0 +0200
@@ -23,7 +23,7 @@
 %define qt_lib  lib%{qt_libname}-0
 
 Name:   lightdm
-Version:0.9.8
+Version:1.0.0
 Release:1
 Summary:Lightweight, Cross-desktop Display Manager
 Group:  System/X11/Displaymanagers
@@ -81,6 +81,7 @@
 %lang_package
 %package -n %{gobject_lib}
 
+
 Summary:LightDM GObject-based Client Library
 Group:  System/Libraries
 
@@ -89,6 +90,7 @@
 
 %package gobject-devel
 
+
 Summary:Development Files for %{gobject_lib}
 Group:  Development/Libraries/C and C++
 Requires:   %{gobject_lib} = %{version}
@@ -99,6 +101,7 @@
 
 %package -n %{qt_lib}
 
+
 Summary:LightDM Qt-based Client Library
 Group:  System/Libraries
 
@@ -107,6 +110,7 @@
 
 %package qt-devel
 
+
 Summary:Development Files for %{qt_lib}
 Group:  Development/Libraries/C and C++
 Requires:   %{qt_lib} = %{version}
@@ -117,6 +121,7 @@
 
 %package gtk-greeter
 
+
 Summary:GTK-based Greeter for LightDM
 Group:  System/X11/Displaymanagers
 Requires(post): update-alternatives
@@ -132,6 +137,7 @@
 
 %package gtk-greeter-branding-upstream
 
+
 Summary:Upstream branding of %{name}-gtk-greeter
 Group:  System/X11/Displaymanagers
 Requires:   %{name}-gtk-greeter = %{version}
@@ -147,6 +153,7 @@
 
 %package qt-greeter
 
+
 Summary:Qt-based Greeter for LightDM
 Group:  System/X11/Displaymanagers
 Requires(post): update-alternatives

++ lightdm-0.9.8.tar.gz -> lightdm-1.0.0.tar.gz ++
 5055 lines of diff (skipped)

++ lightdm-default-configuration.patch ++
--- /var/tmp/diff_new_pack.Y6oDMN/_old  2011-09-28 17:23:54.0 +0200
+++ /var/tmp/diff_new_pack.Y6oDMN/_new  2011-09-28 17:23:54.0 +0200
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent 151070165a310baed73af12324d27804fa2c556a
+# Parent 1d749f63a68ca561bb71e7c28b9eea1aabd2373f
 openSUSE-specific default configuration
 
 diff --git a/data/lightdm.conf b/data/lightdm.conf

++ lightdm-desktop-session-env-pam.patch ++
--- /var/tmp/diff_new_pack.Y6oDMN/_old  2011-09-28 17:23:54.0 +0200
+++ /var/tmp/diff_new_pack.Y6oDMN/_new  2011-09-28 17:23:54.0 +0200
@@ -1,11 +1,11 @@
 # HG changeset patch
-# Parent 4ec4b8145067aadcb107ee3f68acb314e76f2f00
+# Parent 06e6212c9009762d88c7088acafc977dc31f71e3
 pass a DESKTOP_SESSION environment variable with the name of the selected 
session into the PAM environment
 
 diff --git a/src/display.c b/src/display.c
 --- a/src/display.c
 +++ b/src/display.c
-@@ -451,6 +451,8 @@ create_session (Display *display, PAMSes
+@@ -450,6 +450,8 @@ create_session (Display *display, PAMSes
  session_set_is_greeter (session, is_greeter);
  session_set_authentication (session, authentication);
  session_set_command (session, command);
@@ -17,7 +17,7 @@
 diff --git a/src/pam-session.c b/src/pam-session.c
 --- a/src/pam-session.c
 +++ b/src/pam-session.c
-@@ -134,7 +134,7 @@ pam_session_set_item (PAMSession *sessio
+@@ -133,7 +133,7 @@ pam_session_set_item (PAMSession *sessio
  }
  
  gboolean
@@ -26,7 +26,7 @@
  {
  int result = PAM_SUCCESS;
  
-@@ -144,6 +144,14 @@ pam_session_open (PAMSession *session)
+@@ -143,6 +143,14 @@ pam_session_open (PAMSession *session)
  
  if (!passwd_file && getuid () == 0)
  {
@@ -44,7 +44,7 @@
 diff --git a/src/pam-session.h b/src/pam-session.h
 --- a/src/pam-session.h
 +++ b/src/pam-session.h
-@@ -54,7 +54,7 @@ gboolean pam_session_get_is_authenticate
+@@ -53,7 +53,7 @@ gboolean pam_session_get_is_authenticate
  
  gboolean pam_session_set_item (PAMSession *session, int item_type, const 
gchar *value);
  
@@ -56,7 +56,7 @@
 diff --git a/src/session.c b/src/session.c
 --- a/src/session.c
 +++ b/src/session.c
-@@ -26,6 +26,9 @@ struct SessionPrivate
+@@ -29,6 +29,9 @@ struct SessionPrivate
  /* Authentication for t

commit seamonkey for openSUSE:11.3

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:11.3
checked in at Wed Sep 28 17:16:11 CEST 2011.




--- old-versions/11.3/UPDATES/all/seamonkey/seamonkey.changes   2011-09-08 
02:11:26.0 +0200
+++ 11.3/seamonkey/seamonkey.changes2011-09-26 14:58:38.0 +0200
@@ -1,0 +2,15 @@
+Mon Sep 26 12:42:54 UTC 2011 - w...@rosenauer.org
+
+- update to 2.4 (bnc#720264)
+- removed obsolete mozilla-cairo-lcd.patch
+- rebased patches
+- removed XLIB_SKIP_ARGB_VISUALS=1 from environment in
+  mozilla.sh.in (bnc#680758)
+
+---
+Wed Sep 14 07:07:13 UTC 2011 - w...@rosenauer.org
+
+- add dbus-1-glib-devel to BuildRequires (not pulled in
+  automatically with 12.1)
+
+---

calling whatdependson for 11.3-i586


Old:

  l10n-2.3.3.tar.bz2
  mozilla-cairo-lcd.patch
  seamonkey-2.3.3-source.tar.bz2

New:

  l10n-2.4.tar.bz2
  seamonkey-2.4-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.d6hq4q/_old  2011-09-28 17:13:44.0 +0200
+++ /var/tmp/diff_new_pack.d6hq4q/_new  2011-09-28 17:13:44.0 +0200
@@ -20,12 +20,12 @@
 
 
 Name:   seamonkey
-BuildRequires:  Mesa-devel autoconf213 fdupes gcc-c++ hunspell-devel 
libgnomeui-devel libidl-devel libiw-devel libnotify-devel libproxy-devel 
nss-shared-helper-devel python startup-notification-devel unzip 
update-desktop-files yasm zip
+BuildRequires:  Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ 
hunspell-devel libgnomeui-devel libidl-devel libiw-devel libnotify-devel 
libproxy-devel nss-shared-helper-devel python startup-notification-devel unzip 
update-desktop-files yasm zip
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   web_browser
-Version:2.3.3
-Release:0.
-%define releasedate 2011090700
+Version:2.4
+Release:1.
+%define releasedate 2011092200
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
 Group:  Productivity/Networking/Web/Browsers
@@ -43,7 +43,6 @@
 Patch1: mozilla-nongnome-proxies.patch
 Patch2: mozilla-prefer_plugin_pref.patch
 Patch3: mozilla-shared-nss-db.patch
-Patch4: mozilla-cairo-lcd.patch
 Patch5: mozilla-language.patch
 Patch7: mozilla-cairo-return.patch
 Patch8: mozilla-ntlm-full-path.patch
@@ -146,7 +145,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 %patch5 -p1
 %patch7 -p1
 %patch8 -p1
@@ -324,6 +322,7 @@
 %dir %{progdir}/distribution/extensions/
 #%exclude %{progdir}/distribution/extensions/debu...@mozilla.org.xpi
 %{progdir}/chrome/icons
+%{progdir}/hyphenation/
 %{progdir}/extensions/mod...@themes.mozilla.org.xpi
 %{progdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
 #%{progdir}/greprefs/

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.d6hq4q/_old  2011-09-28 17:13:45.0 +0200
+++ /var/tmp/diff_new_pack.d6hq4q/_new  2011-09-28 17:13:45.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/comm-release"
-RELEASE_TAG="SEAMONKEY_2_3_3_RELEASE"
-VERSION="2.3.3"
+RELEASE_TAG="SEAMONKEY_2_4_RELEASE"
+VERSION="2.4"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.3.3.tar.bz2 -> l10n-2.4.tar.bz2 ++
old-versions/11.3/UPDATES/all/seamonkey/l10n-2.3.3.tar.bz2 
11.3/seamonkey/l10n-2.4.tar.bz2 differ: char 11, line 1

++ mozilla-cairo-return.patch ++
--- /var/tmp/diff_new_pack.d6hq4q/_old  2011-09-28 17:13:45.0 +0200
+++ /var/tmp/diff_new_pack.d6hq4q/_new  2011-09-28 17:13:45.0 +0200
@@ -1,6 +1,6 @@
 # HG changeset patch
 # User Wolfgang Rosenauer 
-# Parent e36e1a20cb5e1ba0e4bc3facac58029544d92e0a
+# Parent 43cb27a012f2532add0e9791c1b5a7d0c3b03f9b
 Bug 631155 - undefined return value in function '_cairo_surface_wrapper_flush'
 
 diff --git a/gfx/cairo/cairo/src/cairo-surface-wrapper.c 
b/gfx/cairo/cairo/src/cairo-surface-wrapper.c

++ mozilla-language.patch ++
--- /var/tmp/diff_new_pack.d6hq4q/_old  2011-09-28 17:13:45.0 +0200
+++ /var/tmp/diff_new_pack.d6hq4q/_new  2011-09-28 17:13:45.0 +0200
@@ -1,48 +1,48 @@
 # HG changeset patch
 # User Wolfgang Rosenauer 
-# Parent db620d83124746201970dcf50c661957df979eca
+# Parent 0d6917b8f28f6e0398dbf329dda4932ba4f997c2
 Bug 583793 - Firefox interface language set to LANG, ignores LANGUAGE
 
 diff --git a/intl/locale/src/nsLocaleService.cpp 
b/intl/locale/src/nsLocaleService.cpp
 --- a/intl/locale/src/nsLocaleService.cpp
 +++ b/intl/locale/src/nsLocaleService.cpp
-@@ -181,16 +181,17 @@ nsLocaleService::nsLocaleService(void)
- }
- 
+@@ -160,16 +160,17 @@ nsLocaleService::nsLocaleService(void)
+ nsRe

commit MozillaFirefox for openSUSE:11.3

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.3
checked in at Wed Sep 28 17:12:24 CEST 2011.




--- old-versions/11.3/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-09-07 16:56:37.0 +0200
+++ 11.3/MozillaFirefox/MozillaFirefox.changes  2011-09-28 07:09:49.0 
+0200
@@ -1,0 +2,5 @@
+Wed Sep 21 10:20:43 UTC 2011 - w...@rosenauer.org
+
+- security update to 3.6.23 (bnc#720264)
+
+---

calling whatdependson for 11.3-i586


Old:

  firefox-3.6.22-source.tar.bz2
  l10n-3.6.22.tar.bz2

New:

  firefox-3.6.23-source.tar.bz2
  l10n-3.6.23.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.mdh7WU/_old  2011-09-28 17:11:24.0 +0200
+++ /var/tmp/diff_new_pack.mdh7WU/_new  2011-09-28 17:11:24.0 +0200
@@ -24,7 +24,7 @@
 Name:   MozillaFirefox
 %define xulrunner mozilla-xulrunner192
 BuildRequires:  autoconf213 gcc-c++ libcurl-devel libgnomeui-devel 
libidl-devel libnotify-devel python unzip update-desktop-files zip
-BuildRequires:  %{xulrunner}-devel = 1.9.2.22
+BuildRequires:  %{xulrunner}-devel = 1.9.2.23
 %if %suse_version > 1020
 BuildRequires:  fdupes
 %endif
@@ -34,13 +34,13 @@
 BuildRequires:  wireless-tools
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:%mainver.22
+Version:%mainver.23
 Release:0.
 Provides:   web_browser
 Provides:   firefox = %{mainver}
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{version}
-%define releasedate 2011090700
+%define releasedate 2011092000
 Summary:Mozilla Firefox Web Browser
 Url:http://www.mozilla.org/
 Group:  Productivity/Networking/Web/Browsers

++ firefox-3.6.22-source.tar.bz2 -> firefox-3.6.23-source.tar.bz2 ++
old-versions/11.3/UPDATES/all/MozillaFirefox/firefox-3.6.22-source.tar.bz2 
11.3/MozillaFirefox/firefox-3.6.23-source.tar.bz2 differ: char 11, line 1


++ l10n-3.6.22.tar.bz2 -> l10n-3.6.23.tar.bz2 ++
old-versions/11.3/UPDATES/all/MozillaFirefox/l10n-3.6.22.tar.bz2 
11.3/MozillaFirefox/l10n-3.6.23.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit mozilla-xulrunner192 for openSUSE:11.3

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.3
checked in at Wed Sep 28 17:10:16 CEST 2011.




--- 
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-09-07 16:55:36.0 +0200
+++ 11.3/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-09-27 
08:50:10.0 +0200
@@ -1,0 +2,12 @@
+Wed Sep 21 10:17:09 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.2.23 (bnc#720264)
+- bring KDE's dialog.xml in sync with original widget
+
+---
+Wed Sep 14 07:08:55 UTC 2011 - w...@rosenauer.org
+
+- add dbus-1-glib-devel to BuildRequires (not pulled in
+  automatically with 12.1)
+
+---

calling whatdependson for 11.3-i586


Old:

  l10n-1.9.2.22.tar.bz2
  xulrunner-source-1.9.2.22.tar.bz2

New:

  l10n-1.9.2.23.tar.bz2
  xulrunner-source-1.9.2.23.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.X8TZuR/_old  2011-09-28 17:09:32.0 +0200
+++ /var/tmp/diff_new_pack.X8TZuR/_new  2011-09-28 17:09:32.0 +0200
@@ -20,7 +20,7 @@
 
 
 Name:   mozilla-xulrunner192
-BuildRequires:  autoconf213 gcc-c++ libcurl-devel libgnomeui-devel 
libidl-devel libnotify-devel pkg-config python startup-notification-devel zip
+BuildRequires:  autoconf213 dbus-1-glib-devel gcc-c++ libcurl-devel 
libgnomeui-devel libidl-devel libnotify-devel pkg-config python 
startup-notification-devel zip
 # needed for brp-check-bytecode-version (jar, fastjar would do as well)
 BuildRequires:  unzip
 %if %suse_version > 1020
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:1.9.2.22
-Release:0.
-%define releasedate 2011090700
-%define version_internal 1.9.2.22
+Version:1.9.2.23
+Release:1.
+%define releasedate 2011092000
+%define version_internal 1.9.2.23
 %define apiversion 1.9.2
-%define uaweight 192220
+%define uaweight 192230
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.X8TZuR/_old  2011-09-28 17:09:32.0 +0200
+++ /var/tmp/diff_new_pack.X8TZuR/_new  2011-09-28 17:09:32.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_22_RELEASE"
-VERSION="1.9.2.22"
+RELEASE_TAG="FIREFOX_3_6_23_RELEASE"
+VERSION="1.9.2.23"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ l10n-1.9.2.22.tar.bz2 -> l10n-1.9.2.23.tar.bz2 ++
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/l10n-1.9.2.22.tar.bz2 
11.3/mozilla-xulrunner192/l10n-1.9.2.23.tar.bz2 differ: char 11, line 1

++ mozilla-kde.patch ++
--- /var/tmp/diff_new_pack.X8TZuR/_old  2011-09-28 17:09:32.0 +0200
+++ /var/tmp/diff_new_pack.X8TZuR/_new  2011-09-28 17:09:32.0 +0200
@@ -634,7 +634,7 @@
 new file mode 100644
 --- /dev/null
 +++ b/toolkit/content/widgets/dialog-kde.xml
-@@ -0,0 +1,445 @@
+@@ -0,0 +1,447 @@
 +
 +
 +
  #include 
  #endif
-@@ -1627,36 +1628,46 @@ nsLocalFile::Launch()
+@@ -1666,36 +1667,46 @@ nsLocalFile::Launch()
  
  return NS_OK;
  }
@@ -4035,7 +4037,7 @@
  NS_IMETHODIMP
  nsLocalFile::Launch()
  {
-@@ -1674,16 +1685,23 @@ nsLocalFile::Launch()
+@@ -1713,16 +1724,23 @@ nsLocalFile::Launch()
  
  if (nsnull == connection)
return NS_ERROR_FAILURE;

++ xulrunner-source-1.9.2.22.tar.bz2 -> xulrunner-source-1.9.2.23.tar.bz2 
++
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/xulrunner-source-1.9.2.22.tar.bz2
 11.3/mozilla-xulrunner192/xulrunner-source-1.9.2.23.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

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



commit kdebase4-openSUSE for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package kdebase4-openSUSE for 
openSUSE:Factory
checked in at Wed Sep 28 16:52:54 CEST 2011.




--- kdebase4-openSUSE/kdebase4-openSUSE.changes 2011-09-22 13:50:25.0 
+0200
+++ /mounts/work_src_done/STABLE/kdebase4-openSUSE/kdebase4-openSUSE.changes
2011-09-28 15:04:36.0 +0200
@@ -1,0 +2,10 @@
+Wed Sep 28 13:04:13 UTC 2011 - co...@suse.com
+
+- move kdm theme to branding-openSUSE too
+
+---
+Tue Sep 27 20:21:26 UTC 2011 - co...@suse.com
+
+- move ksplashx and wallpapers out of here into branding-openSUSE
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdebase4-openSUSE.spec ++
--- /var/tmp/diff_new_pack.POJRPd/_old  2011-09-28 16:52:34.0 +0200
+++ /var/tmp/diff_new_pack.POJRPd/_new  2011-09-28 16:52:34.0 +0200
@@ -30,7 +30,7 @@
 
 Name:   kdebase4-openSUSE
 Version:%{_version}
-Release:44
+Release:48
 License:GPLv2+
 Summary:openSUSE KDE Extension
 # git clone git://git.opensuse.org/projects/desktop/kdebase4-openSUSE.git
@@ -43,6 +43,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  oxygen-icon-theme
 BuildRequires:  rpm-devel
+BuildRequires:  wallpaper-branding-openSUSE
 PreReq: %fillup_prereq
 Requires:   kdebase4-workspace
 Requires:   plasmoid-folderview
@@ -76,6 +77,8 @@
 Group:  System/GUI/KDE
 PreReq: %fillup_prereq
 Requires:   kdebase4-workspace
+Requires:   ksplashx-branding-openSUSE = %{version}
+Requires:   wallpaper-branding-openSUSE = %{version}
 Requires:   plasma-theme-aya = %{_kde_platform_version}
 Supplements:packageand(kdebase4-workspace:branding-openSUSE)
 Provides:   kdebase4-workspace-branding = %{version}
@@ -112,20 +115,6 @@
 %description -n kio_sysinfo-branding-openSUSE
 This package contains a KDE KIO-Slave showing system information.
 
-%package -n kdm-branding-openSUSE
-License:GPLv2+
-Summary:KDE login and display manager
-Group:  System/GUI/KDE
-PreReq: %fillup_prereq
-Supplements:packageand(kdm:branding-openSUSE)
-Provides:   kdm-branding = %{version}
-Provides:   kde4-kdm-branding-openSUSE = %{version}
-Obsoletes:  kde4-kdm-branding-openSUSE < %{version}
-Conflicts:  otherproviders(kdm-branding)
-
-%description -n kdm-branding-openSUSE
-This package contains kdm, the login and session manager for KDE.
-
 %lang_package
 %prep
 %setup -q -n %{name}
@@ -146,11 +135,6 @@
   cp -a branding/root/* %{buildroot}
   gzip 
%{buildroot}%{_kde4_appsdir}/desktoptheme/openSUSEdefault/widgets/branding.svg
   mv 
%{buildroot}%{_kde4_appsdir}/desktoptheme/openSUSEdefault/widgets/branding.svg.gz
 %{buildroot}%{_kde4_appsdir}/desktoptheme/openSUSEdefault/widgets/branding.svgz
-  cp 
%{buildroot}%{_datadir}/wallpapers/openSUSEdefault/contents/images/1920x1200.jpg
 %{buildroot}%{_kde4_appsdir}/kdm/themes/SUSE/background-1920x1200.jpg
-  cp 
%{buildroot}%{_datadir}/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg
 %{buildroot}%{_kde4_appsdir}/kdm/themes/SUSE/background-1600x1200.jpg
-  mkdir -p %{buildroot}%{_kde4_appsdir}/ksplash/Themes/ksplashx-suse/1920x1200
-  ln -s %{_datadir}/wallpapers/openSUSEdefault/contents/images/1920x1200.jpg 
%{buildroot}%{_kde4_appsdir}/ksplash/Themes/ksplashx-suse/1920x1200/background.jpg
-  ln -s %{_datadir}/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg 
%{buildroot}%{_kde4_appsdir}/ksplash/Themes/ksplashx-suse/1600x1200/background.jpg
   chmod og-w -R %{buildroot}
   %suse_update_desktop_file -u SUSEgreeter System Documentation
   %fdupes -s %{buildroot}%{_kde4_configdir}/SuSE/default/
@@ -159,9 +143,6 @@
 %post -n kdebase4-workspace-branding-openSUSE
 %{fillup_only -n windowmanager -s kde4}
 
-%post -n kdm-branding-openSUSE
-%{fillup_only -n displaymanager -s kdm}
-
 %post -n kio_sysinfo
 %{_kde4_bindir}/update-mime-database %{_datadir}/mime &> /dev/null || :
 
@@ -199,10 +180,8 @@
 %doc branding/COPYING
 %{_datadir}/autostart/
 %{_datadir}/opensuse-kiwi
-%{_datadir}/wallpapers/
 %{_kde4_applicationsdir}/SUSEgreeter.desktop
 %{_kde4_appsdir}/konsole/
-%{_kde4_appsdir}/ksplash/
 %{_kde4_appsdir}/kwin/
 %{_kde4_appsdir}/plasma/updates/
 %{_kde4_appsdir}/SUSEgreeter
@@ -248,10 +227,4 @@
 %doc branding/COPYING
 %{_kde4_appsdir}/sysinfo/
 
-%files -n kdm-branding-openSUSE
-%defattr(-,root,root)
-%doc branding/COPYING
-%{_kde4_appsdir}/kdm
-%{_localstatedir}/adm/fillup-templates/sysconfig.displaymanager-kdm
-
 %changelog

++ kdebase4-openSUSE-12.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebase4-openSUSE/CMakeLists.txt 
new/kdebase4-openSUSE/CMakeLists.txt
--- old/kdebase4-openSU

commit gnome-desktop-sharp2 for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package gnome-desktop-sharp2 for 
openSUSE:Factory
checked in at Wed Sep 28 15:03:13 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-desktop-sharp2/gnome-desktop-sharp2.changes  
2011-09-28 14:12:11.0 +0200
@@ -0,0 +1,70 @@
+---
+Wed Sep 28 12:11:57 UTC 2011 - co...@suse.com
+
+- make it build for factory in ignoring dropped stuff
+
+---
+Wed Sep  8 02:52:46 CEST 2010 - vu...@opensuse.org
+
+- Use pkgconfig() style BuildRequires on 11.3 and later:
+  + old-style: gnome-desktop-devel, gtkhtml2-devel,
+gtksourceview-devel, libgnomeprintui-devel, librsvg-devel,
+libwnck-devel, vte-devel.
+  + new-style: gnome-desktop-2.0, gtksourceview-2.0,
+libgnomeprint-2.2, libgnomeprintui-2.2, libgtkhtml-3.14,
+libpanelapplet-2.0, librsvg-2.0, libwnck-1.0, vte.
+- This will make it easier to switch to GNOME 3 libraries in
+  openSUSE, since they can cause changes in package names.
+
+---
+Mon Apr 12 07:14:19 UTC 2010 - a...@suse.de
+
+- Fix libgnome-desktop version number for 11.3.
+
+---
+Fri Apr  9 08:03:13 UTC 2010 - a...@suse.de
+
+- Disable nautilusburn for openSUSE 11.3
+
+---
+Mon Aug 31 19:49:20 UTC 2009 - ajorgen...@novell.com
+
+- Update to 2.26.0
+  * Fix so version of native library dependency
+
+---
+Tue Aug 11 16:51:54 UTC 2009 - ajorgen...@novell.com
+
+- ppc64 is native now (don't use biarchcompat)
+
+---
+Thu Feb 12 00:58:16 CET 2009 - r...@suse.de
+
+- add libgnomeprintui-devel to buildrequires to fix build 
+
+---
+Wed Sep 10 09:38:07 MDT 2008 - ajorgen...@novell.com
+
+- Re-add 2.20.1 tarball as I need it to build on 11.0
+
+---
+Wed Sep  8 11:18:07 MDT 2008 - ajorgen...@novell.com
+
+- Update to 2.24.0
+  * Update to GNOME 2.24 API
+  * Add gnome-print-sharp.dll and gnome-panel-sharp.dll assemblies
+along with .pcs to detect their availability
+
+---
+Wed Apr 09 09:25:27 MST 2008 - wberr...@novell.com
+
+- Remove gnome-desktop-sharp2-complete package
+- Rename gnomedesktop2-sharp to gnome-desktop-sharp2 so we have a
+  sub-package named the same as the .spec file
+- Don't call autoreconf since we don't have any patches
+
+---
+Fri Jan 11 22:25:27 CST 2008 - mkest...@novell.com
+
+- Initial package of gnome-desktop-sharp2
+

calling whatdependson for head-i586


New:

  gnome-desktop-sharp-2.20.1.tar.bz2
  gnome-desktop-sharp-2.24.0.tar.bz2
  gnome-desktop-sharp-2.26.0.tar.bz2
  gnome-desktop-sharp2.changes
  gnome-desktop-sharp2.spec
  gnome-desktop-version-11.3.patch



Other differences:
--
++ gnome-desktop-sharp2.spec ++
#
# spec file for package gnome-desktop-sharp2
#
# 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:   gnome-desktop-sharp2
%define _name gnome-desktop-sharp
Url:http://mono-project.com
License:LGPLv2.1
Group:  System/GUI/GNOME
Summary:Mono bindings for libgnome-desktop
BuildRequires:  gnome-sharp2 gtk-sharp2-gapi
%define _version 2.20.1
#  suse  
%if 0%{?suse_version}
%define gnome_version 220
%if %{suse_version} >= 1110
%define gnome_version 224
%endif
%if %{suse_version} >= 1120
%define gnome_version 226
%endif
%if %{suse_version} >= 1130
%define gnome_version 230
%endif
%if %{suse_version} >= 1130
# On 11.3 and later, we use pkgconfig()-style BuildRequires, since the package 
names might get changed for GNOME 3
BuildRequires:  pkgconfig(gnome-desktop-2.0)
BuildRequires:  pkgconfig(gtksourceview-2.0)
BuildRequires:  pkgconfig(libgnome

drop python-werkzeug from openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

FYI: Package python-werkzeug was dropped from openSUSE:Factory at Wed Sep 28 
14:46:41 CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=python-werkzeug

Remember to have fun...

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



drop padevchooser from openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

FYI: Package padevchooser was dropped from openSUSE:Factory at Wed Sep 28 
14:46:16 CEST 2011.

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

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

Remember to have fun...

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



commit shared-color-profiles for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package shared-color-profiles for 
openSUSE:Factory
checked in at Wed Sep 28 14:45:47 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/shared-color-profiles/shared-color-profiles.changes
2011-07-01 14:14:45.0 +0200
@@ -0,0 +1,46 @@
+---
+Fri Jul  1 14:10:38 CEST 2011 - vu...@opensuse.org
+
+- Add shared-color-profiles-extra and AdobeICCProfiles Suggests to
+  main package, to help people find additional profiles.
+
+---
+Tue May  3 10:02:22 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.1.4:
+  + Ensure all profiles have an embedded profile ID
+- Changes from version 0.1.3:
+  + Rename the Oyranos profiles to Oysonar to fix reported license
+violation
+
+---
+Sat Oct  2 00:26:26 CEST 2010 - vu...@opensuse.org
+
+- Update to version 0.1.2:
+  + Add several other RGB colorspaces generated using Argyll and
+LCMS2 using data from the SCARSE project
+  + Add the Yamma abstract profiles
+  + Add two further gray profiles from the Oyranos project
+
+---
+Wed Apr  7 13:37:37 CEST 2010 - vu...@opensuse.org
+
+- Update to version 0.1.1:
+  + Add the Public Domain Fogra27L CMYK Coated Press ICC profile
+  + Add some profiles from Oyranos with a zlib licence
+- Create an extra subpackage for the Oyranos data, since it's
+  really big.
+
+---
+Wed Feb 10 15:48:33 CET 2010 - vu...@opensuse.org
+
+- Clean up spec file.
+- Make package noarch.
+- Put the LICENSE and README files from Argyll with other similar
+  files.
+
+---
+Thu Jan 21 01:31:58 UTC 2010 - lmedi...@opensuse.org
+
+- Initial package
+

calling whatdependson for head-i586


New:

  shared-color-profiles-0.1.4.tar.bz2
  shared-color-profiles.changes
  shared-color-profiles.spec



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

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

# norootforbuild


Name:   shared-color-profiles
Version:0.1.4
Release:1
License:GPLv2+
Group:  System/GUI/Other
Summary:Color profiles for color management
Url:http://github.com/hughsie/shared-color-profile
Source: %{name}-%{version}.tar.bz2
Suggests:   %{name}-extra
Suggests:   AdobeICCProfiles
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch


%description
The shared-color-profiles package contains various profiles which are
useful for programs that are color management aware.

%package extra
Summary:Additional color profiles for color management
License:Zlib
Requires:   %{name} = %{version}


%description extra
This package contains additional color profiles for color management.
Those profiles are less commonly used and are usually not required. They
may be useful for CMYK soft-proofing or for extra device support.

%prep
%setup -q


%build
%configure


%install
%makeinstall
# Install the Argyll LICENSE and README with other similar files
rm %{buildroot}%{_datadir}/shared-color-profiles/Argyll/{LICENSE,README}
cp profiles/Argyll/LICENSE LICENSE.Argyll
cp profiles/Argyll/README README.Argyll
# Install the Oysonar LICENSE and README with other similar files
rm %{buildroot}%{_datadir}/shared-color-profiles/Oysonar/{LICENSE,README}
cp profiles/Oysonar/LICENSE LICENSE.Oysonar
cp profiles/Oysonar/README README.Oysonar
# Install the Yamma LICENSE and README with other similar files
rm %{buildroot}%{_datadir}/shared-color-profiles/Yamma/{LICENSE,README}
cp profiles/Yamma/LICENSE LICENSE.Yamma
cp profiles/Yamma/README README.Yamma


%clean
rm -rf %{buildroot}


%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS
%dir %{_datadir}/color
%dir %{_datadir}/color/icc/
%{_datadir}/color/icc/*.ic?

commit python-Werkzeug for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package python-Werkzeug for openSUSE:Factory
checked in at Wed Sep 28 14:45:00 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-Werkzeug/python-Werkzeug.changes
2011-09-27 11:36:51.0 +0200
@@ -0,0 +1,68 @@
+---
+Tue Sep 27 09:31:46 UTC 2011 - sasc...@suse.de
+
+- Package renamed to python-Werkzeug
+- Update to version 0.7.1:
+  * Fixed a problem with newer versions of IPython
+  * Disabled pyinotify based reloader which does not work reliably.
+- Changes from version 0.7.0:
+  * Add support for python-libmemcached to the Werkzeug cache abstraction
+layer.
+  * improved url_decode and url_encode performance.
+  * fixed an issue where the SharedDataMiddleware could cause an
+internal server error on weird paths when loading via pkg_resources.
+  * fixed an URL generation bug that caused URLs to be invalid if a
+generated component contains a colon.
+  * werkzeug.import_string now works with partially set up
+packages properly.
+  * disabled automatic socket swiching for IPv6 on the development
+server due to problems it caused.
+  * Werkzeug no longer overrides the Date header when creating a
+conditional HTTP response.
+  * The routing system provides a method to retrieve the matching
+methods for a given path.
+  * The routing system now accepts a parameter to change the encoding
+error behaviour.
+  * The local manager can now accept custom ident functions in the
+constructor that are forwarded to the wrapped local objects.
+  * url_unquote_plus now accepts unicode strings again.
+  * fixed an issues with the filesystem session support's prune
+function and concurrent usage.
+  * fixed a problem with external URL generation discarding the port.
+  * added support for pylibmc to the Werkzeug cache abstraction layer.
+  * fixed an issue with the new multipart parser that happened when
+a linkebreak happend to be on the chunk limit.
+  * cookies are now set properly if ports are in use.  A runtime error
+is raised if one tries to set a cookie for a domain without a dot.
+  * fixed an issue with Template.from_file not working for file
+descriptors.
+  * reloader can now use inotify to track reloads.  This requires the
+pyinotify library to be installed.
+  * See more in file CHANGES...
+- Generate HTML documentation with Sphinx
+- Don't package PKG-INFO
+- BuildRequire python-distribute instead of python-setuptools
+
+---
+Thu Apr 14 09:03:37 UTC 2011 - sasc...@suse.de
+
+- Add spec file license header
+- Use py_requires
+- Moved changelog from spec to changes file
+- Corrected RPM groups
+
+---
+Wed Apr 13 00:00:00 UTC 2011 - h...@urpla.net
+
+- Update to 0.6.2
+
+---
+Fri Mar  5 00:00:00 UTC 2010 - phalli...@excelsiorsystems.net
+
+- Updating because upstream release of Werkzeug 0.6
+
+---
+Tue Aug 25 00:00:00 UTC 2009 - phalli...@excelsiorsystems.net
+
+- Initial package
+

calling whatdependson for head-i586


New:

  Werkzeug-0.7.1.tar.gz
  python-Werkzeug.changes
  python-Werkzeug.spec



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

Name:   python-Werkzeug
Version:0.7.1
Release:0
Url:http://werkzeug.pocoo.org/
Summary:The Swiss Army knife of Python web development
License:BSD
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-nose
BuildRequires:  python-Sphinx
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:  noarch
%endif
%endif
Provides:   python-w

commit ccrtp for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package ccrtp for openSUSE:Factory
checked in at Wed Sep 28 14:43:52 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/ccrtp/ccrtp.changes2011-09-27 
10:05:17.0 +0200
@@ -0,0 +1,195 @@
+---
+Tue Sep 27 08:04:52 UTC 2011 - co...@suse.com
+
+- rename it again to fix shared library policy packaging
+
+---
+Mon Aug 29 07:23:23 UTC 2011 - werner.dittm...@t-online.de
+
+- Rename package and this change file only, no further
+  modifications
+
+---
+Sat Aug 20 06:25:08 UTC 2011 - werner.dittm...@t-online.de
+
+- Fix problems in spec file 
+  * fix name of spec file
+  * remove an incorrect placed rm -rf builddir
+  * Fix naming of package to honor naming policies
+
+---
+Mon Aug 15 07:39:46 UTC 2011 - cfarr...@novell.com
+
+- license update: LGPL-2.1+
+  Proper syntax for LGPL 2.1 "or later" is LGPL-2.1+"
+
+---
+Thu Aug 11 18:59:34 UTC 2011 - werner.dittm...@t-online.de
+
+- Version 2.0.1 with small fixes in the build scripts
+
+---
+Sun Jul 31 18:50:20 CEST 2011 - werner.dittm...@t-online.de
+
+- New version of libccrtp that uses the new GNU uCommon library
+  * includes fixes for gcc 4.6 compilation, no patch required
+
+---
+Sat Apr 23 11:20:20 CEST 2011 - dmuel...@suse.de
+
+- fix shlib packaging
+
+---
+Thu Mar 24 14:14:22 UTC 2011 - co...@novell.com
+
+- add patch to fix compilation with gcc 4.6
+
+---
+Sat Jan  8 09:10:00 MEZ 2011 - werner.dittm...@t-online.de
+
+- Update to latest version of GNU ccRTP
+  * small code cleanup to avoid patching
+  * SRTP now supports Skein MAC that may be used
+by ZRTP
+
+---
+Tue Nov  3 19:09:26 UTC 2009 - co...@novell.com
+
+- updated patches to apply with fuzz=0
+
+---
+Tue Sep  9 15:51:11 CEST 2008 - hvo...@suse.de
+
+- Update to version 1.6.2
+  * some gcc-4.3 cleanups
+  * Crypto context fixes and updates
+  * fixed timestamp calculation issues
+  * better constructor to RTCPReceiverInfo and RTCPSenderInfo
+  * fixed bug in tf_usec field computation 
+  * support for sending packets to IPV6 networks 
+
+---
+Sun May 11 23:41:08 CEST 2008 - crrodrig...@suse.de
+
+- fix PreReq
+- Correct dependency chain between libzrtpcpp->ccrtp->commoncpp2
+- remove static libraries
+
+---
+Thu Oct 11 19:28:56 CEST 2007 - kk...@suse.de
+
+- fixes for GCC 4.3
+
+---
+Tue Oct 10 14:09:06 CEST 2006 - kk...@suse.de
+
+- update to 1.5.0 
+  * added missing implementation ofQueueRTCPManager::setMinRTCPInterval
+  * added two new methods to class OutgoingDataQueue: setNextSeqNum
+and getCurrentSeqNum (for RTSP PLAY)
+  * fixed byte ordering bug in report blocks SSRC field
+
+---
+Tue Jul 18 18:31:06 CEST 2006 - kkae...@suse.de
+
+- update to 1.4.1
+  includes all gcc4 and 64bit fixes now.
+
+---
+Wed Jan 25 21:34:52 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Wed Oct 26 17:33:12 CEST 2005 - kkae...@suse.de
+
+- build requires commoncpp2 now.
+
+---
+Tue Oct 25 09:39:38 CEST 2005 - kkae...@suse.de
+
+- update to 1.3.5
+
+---
+Mon Aug  1 08:44:27 CEST 2005 - m...@suse.de
+
+- update to version 1.3.4
+- adjust development Requires:
+
+---
+Wed May 25 16:44:31 CEST 2005 - hvo...@suse.de
+
+- update to version 1.3.1
+
+---
+Thu Apr  7 23:31:49 CEST 2005 - kkae...@suse.de
+
+- update to 1.2.0
+- fix uint32 vs. pointer issue
+- fix template parsing (dependend names, for gcc4)
+
+---
+Tue Aug 10 10:25:22 CEST 2004 - kkae...@suse.de
+
+- adapt to CommonC++ 1.2.4
+
+---
+Sat

commit zeromq for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory
checked in at Wed Sep 28 14:43:27 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/zeromq/zeromq.changes  2011-09-28 
09:04:34.0 +0200
@@ -0,0 +1,75 @@
+---
+Wed Sep 28 07:04:21 UTC 2011 - sasc...@gmx.de
+
+- Fixed license to LGPL-3.0+ (SPDX style)
+
+---
+Wed Aug 24 14:17:26 UTC 2011 - mrueck...@suse.de
+
+- make sure the compiler commandlines are shown (V=1)
+- make it build on sle11 again. we dont have pkg-config provides
+  there
+
+---
+Fri Aug 19 12:28:04 UTC 2011 - sasc...@suse.de
+
+- Use %makeinstall marcro instead of %make_install to fix build
+  on Mandriva and Fedora
+
+---
+Fri Aug 19 12:07:40 UTC 2011 - sasc...@suse.de
+
+- Add libuuid-devel to RedHat BuildRequires to fix build
+
+---
+Fri Aug 19 10:50:02 UTC 2011 - sasc...@suse.de
+
+- Update to version 2.1.7:
+  * Fixed issue 188, assert when closing socket that had unread multipart
+data still on it (affected PULL, SUB, ROUTER, and DEALER sockets).
+  * Fixed issue 191, message atomicity issue with PUB sockets (an old issue).
+  * Fixed issue 199 (affected ROUTER/XREP sockets, an old issue).
+  * Fixed issue 206, assertion failure in zmq.cpp:223, affected all sockets
+(bug was introduced in 2.1.6 as part of message validity checking).
+  * Fixed issue 211, REP socket asserted if sent malformed envelope (old issue
+due to abuse of assertions for error checking).
+  * Fixed issue 212, reconnect failing after resume from sleep on Windows
+(due to not handling WSAENETDOWN).
+  * Properly handle WSAENETUNREACH on Windows (e.g. if client connects
+before server binds).
+  * Fixed memory leak with threads on Windows.
+- Changes from previous releases:
+  * See https://raw.github.com/zeromq/zeromq2-1/master/NEWS
+- Run spec-cleaner, added proper spec license header, shorter file lists
+- Split out documentation package
+
+---
+Wed Dec  1 15:24:02 UTC 2010 - mrueck...@suse.de
+
+- update to version 2.0.10
+  * Upgrade OpenPGM to 2.1.28~dfsg (Martin Lucina)
+  * Added a ZMQ_VERSION macro to zmq.h for compile-time API version
+detection (Martin Sustrik, Gonzalo Diethelm, Martin Lucina)
+  * Fix memory leak under Windows (Taras Shpot)
+  * Makefile.am: Add missing files to distribution, improve
+maintainer-clean (Martin Lucina)
+  * Add support for RHEL6 in the spec file (Sebastian Otaegui)
+  * configure.in: Do not patch libtool rpath handling (Martin Lucina)
+  * Fixing the Red Hat packaging (Martin Sustrik)
+  * zmq_msg_move called on uninitialised message in xrep_t::xrecv
+-- fixed (Max Wolf)
+  * crash when closing an ypipe -- fixed (Dhammika Pathirana)
+  * REQ socket can die when reply is delivered on wrong unerlying
+connection -- fixed (Martin Sustrik)
+  * if TSC jumps backwards (in case of migration to a
+different CPU core) latency peak may occur -- fixed
+(Martin Sustrik)
+  * values of RATE, RECOVERY_IVL and SWAP options are checked for
+negative values (Martin Sustrik)
+- added provides for libzmq-devel
+
+---
+Mon Sep  6 15:31:23 UTC 2010 - mrueck...@suse.de
+
+- initial package
+

calling whatdependson for head-i586


New:

  zeromq-2.1.7.tar.gz
  zeromq.changes
  zeromq.spec



Other differences:
--
++ zeromq.spec ++
#
# spec file for package python-4Suite-XML
#
# 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:   zeromq
Version:2.1.7
Release:0
Url:http://www.zeromq.org/
Summary:Lightweight messaging kernel
License:LGPL-3.0+
Group:  Productivity/Networking/Web/Servers
Source: %{name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%ifarch %ix86 x86_64

commit xulrunner for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory
checked in at Wed Sep 28 14:42:22 CEST 2011.




--- xulrunner/xulrunner.changes 2011-09-14 20:54:01.0 +0200
+++ /mounts/work_src_done/STABLE/xulrunner/xulrunner.changes2011-09-26 
15:40:45.0 +0200
@@ -1,0 +2,12 @@
+Fri Sep 23 11:36:04 UTC 2011 - w...@rosenauer.org
+
+- update to version 7.0 (bnc#720264)
+  - removed obsolete mozilla-cairo-lcd.patch
+  - rebased patches
+
+---
+Tue Sep 20 11:54:28 UTC 2011 - w...@rosenauer.org
+
+- install xpt.py into SDK (mozilla-639554.patch) (bnc#639554)
+
+---

calling whatdependson for head-i586


Old:

  l10n-6.0.2.tar.bz2
  mozilla-cairo-lcd.patch
  xulrunner-6.0.2-source.tar.bz2

New:

  l10n-7.0.tar.bz2
  xulrunner-7.0-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.E5qlT8/_old  2011-09-28 14:42:13.0 +0200
+++ /var/tmp/diff_new_pack.E5qlT8/_new  2011-09-28 14:42:13.0 +0200
@@ -30,12 +30,12 @@
 BuildRequires:  mozilla-nspr-devel >= 4.8.8
 BuildRequires:  mozilla-nss-devel >= 3.12.10
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:6.0.2
+Version:7.0
 Release:1
-%define releasedate 2011091300
-%define version_internal 6.0.2
-%define apiversion 6
-%define uaweight 60
+%define releasedate 2011092200
+%define version_internal 7.0
+%define apiversion 7
+%define uaweight 70
 Summary:Mozilla Runtime Environment
 Url:http://www.mozilla.org/
 Group:  Productivity/Other
@@ -57,7 +57,6 @@
 Patch3: idldir.patch
 Patch4: mozilla-nongnome-proxies.patch
 Patch5: mozilla-prefer_plugin_pref.patch
-Patch8: mozilla-cairo-lcd.patch
 Patch9: mozilla-language.patch
 Patch10:mozilla-cairo-return.patch
 Patch11:mozilla-ntlm-full-path.patch
@@ -129,7 +128,6 @@
 %if %localize
 
 %package translations-common
-
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Common translations for XULRunner
 Group:  System/Localization
@@ -147,7 +145,6 @@
 
 
 %package translations-other
-
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Summary:Extra translations for XULRunner
 Group:  System/Localization
@@ -182,7 +179,6 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch8 -p1
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
@@ -285,6 +281,8 @@
 # preferences (to package in omni.jar)
 cp %{SOURCE4} dist/bin/defaults/pref/all-openSUSE.js
 %makeinstall STRIP=/bin/true
+# xpt.py is not executable
+chmod a+x 
$RPM_BUILD_ROOT%{_libdir}/xulrunner-devel-%{version_internal}/sdk/bin/xpt.py
 # remove some executable permissions
 find $RPM_BUILD_ROOT%{_includedir}/xulrunner-%{version_internal} \
  -type f -perm -111 -exec chmod a-x {} \;
@@ -428,7 +426,6 @@
 %{_libdir}/xulrunner-%{version_internal}/chrome/icons/
 %{_libdir}/xulrunner-%{version_internal}/components/
 %{_libdir}/xulrunner-%{version_internal}/hyphenation/
-%{_libdir}/xulrunner-%{version_internal}/icons/
 %{_libdir}/xulrunner-%{version_internal}/plugins/
 %{_libdir}/xulrunner-%{version_internal}/*.so
 %exclude %{_libdir}/xulrunner-%{version_internal}/libmozjs.so

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.E5qlT8/_old  2011-09-28 14:42:14.0 +0200
+++ /var/tmp/diff_new_pack.E5qlT8/_new  2011-09-28 14:42:14.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/mozilla-release"
-RELEASE_TAG="FIREFOX_6_0_2_RELEASE"
-VERSION="6.0.2"
+RELEASE_TAG="FIREFOX_7_0_RELEASE"
+VERSION="7.0"
 
 # mozilla
 hg clone http://hg.mozilla.org/$BRANCH mozilla

++ l10n-6.0.2.tar.bz2 -> l10n-7.0.tar.bz2 ++
xulrunner/l10n-6.0.2.tar.bz2 
/mounts/work_src_done/STABLE/xulrunner/l10n-7.0.tar.bz2 differ: char 11, line 1

++ mozilla-language.patch ++
--- /var/tmp/diff_new_pack.E5qlT8/_old  2011-09-28 14:42:14.0 +0200
+++ /var/tmp/diff_new_pack.E5qlT8/_new  2011-09-28 14:42:14.0 +0200
@@ -1,48 +1,48 @@
 # HG changeset patch
 # User Wolfgang Rosenauer 
-# Parent db620d83124746201970dcf50c661957df979eca
+# Parent 0d6917b8f28f6e0398dbf329dda4932ba4f997c2
 Bug 583793 - Firefox interface language set to LANG, ignores LANGUAGE
 
 diff --git a/intl/locale/src/nsLocaleService.cpp 
b/intl/locale/src/nsLocaleService.cpp
 --- a/intl/locale/src/nsLocaleService.cpp
 +++ b/intl/locale/src/nsLocaleService.cpp
-@@ -181,16 +181,17 @@ nsLocaleService::nsLocaleService(void)
- }
- 
+@@ -160,16 +160,17 @@ nsLocaleService::nsLocaleService(void)
+ nsRefPtr resultLocale(new nsLocale());
+ NS_ENSURE_TRUE(resultLocale, );
  
  #ifdef MOZ_WIDGET_QT
- const char* lang = QLocale

commit xorg-x11 for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:Factory
checked in at Wed Sep 28 14:42:05 CEST 2011.




--- xorg-x11/xorg-x11.changes   2011-09-22 16:49:31.0 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11/xorg-x11.changes  2011-09-26 
16:01:11.0 +0200
@@ -1,0 +2,14 @@
+Mon Sep 26 13:56:46 UTC 2011 - e...@suse.com
+
+- xdm.tar.bz2:
+  Fixed name of function in dm startup script fallback for slim:
+  slimdm_vars -> slim_vars. 
+
+---
+Mon Sep 26 13:13:48 UTC 2011 - e...@suse.com
+
+- xdm.tar.bz2:
+  Fixed name of function in dm startup script fallback for entrance:
+  entrancedm_vars -> entrance_vars.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usr/lib/X11/displaymanagers/entrance.fallback 
new/usr/lib/X11/displaymanagers/entrance.fallback
--- old/usr/lib/X11/displaymanagers/entrance.fallback   2011-09-20 
15:37:20.0 +0200
+++ new/usr/lib/X11/displaymanagers/entrance.fallback   2011-09-26 
15:10:04.0 +0200
@@ -1,4 +1,4 @@
-entrancedm_vars () {
+entrance_vars () {
 case $1 in
 entrance)
DISPLAYMANAGER=/usr/sbin/entranced
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usr/lib/X11/displaymanagers/slim.fallback 
new/usr/lib/X11/displaymanagers/slim.fallback
--- old/usr/lib/X11/displaymanagers/slim.fallback   2011-09-06 
13:35:42.0 +0200
+++ new/usr/lib/X11/displaymanagers/slim.fallback   2011-09-26 
15:54:54.0 +0200
@@ -1,4 +1,4 @@
-slimdm_start_proc() {
+slim_start_proc() {
 xdm_reload_files
 return $?
 }






Remember to have fun...

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



commit vm-install for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory
checked in at Wed Sep 28 14:41:49 CEST 2011.




--- vm-install/vm-install.changes   2011-09-15 23:38:06.0 +0200
+++ /mounts/work_src_done/STABLE/vm-install/vm-install.changes  2011-09-28 
00:08:41.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 27 16:01:43 MDT 2011 - carn...@novell.com
+
+- Fixes for supporting virt-manager 0.9.0
+  interface.py, gjob.py
+
+---

calling whatdependson for head-i586




Other differences:
--
++ vm-install-0.5.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.5.5/src/vminstall/gtk/gjob.py 
new/vm-install-0.5.5/src/vminstall/gtk/gjob.py
--- old/vm-install-0.5.5/src/vminstall/gtk/gjob.py  2011-05-20 
23:18:24.0 +0200
+++ new/vm-install-0.5.5/src/vminstall/gtk/gjob.py  2011-09-28 
00:04:59.0 +0200
@@ -22,7 +22,7 @@
 __gsignals__ = {
 'install-progress-change': (gobject.SIGNAL_RUN_FIRST, 
gobject.TYPE_NONE, (str, float)),
 'install-progress-close': (gobject.SIGNAL_RUN_FIRST, 
gobject.TYPE_NONE, ()),
-'install-show-console': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, 
(str,)),
+'install-show-vm': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, 
(str,)),
 'install-show-error': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, 
()),
 'install-done': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, ())
 }
@@ -44,7 +44,7 @@
 def _progressChangeCB(job, fraction):
 self.emit('install-progress-change', '', fraction)
 def _consoleCB(job):
-self.emit('install-show-console', job.guest.uuid)
+self.emit('install-show-vm', job.guest.uuid)
 def _finish_worker():
 try:
 try:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.5.5/src/vminstall/gtk/interface.py 
new/vm-install-0.5.5/src/vminstall/gtk/interface.py
--- old/vm-install-0.5.5/src/vminstall/gtk/interface.py 2011-07-27 
17:37:09.0 +0200
+++ new/vm-install-0.5.5/src/vminstall/gtk/interface.py 2011-09-28 
00:04:59.0 +0200
@@ -88,7 +88,7 @@
 

 class VMCreate(gobject.GObject):
 __gsignals__ = {
-'action-show-console': (gobject.SIGNAL_RUN_FIRST,
+'action-show-vm': (gobject.SIGNAL_RUN_FIRST,
 gobject.TYPE_NONE, (str,str)),
 'action-show-terminal': (gobject.SIGNAL_RUN_FIRST,
 gobject.TYPE_NONE, (str,str)),
@@ -450,7 +450,7 @@
 self.options = vminstall.options.Options()
 self.defaults = vminstall.options.Options()
 
-def show(self):
+def show(self, parent=None):
 self.topwin.show()
 
 hand = gtk.gdk.Cursor(gtk.gdk.HAND2)
@@ -1537,7 +1537,7 @@
 signal = 'action-show-terminal'
 if (self.defaults.graphics != 'none' and \
 guest_console.get_vnc_port_from_domid(domid, timeout=10.0) 
!= None):
-signal = 'action-show-console'
+signal = 'action-show-vm'
 log.debug("%s of %s via virt-manager" % (signal, uuid))
 def poke_virt_man():
 if not caps.is_xen():
@@ -1594,7 +1594,7 @@
 gjob = GJob(self.job, self.defaults, errors)
 gjob.connect('install-progress-change', do_progress_change)
 gjob.connect('install-progress-close', do_progress_close)
-gjob.connect('install-show-console', do_show_console)
+gjob.connect('install-show-vm', do_show_console)
 gjob.connect('install-show-error', do_show_error)
 gjob.connect('install-done', do_done)
 gjob.start()






Remember to have fun...

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



commit virt-manager for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory
checked in at Wed Sep 28 14:41:41 CEST 2011.




--- virt-manager/virt-manager.changes   2011-09-21 19:30:16.0 +0200
+++ /mounts/work_src_done/STABLE/virt-manager/virt-manager.changes  
2011-09-27 20:22:07.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 27 12:01:53 MDT 2011 - carn...@novell.com
+
+- Fix broken vminstall patch
+  virtman-vminstall.diff 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ virtman-vminstall.diff ++
--- /var/tmp/diff_new_pack.UK8f5j/_old  2011-09-28 14:41:36.0 +0200
+++ /var/tmp/diff_new_pack.UK8f5j/_new  2011-09-28 14:41:36.0 +0200
@@ -22,33 +22,33 @@
 -self._get_create_dialog().show(src.topwin, uri)
 -except Exception, e:
 -src.err.show_err(_("Error launching manager: %s") % str(e))
-+conn = self._lookup_connection(uri)
++conn = self._lookup_conn(uri)
 +do_remote = conn.is_remote()
 +if self.windowCreate == None or do_remote != self.remote_install:
 +try:
 +if do_remote:
 +from virtManager.create import vmmCreate
 +create = vmmCreate(self)
-+create.connect("action-show-console", 
self._do_show_console)
++create.connect("action-show-vm", self._do_show_vm)
 +create.connect("action-show-help", self._do_show_help)
 +create.connect("vmmcreate-closing", 
self._vmmcreate_closing)
 +self.remote_install = True
 +self.windowCreate = create
-+self.windowCreate.show(uri)
++self.windowCreate.show(src.topwin, uri)
 +else:
 +from vminstall.gtk.interface import VMCreate as vmmCreate
 +create = vmmCreate(virtman=True,key=0)
-+create.connect("action-show-console", 
self._do_show_console)
++create.connect("action-show-vm", self._do_show_vm)
 +create.connect("vmmcreate-closing", 
self._vmmcreate_closing)
 +self.remote_install = False
 +self.windowCreate = create
-+self.windowCreate.show()
++self.windowCreate.show(src.topwin)
 +except Exception, e:
 +src.err.show_err(_("Error launching manager: %s") % str(e),
 + "".join(traceback.format_exc()))
 +else:
 +if do_remote:
-+self.windowCreate.show(uri)
++self.windowCreate.show(src.topwin, uri)
 +else:
 +message_box = gtk.MessageDialog(None,
 +  gtk.DIALOG_MODAL,






Remember to have fun...

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



commit tumbler for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory
checked in at Wed Sep 28 14:41:30 CEST 2011.




--- tumbler/tumbler.changes 2011-09-21 09:29:32.0 +0200
+++ /mounts/work_src_done/STABLE/tumbler/tumbler.changes2011-09-27 
16:17:24.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 27 14:04:16 UTC 2011 - g...@opensuse.org
+
+- added tumbler-0.1.22-fix-video-thumbnails.patch in order to fix
+  the generation of video images by starting the pipeline
+- build the gstreamer plugin now that it actually works
+
+---

calling whatdependson for head-i586


New:

  tumbler-0.1.22-fix-video-thumbnails.patch



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.1auCfL/_old  2011-09-28 14:41:25.0 +0200
+++ /var/tmp/diff_new_pack.1auCfL/_new  2011-09-28 14:41:25.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.xfce.org/
 Group:  Productivity/Graphics/Other
 Source: 
http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM tumbler-0.1.22-fix-video-thumbnails.patch bxo#7996 
g...@opensuse.org -- Fixes generation of video images by starting the pipeline
+Patch0: tumbler-0.1.22-fix-video-thumbnails.patch
 BuildRequires:  intltool
 BuildRequires:  freetype2-devel
 BuildRequires:  libjpeg-devel
@@ -33,6 +35,7 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(poppler-glib)
+BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,6 +70,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -100,6 +104,7 @@
 %{_libdir}/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so
 %{_libdir}/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so
 %{_libdir}/tumbler-1/plugins/tumbler-poppler-thumbnailer.so
+%{_libdir}/tumbler-1/plugins/tumbler-gst-thumbnailer.so
 %{_datadir}/dbus-1/services/*.service
 
 %files devel

++ tumbler-0.1.22-fix-video-thumbnails.patch ++
diff --git a/plugins/gst-thumbnailer/gst-helper.c 
b/plugins/gst-thumbnailer/gst-helper.c
index b8a29ab..dead043 100644
--- a/plugins/gst-thumbnailer/gst-helper.c
+++ b/plugins/gst-thumbnailer/gst-helper.c
@@ -154,6 +154,8 @@ gst_helper_convert_buffer_to_pixbuf (GstBuffer*buffer,

   bus = gst_element_get_bus (GST_ELEMENT (pipeline));

+  gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING);
+
   i = 0;
   msg = NULL;
   while (msg == NULL && i < 5)





Remember to have fun...

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



commit seamonkey for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory
checked in at Wed Sep 28 14:40:55 CEST 2011.




--- seamonkey/seamonkey.changes 2011-09-14 09:07:54.0 +0200
+++ /mounts/work_src_done/STABLE/seamonkey/seamonkey.changes2011-09-26 
14:58:38.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep 26 12:42:54 UTC 2011 - w...@rosenauer.org
+
+- update to 2.4 (bnc#720264)
+- removed obsolete mozilla-cairo-lcd.patch
+- rebased patches
+- removed XLIB_SKIP_ARGB_VISUALS=1 from environment in
+  mozilla.sh.in (bnc#680758)
+
+---

calling whatdependson for head-i586


Old:

  l10n-2.3.3.tar.bz2
  mozilla-cairo-lcd.patch
  seamonkey-2.3.3-source.tar.bz2

New:

  l10n-2.4.tar.bz2
  seamonkey-2.4-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.K3ikkV/_old  2011-09-28 14:40:48.0 +0200
+++ /var/tmp/diff_new_pack.K3ikkV/_new  2011-09-28 14:40:48.0 +0200
@@ -23,9 +23,9 @@
 BuildRequires:  Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ 
hunspell-devel libgnomeui-devel libidl-devel libiw-devel libnotify-devel 
libproxy-devel nss-shared-helper-devel python startup-notification-devel unzip 
update-desktop-files yasm zip
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Provides:   web_browser
-Version:2.3.3
-Release:2
-%define releasedate 2011090700
+Version:2.4
+Release:1
+%define releasedate 2011092200
 Summary:The successor of the Mozilla Application Suite
 Url:http://www.mozilla.org/projects/seamonkey
 Group:  Productivity/Networking/Web/Browsers
@@ -43,7 +43,6 @@
 Patch1: mozilla-nongnome-proxies.patch
 Patch2: mozilla-prefer_plugin_pref.patch
 Patch3: mozilla-shared-nss-db.patch
-Patch4: mozilla-cairo-lcd.patch
 Patch5: mozilla-language.patch
 Patch7: mozilla-cairo-return.patch
 Patch8: mozilla-ntlm-full-path.patch
@@ -146,7 +145,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 %patch5 -p1
 %patch7 -p1
 %patch8 -p1
@@ -324,6 +322,7 @@
 %dir %{progdir}/distribution/extensions/
 #%exclude %{progdir}/distribution/extensions/debu...@mozilla.org.xpi
 %{progdir}/chrome/icons
+%{progdir}/hyphenation/
 %{progdir}/extensions/mod...@themes.mozilla.org.xpi
 %{progdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
 #%{progdir}/greprefs/

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.K3ikkV/_old  2011-09-28 14:40:48.0 +0200
+++ /var/tmp/diff_new_pack.K3ikkV/_new  2011-09-28 14:40:48.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/comm-release"
-RELEASE_TAG="SEAMONKEY_2_3_3_RELEASE"
-VERSION="2.3.3"
+RELEASE_TAG="SEAMONKEY_2_4_RELEASE"
+VERSION="2.4"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.3.3.tar.bz2 -> l10n-2.4.tar.bz2 ++
seamonkey/l10n-2.3.3.tar.bz2 
/mounts/work_src_done/STABLE/seamonkey/l10n-2.4.tar.bz2 differ: char 11, line 1

++ mozilla-cairo-return.patch ++
--- /var/tmp/diff_new_pack.K3ikkV/_old  2011-09-28 14:40:48.0 +0200
+++ /var/tmp/diff_new_pack.K3ikkV/_new  2011-09-28 14:40:48.0 +0200
@@ -1,6 +1,6 @@
 # HG changeset patch
 # User Wolfgang Rosenauer 
-# Parent e36e1a20cb5e1ba0e4bc3facac58029544d92e0a
+# Parent 43cb27a012f2532add0e9791c1b5a7d0c3b03f9b
 Bug 631155 - undefined return value in function '_cairo_surface_wrapper_flush'
 
 diff --git a/gfx/cairo/cairo/src/cairo-surface-wrapper.c 
b/gfx/cairo/cairo/src/cairo-surface-wrapper.c

++ mozilla-language.patch ++
--- /var/tmp/diff_new_pack.K3ikkV/_old  2011-09-28 14:40:48.0 +0200
+++ /var/tmp/diff_new_pack.K3ikkV/_new  2011-09-28 14:40:48.0 +0200
@@ -1,48 +1,48 @@
 # HG changeset patch
 # User Wolfgang Rosenauer 
-# Parent db620d83124746201970dcf50c661957df979eca
+# Parent 0d6917b8f28f6e0398dbf329dda4932ba4f997c2
 Bug 583793 - Firefox interface language set to LANG, ignores LANGUAGE
 
 diff --git a/intl/locale/src/nsLocaleService.cpp 
b/intl/locale/src/nsLocaleService.cpp
 --- a/intl/locale/src/nsLocaleService.cpp
 +++ b/intl/locale/src/nsLocaleService.cpp
-@@ -181,16 +181,17 @@ nsLocaleService::nsLocaleService(void)
- }
- 
+@@ -160,16 +160,17 @@ nsLocaleService::nsLocaleService(void)
+ nsRefPtr resultLocale(new nsLocale());
+ NS_ENSURE_TRUE(resultLocale, );
  
  #ifdef MOZ_WIDGET_QT
- const char* lang = QLocale::system().name().toAscii();
+ const char* lang = QLocale::system().name().toAscii();
  #else
- // Get system configuration
- const char* lang = getenv("LANG");
-+const char* language = getenv("LANGUAGE");
+ // Get system configuration
+ const char* lang = getenv("LANG");
++const char* language = getenv("LANGUAGE");
  #

commit seahorse-sharing for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package seahorse-sharing for openSUSE:Factory
checked in at Wed Sep 28 14:40:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/seahorse-sharing/seahorse-sharing.changes  
2011-09-26 10:22:16.0 +0200
@@ -0,0 +1,5 @@
+---
+Mon Sep 26 07:50:44 UTC 2011 - vu...@opensuse.org
+
+- New package (version 3.2).
+

calling whatdependson for head-i586


New:

  seahorse-sharing-3.2.tar.bz2
  seahorse-sharing-lfs-fix.patch
  seahorse-sharing.changes
  seahorse-sharing.spec



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


%define have_lang 0

Name:   seahorse-sharing
License:GPLv2+
Group:  Productivity/Security
Version:3.2
Release:1
Summary:Sharing of PGP public keys via DNS-SD and HKP
Url:http://projects.gnome.org/seahorse/
Source: 
http://download.gnome.org/sources/seahorse-sharing/3.2/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM seahorse-sharing-lfs-fix.patch vu...@opensuse.org -- Fix 
build, sent upstream by mail (no bugzilla product yet)
Patch0: seahorse-sharing-lfs-fix.patch
BuildRequires:  gpg2
BuildRequires:  gpgme-devel
BuildRequires:  intltool
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(avahi-client)
BuildRequires:  pkgconfig(avahi-glib) >= 0.6
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:  pkgconfig(libsoup-2.4)
%if %{have_lang}
Recommends: %{name}-lang
%endif
Enhances:   seahorse
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
This package adds sharing of PGP public keys via DNS-SD and HKP.

%if %{have_lang}
%lang_package
%endif
%prep
%setup -q
%patch0 -p1

%build
# needed for patch0
autoreconf -fi
%configure
make %{?_smp_mflags} V=1

%install
%make_install
# Drop translations that don't use the right domain (reported upstream by mail)
rm %{buildroot}%{_datadir}/locale/*/LC_MESSAGES/seahorse.mo
%suse_update_desktop_file %{name}
%if %{have_lang}
%find_lang %{name} %{?no_lang_C}
%endif

%files
%defattr(-,root,root)
%doc AUTHORS COPYING MAINTAINERS NEWS README
%{_sysconfdir}/xdg/autostart/seahorse-sharing.desktop
%{_bindir}/seahorse-sharing
%{_mandir}/man1/seahorse-sharing.1%{?ext_man}
%dir %{_datadir}/pixmaps/seahorse/
%dir %{_datadir}/pixmaps/seahorse/*/
%{_datadir}/pixmaps/seahorse/*/seahorse-share-keys.*

%if %{have_lang}
%files lang -f %{name}.lang
%endif

%changelog
++ seahorse-sharing-lfs-fix.patch ++
commit df588605d5a0aa2fa6b8681fff81c86f6cd565c6
Author: Vincent Untz 
Date:   Mon Sep 26 10:07:42 2011 +0200

build: Call AC_SYS_LARGEFILE in configure to fix LFS build

The build fails without this, when gpgme is built with largefile
support.

diff --git a/configure.ac b/configure.ac
index 229a385..5cb6d0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,9 @@ AC_PROG_CXX
 AC_PROG_INTLTOOL([0.35.0])
 AM_PROG_LIBTOOL
 
+dnl Get the off_t size right
+AC_SYS_LARGEFILE
+
 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
 PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.0)
 AC_SUBST([GTK_LIBS])





Remember to have fun...

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



commit redland-bindings for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package redland-bindings for openSUSE:Factory
checked in at Wed Sep 28 14:39:14 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/redland-bindings/redland-bindings.changes  
2011-09-26 20:45:04.0 +0200
@@ -0,0 +1,164 @@
+---
+Mon Sep 26 18:44:50 UTC 2011 - co...@suse.com
+
+- fix requires
+
+---
+Sun Jul 17 15:26:59 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 1.0.13 
+
+---
+Tue Feb 15 16:47:42 UTC 2011 - davejpla...@gmail.com
+
+- Removed incomplete patch redland-perl-vendor_perl.patch until the
+  fix is ready.
+
+---
+Sun Jan 30 22:44:01 UTC 2011 - davejpla...@gmail.com
+
+- Perl bindings install in site_arch disabled with bcond
+
+---
+Sun Jan 16 11:05:09 UTC 2011 - davejpla...@gmail.com
+
+- Added perl, python, php5 and ruby bindings.
+
+---
+Tue Oct 19 15:24:30 CEST 2010 - dmuel...@suse.de
+
+- update to 1.0.12:
+   Enable librdf.h to be used as the top-level header in addition to
+   redland.h
+   Fix linking issues when building with GNU ld with DT_NEEDED disabled
+   Fixed Issues: [1]#329, [2]#348 [3]#391, [4]#392 and
+   [5]#393.
+   Virtuoso storage backend querying now fully works.
+   Several new convenience APIs were added and others deprecated.
+   Support building with Raptor V2 API if configured with --with-raptor2.
+   Exports more functions to SWIG language bindings.
+   Switched to GIT version control [7]hosted by GitHub.
+   Many other bug fixes and improvements were made.
+   Fixed Issues: [8]#124, [9]#284, [10]#321, [11]#322,
+   [12]#334, [13]#338, [14]#341, [15]#344, [16]#350,
+   [17]#363, [18]#366, [19]#371, [20]#380, [21]#382
+   and [22]#383
+
+---
+Sat Jan  2 18:26:53 CET 2010 - dmuel...@suse.de
+
+- update to 1.0.10:
+  Added a Virtuoso storage by Patrick van Kleef
+  Support Rasqal 0.9.17 API
+  Fix compiling against sqlite 3.6.17 or newer
+  Fix modular storage dynamic loading linking problems
+
+---
+Wed Dec 16 13:39:47 CET 2009 - dmuel...@suse.de
+
+- fix build
+
+---
+Mon Jul 27 13:41:02 CEST 2009 - bein...@opensuse.org
+
+- update to version 1.0.9: many bug fixes
+
+---
+Tue Jan 13 10:52:47 CET 2009 - co...@suse.de
+
+- fix the syntax of enums
+
+---
+Fri Jul 25 00:23:50 CEST 2008 - dmuel...@suse.de
+
+- update to 1.0.8 
+  * add in memory index trees
+  * fix mysql connect hang
+
+---
+Mon Apr  7 14:29:00 CEST 2008 - dmuel...@suse.de
+
+- disable testsuite for older distributions
+- build parallel again
+
+---
+Sun Apr  6 03:21:57 CEST 2008 - crrodrig...@suse.de
+
+- update to version 1.0.7
+   * 187: "rdf_query_results.c", line 630: void function cannot return 
value
+* 189: librdf_uri_is_file_uri: wrong return value
+* 203: API declarations for Symbian portability
+* 205: Memory leak in rdf_query_rasqal.c
+* 209: Null dereference + assertion failures in minimal librdf 
setup-cleanup
+* 213: Multiple instances of world object make trouble
+* 215: librdf_new_node_from_typed_counted_literal() does not respect 
parameter lengths
+* 218: librdf_query_execute does not assert model parameter
+* 229: Segmentation fault when invoking librdf_new_model_from_model()
+* 230: on Gentoo/FreeBSD redland fails compilation due to a missing 
#define pthread.h
+* 234: autogen.sh $dir quoting
+* 235: $(EXEEXT) in tests
+* 236: EOL issues when building svn version on cygwin
+- disable static libraries 
+- remove "la" file
+- cleanup -devel package dependencies again
+
+---
+Thu Feb 28 11:15:23 CET 2008 - dmuel...@suse.de
+
+- add missing post/postun ldconfig calls
+
+---
+Fri Feb 15 18:42:38 CET 2008 - dmuel...@suse.de
+
+- reduce -devel requires
+
+---
+Tue Jan 15 11:51:42 CET 2008 - dmuel...@suse.de
+
+- build without postgres/mysql support for now, sqlite a

commit python-psycopg2 for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory
checked in at Wed Sep 28 14:36:55 CEST 2011.





calling whatdependson for head-i586




Other differences:
--





Remember to have fun...

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



commit pulseaudio for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory
checked in at Wed Sep 28 14:26:02 CEST 2011.




--- pulseaudio/pulseaudio.changes   2011-08-25 22:49:35.0 +0200
+++ /mounts/work_src_done/STABLE/pulseaudio/pulseaudio.changes  2011-09-28 
00:48:02.0 +0200
@@ -1,0 +2,16 @@
+Tue Sep 27 23:56:50 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.0:
+  + Fix crash in threaded message queues
+  + dbus: fix crash if modules do not load
+- Changes from version 0.99.4:
+  + Various bug fixes
+- Changes from version 0.99.3:
+  + Per-Port volume control
+  + Fix Introspection annotations
+  + Various bug fixes
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details
+
+---

calling whatdependson for head-i586


Old:

  pulseaudio-0.99.2.tar.gz

New:

  pulseaudio-1.0.tar.xz



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.EYXSJ5/_old  2011-09-28 14:25:58.0 +0200
+++ /var/tmp/diff_new_pack.EYXSJ5/_new  2011-09-28 14:25:58.0 +0200
@@ -17,15 +17,15 @@
 
 # norootforbuild
 
-%define drvver 0.99
+%define drvver 1.0
 
 Name:   pulseaudio
 Summary:A Networked Sound Server
-Version:0.99.2
+Version:1.0
 Release:1
 License:GPLv2+ ; LGPLv2.1+
 Group:  System/Sound Daemons
-Source: 
http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.gz
+Source: 
http://www.freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
 Source1:default.pa-for-gdm
 Source2:setup-pulseaudio
 Source3:sysconfig.sound-pulseaudio
@@ -58,6 +58,8 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(json) >= 0.9
 PreReq: %fillup_prereq
 PreReq: pwdutils






Remember to have fun...

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



commit psmisc for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package psmisc for openSUSE:Factory
checked in at Wed Sep 28 14:25:48 CEST 2011.




--- psmisc/psmisc.changes   2011-09-12 17:50:37.0 +0200
+++ /mounts/work_src_done/STABLE/psmisc/psmisc.changes  2011-09-28 
12:46:25.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 28 10:43:03 UTC 2011 - co...@suse.com
+
+- back out the timeout patch, it breaks fuser on i586 completely
+  (bnc#720882)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ psmisc.spec ++
--- /var/tmp/diff_new_pack.eLfgeV/_old  2011-09-28 14:25:44.0 +0200
+++ /var/tmp/diff_new_pack.eLfgeV/_new  2011-09-28 14:25:44.0 +0200
@@ -50,7 +50,7 @@
 %prep
 %setup -q
 %patch42 -p1
-%patch43 -p1
+#%patch43 -p1
 %patch1 -p0 -b .tigetstr
 %patch2 -p0 -b .pstree
 %patch0 -p0 -b .0






Remember to have fun...

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



commit mozilla-xulrunner192 for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:Factory
checked in at Wed Sep 28 14:25:36 CEST 2011.




--- mozilla-xulrunner192/mozilla-xulrunner192.changes   2011-09-14 
09:09:24.0 +0200
+++ 
/mounts/work_src_done/STABLE/mozilla-xulrunner192/mozilla-xulrunner192.changes  
2011-09-27 08:50:10.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 21 10:17:09 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.2.23 (bnc#720264)
+- bring KDE's dialog.xml in sync with original widget
+
+---

calling whatdependson for head-i586


Old:

  l10n-1.9.2.22.tar.bz2
  xulrunner-source-1.9.2.22.tar.bz2

New:

  l10n-1.9.2.23.tar.bz2
  xulrunner-source-1.9.2.23.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.I7ZYZr/_old  2011-09-28 14:25:25.0 +0200
+++ /var/tmp/diff_new_pack.I7ZYZr/_new  2011-09-28 14:25:25.0 +0200
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:1.9.2.22
-Release:2
-%define releasedate 2011090700
-%define version_internal 1.9.2.22
+Version:1.9.2.23
+Release:1
+%define releasedate 2011092000
+%define version_internal 1.9.2.23
 %define apiversion 1.9.2
-%define uaweight 192220
+%define uaweight 192230
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.I7ZYZr/_old  2011-09-28 14:25:25.0 +0200
+++ /var/tmp/diff_new_pack.I7ZYZr/_new  2011-09-28 14:25:25.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_22_RELEASE"
-VERSION="1.9.2.22"
+RELEASE_TAG="FIREFOX_3_6_23_RELEASE"
+VERSION="1.9.2.23"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ l10n-1.9.2.22.tar.bz2 -> l10n-1.9.2.23.tar.bz2 ++
mozilla-xulrunner192/l10n-1.9.2.22.tar.bz2 
/mounts/work_src_done/STABLE/mozilla-xulrunner192/l10n-1.9.2.23.tar.bz2 differ: 
char 11, line 1

++ mozilla-kde.patch ++
--- /var/tmp/diff_new_pack.I7ZYZr/_old  2011-09-28 14:25:25.0 +0200
+++ /var/tmp/diff_new_pack.I7ZYZr/_new  2011-09-28 14:25:25.0 +0200
@@ -634,7 +634,7 @@
 new file mode 100644
 --- /dev/null
 +++ b/toolkit/content/widgets/dialog-kde.xml
-@@ -0,0 +1,445 @@
+@@ -0,0 +1,447 @@
 +
 +
 +
  #include 
  #endif
-@@ -1627,36 +1628,46 @@ nsLocalFile::Launch()
+@@ -1666,36 +1667,46 @@ nsLocalFile::Launch()
  
  return NS_OK;
  }
@@ -4035,7 +4037,7 @@
  NS_IMETHODIMP
  nsLocalFile::Launch()
  {
-@@ -1674,16 +1685,23 @@ nsLocalFile::Launch()
+@@ -1713,16 +1724,23 @@ nsLocalFile::Launch()
  
  if (nsnull == connection)
return NS_ERROR_FAILURE;

++ xulrunner-source-1.9.2.22.tar.bz2 -> xulrunner-source-1.9.2.23.tar.bz2 
++
mozilla-xulrunner192/xulrunner-source-1.9.2.22.tar.bz2 
/mounts/work_src_done/STABLE/mozilla-xulrunner192/xulrunner-source-1.9.2.23.tar.bz2
 differ: char 11, line 1






Remember to have fun...

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



commit libcompizconfig for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory
checked in at Wed Sep 28 14:25:08 CEST 2011.




--- libcompizconfig/libcompizconfig.changes 2011-07-08 14:01:49.0 
+0200
+++ /mounts/work_src_done/STABLE/libcompizconfig/libcompizconfig.changes
2011-09-22 21:16:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 21 19:37:04 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.5.94:
+  + Added settings upgrade framework for distributions
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.i5TKY2/_old  2011-09-28 14:24:57.0 +0200
+++ /var/tmp/diff_new_pack.i5TKY2/_new  2011-09-28 14:24:57.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libcompizconfig
-Version:0.9.5
+Version:0.9.5.94
 Release:1
 License:GPLv2+
 Summary:CompizConfig plugin(ccp) required for 
compizconfig-settings-manager(ccsm)
@@ -98,8 +98,8 @@
 
 %files -f %{name}.schemas_list
 %defattr(-, root, root)
+%{_libexecdir}/compizconfig/
 %{_libdir}/compiz/libccp.so
-%{_libdir}/compizconfig/
 %{_libdir}/libcompizconfig.so.0*
 %{_datadir}/compiz/ccp.xml
 %config(noreplace) %{_sysconfdir}/compizconfig

++ libcompizconfig.tar.bz2 ++
 6463 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 kismet for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package kismet for openSUSE:Factory
checked in at Wed Sep 28 14:24:51 CEST 2011.




--- kismet/kismet.changes   2010-04-15 17:11:45.0 +0200
+++ /mounts/work_src_done/STABLE/kismet/kismet.changes  2011-09-27 
16:22:01.0 +0200
@@ -1,0 +2,10 @@
+Tue Sep 27 14:18:18 UTC 2011 - idon...@suse.com
+
+- Cleanup spec file and fix build for < openSUSE 12.1 
+
+---
+Fri Sep 16 12:02:37 UTC 2011 - jeng...@medozas.de
+
+- Select libnl-1_1-devel
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kismet.spec ++
--- /var/tmp/diff_new_pack.wdI4NF/_old  2011-09-28 14:24:48.0 +0200
+++ /var/tmp/diff_new_pack.wdI4NF/_new  2011-09-28 14:24:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kismet (Version 2010_01_R1)
+# spec file for package kismet
 #
-# 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,23 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%define realver 2010-01-R1
 
 Name:   kismet
-BuildRequires:  ImageMagick-devel gcc-c++ gmp-devel libpcap-devel wget 
wireshark-devel
-BuildRequires:  libexpat-devel libnl-devel ncurses-devel pcre-devel
 Version:2010_01_R1
 Release:1
-%define realver 2010-01-R1
-Requires:   wget wireless-tools
-AutoReqProv:on
-Group:  Productivity/Networking/Diagnostic
 License:GPLv2+
-Url:http://www.kismetwireless.net/
 Summary:An 802.11 Wireless Network Sniffer
+Url:http://www.kismetwireless.net/
+Group:  Productivity/Networking/Diagnostic
 Source: %{name}-%{realver}.tar.bz2
 Patch0: %{name}-2010-01-R1-makefile.diff
+BuildRequires:  gcc-c++
+BuildRequires:  gmp-devel
+BuildRequires:  ImageMagick-devel
+BuildRequires:  libexpat-devel
+%if 0%{?suse_version} >= 1210
+BuildRequires:  libnl-1_1-devel
+%else
+BuildRequires:  libnl-devel
+%endif
+BuildRequires:  libpcap-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  pcre-devel
+BuildRequires:  wget
+BuildRequires:  wireshark-devel
+Requires:   wget
+Requires:   wireless-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,29 +56,20 @@
 sensor by Network Chemistry and is able to monitor 802.11a networks
 with cards that use the ar5k chipset.
 
-
-
-Authors:
-
-Mike Kershaw 
-
 %prep
 %setup -q -n %{name}-%{realver}
 %patch0
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
-export CXXFLAGS="$RPM_OPT_FLAGS -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
+export CFLAGS="%{optflags} -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
+export CXXFLAGS="%{optflags} -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
 export LDFLAGS="-Wl,--as-needed"
 %configure --enable-ipv6 --disable-setuid
 make dep
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%makeinstall
 
 %files
 %defattr(-, root, root)






Remember to have fun...

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



commit kdeartwork4 for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:Factory
checked in at Wed Sep 28 14:23:07 CEST 2011.




--- kdeartwork4/kdeartwork4.changes 2011-09-25 08:45:40.0 +0200
+++ /mounts/work_src_done/STABLE/kdeartwork4/kdeartwork4.changes
2011-09-28 10:55:57.0 +0200
@@ -0,0 +1,5 @@
+---
+Wed Sep 28 08:56:45 UTC 2011 - idon...@suse.com
+
+- Fix obsoletes for kdeartwork4-weatherwallpapers 
+

calling whatdependson for head-i586




Other differences:
--
++ kdeartwork4.spec ++
--- /var/tmp/diff_new_pack.AsfJHl/_old  2011-09-28 14:22:56.0 +0200
+++ /var/tmp/diff_new_pack.AsfJHl/_new  2011-09-28 14:22:56.0 +0200
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   kdeartwork4
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
@@ -60,10 +62,6 @@
   %kde_post_install
   %fdupes -s %{buildroot}
 
-%clean
-  rm -rf %{buildroot}
-
-
 # - Arch-specific packages - #
 
 %package decorations
@@ -200,8 +198,9 @@
 Group:  System/GUI/KDE
 Supplements:plasma-addons
 BuildArch:  noarch
-Obsoletes:  kdeartwork4-weatherwallpapers < 4.7.1
-Provides:   kdeartwork4-weatherwallpapers = 4.7.1
+# ignore the rpmlint self-obsoletes here, can be changed to < after 4.7.2
+Obsoletes:  kdeartwork4-weatherwallpapers <= 4.7.1
+Provides:   kdeartwork4-weatherwallpapers = %{version}
 Requires:   kdeartwork4-wallpapers = %{version}
 
 %description -n kdeartwork4-wallpapers-weather
@@ -218,12 +217,15 @@
 This package contains the Plasma theme Aya.
 
 %post   decorations -p /sbin/ldconfig
+
 %postun decorations -p /sbin/ldconfig
 
 %post   screensaver -p /sbin/ldconfig
+
 %postun screensaver -p /sbin/ldconfig
 
 %post   styles -p /sbin/ldconfig
+
 %postun styles -p /sbin/ldconfig
 
 %files decorations -f filelists/kwin-styles
@@ -283,7 +285,6 @@
 %dir %{_datadir}/wallpapers/*/contents/
 %dir %{_datadir}/wallpapers/*/contents/images/
 
-
 %files -n kdeartwork4-wallpapers-large -f filelists/HighResolutionWallpapers
 %defattr(-,root,root)
 %doc COPYING COPYING.LIB COPYING.DOC README
@@ -291,7 +292,6 @@
 %{_datadir}/wallpapers/*/contents/images/3*.jpg
 %{_datadir}/wallpapers/*/contents/images/2*.jpg
 
-
 %files -n kdeartwork4-wallpapers-weather -f filelists/WeatherWallpapers
 %defattr(-,root,root)
 %doc COPYING COPYING.LIB COPYING.DOC README






Remember to have fun...

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



commit ibus-table-chinese for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package ibus-table-chinese for 
openSUSE:Factory
checked in at Wed Sep 28 14:22:46 CEST 2011.




--- ibus-table-chinese/ibus-table-chinese.changes   2011-08-04 
12:12:09.0 +0200
+++ /mounts/work_src_done/STABLE/ibus-table-chinese/ibus-table-chinese.changes  
2011-09-26 20:09:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 26 18:12:52 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typos in ibus-table-chinese.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ibus-table-chinese.spec ++
--- /var/tmp/diff_new_pack.0KtezV/_old  2011-09-28 14:22:39.0 +0200
+++ /var/tmp/diff_new_pack.0KtezV/_new  2011-09-28 14:22:39.0 +0200
@@ -43,7 +43,7 @@
 Requires(post):   ibus-table >= 1.2
 
 %description
-ibus-table-chinese is provides the infrastructure for Chinese input methods.
+ibus-table-chinese provides the infrastructure for Chinese input methods.
 Input tables themselves are in sub-packages.
 
 %description -l zh_TW
@@ -177,7 +177,7 @@
 
 %description quick
 Quick-to-learn is based on Cangjie input method,
-but only need Canjie's first and last word-root
+but only need Cangjie's first and last word-root
 to form a character.
 
 Includes:
@@ -244,7 +244,7 @@
 Obsoletes:  ibus-table-stroke5 < 1.3
 
 %description stroke5
-Erbi input method.
+Stroke 5 input method.
 %description -l zh_CN stroke5
 笔顺五码。
 






Remember to have fun...

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



commit heroes-tron for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package heroes-tron for openSUSE:Factory
checked in at Wed Sep 28 14:22:28 CEST 2011.




--- heroes-tron/heroes-tron.changes 2009-09-17 03:12:15.0 +0200
+++ /mounts/work_src_done/STABLE/heroes-tron/heroes-tron.changes
2011-09-03 22:04:49.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep  3 20:03:41 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with no-add-needed 
+
+---

calling whatdependson for head-i586


New:

  heroes-build-fixes.patch



Other differences:
--
++ heroes-tron.spec ++
--- /var/tmp/diff_new_pack.LILYRI/_old  2011-09-28 14:22:22.0 +0200
+++ /var/tmp/diff_new_pack.LILYRI/_new  2011-09-28 14:22:22.0 +0200
@@ -36,6 +36,7 @@
 Patch1: %{myname}-%{version}-menus.diff
 Patch2: %{myname}-%{version}-gcc4.diff
 Patch3: %{myname}-%{version}-gcc_warning.diff 
+Patch4: heroes-build-fixes.patch 
 Url:http://heroes.sourceforge.net/download.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Game Like Tron and Nibbles Games
@@ -66,11 +67,11 @@
 %patch1
 %patch2 -p1
 %patch3
-
+%patch4
 %build 
 %define sharedir %{_prefix}/share
 %define datadir  %{sharedir}/games
-%{?suse_update_config:%{suse_update_config}}
+autoreconf -fiv
 export CFLAGS="$RPM_OPT_FLAGS"
 ./configure \
--datadir=%{datadir} \

++ heroes-build-fixes.patch ++
--- configure.ac.orig
+++ configure.ac
@@ -16,9 +16,9 @@ dnl with this program; if not, write to
 dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 dnl
 
-AC_PREREQ(2.50)
+AC_PREREQ([2.68])
 
-AC_INIT([heroes], [0.21], [heroes-b...@lists.sourceforge.net])
+AC_INIT([heroes],[0.21],[heroes-b...@lists.sourceforge.net])
 AC_CONFIG_AUX_DIR(tools)
 AC_CONFIG_SRCDIR([src/heroes.c])
 AM_INIT_AUTOMAKE([heroes], [0.21])
@@ -30,17 +30,13 @@ heroes_CHECK_OBSOLETE_OPTIONS
 AC_CANONICAL_HOST
 AC_DEFINE_UNQUOTED([HOST],["$host"],[The canonical host])
 
-# If the user didn't supplied a CFLAGS value,
-# set an empty one to prevent autoconf to stick -O2 -g here.
-test -z "$CFLAGS" && CFLAGS=""
-
 # ===
 # Check for programs.
 # ===
 
-AC_PROG_CC
-AC_ISC_POSIX
 AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AM_PROG_CC_C_O
 AC_PROG_CPP
 AC_PROG_AWK
@@ -57,16 +53,10 @@ AM_CONDITIONAL(HAVE_GPERF, [test \! -z "
 
 AC_CACHE_SAVE
 
-# Set _GNU_SOURCE before any other tests.
-AC__GNU_SOURCE
-
 # =
 # Checks for libraries.
 # =
 
-dnl pass a third argument to AC_CHECK_LIB to
-dnl prevent HAVE_LIBM from being defined (we don't need it).
-AC_CHECK_LIB([m], [sin], [LIBS="-lm $LIBS"])
 heroes_MEDIALIB_SELECTION
 
 # 
@@ -200,7 +190,7 @@ heroes_DEBUG
 # as clean as possible.
 dnl Don't quote the following argument, it is parsed by automake.
 AM_CONFIG_HEADER(config.h:src/config.h.in)
-
+AC_SEARCH_LIBS(sin, m)
 AC_CONFIG_FILES([
  Makefile
  doc/Makefile





Remember to have fun...

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



commit gtkspell3 for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package gtkspell3 for openSUSE:Factory
checked in at Wed Sep 28 14:22:17 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/gtkspell3/gtkspell3.changes2011-09-26 
11:55:27.0 +0200
@@ -0,0 +1,11 @@
+---
+Mon Sep 26 09:55:21 UTC 2011 - vu...@opensuse.org
+
+- Cleanup for inclusion in Factory.
+
+---
+Sun Aug 28 14:46:15 UTC 2011 - gan...@opensuse.org
+
+- Initial package for gtkspell3, the GTK+ 3 version of gtkspell.
+- Note that the tarball is actually a pre-release.
+

calling whatdependson for head-i586


New:

  gtkspell3-3.0.0.tar.gz
  gtkspell3.changes
  gtkspell3.spec



Other differences:
--
++ gtkspell3.spec ++
#
# spec file for package gtkspell3
#
# 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:   gtkspell3
%define _name gtkspell
Version:2.99.1_pre3.0.0
Release:1
%define _version 3.0.0
License:GPLv2+
Summary:GTK3 Spell Checker Interface Library
Url:http://gtkspell.sf.net/
Group:  System/Libraries
# Tarball taken from 
http://sourceforge.net/mailarchive/message.php?msg_id=27947683 -- this is a 
pre-release tarball
Source: %{name}-%{_version}.tar.gz
BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  translation-update-upstream
BuildRequires:  pkgconfig(enchant) >= 0.4.0
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(pango) >= 1.3.5
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
GtkSpell provides MSWord-style and MacOSX-style highlighting of
misspelled words in a GtkTextView widget. Right-clicking a misspelled
word opens a menu of suggested replacements.

%package -n libgtkspell-3-0
License:GPLv2+
Summary:GTK3 Spell Checker Interface Library
Group:  System/Libraries
Recommends: %{name}-lang
# Needed to make lang package installable
Provides:   gtkspell3 = %{version}

%description -n libgtkspell-3-0
GtkSpell provides MSWord-style and MacOSX-style highlighting of
misspelled words in a GtkTextView widget. Right-clicking a misspelled
word opens a menu of suggested replacements.

%package devel
License:GPLv2+
Summary:GTK3 Spell Checker Interface Library -- Development Files
Group:  Development/Libraries/X11
Requires:   libgtkspell-3-0 = %{version}

%description devel
GtkSpell provides MSWord-style and MacOSX-style highlighting of
misspelled words in a GtkTextView widget. Right-clicking a misspelled
word opens a menu of suggested replacements.

%lang_package
%prep
%setup -q -n %{name}-%{_version}
translation-update-upstream

%build
%configure\
--disable-static
make %{?_smp_mflags}

%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{name}

%post -n libgtkspell-3-0 -p /sbin/ldconfig

%postun -n libgtkspell-3-0 -p /sbin/ldconfig

%files -n libgtkspell-3-0
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/libgtkspell-3.so.*

%files devel
%defattr(-, root, root)
%{_includedir}/gtkspell-3.0/
%{_libdir}/libgtkspell-3.so
%{_libdir}/pkgconfig/gtkspell-3.0.pc
%doc %{_datadir}/gtk-doc/html/gtkspell3/

%files lang -f %{name}.lang

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

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package gqview for openSUSE:Factory
checked in at Wed Sep 28 14:20:18 CEST 2011.




--- gqview/gqview.changes   2011-02-12 20:25:41.0 +0100
+++ /mounts/work_src_done/STABLE/gqview/gqview.changes  2011-09-18 
22:48:09.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 18 20:47:38 UTC 2011 - crrodrig...@opensuse.org
+
+- Link with libm as well. 
+
+---

calling whatdependson for head-i586


New:

  gqview-add-needed.patch



Other differences:
--
++ gqview.spec ++
--- /var/tmp/diff_new_pack.BEi5GI/_old  2011-09-28 14:20:12.0 +0200
+++ /var/tmp/diff_new_pack.BEi5GI/_new  2011-09-28 14:20:12.0 +0200
@@ -35,6 +35,7 @@
 Patch2: gqview-rc-quotes.patch
 Patch3: gqview-docdir.patch
 Patch4: gqview-motion-hint.patch
+Patch5: gqview-add-needed.patch
 Recommends: AdobeICCProfiles
 # Code can use jpegtran:
 Recommends: jpeg
@@ -55,6 +56,7 @@
 %patch2
 %patch3
 %patch4
+%patch5
 rename no nb po/no.*
 sed -i "s/\(ALL_LINGUAS.*\) no /\1 nb /" configure.in
 for PO in po/*.po ; do msgconv --to-code=UTF-8 $PO -o $PO.new ; mv $PO.new $PO 
; done

++ gqview-add-needed.patch ++
--- configure.in.orig
+++ configure.in
@@ -1,13 +1,15 @@
-AC_INIT(src/main.c)
+AC_INIT
+AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADER(config.h)
 
 AM_INIT_AUTOMAKE(gqview, 2.1.5)
 
 AM_MAINTAINER_MODE
 
-AC_ISC_POSIX
-AC_PROG_CC
-AC_STDC_HEADERS
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
+AC_HEADER_STDC
 AC_ARG_PROGRAM
 
 dnl reasonable guesses for where stuff is installed
@@ -24,7 +26,7 @@ AC_DEFINE_UNQUOTED(GQVIEW_HTMLDIR, "$pre
 
 dnl checks for functions
 AC_CHECK_FUNCS(strverscmp)
-
+AC_SEARCH_LIBS(sin, m)
 dnl check for little cms (lcms, this test pulled from gimp)
 AC_ARG_WITH(lcms, [  --without-lcms  build without lcms support])
 
@@ -62,7 +64,7 @@ AC_SUBST(CFLAGS)
 AC_SUBST(CPPFLAGS)
 AC_SUBST(LDFLAGS)
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 src/Makefile
 src/icons/Makefile
@@ -71,4 +73,5 @@ po/Makefile.in
 doc/Makefile
 gqview.spec
 ])
+AC_OUTPUT
 





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

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package gnome-schedule for openSUSE:Factory
checked in at Wed Sep 28 14:20:07 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-schedule/gnome-schedule.changes  
2011-09-27 16:14:27.0 +0200
@@ -0,0 +1,17 @@
+---
+Tue Sep 27 13:54:04 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.1.5:
+  + Updated translations.
+- Changes from version 2.1.4:
+  + Disable applet build by default
+  + Export and import scripts for scheduled tasks
+  + Dump at tasks as well in dump.py
+  + Updated translations.
+- Cleanup for inclusion in Factory.
+
+---
+Wed Feb 23 20:07:34 UTC 2011 - dims...@opensuse.org
+
+- Initial package, version 2.1.3. Feature 310178.
+

calling whatdependson for head-i586


New:

  gnome-schedule-2.1.5.tar.gz
  gnome-schedule.changes
  gnome-schedule.spec



Other differences:
--
++ gnome-schedule.spec ++
#
# spec file for package
#
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# 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:   gnome-schedule
Version:2.1.5
Release:1
License:GPLv2+
Summary:Graphical interface to leverage the power of cron
Url:http://gnome-schedule.sourceforge.net/
Group:  System/GUI/GNOME
Source: %{name}-%{version}.tar.gz
# Their presence is checked at build-time
BuildRequires:  at
BuildRequires:  cronie
BuildRequires:  fdupes
BuildRequires:  gnome-doc-utils-devel
BuildRequires:  intltool
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(gnome-python-2.0)
BuildRequires:  pkgconfig(pygtk-2.0)
Recommends: %{name}-lang
Requires:   at
Requires:   cronie
# It does really need the libgnome bindings
Requires:   python-gnome
Requires:   python-gconf
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Gnome-schedule is a graphical user interface that leverages the
power of vixie-cron, dcron and at to manage your crontab file and
provide an easy way to schedule tasks on your computer. It supports
recurrent (periodical) tasks and tasks that happen only once in the
future.

%lang_package
%prep
%setup -q

%build
# We need to specify where crontab lives, as configure can't find
# it due to the security restrictions: crontab is a suid app,
# executable by root and trusted group.
%configure \
--disable-scrollkeeper  \
CRONTAB_CONFIG=/usr/bin/crontab \
AT_CONFIG=/usr/bin/at   \
ATQ_CONFIG=/usr/bin/atq \
ATRM_CONFIG=/usr/bin/atrm
make %{?_smp_mflags}

%install
%make_install
%suse_update_desktop_file %{name} Utility X-SuSE-DesktopUtility
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}/%{name}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%dir %{_datadir}/gnome/help/%{name}
%doc %{_datadir}/gnome/help/%{name}/
%dir %{_datadir}/omf/%{name}
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
%{_bindir}/%{name}
%{_bindir}/gnome-schedule-export
%{_bindir}/gnome-schedule-import
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}/

%files lang -f %{name}.lang

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

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package gnome-gmail for openSUSE:Factory
checked in at Wed Sep 28 14:18:08 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-gmail/gnome-gmail.changes
2011-09-05 11:30:43.0 +0200
@@ -0,0 +1,58 @@
+---
+Mon Sep  5 09:17:23 UTC 2011 - vu...@opensuse.org
+
+- Update to version 1.8.1:
+  + GNOME 3 compatibility (lp#729357)
+  + Fix setting gnome-gmail as default mailer, using dconf
+  + Messages with attachments open directly, instead of the Drafts
+folder
+  + Fixed "Send Document as Email" in LibreOffice (lp#774055)
+  + Unity message indicator (lp#773765)
+  + Translation improvements (lp#783005)
+- Drop gnome-gmail-scheme-handler.patch: fixed upstream.
+
+---
+Tue Jul  5 10:39:55 CEST 2011 - vu...@opensuse.org
+
+- Do not package a GNOME 2 file if we target a GTK+ 3 build:
+  %{_datadir}/gnome-control-center/default-apps/gnome-gmail.xml
+  will not be used by the control center in GNOME 3.
+
+---
+Fri Jun 17 08:11:58 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.7.2:
+  + Fix build.
+- Changes from version 1.7.1:
+  + Manage the Preferred Mail setting from inside the application
+  + Configure LibreOffice and newer OpenOffice installs to use
+GNOME email
+  + Refer to attached files by name instead of path
+  + Minor bug fixes.
+  + Updated translations.
+- Add gnome-gmail-scheme-handler.patch: this makes gnome-gmail
+  GNOME 3 compliant by declaring the x-scheme-handler MimeType in
+  its .desktop file.
+- Stop replacing categories in the .desktop file: they are fine
+  now.
+- Add missing Requires: gconf-editor, python-gnomekeyring (or
+  gnome-python-desktop on 11.3 and earlier), python-gconf (or
+  python-gnome on 11.3 and earlier), python-gtk, python-xml.
+- Drop python-gobject2 Requires: it's not needed.
+
+---
+Sat Feb 12 18:21:23 CET 2011 - vu...@opensuse.org
+
+- Call relevant macros in %post/%postun:
+  + %desktop_database_post/postun because the package ships at
+least one desktop file.
+  + %icon_theme_cache_post/postun because the package ships themed
+icons.
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+  can be packaged with the program, and not in the lang subpackage.
+
+---
+Mon Dec 20 08:28:09 UTC 2010 - dims...@opensuse.org
+
+- Spec file cleanup
+

calling whatdependson for head-i586


New:

  gnome-gmail-1.8.1.tar.gz
  gnome-gmail.changes
  gnome-gmail.spec



Other differences:
--
++ gnome-gmail.spec ++
#
# spec file for package gnome-gmail
#
# Copyright (c) 2010 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:   gnome-gmail
Version:1.8.1
Release:1
License:GPLv2+
Summary:Gmail as a gnome mail handler
Url:http://sourceforge.net/projects/%{name}
Group:  Productivity/Networking/Email/Clients
Source: 
http://downloads.sourceforge.net/project/gnome-gmail/Version_1.8.1/%{name}-%{version}.tar.gz
# For directory ownerships
BuildRequires:  gnome-control-center
BuildRequires:  intltool
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(gconf-2.0)
Recommends: %{name}-lang
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
# gconf-editor is launched for configuration
Requires:   gconf-editor
Requires:   gnome-control-center
%if 0%{?suse_version} <= 1130
Requires:   gnome-python-desktop
%else
Requires:   python-gnomekeyring
%endif
%if 0%{?suse_version} <= 1130
Requires:   python-gnome
%else
Requires:   python-gconf
%endif
Requires:   python-gtk
Requires:   python-xml
%gconf_schemas_requires

%description
This package makes Gmail a choice in the Gnome control panel for the default
mail handler. It opens in the default web browser.

%lang_package
%prep
%setup -q

%build
%configure
%__make %{?_smp-mflags}

%install
%makeinstall
%suse_up

commit gmp for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package gmp for openSUSE:Factory
checked in at Wed Sep 28 14:10:35 CEST 2011.




--- gmp/gmp.changes 2011-04-19 00:04:11.0 +0200
+++ /mounts/work_src_done/STABLE/gmp/gmp.changes2011-09-28 
00:04:53.0 +0200
@@ -1,0 +2,16 @@
+Wed Sep 28 00:04:11 CEST 2011 - dmuel...@suse.de
+
+- avoid noexec stack patch on arm
+
+---
+Mon Jun 20 08:28:13 UTC 2011 - idon...@novell.com
+
+- Update to release GMP 5.0.2
+* Many minor bugs related to portability fixed.
+* The support for HPPA 2.0N now works, after an assembly bug fix.
+* A test case type error has been fixed.  The symptom of this bug
+was spurious 'make check' failures.
+* Fat builds are now supported for 64-bit x86 processors also under Darwin.
+- Remove unknown configure option --disable-mpfr
+
+---

calling whatdependson for head-i586


Old:

  gmp-5.0.1.tar.bz2

New:

  gmp-5.0.2.tar.bz2



Other differences:
--
++ gmp.spec ++
--- /var/tmp/diff_new_pack.kyoLh9/_old  2011-09-28 14:10:29.0 +0200
+++ /var/tmp/diff_new_pack.kyoLh9/_new  2011-09-28 14:10:29.0 +0200
@@ -28,7 +28,7 @@
 Obsoletes:  gmp-64bit
 %endif
 #
-Version:5.0.1
+Version:5.0.2
 Release:7
 Summary:The GNU MP Library
 Url:http://gmplib.org/
@@ -98,7 +98,9 @@
 
 %prep
 %setup -q
+%ifnarch %arm
 %patch0
+%endif
 %patch2
 
 %build
@@ -124,7 +126,6 @@
--libdir=%{_libdir} \
 --infodir=%{_infodir} \
 --build=%{sanitized_platform} \
-   --disable-mpfr \
 --enable-cxx \
--enable-fat \
--enable-mpbsd

++ gmp-5.0.1.tar.bz2 -> gmp-5.0.2.tar.bz2 ++
 6964 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 glibc for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package glibc for openSUSE:Factory
checked in at Wed Sep 28 14:10:19 CEST 2011.




--- glibc/glibc.changes 2011-09-22 21:07:52.0 +0200
+++ /mounts/work_src_done/STABLE/glibc/glibc.changes2011-09-27 
14:08:28.0 +0200
@@ -1,0 +2,15 @@
+Tue Sep 27 11:24:02 UTC 2011 - a...@suse.de
+
+- Update to 2.14 git version 8bd683657e8a, it contains backports from
+  glibc trunk:
+  + Avoid race between {,__de}allocate_stack and __reclaim_stacks
+during fork
+- Add glibc-2.14-fix-ctors.patch to run ctors (bnc#717671), gcc 4.6
+  optimized these away.
+
+---
+Mon Sep 26 12:30:09 UTC 2011 - adr...@suse.de
+
+- don't use -fasynchronous-unwind-tables on arm, it breaks the build
+
+---
@@ -10,0 +26,5 @@
+
+---
+Tue Sep 20 07:54:21 UTC 2011 - a...@suse.de
+
+- Cleanup spec file: remove some tags

calling whatdependson for head-i586


Old:

  glibc-2.14-69c1dfc1a796.tar.bz2
  minmem

New:

  glibc-2.14-8bd683657e8a.tar.bz2
  glibc-2.14-fix-ctors.patch



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.RkZGLL/_old  2011-09-28 14:09:53.0 +0200
+++ /var/tmp/diff_new_pack.RkZGLL/_new  2011-09-28 14:09:53.0 +0200
@@ -77,12 +77,11 @@
 %ifarch ppc
 Obsoletes:  glibc-32bit
 %endif
-AutoReqProv:on
 Version:2.14
 Release:11
 Url:http://www.gnu.org/software/libc/libc.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: glibc-%{version}-69c1dfc1a796.tar.bz2
+Source: glibc-%{version}-8bd683657e8a.tar.bz2
 Source2:http://ftp.gnu.org/gnu/glibc/glibc-ports-2.14.tar.bz2
 Source3:noversion.tar.bz2
 Source4:manpages.tar.bz2
@@ -205,6 +204,8 @@
 Patch72:glibc-2.15-avoid-vsyscall.patch
 # PATCH-FIX-UPSTREAM Fix assertion error in res_query.c (bso#13013)
 Patch73:glibc-resolv-assert.diff
+# PATCH-FIX-OPENSUSE Run ctors (bnc#717671) a...@suse.de
+Patch74:glibc-2.14-fix-ctors.patch
 # PATCH-FEATURE-OPENSUSE -- add sha support to crypt_blowfish lnus...@suse.de
 Patch80:crypt_blowfish-1.2-sha.diff
 # PATCH-FEATURE-OPENSUSE -- use separate symbol version for Owl extensions - 
lnus...@suse.de
@@ -440,6 +441,7 @@
 %patch71 -p1
 %patch72 -p1
 %patch73 -p1
+%patch74 -p1
 
 #
 # Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion 
`map->l_init_called' failed!
@@ -534,7 +536,6 @@
 %endif
 %ifarch %arm armv5tel armv7l armv8l
add_ons=$add_ons,glibc-ports-%{version}
-   BuildFlags="$BuildFlags -fasynchronous-unwind-tables"
# fails to build otherwise - need to recheck and fix
%define enable_stackguard_randomization 0
 %endif
@@ -845,9 +846,6 @@
 ###
 ###
 
-%clean
-rm -rf %{buildroot}
-
 # Note: glibc_post_upgrade does:
 # %%set_permissions %%{_libdir}/pt_chown
 # since we cannot do it in our own post section


++ glibc-2.14-69c1dfc1a796.tar.bz2 -> glibc-2.14-8bd683657e8a.tar.bz2 ++
glibc/glibc-2.14-69c1dfc1a796.tar.bz2 
/mounts/work_src_done/STABLE/glibc/glibc-2.14-8bd683657e8a.tar.bz2 differ: char 
11, line 1

++ glibc-2.14-fix-ctors.patch ++
Index: glibc-2.14/elf/soinit.c
===
--- glibc-2.14.orig/elf/soinit.c
+++ glibc-2.14/elf/soinit.c
@@ -26,7 +26,11 @@ void
 __libc_global_ctors (void)
 {
   /* Call constructor functions.  */
-  run_hooks (__CTOR_LIST__);
+  void (**tem)();
+  asm ("" : "=r" (tem) : "0" (__CTOR_LIST__));
+  /* Call destructor functions.  */
+
+  run_hooks (tem);
 }
 
 
@@ -36,7 +40,11 @@ void
 __libc_fini (void)
 {
   /* Call destructor functions.  */
-  run_hooks (__DTOR_LIST__);
+  void (**tem)();
+  asm ("" : "=r" (tem) : "0" (__DTOR_LIST__));
+  /* Call destructor functions.  */
+
+  run_hooks (tem);
 }
 
 void (*_fini_ptr) (void) __attribute__ ((section (".fini_array")))





Remember to have fun...

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



commit gengetopt for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package gengetopt for openSUSE:Factory
checked in at Wed Sep 28 14:09:39 CEST 2011.




--- gengetopt/gengetopt.changes 2011-09-19 15:33:02.0 +0200
+++ /mounts/work_src_done/STABLE/gengetopt/gengetopt.changes2011-09-26 
07:37:08.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 26 05:22:30 UTC 2011 - sweet_...@gmx.de
+
+- update to gengetopt-2.22.5
+  * correctly preprocess the specified usage string 
+  * handle escaped newline chars correctly
+  * initialize enum variables with generated null enum
+value instead of -1
+  * generated parser compilable with C++
+
+---

calling whatdependson for head-i586


Old:

  gengetopt-2.22.4.tar.bz2

New:

  gengetopt-2.22.5.tar.bz2



Other differences:
--
++ gengetopt.spec ++
--- /var/tmp/diff_new_pack.5G0DQG/_old  2011-09-28 14:09:29.0 +0200
+++ /var/tmp/diff_new_pack.5G0DQG/_new  2011-09-28 14:09:29.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gengetopt
-Version:2.22.4
+Version:2.22.5
 Release:1
 License:GPLv3+
 Summary:Commandline parser generator

++ gengetopt-2.22.4.tar.bz2 -> gengetopt-2.22.5.tar.bz2 ++
 21960 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 geeqie for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package geeqie for openSUSE:Factory
checked in at Wed Sep 28 14:09:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/geeqie/geeqie.changes  2011-09-27 
16:49:23.0 +0200
@@ -0,0 +1,5 @@
+---
+Tue Sep 27 14:31:48 UTC 2011 - vu...@opensuse.org
+
+- Initial package of this gqview fork (version 1.0).
+

calling whatdependson for head-i586


New:

  geeqie-1.0.tar.gz
  geeqie.changes
  geeqie.spec



Other differences:
--
++ geeqie.spec ++
#
# spec file for package geeqie
#
# 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:   geeqie
Version:1.0
Release:1
License:GPLv2+
Summary:Lightweight Gtk+ based image viewer
Url:http://geeqie.sourceforge.net/
Group:  Productivity/Graphics/Viewers
Source: %{name}-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  gnome-doc-utils
BuildRequires:  intltool
BuildRequires:  lirc-devel
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(exiv2) >= 0.11
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(lcms) >= 1.14
Recommends: %{name}-lang
# geeqie is a fork of the last know gqview release
Obsoletes:  gqview <= 2.1.5
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Geeqie is a lightweight Gtk+ based image viewer for Unix like
operating systems.

%lang_package
%prep
%setup -q

%build
%configure \
--enable-lirc \
--with-readmedir=%{_defaultdocdir}/%{name} \
--with-helpdir=%{_defaultdocdir}/%{name}/html
make %{?_smp_mflags}

%install
%make_install
%find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{name}
%fdupes %{buildroot}

%if 0%{?suse_version} > 1130

%post
%desktop_database_post
%endif

%if 0%{?suse_version} > 1130

%postun
%desktop_database_postun
%endif

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%doc %{_defaultdocdir}/%{name}
%{_bindir}/geeqie
%{_datadir}/applications/geeqie.desktop
%{_datadir}/geeqie/
%{_datadir}/pixmaps/geeqie.png
%{_libexecdir}/geeqie/
%doc %{_mandir}/man1/geeqie.1%{?ext_man}

%files lang -f %{name}.lang

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

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package gawk for openSUSE:Factory
checked in at Wed Sep 28 14:07:36 CEST 2011.




--- gawk/gawk.changes   2011-08-10 06:03:06.0 +0200
+++ /mounts/work_src_done/STABLE/gawk/gawk.changes  2011-09-27 
13:33:31.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 27 11:31:28 UTC 2011 - idon...@suse.com
+
+- Revert sub/gsub behavior to that of gawk 3.x. Upstream commit
+  16de770359370224129f23df745178efe518c02c  
+
+---

calling whatdependson for head-i586


New:

  gawk-revert-gsub-gawk3.patch



Other differences:
--
++ gawk.spec ++
--- /var/tmp/diff_new_pack.wUKIgY/_old  2011-09-28 14:07:32.0 +0200
+++ /var/tmp/diff_new_pack.wUKIgY/_new  2011-09-28 14:07:32.0 +0200
@@ -29,7 +29,8 @@
 Release:1
 Summary:GNU awk
 Source: gawk-%{version}.tar.bz2
-Patch:  gawk-3.1.8.diff
+Patch1: gawk-3.1.8.diff
+Patch2: gawk-revert-gsub-gawk3.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,7 +51,9 @@
 
 %prep
 %setup -q
-%patch
+%patch1
+%patch2 -p1
+
 rm -f regex.[ch]
 chmod -x COPYING
 # force rebuild with non-broken makeinfo

++ gawk-revert-gsub-gawk3.patch ++
commit 16de770359370224129f23df745178efe518c02c
Author: Arnold D. Robbins 
Date:   Thu Jul 28 22:12:48 2011 +0300

Revert sub/gsub behavior to that of gawk 3.x.

diff --git a/builtin.c b/builtin.c
index 8685d29..4d87592 100644
--- a/builtin.c
+++ b/builtin.c
@@ -2546,13 +2546,30 @@ set_how_many:
repllen--;
scan++;
}
-   } else {
+   } else if (do_posix) {
/* \& --> &, \\ --> \ */
if (scan[1] == '&' || scan[1] == '\\') {
repllen--;
scan++;
} /* else
leave alone, it goes into the output */
+   } else {
+   /* gawk default behavior since 1996 */
+   if (strncmp(scan, "\\&", 4) == 0) {
+   /* \\\& --> \& */
+   repllen -= 2;
+   scan += 3;
+   } else if (strncmp(scan, "&", 3) == 0) {
+   /* \\& --> \ */
+   ampersands++;
+   repllen--;
+   scan += 2;
+   } else if (scan[1] == '&') {
+   /* \& --> & */
+   repllen--;
+   scan++;
+   } /* else
+   leave alone, it goes into the output */
}
}
}
@@ -2630,11 +2647,30 @@ set_how_many:
scan++;
} else  /* \q for any q --> q */
*bp++ = *++scan;
-   } else {
+   } else if (do_posix) {
/* \& --> &, \\ --> \ */
if (scan[1] == '&' || scan[1] 
== '\\')
scan++;
*bp++ = *scan;
+   } else {
+   /* gawk default behavior since 
1996 */
+   if (strncmp(scan, "\\&", 4) 
== 0) {
+   /* \\\& --> \& */
+   *bp++ = '\\';
+   *bp++ = '&';
+   scan += 3;
+   } else if (strncmp(scan, 
"&", 3) == 0) {
+   /* \\& --> \ */
+   *bp++ = '\\';
+   for (cp = matchstart; 
cp < matchend; cp++)
+   *bp++ = *cp;
+   scan += 2;
+   } else if (scan[1] == '&') {
+  

commit flac for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package flac for openSUSE:Factory
checked in at Wed Sep 28 14:07:27 CEST 2011.




--- flac/flac.changes   2011-09-19 02:15:15.0 +0200
+++ /mounts/work_src_done/STABLE/flac/flac.changes  2011-09-28 
05:40:10.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 28 03:27:46 UTC 2011 - crrodrig...@opensuse.org
+
+- Build with --enable-sse, this only disables runtime 
+  checking if the *OS* supports SSE, which registers a 
+  SIGILL signal handler then tries to execute SSE code...
+  it still tests the running *CPU* though.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ flac.spec ++
--- /var/tmp/diff_new_pack.jEyLg5/_old  2011-09-28 14:07:24.0 +0200
+++ /var/tmp/diff_new_pack.jEyLg5/_new  2011-09-28 14:07:24.0 +0200
@@ -92,7 +92,9 @@
 --disable-xmms-plugin \
--disable-static \
--disable-rpath \
-   --with-pic
+   --with-pic \
+--enable-sse
+
 make %{?_smp_mflags}
 
 %install






Remember to have fun...

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



commit MozillaFirefox for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory
checked in at Wed Sep 28 14:01:33 CEST 2011.




--- MozillaFirefox/MozillaFirefox.changes   2011-09-14 09:03:00.0 
+0200
+++ /mounts/work_src_done/STABLE/MozillaFirefox/MozillaFirefox.changes  
2011-09-26 08:37:05.0 +0200
@@ -1,0 +2,18 @@
+Fri Sep 23 11:22:22 UTC 2011 - w...@rosenauer.org
+
+- update to Firefox 7 (bnc#720264)
+  including
+  * Improve Responsiveness with Memory Reductions
+  * Instant Sync
+  * WebSocket protocol 8
+- removed obsolete mozilla-cairo-lcd.patch
+- rebased patches
+- removed XLIB_SKIP_ARGB_VISUALS=1 from environment in
+  mozilla.sh.in (bnc#680758)
+
+---
+Fri Sep 16 06:57:38 UTC 2011 - w...@rosenauer.org
+
+- fixed loading of kde.js under KDE (bnc#718311)
+
+---

calling whatdependson for head-i586


Old:

  firefox-6.0.2-source.tar.bz2
  l10n-6.0.2.tar.bz2
  mozilla-cairo-lcd.patch

New:

  firefox-7.0-source.tar.bz2
  l10n-7.0.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.kyGuxB/_old  2011-09-28 14:01:22.0 +0200
+++ /var/tmp/diff_new_pack.kyGuxB/_new  2011-09-28 14:01:22.0 +0200
@@ -18,8 +18,8 @@
 
 # norootforbuild
 
-%define major 6
-%define mainver %major.0.2
+%define major 7
+%define mainver %major.0
 
 Name:   MozillaFirefox
 BuildRequires:  Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ 
libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python 
startup-notification-devel unzip update-desktop-files yasm zip
@@ -34,8 +34,8 @@
 BuildRequires:  nss-shared-helper-devel
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Version:%{mainver}
-Release:4
-%define releasedate 2011090700
+Release:1
+%define releasedate 2011092200
 Provides:   web_browser
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{mainver}
@@ -66,7 +66,6 @@
 Patch3: mozilla-prefer_plugin_pref.patch
 Patch4: mozilla-shared-nss-db.patch
 Patch5: mozilla-kde.patch
-Patch6: mozilla-cairo-lcd.patch
 Patch7: mozilla-language.patch
 Patch9: mozilla-cairo-return.patch
 Patch10:mozilla-ntlm-full-path.patch
@@ -197,7 +196,6 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 %patch7 -p1
 %patch9 -p1
 %patch10 -p1
@@ -213,8 +211,6 @@
 %patch32 -p1
 %if %suse_version >= 1110
 %patch33 -p1
-# install kde.js
-install -m 644 %{SOURCE6} browser/app/profile/kde.js
 %endif
 %if %suse_version >= 1140
 %patch34 -p1
@@ -311,6 +307,10 @@
 find $RPM_BUILD_ROOT%{progdir} \
  -name "*.js" -o -name "*.jsm" -o -name "*.rdf" | xargs chmod a-x
 mkdir -p $RPM_BUILD_ROOT%{progdir}/searchplugins
+# install kde.js
+%if %suse_version >= 1110
+install -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{progdir}/defaults/pref/kde.js
+%endif
 # install add-plugins.sh
 sed "s:%%PROGDIR:%{progdir}:g" \
   %{SOURCE13} > $RPM_BUILD_ROOT%{progdir}/add-plugins.sh

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.kyGuxB/_old  2011-09-28 14:01:22.0 +0200
+++ /var/tmp/diff_new_pack.kyGuxB/_new  2011-09-28 14:01:22.0 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 BRANCH="releases/mozilla-release"
-RELEASE_TAG="FIREFOX_6_0_2_RELEASE"
-VERSION="6.0.2"
+RELEASE_TAG="FIREFOX_7_0_RELEASE"
+VERSION="7.0"
 
 # mozilla
 hg clone http://hg.mozilla.org/$BRANCH mozilla

++ firefox-6.0.2-source.tar.bz2 -> firefox-7.0-source.tar.bz2 ++
MozillaFirefox/firefox-6.0.2-source.tar.bz2 
/mounts/work_src_done/STABLE/MozillaFirefox/firefox-7.0-source.tar.bz2 differ: 
char 11, line 1

++ firefox-branded-icons.patch ++
--- /var/tmp/diff_new_pack.kyGuxB/_old  2011-09-28 14:01:22.0 +0200
+++ /var/tmp/diff_new_pack.kyGuxB/_new  2011-09-28 14:01:22.0 +0200
@@ -1,15 +1,15 @@
 # HG changeset patch
-# Parent 0a9fd1d7099ccdff12205e23f0d9bf4d93a328ee
+# Parent 6948d58326d5c2e46936e186079421e7d76445e2
 
 diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in
 --- a/browser/app/Makefile.in
 +++ b/browser/app/Makefile.in
-@@ -221,16 +221,21 @@ endif
+@@ -199,16 +199,21 @@ DEFINES += -DMOZILLA_OFFICIAL
+ endif
  
  ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
  libs::
$(INSTALL) $(IFLAGS1) $(DIST)/branding/mozicon128.png $(DIST)/bin/icons
-   $(INSTALL) $(IFLAGS1) $(DIST)/branding/document.png   $(DIST)/bin/icons
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default16.png  
$(DIST)/bin/chrome/icons/default
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default32.png  
$(DIST)/bin/chrome/icons/default
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default48.png  
$(DIST)/bin/chrome/icons/default
@@ -29,7 +29,7 @@
 diff --git a/browser/branding/official/

commit fftw3 for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory
checked in at Wed Sep 28 14:07:18 CEST 2011.




--- fftw3/fftw3.changes 2011-08-06 01:26:13.0 +0200
+++ /mounts/work_src_done/STABLE/fftw3/fftw3.changes2011-09-28 
04:24:24.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 28 02:22:14 UTC 2011 - dh...@wustl.edu
+
+- enable sse2 and sse code generation
+
+---

calling whatdependson for head-i586




Other differences:
--
++ fftw3.spec ++
--- /var/tmp/diff_new_pack.Nt1CyA/_old  2011-09-28 14:07:14.0 +0200
+++ /var/tmp/diff_new_pack.Nt1CyA/_new  2011-09-28 14:07:14.0 +0200
@@ -133,7 +133,7 @@
 # autoreconf --force --install
 
 %build
-%configure --enable-shared --enable-threads --enable-openmp --enable-mpi 
--disable-static
+%configure --enable-shared --enable-threads --enable-openmp --enable-mpi 
--enable-sse2 --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -142,7 +142,7 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.*a
 # hack to also compile/install single-precision version:
 make distclean
-%configure --enable-shared --enable-threads --enable-float --enable-openmp 
--enable-mpi --disable-static
+%configure --enable-shared --enable-threads --enable-float --enable-openmp 
--enable-mpi --enable-sse --disable-static
 make %{?_smp_mflags}
 %makeinstall
 # remove unneeded files






Remember to have fun...

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



commit extreme-tuxracer for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package extreme-tuxracer for openSUSE:Factory
checked in at Wed Sep 28 14:07:07 CEST 2011.




--- extreme-tuxracer/extreme-tuxracer.changes   2010-04-08 14:00:14.0 
+0200
+++ /mounts/work_src_done/STABLE/extreme-tuxracer/extreme-tuxracer.changes  
2011-09-19 01:05:07.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ extreme-tuxracer.spec ++
--- /var/tmp/diff_new_pack.Tm1l5y/_old  2011-09-28 14:06:46.0 +0200
+++ /var/tmp/diff_new_pack.Tm1l5y/_new  2011-09-28 14:06:46.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package extreme-tuxracer (Version 0.4)
+# spec file for package extreme-tuxracer
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,15 +34,6 @@
 Extreme Tux Racer is an open source racing game featuring Tux the Linux
 Penguin. ETRacer continues in the tracks of Tux Racer and its forks.
 
-
-
-Authors:
-
-Volker Ströbel
-Andreas Tarandi (Torandi)
-StevenB
-Hamish Morrison
-
 %prep
 %setup -n extremetuxracer-%{version}
 %patch0 -p0
@@ -59,9 +50,6 @@
 %suse_update_desktop_file -c etracer etracer "%{summary}" etracer etracer Game 
SportsGame
 %fdupes -s %buildroot
 
-%clean
-%__rm -rf %buildroot
-
 %files
 %defattr(-,root,root)
 %{_bindir}/etracer






Remember to have fun...

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



commit esound for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package esound for openSUSE:Factory
checked in at Wed Sep 28 14:06:42 CEST 2011.




--- esound/esound.changes   2011-09-19 00:52:16.0 +0200
+++ /mounts/work_src_done/STABLE/esound/esound.changes  2011-09-28 
11:19:16.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 28 09:18:11 UTC 2011 - dims...@opensuse.org
+
+- Add esound-link-libm.patch: Link esd against libm to fix build on
+  Factory.
+
+---

calling whatdependson for head-i586


New:

  esound-link-libm.patch



Other differences:
--
++ esound.spec ++
--- /var/tmp/diff_new_pack.rteHQ2/_old  2011-09-28 14:06:35.0 +0200
+++ /var/tmp/diff_new_pack.rteHQ2/_new  2011-09-28 14:06:35.0 +0200
@@ -35,6 +35,7 @@
 # PATCH-FIX-UPSTREAM esound-esddsp-no-version-info.patch bgo545534 
sbra...@suse.cz -- move non-standard library to a separate directory
 Patch5: esound-esddsp-no-version-info.patch
 Patch6: esound-0.2.41-no_dev_random.patch
+Patch7: esound-link-libm.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libesd0 = %{version}
 
@@ -107,6 +108,7 @@
 %patch1
 %patch5 -p1
 %patch6
+%patch7 -p1
 
 %build
 autoreconf -f -i

++ esound-link-libm.patch ++
Index: esound-0.2.41/Makefile.am
===
--- esound-0.2.41.orig/Makefile.am
+++ esound-0.2.41/Makefile.am
@@ -126,7 +126,7 @@ esdplay_SOURCES = \
 
 LDADD = libesd.la $(AUDIOFILE_LIBS)
 
-esd_LDADD = $(WRAP_LIB) $(LDADD)
+esd_LDADD = $(WRAP_LIB) $(LDADD) -lm
 
 m4datadir = $(datadir)/aclocal
 m4data_DATA = esd.m4





Remember to have fun...

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



commit cwiid for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package cwiid for openSUSE:Factory
checked in at Wed Sep 28 14:06:29 CEST 2011.




--- cwiid/cwiid.changes 2011-08-02 13:24:58.0 +0200
+++ /mounts/work_src_done/STABLE/cwiid/cwiid.changes2011-09-18 
02:13:51.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 00:13:22 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Add baselibs config
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ cwiid.spec ++
--- /var/tmp/diff_new_pack.nGtDu4/_old  2011-09-28 14:06:22.0 +0200
+++ /var/tmp/diff_new_pack.nGtDu4/_new  2011-09-28 14:06:22.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %{!?py_ver:  %global py_ver  %(%__python -c "import sys; 
v=sys.version_info[:2]; print '%%d.%%d'%%v" 2>/dev/null)}
 %{!?python_sitearch: %global python_sitearch %(%__python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
@@ -27,6 +26,7 @@
 Summary:Wii Library
 # http://abstrakraft.org/cwiid/downloads/cwiid-%{version}.tgz
 Source: cwiid-%{version}.tar.bz2
+Source2:baselibs.conf
 Patch1: cwiid-fix_ldflags.patch
 Patch2: cwiid-hci_read.patch
 Url:http://abstrakraft.org/cwiid/
@@ -45,7 +45,6 @@
 
 %package -n libcwiid%{soname}
 
-
 Summary:Library to access Wiimotes
 Provides:   libcwiid%{soname} = %{version}
 Group:  System/Libraries
@@ -133,9 +132,6 @@
 
 %postun -n libcwiid%{soname} -p /sbin/ldconfig
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files -n lswm
 %defattr(-,root,root)
 %{_bindir}/lswm

++ baselibs.conf ++
libcwiid1
libcwiid-devel
requires -libcwiid-
requires "libcwiid1- = "





Remember to have fun...

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



commit csmash for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package csmash for openSUSE:Factory
checked in at Wed Sep 28 14:06:15 CEST 2011.




--- csmash/csmash.changes   2010-11-08 18:42:53.0 +0100
+++ /mounts/work_src_done/STABLE/csmash/csmash.changes  2011-09-18 
02:04:23.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 18 00:04:19 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ csmash.spec ++
--- /var/tmp/diff_new_pack.ko1kgO/_old  2011-09-28 14:06:11.0 +0200
+++ /var/tmp/diff_new_pack.ko1kgO/_new  2011-09-28 14:06:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package csmash (Version 0.6.6)
+# spec file for package csmash
 #
-# 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
@@ -73,9 +73,6 @@
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.lang
 %defattr(-,root,root,755)
 %doc README README.jp AUTHORS COPYING CREDITS 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 compizconfig-settings-manager for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package compizconfig-settings-manager for 
openSUSE:Factory
checked in at Wed Sep 28 14:06:07 CEST 2011.




--- compizconfig-settings-manager/compizconfig-settings-manager.changes 
2011-09-18 01:48:05.0 +0200
+++ 
/mounts/work_src_done/STABLE/compizconfig-settings-manager/compizconfig-settings-manager.changes
2011-09-22 21:01:35.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 22 19:00:07 UTC 2011 - dims...@opensuse.org
+
+- Update to 0.9.5.94:
+  + Added settings upgrade framework
+
+---

calling whatdependson for head-i586




Other differences:
--
++ compizconfig-settings-manager.spec ++
--- /var/tmp/diff_new_pack.0jycJH/_old  2011-09-28 14:06:01.0 +0200
+++ /var/tmp/diff_new_pack.0jycJH/_new  2011-09-28 14:06:01.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   compizconfig-settings-manager
-Version:0.9.5
+Version:0.9.5.94
 Release:1
 License:GPLv2+
 Summary:Settings Manager for Compiz (CCSM)

++ compizconfig-settings-manager.tar.bz2 ++
 4441 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 compiz-plugins-main for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package compiz-plugins-main for 
openSUSE:Factory
checked in at Wed Sep 28 14:05:57 CEST 2011.




--- compiz-plugins-main/compiz-plugins-main.changes 2011-07-06 
20:33:51.0 +0200
+++ 
/mounts/work_src_done/STABLE/compiz-plugins-main/compiz-plugins-main.changes
2011-09-22 21:14:10.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 21 19:36:22 UTC 2011 - dims...@opensuse.org
+
+- Upudate to version 0.9.5.94:
+  + Fixed window type fixes in workarounds
+
+---

calling whatdependson for head-i586




Other differences:
--
++ compiz-plugins-main.spec ++
--- /var/tmp/diff_new_pack.2C97Jk/_old  2011-09-28 14:05:52.0 +0200
+++ /var/tmp/diff_new_pack.2C97Jk/_new  2011-09-28 14:05:52.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   compiz-plugins-main
-Version:0.9.5
+Version:0.9.5.94
 Release:1
 License:GPLv2+
 Summary:Compiz-Fusion community main plugins

++ compiz-plugins-main.tar.bz2 ++
 14985 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 compiz-plugins-extra for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package compiz-plugins-extra for 
openSUSE:Factory
checked in at Wed Sep 28 14:05:46 CEST 2011.




--- compiz-plugins-extra/compiz-plugins-extra.changes   2011-07-06 
20:31:07.0 +0200
+++ 
/mounts/work_src_done/STABLE/compiz-plugins-extra/compiz-plugins-extra.changes  
2011-09-22 21:15:32.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 21 19:35:20 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.5.94:
+  + Sync version.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ compiz-plugins-extra.spec ++
--- /var/tmp/diff_new_pack.togEY8/_old  2011-09-28 14:05:40.0 +0200
+++ /var/tmp/diff_new_pack.togEY8/_new  2011-09-28 14:05:40.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   compiz-plugins-extra
-Version:0.9.5
+Version:0.9.5.94
 Release:1
 License:GPLv2+
 Summary:Compiz extra plugins

++ compiz-plugins-extra.tar.bz2 ++
compiz-plugins-extra/compiz-plugins-extra.tar.bz2 
/mounts/work_src_done/STABLE/compiz-plugins-extra/compiz-plugins-extra.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit compiz for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package compiz for openSUSE:Factory
checked in at Wed Sep 28 14:05:36 CEST 2011.




--- compiz/compiz.changes   2011-06-27 12:07:00.0 +0200
+++ /mounts/work_src_done/STABLE/compiz/compiz.changes  2011-09-21 
21:45:18.0 +0200
@@ -1,0 +2,17 @@
+Wed Sep 21 19:34:23 UTC 2011 - dims...@opensuse.org
+
+- Update to 0.9.5.92.1:
+  + Fix failure to build from source due to merge failure on the
+last release
+- Changes from version 0.9.5.92:
+  + Added GSettings schema generation
+  + Revised libdecoration interface
+  + Fixed crashes on shutdown
+  + Don't unredirect overlay windows until they have been shaped
+
+---
+Tue Aug 23 06:57:15 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typos in compiz.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.GqDLfp/_old  2011-09-28 14:05:31.0 +0200
+++ /var/tmp/diff_new_pack.GqDLfp/_new  2011-09-28 14:05:31.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   compiz
-Version:0.9.5
+Version:0.9.5.92.1
 Release:1
 License:GPLv2+ ; MIT License (or similar)
 Summary:OpenGL window and compositing manager
@@ -30,8 +30,6 @@
 Source2:sle.png
 # Helper to update to latest git snapshot.
 Source99:   update.sh
-# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
-Patch0: 0001-Use-dynamic-allocation-for-plugin-class-indexes-and-.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cairo-devel
@@ -76,7 +74,7 @@
 ExclusiveArch:  %ix86 x86_64 ppc ppc64 ia64
 
 %description
-Compiz is an OpenGL compositing manager that use
+Compiz is an OpenGL compositing manager that uses
 GLX_EXT_texture_from_drawable for binding redirected top-level windows
 to texture objects. It has a flexible plug-in system and it is designed
 to run well on most graphics hardware.
@@ -94,7 +92,7 @@
 
 %package kde4
 License:GPLv2+ ; LGPLv2.1+ ; MIT License (or similar)
-Summary:OpenGL window and compositing managerdecorator for kde4
+Summary:OpenGL window and compositing manager decorator for kde4
 Group:  System/GUI/KDE
 Requires:   %name = %version
 Requires:   kde4-kwin
@@ -115,7 +113,7 @@
 Requires:   xorg-x11-devel
 
 %description devel
-Compiz is an OpenGL compositing manager that use
+Compiz is an OpenGL compositing manager that uses
 GLX_EXT_texture_from_drawable for binding redirected top-level windows
 to texture objects. It has a flexible plug-in system and it is designed
 to run well on most graphics hardware.
@@ -132,7 +130,7 @@
 Conflicts:  otherproviders(compiz-branding)
 
 %description branding-openSUSE
-Compiz is an OpenGL compositing manager that use
+Compiz is an OpenGL compositing manager that uses
 GLX_EXT_texture_from_drawable for binding redirected top-level windows
 to texture objects. It has a flexible plug-in system and it is designed
 to run well on most graphics hardware.
@@ -149,7 +147,7 @@
 Conflicts:  otherproviders(compiz-branding)
 
 %description branding-SLE
-Compiz is an OpenGL compositing manager that use
+Compiz is an OpenGL compositing manager that uses
 GLX_EXT_texture_from_drawable for binding redirected top-level windows
 to texture objects. It has a flexible plug-in system and it is designed
 to run well on most graphics hardware.
@@ -166,7 +164,7 @@
 Conflicts:  otherproviders(compiz-branding)
 
 %description branding-upstream
-Compiz is an OpenGL compositing manager that use
+Compiz is an OpenGL compositing manager that uses
 GLX_EXT_texture_from_drawable for binding redirected top-level windows
 to texture objects. It has a flexible plug-in system and it is designed
 to run well on most graphics hardware.
@@ -175,9 +173,6 @@
 %prep
 %setup -q -n %{name}
 translation-update-upstream po compiz
-%if 0%{?suse_version} > 1120
-%patch0 -p1
-%endif
 mkdir build
 
 %build
@@ -340,9 +335,11 @@
 %{_datadir}/%{name}/cmake/CompizCommon.cmake
 %{_datadir}/%{name}/cmake/CompizDefaults.cmake
 %{_datadir}/%{name}/cmake/CompizGconf.cmake
+%{_datadir}/%{name}/cmake/CompizGSettings.cmake
 %{_datadir}/%{name}/cmake/CompizPackage.cmake
 %{_datadir}/%{name}/cmake/CompizPlugin.cmake
 %{_datadir}/%{name}/cmake/plugin_extensions/CompizGenGconf.cmake
+%{_datadir}/%{name}/cmake/plugin_extensions/CompizGenGSettings.cmake
 %{_datadir}/%{name}/cmake/plugin_extensions/CompizGenInstallData.cmake
 %{_datadir}/%{name}/cmake/plugin_extensions/CompizGenInstallImages.cmake
 %{_datadir}/cmake/Modules/FindCompiz.cmake

++ compiz.tar.bz2 ++
compiz/compiz.tar.bz2 /mounts/work_src_done/STABLE/compiz/compiz.tar.bz2 
differ: char 11, line 1




++

commit circuslinux for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package circuslinux for openSUSE:Factory
checked in at Wed Sep 28 14:05:20 CEST 2011.




--- circuslinux/circuslinux.changes 2011-07-02 19:23:02.0 +0200
+++ /mounts/work_src_done/STABLE/circuslinux/circuslinux.changes
2011-09-18 00:59:57.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 22:59:52 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ circuslinux.spec ++
--- /var/tmp/diff_new_pack.OOGTUv/_old  2011-09-28 14:05:17.0 +0200
+++ /var/tmp/diff_new_pack.OOGTUv/_new  2011-09-28 14:05:17.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   circuslinux
@@ -36,10 +35,6 @@
 to bounce clowns into the air. When they reach the top, they pop rows
 of balloons, and then fall back down.
 
-Authors:
-
-Bill Kendrick 
-
 %prep
 %setup -q
 %patch0






Remember to have fun...

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



commit bsd-games for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package bsd-games for openSUSE:Factory
checked in at Wed Sep 28 14:02:54 CEST 2011.




--- bsd-games/bsd-games.changes 2009-06-02 14:30:51.0 +0200
+++ /mounts/work_src_done/STABLE/bsd-games/bsd-games.changes2011-09-17 
22:53:09.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 20:52:49 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bsd-games.spec ++
--- /var/tmp/diff_new_pack.YIOFlx/_old  2011-09-28 14:02:45.0 +0200
+++ /var/tmp/diff_new_pack.YIOFlx/_new  2011-09-28 14:02:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bsd-games (Version 2.17)
+# spec file for package bsd-games
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bsd-games
@@ -26,7 +25,6 @@
 Provides:   bsdgames 
 Obsoletes:  bsdgames
 PreReq: permissions
-AutoReqProv:on
 Version:2.17
 Release:89
 Summary:Several Text-Mode Games
@@ -50,13 +48,6 @@
 paranoia, pom, ppt, primes, rain, robots, sail, snake, snscore,
 teachgammon, trek, wargames, worm, worms, and wump.
 
-
-
-Authors:
-
-Curt Olson 
-Andy Tefft 
-
 %prep
 %setup -q -n bsd-games-%{version}
 %patch0
@@ -76,7 +67,8 @@
 echo
 echo "n"   # Set owners/groups on 
installed files
 yes "") | ./configure
-make OPTIMIZE="$RPM_OPT_FLAGS -I/usr/include/ncurses" 
dab_CXXFLAGS="-DHAVE_fgetln"
+make OPTIMIZE="$RPM_OPT_FLAGS -I/usr/include/ncurses" \
+   dab_CXXFLAGS="-DHAVE_fgetln" %{?_smp_mflags}
 
 %install
 make INSTALL_PREFIX=$RPM_BUILD_ROOT install
@@ -101,9 +93,6 @@
 done
 rm $RPM_BUILD_ROOT/usr/share/doc/bsd-games/trek.me
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %run_permissions
 %verifyscript






Remember to have fun...

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



commit branding-openSUSE for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory
checked in at Wed Sep 28 14:02:40 CEST 2011.




--- branding-openSUSE/branding-openSUSE.changes 2011-09-22 18:04:07.0 
+0200
+++ /mounts/work_src_done/STABLE/branding-openSUSE/branding-openSUSE.changes
2011-09-28 11:51:19.0 +0200
@@ -1,0 +2,32 @@
+Wed Sep 28 09:50:10 UTC 2011 - co...@suse.com
+
+- adopt ksplashx to new logo position
+
+---
+Tue Sep 27 20:33:57 UTC 2011 - co...@suse.com
+
+- move ksplashx and kde wallpaper here too
+
+---
+Tue Sep 27 14:49:43 UTC 2011 - co...@suse.com
+
+- update bootsplash graphics
+
+---
+Tue Sep 27 11:31:16 UTC 2011 - co...@suse.com
+
+- fix %ifarch logic - and update to azul previews
+
+---
+Mon Sep 26 12:32:01 UTC 2011 - vu...@opensuse.org
+
+- Add missing update-alternatives Requires(post)/Requires(postun)
+  to wallpaper-branding-openSUSE, since this is now using
+  update-alternatives.
+
+---
+Fri Sep 23 15:05:20 CEST 2011 - meiss...@suse.de
+
+- gfxboot is only on x86_64 and %ix86
+
+---

calling whatdependson for head-i586




Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.aXpflv/_old  2011-09-28 14:02:36.0 +0200
+++ /var/tmp/diff_new_pack.aXpflv/_new  2011-09-28 14:02:36.0 +0200
@@ -32,10 +32,12 @@
 Source20:   sysconfig.bootsplash-branding-openSUSE
 Source100:  %{name}-COPYING
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+%ifarch x86_64 %ix86
+%define package_gfxboot 1
+BuildRequires:  gfxboot-devel
+%endif
 Summary:SuSE Brand File
 BuildRequires:  fribidi
-BuildRequires:  gfxboot-devel
 BuildRequires:  kde4-filesystem
 BuildRequires:  update-desktop-files
 
@@ -43,6 +45,22 @@
 This package contains the file /etc/SuSE-brand, and its name is used as
 a trigger for installation of correct vendor brand packages.
 
+%if 0%{?package_gfxboot} > 0
+
+%package-n gfxboot-branding-openSUSE
+Summary:Graphical bootloader openSUSE theme
+Group:  System/Boot
+PreReq: gfxboot >= 4
+Supplements:packageand(gfxboot:branding-openSUSE)
+Provides:   gfxboot-theme = %{version}
+Provides:   gfxboot-branding = %{version}
+Conflicts:  otherproviders(gfxboot-branding)
+BuildArch:  noarch
+
+%description -n gfxboot-branding-openSUSE
+openSUSE theme for gfxboot (bootloader graphics).
+%endif
+
 %package -n bootsplash-branding-openSUSE
 License:BSD3c
 Supplements:packageand(bootsplash:branding-openSUSE)
@@ -58,18 +76,6 @@
 %description -n bootsplash-branding-openSUSE
 This package contains a theme with openSUSE artwork
 
-%package-n gfxboot-branding-openSUSE
-Summary:Graphical bootloader openSUSE theme
-Group:  System/Boot
-PreReq: gfxboot >= 4
-Supplements:packageand(gfxboot:branding-openSUSE)
-Provides:   gfxboot-theme = %{version}
-Provides:   gfxboot-branding = %{version}
-Conflicts:  otherproviders(gfxboot-branding)
-
-%description -n gfxboot-branding-openSUSE
-openSUSE theme for gfxboot (bootloader graphics).
-
 %package -n kdelibs4-branding-openSUSE
 Summary:KDE Base Libraries: Build Environment
 Group:  System/GUI/KDE
@@ -77,14 +83,18 @@
 Supplements:packageand(kdelibs4:branding-openSUSE)
 Provides:   kdelibs4-branding = %{version}
 Conflicts:  otherproviders(kdelibs4-branding)
+BuildArch:  noarch
 
 %description -n kdelibs4-branding-openSUSE
 openSUSE branding for about KDE
 
 %package -n wallpaper-branding-openSUSE
 Summary:openSUSE default wallpapers
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 Provides:   wallpaper-branding = %{version}
 Conflicts:  otherproviders(wallpaper-branding)
+BuildArch:  noarch
 
 %description -n wallpaper-branding-openSUSE
 openSUSE wallpapers
@@ -94,10 +104,24 @@
 Provides:   yast2-qt-branding = %{version}
 Conflicts:  otherproviders(yast2-qt-branding)
 Supplements:packageand(yast2-qt:branding-openSUSE)
+BuildArch:  noarch
 
 %description -n yast2-qt-branding-openSUSE
 openSUSE branding for yast2-qt
 
+%package -n ksplashx-branding-openSUSE
+Summary:openSUSE branding for KDE splash
+Provides:   ksplashx-branding = %{version}
+Conflicts:  otherproviders(ksplashx-branding)
+Supplements:packageand(kdebase4-workspace:branding-openSUSE)
+BuildArch:  noarch
+# links its images
+Requires:   bootsplash-branding-openSUSE
+
+%de

commit alsa-plugins for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package alsa-plugins for openSUSE:Factory
checked in at Wed Sep 28 14:02:25 CEST 2011.




--- alsa-plugins/alsa-plugins.changes   2011-09-17 12:56:58.0 +0200
+++ /mounts/work_src_done/STABLE/alsa-plugins/alsa-plugins.changes  
2011-09-27 09:57:09.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 27 09:56:18 CEST 2011 - ti...@suse.de
+
+- Set CLOEXEC flag to left-over fds in pulse plugin
+
+---
+Tue Sep 20 10:02:49 CEST 2011 - ti...@suse.de
+
+- Install pulse plugin setup in the new config.d directory,
+  use the upstream default
+
+---

calling whatdependson for head-i586


New:

  0008-pulse-Install-a-PulseAudio-config-snippet-into-alsa..patch
  0009-Set-CLOEXEC-flag-for-pipes-in-PulseAudio-plugins.patch



Other differences:
--
++ alsa-plugins.spec ++
--- /var/tmp/diff_new_pack.L7rt2K/_old  2011-09-28 14:02:21.0 +0200
+++ /var/tmp/diff_new_pack.L7rt2K/_new  2011-09-28 14:02:21.0 +0200
@@ -54,6 +54,8 @@
 Patch5: 0005-jack-Fix-hanging-applications-when-using-jack-plugin.patch
 Patch6: 0006-pulse-only-underrun-if-no-more-data-has-been-written.patch
 Patch7: 0007-pulse-Define-a-dummy-PA_CHECK_VERSION-when-not-avail.patch
+Patch8: 0008-pulse-Install-a-PulseAudio-config-snippet-into-alsa..patch
+Patch9: 0009-Set-CLOEXEC-flag-for-pipes-in-PulseAudio-plugins.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -138,6 +140,8 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 %build
 export AUTOMAKE_JOBS="%{?_smp_mflags}"
@@ -188,6 +192,7 @@
 %{_libdir}/alsa-lib/libasound_module_conf_pulse.so
 %config /etc/asound-pulse.conf
 %config /etc/alsa-pulse.conf
+%{_datadir}/alsa/alsa.conf.d
 %endif
 
 %files maemo

++ 0008-pulse-Install-a-PulseAudio-config-snippet-into-alsa..patch ++
>From 84ce9d8230d19ebd67bc8db691bab74c4cbac979 Mon Sep 17 00:00:00 2001
From: Colin Guthrie 
Date: Fri, 16 Sep 2011 10:35:17 +0100
Subject: [PATCH] pulse: Install a PulseAudio config snippet into alsa.conf.d

v2: Assing priorities to the config snippets.

Signed-off-by: Colin Guthrie 
Signed-off-by: Takashi Iwai 
---
 configure.in |   19 ++-
 pulse/50-pulseaudio.conf |   13 +
 pulse/99-pulseaudio-default.conf.example |   13 +
 pulse/Makefile.am|2 ++
 4 files changed, 46 insertions(+), 1 deletions(-)
 create mode 100644 pulse/50-pulseaudio.conf
 create mode 100644 pulse/99-pulseaudio-default.conf.example

diff --git a/configure.in b/configure.in
index ccf59ba..3839dd5 100644
--- a/configure.in
+++ b/configure.in
@@ -131,10 +131,10 @@ fi
 AM_CONDITIONAL(HAVE_PPH, test "$PPH" = "builtin" -o "$PPH" = "lib")
 AM_CONDITIONAL(USE_LIBSPEEX, test "$PPH" = "lib")
 
-dnl ALSA plugin directory
 test "x$prefix" = xNONE && prefix=$ac_default_prefix
 test "x$exec_prefix" = xNONE && exec_prefix=$prefix
 
+dnl ALSA plugin directory
 AC_ARG_WITH(plugindir,
 AS_HELP_STRING([--with-plugindir=dir],
[path where ALSA plugin files are stored]),
@@ -151,6 +151,23 @@ AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "$plugindir", 
[directory containing ALSA add
 ALSA_PLUGIN_DIR="$plugindir"
 AC_SUBST(ALSA_PLUGIN_DIR)
 
+dnl ALSA data directory
+AC_ARG_WITH(alsadatadir,
+AS_HELP_STRING([--with-alsadatadir=dir],
+   [path where ALSA data files are stored]),
+alsadatadir="$withval", alsadatadir="")
+if test -z "$alsadatadir"; then
+eval dir="$datadir"
+case "$dir" in
+/*) ;;
+*) dir="$dir"
+esac
+alsadatadir="$dir/alsa"
+fi
+AC_DEFINE_UNQUOTED(ALSA_DATA_DIR, "$alsadatadir", [directory containing ALSA 
data files])
+ALSA_DATA_DIR="$alsadatadir"
+AC_SUBST(ALSA_DATA_DIR)
+
 SAVE_PLUGINS_VERSION
 
 AC_OUTPUT([
diff --git a/pulse/50-pulseaudio.conf b/pulse/50-pulseaudio.conf
new file mode 100644
index 000..dd85dab
--- /dev/null
+++ b/pulse/50-pulseaudio.conf
@@ -0,0 +1,13 @@
+# Add a specific named PulseAudio pcm and ctl (typically useful for testing)
+
+pcm.pulse {
+type pulse
+hint {
+show on
+description "PulseAudio Sound Server"
+}
+}
+
+ctl.pulse {
+type pulse
+}
diff --git a/pulse/99-pulseaudio-default.conf.example 
b/pulse/99-pulseaudio-default.conf.example
new file mode 100644
index 000..4f58858
--- /dev/null
+++ b/pulse/99-pulseaudio-default.conf.example
@@ -0,0 +1,13 @@
+# Default to PulseAudio
+
+pcm.!default {
+type pulse
+hint {
+show on
+description "Default ALSA Output (currently PulseAudio Sound Server)"
+}
+}
+
+ctl.!default {
+type pulse
+}
diff --git a/pulse/Makefile.am b/pulse/Makefile.am
index e89e8ee..e184c62 100644
--- a/pulse/Makefile.am
+++

commit acpid for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package acpid for openSUSE:Factory
checked in at Wed Sep 28 14:02:13 CEST 2011.




--- acpid/acpid.changes 2011-09-23 16:30:52.0 +0200
+++ /mounts/work_src_done/STABLE/acpid/acpid.changes2011-09-26 
18:21:09.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 26 16:20:40 UTC 2011 - fcro...@suse.com
+
+- Use latest systemd RPM macros.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.ZU1rTK/_old  2011-09-28 14:02:09.0 +0200
+++ /var/tmp/diff_new_pack.ZU1rTK/_new  2011-09-28 14:02:09.0 +0200
@@ -77,20 +77,15 @@
 touch %buildroot%_var/log/acpid
 
 %pre
-%service_migrate_to_systemd_pre acpid
+%service_add_pre acpid.service
 
 %post
 %{fillup_and_insserv -y -f acpid}
-%service_migrate_to_systemd_post acpid
-%service_add acpid.service
-if [ $FIRST_ARG -eq 1 ]; then
-  /bin/systemctl enable acpid.service 2> /dev/null || :
-fi
+%service_add_post acpid.service
 
 %postun
 %restart_on_update acpid
 %{insserv_cleanup}
-%service_migrate_to_systemd_postun acpid
 %service_del_postun acpid.service
 
 %preun






Remember to have fun...

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



commit MozillaThunderbird for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory
checked in at Wed Sep 28 14:02:00 CEST 2011.




--- MozillaThunderbird/MozillaThunderbird.changes   2011-09-14 
09:06:13.0 +0200
+++ /mounts/work_src_done/STABLE/MozillaThunderbird/MozillaThunderbird.changes  
2011-09-26 15:42:23.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 26 09:18:56 UTC 2011 - wolfg...@rosenauer.org
+
+- update to version 7.0 (bnc#720264)
+- removed obsolete mozilla-cairo-lcd.patch
+- rebased patches
+
+---

calling whatdependson for head-i586


Old:

  l10n-6.0.2.tar.bz2
  mozilla-cairo-lcd.patch
  thunderbird-6.0.2-source.tar.bz2

New:

  l10n-7.0.tar.bz2
  thunderbird-7.0-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.3brdN7/_old  2011-09-28 14:01:48.0 +0200
+++ /var/tmp/diff_new_pack.3brdN7/_new  2011-09-28 14:01:48.0 +0200
@@ -21,13 +21,14 @@
 
 Name:   MozillaThunderbird
 BuildRequires:  Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ 
hunspell-devel libcurl-devel libgnomeui-devel libidl-devel libnotify-devel 
python startup-notification-devel unzip update-desktop-files yasm zip
-BuildRequires:  mozilla-nss-devel >= 3.12.8
+BuildRequires:  mozilla-nspr-devel >= 4.8.8
+BuildRequires:  mozilla-nss-devel >= 3.12.10
 BuildRequires:  nss-shared-helper-devel
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-%define mainversion 6.0.2
+%define mainversion 7.0
 Version:%{mainversion}
-Release:29
-%define releasedate 2011090700
+Release:1
+%define releasedate 2011092200
 Provides:   thunderbird = %{version}
 Summary:The Stand-Alone Mozilla Mail Component
 Url:http://www.mozilla.org/products/thunderbird/
@@ -46,7 +47,6 @@
 Source11:   compare-locales.tar.bz2
 # Gecko/Toolkit
 Patch1: mozilla-shared-nss-db.patch
-Patch2: mozilla-cairo-lcd.patch
 Patch3: mozilla-language.patch
 Patch4: mozilla-linux3.patch
 Patch5: mozilla-cairo-return.patch
@@ -166,7 +166,6 @@
 # xulrunner patches
 pushd mozilla
 %patch1 -p1
-%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
@@ -462,6 +461,7 @@
 %dir %{progdir}/chrome/
 %{progdir}/chrome/icons/
 %dir %{progdir}/dictionaries/
+%{progdir}/hyphenation/
 %{progdir}/defaults/
 %dir %{progdir}/extensions/
 %{progdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.3brdN7/_old  2011-09-28 14:01:49.0 +0200
+++ /var/tmp/diff_new_pack.3brdN7/_new  2011-09-28 14:01:49.0 +0200
@@ -2,8 +2,8 @@
 
 
 BRANCH="releases/comm-release"
-RELEASE_TAG="THUNDERBIRD_6_0_2_RELEASE"
-VERSION="6.0.2"
+RELEASE_TAG="THUNDERBIRD_7_0_RELEASE"
+VERSION="7.0"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-6.0.2.tar.bz2 -> l10n-7.0.tar.bz2 ++
MozillaThunderbird/l10n-6.0.2.tar.bz2 
/mounts/work_src_done/STABLE/MozillaThunderbird/l10n-7.0.tar.bz2 differ: char 
11, line 1

++ mozilla-cairo-return.patch ++
--- /var/tmp/diff_new_pack.3brdN7/_old  2011-09-28 14:01:49.0 +0200
+++ /var/tmp/diff_new_pack.3brdN7/_new  2011-09-28 14:01:49.0 +0200
@@ -1,6 +1,6 @@
 # HG changeset patch
 # User Wolfgang Rosenauer 
-# Parent e36e1a20cb5e1ba0e4bc3facac58029544d92e0a
+# Parent 43cb27a012f2532add0e9791c1b5a7d0c3b03f9b
 Bug 631155 - undefined return value in function '_cairo_surface_wrapper_flush'
 
 diff --git a/gfx/cairo/cairo/src/cairo-surface-wrapper.c 
b/gfx/cairo/cairo/src/cairo-surface-wrapper.c

++ mozilla-language.patch ++
--- /var/tmp/diff_new_pack.3brdN7/_old  2011-09-28 14:01:49.0 +0200
+++ /var/tmp/diff_new_pack.3brdN7/_new  2011-09-28 14:01:49.0 +0200
@@ -1,48 +1,48 @@
 # HG changeset patch
 # User Wolfgang Rosenauer 
-# Parent db620d83124746201970dcf50c661957df979eca
+# Parent 0d6917b8f28f6e0398dbf329dda4932ba4f997c2
 Bug 583793 - Firefox interface language set to LANG, ignores LANGUAGE
 
 diff --git a/intl/locale/src/nsLocaleService.cpp 
b/intl/locale/src/nsLocaleService.cpp
 --- a/intl/locale/src/nsLocaleService.cpp
 +++ b/intl/locale/src/nsLocaleService.cpp
-@@ -181,16 +181,17 @@ nsLocaleService::nsLocaleService(void)
- }
- 
+@@ -160,16 +160,17 @@ nsLocaleService::nsLocaleService(void)
+ nsRefPtr resultLocale(new nsLocale());
+ NS_ENSURE_TRUE(resultLocale, );
  
  #ifdef MOZ_WIDGET_QT
- const char* lang = QLocale::system().name().toAscii();
+ const char* lang = QLocale::system().name().toAscii();
  #else
- // Get system configuration
- const char* lang = getenv("LANG");
-+const char* language = getenv("LANGUAGE");
+ // Get system configuration
+ const char* lang = getenv("LANG