commit u-boot-colibrit20iris for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package u-boot-colibrit20iris for 
openSUSE:Factory checked in at 2014-01-09 07:43:35

Comparing /work/SRC/openSUSE:Factory/u-boot-colibrit20iris (Old)
 and  /work/SRC/openSUSE:Factory/.u-boot-colibrit20iris.new (New)


Package is "u-boot-colibrit20iris"

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

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package libotr for openSUSE:Factory checked 
in at 2014-01-09 07:13:31

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


Package is "libotr"

Changes:

--- /work/SRC/openSUSE:Factory/libotr/libotr.changes2013-06-25 
14:42:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libotr.new/libotr.changes   2014-01-09 
07:13:32.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan  6 16:33:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- added patch from upstream:
+  * pass-opdata-when-sending-message-fragment.patch -- fixes downstream
+kopete crashes: kde#328999, bnc#857501
+
+---

New:

  pass-opdata-when-sending-message-fragment.patch



Other differences:
--
++ libotr.spec ++
--- /var/tmp/diff_new_pack.pUFDfd/_old  2014-01-09 07:13:32.0 +0100
+++ /var/tmp/diff_new_pack.pUFDfd/_new  2014-01-09 07:13:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libotr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,8 @@
 # http://www.cypherpunks.ca/otr/gpgkey.asc
 Source1:http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz.asc
 Source2:libotr.keyring
+# PATCH-FIX-UPSTREAM pass-opdata-when-sending-message-fragment.patch -- 
kde#328999, bnc#857501
+Patch0: pass-opdata-when-sending-message-fragment.patch
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -97,6 +99,7 @@
 %prep
 %{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q
+%patch0 -p1
 
 %build
 %ifarch %arm



++ pass-opdata-when-sending-message-fragment.patch ++
From: David Goulet 
Date: 2013-01-19
Subject: Fix: pass opdata when sending message fragment
---
Fix: pass opdata when sending message fragment

The inject_message callback was missing the opdata when sending message
fragments.
Signed-off-by: David Goulet 
---


--- a/src/message.c
+++ b/src/message.c
@@ -441,7 +441,7 @@
/* Fragment and send according to policy */
if (!err && messagep && *messagep) {
if (context) {
-   err = fragment_and_send(ops, NULL, context, *messagep,
+   err = fragment_and_send(ops, opdata, context, *messagep,
fragPolicy, messagep);
}
}

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



commit konversation for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package konversation for openSUSE:Factory 
checked in at 2014-01-09 07:13:26

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


Package is "konversation"

Changes:

--- /work/SRC/openSUSE:Factory/konversation/konversation.changes
2013-12-04 12:26:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.konversation.new/konversation.changes   
2014-01-09 07:13:27.0 +0100
@@ -1,0 +2,39 @@
+Wed Jan  8 18:23:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.5-rc2
+ * The bundled 'sysinfo' script now tries harder to determine the
+   current CPU clock frequencies (it now looks at
+   sys/.../cpufreq/scaling_cur_freq in addition to /proc/cpuinfo).
+ * Fixed a bug causing the flood fill tool in DCC Whiteboard tabs
+   not to use the correct color after using the color picker tool
+   to set it.
+ * Launching the default browser when clicking on links now works
+   properly again on Windows.
+ * Fixed a bug causing certain combinations of sorting and
+   filtering in Channel List tabs not to work correctly, leading
+   to partially unsorted list entries.
+ * Minor rewordings and cleanups in UI text and the handbook for
+   clarity and correctness, e.g. the "Notify" notification event
+   is now known as "Nick on-line".
+ * More information sources are now taken into account to update
+   Konversation's idea of whether a particular nick is identified
+   with services or not (information from IRC numeric 330 was
+   previously discarded).
+ * Fixed a bug causing Konversation to attempt to PART a channel
+   that's no longer actually joined when closing a channel tab
+   after having been kicked from the channel.
+ * Some included PNG image files were badly encoded, this has
+   been addressed.
+ * Fixed a bug causing the file URL for an authentication
+   certificate in the Identities dialog to be forgotten across
+   application restarts.
+ * The warning about text in the topic editor exceeding the
+   server-allowed limit now calculates the threshold more
+   correctly, taking encoding and IRC formatting expandos
+   into account.
+ * Konversation now depends on KDE Platform v4.7.0 or higher
+   and Qt v4.7.0 or higher.
+- Drop png_fix macro, icon has been fixed upstream
+- Bump libkde4-devel BuildRequires to >= 4.7.0
+
+---

Old:

  konversation-1.5-rc1.tar.xz

New:

  konversation-1.5-rc2.tar.xz



Other differences:
--
++ konversation.spec ++
--- /var/tmp/diff_new_pack.cjj1Rl/_old  2014-01-09 07:13:28.0 +0100
+++ /var/tmp/diff_new_pack.cjj1Rl/_new  2014-01-09 07:13:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package konversation
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,17 @@
 
 
 Name:   konversation
-Version:1.5~rc1
+Version:1.5~rc2
 Release:0
-%define tar_version 1.5-rc1
+%define tar_version 1.5-rc2
 Summary:A User-Friendly IRC Client for KDE
 License:GPL-2.0+
 Group:  Productivity/Networking/IRC
 Url:http://konversation.kde.org/
 Source0:
http://download.kde.org/unstable/%{name}/%{tar_version}/src/%{name}-%{tar_version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libkde4-devel
+BuildRequires:  libkde4-devel >= 4.7.0
 BuildRequires:  libkdepimlibs4-devel
-%if 0%{?suse_version} >= 1310
-BuildRequires:  libpng-tools
-%endif
 BuildRequires:  libqca2-devel
 BuildRequires:  xz
 %if 0%{?suse_version}
@@ -94,9 +91,6 @@
 #
 
 %find_lang %{name}
-%if 0%{?suse_version} >= 1310
-%png_fix 
%{buildroot}/%{_kde4_appsdir}/konversation/themes/alternative/irc_normal.png
-%endif
 
 %kde_post_install
 

++ konversation-1.5-rc1.tar.xz -> konversation-1.5-rc2.tar.xz ++
 123368 lines of diff (skipped)

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



commit phpMyAdmin for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2014-01-09 07:13:36

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


Package is "phpMyAdmin"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2014-01-05 
10:24:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2014-01-09 07:13:37.0 +0100
@@ -1,0 +2,15 @@
+Wed Jan  8 14:02:09 UTC 2014 - ec...@schirra.net
+
+- update to 4.1.4 (2014-01-07)
+  - sf#3840 (additional fix) When exporting to gzip format, the data is 
compressed 2 times
+  - sf#4209 Missing compression in one case
+  - sf#4208 Can't browse tables after sorting on columns with fieldnames that 
have a '-'
+  - sf#4184 Switch to wrong page after adding an index
+  - sf#3885 Additional fix for this bug
+  - sf#4212 Table "disappears" if it has the same name as its tablegroup
+  - sf#4213 Datetime Quick Edit decrements by one day
+  - sf#4217 Current value not highlighted when browsing foreign values
+  - sf#4220 Incorrect key values in foreign key browser
+  - sf#4215 MariaDB 5.5: error in Drizzle detection
+
+---

Old:

  phpMyAdmin-4.1.3-all-languages.tar.bz2

New:

  phpMyAdmin-4.1.4-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.1ZvPAv/_old  2014-01-09 07:13:38.0 +0100
+++ /var/tmp/diff_new_pack.1ZvPAv/_new  2014-01-09 07:13:38.0 +0100
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.1.3
+Version:4.1.4
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.1.3-all-languages.tar.bz2 -> 
phpMyAdmin-4.1.4-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.1.3-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.1.4-all-languages.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 filesystem for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory 
checked in at 2014-01-09 07:13:16

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


Package is "filesystem"

Changes:

--- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes2013-12-13 
11:57:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.filesystem.new/filesystem.changes   
2014-01-09 07:13:17.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan  6 12:53:48 UTC 2014 - dmuel...@suse.com
+
+- bump version to 13.2 
+
+---



Other differences:
--
++ filesystem.spec ++
--- /var/tmp/diff_new_pack.UzitSm/_old  2014-01-09 07:13:18.0 +0100
+++ /var/tmp/diff_new_pack.UzitSm/_new  2014-01-09 07:13:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package filesystem
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Basic Directory Layout
 License:MIT
 Group:  System/Fhs
-Version:13.1
+Version:%(echo %suse_version | cut -b-2).%(echo %suse_version | cut 
-b3)
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  aaa_dir

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



commit acpica for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package acpica for openSUSE:Factory checked 
in at 2014-01-09 07:13:10

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


Package is "acpica"

Changes:

--- /work/SRC/openSUSE:Factory/acpica/acpica.changes2013-12-13 
14:52:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.acpica.new/acpica.changes   2014-01-09 
07:13:11.0 +0100
@@ -1,0 +2,9 @@
+Thu Dec 19 08:27:31 UTC 2013 - tr...@suse.de
+
+- Update to version 20131218
+  Add acpica-add_missing_examples_makefile.patch: They forgot to add a file
+  to the tarball. This patch adds it from git repo.
+  Drop acpica-fix_dots_in_path_for_p_option.patch: This patch is included
+  in the newly provided version tarball already.
+
+---

Old:

  acpica-fix_dots_in_path_for_p_option.patch
  acpica-unix2-20131115.tar.bz2

New:

  acpica-add_missing_examples_makefile.patch
  acpica-unix2-20131218.tar.bz2



Other differences:
--
++ acpica.spec ++
--- /var/tmp/diff_new_pack.eAPZU5/_old  2014-01-09 07:13:12.0 +0100
+++ /var/tmp/diff_new_pack.eAPZU5/_new  2014-01-09 07:13:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package acpica
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   acpica
 Url:http://acpica.org
-Version:20131115
+Version:20131218
 Release:6
 License:GPL-2.0
 %define src_dir acpica-unix2-%{version}
@@ -30,7 +30,7 @@
 Source: %{src_dir}.tar.bz2
 Patch1: acpica-no-compiletime.patch
 Patch2: wmidump_add_she_bang.patch
-Patch3: acpica-fix_dots_in_path_for_p_option.patch
+Patch3: acpica-add_missing_examples_makefile.patch
 Source1:ec_access.c
 Source2:acpi_genl.tar.bz2
 Source3:acpi_validate
@@ -102,6 +102,7 @@
 /usr/bin/acpihelp
 /usr/bin/acpinames
 /usr/bin/acpi_validate
+/usr/bin/acpiexamples
 
 %doc %{_docdir}/%{name}
 

++ acpica-add_missing_examples_makefile.patch ++
From: Robert Moore 
Subject: Examples: Update makefiles and project files.
Patch-Mainline: R12_18_13
Git-commit: da63493b9792be01c6ee5a1d5e97d9084b86b77c
Git-repo: github.com/acpica/acpica.git

Signed-off-by: Thomas Renninger 

Update for recent changes to the example ACPICA code.

diff --git a/generate/unix/acpiexamples/Makefile 
b/generate/unix/acpiexamples/Makefile
new file mode 100644
index 000..5f0b3b6
--- /dev/null
+++ b/generate/unix/acpiexamples/Makefile
@@ -0,0 +1,148 @@
+#
+# acpiexamples - Example ACPICA initialization code and control
+# method execution.
+#
+
+#
+# Note: This makefile is intended to be used from within the native
+# ACPICA directory structure, from under generate/unix. It specifically
+# places all object files in a generate/unix subdirectory, not within
+# the various ACPICA source directories. This prevents collisions
+# between different compilations of the same source file with different
+# compile options, and prevents pollution of the source code.
+#
+include ../Makefile.config
+FINAL_PROG = ../$(BINDIR)/acpiexamples
+PROG = $(OBJDIR)/acpiexamples
+
+#
+# Search paths for source files
+#
+vpath %.c \
+$(ACPIEXAMPLES)\
+$(ACPICA_DEBUGGER)\
+$(ACPICA_DISPATCHER)\
+$(ACPICA_EXECUTER)\
+$(ACPICA_NAMESPACE)\
+$(ACPICA_PARSER)\
+$(ACPICA_TABLES)\
+$(ACPICA_UTILITIES)\
+$(ACPICA_COMMON)\
+$(ACPICA_OSL)
+
+HEADERS = \
+$(wildcard $(ACPIEXAMPLES)/*.h)
+
+OBJECTS = \
+   $(OBJDIR)/examples.o\
+   $(OBJDIR)/exstubs.o\
+   $(OBJDIR)/extables.o\
+   $(OBJDIR)/dsargs.o\
+   $(OBJDIR)/dscontrol.o\
+   $(OBJDIR)/dsfield.o\
+   $(OBJDIR)/dsinit.o\
+   $(OBJDIR)/dsmethod.o\
+   $(OBJDIR)/dsmthdat.o\
+   $(OBJDIR)/dsobject.o\
+   $(OBJDIR)/dsopcode.o\
+   $(OBJDIR)/dsutils.o\
+   $(OBJDIR)/dswexec.o\
+   $(OBJDIR)/dswload.o\
+   $(OBJDIR)/dswload2.o\
+   $(OBJDIR)/dswscope.o\
+   $(OBJDIR)/dswstate.o\
+   $(OBJDIR)/exconfig.o\
+   $(OBJDIR)/exconvrt.o\
+   $(OBJDIR)/excreate.o\
+   $(OBJDIR)/exdebug.o\
+   $(OBJDIR)/exdump.o\
+   $(OBJDIR)/exfield.o\
+   $(OBJDIR)/exfldio.o\
+   $(OBJDIR)/exmisc.o\
+   $(OBJDIR)/exmutex.o\
+   $(OBJDIR)/exnames.o\
+   $(OBJDIR)/exoparg1.o\
+   $(OBJDIR)/exoparg2.o\
+   $(OBJDIR)/exoparg3.o\
+   $(OBJDIR)/exoparg6.o\
+   $(OBJDIR

commit Test-DVD-x86_64 for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2014-01-09 04:53:26

Comparing /work/SRC/openSUSE:Factory/Test-DVD-x86_64 (Old)
 and  /work/SRC/openSUSE:Factory/.Test-DVD-x86_64.new (New)


Package is "Test-DVD-x86_64"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.Pn9QGY/_old  2014-01-09 04:53:29.0 +0100
+++ /var/tmp/diff_new_pack.Pn9QGY/_new  2014-01-09 04:53:29.0 +0100
@@ -23,7 +23,7 @@
 
   openSUSE
   dvd
-  Test-54
+  Test-55
   no
   /
   $DISTNAME-$FLAVOR
@@ -61,12 +61,9 @@
 
 
   
-  
-  
   
   
   
-  
   
   
   
@@ -128,6 +125,7 @@
   
   
   
+  
   
   
   
@@ -154,7 +152,6 @@
   
   
   
-  
   
   
   
@@ -174,9 +171,9 @@
   
   
   
-  
   
   
+  
   
   
   
@@ -191,9 +188,10 @@
   
   
   
-  
+  
   
   
+  
   
   
   
@@ -227,13 +225,13 @@
   
   
   
+  
   
   
   
   
   
   
-  
   
   
   
@@ -245,7 +243,6 @@
   
   
   
-  
   
   
   
@@ -255,6 +252,7 @@
   
   
   
+  
   
   
   
@@ -264,7 +262,7 @@
   
   
   
-  
+  
   
   
   
@@ -275,19 +273,16 @@
   
   
   
-  
-  
   
   
   
   
   
-  
   
   
+  
   
   
-  
   
   
   
@@ -319,9 +314,9 @@
   
   
   
+  
   
   
-  
   
   
   
@@ -330,16 +325,13 @@
   
   
   
-  
-  
-  
-  
   
   
   
   
   
   
+  
   
   
   
@@ -364,7 +356,9 @@
   
   
   
+  
   
+  
   
   
   
@@ -379,25 +373,21 @@
   
   
   
-  
   
   
   
   
   
   
-  
+  
+  
   
   
   
-  
   
-  
   
   
   
-  
-  
   
   
   
@@ -450,7 +440,6 @@
   
   
   
-  
   
   
   
@@ -514,12 +503,6 @@
   
   
   
-  
-  
-  
-  
-  
-  
   
   
   
@@ -532,7 +515,6 @@
   
   
   
-  
   
   
   
@@ -558,12 +540,8 @@
   
   
   
-  
-  
-  
   
   
-  
   
   
   


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



commit libXfont for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package libXfont for openSUSE:Factory 
checked in at 2014-01-08 20:35:45

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


Package is "libXfont"

Changes:

--- /work/SRC/openSUSE:Factory/libXfont/libXfont.changes2013-08-19 
13:29:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libXfont.new/libXfont.changes   2014-01-08 
20:35:46.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan  8 09:51:40 UTC 2014 - sndir...@suse.com
+
+- Update to version 1.4.7
+  This release includes the fix for CVE-2013-6462, as well as
+  other security hardening and code cleanups, and makes libXfont
+  compatible with libXtrans 1.3 on Solaris. (bnc#854915)
+
+---

Old:

  libXfont-1.4.6.tar.bz2

New:

  libXfont-1.4.7.tar.bz2



Other differences:
--
++ libXfont.spec ++
--- /var/tmp/diff_new_pack.in6fqZ/_old  2014-01-08 20:35:47.0 +0100
+++ /var/tmp/diff_new_pack.in6fqZ/_new  2014-01-08 20:35:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libXfont
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,7 +18,7 @@
 
 Name:   libXfont
 %define lname  libXfont1
-Version:1.4.6
+Version:1.4.7
 Release:0
 Summary:X font handling library for server and utilities
 License:MIT

++ libXfont-1.4.6.tar.bz2 -> libXfont-1.4.7.tar.bz2 ++
 4318 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXfont-1.4.6/ChangeLog new/libXfont-1.4.7/ChangeLog
--- old/libXfont-1.4.6/ChangeLog2013-07-22 01:58:01.0 +0200
+++ new/libXfont-1.4.7/ChangeLog2014-01-07 17:27:27.0 +0100
@@ -1,3 +1,129 @@
+commit 30110063857ff9a5f93f6d8d13f535c9b6e59e2a
+Author: Alan Coopersmith 
+Date:   Tue Jan 7 08:22:31 2014 -0800
+
+libXfont 1.4.7
+
+Signed-off-by: Alan Coopersmith 
+
+commit 2a84680376bafd74609c6ef3e38befcb8467d814
+Author: Alan Coopersmith 
+Date:   Mon Dec 23 19:01:11 2013 -0800
+
+Limit additional sscanf strings to fit buffer sizes
+
+None of these could currently result in buffer overflow, as the input
+and output buffers were the same size, but adding limits helps ensure
+we keep it that way, if we ever resize any of these in the future.
+
+Fixes cppcheck warnings:
+ [lib/libXfont/src/bitmap/bdfread.c:547]: (warning)
+  scanf without field width limits can crash with huge input data.
+ [lib/libXfont/src/bitmap/bdfread.c:553]: (warning)
+  scanf without field width limits can crash with huge input data.
+ [lib/libXfont/src/bitmap/bdfread.c:636]: (warning)
+  scanf without field width limits can crash with huge input data.
+
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Matthieu Herrb 
+Reviewed-by: Jeremy Huddleston Sequoia 
+
+commit 4d024ac10f964f6bd372ae0dd14f02772a6e5f63
+Author: Alan Coopersmith 
+Date:   Mon Dec 23 18:34:02 2013 -0800
+
+CVE-2013-6462: unlimited sscanf overflows stack buffer in 
bdfReadCharacters()
+
+Fixes cppcheck warning:
+ [lib/libXfont/src/bitmap/bdfread.c:341]: (warning)
+  scanf without field width limits can crash with huge input data.
+
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Matthieu Herrb 
+Reviewed-by: Jeremy Huddleston Sequoia 
+
+commit fdcf9a9be6a5d453659beadec5d1a1fdbab9afaf
+Author: Alan Coopersmith 
+Date:   Fri Dec 27 11:01:35 2013 -0800
+
+Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
+
+Required on Solaris to expose definitions in system headers that
+are not defined in the XPG standards now that xtrans 1.3 defines
+_XOPEN_SOURCE to 600 on Solaris.
+
+Fixes build failures:
+fserve.c: In function 'fs_block_handler':
+fserve.c:1210:5: error: 'fd_mask' undeclared (first use in this function)
+fserve.c:1210:5: note: each undeclared identifier is reported only once 
for each function it appears in
+In file included from transport.c:67:0,
+ from fstrans.c:28:
+Xtranssock.c: In function '_FontTransSocketINETConnect':
+   

commit xf86-input-wacom for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2014-01-08 20:36:15

Comparing /work/SRC/openSUSE:Factory/xf86-input-wacom (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-wacom.new (New)


Package is "xf86-input-wacom"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes
2013-12-11 17:40:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-input-wacom.new/xf86-input-wacom.changes   
2014-01-08 20:36:16.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  8 13:26:55 UTC 2014 - fcro...@suse.com
+
+- Resync udev rules with Fedora one, add wacom-inputattach@.service
+  to attach tablet when plugged (additional dependency on
+  input-utils package for inputattach tool).
+- Add systemd-rpm-macros (or systemd on old openSUSE release) to
+  BuildRequires for systemd service path macro.
+- Notify udev to reload its rules on package install/upgrade.
+
+---

New:

  wacom-inputattach@.service



Other differences:
--
++ xf86-input-wacom.spec ++
--- /var/tmp/diff_new_pack.nDDzLk/_old  2014-01-08 20:36:17.0 +0100
+++ /var/tmp/diff_new_pack.nDDzLk/_new  2014-01-08 20:36:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-wacom
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,13 @@
 Url:
http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Xf86-input-wacom
 Source0:
http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/%{name}-%{version}.tar.bz2
 Source1:65-xorg-wacom.rules
+Source2:wacom-inputattach@.service
 BuildRequires:  pkg-config
+%if %{suse_version} > 1230
+BuildRequires:  systemd-rpm-macros
+%else
+BuildRequires:  systemd
+%endif
 # For directory ownership
 BuildRequires:  udev
 BuildRequires:  pkgconfig(inputproto)
@@ -46,6 +52,7 @@
 BuildRequires:  pkgconfig(xorg-server) >= 1.7.0
 BuildRequires:  pkgconfig(xproto)
 BuildRequires:  pkgconfig(xrandr)
+Requires:   input-utils
 Requires:   udev
 Supplements:xorg-x11-server
 # This was part of the xorg-x11-driver-input package up to version 7.6
@@ -82,13 +89,33 @@
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 install -D -m 644 %{SOURCE1} 
$RPM_BUILD_ROOT%{_udevrulesdir}/65-xorg-wacom.rules
+mkdir -p $RPM_BUILD_ROOT%_unitdir
+install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%_unitdir
 
 %post
+test -n "$FIRST_ARG" || FIRST_ARG=$1
+if [ $FIRST_ARG -eq 1 ]; then
+%if %suse_version > 1230
+%udev_rules_update
+%else
+udevadm control --reload >/dev/null 2>&1 || : \
+%endif
+/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+fi
 # re-plug the input devices
 udevadm trigger --subsystem-match=input --action=change
 exit 0
 
 %postun
+test -n "$FIRST_ARG" || FIRST_ARG=$1
+if [ $FIRST_ARG -le 1 ]; then
+%if %suse_version > 1230
+%udev_rules_update
+%else
+udevadm control --reload >/dev/null 2>&1 || : \
+%endif
+/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+fi
 # re-plug the input devices
 udevadm trigger --subsystem-match=input --action=change
 exit 0
@@ -97,6 +124,7 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog GPL README
 %{_udevrulesdir}/65-xorg-wacom.rules
+%{_unitdir}/wacom-inputattach@.service
 %config %{_sysconfdir}/X11/xorg.conf.d/50-wacom.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/wacom_drv.so

++ 65-xorg-wacom.rules ++
--- /var/tmp/diff_new_pack.nDDzLk/_old  2014-01-08 20:36:17.0 +0100
+++ /var/tmp/diff_new_pack.nDDzLk/_new  2014-01-08 20:36:17.0 +0100
@@ -2,12 +2,13 @@
 
 # Match all serial wacom tablets with a serial ID starting with WACf
 # Notes: We assign NAME though we shouldn't, but currently the server requires 
it
-# We assign the lot to subsystem pnp too because server reads NAME from
-# the parent device. Once all that's fixed, as simple SUBSYSTEM="tty"
-# will do and the ENV{NAME} can be removed.
-SUBSYSTEM=="tty|pnp", ATTR{id}=="WACf*", ENV{NAME}="Serial Wacom Tablet"
-SUBSYSTEM=="tty|pnp", ATTR{id}=="FUJ*", ENV{NAME}="Serial Wacom Tablet"
-SUBSYSTEMS=="tty|pnp", ATTRS{id}=="WACf*", ENV{ID_INPUT}="1", 
ENV{ID_INPUT_TABLET}="1", ENV{x11_driver}="wacom", ENV{ID_MODEL}="Serial Wacom 
Tablet $attr{id}"
-SUBSYSTEMS=="tty|pnp", ATTRS{id}=="FUJ*", ENV{ID_INPUT}="1", 
ENV{ID_INPUT_TABLET}="1", ENV{x11_driver}="wacom", ENV{ID_MODEL}="Serial Wacom 
Tablet $attr{id}"
+#  

commit vigra for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package vigra for openSUSE:Factory checked 
in at 2014-01-08 20:09:55

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


Package is "vigra"

Changes:

--- /work/SRC/openSUSE:Factory/vigra/vigra.changes  2013-06-05 
19:37:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.vigra.new/vigra.changes 2014-01-08 
20:09:57.0 +0100
@@ -1,0 +2,14 @@
+Tue Jan  7 09:37:32 UTC 2014 - speili...@suse.com
+
+- Fix source URL
+
+---
+Fri Jan  3 09:12:08 UTC 2014 - adr...@suse.de
+
+- update to version 1.10.0
+  * see http://ukoethe.github.io/vigra/doc-release/vigra/CreditsChangelog.html
+  * comes with tutorial as part of documentation now
+- so name bump to version 5
+- fixing baselibs config
+
+---

Old:

  vigra-1.9.0-src.tar.gz

New:

  vigra-1.10.0-src-with-docu.tar.gz



Other differences:
--
++ vigra.spec ++
--- /var/tmp/diff_new_pack.440pUy/_old  2014-01-08 20:10:00.0 +0100
+++ /var/tmp/diff_new_pack.440pUy/_new  2014-01-08 20:10:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vigra
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +16,7 @@
 #
 
 
-%define _shlibname libvigraimpex4
+%define _shlibname libvigraimpex5
 Name:   vigra
 BuildRequires:  boost-devel
 BuildRequires:  cmake
@@ -37,10 +37,10 @@
 Summary:Computer vision Library
 License:MIT
 Group:  Development/Libraries/C and C++
-Version:1.9.0
+Version:1.10.0
 Release:0
-Source: 
http://hci.iwr.uni-heidelberg.de/vigra/vigra-%{version}-src.tar.gz
-Url:http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
+Source: 
https://github.com/ukoethe/vigra/releases/download/Version-1-10-0/vigra-1.10.0-src-with-docu.tar.gz
+Url:http://ukoethe.github.io/vigra/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -122,7 +122,7 @@
 
 %files -n %{_shlibname}
 %defattr(-,root,root)
-%doc README.txt LICENSE.txt
+%doc README.md LICENSE.txt
 %{_libdir}/*.so.*
 
 %files devel

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.440pUy/_old  2014-01-08 20:10:00.0 +0100
+++ /var/tmp/diff_new_pack.440pUy/_new  2014-01-08 20:10:00.0 +0100
@@ -1 +1 @@
-libvigraimpex2
+libvigraimpex5

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



commit xinit for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package xinit for openSUSE:Factory checked 
in at 2014-01-08 20:10:10

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


Package is "xinit"

Changes:

--- /work/SRC/openSUSE:Factory/xinit/xinit.changes  2013-09-17 
15:05:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.xinit.new/xinit.changes 2014-01-08 
20:10:11.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  8 13:57:53 UTC 2014 - lnus...@suse.de
+
+- don't call the obsolete wmlist. Read /usr/share/xsessions instead.
+
+---



Other differences:
--
++ xinit.spec ++
--- /var/tmp/diff_new_pack.foIrSS/_old  2014-01-08 20:10:12.0 +0100
+++ /var/tmp/diff_new_pack.foIrSS/_new  2014-01-08 20:10:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xinit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

++ xinit.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xinit/xinitrc.common 
new/etc/X11/xinit/xinitrc.common
--- old/etc/X11/xinit/xinitrc.common2013-09-16 16:39:49.0 +0200
+++ new/etc/X11/xinit/xinitrc.common2014-01-08 14:57:23.0 +0100
@@ -66,18 +66,38 @@
 #
 test -n "$WINDOWMANAGER" && WINDOWMANAGER="$(type -p $WINDOWMANAGER 
2>/dev/null)"
 if test -z "$WINDOWMANAGER" ; then
-if test -x /usr/X11R6/bin/kde -o -x /usr/bin/kde; then
-   WINDOWMANAGER=$(type -p kde)
-elif test -x /usr/X11R6/bin/startkde -o -x /usr/bin/startkde; then
-   WINDOWMANAGER=$(type -p startkde)
-elif test -x /usr/X11R6/bin/fvwm2 -o -x /usr/bin/fvwm2; then
-   WINDOWMANAGER=$(type -p fvwm2)
-elif test -x /usr/X11R6/bin/wmlist -o -x /usr/bin/wmlist ; then
-   for i in $($(type -p wmlist)) ; do
-   WINDOWMANAGER="$(type -p $i 2>/dev/null)"
-   test -n "$WINDOWMANAGER" && break
-   done
-fi
+   _find_wm()
+   {
+   local x
+   local i
+   local file
+   local dir="/usr/share/xsessions"
+   # prefer the desktops resp icewm as it's used by YaST anyways
+   for i in kde gnome xfce lxde icewm; do
+   if [ -e "$dir/$i.desktop" ]; then
+   file="$dir/$i.desktop"
+   break
+   fi
+   done
+   if [ -z "$file" ]; then
+   # let's pick the first one
+   local files=($dir/*.desktop)
+   file="${files[0]}"
+   # coolo doesn't like twm
+   if [ "$file" != "${file%twm.desktop}" -a -n 
"${files[1]}" ]; then
+   file="${files[1]}"
+   fi
+   fi
+   if [ -n "$file" ]; then
+while read line; do
+x="${line#Exec=}"
+[ "$line" = "$x" ] || break
+done < "$file"
+   fi
+   WINDOWMANAGER=`type -p "$x"`
+   }
+   _find_wm
+   unset _find_wm
 fi
 
 #

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



commit dbus-1 for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2014-01-08 20:15:11

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


Package is "dbus-1"

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes2013-11-22 
17:38:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes   2014-01-08 
20:15:12.0 +0100
@@ -1,0 +2,45 @@
+Tue Jan  7 08:17:17 UTC 2014 - fridrich.st...@suse.com
+
+- Update to 1.7.10 (1.8.0 rc1)
+  + D-Bus Specification 0.23:
+- don't require messages with no INTERFACE to be dispatched
+  (fdo#68597)
+- document "tcp:bind=..." and "nonce-tcp:bind=..." (fdo#72301)
+- define "listenable" and "connectable" addresses, and discuss
+  the difference (fdo#61303)
+  + Enhancements:
+- support printing Unix file descriptors in dbus-send,
+   dbus-monitor (fdo#70592)
+- don't install systemd units if --disable-systemd is given
+  (fdo#71818)
+  + Fixes:
+- don't leak memory on out-of-memory while listing activatable
+  or active services (fdo#71526)
+- fix undefined behaviour in a regression test (fdo#69924)
+- escape Unix socket addresses correctly (fdo#46013)
+- on SELinux systems, don't assume that SECCLASS_DBUS,
+  DBUS__ACQUIRE_SVC and DBUS__SEND_MSG are numerically equal to
+  their values in the reference policy (fdo#88719)
+- define PROCESS_QUERY_LIMITED_INFORMATION if missing from
+  MinGW < 4 headers (fdo#71366)
+- define WIN32_LEAN_AND_MEAN to avoid conflicts between
+  winsock.h and winsock2.h (fdo#71405)
+- do not return failure from _dbus_read_nonce() with no error
+  set, preventing a potential crash (fdo#72298)
+- on BSD systems, avoid some O(1)-per-process memory and fd
+  leaks in kqueue, preventing test failures
+  (fdo#69332, fdo#72213)
+- fix warning spam on Hurd by not trying to set SO_REUSEADDR
+  on Unix sockets, which doesn't do anything anyway on at least
+  Linux and FreeBSD (fdo#69492)
+- fix use of TCP sockets on FreeBSD and Hurd by tolerating
+  EINVAL from sendmsg() with SCM_CREDS (retrying with plain
+  send()), and looking for credentials more correctly
+  (fdo#69492)
+- ensure that tests run with a temporary XDG_RUNTIME_DIR to
+  avoid getting mixed up in XDG/systemd "user sessions"
+  (fdo#61301)
+- refresh cached policy rules for existing connections when bus
+  configuration changes (fdo#39463)
+
+---
dbus-1.changes: same change

Old:

  dbus-1.7.8.tar.gz

New:

  dbus-1.7.10.tar.gz



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.jXZ4ue/_old  2014-01-08 20:15:13.0 +0100
+++ /var/tmp/diff_new_pack.jXZ4ue/_new  2014-01-08 20:15:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-1-x11
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -49,7 +49,7 @@
 BuildRequires:  libexpat-devel
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-Version:1.7.8
+Version:1.7.10
 Release:0
 #
 Source0:
http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz

dbus-1.spec: same change
++ dbus-1.7.8.tar.gz -> dbus-1.7.10.tar.gz ++
 9155 lines of diff (skipped)

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



commit icewm for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package icewm for openSUSE:Factory checked 
in at 2014-01-08 20:06:36

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


Package is "icewm"

Changes:

--- /work/SRC/openSUSE:Factory/icewm/icewm.changes  2013-04-02 
11:52:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.icewm.new/icewm.changes 2014-01-08 
20:06:38.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  8 13:23:11 UTC 2014 - co...@suse.com
+
+- merge icewm-lite into icewm.spec using update-alternatives
+
+---



Other differences:
--
++ icewm.spec ++
--- /var/tmp/diff_new_pack.wyq2dX/_old  2014-01-08 20:06:39.0 +0100
+++ /var/tmp/diff_new_pack.wyq2dX/_new  2014-01-08 20:06:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icewm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,22 @@
 #
 
 
+# default to gnome support
+%bcond_without gnome
+
 Name:   icewm
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
+BuildRequires:  update-alternatives
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
+%if %{with gnome}
 BuildRequires:  gnome-desktop-devel
 BuildRequires:  libgnomeui-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gdk-pixbuf-xlib-2.0)
 BuildRequires:  pkgconfig(gnome-desktop-2.0)
 BuildRequires:  pkgconfig(libgnomeui-2.0)
+%endif
+BuildRequires:  pkgconfig(gdk-pixbuf-xlib-2.0)
 %if 0%{?suse_version} >= 1030
 BuildRequires:  fdupes
 %endif
@@ -32,6 +39,8 @@
 Requires:   desktop-data
 Requires:   icewm-bin
 Requires:   xdg-menu
+# if you have the choice, prefer the big one
+Recommends: icewm-default
 Version:1.3.7
 Release:0
 Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}-1.3/%{version}/%{name}-%{version}.tar.gz
@@ -61,18 +70,12 @@
 opaque move and resize, a taskbar, a window list, mailbox status, and a
 digital clock. It is fast and small.
 
-
-
-Authors:
-
-Marko Macek 
-
 %package default
 Summary:Window Manager with a Taskbar--Default Version
 Group:  System/GUI/Other
 Provides:   icewm-bin
 Requires:   icewm
-Conflicts:  icewm-lite
+Requires:   update-alternatives
 
 %description default
 A window manager for the X Window System that can emulate the look of
@@ -81,11 +84,19 @@
 opaque move and resize, a taskbar, a window list, mailbox status, and a
 digital clock. It is fast and small.
 
+%package lite
+Summary:Window Manager with a Taskbar -- lite version
+Group:  System/GUI/Other
+Provides:   icewm-bin
+Requires:   icewm
+Requires:   update-alternatives
 
-
-Authors:
-
-Marko Macek 
+%description lite
+A window manager for the X Window System that can emulate the look of
+Windows 95, OS/2 Warp 3, OS/2 Warp 4, and Motif and tries to take the
+best features from those systems. IceWM features multiple workspaces,
+opaque move and resize, a taskbar, a window list, mailbox status, and a
+digital clock. It is fast and small.
 
 %package gnome
 Summary:Windowmanager with Taskbar - gnome version
@@ -100,12 +111,6 @@
 
 This package adds GNOME menu and sound support to icewm.
 
-
-
-Authors:
-
-Marko Macek 
-
 %prep
 %setup -q
 %patch1
@@ -119,49 +124,99 @@
 %patch9 -p1
 %patch10 -p1
 
+%define lites icewm icewmhint icewmbg icesh icewm-session
+
 %build
 autoconf
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
-# needed for 10.[12] builds in the bs
-export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/%_lib/pkgconfig
-./configure --disable-silent-rules --without-debug \
+./configure --without-debug \
--sysconfdir=/etc \
--with-cfgdir=/etc/icewm \
--prefix=/usr \
--with-docdir=%{_docdir} \
--enable-i18n \
+--disable-nls \
+--disable-guievents \
+--disable-winmenu \
+--enable-lite \
+--disable-gnome-menus
+make %{?jobs:-j%jobs} V=1
+mkdir lite
+for i in %lites; do mv src/$i lite/$i-lite; done
+make clean
+
+./configure --disable-silent-rules --without-debug \
+   --sysconfdir=/etc \
+   --with-cfgdir=/etc/icewm \
+   --prefix=/usr \
+   --with-docdir=%{_docdir} \
--enable-nls \
--enable-corefonts \
--enable-guievents \
--enable-antialiasing \
 

commit xdm for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2014-01-08 20:10:05

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


Package is "xdm"

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2013-12-02 15:24:06.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2014-01-08 
20:10:06.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  8 14:58:43 UTC 2014 - lnus...@suse.de
+
+- don't set twm as hardcoded default if DEFAULT_WM is empty, rely on
+  the detection in xinitrc.common instead
+
+---



Other differences:
--
++ xdm.spec ++
--- /var/tmp/diff_new_pack.Gekv1T/_old  2014-01-08 20:10:06.0 +0100
+++ /var/tmp/diff_new_pack.Gekv1T/_new  2014-01-08 20:10:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/init.d/xdm new/etc/init.d/xdm
--- old/etc/init.d/xdm  2013-03-01 13:43:48.0 +0100
+++ new/etc/init.d/xdm  2014-01-08 15:58:16.0 +0100
@@ -71,9 +71,7 @@
 done
 unset lc val
 
-test -z "$DEFAULT_WM" && DEFAULT_WM=twm
-
-if test -z "$WINDOWMANAGER" ; then
+if test -z "$WINDOWMANAGER" -a -n "$DEFAULT_WM" ; then
 SAVEPATH=$PATH
 PATH=$PATH:/usr/X11R6/bin:/usr/openwin/bin
 desktop=/usr/share/xsessions/${DEFAULT_WM}.desktop

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



commit quassel for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package quassel for openSUSE:Factory checked 
in at 2014-01-08 20:08:29

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


Package is "quassel"

Changes:

--- /work/SRC/openSUSE:Factory/quassel/quassel.changes  2013-12-16 
07:09:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.quassel.new/quassel.changes 2014-01-08 
20:08:32.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  8 12:49:17 UTC 2014 - speili...@suse.com
+
+- Add back /etc/sysconfig/quasselcore (bnc#849850)
+
+---



Other differences:
--
++ quassel.spec ++
--- /var/tmp/diff_new_pack.KEVnWO/_old  2014-01-08 20:08:33.0 +0100
+++ /var/tmp/diff_new_pack.KEVnWO/_new  2014-01-08 20:08:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quassel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -97,10 +97,8 @@
 %package core
 Summary:Modern, cross-platform, distributed IRC client
 Group:  Productivity/Networking/IRC
-PreReq: %fillup_prereq
-PreReq: %insserv_prereq
 PreReq: pwdutils
-Requires:   %fillup_prereq
+PreReq: %fillup_prereq
 Requires:   libqt4_sql_backend
 Requires:   logrotate
 Recommends: libqt4-sql-sqlite
@@ -160,7 +158,7 @@
 install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/quasselcore.service
 # Provide SUSE policy symlink /usr/sbin/rcFOO -> /etc/init.d/FOO
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcquasselcore
-install -D -m 644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}core
+install -D -m 644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.quasselcore
 install -d -m 751 %{buildroot}%{_localstatedir}/log/%{name}
 install -D -m 644 %{SOURCE3} 
%{buildroot}%{_kde4_sysconfdir}/logrotate.d/%{name}core
 install -D -m 644 %{SOURCE4} 
%{buildroot}%{_kde4_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
@@ -172,6 +170,7 @@
 %service_add_pre quasselcore.service
 
 %post core
+%{fillup_only -n quasselcore}
 %service_add_post quasselcore.service
 
 %preun core

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



commit u-boot for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2014-01-08 20:09:39

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


Package is "u-boot"

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-am335xevm.changes  2014-01-03 
19:52:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-am335xevm.changes 
2014-01-08 20:09:40.0 +0100
@@ -1,0 +2,32 @@
+Wed Jan  8 02:07:44 UTC 2014 - afaer...@suse.de
+
+- rpi_b-bootscr.patch: Change rpi_b to use boot.scr
+
+---
+Tue Jan  7 16:01:13 UTC 2014 - dmuel...@suse.com
+
+- remove origin flavor 
+
+---
+Mon Jan  6 22:57:05 UTC 2014 - afaer...@suse.de
+
+- Enable paz00 config (Toshiba AC100)
+
+---
+Mon Jan  6 21:34:03 UTC 2014 - afaer...@suse.de
+
+- Enable colibri_t20_iris config (Toradex Colibri-T20 on Iris)
+- Update u-boot.spec.in copyright and fix typo in comment
+
+---
+Sat Jan  4 01:47:50 UTC 2014 - ag...@suse.com
+
+- prefer u-boot-dtb.bin over u-boot.bin
+- simplify files section
+
+---
+Fri Jan  3 16:54:30 UTC 2014 - dmuel...@suse.com
+
+- mlo-ext2.patch: Search for files in /boot, not in /boot/boot 
+
+---
u-boot-arndale.changes: same change
New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-colibrit20iris.changes
2014-01-08 20:09:40.0 +0100
@@ -0,0 +1,336 @@
+---
+Wed Jan  8 02:07:44 UTC 2014 - afaer...@suse.de
+
+- rpi_b-bootscr.patch: Change rpi_b to use boot.scr
+
+---
+Tue Jan  7 16:01:13 UTC 2014 - dmuel...@suse.com
+
+- remove origin flavor 
+
+---
+Mon Jan  6 22:57:05 UTC 2014 - afaer...@suse.de
+
+- Enable paz00 config (Toshiba AC100)
+
+---
+Mon Jan  6 21:34:03 UTC 2014 - afaer...@suse.de
+
+- Enable colibri_t20_iris config (Toradex Colibri-T20 on Iris)
+- Update u-boot.spec.in copyright and fix typo in comment
+
+---
+Sat Jan  4 01:47:50 UTC 2014 - ag...@suse.com
+
+- prefer u-boot-dtb.bin over u-boot.bin
+- simplify files section
+
+---
+Fri Jan  3 16:54:30 UTC 2014 - dmuel...@suse.com
+
+- mlo-ext2.patch: Search for files in /boot, not in /boot/boot 
+
+---
+Mon Dec 30 18:37:50 UTC 2013 - matwey.korni...@gmail.com
+
+- Add am335x_evm-bootscr.patch: Add bootscr to AM335x
+  platform based devices
+
+---
+Tue Dec 17 14:33:52 UTC 2013 - guilla...@opensuse.org
+
+- Remove old unused patches:
+  * v2013.04-sunxi.patch
+  * loadaddr-defaults.patch
+
+---
+Tue Dec 17 14:10:51 UTC 2013 - guilla...@opensuse.org
+
+- Add ti_common_initrd_support.patch to enable initrd support for 
+  AM335x boards
+
+---
+Tue Dec 17 14:03:50 UTC 2013 - guilla...@opensuse.org
+
+- Add am335x_evm support which includes: Beagle Bone, 
+  Beagle Bone Black, TI AM335x EVM, TI AM335x EVM-SK
+
+---
+Tue Nov 26 13:46:22 UTC 2013 - guilla...@opensuse.org
+
+- Add Arndale support
+
+---
+Tue Nov 26 13:05:10 UTC 2013 - guilla...@opensuse.org
+
+- Update v2013.04-sunxi.patch to v2013.10-sunxi.patch
+
+---
+Mon Nov 25 10:05:48 UTC 2013 - guilla...@opensuse.org
+
+- Remove kerneladdr and ramdiskaddr definition in u-boot patches 
+   (now done in JeOS image with u-boot hooks)
+- Update patches to current version:
+ * 0006-ARMV7-hardfp-build-fix.patch
+ * beagle-bootscr.patch
+ * mx53loco-bootscr.patch
+ * mlo-ext2.patch
+- Merge fix_omap4_ext2_boot.patch in mlo-ext2.patch 
+- Rename exynos-ext2.patch in origen-ext2.patch
+
+---
+Mon Nov 25 09:57:12 UTC 2013 - guilla...@opensuse.org
+
+- Update to 2013.10
+
+---

commit libguestfs for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2014-01-08 20:07:50

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


Package is "libguestfs"

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2013-12-19 
12:14:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2014-01-08 20:07:51.0 +0100
@@ -1,0 +2,28 @@
+Tue Jan  7 14:22:52 CET 2014 - oher...@suse.de
+
+- Update to version 1.24.4
+  * ruby: Fix .new method (RHBZ#1046509).
+  * RHEL 6: ruby: Fix fallback to rake/rdoctask for old rake.
+  * inspect: fix detection of newer CirrOS versions (RHBZ#1045450).
+  * launch: libvirt: Clearer message when libvirt screws up.
+  * fish: Fix memory leak in inspect/-i code (detected by valgrind).
+  * appliance: Create an /etc/resolv.conf file referring to qemu user network 
nameserver (RHBZ#1044585).
+  * fish: Move -d option parsing to common function.
+  * fish: Deprecate the -D option (prefer --no-dest-paths instead).
+  * daemon: Improve error message for readlink call.
+  * generator: Fix bug in documentation of guestfs_free_* functions.
+  * fish: Ensure print_inspect_prompt can only be called by guestfish.
+  * inspector: Ensure low-level inspection functions can only be called by 
virt-inspector.
+  * virt-cat, virt-filesystems, virt-ls don't use libconfig.
+  * resize: Move roundup64 function into common utilities.
+  * fuse: provide a stub "flush" implementation (RHBZ#660687).
+  * recipes: Use new style -a/-d options in virt-edit example.
+  * daemon: mkfs: Use -I option to force mkfs.fat to write a filesystem over a 
whole device (RHBZ#1039995).
+  * proto: Remove another error message which hides earlier error.
+  * proto: Remove error message which hides earlier error.
+  * lib: fix newline in error output (RHBZ#923355).
+  * recipes: Add a recipe for masking a systemd service.
+  * launch: direct: Pass -enable-fips option if qemu supports it.
+  * fish: improve the command error messages
+
+---

Old:

  libguestfs-1.24.2.tar.xz

New:

  libguestfs-1.24.4.tar.xz



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.3I9dGF/_old  2014-01-08 20:07:53.0 +0100
+++ /var/tmp/diff_new_pack.3I9dGF/_new  2014-01-08 20:07:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libguestfs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Michal Hrusecky 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +17,7 @@
 #
 
 
-Version:1.24.2
+Version:1.24.4
 Release:0
 
 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)

++ libguestfs-1.24.2.tar.xz -> libguestfs-1.24.4.tar.xz ++
 61770 lines of diff (skipped)

++ libguestfs.mkinitrd.boot.sh ++
--- /var/tmp/diff_new_pack.3I9dGF/_old  2014-01-08 20:07:57.0 +0100
+++ /var/tmp/diff_new_pack.3I9dGF/_new  2014-01-08 20:07:57.0 +0100
@@ -132,6 +132,8 @@
 
 ip route add default via 169.254.2.2
 
+echo nameserver 169.254.2.3 >> /etc/resolv.conf
+
 # Scan for MDs.
 mdadm -As --auto=yes --run
 
@@ -145,6 +147,7 @@
 if grep -sq guestfs_verbose=1 /proc/cmdline; then
 ls -lR /dev
 head -n 1234 \
+   /etc/resolv.conf \
/proc/mounts \
/proc/modules \
/proc/cpuinfo \
@@ -156,8 +159,8 @@
 echo "# lvm $i:"
 lvm $i
 done
-#   ip a
-#   ip r
+ip a
+ip r
 date
 echo "These commands might be called by guestfsd, but they were not 
available at buildtime:"
 echo "missing commands: $missing_commands"

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



commit libkolab for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package libkolab for openSUSE:Factory 
checked in at 2014-01-08 20:07:55

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


Package is "libkolab"

Changes:

--- /work/SRC/openSUSE:Factory/libkolab/libkolab.changes2014-01-05 
10:25:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkolab.new/libkolab.changes   2014-01-08 
20:07:57.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  8 11:12:38 UTC 2014 - a...@ajaissle.de
+
+- libkolab-0.5.0_kolab_static.patch - Fix use of static linking in 
kolabformatchecker 
+
+---

New:

  libkolab-0.5.0_kolab_static.patch



Other differences:
--
++ libkolab.spec ++
--- /var/tmp/diff_new_pack.b8nEu5/_old  2014-01-08 20:07:57.0 +0100
+++ /var/tmp/diff_new_pack.b8nEu5/_new  2014-01-08 20:07:57.0 +0100
@@ -33,6 +33,8 @@
 Group:  Development/Libraries/C and C++
 Url:https://kolab.org/about/libkolab
 Source: 
http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM libkolab-0.5.0_kolab_static.patch -- We do not want to 
use static linking in kolabformatchecker
+Patch0: libkolab-0.5.0_kolab_static.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.6.4
 %if ! 0%{?with_kolab}
@@ -108,6 +110,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
   export CXXFLAGS="%{optflags}"
@@ -118,6 +121,7 @@
 
   cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
 -DLIB_INSTALL_DIR="%{_lib}" \
+-DINCLUDE_INSTALL_DIR="%{_includedir}" \
 -DCMAKE_SKIP_RPATH=TRUE \
 -DCMAKE_BUILD_TYPE=RELEASE \
 -DLibkolabxml_DIR=%{_libdir}/cmake/Libkolabxml \
@@ -128,6 +132,7 @@
 %endif
 -DPHP_BINDINGS=TRUE -DPHP_INSTALL_DIR=%{php_extdir} \
 -DPYTHON_BINDINGS=TRUE -DPYTHON_INSTALL_DIR=%{python_sitearch} \
+-DBUILD_TESTS=FALSE \
 ..
 
   %{__make} %{?_smp_mflags}
@@ -176,9 +181,9 @@
 %{python_sitearch}/kolab/calendaring.py*
 %{python_sitearch}/kolab/_icalendar.so
 %{python_sitearch}/kolab/icalendar.py*
-%{python_sitearch}/kolab/_kolabobject.so*
+%{python_sitearch}/kolab/_kolabobject.so
 %{python_sitearch}/kolab/kolabobject.py*
-%{python_sitearch}/kolab/_shared.so*
+%{python_sitearch}/kolab/_shared.so
 %{python_sitearch}/kolab/shared.py*
 
 %files devel

++ libkolab-0.5.0_kolab_static.patch ++
diff -Ppru utils/CMakeLists.txt utils/CMakeLists.txt
--- utils/CMakeLists.txt2013-10-14 17:57:12.0 +0200
+++ utils/CMakeLists.txt2013-11-25 10:37:45.053026279 +0100
@@ -2,4 +2,4 @@
 find_package(Boost REQUIRED COMPONENTS program_options)
 
 add_executable(kolabformatchecker kolabformatchecker.cpp)
-target_link_libraries(kolabformatchecker kolab_static ${Boost_LIBRARIES})
+target_link_libraries(kolabformatchecker kolab ${Boost_LIBRARIES})
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit post-build-checks for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2014-01-08 20:08:21

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


Package is "post-build-checks"

Changes:

--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes  
2013-12-09 19:18:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 
2014-01-08 20:08:22.0 +0100
@@ -1,0 +2,10 @@
+Tue Jan  7 20:11:44 UTC 2014 - co...@suse.com
+
+- switch to _service file to avoid silent tar updates
+
+---
+Tue Jan  7 16:15:28 UTC 2014 - co...@suse.com
+
+- remove mounting and unmounting of /proc - build handles it
+
+---

Old:

  post-build-checks-1.0.tar.bz2

New:

  _service
  post-build-checks-13.2+git20131209.3ee7eba.tar.xz



Other differences:
--
++ post-build-checks.spec ++
--- /var/tmp/diff_new_pack.ldmi6O/_old  2014-01-08 20:08:23.0 +0100
+++ /var/tmp/diff_new_pack.ldmi6O/_new  2014-01-08 20:08:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package post-build-checks
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:post checks for build after rpms have been created
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:1.0
+Version:13.2+git20131209.3ee7eba
 Release:0
 PreReq: aaa_base permissions sed
 Requires:   aaa_base-malloccheck
@@ -31,10 +31,9 @@
 # for inclusion in the git repo!
 #
 # git clone https://github.com/openSUSE/post-build-checks.git
-# cd post-build-checks
-# make package
+# osc service dr
 #
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.xz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ _service ++

  
13.2
13.2+git%cd.%h
git://github.com/openSUSE/post-build-checks.git
git
  
  
xz
*.tar
  
  

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



commit libbluray for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2014-01-08 20:07:12

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


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2013-12-13 
13:07:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2014-01-08 
20:07:13.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan  1 22:21:18 UTC 2014 - crrodrig...@opensuse.org
+
+- Select the C standard to be used with autoconf macros 
+  instead of passing std=c99.
+- Correct CPPFLAGS and CFLAGS
+- Ensure config.h is always included, in 32 bit OS the library
+  was using both fopen() and fopen64() this will cause 
+  problems with largefiles due to _FILE_OFFSET_BITS=64 beign
+  used inconsistenly.
+- Patch name : libbluray-autotools.patch
+
+---

New:

  libbluray-autotools.patch



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.1xn5gx/_old  2014-01-08 20:07:14.0 +0100
+++ /var/tmp/diff_new_pack.1xn5gx/_new  2014-01-08 20:07:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,7 +28,9 @@
 # PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype 
upstream recommends using their macros together with
 # ft2build include. Positive sideeffect is that this patch makes it build with 
both freetype2 2.5.1, and older versions
 Patch0: use-recommended-freetype-include.patch
+Patch1: libbluray-autotools.patch
 Source99:   baselibs.conf
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
@@ -70,8 +72,9 @@
 %prep
 %setup -q
 %patch0 -p1
-
+%patch1 -p1
 %build
+autoreconf -fiv
 %configure --disable-static
 make %{?_smp_mflags}
 

++ libbluray-autotools.patch ++
--- libbluray-0.4.0.orig/configure.ac
+++ libbluray-0.4.0/configure.ac
@@ -99,8 +99,9 @@ AC_ARG_WITH([bdj-bootclasspath],
   [BDJ_BOOTCLASSPATH=])
 
 dnl required programs
-AC_PROG_CC
-AC_PROG_LIBTOOL
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+LT_INIT([disable-static pic-only])
 
 dnl required types
 AC_TYPE_SIGNAL
@@ -115,23 +116,12 @@ AC_STRUCT_DIRENT_D_TYPE
 
 dnl required system services
 AC_SYS_LARGEFILE
+AC_FUNC_FSEEKO
 
 dnl required functions
 AC_CHECK_FUNC([snprintf],, [AC_MSG_ERROR($function_not_found)])
 
-dnl required libraries
-dnl pthreads (not on win32)
-AS_IF([test "${SYS}" != "mingw32"], [
-  AC_CHECK_HEADERS([pthread.h], ,
-[AC_MSG_ERROR([pthread required])])
-  AC_SEARCH_LIBS([pthread_create], [pthread], ,
-[AC_MSG_ERROR([pthread required])])
-  AC_SEARCH_LIBS([dlopen], [dl])
-  DLOPEN_LIBS="$ac_cv_search_dlopen"
-  AS_CASE([$DLOPEN_LIBS],
-[no|none\ required], [DLOPEN_LIBS=""])
-  AC_SUBST([DLOPEN_LIBS])
-])
+AC_CHECK_HEADERS_ONCE([pthread.h])
 
 dnl libxml2 for metadata parser
 AS_IF([test "x$with_libxml2" != "xno"], [
--- libbluray-0.4.0.orig/src/Makefile.am
+++ libbluray-0.4.0/src/Makefile.am
@@ -1,7 +1,7 @@
-SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT
 SET_INCLUDES = -I$(top_srcdir) -Ifile -Ilibbluray -Ilibbluray/bdnav
 
-AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) 
$(FT2_CFLAGS)
+AM_CFLAGS = -pthread $(LIBXML2_CFLAGS) $(FT2_CFLAGS)
+AM_CPPFLAGS = $(SET_INCLUDES) -include config.h
 
 EXTRA_DIST = \
libbluray/bdj/build.xml \
@@ -109,8 +109,8 @@ endif
 endif
 
 
-libbluray_la_LDFLAGS= -version-info $(LT_VERSION_INFO)
-libbluray_la_LIBADD= $(LIBXML2_LIBS) $(FT2_LIBS)
+libbluray_la_LDFLAGS= -no-undefined -version-info $(LT_VERSION_INFO)
+libbluray_la_LIBADD= $(LIBXML2_LIBS) $(FT2_LIBS) -ldl
 
 pkginclude_HEADERS = \
file/filesystem.h \
--- libbluray-0.4.0.orig/src/examples/Makefile.am
+++ libbluray-0.4.0/src/examples/Makefile.am
@@ -1,7 +1,8 @@
-SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT
+SET_FEATURES = -D_REENTRANT
 SET_INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/file 
-I$(top_srcdir)/src/libbluray/bdnav
 
-AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES)
+AM_CFLAGS = $(SET_FEATURES) $(SET_INCLUDES)
+AM_CPPFLAGS = -include config.h
 
 if USING_EXAMPLES
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensus

commit knot for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package knot for openSUSE:Factory checked in 
at 2014-01-08 20:06:57

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


Package is "knot"

Changes:

--- /work/SRC/openSUSE:Factory/knot/knot.changes2013-12-16 
16:32:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.knot.new/knot.changes   2014-01-08 
20:06:58.0 +0100
@@ -1,0 +2,21 @@
+Wed Jan  8 08:58:19 UTC 2014 - ond...@sury.org
+
+- Add support to compile with OpenSSL << 1.0.0
+
+- added patches:
+  * 0001-Add-support-for-OpenSSL-threads-in-OpenSSL-1.0.0.patch
+  * 0001-Check-the-OpenSSL-version-when-checking-for-GOST-alg.patch
+---
+Wed Jan  8 08:40:45 UTC 2014 - ond...@sury.org
+
+- update to 1.4.0:
+  * Experimental automatic DNSSEC signing
+  * Fastest ragel parser enabled by default
+  * Reduced memory usage 
+  * Zone SOA SERIAL policies (INCREMENT, UNIXTIME) for DDNS and
+automatic DNSSEC signing
+  * IDN support in Knot utilities (kdig, knsupdate, ...)
+  * DNSSEC: support for GOST algorithm  
+  * Support for DNSSEC key pre-publication
+
+---

Old:

  knot-1.3.4.tar.bz2

New:

  0001-Add-support-for-OpenSSL-threads-in-OpenSSL-1.0.0.patch
  0001-Check-the-OpenSSL-version-when-checking-for-GOST-alg.patch
  knot-1.4.0.tar.bz2



Other differences:
--
++ knot.spec ++
--- /var/tmp/diff_new_pack.DXenAU/_old  2014-01-08 20:06:59.0 +0100
+++ /var/tmp/diff_new_pack.DXenAU/_new  2014-01-08 20:06:59.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   knot
 Url:http://www.knot-dns.cz
-Version:1.3.4
+Version:1.4.0
 Release:0
 Summary:An authoritative DNS daemon
 License:GPL-3.0+
@@ -39,9 +39,11 @@
 %{?systemd_requires}
 %define has_systemd 1
 %endif
-Source0:http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.bz2
+Source0:https://secure.nic.cz/files/knot-dns/%{name}-%{version}.tar.bz2
 Source1:knot.conf
 Source2:knot.service
+Patch0:
0001-Add-support-for-OpenSSL-threads-in-OpenSSL-1.0.0.patch
+Patch1:
0001-Check-the-OpenSSL-version-when-checking-for-GOST-alg.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,6 +51,8 @@
 
 %prep
 %setup -q 
+%patch0 -p1
+%patch1 -p1
 
 %build
 %if 0%{suse_version} == 1210

++ 0001-Add-support-for-OpenSSL-threads-in-OpenSSL-1.0.0.patch ++
>From c0c390f18d602e310e8bf31a23b25a376314e07c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= 
Date: Mon, 6 Jan 2014 12:04:45 +0100
Subject: [PATCH] Add support for OpenSSL threads in OpenSSL << 1.0.0

---
 src/libknot/dnssec/crypto.c | 13 +
 1 file changed, 13 insertions(+)

--- knot.orig/src/libknot/dnssec/crypto.c
+++ knot/src/libknot/dnssec/crypto.c
@@ -105,11 +105,20 @@ static void openssl_mutexes_destroy(void
  *
  * \param openssl_id  Thread identifier in OpenSSL.
  */
+#if OPENSSL_VERSION_NUMBER >= 0x101fL
 static void openssl_threadid_cb(CRYPTO_THREADID *openssl_id)
 {
pthread_t id = pthread_self();
CRYPTO_THREADID_set_pointer(openssl_id, (void *)id);
 }
+#else
+static unsigned long openssl_threadid_cb(void)
+{
+   unsigned long ret;
+   ret = (unsigned long)pthread_self();
+   return(ret);
+}
+#endif
 
 /*- pluggable engines ---*/
 
@@ -181,7 +190,11 @@ void knot_crypto_init_threads(void)
}
 
// thread identification
+#if OPENSSL_VERSION_NUMBER >= 0x101fL
CRYPTO_THREADID_set_callback(openssl_threadid_cb);
+#else
+CRYPTO_set_id_callback((unsigned long (*)())openssl_threadid_cb);
+#endif
 }
 
 void knot_crypto_cleanup_threads(void)
++ 0001-Check-the-OpenSSL-version-when-checking-for-GOST-alg.patch ++
>From 2354047b6402aa68daffe96d6f82f30f0dad1cff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= 
Date: Mon, 6 Jan 2014 11:37:23 +0100
Subject: [PATCH] Check the OpenSSL version when checking for GOST algorithm
 support

---
 src/libknot/dnssec/config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- knot.orig/src/libknot/dnssec/config.h
+++ knot/src/libknot/dnssec/config.h
@@ -35,13 +35,13 @@
 #endif
 
 // ECDSA support requires OpenSSL version >= 1.0.1
-#if !defined(OPENSSL_NO_ECDSA) && OPENSSL_VERSION_NUMBER >= 0x10001000
+#if !defined(OPENSSL_NO_ECDSA) && OPENSSL_VERSION_NUMBER >= 0x10001000L
   #define KNOT_ENABLE_ECDSA 1
 #else
   #undef KNOT_ENABLE_ECDSA
 #endif
 
-#if !defined(OPENSSL_NO_GOST)
+#if !defined(OPENSSL_NO_GOST

commit icinga for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2014-01-08 20:06:43

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


Package is "icinga"

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2013-12-11 
11:28:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2014-01-08 
20:06:45.0 +0100
@@ -1,0 +2,25 @@
+Tue Jan  7 10:39:42 UTC 2014 - thard...@suse.com
+
+- imported upstream version 1.10.2
+  - includes fix for possible denial of service in CGI executables: 
CVE-2013-7108 (bnc#856837)
+  * core: Add an Icinga syntax plugin for Vim #4150 - LE/MF
+  * core: Document dropped options log_external_commands_user and 
event_profiling_enabled #4957 - BA
+  * core: type in spec file on ido2db startup #5000 - MF
+  * core: Build fails: xdata/xodtemplate.c requires stdint.h #5021 - SH
+
+  * classic ui: fix status output in JSON format not including short and long 
plugin output properly #5217 - RB
+  * classic ui: fix possible buffer overflows #5250 - RB
+  * classic ui: fix Off-by-one memory access in process_cgivars() #5251 - RB
+
+  * idoutils: idoutils oracle compile error #5059 - TD
+  * idoutils: Oracle update script 1.10.0 failes while trying to drop 
nonexisting index #5256 - RB
+- imported upstream version 1.10.1
+  * core: add line number information to config verification error messages 
#4967 - GB
+  * core/idoutils: revert check_source attribute due to mod_gearman 
manipulating in-memory checkresult list #4958 - MF
+** classic ui/idoutils schema: functionality is kept only for Icinga 2 
support
+  * classic ui: fix context help on mouseover in cmd.cgi (Marc-Christian 
Petersen) #4971 - MF
+  * classic ui: correction of colspan value in status.cgi (Bernd Arnold) #4961 
- MF
+  * idoutils: fix pgsql update script #4953 - AW/MF
+  * idoutils: fix logentry_type being integer, not unsigned long (thx David 
Mikulksi) #4953 - MF
+
+---

Old:

  icinga-1.10.0.tar.gz

New:

  icinga-1.10.2.tar.gz



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.SYr77g/_old  2014-01-08 20:06:46.0 +0100
+++ /var/tmp/diff_new_pack.SYr77g/_new  2014-01-08 20:06:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icinga
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   icinga
-Version:1.10.0
+Version:1.10.2
 Release:0
 
 Summary:Host/service/network monitoring program

++ icinga-1.10.0.tar.gz -> icinga-1.10.2.tar.gz ++
/work/SRC/openSUSE:Factory/icinga/icinga-1.10.0.tar.gz 
/work/SRC/openSUSE:Factory/.icinga.new/icinga-1.10.2.tar.gz differ: char 5, 
line 1


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



commit libgcrypt for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package libgcrypt for openSUSE:Factory 
checked in at 2014-01-08 20:07:19

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


Package is "libgcrypt"

Changes:

--- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes  2014-01-03 
19:27:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgcrypt.new/libgcrypt.changes 2014-01-08 
20:07:21.0 +0100
@@ -1,0 +2,60 @@
+Fri Jan  3 16:36:21 UTC 2014 - dmuel...@suse.com
+
+- add arm-missing-files.diff: Add missing files to fix build 
+
+---
+Fri Jan  3 09:43:39 UTC 2014 - mvysko...@suse.com
+
+- fix bnc#856915: can't open /dev/urandom
+  * correct libgcrypt-1.5.0-etc_gcrypt_rngseed-symlink.diff
+- require libgpg-error 1.11 or higher
+
+---
+Thu Dec 19 13:53:21 UTC 2013 - mvysko...@suse.com
+
+- fix dependency for 32bit devel package
+- name hmac files according soname
+- fix hmac subpackage dependency
+
+---
+Thu Dec 19 09:03:21 UTC 2013 - mvysko...@suse.com
+
+- update to 1.6. 
+ * Removed the long deprecated gcry_ac interface.  Thus Libgcrypt is
+   not anymore ABI compatible to previous versions if they used the ac
+   interface. Check NEWS in libgcrypt-devel for removed interfaces.
+ * Removed the module register subsystem.
+ * The deprecated message digest debug macros have been removed.  Use
+   gcry_md_debug instead.
+ * Removed deprecated control codes.
+ * Improved performance of most cipher algorithms as well as for the
+   SHA family of hash functions.
+ * Added support for the IDEA cipher algorithm.
+ * Added support for the Salsa20 and reduced Salsa20/12 stream ciphers.
+ * Added limited support for the GOST 28147-89 cipher algorithm.
+ * Added support for the GOST R 34.11-94 and R 34.11-2012 (Stribog)
+   hash algorithms.
+ * Added a random number generator to directly use the system's RNG.
+   Also added an interface to prefer the use of a specified RNG.
+ * Added support for the SCRYPT algorithm.
+ * Mitigated the Yarom/Falkner flush+reload side-channel attack on RSA
+   secret keys.  See  [CVE-2013-4242].
+ * Added support for Deterministic DSA as per RFC-6969.
+ * Added support for curve Ed25519.
+ * Added a scatter gather hash convenience function.
+ * Added several MPI amd SEXP helper functions.
+ * Added support for negative numbers to gcry_mpi_print,
+   gcry_mpi_aprint and gcry_mpi_scan.
+ * The algorithm ids GCRY_PK_ECDSA and GCRY_PK_ECDH are now
+   deprecated.  Use GCRY_PK_ECC if you need an algorithm id.
+ * Changed gcry_pk_genkey for "ecc" to only include the curve name and
+   not the parameters.  The flag "param" may be used to revert this.
+ * Added a feature to globally disable selected hardware features.
+ * Added debug helper functions.
+- rebased patches
+ * libgcrypt-1.5.0-etc_gcrypt_rngseed-symlink.diff
+ * libgcrypt-ppc64.patch
+- add libgcrypt-1.6.0-use-intenal-functions.patch to fix fips.c build
+- Move all documentation to -devel package
+
+---

Old:

  libgcrypt-1.5.3.tar.bz2
  libgcrypt-1.5.3.tar.bz2.sig

New:

  arm-missing-files.diff
  libgcrypt-1.6.0-use-intenal-functions.patch
  libgcrypt-1.6.0.tar.bz2
  libgcrypt-1.6.0.tar.bz2.sig



Other differences:
--
++ libgcrypt.spec ++
--- /var/tmp/diff_new_pack.HYnCpC/_old  2014-01-08 20:07:21.0 +0100
+++ /var/tmp/diff_new_pack.HYnCpC/_new  2014-01-08 20:07:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgcrypt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %define build_hmac256 1
 %define separate_hmac256_binary 0
 
-%define libsoname %{name}11
-%define sosuffix  11.8.2
+%define libsoname %{name}20
+%define sosuffix  20.0.0
 
 Name:   libgcrypt
 Url:http://directory.fsf.org/wiki/Libgcrypt
-Version:1.5.3
+Version:1.6.0
 Release:0
 Summary:The GNU Crypto Library
 License:GPL-2.0+ and LGPL-2.1+ and GPL-3.0+
@@ -45,9 +45,12 @@
 Patch6: libgcrypt-1.5.0-etc_gcrypt_rngseed-symlink.diff
 #PATCH-FIX-SUSE: N/A
 Patch7: libgcrypt-1.5.0-LIBGCRYPT_FORCE_FIPS_MODE-env.diff
+#PATCH-FIX-UPSTREAM: internal functions are supposed to be used inside 
libgcrypt, mvysko...@su

commit eric5 for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package eric5 for openSUSE:Factory checked 
in at 2014-01-08 20:06:00

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


Package is "eric5"

Changes:

--- /work/SRC/openSUSE:Factory/eric5/eric5.changes  2013-12-11 
15:39:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.eric5.new/eric5.changes 2014-01-08 
20:06:02.0 +0100
@@ -1,0 +2,104 @@
+Tue Jan  7 18:33:24 UTC 2014 - ter...@gmail.com
+
+- Update to version 5.4.0
+  - General
+  * introduced a zoom widget in the status bar of several windows
+  * centralized the SSL error handling in E5SslErrorHandler
+  * moved the SSL widgets to the E5Network package
+  * changed the 'import' statements to improve startup behavior
+  * removed the QtHelp dependancy; support is only available, if the
+QtHelp module could be imported
+  * changed code to be compatible with latest PyQt4 Windows installers
+  * introduced a configurable delay timer to get smoother sidebars
+behavior
+  * added a specialized error message handler allowing to filter
+messages
+  * added commandline options '--start-file', '--start-multi' and
+'--start-project' to start with the most recently opened file, multi
+ project or project
+  * added a dialog to show the most recent error log
+  - Debugger
+  * Debug Viewer
+  - added a viewer for the call stack leading to the current line
+  * Variables Viewer
+  - changed the way multi line strings are shown in the value
+column
+  - Checkers
+  * Coding Style (previously PEP-8)
+  - extended the coding style checker and its fixer
+  - added a checker for naming conventions
+  - dded a checker for docstring conventions
+  - extended the fixer for docstring issues
+  - Editor
+  * added the capability to preview HTML, Mardown and ReST files
+  * added the capability to sort lines spanned by a rectangular
+selection based on the selected text
+  * added entires to convert the selection to upper/lower case to the
+edit menu
+  * changed the line numbers margin to adjust themselves to the size
+needed
+  * added support for virtual space
+  * added support to show the current class/method name in the combo
+boxes at the top of the editor
+  - File Browser
+  * added a JavaScript parser in order to show the structure of
+JavaScript files
+  - Mini Editor
+  * changed the line numbers margin to adjust themselves to the size
+needed
+  * added support for virtual space
+  - Multi Project
+  * extended the context menus of the multi project browser to be able
+to add projects this way
+  - Project
+  * added support for PyQt5 projects
+  - Project Viewer
+  * All
+  - added a context menu entry to delete the selected directory
+  * Forms Viewer
+  - added support for more widgets in the code creation dialog
+  - added a plug-in hook for the 'open' action
+  * Sources Viewer
+  - added support to highlight the current class/method name of the
+current editor
+  - added a JavaScript parser in order to show the structure of
+JavaScript files
+  * Translations Viewer
+  - added a plug-in hook for the 'open' action
+  - Shell
+  * changed the line numbers margin to adjust themselves to the size
+needed
+  - Symbols Viewer
+  * extended the list of supported unicode code blocks
+  - Template Viewer
+  * added a context menu entry to reload the templates
+  * changed logic such, that the templates are only written, if they
+contain some changes
+  - User Interface
+  * made the search and replace widgets scrollable (customisation for
+smaller screens)
+  - Version Control System Interfaces
+  * All
+  - added a confirmation dialog to the 'revert' actions
+  * Mercurial
+  - added a 'Copy Changesets' button to the log browser dialog
+  - editing the config file will generate a minimal one if none
+exists
+  - added support for the 'summary' command --- added capability
+to compare files side-by-side
+  * Subversion
+  - added capability to compare files side-by-side
+  - added cabaility to upgrade the working copy format
+  - Web Browser
+  * reworked the various SSL info widgets to show more info
+  * added a dialog to configure hosts to be exempted from caching
+  * added the capability to save the visible part of the current page
+as a screen shot
+  - Wizards
+  * added a wizard for the Qt5 QRegularExpression

commit amavisd-new for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for openSUSE:Factory 
checked in at 2014-01-08 20:05:51

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


Package is "amavisd-new"

Changes:

--- /work/SRC/openSUSE:Factory/amavisd-new/amavisd-new.changes  2013-11-15 
13:12:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavisd-new.changes 
2014-01-08 20:05:52.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan  1 13:17:13 UTC 2014 - w...@rosenauer.org
+
+- add some recommended decoders (bnc#754852)
+- fixed amavisd-milter invocation (bnc#809969)
+- correctly set clamd socket to (/var/run/clamav/clamd-socket)
+  (bnc#844575)
+- some spec file cleanup including using optflags for native code
+
+---



Other differences:
--
++ amavisd-new.spec ++
--- /var/tmp/diff_new_pack.24zt2z/_old  2014-01-08 20:05:54.0 +0100
+++ /var/tmp/diff_new_pack.24zt2z/_new  2014-01-08 20:05:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amavisd-new
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,13 +16,28 @@
 #
 
 
+%define avspool/var/spool/amavis
+%define avdb   /var/spool/amavis/db
+%define avquarantine   /var/spool/amavis/virusmails
+%define logmsg logger -t %{name}/rpm
+%define avuser vscan
+%define avgroupvscan
 Name:   amavisd-new
+Version:2.8.1
+Release:0
 Summary:High-Performance E-Mail Virus Scanner
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
-Version:2.8.1
-Release:0
 Url:http://www.ijs.si/software/amavisd/
+Source0:amavisd-new-%{version}.tar.gz
+Source1:sysconfig.amavis
+Source2:rc.amavis
+Source3:amavisd-new-rpmlintrc
+Source4:amavisd-milter.tar.bz2
+Source5:amavis.service
+Source6:amavisd-milter.sh
+Patch1: activate_virus_scanner.diff
+BuildRequires:  sed
 BuildRequires:  sendmail
 BuildRequires:  sendmail-devel
 Requires:   bzip2
@@ -44,6 +59,11 @@
 Requires:   sharutils
 Requires:   smtp_daemon
 Requires:   zoo
+PreReq: coreutils
+PreReq: net-tools
+PreReq: pwdutils
+PreReq: %insserv_prereq
+PreReq: util-linux
 %if 0%{?suse_version} < 1120
 Requires:   lha
 %endif
@@ -57,27 +77,12 @@
 Recommends: perl-ldap
 Recommends: perl-Authen-SASL
 Recommends: perl-Mail-ClamAV
+Recommends: p7zip
+Recommends: binutils
 Recommends: %{name}-docs = %{version}
 Provides:   amavisd-milter = 1.5.0
 Obsoletes:  amavisd-milter <= 1.5.0
-PreReq: coreutils net-tools sed pwdutils
-PreReq: %insserv_prereq
-PreReq: util-linux
-Source0:amavisd-new-%{version}.tar.gz
-Source1:sysconfig.amavis
-Source2:rc.amavis
-Source3:amavisd-new-rpmlintrc
-Source4:amavisd-milter.tar.bz2
-Source5:amavis.service
-Source6:amavisd-milter.sh
-Patch1: activate_virus_scanner.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define avspool/var/spool/amavis
-%define avdb   /var/spool/amavis/db
-%define avquarantine   /var/spool/amavis/virusmails
-%define logmsg logger -t %{name}/rpm
-%define avuser vscan
-%define avgroupvscan
 
 %description
 Amavisd-new is a high-performance interface between mailer (MTA) and
@@ -100,7 +105,7 @@
 content checkers: virus scanners or SpamAssassin. It talks to the MTA
 via (E)SMTP, LMTP.
 
-This package contains the documentation and Relase-Notes.
+This package contains the documentation and Release-Notes.
 
 %prep
 %setup -q -a 4
@@ -110,62 +115,63 @@
 if [[ $i == *patch ]] ; then continue; fi
 if [[ $i == *spec ]] ; then continue; fi
 if [[ $i == amavisd-milter ]] ; then continue; fi
+echo "patching file $i"
 sed -i "s|\$daemon_user  = 'vscan';|\$daemon_user  = '%{avuser}';|g; \
 s|\$daemon_group = 'vscan';|\$daemon_group = '%{avgroup}';|g; \
 s|^# \$MYHOME =.*|\$MYHOME = '%{avspool}';|g; \
 s|/var/amavis/db|%{avdb}|g; \
 s|/var/virusmails|%{avquarantine}|g; \
-s|/var/amavis/amavisd.sock|%{avspool}/amavisd.sock|g; \
-s|/var/run/clamav/clamd|/var/lib/clamav/clamd-socket|g" $i
+s|/var/amavis/amavisd.sock|%{avspool}/amavisd.sock|g" $i
 d