commit zlib for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package zlib for openSUSE:Factory checked in 
at 2012-10-23 07:16:07

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


Package is "zlib", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/zlib/zlib.changes2012-05-08 
06:54:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.zlib.new/zlib.changes   2012-10-23 
07:16:09.0 +0200
@@ -1,0 +2,16 @@
+Mon Oct 22 05:10:48 UTC 2012 - co...@suse.com
+
+- buildignore checks for now to get bootstrapping working
+
+---
+Mon Oct 15 07:39:29 UTC 2012 - mvysko...@suse.com
+
+- add longest_match performance patch (fate#314093)
+  * suggested by IBM, sent upstream
+- rename the main library package to libz1 according Shared
+  Library Policy
+- profiling build can be enabled via build --with profiling
+- use the human-readable package description from zlib.net
+- add rpmlintrc
+
+---

New:

  zlib-1.2.7-improve-longest_match-performance.patch
  zlib-rpmlintrc



Other differences:
--
++ zlib.spec ++
--- /var/tmp/diff_new_pack.n8aC3h/_old  2012-10-23 07:16:11.0 +0200
+++ /var/tmp/diff_new_pack.n8aC3h/_new  2012-10-23 07:16:11.0 +0200
@@ -16,38 +16,61 @@
 #
 
 
+%bcond_with profiling
+
 Name:   zlib
-Provides:   libz
-Obsoletes:  libz
-# bug437293
-%ifarch ppc64
-Obsoletes:  zlib-64bit
-%endif
-#
 Version:1.2.7
 Release:0
 Summary:Data Compression Library
 License:Zlib
 Group:  System/Libraries
 Url:http://www.zlib.net/
-# git://github.com/kaffeemonster/zlib.git (branch adler32_vec)
-Source: http://zlib.net/zlib-%{version}.tar.bz2
+Source0:http://zlib.net/zlib-%{version}.tar.bz2
 Source1:LICENSE
 Source2:baselibs.conf
+Source3:zlib-rpmlintrc
+#PATCH-FIX-SUSE: fate#314093, sent upstream by IBM
+Patch0: zlib-1.2.7-improve-longest_match-performance.patch
 BuildRequires:  pkgconfig
+#!BuildIgnore:  rpmlint-Factory
+#!BuildIgnore:  post-build-checks
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# bug437293
+%ifarch ppc64
+Obsoletes:  zlib-64bit
+%endif
 
 %description
-ftp://ds.internic.net/rfc/rfc1950.txt (zlib format), rfc1951.txt
-(deflate format) and rfc1952.txt (gzip format). These documents are
-also available in other formats from
-ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html.
+zlib is designed to be a free, general-purpose, legally unencumbered -- that
+is, not covered by any patents -- lossless data-compression library for use on
+virtually any computer hardware and operating system. the zlib data format is
+itself portable across platforms. unlike the lzw compression method used in
+unix compress(1) and in the gif image format, the compression method currently
+used in zlib essentially never expands the data. (lzw can double or triple the
+file size in extreme cases.) zlib's memory footprint is also independent of the
+input data and can be reduced, if necessary, at some cost in compression.
+
+%package -n libz1
+Summary:Include Files and Libraries mandatory for Development
+Group:  Development/Languages/C and C++
+Provides:   %{name} = %{version}-%{release}
+Obsoletes:  %{name} < %{version}-%{release}
+
+%description -n libz1
+zlib is designed to be a free, general-purpose, legally unencumbered -- that
+is, not covered by any patents -- lossless data-compression library for use on
+virtually any computer hardware and operating system. the zlib data format is
+itself portable across platforms. unlike the lzw compression method used in
+unix compress(1) and in the gif image format, the compression method currently
+used in zlib essentially never expands the data. (lzw can double or triple the
+file size in extreme cases.) zlib's memory footprint is also independent of the
+input data and can be reduced, if necessary, at some cost in compression.
 
 %package devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Languages/C and C++
 Requires:   glibc-devel
-Requires:   zlib = %{version}
+Requires:   libz1 = %{version}
 Provides:   libz:/usr/include/zlib.h
 # bug437293
 %ifarch ppc64
@@ -73,12 +96,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export LDFLAGS="-Wl,-z,relro,-z,now"
-# Marcus: breaks example64 in 32bit builds.
-%define do_profiling 0
-%if %{do_profiling}
+# Marcus: breaks example64 in 32bit builds, so it's disabled by default
+%if %{with profiling}
 profiledir=$(mktemp -d)
 trap "rm -rf $

commit vim-plugins for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2012-10-22 22:13:14

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


Package is "vim-plugins", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2012-10-03 
10:13:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2012-10-22 22:13:15.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 13:55:06 UTC 2012 - pu...@suse.com
+
+- gitdiff plugin is GPLv2 - fix license string 
+
+---



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.BSkIL0/_old  2012-10-22 22:13:17.0 +0200
+++ /var/tmp/diff_new_pack.BSkIL0/_new  2012-10-22 22:13:17.0 +0200
@@ -490,7 +490,7 @@
 Version:%gitdiff_version
 Release:0
 Summary:Show git diff in a split window
-License:MIT
+License:GPL-2.0
 Group:  Productivity/Text/Editors
 Requires:   git-core
 

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



commit v4l-utils for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2012-10-22 22:13:02

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


Package is "v4l-utils", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes  2012-06-01 
07:24:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2012-10-22 
22:13:04.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 17 13:53:54 UTC 2012 - fcro...@suse.com
+
+- Add udev-rules-dir.patch and BuildRequires udev to fix build with
+  new udev rules directory location.
+
+---

New:

  udev-rules-dir.patch



Other differences:
--
++ v4l-utils.spec ++
--- /var/tmp/diff_new_pack.XT3zu0/_old  2012-10-22 22:13:06.0 +0200
+++ /var/tmp/diff_new_pack.XT3zu0/_new  2012-10-22 22:13:06.0 +0200
@@ -16,6 +16,12 @@
 #
 
 
+%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
+%define _udevrulesdir /usr/lib/udev/rules.d
+%else
+%define _udevrulesdir /lib/udev/rules.d
+%endif
+
 Name:   v4l-utils
 Version:0.8.8
 Release:0
@@ -30,6 +36,8 @@
 Patch0: disable_rds_compilation.patch
 # PATCH-FIX-UPSTREAM libdvbv5-Add-missing-includes.patch 
asterios.dra...@gmail.com -- Fix compilation due to missing includes (taken 
from Fedora)
 Patch1: libdvbv5-Add-missing-includes.patch
+# PATCH-FIX-UPSTREAM udev-rules-dir.patch fcro...@suse.com -- allow udev rules 
directory to be overridden
+Patch2: udev-rules-dir.patch
 # Only needed to patch broken images in the upstream tarball
 BuildRequires:  ImageMagick
 BuildRequires:  kernel-headers
@@ -41,9 +49,7 @@
 BuildRequires:  sysfsutils
 %endif
 # Only needed for directory ownership (/lib/udev/rules.d)
-%if 0%{?sles_version}
 BuildRequires:  udev
-%endif
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -142,12 +148,13 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 %build
 make CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags}" 
%{?_smp_mflags}
 
 %install
-make install PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot}
+make install PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} 
UDEVRULESDIR=%{_udevrulesdir}
 
 # Patch image with wrong dimensions - fix rpmlint warning "wrong-icon-size"
 mogrify -extent "36x36" -background transparent -gravity "south" 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/qv4l2.png
@@ -175,7 +182,7 @@
 %dir %{_sysconfdir}/rc_keymaps
 %config(noreplace) %{_sysconfdir}/rc_keymaps/*
 %config(noreplace) %{_sysconfdir}/rc_maps.cfg
-/lib/udev/rules.d/70-infrared.rules
+%{_udevrulesdir}/70-infrared.rules
 %{_bindir}/cx18-ctl
 %{_bindir}/dvb-*
 %{_bindir}/dvbv5-*

++ udev-rules-dir.patch ++
Index: v4l-utils-0.8.8/utils/keytable/Makefile
===
--- v4l-utils-0.8.8.orig/utils/keytable/Makefile
+++ v4l-utils-0.8.8/utils/keytable/Makefile
@@ -1,4 +1,5 @@
 TARGETS = ir-keytable
+UDEVRULESDIR=/lib/udev/rules.d
 
 all: $(TARGETS)
 
@@ -37,8 +38,8 @@ install: $(TARGETS)
install -m 644 -p rc_maps.cfg $(DESTDIR)/etc
install -m 755 -d $(DESTDIR)/etc/rc_keymaps
install -m 644 -p rc_keymaps/* $(DESTDIR)/etc/rc_keymaps
-   install -m 755 -d $(DESTDIR)/lib/udev/rules.d
-   install -m 644 -p 70-infrared.rules $(DESTDIR)/lib/udev/rules.d
+   install -m 755 -d $(DESTDIR)/$(UDEVRULESDIR)
+   install -m 644 -p 70-infrared.rules $(DESTDIR)/$(UDEVRULESDIR)
install -m 755 -d $(DESTDIR)$(MANDIR)/man1
install -m 644 -p ir-keytable.1 $(DESTDIR)$(MANDIR)/man1
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit unrar for openSUSE:Factory:NonFree

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package unrar for openSUSE:Factory:NonFree 
checked in at 2012-10-22 22:12:52

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


Package is "unrar", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/unrar/unrar.changes  2011-09-23 
15:03:26.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new/unrar.changes 2012-10-22 
22:12:54.0 +0200
@@ -1,0 +2,26 @@
+Fri Oct 19 19:01:52 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-NonFree
+  The description of SUSE-Permissive on the spreadsheet linked from
+  license.opensuse.org would imply that such a licensed software would be
+  suitable for Factory. For unrar this is clearly not the case - hence
+  SUSE-NonFree
+
+---
+Fri Oct 12 19:43:44 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 4.2.4.
+  * No changelog provided.
+- Add unrar-4.2.4-no_return.patch: fix no-return-in-nonvoid-function
+  error.
+- Change License tag: SUSE-Permissive.
+- Use full URL as a source.
+- Update "unrarsrc-*-gcc" and "unrarsrc-*-soname" patches.
+- Correct libunrar Group: System/Libraries.
+- Remove Provides: libunrar3_9_10-devel (no dependent packages
+  found).
+- Update man page.
+- Mark man as doc.
+- Clean up and formatting spec.
+
+---

Old:

  unrarsrc-3.9-gcc.patch
  unrarsrc-3.9-soname.patch
  unrarsrc-4.0.4.tar.bz2

New:

  unrar-4.2.4-no_return.patch
  unrarsrc-4.2.4-gcc.patch
  unrarsrc-4.2.4-soname.patch
  unrarsrc-4.2.4.tar.gz



Other differences:
--
++ unrar.spec ++
--- /var/tmp/diff_new_pack.CvgiOn/_old  2012-10-22 22:12:55.0 +0200
+++ /var/tmp/diff_new_pack.CvgiOn/_new  2012-10-22 22:12:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unrar
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 # majorversion should match the major version number.
 %define majorversion 4
-%define libsuffix 4_0_4
+%define libsuffix 4_2_4
 
 Name:   unrar
-BuildRequires:  gcc-c++
-Version:4.0.4
-Release:6
-Group:  Productivity/Archiving/Compression
-License:Unrar License. Freely distributable
-#http://www.rarlab.com/rar/unrarsrc-%%{version}.tar.gz
-Url:http://www.rarlab.com
+Version:4.2.4
+Release:0
+License:SUSE-NonFree
 Summary:A program to extract, test, and view RAR archives
-Source: %{name}src-%{version}.tar.bz2
+Url:http://www.rarlab.com
+Group:  Productivity/Archiving/Compression
+Source0:http://www.rarlab.com/rar/%{name}src-%{version}.tar.gz
 Source1:unrar.1
 Patch1: unrarsrc-3.9-types.patch
-Patch2: unrarsrc-3.9-gcc.patch
+Patch2: unrarsrc-4.2.4-gcc.patch
 Patch3: unrarsrc-3.9-variablesize.patch
-Patch4: unrarsrc-3.9-soname.patch
+Patch4: unrarsrc-4.2.4-soname.patch
+# PATCH-FIX-UPSTREAM unrar-4.2.4-no_return.patch lazy.k...@opensuse.org -- fix 
no-return-in-nonvoid-function error
+Patch5: unrar-4.2.4-no_return.patch
+BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,28 +43,19 @@
 and developed for extracting, testing, and viewing the contents of
 archives created with the RAR archiver.
 
-Authors:
-
-Eugene Roshal 
-
 %package -n libunrar%{libsuffix}
 
-
-License:Unrar License. Freely distributable
 Summary:Decompress library for RAR v3 archives
-Group:  Productivity/Archiving/Compression
+Group:  System/Libraries
 
 %description -n libunrar%{libsuffix}
 The libunrar library allows programs linking against it to decompress
 existing RAR v3 archives.
 
-
 %package -n libunrar-devel
-License:Unrar License. Freely distributable
 Summary:Development files for libunrar
 Group:  Development/Libraries/C and C++
-Requires:   libunrar%{libsuffix} = %{version}-%{release}
-Provides:   libunrar3_9_10-devel
+Requires:   libunrar%{libsuffix} = %{version}
 
 %description -n libunrar-devel
 The libunrar-devel package contains libraries and header files for
@@ -76,26 +67,28 @@
 %patch2
 %patch3
 %patch4
+%patch5
 
 %build
-make -j %{?jobs} -f makefil

commit udev-browse for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package udev-browse for openSUSE:Factory 
checked in at 2012-10-22 22:12:19

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


Package is "udev-browse", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/udev-browse/udev-browse.changes  2012-04-17 
22:03:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.udev-browse.new/udev-browse.changes 
2012-10-22 22:12:21.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct 18 09:35:29 UTC 2012 - fcro...@suse.com
+
+- Update to version 0.3:
+  + update to new vala
+  + ported to gtk3
+- license is LGPLv2.1+
+
+---

Old:

  udev-browse-0.1.tar.gz

New:

  udev-browse-0.3.tar.xz



Other differences:
--
++ udev-browse.spec ++
--- /var/tmp/diff_new_pack.yQqUHl/_old  2012-10-22 22:12:22.0 +0200
+++ /var/tmp/diff_new_pack.yQqUHl/_new  2012-10-22 22:12:22.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   udev-browse
-Version:0.1
+Version:0.3
 Release:0
 Summary:A Udev browsing tool
-License:LGPL-2.1
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://0pointer.de/blog/projects/udev-browse.html
-Source: udev-browse-0.1.tar.gz
-BuildRequires:  gtk2-devel
+Source: http://0pointer.de/public/%{name}-%{version}.tar.xz
+BuildRequires:  gtk3-devel
 BuildRequires:  libgee-devel
 BuildRequires:  libgudev-1_0-devel
 BuildRequires:  vala
@@ -49,6 +49,6 @@
 %defattr(-,root,root)
 /usr/bin/udev-browse
 
-%doc COPYING.LGPL-2.1
+%doc LGPL
 
 %changelog

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



commit transmission for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package transmission for openSUSE:Factory 
checked in at 2012-10-22 22:11:29

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


Package is "transmission", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/transmission/transmission.changes
2012-10-03 10:12:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.transmission.new/transmission.changes   
2012-10-22 22:11:33.0 +0200
@@ -1,0 +2,18 @@
+Wed Oct 17 19:45:48 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.72:
+  + All Platforms:
+- Fix crash when adding magnet links with malformed webseeds.
+- Fix handling of magnet links' webseed URLs that contain
+  whitespace.
+- Fix remaining time estimates of magnet links that have
+  webseeds.
+- Show the webseed count in the torrent list when downloading
+  from webseeds.
+  + GTK+: When adding torrents by URL from the clipboard, handle
+whitespace in the link.
+  + Qt: Fix dialog memory leaks.
+  + Web Client: Minor interface fixes.
+  + Mac fixes.
+
+---

Old:

  transmission-2.71.tar.xz

New:

  transmission-2.72.tar.xz



Other differences:
--
++ transmission.spec ++
--- /var/tmp/diff_new_pack.NociXj/_old  2012-10-22 22:11:34.0 +0200
+++ /var/tmp/diff_new_pack.NociXj/_new  2012-10-22 22:11:34.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   transmission
-Version:2.71
+Version:2.72
 Release:0
 Summary:Lightweight, yet powerful BitTorrent client
-License:GPL-2.0 ; MIT
+License:GPL-2.0 and MIT
 Group:  Productivity/Networking/Other
 Url:http://www.transmissionbt.com/
 Source0:
http://download.m0k.org/transmission/files/%{name}-%{version}.tar.xz

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



commit system-config-printer for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory checked in at 2012-10-22 22:11:04

Comparing /work/SRC/openSUSE:Factory/system-config-printer (Old)
 and  /work/SRC/openSUSE:Factory/.system-config-printer.new (New)


Package is "system-config-printer", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes  
2012-08-23 16:06:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
 2012-10-22 22:11:06.0 +0200
@@ -1,0 +2,11 @@
+Tue Oct  9 20:00:40 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.3.12:
+  + Fixed udev rules so a systemd service is created for the device
+  + Cleaned up systemd service description.
+  + udev: Allow remove to take the same format address.
+  + Catch-all for gnomekeyring exceptions (bgo#859760).
+- Fix %post/%postun scripts to reference the new service name (and
+  do not handle demo.service; an obvious copy/paste error).
+
+---

Old:

  system-config-printer-1.3.11.tar.xz

New:

  system-config-printer-1.3.12.tar.xz



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.1AFbMI/_old  2012-10-22 22:11:07.0 +0200
+++ /var/tmp/diff_new_pack.1AFbMI/_new  2012-10-22 22:11:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   system-config-printer
-Version:1.3.11
+Version:1.3.12
 Release:0
 Summary:A printer administration tool
 License:GPL-2.0+
@@ -173,16 +173,16 @@
 %icon_theme_cache_postun
 
 %pre -n udev-configure-printer
-%service_add_pre demo.service udev-configure-printer.service
+%service_add_pre configure-printer@.service
 
 %post -n udev-configure-printer
-%service_add_post demo.service udev-configure-printer.service
+%service_add_post configure-printer@.service
 
 %preun -n udev-configure-printer
-%service_del_preun udev-configure-printer.service
+%service_del_preun configure-printer@.service
 
 %postun -n udev-configure-printer
-%service_del_postun udev-configure-printer.service
+%service_del_postun configure-printer@.service
 
 %files
 %defattr(-,root,root,-)
@@ -222,7 +222,7 @@
 
 %files -n udev-configure-printer
 %defattr(-,root,root,-)
-%{_unitdir}/udev-configure-printer.service
+%{_unitdir}/configure-printer@.service
 %dir /lib/udev
 %dir /lib/udev/rules.d
 /lib/udev/rules.d/*.rules

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



commit suse-build-key for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package suse-build-key for openSUSE:Factory 
checked in at 2012-10-22 22:10:31

Comparing /work/SRC/openSUSE:Factory/suse-build-key (Old)
 and  /work/SRC/openSUSE:Factory/.suse-build-key.new (New)


Package is "suse-build-key", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/suse-build-key/suse-build-key.changes
2011-09-23 12:47:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.suse-build-key.new/suse-build-key.changes   
2012-10-22 22:10:33.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 21 23:03:01 CEST 2012 - r...@suse.de
+
+- export keys to single files in /usr/lib/rpm/gnupg/keys 
+
+---



Other differences:
--
++ suse-build-key.spec ++
--- /var/tmp/diff_new_pack.wBy6gQ/_old  2012-10-22 22:10:34.0 +0200
+++ /var/tmp/diff_new_pack.wBy6gQ/_new  2012-10-22 22:10:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package suse-build-key (Version 1.0)
+# spec file for package suse-build-key
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   suse-build-key
 BuildRequires:  gpg
-License:GPL-2.0+
-Group:  System/Packages
 Provides:   build-key
 Requires:   gpg
 AutoReqProv:off
 Summary:The public gpg key for rpm package signature verification
+License:GPL-2.0+
+Group:  System/Packages
 Version:1.0
-Release:909
+Release:0
 Source0:suse-build-key.gpg
 Source1:dumpsigs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -59,6 +57,13 @@
 mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
 install %{SOURCE0} $RPM_BUILD_ROOT/%{susering}
 install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
+install -d $RPM_BUILD_ROOT%{keydir}
+mkdir keys
+cd keys
+$RPM_BUILD_ROOT/usr/lib/rpm/gnupg/dumpsigs $RPM_BUILD_ROOT/%{susering}
+cd ..
+cp -a keys $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
+
 touch $RPM_BUILD_ROOT/%{pubring}
 touch $RPM_BUILD_ROOT/%{pubring}~
 
@@ -66,6 +71,7 @@
 %defattr(644,root,root)
 %attr(755,root,root) %dir /usr/lib/rpm/gnupg
 %attr(755,root,root) /usr/lib/rpm/gnupg/dumpsigs
+/usr/lib/rpm/gnupg/keys
 %config /%{susering}
 %ghost /%{pubring}
 %ghost /%{pubring}~


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



commit sparkleshare for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2012-10-22 22:10:03

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


Package is "sparkleshare", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2012-01-25 12:19:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2012-10-22 22:10:05.0 +0200
@@ -1,0 +2,58 @@
+Mon Oct 15 18:09:50 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.9.3:
+  + Fix endless loop when adding empty folders
+  + Fix freeze when adding lots of files
+  + Fix using hosts with a non-standard SSH port
+  + Fix receiving of notification service message after the first
+one
+  + New non-animating status icons
+  + More descriptive error reporting in the status icon
+  + Add link to debug log in the about dialog
+  + Use port 443 on the notification service to work better in
+restricted networks
+
+---
+Fri Sep 21 22:14:22 UTC 2012 - nmo.marq...@gmail.com
+
+- Update to version 0.9.2:
+  + fixes a crash that can happen after adding a new project as
+well ssh-agent sometimes not starting in Windows
+  + parallel builds disabled in %build; currently broken
+- Changes from version 0.9.1:
+  + use HTTPS to fetch gravatars
+  +mWebsite links in the about dialog
+  + Scalable custom folder icon in Nautilus 3.x
+  + Default host user is now "storage" instead of "git"
+  + Create crash reports in ~/SparkleShare when things go wrong
+  + New Windows folder icons
+  + Project folders can now be renamed in the file manager
+  + Resizable event log on Mac
+  + Fix some bugs in conflict resolution mechanis
+- Changes from version 0.9.0:
+  + Experimental client side encryption using OpenSSL's AES
+  + Allow setting custom paths in config.xml
+  + Ship host keys of default plugins and verify on project add
+  + Don't touch the user's ~/.ssh/config to configure SSH
+  + Make fetching remote project's history optional
+  + Cached logs for faster event log loading/switching
+  + Sort event log file entries by time
+  + Change default notification service to use port 80
+  + Show backend error message(s) when on failed project add
+  + Update Growl framework to version 1.3.1: A separate Growl is no
+longer needed and ready for Mountain Lion's notifications
+  + Monochrome appindicator icons on Ubuntu
+  + For changes of the latest 0.8.x releases, see News.txt
+- Do not package the Ubuntu icon themes
+- Drop help-C.tar.bz2 source: there is currently no support for
+  translations and/or help.
+- Introduce with_translations defines:
+  + Conditionally create a lang-package and call find_lang only
+when with_translations is set to 1. Sparkleshare since 0.9.0
+does not come with any translations after the large rewrite
+  + If translations are not enabled, do not BuildRequire intltools
+and gnome-doc-utils-devel.
+  + If with_translations is set to 0, Obsolete/prove the -lang
+package from the main package (to have a clean update logic).
+
+---

Old:

  help-C.tar.bz2
  sparkleshare-0.8.0.tar.gz

New:

  sparkleshare-linux-0.9.3.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.Brtqma/_old  2012-10-22 22:10:07.0 +0200
+++ /var/tmp/diff_new_pack.Brtqma/_new  2012-10-22 22:10:07.0 +0200
@@ -15,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define pynautilusextdir %(pkg-config --variable=pythondir 
nautilus-python)
+%define with_translations 0
 
 Name:   sparkleshare
-Version:0.8.0
+Version:0.9.3
 Release:0
 Summary:A file sharing and collaboration tool
 License:GPL-3.0
 Group:  Productivity/Archiving/Backup
 Url:http://sparkleshare.org
-Source: 
https://github.com/downloads/hbons/SparkleShare/%{name}-%{version}.tar.gz
-# Help files missing from tarball, again
-Source1:help-C.tar.bz2
+Source: 
https://github.com/downloads/hbons/SparkleShare/%{name}-linux-%{version}.tar.gz
 BuildRequires:  fdupes
+%if %{with_translations}
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
+%endif
 BuildRequires:  mono-devel
 BuildRequires:  nant
 BuildRequires:  python-nautilus-devel
@@ -43,6 +45,10 @@
 Requires:   mono-core
 Requires:   openssh
 Recommends: %{name}-lang
+%if ! %{with_translations}
+Obsoletes:  %{name}-lang < %{version}
+Provides:   %{name}-lang 

commit poppler-data for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package poppler-data for openSUSE:Factory 
checked in at 2012-10-22 22:09:35

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


Package is "poppler-data", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/poppler-data/poppler-data.changes
2011-09-23 12:41:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.poppler-data.new/poppler-data.changes   
2012-10-22 22:09:37.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 19 11:48:31 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.4.6:
+  + New data by Adobe.
+
+---

Old:

  poppler-data-0.4.5.tar.gz

New:

  poppler-data-0.4.6.tar.gz



Other differences:
--
++ poppler-data.spec ++
--- /var/tmp/diff_new_pack.ZYZSUR/_old  2012-10-22 22:09:39.0 +0200
+++ /var/tmp/diff_new_pack.ZYZSUR/_new  2012-10-22 22:09:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package poppler-data
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   poppler-data
-Version:0.4.5
-Release:1
+Version:0.4.6
+Release:0
 Url:http://poppler.freedesktop.org/
-Group:  System/Libraries
-License:BSD-3-Clause ; GPL-2.0
 Summary:Encoding Files for use with libpoppler
+License:BSD-3-Clause ; GPL-2.0
+Group:  System/Libraries
 Source: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ poppler-data-0.4.5.tar.gz -> poppler-data-0.4.6.tar.gz ++
 13605 lines of diff (skipped)

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



commit pidgin for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package pidgin for openSUSE:Factory checked 
in at 2012-10-22 22:09:26

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


Package is "pidgin", Maintainer is "x...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes2012-10-12 
08:14:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.pidgin.new/pidgin.changes   2012-10-22 
22:09:27.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 12 13:07:50 UTC 2012 - dims...@opensuse.org
+
+- Fix build on openSUSE < 12.2: inverted %if needs some brackets
+  if it's a more complex statement.
+
+---



Other differences:
--
++ pidgin.spec ++
--- /var/tmp/diff_new_pack.ldxDip/_old  2012-10-22 22:09:29.0 +0200
+++ /var/tmp/diff_new_pack.ldxDip/_new  2012-10-22 22:09:29.0 +0200
@@ -166,7 +166,7 @@
 # Was only in the Build Service after 10.2:
 Obsoletes:  gaim-unstable < 2.0.0
 Provides:   gaim
-%if ! %{with_evolution}
+%if ! (%{with_evolution})
 # If we can't build evolution, let's obsolete it for clean installations.
 Obsoletes:  %{name}-evolution <= %{version}
 %endif

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



commit nml for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package nml for openSUSE:Factory checked in 
at 2012-10-22 22:08:06

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


Package is "nml", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/nml/nml.changes  2012-03-16 13:20:12.0 
+0100
+++ /work/SRC/openSUSE:Factory/.nml.new/nml.changes 2012-10-22 
22:08:07.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 14 22:31:27 UTC 2012 - s...@ammler.ch
+
+- update to 0.2.4 (bugfix release) 
+
+---

Old:

  nml-0.2.3.src.tar.gz

New:

  nml-0.2.4.src.tar.gz



Other differences:
--
++ nml.spec ++
--- /var/tmp/diff_new_pack.4pdgE1/_old  2012-10-22 22:08:09.0 +0200
+++ /var/tmp/diff_new_pack.4pdgE1/_new  2012-10-22 22:08:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nml
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:NewGRF Meta Language
 License:GPL-2.0+

++ nml-0.2.3.src.tar.gz -> nml-0.2.4.src.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nml-0.2.3/PKG-INFO new/nml-0.2.4/PKG-INFO
--- old/nml-0.2.3/PKG-INFO  2012-02-19 20:51:51.0 +0100
+++ new/nml-0.2.4/PKG-INFO  2012-10-14 23:24:20.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: nml
-Version: 0.2.3
+Version: 0.2.4
 Summary: A tool to compile nml files to grf or nfo files
 Home-page: http://dev.openttdcoop.org/projects/nml
 Author: NML Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nml-0.2.3/docs/changelog.txt 
new/nml-0.2.4/docs/changelog.txt
--- old/nml-0.2.3/docs/changelog.txt2012-02-19 20:44:40.0 +0100
+++ new/nml-0.2.4/docs/changelog.txt2012-10-14 23:22:42.0 +0200
@@ -1,6 +1,29 @@
+0.2.4 (2012-10-14)
+
+- Feature: Report NML line information as well as pixel position for pure 
white pixels. Also, report number of pixels in the sprite, instead of the whole 
image. (issue #4029)
+- Feature: 'signals' callback for railtypes.
+- Feature: Allow the 'nfo' unit to be used with non-constant values. (issue 
#3828)
+- Feature: 'build_prod_change' callback for industries to set industry 
production level on construction.
+- Feature: Constant CB_RESULT_REFIT_COST_MASK
+- Feature: Vehicle misc_flag VEHTYPE_FLAG_NO_BREAKDOWN_SMOKE.
+- Feature: 'current_max_speed' variable for vehicles. (issue #3979)
+- Feature: 'vehicle_is_in_depot' variable for aircraft.
+- Feature: 'range' property and callback for aircraft.
+- Feature: 'production_rate_1/2' variables for industries.
+- Feature: 'town_zone' variable for railtypes.
+- Feature: 'other_veh_(curv_info|is_hidden|x_offset|y_offset|z_offset)' 
variables for vehicles.
+- Fix: Provide a proper error message when running out of action2 IDs
+- Fix: A '{' at the end of a string could cause a crash
+- Fix: Backslash-escapes in strings weren't properly validated. Also remove 
useless \n escape. (issue #3636)
+- Fix: Provide a proper error message if a substring is missing, instead of an 
assertion error. (issue #3932)
+- Fix: 'refit_cost' callback may also be called from the purchase menu.
+- Fix: Allow using constants > 255 as variable parameter. (issue #4086)
+- Fix: Sprite layout register code contained an unsorted iteration over 
dictionary keys, resulting in possible regression failures.
+
+
 0.2.3 (2012-02-19)
 
-- Add: Action5 for tunnel portals
+- Feature: Action5 for tunnel portals
 - Fix: Properly catch out-of-bounds image reads (issue #3666)
 - Fix: Character code 0xA0 (NBSP) is used for an up arrow in TTD, so
don't write it as ascii. Force unicode instead (issue #3643)
@@ -8,9 +31,9 @@
 
 0.2.2 (2012-01-29)
 
-- Add: support for (optional) url-information in the grf-block
-- Add: names for newly defined cargo classes: CC_POWDERIZED and CC_NEO_BULK
-- Add: clean target to Makefile in main dir and let make clean remove 
regression/parsetab.py
+- Feature: support for (optional) url-information in the grf-block
+- Feature: names for newly defined cargo classes: CC_POWDERIZED and CC_NEO_BULK
+- Feature: clean target to Makefile in main dir and let make clean remove 
regression/parsetab.py
 - Fix: don't crash when a line in custom_tags.txt is missing a colon delimiter
 - Fix: each action4 is limited to 255 strings. Write multiple actions when we 
have more than that
 - Fix: groff warning about m

commit msmtp for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2012-10-22 22:07:20

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


Package is "msmtp", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2012-06-06 
16:09:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2012-10-22 
22:07:21.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 20 15:37:38 UTC 2012 - benoit.mo...@gmx.fr
+
+- create a -mta subpackage, providing smtp_daemon.
+- build msmtp with -fPIE/pie.
+
+---



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.Z78Zdb/_old  2012-10-22 22:07:24.0 +0200
+++ /var/tmp/diff_new_pack.Z78Zdb/_new  2012-10-22 22:07:24.0 +0200
@@ -78,12 +78,28 @@
 This subpackage contains the documentation for %{name}, including
 examples and sample configuration files.
 
+%package mta
+Summary:MTA based on %{name}
+Group:  Productivity/Networking/Email/Servers
+Requires:   %{name} = %{version}
+Conflicts:  sendmail sendmail-tls postfix exim
+Provides:   smtp_daemon
+
+%description mta
+msmtp is an SMTP client that can be used as a plug-in for Mutt and
+other mail user agents.  It forwards mail to an SMTP server that does
+the delivery.  msmtp supports multiple accounts.
+
+This subpackage provides a mail transfer agent that can be used as
+a minimalistic replacement of sendmail.
+
 %prep
 %setup -q
 
 %build
 %if 0%{?suse_version} > 1000
-export CFLAGS="%{optflags} -fstack-protector"
+CFLAGS="%{optflags} -fstack-protector -fPIE"
+export LDFLAGS="-pie"
 %endif
 %configure --docdir="%{_docdir}/%{name}" --with-ssl=openssl
 make %{?_smp_mflags} V=1
@@ -130,6 +146,11 @@
 echo "%doc %{_docdir}/%{name}/$ff" >>docfiles.lst
 done
 
+# mta files
+install -d %{buildroot}%{_sbindir}
+ln -s %{_bindir}/msmtp %{buildroot}%{_sbindir}/sendmail
+ln -s %{_mandir}/man1/msmtp.1%{ext_man} 
%{buildroot}%{_mandir}/man1/sendmail.1%{ext_man}
+
 # not properly ignored on Fedora 10:
 rm -f "%{buildroot}%{_infodir}/dir"
 
@@ -171,4 +192,9 @@
 %defattr (-, root, root)
 %doc %dir %{_docdir}/%{name}
 
+%files mta
+%defattr (-, root, root)
+%{_sbindir}/sendmail
+%{_mandir}/man1/sendmail.1%{ext_man}
+
 %changelog

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



commit link-grammar for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2012-10-22 22:06:54

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


Package is "link-grammar", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2012-05-22 08:16:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2012-10-22 22:06:56.0 +0200
@@ -1,0 +2,43 @@
+Sat Oct 13 13:29:16 UTC 2012 - zai...@opensuse.org
+
+- Drop hunspell-devel BuildRequires, as it is not used anyway. 
+- Drop hack for a obsolete openSUSE version, not needed anymore.
+
+---
+Thu Oct 11 15:15:55 UTC 2012 - dims...@opensuse.org
+
+- Update to version 4.7.8:
+  + Ongoing work on pre-alpha Viterbi decoder.
+  + Fix include file paths so that 'make install' doesn't cause
+recompile.
+  + Fix build break due to bad include file paths in Makefiles.
+
+---
+Wed Oct 10 08:51:09 UTC 2012 - dims...@opensuse.org
+
+- Update to version 4.7.7:
+  + Fix configure to not bomb if c++ is not found.
+  + Fix configure to explicitly require c++ only if sat-solver
+enabled.
+  + Dictionary: parse comma in "Monsters, Inc."
+  + Update README about Viterbi algo.
+  + Update MSVC6 project file.
+  + Use enums for constituent display style.
+  + Move command-line parser to its own directory.
+  + Portability fixes for Windows.
+  + Fix: "Show results from today"
+  + Fix: conjoined imperatives.
+  + Fix: qualified conditional clauses
+  + Fix: conjoined irregular verbs: seem, appear, do, be, prove,
+have
+  + Disable fat link code via conditional compile.
+  + Fix: "a lot of", "a gaggle of" now treated as quantifying
+determiners
+  + Fix: likewise: "gallons of", "grams of" volume measures as
+determiners
+  + Update German dictionary so that it actually loads.
+  + Fix: assorted "but not", "not very" constructions.
+  + Pre-alpha implementation of Viterbi decoder started.
+  + Fix: conjunctions of optionally ditransitive verbs.
+
+---

Old:

  link-grammar-4.7.6.tar.gz

New:

  link-grammar-4.7.8.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.qgXXD4/_old  2012-10-22 22:06:57.0 +0200
+++ /var/tmp/diff_new_pack.qgXXD4/_new  2012-10-22 22:06:57.0 +0200
@@ -17,17 +17,15 @@
 
 
 Name:   link-grammar
-Version:4.7.6
+Version:4.7.8
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/4.7.6/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/4.7.8/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
-BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
-BuildRequires:  hunspell-devel
 BuildRequires:  libedit-devel
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -61,11 +59,6 @@
 %build
 # --enable-sat-solver and --enable-corpus-stats are still at the prototype 
stage
 %configure --disable-static
-# REALLY UGLY HACK for an error in libedit in openSUSE 11.2
-%if 0%{suse_version} == 1120
-for a in $(grep -r -- "-lcurses" * | awk -F: '{print $1}' | sort | uniq); do 
sed -i "s/-lcurses/-lncurses/g" $a; done
-%endif
-# END UGLY HACK for an error in libedit in openSUSE 11.2
 %__make %{?jobs:-j%jobs}
 
 %install

++ link-grammar-4.7.6.tar.gz -> link-grammar-4.7.8.tar.gz ++
 60885 lines of diff (skipped)

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



commit libgexiv2 for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package libgexiv2 for openSUSE:Factory 
checked in at 2012-10-22 22:06:41

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


Package is "libgexiv2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libgexiv2/libgexiv2.changes  2012-03-30 
13:00:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgexiv2.new/libgexiv2.changes 2012-10-22 
22:06:43.0 +0200
@@ -1,0 +2,25 @@
+Sun Oct 14 16:03:34 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.5.0:
+  + Corrects a major issue where some required directories wouldn't
+be created when running 'make install'.
+  + Corrects an issue where gexiv2.py wouldn't get copied to the
+tarball when running 'make dist'.
+  + Adds support for GObject introspection.
+- Changes from version 0.4.90:
+  + Corrected an issue with the makefile that would cause the GIR
+scanner to generate a lot of
+inconsequential-but-seemingly-ominous warnings.
+  + Corrected handling of altitude in
+gexiv2_metadata_set_gps_info().
+- Add pkgconfig(gobject-introspection-1.0), due to new upstream
+  introspection support.
+- Pass --enable-introspection to configure, to build introspection
+  support.
+- New subpackage typelib-1_0-GExiv2-0_4, containing introspection
+  typelib.
+- Switch to xz tarball, upstream does not provide tar.bz2 anymore.
+- Drop conditional for obsolete openSUSE versions, we don't build
+  for them anymore anyway.
+
+---

Old:

  libgexiv2-0.4.1.tar.bz2

New:

  libgexiv2-0.5.0.tar.xz



Other differences:
--
++ libgexiv2.spec ++
--- /var/tmp/diff_new_pack.m2f4K5/_old  2012-10-22 22:06:45.0 +0200
+++ /var/tmp/diff_new_pack.m2f4K5/_new  2012-10-22 22:06:45.0 +0200
@@ -17,21 +17,18 @@
 
 
 Name:   libgexiv2
-Version:0.4.1
+Version:0.5.0
 Release:0
 Summary:A GObject-based Exiv2 wrapper
 License:GPL-2.0+
 Group:  System/Libraries
 Url:http://yorba.org/shotwell/
-Source: http://yorba.org/download/gexiv2/0.4/%{name}-%{version}.tar.bz2
+Source: http://yorba.org/download/gexiv2/0.5/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
-%if 0%{?suse_version} < 1140
-BuildRequires:  libexiv2-devel
-%else
-BuildRequires:  pkgconfig(exiv2)
-%endif
 BuildRequires:  libtool
+BuildRequires:  pkgconfig(exiv2)
 BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,16 +43,21 @@
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
 basic features of Exiv2 available to GNOME applications.
 
+%package -n typelib-1_0-GExiv2-0_4
+Summary:A GObject-based Exiv2 wrapper - Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-GExiv2-0_4
+gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
+basic features of Exiv2 available to GNOME applications.
+
+This package provides the GObject Introspection bindings for the
+libgexiv2 library.
+
 %package devel
 Summary:A GObject-based Exiv2 wrapper -- Development Files
 Group:  Development/Libraries/C and C++
 Requires:   libgexiv2-1 = %{version}
-%if 0%{?suse_version} < 1140
-# This is really a hack: we'll get a Requires on pkgconfig(exiv2)
-# automatically, and libexiv2-devel doesn't provide this for now, so...
-Provides:   pkgconfig(exiv2)
-Requires:   libexiv2-devel
-%endif
 
 %description devel
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
@@ -68,7 +70,8 @@
 # We can't use the configure macro: it's not a standard autotools configure 
script
 export CFLAGS="%{optflags}"
 ./configure \
---prefix=%{_prefix}
+--prefix=%{_prefix} \
+--enable-introspection
 %__make %{?jobs:-j%{jobs}}
 
 %install
@@ -87,8 +90,13 @@
 %doc AUTHORS COPYING MAINTAINERS NEWS README THANKS
 %{_libdir}/libgexiv2.so.*
 
+%files -n typelib-1_0-GExiv2-0_4
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/GExiv2-0.4.typelib
+
 %files devel
 %defattr(-,root,root)
+%{_datadir}/gir-1.0/GExiv2-0.4.gir
 %{_includedir}/gexiv2/
 %{_libdir}/libgexiv2.so
 %{_libdir}/pkgconfig/gexiv2.pc

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



commit kdebase3 for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory 
checked in at 2012-10-22 22:06:21

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


Package is "kdebase3", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes2012-10-04 
19:55:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes   2012-10-22 
22:06:23.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 22 05:23:34 UTC 2012 - an...@opensuse.org
+
+- remove sysinfo entry from kickoff menu because sysinfo has been 
+  removed already (as it requires hal)
+
+---



Other differences:
--



++ kickoff-install-software.diff ++
--- /var/tmp/diff_new_pack.Ek4xfv/_old  2012-10-22 22:06:27.0 +0200
+++ /var/tmp/diff_new_pack.Ek4xfv/_new  2012-10-22 22:06:27.0 +0200
@@ -7,9 +7,9 @@
 +p = 
KService::serviceByStorageId("/usr/share/applications/package-manager.desktop");
 +m_systemView->insertMenuItem(p, nId++, index++);
 +
- m_systemView->insertItem( "info", i18n( "System Information" ),
-   "sysinfo:/",  "sysinfo:/", nId++, index++ );
+ m_systemView->insertSeparator( nId++, i18n("System Folders"), index++ );
  
+ m_systemView->insertItem( "folder_home", i18n( "Home Folder" ),
 --- kicker/kicker/ui/itemview.cpp  2007/08/08 15:14:50 1.141
 +++ kicker/kicker/ui/itemview.cpp  2007/08/08 15:59:35
 @@ -139,7 +139,9 @@

++ kickoff.diff ++
--- /var/tmp/diff_new_pack.Ek4xfv/_old  2012-10-22 22:06:27.0 +0200
+++ /var/tmp/diff_new_pack.Ek4xfv/_new  2012-10-22 22:06:27.0 +0200
@@ -1588,7 +1588,7 @@
 +}
 --- kicker/ui/k_new_mnu.cpp(Revision 0)
 +++ kicker/ui/k_new_mnu.cpp(Revision 849791)
-@@ -0,0 +1,3779 @@
+@@ -0,0 +1,3776 @@
 +/*
 +
 +   Copyright (c) 1996-2000 the kicker authors. See file AUTHORS.
@@ -2936,9 +2936,6 @@
 +KService::Ptr p = 
KService::serviceByStorageId("/usr/share/applications/YaST.desktop");
 +m_systemView->insertMenuItem(p, nId++, index++);
 +
-+m_systemView->insertItem( "info", i18n( "System Information" ),
-+  "sysinfo:/",  "sysinfo:/", nId++, index++ );
-+
 +m_systemView->insertSeparator( nId++, i18n("System Folders"), index++ );
 +
 +m_systemView->insertItem( "folder_home", i18n( "Home Folder" ),



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



commit john for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package john for openSUSE:Factory checked in 
at 2012-10-22 22:05:28

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


Package is "john", Maintainer is "lr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/john/john.changes2012-07-18 
17:22:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.john.new/john.changes   2012-10-22 
22:05:33.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 20 09:18:02 UTC 2012 - l...@linux-schulserver.de
+
+- updated jumbo patch to 1.7.9-jumbo-7
+
+---

Old:

  john-1.7.9-jumbo-6.tar.bz2
  john-1.7.9-jumbo-6.tar.bz2.sign

New:

  john-1.7.9-jumbo-7.tar.bz2
  john-1.7.9-jumbo-7.tar.bz2.sign



Other differences:
--
++ john.spec ++
--- /var/tmp/diff_new_pack.IzGFf5/_old  2012-10-22 22:05:34.0 +0200
+++ /var/tmp/diff_new_pack.IzGFf5/_new  2012-10-22 22:05:34.0 +0200
@@ -23,12 +23,12 @@
 License:GPL-2.0+
 Group:  Productivity/Security
 Url:http://www.openwall.com/john/
-Source: %{name}-%{version}.tar.bz2
-Source1:%{name}-%{version}.tar.bz2.sign
+Source: http://www.openwall.com/john/g/%{name}-%{version}.tar.bz2
+Source1:http://www.openwall.com/john/g/%{name}-%{version}.tar.bz2.sign
 Source2:%{name}.8.gz
 Source3:%{name}-rpmlintrc
-Source4:%{name}-%{version}-jumbo-6.tar.bz2
-Source5:%{name}-%{version}-jumbo-6.tar.bz2.sign
+Source4:
http://www.openwall.com/john/g/%{name}-%{version}-jumbo-7.tar.bz2
+Source5:
http://www.openwall.com/john/g/%{name}-%{version}-jumbo-7.tar.bz2.sign
 BuildRequires:  openssl-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define johndir /var/lib/john

++ john-1.7.9-jumbo-6.tar.bz2 -> john-1.7.9-jumbo-7.tar.bz2 ++
 29543 lines of diff (skipped)



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



commit gnome-settings-daemon for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2012-10-22 22:05:04

Comparing /work/SRC/openSUSE:Factory/gnome-settings-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new (New)


Package is "gnome-settings-daemon", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
2012-10-05 18:36:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2012-10-22 22:05:06.0 +0200
@@ -1,0 +2,25 @@
+Wed Oct 10 06:29:11 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Color:
+- Fix possible crashers on exit
+  + Keyboard:
+- Allow grabbing the Menu key
+- Apply XKB variants and options for each IBus engine
+- Don't setup legacy toolkits if IBus is missing
+- Add default setup for some particular languages
+- Convert old libgnomekbd and IBus configurations
+- Add support for more modifiers only combinations
+- Fix input switching eating the modifiers keys in some cases
+  + Mouse:
+- Fix "Locate Pointer" eating the Ctrl key
+- Fix "Locate Pointer" animation showing when the Ctrl key has
+  been used
+  + Updates:
+- Never show the user a message about cancelled transactions
+  + Wacom:
+- Fix LEDs switching for some tablet models
+  + Housekeeping:
+- Fix possible crashers on exit.
+
+---

Old:

  gnome-settings-daemon-3.6.0.tar.xz

New:

  gnome-settings-daemon-3.6.1.tar.xz



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.6n28G3/_old  2012-10-22 22:05:07.0 +0200
+++ /var/tmp/diff_new_pack.6n28G3/_new  2012-10-22 22:05:07.0 +0200
@@ -24,7 +24,7 @@
 %define with_ibus 0
 
 Name:   gnome-settings-daemon
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:Settings daemon for the GNOME desktop
 License:GPL-2.0+

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



commit gnome-control-center for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2012-10-22 22:04:44

Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)


Package is "gnome-control-center", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2012-10-07 18:59:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2012-10-22 22:04:46.0 +0200
@@ -1,0 +2,38 @@
+Thu Oct 11 11:59:29 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Background:
+- Fix multi-monitor handling
+- Use a lighter texture for solid colours
+  + Date & Time:
+- Update the current time when we change the timezone
+  + Mouse:
+- Fix mouse test area not being in the correct position in some
+  cases
+  + Network:
+- Fix arrow direction in RTL languages
+- Don't resize the panel or the Wi-Fi list
+- Top align the back button in the Wi-Fi panel
+- Fix parenting problems when spawing a network dialogue
+- Don't try to activate out-of-range connections
+- Fix WPA Enterprise connections not working
+- Use a regular button for "Connect to Hidden Network"
+  + Online Accounts:
+- Fix a warning on exit
+  + Printers:
+- Fix wrong icon being used in the search entry
+  + Region & Language:
+- Remove the unused "Remove" button
+- Reduce the number of required m17n desktop files
+- Repopulate the input sources when IBus becomes available
+  again
+- Add support for inscript2 and Marathi phonetic input sources
+  + Shell:
+- Fix entering the same panel twice
+  + Sound:
+- Fix input level bar direction in RTL languages
+  + User Accounts:
+- Fix the autologin icon not being recoloured.
+- Rebase gcc-private-connection.patch.
+
+---

Old:

  gnome-control-center-3.6.0.tar.xz

New:

  gnome-control-center-3.6.1.tar.xz



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.XcvhVt/_old  2012-10-22 22:04:47.0 +0200
+++ /var/tmp/diff_new_pack.XcvhVt/_new  2012-10-22 22:04:47.0 +0200
@@ -24,7 +24,7 @@
 %define with_ibus 0
 
 Name:   gnome-control-center
-Version:3.6.0
+Version:3.6.1
 Release:0
 # FIXME: stop owning %%{_datadir}/polkit-1/rules.d once polkit >= 0.106 is in 
(should be soon-ish, end of 09/2012)
 # FIXME: in 12.3 and later, check if we still need patch2 
(gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
@@ -63,7 +63,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.31.0
 BuildRequires:  pkgconfig(gnome-bluetooth-1.0) >= 3.5.5
 BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 3.5.91
-BuildRequires:  pkgconfig(gnome-settings-daemon) >= 3.5.2
+BuildRequires:  pkgconfig(gnome-settings-daemon) >= 3.6.0
 BuildRequires:  pkgconfig(goa-1.0) >= 3.5.90
 BuildRequires:  pkgconfig(goa-backend-1.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.5.91

++ gcc-private-connection.patch ++
--- /var/tmp/diff_new_pack.XcvhVt/_old  2012-10-22 22:04:47.0 +0200
+++ /var/tmp/diff_new_pack.XcvhVt/_new  2012-10-22 22:04:47.0 +0200
@@ -16,10 +16,10 @@
  panels/network/network-dialogs.c  |   16 
  4 files changed, 91 insertions(+), 2 deletions(-)
 
-Index: gnome-control-center-3.5.91/configure.ac
+Index: gnome-control-center-3.6.1/configure.ac
 ===
 gnome-control-center-3.5.91.orig/configure.ac
-+++ gnome-control-center-3.5.91/configure.ac
+--- gnome-control-center-3.6.1.orig/configure.ac
 gnome-control-center-3.6.1/configure.ac
 @@ -136,7 +136,8 @@ PKG_CHECK_MODULES(KEYBOARD_PANEL, $COMMO
  PKG_CHECK_MODULES(MEDIA_PANEL, $COMMON_MODULES)
  PKG_CHECK_MODULES(MOUSE_PANEL, $COMMON_MODULES xi >= 1.2
@@ -30,10 +30,10 @@
  PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 
goa-backend-1.0 >= $GOA_REQUIRED_VERSION)
  PKG_CHECK_MODULES(POWER_PANEL, $COMMON_MODULES upower-glib >= 0.9.1
gnome-settings-daemon >= $GSD_REQUIRED_VERSION)
-Index: gnome-control-center-3.5.91/panels/network/cc-network-panel.c
+Index: gnome-control-center-3.6.1/panels/network/cc-network-panel.c
 ===
 gnome-control-center-3.5.91.orig/panels/network/cc-network-panel.c
-+++ gnome-control-center-3.5.91/panels/network/cc-network-panel.c
+--- gnome-control-center-3.6.1.orig/panels/network/cc-network-panel.c
 gnome-contro

commit gmime for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package gmime for openSUSE:Factory checked 
in at 2012-10-22 22:04:13

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


Package is "gmime", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gmime/gmime.changes  2012-06-25 
12:28:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gmime.new/gmime.changes 2012-10-22 
22:04:15.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 19 09:48:55 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.6.11:
+  + Misc fixes.
+  + Bugs fixed: bgo#679388, bgo#674032.
+
+---

Old:

  gmime-2.6.10.tar.xz

New:

  gmime-2.6.11.tar.xz



Other differences:
--
++ gmime.spec ++
--- /var/tmp/diff_new_pack.ISs5Cf/_old  2012-10-22 22:04:17.0 +0200
+++ /var/tmp/diff_new_pack.ISs5Cf/_new  2012-10-22 22:04:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gmime
-Version:2.6.10
+Version:2.6.11
 Release:0
 Url:http://spruce.sourceforge.net/gmime/
 Summary:MIME Parser and Utility Library

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



commit gjs for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2012-10-22 22:03:40

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


Package is "gjs", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2012-10-03 08:47:15.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gjs.new/gjs.changes 2012-10-22 
22:03:42.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 20 13:04:53 UTC 2012 - dims...@opensuse.org
+
+- Obsolete typelib-1_0-GjsDBus-1_0: this helps with updating from
+  gnome 3.4 to gnome 3.6.
+
+---



Other differences:
--
++ gjs.spec ++
--- /var/tmp/diff_new_pack.d4PaFf/_old  2012-10-22 22:03:43.0 +0200
+++ /var/tmp/diff_new_pack.d4PaFf/_new  2012-10-22 22:03:43.0 +0200
@@ -55,6 +55,8 @@
 %package -n typelib-1_0-GjsPrivate-1_0
 Summary:GJS DBus utility library -- Introspection bindings
 Group:  System/Libraries
+# The tyeplib was renamed in gnome 3.6, to reflecht it is a private lib.
+Obsoletes:  typelib-1_0-GjsDBus-1_0 < %{version}
 
 %description -n typelib-1_0-GjsPrivate-1_0
 This module contains JavaScript bindings based on gobject-introspection and the


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



commit fritzing for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2012-10-22 22:03:28

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


Package is "fritzing", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2012-10-13 
19:55:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2012-10-22 
22:03:32.0 +0200
@@ -1,0 +2,13 @@
+Wed Oct 17 07:22:50 UTC 2012 - b...@vdm-design.de
+
+- update to 0.7.10b
+   * new DRC
+   * bug fixes:
+parts losing 'family' after editing part metadata (leading to 
"swapping is broken" message)
+SMD on bottom not reloading properly
+crash dropping pad part onto schematic view
+schematic logo text now appearing in printout
+unblocked schematic logo text editing
+
+
+---
@@ -4 +17 @@
-- update to 0.7.8b
+- update to 0.7.9b

Old:

  fritzing-0.7.9b.source.tar.bz2

New:

  fritzing-0.7.10b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.KDDUAz/_old  2012-10-22 22:03:34.0 +0200
+++ /var/tmp/diff_new_pack.KDDUAz/_new  2012-10-22 22:03:34.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   fritzing
-Version:0.7.9b
+Version:0.7.10b
 Release:0
 License:GPL-3.0+
 Summary:Intuitive EDA platform featuring from prototype to product

++ debian.changelog ++
--- /var/tmp/diff_new_pack.KDDUAz/_old  2012-10-22 22:03:34.0 +0200
+++ /var/tmp/diff_new_pack.KDDUAz/_new  2012-10-22 22:03:34.0 +0200
@@ -1,3 +1,8 @@
+fritzing (0.7.10b-0) stable; urgency=low
+
+  * new upstream release 0.7.10b
+
+ -- Thomas Zimmermann   Wed, 17 Oct 2012 09:24:00 +0200
 fritzing (0.7.9b-0) stable; urgency=low
 
   * new upstream release 0.7.9b

++ fritzing-0.7.9b.source.tar.bz2 -> fritzing-0.7.10b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.9b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.7.10b.source.tar.bz2 
differ: char 11, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.KDDUAz/_old  2012-10-22 22:03:34.0 +0200
+++ /var/tmp/diff_new_pack.KDDUAz/_new  2012-10-22 22:03:34.0 +0200
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.9b
+Version: 0.7.10b
 Binary: fritzing
 Maintainer: Brendan Howell 
 Architecture: any
 Build-Depends: debhelper (>= 7.0.12), libqtcore4, libqtgui4, libstdc++6, 
libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.9b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.10b.source.tar.gz
  efb141873b5a828420c39eec1e79b364 915 debian.tar.gz

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



commit fcitx-m17n for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package fcitx-m17n for openSUSE:Factory 
checked in at 2012-10-22 21:46:24

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


Package is "fcitx-m17n", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-m17n/fcitx-m17n.changes2012-06-26 
15:32:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-m17n.new/fcitx-m17n.changes   
2012-10-22 21:46:26.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 19 11:58:16 UTC 2012 - i...@marguerite.su
+
+- Bugfix release, and introduce a new override file that can disable and enable
+some input method on some system by default.
+
+---

Old:

  fcitx-m17n-0.1.2.tar.xz

New:

  fcitx-m17n-0.1.3.tar.bz2



Other differences:
--
++ fcitx-m17n.spec ++
--- /var/tmp/diff_new_pack.f6lLo9/_old  2012-10-22 21:46:27.0 +0200
+++ /var/tmp/diff_new_pack.f6lLo9/_new  2012-10-22 21:46:27.0 +0200
@@ -16,14 +16,13 @@
 #
 
 Name:   fcitx-m17n
-Version:   0.1.2
+Version:   0.1.3
 Release:   0
 Summary:   M17N engine for fcitx
 Group: System/I18n/Chinese 
 License:   GPL-2.0+
 Url: http://code.google.com/p/fcitx/
 Requires:fcitx >= 4.2.1
-BuildRequires:  xz
 BuildRequires:  cmake
 BuildRequires:  m17n-lib-devel
 BuildRequires:  fcitx >= 4.2.1
@@ -36,7 +35,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  libotf
 %endif
-Source:
https://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
+Source:%{name}-%{version}.tar.bz2
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}
 
 %description

++ fcitx-m17n-0.1.2.tar.xz -> fcitx-m17n-0.1.3.tar.bz2 ++
 6545 lines of diff (skipped)

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



commit evolution-data-server for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:Factory checked in at 2012-10-22 21:45:56

Comparing /work/SRC/openSUSE:Factory/evolution-data-server (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-data-server.new (New)


Package is "evolution-data-server", Maintainer is "projectnov-s...@epam.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes  
2012-10-03 18:05:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.evolution-data-server.new/evolution-data-server.changes
 2012-10-22 21:45:58.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct 14 10:57:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + ESourceRegistryServer: File monitor should set flags on new
+sources.
+  + Build fixes.
+  + Bugs fixed: bgo#685588, bgo#685725, bgo#685713.
+  + Updated translations.
+
+---

Old:

  evolution-data-server-3.6.0.tar.xz

New:

  evolution-data-server-3.6.1.tar.xz



Other differences:
--
++ evolution-data-server.spec ++
--- /var/tmp/diff_new_pack.Q79WNL/_old  2012-10-22 21:45:59.0 +0200
+++ /var/tmp/diff_new_pack.Q79WNL/_new  2012-10-22 21:45:59.0 +0200
@@ -32,7 +32,7 @@
 
 Name:   evolution-data-server
 %define _evo_version 3.6
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:Evolution Data Server
 License:LGPL-2.1+

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



commit evolution for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2012-10-22 21:45:34

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


Package is "evolution", Maintainer is "projectnov-s...@epam.com"

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2012-10-03 
18:04:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2012-10-22 
21:45:36.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 14 10:58:10 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Make contact maps work again.
+  + Bugs fixed: bgo#684249, bgo#684447, bgo#684691, bgo#685675.
+  + Updated translations.
+
+---

Old:

  evolution-3.6.0.tar.xz

New:

  evolution-3.6.1.tar.xz



Other differences:
--
++ evolution.spec ++
--- /var/tmp/diff_new_pack.KLw02q/_old  2012-10-22 21:45:39.0 +0200
+++ /var/tmp/diff_new_pack.KLw02q/_new  2012-10-22 21:45:39.0 +0200
@@ -25,7 +25,7 @@
 Name:   evolution
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.6
-Version:3.6.0
+Version:3.6.1
 Release:0
 # FIXME: check if note on license is still valid (comment before license)
 Summary:The Integrated GNOME Mail, Calendar, and Address Book Suite

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



commit courier-authlib for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package courier-authlib for openSUSE:Factory 
checked in at 2012-10-22 21:45:21

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


Package is "courier-authlib", Maintainer is "hvo...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/courier-authlib/courier-authlib.changes  
2011-10-27 11:07:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.courier-authlib.new/courier-authlib.changes 
2012-10-22 21:45:22.0 +0200
@@ -1,0 +2,26 @@
+Mon Sep 24 10:57:31 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-GPL-3.0-with-openssl-exception
+  Contains an exception to permit linking with openssl
+
+---
+Fri Sep 21 11:32:28 UTC 2012 - ch...@computersalat.de
+
+- update to 0.64.0
+  * authpam.c (callback_pam): Call pam_end() after an authentication
+attempt.
+  * Makefile.am: Renamed authstaticlist.h to courierauthstaticlist.h, and
+added it to the list of header files that 'make install' puts into
+includedir.
+  * Fix gcc 4.6 warnings
+  * courier.spec.in: switch to systemd.
+  * Fix autoconf warnings.
+  * courier-authlib.spec: Make rmplint happy.
+- 0.63.1
+  * Remove the bundled libtdl library. Require the system-installed
+libltdl library.
+  * authmysqllib.c (auth_mysql_setpass): Fix crash if DEFAULT_DOMAIN
+is not set in the config file.
+- fix license (GPL-2.0+ -> GPL-3.0+)
+
+---

Old:

  courier-authlib-0.63.0.tar.bz2

New:

  courier-authlib-0.64.0.tar.bz2



Other differences:
--
++ courier-authlib.spec ++
--- /var/tmp/diff_new_pack.12rJUu/_old  2012-10-22 21:45:24.0 +0200
+++ /var/tmp/diff_new_pack.12rJUu/_new  2012-10-22 21:45:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package courier-authlib
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   courier-authlib
 Summary:Courier authentication library
-Version:0.63.0
-Release:1
-License:GPL-2.0+
+License:SUSE-GPL-3.0-with-openssl-exception
 Group:  Productivity/Networking/Email/Servers
+Version:0.64.0
+Release:0
 Url:http://www.courier-mta.org/imap/
-Source: %{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 Source1:courier-authdaemon.init
 Source2:rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,6 +31,7 @@
 BuildRequires:  expect
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
+BuildRequires:  libtool
 BuildRequires:  mysql-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  pam-devel
@@ -128,7 +128,9 @@
   %{buildroot}%{_sbindir}/rccourier-authdaemon
 
 %preun
+%if 0%{?suse_version}
 %stop_on_removal courier-authdaemon
+%endif
 if [ "$1" = "0" ]; then
   %{__rm} -f %{_localstatedir}/run/%{name}/{socket,pid,pid.lock}
 fi
@@ -137,14 +139,18 @@
 /sbin/ldconfig
 %{_prefix}/lib/%{name}/authmigrate >/dev/null
 %{_prefix}/lib/%{name}/sysconftool %{_sysconfdir}/authlib/*.dist >/dev/null
+%if 0%{?suse_version}
 if [ "$1" = "1" ]; then
   %{fillup_and_insserv -f courier-authdaemon}
 fi
+%endif
 
 %postun
 /sbin/ldconfig
+%if 0%{?suse_version}
 %restart_on_update courier-authdaemon
 %insserv_cleanup
+%endif
 
 %post userdb -p /sbin/ldconfig
 

++ courier-authlib-0.63.0.tar.bz2 -> courier-authlib-0.64.0.tar.bz2 ++
 414871 lines of diff (skipped)

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



commit calibre for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2012-10-22 21:45:04

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


Package is "calibre", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2012-10-08 
07:10:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2012-10-22 
21:45:07.0 +0200
@@ -1,0 +2,33 @@
+Sat Oct 13 13:26:04 UTC 2012 - Sascha Manns 
+
+- update to 0.9.2:
+- New features:
+  * Wireless driver: Speed up deleting of multiple books
+  * E-book viewer: Add options to hide the scrollbar and show reading
+position in full screen mode.
+  * News download: Add a field to allow recipe authors to tell calibre to
+remove duplicate articles that a re present in more than one section
+from the download.
+  * Metadata download: Turn off the use of the published date for the
+earliest edition a book as the published date. The earliest edition
+was identified via worldcat.org, which has rather poor data, leading
+to the occasional incorrect result. If you want this feature back, you
+can turn it on again via Preferences->Metadata download. 
+- Bug fixes:
+  * ODT Input: More workarounds for the image positioning markup produced
+by newer versions of LibreOffice.
+  * Metadata download dialog: Fix selected cover being changed when covers
+are re-sorted after download completes
+  * MTP driver: Ignore errors when getting the driveinfo.calibre file from
+the device and simply regenerate it
+  * E-book viewer: Use the system locale settings to display the 24/12
+hour clock in full screen mode
+  * Content Server: Make OPDS initial page respect the fields to display
+tweak
+  * Fix regression that caused calibre to not use OPF files when adding
+books recursively from directories with multiple books per directory
+  * KF8 Output: Fix handling of input documents that have URL unsafe
+characters in the file names of their images.
+  * Fix enumeration type custom column not being merged.
+
+---

Old:

  calibre-0.9.0-nofonts.tar.bz2

New:

  calibre-0.9.2-nofonts.tar.bz2



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.pzExLf/_old  2012-10-22 21:45:10.0 +0200
+++ /var/tmp/diff_new_pack.pzExLf/_new  2012-10-22 21:45:10.0 +0200
@@ -21,7 +21,7 @@
 Group:  Productivity/Other
 
 Name:   calibre
-Version:0.9.0
+Version:0.9.2
 Release:0
 Url:http://calibre-ebook.com
 # Getting and modifying the sources

++ calibre-0.9.0-nofonts.tar.bz2 -> calibre-0.9.2-nofonts.tar.bz2 ++
/work/SRC/openSUSE:Factory/calibre/calibre-0.9.0-nofonts.tar.bz2 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-0.9.2-nofonts.tar.bz2 differ: 
char 11, line 1


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



commit autofs for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2012-10-22 21:44:48

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


Package is "autofs", Maintainer is "mszer...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2012-10-07 
18:53:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2012-10-22 
21:44:49.0 +0200
@@ -1,0 +2,33 @@
+Fri Oct 19 12:56:57 UTC 2012 - lchiqui...@suse.com
+
+- autofs-5.0.7-upstream-patches-20121018.bz2: update 5.0.7 upstream
+  patches to 20121018, fixing some bugs:
+  * fix recursive mount deadlock
+  * increase file map read buffer size
+  * handle new location of systemd
+- remove patches that are now upstream:
+  * autofs-5.0.7-handle-new-location-of-systemd.patch
+
+---
+Wed Oct 17 11:49:11 UTC 2012 - lchiqui...@suse.com
+
+- rpm spec: don't try to build with udisks support on old versions
+  of the distribution
+
+---
+Wed Oct 17 11:16:44 UTC 2012 - lchiqui...@suse.com
+
+- autofs-5.0.7-upstream-patches-20121016.bz2: update 5.0.7 upstream
+  patches to 20121016, fixing some bugs:
+  * add timeout option description to man page
+  * fix null map entry order handling
+  * make description of default MOUNT_WAIT setting clear
+  * configure.in: allow cross compilation
+  * README: update mailing list subscription info
+
+---
+Wed Oct 17 09:07:35 UTC 2012 - fcro...@suse.com
+
+- autofs-systemd-path.patch: handle new location of systemd
+
+---
@@ -4 +37 @@
-- Make it possible to use tmpfs nbased parents for autofs mount points 
+- Make it possible to use tmpfs based parents for autofs mount points 

Old:

  autofs-5.0.7-upstream-patches-20120911.bz2

New:

  autofs-5.0.7-upstream-patches-20121018.bz2



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.WJ0h3O/_old  2012-10-22 21:44:51.0 +0200
+++ /var/tmp/diff_new_pack.WJ0h3O/_new  2012-10-22 21:44:51.0 +0200
@@ -22,6 +22,12 @@
 %define with_systemd 0
 %endif
 
+%if 0%{?suse_version} >= 1140
+%define with_udisks 1
+%else
+%define with_udisks 0
+%endif
+
 Name:   autofs
 Url:http://www.kernel.org/pub/linux/daemons/autofs/v5/
 BuildRequires:  autoconf
@@ -36,7 +42,9 @@
 BuildRequires:  nfs-client
 BuildRequires:  openldap2-devel
 BuildRequires:  pkg-config
+%if %{with_udisks}
 BuildRequires:  udisks-devel
+%endif
 %if %{with_systemd}
 BuildRequires:  systemd
 %endif
@@ -58,7 +66,7 @@
 Source42:   org.freedesktop.AutoMount.conf
 Source100:  autofs-rpmlintrc
 # Upstream patches that will be in the next release
-%define patchdate 20120911
+%define patchdate 20121018
 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2
 # PATCH-FIX-OPENSUSE autofs-5.0.7-revert-fix-libtirpc-name-clash.patch
 Patch1: autofs-5.0.7-revert-fix-libtirpc-name-clash.patch
@@ -71,8 +79,9 @@
 # PATCH-FIX-OPENSUSE autofs-suse-build.patch
 Patch101:   autofs-suse-build.patch
 # PATCH-EXTEND-OPENSUSE autofs-5.0.6-dbus-udisks-monitor.patch
-Patch42:autofs-5.0.6-dbus-udisks-monitor.patch
-Patch43:autofs-5.0.7-eaccess.patch
+Patch102:   autofs-5.0.6-dbus-udisks-monitor.patch
+# PATCH-EXTEND-OPENSUSE autofs-5.0.7-eaccess.patch
+Patch103:   autofs-5.0.7-eaccess.patch
 Requires(pre):  %fillup_prereq
 Requires(pre):  %insserv_prereq
 Requires(pre):  aaa_base
@@ -99,10 +108,11 @@
 %patch82 -p1
 %patch100 -p1
 %patch101 -p1
-%patch42 -p0 -b .udisks
-%patch43 -p0 -b .eaccess
+%patch102 -p0 -b .udisks
+%patch103 -p0 -b .eaccess
 
 %build
+
 SUSE_ASNEEDED=0
 %configure %{_target_cpu}-suse-linux \
 --libdir=%{_libdir} --mandir=%{_mandir} \

++ autofs-5.0.6-dbus-udisks-monitor.patch ++
--- /var/tmp/diff_new_pack.WJ0h3O/_old  2012-10-22 21:44:51.0 +0200
+++ /var/tmp/diff_new_pack.WJ0h3O/_new  2012-10-22 21:44:51.0 +0200
@@ -1,6 +1,8 @@
 Makefile.conf.in
-+++ Makefile.conf.in   2012-08-24 08:51:28.964509714 +
-@@ -40,6 +40,9 @@ KRB5_FLAGS=@KRB5_FLAGS@
+Index: Makefile.conf.in
+===
+--- Makefile.conf.in.orig
 Makefile.conf.in
+@@ -42,6 +42,9 @@ KRB5_FLAGS=@KRB5_FLAGS@
  # NIS+ support: yes (1) no (0)
  NISPLUS = @HAVE_NISPLUS@
  
@@ -10,8 +12,10 @@
  # SMBFS support: yes (1) no (0)
  SMBFS = @HAVE_SMBMOUNT@
  
 daemon/automount.c
-+++ daemon/automount.c 2012-09-20 12:27:42.4795070

commit anjuta for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory checked 
in at 2012-10-22 21:44:34

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


Package is "anjuta", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/anjuta/anjuta.changes2012-10-04 
18:37:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes   2012-10-22 
21:44:36.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct 19 09:48:36 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.6.1:
+  + Anjuta crashes when switching git branches of the current
+project on the commandline bgo#681073.
+  + Updated translations.
+
+---

Old:

  anjuta-3.6.0.tar.xz

New:

  anjuta-3.6.1.tar.xz



Other differences:
--
++ anjuta.spec ++
--- /var/tmp/diff_new_pack.jPjUV6/_old  2012-10-22 21:44:39.0 +0200
+++ /var/tmp/diff_new_pack.jPjUV6/_new  2012-10-22 21:44:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   anjuta
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:Versatile Integrated Development Environment for GNOME
 License:GPL-2.0+

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



commit patchinfo.1009 for openSUSE:12.2:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1009 for 
openSUSE:12.2:Update checked in at 2012-10-22 13:30:36

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1009 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1009.new (New)


Package is "patchinfo.1009", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  locilka
  recommended
  low
 yast2: Fixed detection whether firewall is running
  This update fixes the following issue for yast2:
- bnc#779455: Fixed detection whether firewall is running and unified with 
starting and stopping the service via Service API.
  Yast "Stop Firewall Now" Button 
Broken

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



commit yast2 for openSUSE:12.2:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:12.2:Update 
checked in at 2012-10-22 13:30:33

Comparing /work/SRC/openSUSE:12.2:Update/yast2 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.yast2.new (New)


Package is "yast2", Maintainer is "jsr...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit xorg-x11-server for openSUSE:12.2:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for 
openSUSE:12.2:Update checked in at 2012-10-22 13:27:54

Comparing /work/SRC/openSUSE:12.2:Update/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:12.2:Update/.xorg-x11-server.new (New)


Package is "xorg-x11-server", Maintainer is "sndir...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zCDm1P/_old  2012-10-22 13:27:56.0 +0200
+++ /var/tmp/diff_new_pack.zCDm1P/_new  2012-10-22 13:27:56.0 +0200
@@ -1 +1 @@
-
+

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



commit chromium for openSUSE:12.2:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:12.2:Update 
checked in at 2012-10-22 11:45:30

Comparing /work/SRC/openSUSE:12.2:Update/chromium (Old)
 and  /work/SRC/openSUSE:12.2:Update/.chromium.new (New)


Package is "chromium", Maintainer is "prus...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.R09mYJ/_old  2012-10-22 11:46:32.0 +0200
+++ /var/tmp/diff_new_pack.R09mYJ/_new  2012-10-22 11:46:32.0 +0200
@@ -1 +1 @@
-
+

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



commit chromium for openSUSE:12.1:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:12.1:Update 
checked in at 2012-10-22 11:45:24

Comparing /work/SRC/openSUSE:12.1:Update/chromium (Old)
 and  /work/SRC/openSUSE:12.1:Update/.chromium.new (New)


Package is "chromium", Maintainer is "prus...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.JQugXj/_old  2012-10-22 11:45:57.0 +0200
+++ /var/tmp/diff_new_pack.JQugXj/_new  2012-10-22 11:45:57.0 +0200
@@ -1 +1 @@
-
+

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



commit chromium.997 for openSUSE:12.1:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package chromium.997 for 
openSUSE:12.1:Update checked in at 2012-10-22 11:45:21

Comparing /work/SRC/openSUSE:12.1:Update/chromium.997 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.chromium.997.new (New)


Package is "chromium.997", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:12.1:Update/.chromium.997.new/chromium.changes   
2012-10-22 11:45:53.0 +0200
@@ -0,0 +1,1297 @@
+---
+Sun Oct  7 11:28:56 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 24.0.1290
+  * Security Fixes (bnc#782257)
+- High CVE-2012-2889: UXSS in frame handling
+- High CVE-2012-2886: UXSS in v8 bindings.
+- High CVE-2012-2881: DOM tree corruption with plug-ins.
+- High CVE-2012-2876: Buffer overflow in SSE2 optimizations.
+- High CVE-2012-2883: Out-of-bounds write in Skia.
+- High CVE-2012-2887: Use-after-free in onclick handling.
+- High CVE-2012-2888: Use-after-free in SVG text references.
+- High CVE-2012-2894: Crash in graphics context handling.
+- High CVE-2012-2896: Integer overflow in WebGL. 
+- Medium CVE-2012-2877: Browser crash with extensions 
+   and modal dialogs
+- Low CVE-2012-2879: DOM topology corruption.
+- Medium CVE-2012-2884: Out-of-bounds read in Skia.
+- High CVE-2012-2874: Out-of-bounds write in Skia.
+- High CVE-2012-2878: Use-after-free in plug-in handling.
+- Medium CVE-2012-2880: Race condition in plug-in paint buffer.
+- High CVE-2012-2882: Wild pointer in OGG container handling.
+- Medium CVE-2012-2885: Possible double free on exit.
+- Low CVE-2012-2891: Address leak over IPC.
+- Low CVE-2012-2892: Pop-up block bypass.
+- High CVE-2012-2893: Double free in XSL transforms. 
+
+---
+Sat Sep 15 06:27:56 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 23.0.1268
+  * Updated V8 - 3.13.6.0
+  * Updated WebKit - 537.10
+  * Make the new sandbox more robust when denying socket calls.
+  * Fix crashes (Issues 142388 and 146606)
+
+---
+Sun Sep  9 08:15:09 UTC 2012 - tittiatc...@gmail.com
+
+- Remove the dependency on libv8 also for the chromedriver package
+
+---
+Fri Sep  7 15:49:57 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 23.0.1259
+  * No further indications in the ChangeLog.
+  
+---
+Sun Sep  2 14:31:22 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 23.0.1255
+  * Security Fixes (bnc#778005): 
+- Medium CVE-2012-2865: Out-of-bounds read in line breaking.
+- High CVE-2012-2866: Bad cast with run-ins.
+- Low CVE-2012-2867: Browser crash with SPDY.
+- Medium CVE-2012-2868: Race condition with workers and XHR.
+- High CVE-2012-2869: Avoid stale buffer in URL loading.
+- Low CVE-2012-2870: Lower severity memory management issues 
+  in XPath.
+- High CVE-2012-2871: Bad cast in XSL transforms.
+- Medium CVE-2012-2872: XSS in SSL interstitial. 
+
+---
+Wed Aug 29 19:19:31 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 23.0.1249
+  * No longer building with system libraries. This caused issues 
+with high CPU utilization and a blank homescreen. Now the 
+in-source libraries are used.
+
+---
+Sun Aug 19 08:32:45 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 23.0.1240
+  * Duplex Printing defaults to Yes, which prints extra pages even 
+for a 1 page print out (Issue 138312).
+  * Print preview takes forever on Win XP (issue: 140044)
+  * Anti-DDoS inversion of logic (Issues: 141643, 141081)
+  * Projectmanager.com application causes Flash to hang 
+(Issue: 141018)
+  * An additional scroll bar appears at the right on many sites 
+(issue: 140239)
+  * Setting and unsetting display:none obliterates current scroll 
+position (issue: 140101)
+- Utilize the patched zlib sources from Chromium in order to build
+
+---
+Fri Aug  3 15:54:24 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 22.0.1226
+  * Security Fixes (bnc#770821): 
+CVE-2012-2843: Use-after-free in layout height tracking
+CVE-2012-2842: Use-after-free in counter handling
+
+---
+Mon Jul 30 13:21:27 UTC 2012 - a...@suse.de
+
+- Fix build with glibc 2.16 (struct siginfo is not exported anymore).
+
+--

commit libproxy-plugins for openSUSE:11.4:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package libproxy-plugins for 
openSUSE:11.4:Update checked in at 2012-10-22 11:04:45

Comparing /work/SRC/openSUSE:11.4:Update/libproxy-plugins (Old)
 and  /work/SRC/openSUSE:11.4:Update/.libproxy-plugins.new (New)


Package is "libproxy-plugins", Maintainer is "gnome-maintain...@suse.de"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ZNtL7X/_old  2012-10-22 11:04:46.0 +0200
+++ /var/tmp/diff_new_pack.ZNtL7X/_new  2012-10-22 11:04:46.0 +0200
@@ -1,8 +1 @@
-
-
-  
-  
-  
-  
-
-
+

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




commit libproxy-plugins for openSUSE:12.1:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package libproxy-plugins for 
openSUSE:12.1:Update checked in at 2012-10-22 11:04:38

Comparing /work/SRC/openSUSE:12.1:Update/libproxy-plugins (Old)
 and  /work/SRC/openSUSE:12.1:Update/.libproxy-plugins.new (New)


Package is "libproxy-plugins", Maintainer is "gnome-maintain...@suse.de"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.cCxXnz/_old  2012-10-22 11:04:40.0 +0200
+++ /var/tmp/diff_new_pack.cCxXnz/_new  2012-10-22 11:04:40.0 +0200
@@ -1 +1 @@
-
+

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



commit libproxy for openSUSE:12.1:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package libproxy for openSUSE:12.1:Update 
checked in at 2012-10-22 11:04:36

Comparing /work/SRC/openSUSE:12.1:Update/libproxy (Old)
 and  /work/SRC/openSUSE:12.1:Update/.libproxy.new (New)


Package is "libproxy", Maintainer is "gnome-maintain...@suse.de"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jWgRp0/_old  2012-10-22 11:04:38.0 +0200
+++ /var/tmp/diff_new_pack.jWgRp0/_new  2012-10-22 11:04:38.0 +0200
@@ -1 +1 @@
-
+

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



commit libproxy for openSUSE:11.4:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package libproxy for openSUSE:11.4:Update 
checked in at 2012-10-22 11:04:34

Comparing /work/SRC/openSUSE:11.4:Update/libproxy (Old)
 and  /work/SRC/openSUSE:11.4:Update/.libproxy.new (New)


Package is "libproxy", Maintainer is "gnome-maintain...@suse.de"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.pj6wIC/_old  2012-10-22 11:04:36.0 +0200
+++ /var/tmp/diff_new_pack.pj6wIC/_new  2012-10-22 11:04:36.0 +0200
@@ -1,8 +1 @@
-
-
-  
-  
-  
-  
-
-
+

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



commit claws-mail.1005 for openSUSE:11.4:Update

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package claws-mail.1005 for 
openSUSE:11.4:Update checked in at 2012-10-22 11:03:21

Comparing /work/SRC/openSUSE:11.4:Update/claws-mail.1005 (Old)
 and  /work/SRC/openSUSE:11.4:Update/.claws-mail.1005.new (New)


Package is "claws-mail.1005", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:11.4:Update/.claws-mail.1005.new/claws-mail.changes  
2012-10-22 11:03:22.0 +0200
@@ -0,0 +1,1306 @@
+---
+Fri Oct 12 14:52:50 UTC 2012 - zai...@opensuse.org
+
+- Add claws-mail-3.8.1-procmime-vuln.patch: Fixes NULL pointer
+  derefence while processing email content. (bnc#784463),
+  (CVE-2012-4507).
+
+---
+Sat Feb 12 17:02:18 CET 2011 - vu...@opensuse.org
+
+- Stop removing themed icons: we want them!
+- Add missing relevant macros in %post/%postun:
+  + %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.
+- Change Requires of lang subpackage to Recommends, since the
+  english documentation is not there anymore.
+
+---
+Wed Jan 26 12:36:26 UTC 2011 - g...@opensuse.org
+
+- Update claws-mail-desktop.diff so Claws can be used as the
+  default mailto uri handler (by declaring it handles
+  x-scheme-handler/mailto).
+- Call %desktop_database_post/%desktop_database_postun in
+  %post/%postun.
+
+---
+Wed Dec 29 16:09:23 UTC 2010 - mrueck...@suse.de
+
+- added /etc/skel/.claws-mail/clawsrc:
+  In a good default config we want to enable pgp/smime support by
+  default. Claws-mail will pick up that file when creating a new
+  ~/.claws-mail directory, so this even works for existing users,
+  who want to try out claws-mail.
+  http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2335
+
+---
+Wed Dec  8 22:27:33 CET 2010 - vu...@opensuse.org
+
+- Update to version 3.7.8:
+  + Bug fixes:
+- Shortcuts should not be modifiable by default
+- CLI quicksearch sometimes returns the same messages twice
+- Action results in "Bad file descriptor"
+- NNTP: fix replying (broken in corner case)
+- Please re-introduce quick shortcut for marking as spam
+  + Build fixes.
+
+---
+Wed Dec  8 22:07:38 CET 2010 - vu...@opensuse.org
+
+- Add docbook-utils BuildRequires to build the manuals.
+
+---
+Sat Nov 20 21:49:37 CET 2010 - nmo.marq...@gmail.com
+
+- Update to version 3.7.7:
+  + Enable building with GTK+ 2.22.
+  + A QuickSearch can now be run from the command line using the
+--search command. See `claws-mail --help` for more information.
+  + Added a hidden option to set a margin in the text area of the
+Compose window. 'show_compose_margin', defaults to FALSE.
+  + QuickSearch: Do not add rules with bad syntax to history
+  + Hide progressbar on statusbar when not needed
+  + Fix multiple @ in generated message-ids, prohibited in RFC
+2822.
+  + UMPCs: Fix truncated text in progressbar and statusbar
+  + Bug fixes:
+- Cannot send mail when SSL certificate is expired but
+  certificate check is skipped
+- Changing NNTP account's SSL setting requires restart
+- disable double-click quote collapsing
+- SSL is not working with POP3
+- PGPInline: segfault on malformed mails
+- LDAP encrypted passwords produce invalid XML
+- in some cases, button to clean quick search has no icon
+- freeze when using quick search
+- Empty trash on exit fails on scripted exit
+- base64 decoding fails with line breaks
+- nntp reply-to-all broken?
+- Colors not index correctly
+- Segfault when loading inbox for the first time
+- filtering: simplify expression
+- addrindex.c: address index conversion always fails
+  + Build fixes.
+  + Updated manual and man page.
+  + Updated translations.
+- Version Provides/Obsoletes of sylpheed-claws (to avoid
+  self-obsoletion).
+- Use Development/Libraries/Other group for devel subpackage
+  instead of Productivity/Networking/Email/Clients.
+- Add fdupes BuildRequires, and use fdupes.
+- Update claws-mail-desktop.diff to remove Info field, and to not
+  remove the GTK category.
+
+---
+Mon Jun 21 14:35:35 CEST 2010 - dims...@opensuse.org
+
+- Update to version 3.7.6:
+