commit dnsmasq for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package dnsmasq for openSUSE:Factory checked 
in at 2013-04-23 11:30:17

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


Package is dnsmasq, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes  2013-03-14 
15:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.dnsmasq.new/dnsmasq.changes 2013-04-23 
11:30:19.0 +0200
@@ -1,0 +2,21 @@
+Mon Apr 22 11:34:35 UTC 2013 - meiss...@suse.com
+
+- reintroduced /sbin/rcdnsmasq as /sbin/service link.
+
+---
+Sat Apr 20 05:54:35 UTC 2013 - crrodrig...@opensuse.org
+
+- Do not order after syslog.target which it is neither 
+  required not recommended and currently no longer even exists.
+
+---
+Sat Apr 13 16:04:18 UTC 2013 - co...@suse.com
+
+- sync /srv/tftpboot directory attributes with atftp package
+
+---
+Wed Apr  3 23:09:10 UTC 2013 - crrodrig...@opensuse.org
+
+- remove all sysvinit support 
+
+---



Other differences:
--
++ dnsmasq.spec ++
--- /var/tmp/diff_new_pack.roxsJC/_old  2013-04-23 11:30:21.0 +0200
+++ /var/tmp/diff_new_pack.roxsJC/_new  2013-04-23 11:30:21.0 +0200
@@ -23,7 +23,7 @@
 Version:2.65
 Release:0
 Provides:   dns_daemon
-PreReq: /usr/sbin/useradd %fillup_prereq %insserv_prereq /bin/mkdir
+PreReq: /usr/sbin/useradd /bin/mkdir
 Url:http://www.thekelleys.org.uk/dnsmasq/
 Source: http://www.thekelleys.org.uk/dnsmasq/dnsmasq-%{version}.tar.gz
 Source1:vendor-files.tar.bz2
@@ -31,20 +31,12 @@
 Patch1: group_and_isc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-devel
-BuildRequires:  libidn
 BuildRequires:  libidn-devel
 BuildRequires:  pkg-config
-BuildRequires:  systemd
 BuildRequires:  pkgconfig(libnetfilter_conntrack)
-
+BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 
-%if %suse_version  1220
-%define _unitdir /usr/lib/systemd
-%else
-%define _unitdir /lib/systemd
-%endif
-
 %description
 Dnsmasq is a lightweight, easy-to-configure DNS forwarder and DHCP
 server. It is designed to provide DNS and, optionally, DHCP, to a small
@@ -93,33 +85,27 @@
 %service_add_pre %{name}.service
 
 %post
-%{fillup_and_insserv dnsmasq}
 %service_add_post %{name}.service
 
 %preun
-%stop_on_removal dnsmasq
 %service_del_preun %{name}.service
 
 %postun
-%restart_on_update dnsmasq
-%{insserv_cleanup}
 %service_del_postun %{name}.service
 
 %install
 make install-i18n DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr AWK=gawk
-install -d -m 755 ${RPM_BUILD_ROOT}/%{_sysconfdir}/init.d
 install -d -m 755 ${RPM_BUILD_ROOT}/%{_sysconfdir}/slp.reg.d
 install -d -m 755 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
-install -m 755 rc.dnsmasq-suse $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/dnsmasq
-ln -sf ../../etc/init.d/dnsmasq $RPM_BUILD_ROOT/usr/sbin/rcdnsmasq
 install -m 644 dnsmasq.conf.example $RPM_BUILD_ROOT/%{_sysconfdir}/dnsmasq.conf
 install -m 644 dnsmasq.reg  $RPM_BUILD_ROOT/%{_sysconfdir}/slp.reg.d/
 install -m 644 SuSEFirewall.dnsmasq-dns 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/dnsmasq-dns
 install -m 644 SuSEFirewall.dnsmasq-dhcp 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/dnsmasq-dhcp
 install -d 755 ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/
 install -m 644 dbus/dnsmasq.conf 
${RPM_BUILD_ROOT}/etc/dbus-1/system.d/dnsmasq.conf
-install -D -m 0644 %SOURCE2 %{buildroot}%{_unitdir}/system/dnsmasq.service
+install -D -m 0644 %SOURCE2 %{buildroot}%{_unitdir}/dnsmasq.service
 install -d -m 0750 ${RPM_BUILD_ROOT}/srv/tftpboot
+ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcdnsmasq
 
 # utils subpackage
 mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1
@@ -135,17 +121,16 @@
 %defattr(-,root,root)
 %doc CHANGELOG COPYING FAQ doc.html setup.html dnsmasq.conf.example contrib 
README.SUSE dbus
 %config(noreplace) %{_sysconfdir}/dnsmasq.conf
-%{_sysconfdir}/init.d/dnsmasq
-%{_sbindir}/rcdnsmasq
 %{_sbindir}/dnsmasq
+%{_sbindir}/rcdnsmasq
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/dnsmasq-dns
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/dnsmasq-dhcp
 %dir %{_sysconfdir}/slp.reg.d/
 %config %attr(0644,root,root) /%{_sysconfdir}/slp.reg.d/dnsmasq.reg
 %{_mandir}/man8/dnsmasq.8.gz
 /etc/dbus-1/system.d/dnsmasq.conf
-%{_unitdir}/system/dnsmasq.service
-%dir 

commit grilo for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package grilo for openSUSE:Factory checked 
in at 2013-04-23 11:30:34

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


Package is grilo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/grilo/grilo.changes  2013-04-02 
20:31:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2013-04-23 
11:30:35.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 18 21:44:15 UTC 2013 - dims...@opensuse.org
+
+- Add grilo-libvala-0.20.patch: Add libvala 0.20 support.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  above patch touches the build system.
+
+---

New:

  grilo-libvala-0.20.patch



Other differences:
--
++ grilo.spec ++
--- /var/tmp/diff_new_pack.gPnyy1/_old  2013-04-23 11:30:36.0 +0200
+++ /var/tmp/diff_new_pack.gPnyy1/_new  2013-04-23 11:30:36.0 +0200
@@ -24,7 +24,11 @@
 Group:  Productivity/Multimedia/Other
 Url:https://live.gnome.org/Grilo
 Source: 
http://download.gnome.org/sources/grilo/0.2/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM grilo-libvala-0.20.patch dims...@opensuse.org -- Add vala 
0.20 support, taken from git
+Patch0: grilo-libvala-0.20.patch
 BuildRequires:  fdupes
+# Needed for patch0
+BuildRequires:  gnome-common
 # Required to build documentation
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -36,7 +40,7 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0
 BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(libvala-0.18)
+BuildRequires:  pkgconfig(libvala-0.20)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -108,8 +112,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
--disable-static \
--disable-tests \

++ grilo-libvala-0.20.patch ++
From 35cfddb88d6240dd5a8acbc132d6ccd4c1e5570f Mon Sep 17 00:00:00 2001
From: Kalev Lember kalevlem...@gmail.com
Date: Wed, 20 Mar 2013 18:55:02 +
Subject: vala: Add support for Vala 0.20

---
diff --git a/configure.ac b/configure.ac
index 097640f..9e08558 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,7 @@ AC_ARG_ENABLE([vala],
 AC_MSG_RESULT([$enable_vala])
 if test x$enable_vala != xno; then
valapkg=
-   m4_foreach([VERSION], [[0.12], [0.14], [0.16], [0.18]],
+   m4_foreach([VERSION], [[0.12], [0.14], [0.16], [0.18], [0.20]],
   [PKG_CHECK_EXISTS([ libvala-VERSION ],
[ valapkg=libvala-VERSION ])
   ])
--
cgit v0.9.1

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



commit grub for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package grub for openSUSE:Factory checked in 
at 2013-04-23 11:30:50

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


Package is grub, Maintainer is d...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/grub/grub.changes2013-03-08 
09:12:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub.new/grub.changes   2013-04-23 
11:30:51.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 22 13:56:35 UTC 2013 - meiss...@suse.com
+
+- make build on x86_64
+
+---
+Wed Mar 27 13:07:00 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ grub.spec ++
--- /var/tmp/diff_new_pack.whMQNc/_old  2013-04-23 11:30:54.0 +0200
+++ /var/tmp/diff_new_pack.whMQNc/_new  2013-04-23 11:30:54.0 +0200
@@ -27,11 +27,11 @@
 BuildRequires:  gcc41
 BuildRequires:  glibc-devel
 BuildRequires:  libncurses5
-BuildRequires:  ncurses-devel
 %endif
+BuildRequires:  ncurses-devel
 Version:0.97
 Release:0
-Source0:%{name}-%{version}.tar.gz
+Source0:ftp://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 Source1:installgrub
 Source2:grubonce
 Source3:grub-install

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



commit libcdr for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libcdr for openSUSE:Factory checked 
in at 2013-04-23 11:31:33

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


Package is libcdr, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libcdr/libcdr.changes2013-04-09 
07:07:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcdr.new/libcdr.changes   2013-04-23 
11:31:35.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr 22 13:25:32 UTC 2013 - fridrich.st...@suse.com
+
+- Update to upstream version 0.0.13
+  * Extend text support to CDR versions 5 and 6
+  * Fix text parser for CDR version 13+
+  * Parse text format strings in CDR version 16
+  * Text colour support for CDR versions 5 - 16
+  * Add dependency on boost for both json property string
+parser and for extraction of colour information
+- Added build dependency on boost-devel
+
+---

Old:

  libcdr-0.0.12.tar.xz

New:

  libcdr-0.0.13.tar.xz



Other differences:
--
++ libcdr.spec ++
--- /var/tmp/diff_new_pack.DHKtt2/_old  2013-04-23 11:31:36.0 +0200
+++ /var/tmp/diff_new_pack.DHKtt2/_new  2013-04-23 11:31:36.0 +0200
@@ -18,6 +18,7 @@
 
 Name:   libcdr
 # note: the main package is empty, it only sets a sane name for the source rpm
+BuildRequires:  boost-devel
 %if 0%{?suse_version}  1020
 %define build_doc  1
 BuildRequires:  doxygen
@@ -35,7 +36,7 @@
 Summary:Library for parsing the Corel Draw file format structure
 License:LGPL-2.0+ or GPL-2.0+ or MPL-1.1
 Group:  Productivity/Publishing/Word
-Version:0.0.12
+Version:0.0.13
 Release:0
 Url:http://www.freedesktop.org/wiki/Software/libcdr
 Source: http://dev-www.libreoffice.org/src/libcdr-%{version}.tar.xz

++ libcdr-0.0.12.tar.xz - libcdr-0.0.13.tar.xz ++
 2353 lines of diff (skipped)

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



commit libcmpiutil for openSUSE:Factory

2013-04-23 Thread h_root


bini6AY6ZuGKh.bin
Description: Binary data


commit libqt4 for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2013-04-23 11:32:53

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


Package is libqt4, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2013-04-14 
10:33:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2013-04-23 11:32:56.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 22 06:40:35 UTC 2013 - pgaj...@suse.com
+
+- Added slovak-zero.patch, fixes bug [bnc#812528].
+
+---
+Sat Apr 20 16:32:12 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added fix-moc-from-choking-on-boost-headers.patch, workaround for 
+  QTBUG#22829
+
+---
libqt4-sql-plugins.changes: same change
libqt4.changes: same change

New:

  fix-moc-from-choking-on-boost-headers.patch
  slovak-zero.patch



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.g3h2Og/_old  2013-04-23 11:33:10.0 +0200
+++ /var/tmp/diff_new_pack.g3h2Og/_new  2013-04-23 11:33:10.0 +0200
@@ -112,6 +112,11 @@
 Patch150:   check-return-value-of-qt_safe_pipe.patch
 Patch151:   aarch64-support.diff
 Patch152:   moc-boost148-workaround.diff
+# PATCH-FIX-UPSTREAM  fix-moc-from-choking-on-boost-headers.patch -- 
Workaround for QTBUG-22829
+Patch153:   fix-moc-from-choking-on-boost-headers.patch
+# following patch fixes slovak locale data, e. g. position of slovak zero 
symbol in unicode
+# (to be upstreamed)
+Patch154:   slovak-zero.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
   %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -openssl-linked -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama 
-sm -no-nas-sound -no-rpath -system-libjpeg -system-libpng -accessibility -cups 
-stl -nis -system-zlib -prefix /usr -L %{_libdir} -libdir %{_libdir} -docdir 
%_docdir/%{base_name} -examplesdir %{_libdir}/qt4/examples -demosdir 
%{_libdir}/qt4/demos -plugindir %plugindir -translationdir 
%{_datadir}/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
%{_datadir}/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
@@ -198,6 +203,8 @@
 %patch150 -p1
 %patch151
 %patch152
+%patch153 -p1
+%patch154 -p1
 # ### 47 rediff
 #%patch121 -p1
 # be sure not to use them

libqt4-sql-plugins.spec: same change
libqt4.spec: same change


++ fix-moc-from-choking-on-boost-headers.patch ++
diff -urNB qt-everywhere-opensource-src-4.8.4.orig/src/tools/moc/main.cpp 
qt-everywhere-opensource-src-4.8.4/src/tools/moc/main.cpp
--- qt-everywhere-opensource-src-4.8.4.orig/src/tools/moc/main.cpp  
2013-04-20 18:19:50.777477986 +0200
+++ qt-everywhere-opensource-src-4.8.4/src/tools/moc/main.cpp   2013-04-20 
18:20:41.070849233 +0200
@@ -187,7 +187,12 @@
 Moc moc;
 pp.macros[Q_MOC_RUN];
 pp.macros[__cplusplus];
+
+// Workaround a bugs while parsing some boost headers. See QTBUG-22829
+pp.macros[BOOST_TT_HAS_OPERATOR_HPP_INCLUDED];
+pp.macros[BOOST_LEXICAL_CAST_INCLUDED];
 pp.macros[BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION];
+
 QByteArray filename;
 QByteArray output;
 FILE *in = 0;


++ slovak-zero.patch ++
Index: qt-everywhere-opensource-src-4.8.4/src/corelib/tools/qlocale_data_p.h
===
--- qt-everywhere-opensource-src-4.8.4.orig/src/corelib/tools/qlocale_data_p.h
+++ qt-everywhere-opensource-src-4.8.4/src/corelib/tools/qlocale_data_p.h
@@ -562,7 +562,7 @@ static const QLocalePrivate locale_data[
 {106, 0,   198,46,44,59,37,48,45,43,   
101,  8220,  8221,  8216,  8217, 0,6 , 0,6 , 0,6 , 0,6 , 572,10 , 959,17 , 
522,7 , 25,12 , 12541,59 , 12600,96 , 12696,32 , 12808,61 , 12869,96 , 12965,32 
, 8367,30 , 8397,62 , 8459,19 , 8367,30 , 8397,62 , 8459,19 , 293,5 , 276,4 , 
{76,75,82},  256,3 , 6172,19 , 4,4 , 13,6 , 2496,5 , 2501,11 , 2, 1,
 1, 6, 7 }, // Singhalese/AnyScript/SriLanka
 {107, 0,   195,44,   160,59,37,48,45,43,   
101,  8216,  8217,  8220,  8221, 0,6 , 0,6 , 0,6 , 0,6 , 72,10 , 314,18 , 37,5 
, 8,10 , 12728,48 , 12776,114 , 1381,27 , 12997,48 , 13045,114 , 134,27 , 
8478,27 , 8505,68 , 708,14 , 8478,27 , 8505,68 , 708,14 , 0,2 , 0,2 , 
{90,65,82},  11,1 , 0,7 , 4,4 , 4,0 , 2512,7 , 0,0 , 2, 

commit libvisio for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-04-23 11:33:07

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


Package is libvisio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-04-22 
14:31:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-04-23 
11:33:11.0 +0200
@@ -9,3 +9,3 @@
-  * vsd2raw/vss2raw:
-- add possibility to detect groups that are not properly finished
-   - indent raw output for easier detection of problems
+  * vsd2raw/vss2raw -add possibility to detect groups that are not
+properly finished and indent raw output for easier detection of
+problems



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



commit man for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package man for openSUSE:Factory checked in 
at 2013-04-23 11:33:27

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


Package is man, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/man/man.changes  2012-11-02 07:30:59.0 
+0100
+++ /work/SRC/openSUSE:Factory/.man.new/man.changes 2013-04-23 
11:33:30.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 22 11:55:06 UTC 2013 - meiss...@suse.com
+
+- remove japanese manpages
+
+---
+Tue Apr 16 12:32:31 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ man.spec ++
--- /var/tmp/diff_new_pack.PWmYZQ/_old  2013-04-23 11:33:33.0 +0200
+++ /var/tmp/diff_new_pack.PWmYZQ/_new  2013-04-23 11:33:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package man
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -42,7 +42,7 @@
 Requires:   glibc-locale
 Requires:   groff = 1.18
 Requires:   less
-Source: man-db-%{version}.tar.xz
+Source: 
http://download.savannah.gnu.org/releases/man-db/man-db-%{version}.tar.xz
 Source1:sysconfig.cron-man
 Source2:cron.daily.do_mandb
 Source3:cron.daily.clean_catman
@@ -190,6 +190,11 @@
 for d in `find -name manpath.5.gz -printf '%%h '` ; do
ln -sf manpath.5.gz $d/manpath.config.5.gz
 done
+
+# remove japanese pages, as they are in man-pages-ja
+# (need to cross verify at some point that they are up to date there)
+rm -rf ja
+
 popd
 install -m 644 src/man_db.conf %{buildroot}%{_sysconfdir}/manpath.config
 sh ./mk_catdirs %{buildroot}

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



commit ntfs-3g_ntfsprogs for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package ntfs-3g_ntfsprogs for 
openSUSE:Factory checked in at 2013-04-23 11:33:35

Comparing /work/SRC/openSUSE:Factory/ntfs-3g_ntfsprogs (Old)
 and  /work/SRC/openSUSE:Factory/.ntfs-3g_ntfsprogs.new (New)


Package is ntfs-3g_ntfsprogs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.changes  
2013-02-01 09:48:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.ntfs-3g_ntfsprogs.new/ntfs-3g_ntfsprogs.changes 
2013-04-23 11:33:37.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 15 13:32:48 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---

Old:

  ntfs-3g_ntfsprogs-2012.1.15.tar.bz2

New:

  ntfs-3g_ntfsprogs-2012.1.15.tgz



Other differences:
--
++ ntfs-3g_ntfsprogs.spec ++
--- /var/tmp/diff_new_pack.k7EDj8/_old  2013-04-23 11:33:38.0 +0200
+++ /var/tmp/diff_new_pack.k7EDj8/_new  2013-04-23 11:33:38.0 +0200
@@ -22,12 +22,12 @@
 Group:  System/Filesystems
 Version:2012.1.15
 Release:0
-Source: %{name}-%{version}.tar.bz2
+Source: http://tuxera.com/opensource/%{name}-%{version}.tgz
 Source1:buildall.sh
 Source2:21-storage-ntfs-3g.fdi
 # PATCH-FIX-UPSTREAM ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch 
rh#859373 badshah...@gmail.com -- Prevent partitions with metadata cached in 
Windows from being mounted; patch taken from upstream git
 Patch0: ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch
-Url:http://ntfs-3g.org/
+Url:http://www.tuxera.com/community/ntfs-3g-download/
 %if 0%{?sles_version}
 BuildRequires:  fuse-devel = 2.6.0
 %else


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



commit parted for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package parted for openSUSE:Factory checked 
in at 2013-04-23 11:35:44

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


Package is parted, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/parted/parted.changes2013-04-17 
07:43:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes   2013-04-23 
11:35:45.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 22 15:06:02 UTC 2013 - pu...@suse.com
+
+- fix hybrid pMBR (gpt_sync_mbr) on BE systems (bnc#809205)
+  - parted-fix-gpt-sync-on-BE-systems.patch 
+- detect btrfs filesystem (bnc#810779)
+  - parted-btrfs-support.patch
+
+---

New:

  parted-btrfs-support.patch
  parted-fix-gpt-sync-on-BE-systems.patch



Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.b1lOxF/_old  2013-04-23 11:35:48.0 +0200
+++ /var/tmp/diff_new_pack.b1lOxF/_new  2013-04-23 11:35:48.0 +0200
@@ -50,6 +50,8 @@
 Patch20:parted-stdio.h.patch
 Patch21:parted-workaround-windows7-gpt-implementation.patch
 Patch22:fix-error-informing-the-kernel.patch
+Patch23:parted-fix-gpt-sync-on-BE-systems.patch
+Patch24:parted-btrfs-support.patch
 Requires:   /sbin/udevadm
 BuildRequires:  check-devel
 BuildRequires:  device-mapper-devel = 1.02.33
@@ -124,6 +126,8 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23 -p1
+%patch24 -p1
 
 %build
 export CFLAGS=%{optflags} `ncursesw6-config --cflags`


++ parted-btrfs-support.patch ++
commit 85e5fcd1bb0fe91d8908e8a638e9827979b6feff
Author: Luca Bruno lu...@debian.org
Date:   Thu Feb 12 15:15:30 2009 +0100

Initial btrfs support, only recognize it for now

Add initial btrfs support to libparted; just discovering
the declared magic entry at the right place to recognize
filesystem type, for the moment.

Signed-off-by: Luca Bruno lu...@debian.org

---
 configure.ac   |4 -
 libparted/fs/Makefile.am   |3 -
 libparted/fs/btrfs/Makefile.am |8 ++
 libparted/fs/btrfs/btrfs.c |  110 +
 libparted/libparted.c  |4 +
 5 files changed, 126 insertions(+), 3 deletions(-)

Index: parted-2.4/configure.ac
===
@@ -626,6 +625,7 @@ libparted/Makefile
 libparted/labels/Makefile
 libparted/fs/Makefile
 libparted/fs/amiga/Makefile
+libparted/fs/btrfs/Makefile
 libparted/fs/ext2/Makefile
 libparted/fs/fat/Makefile
 libparted/fs/hfs/Makefile
Index: parted-2.4/libparted/fs/Makefile.am
===
--- parted-2.4.orig/libparted/fs/Makefile.am
+++ parted-2.4/libparted/fs/Makefile.am
@@ -4,7 +4,7 @@
 # This file may be modified and/or distributed without restriction.
 
 SUBDIRS   = amiga ext2 ufs fat ntfs hfs linux_swap xfs jfs reiserfs \
-   nilfs2 # bfs
+   nilfs2 btrfs # bfs
 
 partedincludedir  =-I$(top_srcdir)/include
 noinst_LTLIBRARIES=libfs.la
@@ -25,6 +25,7 @@ libfs_la_LIBADD   = $(UUID_LIBS)  \
xfs/libxfs.la   \
jfs/libjfs.la   \
reiserfs/libreiserfs.la \
+   btrfs/libbtrfs.la   \
nilfs2/libnilfs2.la
 #  bfs/libbfs.la
 
Index: parted-2.4/libparted/fs/btrfs/Makefile.am
===
--- /dev/null
+++ parted-2.4/libparted/fs/btrfs/Makefile.am
@@ -0,0 +1,8 @@
+partedincludedir   = -I$(top_srcdir)/include
+
+noinst_LTLIBRARIES = libbtrfs.la
+libbtrfs_la_SOURCES= btrfs.c
+
+INCLUDES = $(partedincludedir) $(INTLINCS)
+
+MAINTAINERCLEANFILES = Makefile.in
Index: parted-2.4/libparted/fs/btrfs/btrfs.c
===
--- /dev/null
+++ parted-2.4/libparted/fs/btrfs/btrfs.c
@@ -0,0 +1,110 @@
+/*
+libparted - a library for manipulating disk partitions
+Copyright (C) 2009 Free Software Foundation, Inc.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License 

commit perl-IO-CaptureOutput for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-CaptureOutput for 
openSUSE:Factory checked in at 2013-04-23 11:36:35

Comparing /work/SRC/openSUSE:Factory/perl-IO-CaptureOutput (Old)
 and  /work/SRC/openSUSE:Factory/.perl-IO-CaptureOutput.new (New)


Package is perl-IO-CaptureOutput, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-CaptureOutput.new/perl-IO-CaptureOutput.changes
 2013-04-23 11:36:36.0 +0200
@@ -0,0 +1,15 @@
+---
+Tue Nov 30 19:20:21 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:30:15 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Mon Aug 23 00:31:06 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (1.1102)
+

New:

  IO-CaptureOutput-1.1102.tar.gz
  perl-IO-CaptureOutput.changes
  perl-IO-CaptureOutput.spec



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

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


Name:   perl-IO-CaptureOutput
Version:1.1102
Release:0
Summary:Capture STDOUT and STDERR from Perl code, subprocesses or XS
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Source: 
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/IO-CaptureOutput-%{version}.tar.gz
Url:http://search.cpan.org/dist/IO-CaptureOutput/
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  make
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Carp)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Basename)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(IO::File)
BuildRequires:  perl(Symbol)
BuildRequires:  perl(Test::More)
Requires:   perl(Carp)
Requires:   perl(Exporter)
Requires:   perl(File::Basename)
Requires:   perl(File::Spec)
Requires:   perl(File::Temp)
Requires:   perl(IO::File)
Requires:   perl(Symbol)

%description
This module provides routines for capturing STDOUT and STDERR from perl
subroutines, forked system calls (e.g. system(), fork()) and from XS or C
modules.

%prep
%setup -q -n IO-CaptureOutput-%{version}
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX=%{_prefix}
%__make %{?jobs:-j%{jobs}}

%install
%perl_make_install
%perl_process_packlist

%check
%__make test

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

%files
%defattr(-,root,root)
%doc Changes README
%dir %{perl_vendorlib}/IO
%{perl_vendorlib}/IO/CaptureOutput.pm
%{perl_vendorlib}/IO/CaptureOutput.pod
%dir %{perl_vendorarch}/auto/IO
%{perl_vendorarch}/auto/IO/CaptureOutput
%doc %{perl_man3dir}/IO::CaptureOutput.%{perl_man3ext}%{ext_man}

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



commit perl-Text-Wrapper for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Wrapper for 
openSUSE:Factory checked in at 2013-04-23 11:37:25

Comparing /work/SRC/openSUSE:Factory/perl-Text-Wrapper (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Wrapper.new (New)


Package is perl-Text-Wrapper, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Text-Wrapper.new/perl-Text-Wrapper.changes 
2013-04-23 11:37:26.0 +0200
@@ -0,0 +1,22 @@
+---
+Mon Apr 22 07:12:05 UTC 2013 - co...@suse.com
+
+- updated to 1.04
+- restore compatibility with Perl 5.8.0 (RT#77386)
+  patch provided by Thomas Sibley
+- add the wrap_after attribute
+- now requires Perl 5.10.0 or later
+- explicitly supports U+2000 - U+200B as breaking spaces
+- now built with Dist::Zilla (includes v2 META.json)
+- repository now publicly available on GitHub
+
+---
+Wed Dec  1 13:35:51 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Sat Dec 26 18:27:57 UTC 2009 - l...@linux-schulserver.de
+
+- initial version 1.02
+

New:

  Text-Wrapper-1.04.tar.gz
  perl-Text-Wrapper.changes
  perl-Text-Wrapper.spec



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

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


Name:   perl-Text-Wrapper
Version:1.04
Release:0
%define cpan_name Text-Wrapper
Summary:Word wrap text by breaking long lines
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Text-Wrapper/
Source: 
http://www.cpan.org/authors/id/C/CJ/CJM/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
#BuildRequires: perl(Text::Wrapper)
%{perl_requires}

%description
Text::Wrapper provides simple word wrapping. It breaks long lines, but does
not alter spacing or remove existing line breaks. If you're looking for
more sophisticated text formatting, try the the Text::Format manpage
module.

Reasons to use Text::Wrapper instead of Text::Format:

* *

  Text::Wrapper is significantly smaller.

* *

  It does not alter existing whitespace or combine short lines. It only
  breaks long lines.

Again, if Text::Wrapper doesn't meet your needs, try Text::Format.

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

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes example LICENSE README

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



commit perl-XML-Handler-YAWriter for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Handler-YAWriter for 
openSUSE:Factory checked in at 2013-04-23 11:37:47

Comparing /work/SRC/openSUSE:Factory/perl-XML-Handler-YAWriter (Old)
 and  /work/SRC/openSUSE:Factory/.perl-XML-Handler-YAWriter.new (New)


Package is perl-XML-Handler-YAWriter, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-Handler-YAWriter.new/perl-XML-Handler-YAWriter.changes
 2013-04-23 11:37:48.0 +0200
@@ -0,0 +1,14 @@
+---
+Mon Apr 22 12:19:14 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-1.0+
+  No indication of an option to license under Artistic-1.0. According to
+  GPL, if no version specified, free to accept under any GPL license -
+  hence GPL-1.0+
+
+---
+Sun Sep 18 14:05:12 UTC 2011 - co...@suse.com
+
+- initial package 0.23
+* created by cpanspec 1.78.05
+

New:

  XML-Handler-YAWriter-0.23.tar.gz
  perl-XML-Handler-YAWriter.changes
  perl-XML-Handler-YAWriter.spec



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

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


Name:   perl-XML-Handler-YAWriter
Version:0.23
Release:0
%define cpan_name XML-Handler-YAWriter
Summary:Yet another Perl SAX XML Writer
License:GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/XML-Handler-YAWriter/
Source: 
http://www.cpan.org/authors/id/K/KR/KRAEHE/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(XML::Parser::PerlSAX) = 0.06
#BuildRequires: perl(XML::Handler::YAWriter)
Requires:   perl(XML::Parser::PerlSAX) = 0.06
%{perl_requires}

%description
YAWriter implements Yet Another XML::Handler::Writer. The reasons for this
one are that I needed a flexible escaping technique, and want some kind of
pretty printing. If an instance of YAWriter is created without any options,
the default behavior is to produce an array of strings containing the XML
in :

  @{$ya-{Strings}}

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

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc action.xml cdatain.xml Changes directory.xml edifact03.dtd linux.1.xml 
nullin.xml README xmlpretty

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



commit perl-XML-Twig for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Twig for openSUSE:Factory 
checked in at 2013-04-23 11:38:09

Comparing /work/SRC/openSUSE:Factory/perl-XML-Twig (Old)
 and  /work/SRC/openSUSE:Factory/.perl-XML-Twig.new (New)


Package is perl-XML-Twig, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Twig/perl-XML-Twig.changes  
2011-11-14 14:40:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-Twig.new/perl-XML-Twig.changes 
2013-04-23 11:38:10.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr 15 10:29:16 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---
+Tue Nov 27 08:29:14 UTC 2012 - dap.darkn...@gmail.com
+
+- update to 3.42
+  * fixed: bug, elements created with XML::Twig::Elt
+  * added: some tests
+- passed the spec file through spec cleaner
+- strip %clean section (not needed on BS)
+
+---

Old:

  XML-Twig-3.39.tar.gz

New:

  XML-Twig-3.42.tar.gz



Other differences:
--
++ perl-XML-Twig.spec ++
--- /var/tmp/diff_new_pack.tidBVl/_old  2013-04-23 11:38:11.0 +0200
+++ /var/tmp/diff_new_pack.tidBVl/_new  2013-04-23 11:38:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Twig
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,19 +16,39 @@
 #
 
 
-
 Name:   perl-XML-Twig
-Version:3.39
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:3.42
+Release:0
 Summary:Tree interface to XML documents
-Url:http://search.cpan.org/dist/XML::Twig
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-# http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig-%{version}.tar.gz
-Source: XML-Twig-%{version}.tar.gz
+Url:http://search.cpan.org/dist/XML::Twig
+Source: 
http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig-%{version}.tar.gz
+BuildRequires:  expat
+BuildRequires:  perl-HTML-Tidy
+BuildRequires:  perl-IO-CaptureOutput
+BuildRequires:  perl-Test-Pod
+BuildRequires:  perl-Text-Wrapper
+BuildRequires:  perl-Tie-IxHash
+BuildRequires:  perl-XML-Filter-BufferText
+BuildRequires:  perl-XML-Handler-YAWriter
 BuildRequires:  perl-XML-Parser
+BuildRequires:  perl-XML-SAX-Writer
+BuildRequires:  perl-XML-Simple
+BuildRequires:  perl-XML-XPath
+BuildRequires:  perl-XML-XPathEngine
 BuildRequires:  perl-macros
+
+Requires:   expat
 Requires:   perl-XML-Parser
+Requires:   perl(Encode)
+
+Recommends: perl-HTML-Tidy
+Recommends: perl-Text-Wrapper
+Recommends: perl-Tie-IxHash
+Recommends: perl-XML-XPath
+Recommends: perl-XML-XPathEngine
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
@@ -64,9 +84,6 @@
 %perl_make_install
 %perl_process_packlist
 
-%clean
-%{?buildroot:rm -rf %{buildroot}}
-
 %files
 %defattr(-,root,root)
 %doc Changes README

++ XML-Twig-3.39.tar.gz - XML-Twig-3.42.tar.gz ++
 6211 lines of diff (skipped)

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



commit postfix for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2013-04-23 11:38:30

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


Package is postfix, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2013-04-20 
17:50:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2013-04-23 
11:38:32.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 11:51:37 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+- Add GPG verification
+
+---

Old:

  postfix-2.9.6.tar.bz2

New:

  postfix-2.9.6.tar.gz
  postfix-2.9.6.tar.gz.sig
  postfix.keyring



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.E1w6Mg/_old  2013-04-23 11:38:34.0 +0200
+++ /var/tmp/diff_new_pack.E1w6Mg/_new  2013-04-23 11:38:34.0 +0200
@@ -23,9 +23,11 @@
 Version:2.9.6
 Release:0
 Url:http://www.postfix.org/
-Source: %{name}-%{version}.tar.bz2
-Source1:%{name}-SuSE.tar.gz
-Source2:%{name}-mysql.tar.bz2
+Source: 
http://www.artfiles.org/postfix.org/postfix-release/official/postfix-%{version}.tar.gz
+Source1:
http://www.artfiles.org/postfix.org/postfix-release/official/postfix-%{version}.tar.gz.sig
+Source2:%{name}-SuSE.tar.gz
+Source3:%{name}-mysql.tar.bz2
+Source4:%{name}.keyring
 Source10:   rpmlintrc
 Source11:   check_mail_queue
 Patch:  dynamic_maps.patch
@@ -61,6 +63,9 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %endif
+%if %suse_version = 1230
+BuildRequires:  gpg-offline
+%endif
 
 #
 Conflicts:  sendmail exim
@@ -144,7 +149,8 @@
 PostgreSQL.
 
 %prep
-%setup -n %{name}-%{version} -a 1 -a 2
+%{?gpg_verify: %gpg_verify %{S:1}}
+%setup -q -a 2 -a 3
 %patch
 %patch1
 %patch2

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



commit psi+ for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2013-04-23 11:38:37

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


Package is psi+, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2013-03-03 
21:08:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2013-04-23 
11:38:38.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 15 09:33:02 UTC 2013 - jsl...@suse.com
+
+- update to 20130405
+  * updated translations
+  * many bugfixes
+
+---

Old:

  psi+-20130227.tar.xz

New:

  psi+-20130405.tar.xz



Other differences:
--
++ psi+.spec ++
--- /var/tmp/diff_new_pack.A5edst/_old  2013-04-23 11:38:40.0 +0200
+++ /var/tmp/diff_new_pack.A5edst/_new  2013-04-23 11:38:40.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   psi+
 Url:http://code.google.com/p/psi-dev/
-Version:20130227
+Version:20130405
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0+

++ psi+-20130227.tar.xz - psi+-20130405.tar.xz ++
/work/SRC/openSUSE:Factory/psi+/psi+-20130227.tar.xz 
/work/SRC/openSUSE:Factory/.psi+.new/psi+-20130405.tar.xz differ: char 25, line 
1

++ psi-plus-l10n-1.tar.xz ++
 72565 lines of diff (skipped)

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



commit python-pip for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package python-pip for openSUSE:Factory 
checked in at 2013-04-23 11:38:43

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


Package is python-pip, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pip/python3-pip.changes   2013-03-17 
10:13:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pip.new/python3-pip.changes  
2013-04-23 11:38:44.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 22 16:18:03 UTC 2013 - toddrme2...@gmail.com
+
+- Re-add buildrequires: python3.  This is needed for openSUSE = 12.2
+
+---
+Mon Apr 22 09:35:26 UTC 2013 - speili...@suse.com
+
+- Simpler spec file
+
+---



Other differences:
--
++ python3-pip.spec ++
--- /var/tmp/diff_new_pack.f3Da2K/_old  2013-04-23 11:38:45.0 +0200
+++ /var/tmp/diff_new_pack.f3Da2K/_new  2013-04-23 11:38:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pip
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,13 +25,14 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# please do not remove, needed for openSUSE = 12.2
 BuildRequires:  python3
-BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
-BuildArch:  noarch
-Requires:   python(abi) = %{py3_ver}
+# please do not remove, needed for openSUSE = 12.2
+Requires:   python3
 Requires:   python3-distribute
+BuildArch:  noarch
 
 %description
 Pip is a replacement for easy_install. It uses mostly the same techniques for

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



commit python-pyflakes for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package python-pyflakes for openSUSE:Factory 
checked in at 2013-04-23 11:38:58

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


Package is python-pyflakes, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyflakes/python3-pyflakes.changes 
2012-11-28 14:34:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyflakes.new/python3-pyflakes.changes
2013-04-23 11:38:59.0 +0200
@@ -1,0 +2,39 @@
+Mon Apr 22 16:18:03 UTC 2013 - toddrme2...@gmail.com
+
+- Re-add buildrequires: python3.  This is needed for openSUSE = 12.2
+
+---
+Sun Apr 21 23:47:49 UTC 2013 - dmuel...@suse.com
+
+- update to 0.7:
+  - Add --version and --help options.
+  - Support `python -m pyflakes` (Python 2.7 and Python 3.x).
+  - Add attribute `Message.col` to report column offset.
+  - Do not report redefinition of variable for a variable used in a list
+comprehension in a conditional.
+  - Do not report redefinition of variable for generator expressions and
+set or dict comprehensions.
+  - Do not report undefined name when the code is protected with a
+`NameError` exception handler.
+  - Do not report redefinition of variable when unassigning a module imported
+for its side-effect.
+  - Support special locals like `__tracebackhide__` for py.test.
+  - Support checking doctests.
+  - Fix issue with Turkish locale where `'i'.upper() == 'i'` in Python 2.
+  - Fix detection of variables in augmented assignments.
+  - Support Python 3 up to 3.3, based on the pyflakes3k project.
+  - Preserve compatibility with Python 2.5 and all recent versions of Python.
+  - Support custom reporters in addition to the default Reporter.
+  - Allow function redefinition for modern property construction via
+property.setter/deleter.
+  - Fix spurious redefinition warnings in conditionals.
+  - Do not report undefined name in __all__ if import * is used.
+  - Add WindowsError as a known built-in name on all platforms.
+  - Support specifying additional built-ins in the `Checker` constructor.
+  - Don't issue Unused Variable warning when using locals() in current scope.
+  - Handle problems with the encoding of source files.
+  - Remove dependency on Twisted for the tests.
+  - Support `python setup.py test` and `python setup.py develop`.
+  - Create script using setuptools `entry_points` to support all platforms,
+
+---



Other differences:
--
++ python3-pyflakes.spec ++
--- /var/tmp/diff_new_pack.qJ78Uv/_old  2013-04-23 11:39:00.0 +0200
+++ /var/tmp/diff_new_pack.qJ78Uv/_new  2013-04-23 11:39:00.0 +0200
@@ -25,11 +25,14 @@
 Group:  Development/Languages/Python
 Source: pyflakes-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# please do not remove, needed for openSUSE = 12.2
+BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+# please do not remove, needed for openSUSE = 12.2
+Requires:   python3
 BuildArch:  noarch
-Requires:   python(abi) = %{py3_ver}
 
 %description
 Pyflakes is program to analyze Python programs and detect various errors. It

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



commit python-pytest for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2013-04-23 11:39:08

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


Package is python-pytest, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes  
2012-03-05 18:01:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest.changes 
2013-04-23 11:39:09.0 +0200
@@ -1,0 +2,12 @@
+Sat Apr 20 11:26:41 UTC 2013 - t...@opensuse.org
+
+- Updated to version 2.3.4
+  For details, see
+  http://pytest.org/latest/changelog.html#changes-between-2-3-3-and-2-3-4
+  No releases before 2.3.4 published (except the initial release).
+
+- SPEC file changes: 
+  * Added build conditional with tests
+  * Improved package description
+
+---

Old:

  pytest-2.2.3.zip

New:

  pytest-2.3.4.zip



Other differences:
--
++ python-pytest.spec ++
--- /var/tmp/diff_new_pack.WfyWlZ/_old  2013-04-23 11:39:10.0 +0200
+++ /var/tmp/diff_new_pack.WfyWlZ/_new  2013-04-23 11:39:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -11,17 +11,17 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 Name:   python-pytest
-Version:2.2.3
+Version:2.3.4
 Release:0
-License:MIT
 Summary:Simple powerful testing with Python
-Url:http://pytest.org
+License:MIT
 Group:  Development/Languages/Python
+Url:http://pytest.org
 Source: 
http://pypi.python.org/packages/source/p/pytest/pytest-%{version}.zip
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
@@ -36,24 +36,37 @@
 %endif
 
 %description
-cross-project testing tool for Python.
+pytest helps you write better programs. It is a a mature full-featured,
+cross-project Python testing tool. It provides:
+
+* auto-discovery of test modules and functions,
+* detailed info on failing assert statements (no need to remember 
+  self.assert* names),
+* modular fixtures for managing small or parametrized long-lived test 
resources.
+* multi-paradigm support: you can use py.test to run test suites based on 
+  unittest (or trial), nose,
+* single-source compatibility to Python2.4 all the way up to Python3.3, 
+  PyPy-1.9 and Jython-2.5.1, and
+* many external plugins.
+
 
 %prep
 %setup -q -n pytest-%{version}
 
 %build
 python setup.py build
-cd doc  make html  rm -r _build/html/.buildinfo # Build HTML documentation
+cd doc/en  make html  rm -r _build/html/.buildinfo # Build HTML 
documentation
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-python setup.py test
+# %%check
+# python setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.txt doc/_build/html
+%doc LICENSE README.txt 
+%doc doc/en/_build/html
 %{_bindir}/py.test*
 %{python_sitelib}/*
 

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



commit python-tox for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package python-tox for openSUSE:Factory 
checked in at 2013-04-23 11:39:26

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


Package is python-tox, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-tox/python-tox.changes2012-07-30 
09:40:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-tox.new/python-tox.changes   
2013-04-23 11:39:27.0 +0200
@@ -1,0 +2,9 @@
+Sun Apr 21 08:09:05 UTC 2013 - t...@opensuse.org
+
+- Update to version 1.4.3:
+  See http://testrun.org/tox/latest//changelog.html for more details
+
+- SPEC file: Added bcond with test to prepare testing. Doesn't work
+  yet, but can be improved
+
+---

Old:

  tox-1.4.2.zip

New:

  tox-1.4.3.tar.gz



Other differences:
--
++ python-tox.spec ++
--- /var/tmp/diff_new_pack.w7RkG0/_old  2013-04-23 11:39:28.0 +0200
+++ /var/tmp/diff_new_pack.w7RkG0/_new  2013-04-23 11:39:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tox
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   python-tox
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:Virtualenv-based automation of test activities
 License:GPL-2.0+
 Group:  Development/Languages/Python
 Url:http://codespeak.net/tox
-Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.zip
+Source: 
http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-py = 1.4.9
@@ -64,13 +63,13 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-#%%check
-#python setup.py test
+# %%check
+# python setup.py test
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.txt doc/_build/html
-%{_bindir}/tox
+%{_bindir}/*
 %{python_sitelib}/*
 
 %changelog

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



commit shared-color-targets for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package shared-color-targets for 
openSUSE:Factory checked in at 2013-04-23 11:39:45

Comparing /work/SRC/openSUSE:Factory/shared-color-targets (Old)
 and  /work/SRC/openSUSE:Factory/.shared-color-targets.new (New)


Package is shared-color-targets, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/shared-color-targets/shared-color-targets.changes
2012-02-25 07:31:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.shared-color-targets.new/shared-color-targets.changes
   2013-04-23 11:39:47.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 16:48:45 UTC 2013 - dmuel...@suse.com
+
+- update to 0.1.2:
+  Add the latest it8 reference files from Wolf Faust
+
+---

Old:

  shared-color-targets-0.1.1.tar.xz

New:

  shared-color-targets-0.1.2.tar.xz



Other differences:
--
++ shared-color-targets.spec ++
--- /var/tmp/diff_new_pack.BmRtmK/_old  2013-04-23 11:39:48.0 +0200
+++ /var/tmp/diff_new_pack.BmRtmK/_new  2013-04-23 11:39:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-color-targets
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   shared-color-targets
-Version:0.1.1
+Version:0.1.2
 Release:0
 Summary:Color targets for creating color profiles
 License:GPL-2.0+ and SUSE-Public-Domain and CC-BY-SA-3.0

++ shared-color-targets-0.1.1.tar.xz - shared-color-targets-0.1.2.tar.xz 
++
 6508 lines of diff (skipped)

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



commit tftp for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package tftp for openSUSE:Factory checked in 
at 2013-04-23 11:40:37

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


Package is tftp, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tftp/tftp.changes2013-02-14 
21:15:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.tftp.new/tftp.changes   2013-04-23 
11:40:40.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 18 09:57:36 UTC 2013 - vci...@suse.com
+
+- change ownership of /srv/tftpboot to tftp:tftp, otherwise tftp
+  daemon can't write there (bnc#813226)
+
+---



Other differences:
--
++ tftp.spec ++
--- /var/tmp/diff_new_pack.Fb6Fue/_old  2013-04-23 11:40:42.0 +0200
+++ /var/tmp/diff_new_pack.Fb6Fue/_new  2013-04-23 11:40:42.0 +0200
@@ -117,6 +117,6 @@
 %{_unitdir}/tftp.socket
 %config(noreplace) %{_sysconfdir}/xinetd.d/tftp
 %config %{_fwdefdir}/tftp
-%dir %attr(0750,root,tftp) /srv/tftpboot
+%dir %attr(0750,tftp,tftp) /srv/tftpboot
 
 %changelog

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



commit yast2-installation for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2013-04-23 11:40:46

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


Package is yast2-installation, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2013-04-17 23:19:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2013-04-23 11:40:49.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 14:59:35 CEST 2013 - jsuch...@suse.cz
+
+- show dialog for all available disk controlers (bnc#807026)
+- 2.24.2 
+
+---

Old:

  yast2-installation-2.24.1.tar.bz2

New:

  yast2-installation-2.24.2.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.PbrSER/_old  2013-04-23 11:40:51.0 +0200
+++ /var/tmp/diff_new_pack.PbrSER/_new  2013-04-23 11:40:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:2.24.1
+Version:2.24.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-2.24.1.tar.bz2 - yast2-installation-2.24.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.24.1/VERSION 
new/yast2-installation-2.24.2/VERSION
--- old/yast2-installation-2.24.1/VERSION   2013-04-17 15:16:33.0 
+0200
+++ new/yast2-installation-2.24.2/VERSION   2013-04-22 15:06:35.0 
+0200
@@ -1 +1 @@
-2.24.1
+2.24.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.24.1/configure 
new/yast2-installation-2.24.2/configure
--- old/yast2-installation-2.24.1/configure 2013-04-17 15:16:44.0 
+0200
+++ new/yast2-installation-2.24.2/configure 2013-04-22 15:06:54.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-installation 2.24.1.
+# Generated by GNU Autoconf 2.69 for yast2-installation 2.24.2.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-installation'
 PACKAGE_TARNAME='yast2-installation'
-PACKAGE_VERSION='2.24.1'
-PACKAGE_STRING='yast2-installation 2.24.1'
+PACKAGE_VERSION='2.24.2'
+PACKAGE_STRING='yast2-installation 2.24.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1258,7 +1258,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-installation 2.24.1 to adapt to many kinds of 
systems.
+\`configure' configures yast2-installation 2.24.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1330,7 +1330,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-installation 2.24.1:;;
+ short | recursive ) echo Configuration of yast2-installation 2.24.2:;;
esac
   cat \_ACEOF
 
@@ -1410,7 +1410,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-installation configure 2.24.1
+yast2-installation configure 2.24.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1427,7 +1427,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-installation $as_me 2.24.1, which was
+It was created by yast2-installation $as_me 2.24.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2366,7 +2366,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-installation'
- VERSION='2.24.1'
+ VERSION='2.24.2'
 
 
 cat confdefs.h _ACEOF
@@ -2489,7 +2489,7 @@
 
 
 
-VERSION=2.24.1
+VERSION=2.24.2
 RPMNAME=yast2-installation
 MAINTAINER=Jiří Suchomel jsuch...@suse.cz
 
@@ -3648,7 +3648,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-installation $as_me 2.24.1, which was
+This file was extended by yast2-installation $as_me 2.24.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3701,7 +3701,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 

commit libqdialogsolver1 for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libqdialogsolver1 for 
openSUSE:12.2:Update checked in at 2013-04-23 13:20:01

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


Package is libqdialogsolver1, Maintainer is sch...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.tZv4kT/_old  2013-04-23 13:20:03.0 +0200
+++ /var/tmp/diff_new_pack.tZv4kT/_new  2013-04-23 13:20:03.0 +0200
@@ -1 +1 @@
-link package='libqdialogsolver1.1354' cicount='copy' /
+link package='libqdialogsolver1.1500' cicount='copy' /

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



commit libsolv for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:12.2:Update 
checked in at 2013-04-23 13:20:07

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


Package is libsolv, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Def5Pd/_old  2013-04-23 13:20:08.0 +0200
+++ /var/tmp/diff_new_pack.Def5Pd/_new  2013-04-23 13:20:08.0 +0200
@@ -1 +1 @@
-link package='libsolv.1231' cicount='copy' /
+link package='libsolv.1500' cicount='copy' /

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



commit libzypp-bindings.1500 for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libzypp-bindings.1500 for 
openSUSE:12.2:Update checked in at 2013-04-23 13:20:13

Comparing /work/SRC/openSUSE:12.2:Update/libzypp-bindings.1500 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libzypp-bindings.1500.new (New)


Package is libzypp-bindings.1500, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ 
/work/SRC/openSUSE:12.2:Update/.libzypp-bindings.1500.new/libzypp-bindings.changes
  2013-04-23 13:20:13.0 +0200
@@ -0,0 +1,317 @@
+---
+Tue Jun  5 09:27:07 UTC 2012 - jreidin...@suse.com
+
+- disable segfaulting python test
+- version 0.5.13 
+
+---
+Mon Jun  4 16:45:43 CEST 2012 - m...@suse.de
+
+- port ruby bindings to version 1.9
+- version 0.5.12
+
+---
+Tue Feb 28 13:16:22 UTC 2012 - jreidin...@suse.com
+
+- fix iteration over pool in ruby (bnc#746439)
+- add ability to use PackageProvider via bindings 
+- predefine class for ZyppException in ruby so it can be used after
+  require of zypp
+- version 0.5.11
+
+---
+Tue Oct 18 16:54:42 CEST 2011 - m...@suse.de
+
+- Add arch armv7hl, armv7nhl, armv7thl, armv7tnhl
+- version 0.5.10
+
+
+---
+Tue Oct 11 13:46:06 CEST 2011 - m...@suse.de
+
+- Use gcc-c++ = 4.5
+
+---
+Wed Feb 23 10:59:25 UTC 2011 - co...@novell.com
+
+- disable use of %jobs to avoid swapping during compilation
+
+---
+Wed Dec 22 10:00:27 CET 2010 - m...@suse.de
+
+- Use FIND_PROGRAM to detect readlink path.
+- version 0.5.9
+
+---
+Wed Dec  8 09:35:20 UTC 2010 - kkae...@novell.com
+
+- Wrap ResolverProblem, ResObject and Callbacks
+- version 0.5.8
+
+---
+Wed Nov  3 14:39:12 CET 2010 - m...@suse.de
+
+- Wrap GetResolvablesToInsDel
+- version 0.5.7
+
+---
+Wed Nov  3 13:42:42 CET 2010 - m...@suse.de
+
+- Wrap DownloadMode enum
+- Add zypp::setZyppLogfilei. Pass empty string for off, '-' for 
+  stderr or a filename.
+- version 0.5.6
+
+---
+Wed Oct 20 12:03:08 CEST 2010 - m...@suse.de
+
+- Offer interface to get/set KeyRing::defaultAccept bits.
+- version 0.5.5
+
+---
+Thu Apr  8 16:54:59 CEST 2010 - m...@suse.de
+
+- Adapt to swig 1.3.40
+- version 0.5.4
+
+---
+Wed Mar 24 12:11:07 CET 2010 - m...@suse.de
+
+- Work around swig not understanding nested class.
+
+---
+Mon Dec  7 14:02:01 CET 2009 - m...@suse.de
+
+- Pass py_sitedir macro from .spec file to cmake.
+- version 0.5.3
+
+---
+Tue Nov 24 13:38:52 CET 2009 - m...@suse.de
+
+- Fix to build on sle11-sp1
+
+---
+Tue Sep 22 21:41:23 CEST 2009 - m...@suse.de
+
+- Remove reference to dead zypp::ScanDBReport.
+- version 0.5.2
+
+---
+Sun Aug  9 08:44:46 CEST 2009 - co...@novell.com
+
+- use new python macros
+
+---
+Mon Aug  3 16:47:24 CEST 2009 - m...@suse.de
+
+- Adappt to boost-1.39
+- version 0.5.1
+
+---
+Tue Jul 14 14:57:44 CEST 2009 - m...@suse.de
+
+- Fix specfile data.
+
+---
+Wed Jun  3 15:10:13 CEST 2009 - m...@suse.de
+
+- Bump factory version
+- version 0.5.0
+
+---
+Wed Dec 17 14:11:42 CET 2008 - m...@suse.de
+
+- Compile with -fPIC
+- revision 11945
+
+---
+Tue Nov 11 15:21:28 CET 2008 - m...@suse.de
+
+- Ignore Pathname operator.
+- revision 11649
+
+---
+Mon Oct 13 14:38:43 CEST 2008 - m...@suse.de
+
+- Fix makefile to build.
+- revision 11318
+
+---
+Fri Sep 19 14:07:15 CEST 2008 - m...@suse.de
+
+- Add KeyRing::DefautAccept
+

commit libzypp-bindings for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libzypp-bindings for 
openSUSE:12.2:Update checked in at 2013-04-23 13:20:17

Comparing /work/SRC/openSUSE:12.2:Update/libzypp-bindings (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libzypp-bindings.new (New)


Package is libzypp-bindings, Maintainer is dmacvi...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='libzypp-bindings.1500' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libzypp-testsuite-tools for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libzypp-testsuite-tools for 
openSUSE:12.2:Update checked in at 2013-04-23 13:20:20

Comparing /work/SRC/openSUSE:12.2:Update/libzypp-testsuite-tools (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libzypp-testsuite-tools.new (New)


Package is libzypp-testsuite-tools, Maintainer is sch...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.pugCk7/_old  2013-04-23 13:20:22.0 +0200
+++ /var/tmp/diff_new_pack.pugCk7/_new  2013-04-23 13:20:22.0 +0200
@@ -1 +1 @@
-link package='libzypp-testsuite-tools.1354' cicount='copy' /
+link package='libzypp-testsuite-tools.1500' cicount='copy' /

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



commit libzypp-testsuite-tools.1500 for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libzypp-testsuite-tools.1500 for 
openSUSE:12.2:Update checked in at 2013-04-23 13:20:19

Comparing /work/SRC/openSUSE:12.2:Update/libzypp-testsuite-tools.1500 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libzypp-testsuite-tools.1500.new (New)


Package is libzypp-testsuite-tools.1500, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ 
/work/SRC/openSUSE:12.2:Update/.libzypp-testsuite-tools.1500.new/libzypp-testsuite-tools.changes
2013-04-23 13:20:20.0 +0200
@@ -0,0 +1,267 @@
+---
+Wed Nov 23 21:12:04 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---
+Thu Oct 20 10:40:05 CEST 2011 - m...@suse.de
+
+- Fix %changelog
+
+---
+Mon Oct 17 15:27:52 CEST 2011 - m...@suse.de
+
+- use %_prefix
+
+---
+Tue Oct 11 14:08:14 CEST 2011 - m...@suse.de
+
+- Use gcc-c++ = 4.5
+
+---
+Wed Sep 14 14:14:08 CEST 2011 - m...@suse.de
+
+- Fix license in specfile (bnc#717717)
+
+---
+Tue Sep 13 14:17:18 CEST 2011 - m...@suse.de
+
+- fix to build
+
+---
+Wed Sep  9 15:25:35 CEST 2009 - m...@suse.de
+
+- Always print solver problems if solving failed.
+- version 4.2.11
+
+---
+Tue Aug  4 15:16:26 CEST 2009 - m...@suse.de
+
+- Parse and process upgradeRepo name=REPOALIAS/
+- version 4.2.10
+
+---
+Wed Jul  8 14:16:33 CEST 2009 - m...@suse.de
+
+- Remove references to deprecated UpgradeStatistics.
+- version 4.2.9
+
+---
+Mon Jun 22 15:29:19 CEST 2009 - m...@suse.de
+
+- Remove dependency to satsolver/repo_helix.h.
+- version 4.2.8
+
+---
+Tue Jun  9 13:48:14 CEST 2009 - jku...@suse.cz
+
+- fixed changed keyring callbacks
+- version 4.2.7
+
+---
+Wed Jun  3 17:47:55 CEST 2009 - m...@suse.de
+
+- Add '--help' at least listing the tags and linking to the
+  wiki page.
+
+---
+Thu Nov 20 14:41:28 CET 2008 - g...@suse.de
+
+- add test cases for UI testing (new directory UI-tests)
+- deptestomatic.cc/load_source(): use pathname (instead of filename)
+
+---
+Tue Nov  4 15:46:33 CET 2008 - dmacvi...@suse.de
+
+- add showselectable tag to see selectables
+
+---
+Wed Oct 15 09:45:35 CEST 2008 - dmacvi...@suse.de
+
+- fix build
+
+---
+Wed Sep 10 17:45:26 CEST 2008 - m...@suse.de
+
+- adapted to new product handling
+
+---
+Thu Sep  4 16:59:37 CEST 2008 - jku...@suse.cz
+
+- adapted to zypp::RepoInfo setters change
+
+---
+Tue Sep  2 16:47:55 CEST 2008 - sch...@suse.de
+
+- compiler fixes
+- replace ResTraits::kind by ResKind
+- version 4.2.6
+
+---
+Fri Jul 18 09:36:05 CEST 2008 - sch...@suse.de
+
+- removed scripts,atoms,... from deptestomatic
+
+---
+Tue Jun 17 12:25:20 CEST 2008 - sch...@suse.de
+
+- Added new commands: YOU, PkgUI for package UI
+
+---
+Fri May 23 15:06:53 CEST 2008 - sch...@suse.de
+
+- Added grfical interface again
+
+---
+Fri Apr 25 20:14:29 CEST 2008 - co...@suse.de
+
+- new call resolveQueue added
+
+---
+Fri Apr 11 22:42:30 CEST 2008 - co...@suse.de
+
+- adapt to new libzypp
+
+---
+Sat Apr  5 12:45:37 CEST 2008 - m...@suse.de
+
+- Fix testcases with URLs as sources
+
+---
+Thu Apr  3 20:01:06 CEST 2008 - co...@suse.de
+
+- adapt to new libzypp
+
+---
+Mon Mar 24 

commit libzypp for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:12.2:Update 
checked in at 2013-04-23 13:20:23

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


Package is libzypp, Maintainer is m...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.x3G7Up/_old  2013-04-23 13:20:26.0 +0200
+++ /var/tmp/diff_new_pack.x3G7Up/_new  2013-04-23 13:20:26.0 +0200
@@ -1 +1 @@
-link package='libzypp.1354' cicount='copy' /
+link package='libzypp.1500' cicount='copy' /

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



commit zypp-plugin for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package zypp-plugin for openSUSE:12.2:Update 
checked in at 2013-04-23 13:20:29

Comparing /work/SRC/openSUSE:12.2:Update/zypp-plugin (Old)
 and  /work/SRC/openSUSE:12.2:Update/.zypp-plugin.new (New)


Package is zypp-plugin, Maintainer is m...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='zypp-plugin.1500' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit zypper for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:12.2:Update 
checked in at 2013-04-23 13:20:32

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


Package is zypper, Maintainer is m...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.VyKXHF/_old  2013-04-23 13:20:33.0 +0200
+++ /var/tmp/diff_new_pack.VyKXHF/_new  2013-04-23 13:20:33.0 +0200
@@ -1 +1 @@
-link package='zypper.1354' cicount='copy' /
+link package='zypper.1500' cicount='copy' /

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



commit zypper.1500 for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package zypper.1500 for openSUSE:12.2:Update 
checked in at 2013-04-23 13:20:31

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


Package is zypper.1500, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.2:Update/.zypper.1500.new/zypper.changes  
2013-04-23 13:20:33.0 +0200
@@ -0,0 +1,4159 @@
+---
+Thu Mar  7 01:15:51 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Mon Mar  4 15:17:32 CET 2013 - m...@suse.de
+
+- Fix 'zypper lu' also listing products (bnc#779740)
+- Fix -x printing edition values for arch-old (bnc#793809)
+- Allow re-install with different arch upon explicit request (bnc#804219)
+- fix zypper disregarding zypp.conf cache path settings (bnc#806568)
+- version 1.7.12
+
+---
+Thu Feb 28 01:16:32 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Feb 24 01:15:42 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Tue Feb 19 13:12:01 CET 2013 - m...@suse.de
+
+- Add '--oldpackage' to allow rollback without malicious --force
+  (bnc#795076)
+- version 1.7.11
+
+---
+Thu Feb 14 01:14:35 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Feb  7 14:38:21 CET 2013 - m...@suse.de
+
+- zypper commandline args must not silently overrule locks
+  (bnc#742633,bnc#788863)
+- version 1.7.10
+
+---
+Thu Feb  7 01:18:20 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Jan 24 11:58:27 CET 2013 - m...@suse.de
+
+- Add missing --recommends to verify command (bnc#722551)
+- version 1.7.9
+
+---
+Thu Nov 22 01:16:09 CET 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Nov 18 01:14:53 CET 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Nov  8 01:14:51 CET 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Oct 25 18:49:03 CEST 2012 - m...@suse.de
+
+- Fix source-install to accept package names and lookup their
+  source package (bnc#785832)
+- version 1.7.8
+
+---
+Mon Oct  8 11:01:02 CEST 2012 - dheid...@suse.de
+
+- add patch/list-patches option --category to man (bnc#783539)
+
+---
+Thu Sep 13 13:46:13 CEST 2012 - m...@suse.de
+
+- Fix zypper output if stdout is not a tty (bnc#779716)
+- version 1.7.7
+
+---
+Thu Sep 13 11:04:08 CEST 2012 - m...@suse.de
+
+- Use edition style on table columns
+- version 1.7.6
+
+---
+Mon Sep 10 15:53:29 CEST 2012 - m...@suse.de
+
+- Rephrase misleading sections about zypp.conf and zypper.conf (bnc#777323)
+- version 1.7.5
+
+---
+Mon Sep 10 15:07:20 CEST 2012 - m...@suse.de
+
+- Enable zypper-log reading lzma (.xz) compressed logs.
+
+---
+Thu Sep  6 14:05:26 CEST 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Fri Aug  3 12:49:45 CEST 2012 - m...@suse.de
+
+- properly encode data in XML output (bnc#773641)
+- version 1.7.4
+
+---
+Thu Jul  5 01:14:10 CEST 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Jul  1 01:14:13 CEST 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Jun 28 01:15:17 CEST 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Mon Jun 25 10:29:19 CEST 2012 - m...@suse.de
+
+- Fix spacing bug in progress bar (bnc#674572)
+- consider dual width 

commit patchinfo.1500 for openSUSE:12.2:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1500 for 
openSUSE:12.2:Update checked in at 2013-04-23 13:20:34

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


Package is patchinfo.1500, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagermlandres/packager
  categoryrecommended/category
  ratingmoderate/rating
  summarySoftwarestack update 04/13/summary
  descriptionThis update fixes the following issues for the softwarestack:
- zypper:
  * bnc#779740: Fix 'zypper lu' also listing products
  * bnc#793809: Fix -x printing edition values for arch-old
  * bnc#804219: Allow re-install with different arch upon explicit request
  * bnc#806568: fix zypper disregarding zypp.conf cache path settings
  * translation-updates
- libzypp:
  * bnc#772965: Implement $ZYPP_LOCK_TIMEOUT: number of seconds to wait for a 
zypplock becoming available
  * Fix unnecessary creation of temporary Resolavbles
  * Relax evaluation of patch category tags (case insensitive)
  * bnc#773467: Fixed typo
  * Erase any old repo instance from pool when (re)loading from cache
  * translation-updates/description
  issue tracker=bnc id=779740zypper lu lists also products/issue
  issue tracker=bnc id=793809zypper -x outputs wrong values for 
arch-old/issue
  issue tracker=bnc id=804219zypper: changing arch of package 
impossible/issue
  issue tracker=bnc id=806568zypp doesn't make use of set 
packagesdir/issue
  issue tracker=bnc id=772965apply proposal sometimes fails because of 
zypper error (exit code 4)/issue
  issue tracker=bnc id=773467spelling error in zypp.conf/issue
  zypp_restart_needed/
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit b43-fwcutter for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package b43-fwcutter for openSUSE:Factory 
checked in at 2013-04-23 15:04:36

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


Package is b43-fwcutter, Maintainer is mac...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/b43-fwcutter/b43-fwcutter.changes
2013-04-17 18:22:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.b43-fwcutter.new/b43-fwcutter.changes   
2013-04-23 15:04:37.0 +0200
@@ -4 +4 @@
-- Update to v017
+- Update to v017 (bnc#815700)
@@ -5,0 +6 @@
+- removed b43-fwcutter.diff



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



commit calcurse for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package calcurse for openSUSE:Factory 
checked in at 2013-04-23 15:05:42

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


Package is calcurse, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/calcurse/calcurse.changes2012-12-17 
09:33:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.calcurse.new/calcurse.changes   2013-04-23 
15:05:43.0 +0200
@@ -1,0 +2,18 @@
+Mon Apr 22 20:24:06 UTC 2013 - pu...@suse.com
+
+- update to calcurse-3.1.4
+  - Do not prompt for a todo after adding an appointment.
+  - Close key binding window when reassigning the same key (thanks
+to Michael Smith for submitting a patch).
+  - Update copyright ranges.
+  - Do not ignore --datarootdir in the i18n Makefile.
+  - Complete the test-suite even if libfaketime is not present.
+  - Add a workaround for broken libfaketime-based tests on 32-bit
+systems (fixes Debian bug #697013).
+  - Do not update start time/duration with bogus values if the
+prompt is canceled in edit mode.
+  - Fix another corner case of the screen corruption bug (BUG#6).
+  - Fix core dump when trying to edit a non-existent item.
+  - Display correct welcome messages on startup.
+
+---

Old:

  calcurse-3.1.1.tar.gz

New:

  calcurse-3.1.4.tar.gz



Other differences:
--
++ calcurse.spec ++
--- /var/tmp/diff_new_pack.OE0qPg/_old  2013-04-23 15:05:45.0 +0200
+++ /var/tmp/diff_new_pack.OE0qPg/_new  2013-04-23 15:05:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package calcurse
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   calcurse
-Version:3.1.1
+Version:3.1.4
 Release:0
 Summary:Text-based Organizer
 License:BSD-2-Clause

++ calcurse-3.1.1.tar.gz - calcurse-3.1.4.tar.gz ++
 5013 lines of diff (skipped)

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



commit ethtool for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2013-04-23 15:07:59

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


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2012-12-19 
10:53:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2013-04-23 
15:08:00.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr 22 20:05:30 UTC 2013 - pu...@suse.com
+
+- Update to new upstream release 3.8
+  * Feature: Allow setting destination MAC address in L3/L4 flow
+spec rules (-N/-U option)
+  * Fix: Show full 64 bits of user-data (-n/-u option)
+  * Fix: Add version check for et131x regs (-d option)
+  * Doc: Improve description of -f, -t, -s, -N/-U, -W options in
+man page
+  * Fix: Restore 2baseKR2 cap display (no options)
+
+---

Old:

  ethtool-3.7.tar.sign
  ethtool-3.7.tar.xz

New:

  ethtool-3.8.tar.sign
  ethtool-3.8.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.773kDY/_old  2013-04-23 15:08:02.0 +0200
+++ /var/tmp/diff_new_pack.773kDY/_new  2013-04-23 15:08:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   ethtool
-Version:3.7
+Version:3.8
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-3.7.tar.xz - ethtool-3.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-3.7/INSTALL new/ethtool-3.8/INSTALL
--- old/ethtool-3.7/INSTALL 2012-06-08 18:25:15.0 +0200
+++ new/ethtool-3.8/INSTALL 2013-02-28 15:57:52.0 +0100
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,6 +226,11 @@
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
+   HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved.  Use GNU `make'
+instead.
+
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
 parse its `wchar.h' header file.  The option `-nodtk' can be used as
 a workaround.  If GNU CC is not installed, it is therefore recommended
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-3.7/NEWS new/ethtool-3.8/NEWS
--- old/ethtool-3.7/NEWS2012-12-13 19:19:34.0 +0100
+++ new/ethtool-3.8/NEWS2013-02-28 16:00:41.0 +0100
@@ -1,3 +1,12 @@
+Version 3.8 - February 28, 2013
+
+   * Feature: Allow setting destination MAC address in L3/L4 flow spec
+ rules (-N/-U option)
+   * Fix: Show full 64 bits of user-data (-n/-u option)
+   * Fix: Add version check for et131x regs (-d option)
+   * Doc: Improve description of -f, -t, -s, -N/-U, -W options in man page
+   * Fix: Restore 2baseKR2 cap display (no options)
+
 Version 3.7 - December 13, 2012
 
* Fix: Gracefully handle failure of register pretty-printer (-d option)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-3.7/compile new/ethtool-3.8/compile
--- old/ethtool-3.7/compile 2012-06-08 18:25:15.0 +0200
+++ new/ethtool-3.8/compile 2013-02-28 15:57:52.0 +0100
@@ -1,10 +1,10 @@
 #! /bin/sh
-# Wrapper for compilers which do not understand `-c -o'.
+# Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2009-10-06.20; # UTC
+scriptversion=2012-03-05.13; # UTC
 
-# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009  Free Software
-# Foundation, Inc.
+# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
+# Software Foundation, Inc.
 # Written by Tom Tromey tro...@cygnus.com.
 #
 # This program is free software; you can redistribute it and/or modify
@@ 

commit fatrace for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package fatrace for openSUSE:Factory checked 
in at 2013-04-23 15:08:43

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


Package is fatrace, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.fatrace.new/fatrace.changes 2013-04-23 
15:08:44.0 +0200
@@ -0,0 +1,11 @@
+---
+Mon Apr 15 07:16:20 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-3.0+
+  no indication of GPL-3.0 only license in package
+
+---
+Fri Apr 12 13:50:56 CEST 2013 - p...@suse.de
+
+- Initial package
+- Add explicit BuildRequires for glibc-devel, gcc and make

New:

  fatrace-0.5.tar.bz2
  fatrace.changes
  fatrace.spec



Other differences:
--
++ fatrace.spec ++
#
# spec file for package fatrace
#
# Copyright (c) 2013 Philipp Thomas p...@suse.de
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

Name:   fatrace
Version:0.5
Release:1
Summary:Report system wide file access events
Group:  System/Monitoring
License:GPL-3.0+
URL:
http://www.piware.de/2012/02/fatrace-report-system-wide-file-access-events/
Source0:%{name}-%{version}.tar.bz2

BuildRequires:  gcc make glibc-devel

%description
Part of the efforts to reduce power consumption is to identify processes
which keep waking up the disk even when the computer is idle.
  
Unfortunately there is no really good tool to trace file access events
system-wide. powertop claims to, but its output is both very incomplete,
and also wrong (e. g. it claims that read accesses are writes). strace
gives you everything you do and don’t want to know about what’s going on,
but is per-process, and attaching strace to all running and new processes
is cumbersome. blktrace is system-wide, but operates at a way too low
level for this task: its output has nothing to do any more with files or
even inodes, just raw block numbers which are impossible to convert back
to an inode and file path.
  
So I created a little tool called fatrace (“file access trace”, not “fat
race” :-) ) which uses fanotify, a couple of /proc lookups and some glue
to provide this. By default it monitors the whole system, i. e. all mounts
(except the virtual ones like /proc, tmpfs, etc.), but you can also tell
it to just consider the mount of the current directory. You can write the
log into a file (stdout by default), and run it for a specified number of
seconds. Optional time stamps and PID filters are also provided.


%prep
%setup -q


%build
make %{?_smp_mflags} CFLAGS=%{optflags} PREFIX=%{_prefix}


%install
make install DESTDIR=%{buildroot} CFLAGS=%{optflags} PREFIX=%{_prefix}

%files
%defattr(-, root, root)
%doc NEWS COPYING
%{_sbindir}/%{name}
%{_sbindir}/power-usage-report
%{_mandir}/man1/%{name}.1*

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



commit grsync for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package grsync for openSUSE:Factory checked 
in at 2013-04-23 15:09:46

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


Package is grsync, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/grsync/grsync.changes2012-10-24 
07:10:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.grsync.new/grsync.changes   2013-04-23 
15:09:47.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 22 20:11:52 UTC 2013 - pu...@suse.com
+
+- update to 1.2.3 
+  - Do not allow creation of session names with slashes in them
+  - Lintian fixes to man pages and desktop file (thanks Martijn)
+
+---

Old:

  grsync-1.2.2.tar.gz

New:

  grsync-1.2.3.tar.gz



Other differences:
--
++ grsync.spec ++
--- /var/tmp/diff_new_pack.ocQR78/_old  2013-04-23 15:09:49.0 +0200
+++ /var/tmp/diff_new_pack.ocQR78/_new  2013-04-23 15:09:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grsync
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   grsync
-Version:1.2.2
+Version:1.2.3
 Release:0
 Summary:GUI for rsync
 License:GPL-2.0

++ fix-desktop-file.patch ++
--- /var/tmp/diff_new_pack.ocQR78/_old  2013-04-23 15:09:49.0 +0200
+++ /var/tmp/diff_new_pack.ocQR78/_new  2013-04-23 15:09:49.0 +0200
@@ -1,16 +1,12 @@
 ---
- grsync.desktop.in |4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ grsync.desktop.in |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: grsync-1.1.1/grsync.desktop.in
+Index: grsync-1.2.3/grsync.desktop.in
 ===
 grsync-1.1.1.orig/grsync.desktop.in2010-05-07 11:06:29.0 
+0200
-+++ grsync-1.1.1/grsync.desktop.in 2010-05-07 11:06:30.0 +0200
-@@ -1,11 +1,10 @@
- [Desktop Entry]
- Version=1.0
--Encoding=UTF-8
- Name=Grsync
+--- grsync-1.2.3.orig/grsync.desktop.in
 grsync-1.2.3/grsync.desktop.in
+@@ -4,7 +4,7 @@ Name=Grsync
  Terminal=false
  Type=Application
  MimeType=application/x-grsync-session;

++ grsync-1.2.2.tar.gz - grsync-1.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/NEWS new/grsync-1.2.3/NEWS
--- old/grsync-1.2.2/NEWS   2012-10-18 09:19:30.0 +0200
+++ new/grsync-1.2.3/NEWS   2013-01-17 11:11:20.0 +0100
@@ -1,5 +1,9 @@
 Grsync Release history:
 
+Version 1.2.3
+   Do not allow creation of session names with slashes in them
+   Lintian fixes to man pages and desktop file (thanks Martijn)
+
 Version 1.2.2
Increased size of source and destination fields
Added Croatian translation (thanks Bojan)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/configure new/grsync-1.2.3/configure
--- old/grsync-1.2.2/configure  2012-10-22 11:36:28.0 +0200
+++ new/grsync-1.2.3/configure  2012-11-24 16:02:47.0 +0100
@@ -2670,7 +2670,7 @@
 
 # Define the identity of the package.
  PACKAGE=grsync
- VERSION=1.2.2
+ VERSION=1.2.3
 
 
 cat confdefs.h _ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/configure.in 
new/grsync-1.2.3/configure.in
--- old/grsync-1.2.2/configure.in   2012-03-22 17:19:11.0 +0100
+++ new/grsync-1.2.3/configure.in   2012-11-24 16:02:17.0 +0100
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(grsync, 1.2.2)
+AM_INIT_AUTOMAKE(grsync, 1.2.3)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/grsync-batch.1 
new/grsync-1.2.3/grsync-batch.1
--- old/grsync-1.2.2/grsync-batch.1 2010-02-04 10:31:31.0 +0100
+++ new/grsync-1.2.3/grsync-batch.1 2013-01-10 13:59:20.0 +0100
@@ -1,24 +1,24 @@
-.TH GRSYNC-BATCH 1 2007-07-18 0.6 grsync batch runner
+.TH GRSYNC\-BATCH 1 2007\-07\-18 0.6 grsync batch runner
 
 .SH NAME
-GRSYNC-BATCH \- Grsync batch session runner
+GRSYNC\-BATCH \- Grsync batch session runner
 
 .SH SYNOPSIS
-.B grsync-batch [-f] [-d] [session_name|file_name]
+.B grsync\-batch [\-f] [\-d] [session_name|file_name]
 
 .SH 

commit installation-images for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2013-04-23 15:10:15

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


Package is installation-images, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2013-04-18 15:54:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2013-04-23 15:10:17.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 20 17:58:45 UTC 2013 - co...@suse.com
+
+- adjust to package changes
+
+---



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.O3sG31/_old  2013-04-23 15:10:19.0 +0200
+++ /var/tmp/diff_new_pack.O3sG31/_new  2013-04-23 15:10:19.0 +0200
@@ -176,7 +176,6 @@
 BuildRequires:  rpcbind
 BuildRequires:  rsh
 BuildRequires:  rsync
-BuildRequires:  sax2-tools
 BuildRequires:  sbl
 BuildRequires:  screen
 BuildRequires:  sdparm

++ installation-images-13.78.diff ++
--- /var/tmp/diff_new_pack.O3sG31/_old  2013-04-23 15:10:19.0 +0200
+++ /var/tmp/diff_new_pack.O3sG31/_new  2013-04-23 15:10:19.0 +0200
@@ -206,3 +206,34 @@
  #libxcb-shape*:
  #  /
  
+commit 352046db96f2a19cac103be66f2e216a06dd23db
+Author: Stephan Kulow co...@suse.de
+Date:   Sat Apr 20 18:01:52 2013 +0200
+
+sax2-tools moved to yast2-x11
+
+diff --git a/data/root/root.file_list b/data/root/root.file_list
+index 48d4999..c30992c 100644
+--- data/root/root.file_list
 data/root/root.file_list
+@@ -1155,9 +1155,6 @@ if arch ne 's390'  arch ne 's390x'
+   libXrandr*:
+ /
+ 
+-  libXss*:
+-/
+-
+   libXtst*:
+ /
+ 
+@@ -1349,10 +1346,6 @@ libpng*-*:
+ libjpeg*:
+   /
+ 
+-sax2-tools:
+-  /usr/sbin/testX
+-  /usr/sbin/xkbctrl
+-
+ vim:
+   m /bin/vim-normal /bin/vim
+   s vim /bin/vi

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



commit kmscon for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package kmscon for openSUSE:Factory checked 
in at 2013-04-23 15:10:31

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


Package is kmscon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kmscon/kmscon.changes2013-03-14 
12:06:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmscon.new/kmscon.changes   2013-04-23 
15:10:32.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 22 18:05:01 UTC 2013 - dims...@opensuse.org
+
+- Add kmscon-x-linking.patch: Fix inclusion of xkbcommon: this all
+  used wrongly to be pulled in by SDL. kmscon though does include
+  the xkbcommon headers on its own and as such must take care of
+  finding them appropriately.
+
+---

New:

  kmscon-x-linking.patch



Other differences:
--
++ kmscon.spec ++
--- /var/tmp/diff_new_pack.mDtiQD/_old  2013-04-23 15:10:33.0 +0200
+++ /var/tmp/diff_new_pack.mDtiQD/_new  2013-04-23 15:10:33.0 +0200
@@ -33,6 +33,7 @@
 #DL-URL:   http://people.freedesktop.org/~dvdhrm/kmscon/releases/
 Source: %name-%version.tar.xz
 Patch1: kmscon-no-date-time.patch
+Patch2: kmscon-x-linking.patch
 BuildRequires:  autoconf = 2.68
 BuildRequires:  automake = 1.11
 BuildRequires:  docbook-xsl-stylesheets
@@ -119,7 +120,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
+%patch -P 1 -p1 -P 2 -p1
 
 %build
 echo #define BUILD_GIT_HEAD \unknown-revision\  src/githead.h

++ kmscon-x-linking.patch ++
Index: kmscon-7/Makefile.am
===
--- kmscon-7.orig/Makefile.am
+++ kmscon-7/Makefile.am
@@ -194,7 +194,8 @@ libeloop_la_SOURCES = \
src/eloop.c
 
 libeloop_la_LIBADD = libshl.la
-libeloop_la_CPPFLAGS = $(AM_CPPFLAGS)
+libeloop_la_CPPFLAGS = $(AM_CPPFLAGS) \
+   $(XKBCOMMON_CFLAGS)
 EXTRA_libeloop_la_DEPENDENCIES = ${top_srcdir}/docs/sym/libeloop.sym
 libeloop_la_LDFLAGS = \
$(AM_LDFLAGS) \
@@ -446,6 +447,9 @@ mod_unifont_la_SOURCES = \
src/githead.h \
src/font_unifont.c \
src/kmscon_mod_unifont.c
+mod_unifont_la_CPPFLAGS = \
+   $(AM_CPPFLAGS) \
+   $(XKBCOMMON_CFLAGS)
 EXTRA_mod_unifont_la_DEPENDENCIES = $(UNIFONT_BIN)
 mod_unifont_la_LIBADD = libshl.la
 mod_unifont_la_LDFLAGS = \
@@ -487,7 +491,8 @@ mod_pango_la_SOURCES = \
src/kmscon_mod_pango.c
 mod_pango_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-   $(PANGO_CFLAGS)
+   $(PANGO_CFLAGS) \
+   $(XKBCOMMON_CFLAGS)
 mod_pango_la_LIBADD = \
$(PANGO_LIBS) \
-lpthread \
@@ -507,6 +512,9 @@ mod_bbulk_la_SOURCES = \
src/githead.h \
src/text_bbulk.c \
src/kmscon_mod_bbulk.c
+mod_bbulk_la_CPPFLAGS = \
+$(AM_CPPFLAGS) \
+$(XKBCOMMON_CFLAGS)
 mod_bbulk_la_LIBADD = libshl.la
 mod_bbulk_la_LDFLAGS = \
$(AM_LDFLAGS) \
@@ -530,7 +538,8 @@ nodist_mod_gltex_la_SOURCES = \
src/static_shaders.c
 mod_gltex_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-   $(GLES2_CFLAGS)
+   $(GLES2_CFLAGS) \
+   $(XKBCOMMON_CFLAGS)
 mod_gltex_la_LIBADD = \
$(GLES2_LIBS) \
libshl.la
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchewing for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libchewing for openSUSE:Factory 
checked in at 2013-04-23 15:10:38

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


Package is libchewing, Maintainer is fjk...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libchewing/libchewing.changes2013-01-29 
14:15:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libchewing.new/libchewing.changes   
2013-04-23 15:10:39.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 23 09:12:27 UTC 2013 - co...@suse.com
+
+- fix baselibs.conf - there is no libchewing-32bit
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.UP2Rva/_old  2013-04-23 15:10:40.0 +0200
+++ /var/tmp/diff_new_pack.UP2Rva/_new  2013-04-23 15:10:40.0 +0200
@@ -1,3 +1 @@
-libchewing
 libchewing3
-   requires libchewing-targettype = version

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



commit libdv for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libdv for openSUSE:Factory checked 
in at 2013-04-23 15:10:47

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


Package is libdv, Maintainer is jjo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdv/libdv.changes  2011-11-14 
12:03:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdv.new/libdv.changes 2013-04-23 
15:10:49.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 17:42:04 UTC 2013 - dims...@opensuse.org
+
+- Add libXv-devel BuildRequires: this used to be pulled in by SDL,
+  but those dependencies were cleaned up.
+
+---



Other differences:
--
++ libdv.spec ++
--- /var/tmp/diff_new_pack.s8w9tO/_old  2013-04-23 15:10:52.0 +0200
+++ /var/tmp/diff_new_pack.s8w9tO/_new  2013-04-23 15:10:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdv
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,28 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libdv
-BuildRequires:  SDL-devel gtk2-devel popt-devel
-BuildRequires:  xorg-x11-libX11-devel xorg-x11-libXext-devel
+BuildRequires:  SDL-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libXv-devel
 BuildRequires:  libtool
+BuildRequires:  popt-devel
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  xorg-x11-libXext-devel
 %if 0%{?suse_version} = 1210
 BuildRequires:  libv4l-devel = 0.8.4
 %endif
 Url:http://libdv.sourceforge.net/
-License:GPL-2.0+
-Group:  Development/Libraries/Other
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  libdv-64bit
 %endif
 #
 Version:1.0.0
-Release:160
+Release:0
 Summary:The Quasar DV Codec
+License:GPL-2.0+
+Group:  Development/Libraries/Other
 Source: %name-%version.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -67,9 +68,8 @@
 Charles 'Buck' Krasic kra...@acm.org
 
 %package -n libdv4
-License:GPL-2.0+
-Group:  Development/Libraries/Other
 Summary:The Quasar DV Codec
+Group:  Development/Libraries/Other
 # bug437293
 %ifarch ppc64
 Obsoletes:  libdv-64bit
@@ -94,11 +94,10 @@
 Charles 'Buck' Krasic kra...@acm.org
 
 %package devel
-License:GPL-2.0+
-Group:  Development/Libraries/Other
 Summary:The Quasar DV codec
-Requires:   libdv4 = %{version}
+Group:  Development/Libraries/Other
 Requires:   glibc-devel
+Requires:   libdv4 = %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:  libdv-devel-64bit

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



commit man-pages-posix for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package man-pages-posix for openSUSE:Factory 
checked in at 2013-04-23 15:10:54

Comparing /work/SRC/openSUSE:Factory/man-pages-posix (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages-posix.new (New)


Package is man-pages-posix, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/man-pages-posix/man-pages-posix.changes  
2013-04-02 20:41:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages-posix.new/man-pages-posix.changes 
2013-04-23 15:10:56.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 16 12:39:33 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ man-pages-posix.spec ++
--- /var/tmp/diff_new_pack.utKAMx/_old  2013-04-23 15:10:57.0 +0200
+++ /var/tmp/diff_new_pack.utKAMx/_new  2013-04-23 15:10:57.0 +0200
@@ -25,7 +25,7 @@
 License:SUSE-IEEE
 Group:  Documentation/Man
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: man-pages-posix-2003-a.tar.bz2
+Source: 
https://www.kernel.org/pub/linux/docs/man-pages/%{name}/%{name}-2003-a.tar.bz2
 BuildArch:  noarch
 #split provides for update from =11.0
 Provides:   man-pages:%{_mandir}/man3p/open.3p.gz

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



commit mysql-community-server for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2013-04-23 15:11:07

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


Package is mysql-community-server, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
2013-03-20 11:54:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
   2013-04-23 15:11:13.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr 22 11:36:33 UTC 2013 - mhruse...@suse.com
+
+- few fixes to init script backported form SLE
+  (mainly one race condition during update)
+
+---
+Mon Apr 22 10:49:16 UTC 2013 - mhruse...@suse.com
+
+- updated to 5.5.31, see
+  http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-31.html
+
+---

Old:

  mysql-5.5.30.tar.bz2

New:

  mysql-5.5.31.tar.bz2



Other differences:
--
++ mysql-community-server.spec ++
--- /var/tmp/diff_new_pack.9R7xux/_old  2013-04-23 15:11:20.0 +0200
+++ /var/tmp/diff_new_pack.9R7xux/_new  2013-04-23 15:11:20.0 +0200
@@ -35,9 +35,9 @@
 Summary:Server part of MySQL Community Server
 License:SUSE-GPL-2.0-with-FLOSS-exception
 Group:  Productivity/Databases/Servers
-Version:5.5.30
+Version:5.5.31
 Release:0
-%define srv_vers 5.5.30
+%define srv_vers 5.5.31
 Url:http://www.mysql.com
 Source: mysql-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -77,9 +77,6 @@
 %if 0%{?fedora_version}  11
 BuildRequires:  sqlite
 %endif
-%if 0%{?suse_version} = 1210
-BuildRequires:  systemd
-%endif
 %if 0%{?suse_version}  1030
 Recommends: logrotate
 %else
@@ -91,6 +88,7 @@
 Requires:   perl-base
 # systemd requirements for openSUSE = 12.1
 %if 0%{?suse_version} = 1210
+BuildRequires:  systemd
 %{?systemd_requires}
 %endif
 Provides:   mysql = %{srv_vers}
@@ -413,10 +411,6 @@
 ###
 %preun
 [ $1 = 1 ] || /usr/sbin/rcmysql stop
-# systemd requirment
-%if 0%{?suse_version} = 1210
-%service_del_preun mysql.service
-%endif
 
 %pretrans -p lua
 if posix.access(/usr/sbin/rcmysql, x) then
@@ -427,7 +421,6 @@
 os.execute(/bin/mkdir -p /var/run/mysql/restart)
   end
 end
-
 dbfile=var/mysql/mysql/db.ISM
 olddir=var/mysql
 newdir=var/lib/mysql
@@ -480,11 +473,11 @@
 if [ $1 = 0 ]; then
%install_info_delete --info-dir=%{_infodir} %{_infodir}/mysql.info.*
%{insserv_cleanup}
+   rm -f /var/lib/systemd/migrated/mysql.service
+   if [ -x /usr/bin/systemctl ]; then
+   /usr/bin/systemctl daemon-reload /dev/null 21 || :
+   fi
 fi
-# systemd requirment
-%if 0%{?suse_version} = 1210
-%service_del_postun mysql.service
-%endif
 
 ###
 # Files section   #

++ build.inc ++
--- /var/tmp/diff_new_pack.9R7xux/_old  2013-04-23 15:11:20.0 +0200
+++ /var/tmp/diff_new_pack.9R7xux/_new  2013-04-23 15:11:20.0 +0200
@@ -109,6 +109,7 @@
-DWITH_INNOBASE_STORAGE_ENGINE=1
 \
-DWITH_PERFSCHEMA_STORAGE_ENGINE=1  
 \
-DWITH_EMBEDDED_SERVER=true 
 \
+   -DCOMPILATION_COMMENT=openSUSE package
 \
-DDENABLE_DOWNLOADS=false   
 \
$@ ..
make %{?jobs:-j%jobs}

++ configuration-tweaks.tar.bz2 ++

++ mysql-5.5.30.tar.bz2 - mysql-5.5.31.tar.bz2 ++
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-5.5.30.tar.bz2 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-5.5.31.tar.bz2 
differ: char 11, line 1

++ mysql-patches.tar.bz2 ++

++ rc.mysql-multi ++
--- /var/tmp/diff_new_pack.9R7xux/_old  2013-04-23 15:11:21.0 +0200
+++ /var/tmp/diff_new_pack.9R7xux/_new  2013-04-23 15:11:21.0 +0200
@@ -91,9 +91,14 @@
 # See https://bugzilla.novell.com/show_bug.cgi?id=223209
 kill_mysql ()
 {
-   local pid exe
-   test -e $pid_file || return 7  # not running
-   pid=`cat $pid_file` || return 4  # insufficient privileges
+   local pid exe test_pid_file
+   if [ $1 ]; then
+   test_pid_file=$1
+   else
+   test_pid_file=$pid_file
+

commit patchinfo.1560 for openSUSE:12.3:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1560 for 
openSUSE:12.3:Update checked in at 2013-04-23 15:11:54

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.1560 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.1560.new (New)


Package is patchinfo.1560, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=807167 tracker=bnc[SR#162647] ModemManager grabs 
avr-programmer device/issue
  categoryrecommended/category
  ratingmoderate/rating
  packagerdimstar/packager
  description
ModemManager received updated rules to ignore Arduino style devices.
/description
  summaryModemManager: ignore Arduino devices/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nodejs for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package nodejs for openSUSE:Factory checked 
in at 2013-04-23 15:17:36

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


Package is nodejs, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/nodejs/nodejs.changes2013-04-05 
07:37:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs.new/nodejs.changes   2013-04-23 
15:17:37.0 +0200
@@ -1,0 +2,19 @@
+Sun Apr 21 19:29:22 UTC 2013 - dmuel...@suse.com
+
+- always runtime require the exact v8 version that was used
+  for building, as it breaks binary compatibility quite often 
+
+---
+Sun Apr 21 10:01:43 UTC 2013 - edy.b...@gmail.com
+
+- updated to 0.8.23
+- added nodejs-openssl-missing-api.patch:
+* provides a macro implementation of EVP_PKEY_id, not present
+  in openssl 0.9.8j and previous versions.
+* required when building for SLE11, which has older openssl.
+- added nodejs-v8-deprecated-api.patch:
+  * allows 0.8 versions of nodejs to use newer v8 versions, which
+deprecated (or renamed, in this case) some methods (in 3.15.3)
+and subsequently removed them (in 3.16.5).
+
+---

Old:

  node-v0.8.18.tar.gz

New:

  node-v0.8.23.tar.gz
  nodejs-openssl-missing-api.patch
  nodejs-v8-deprecated-api.patch



Other differences:
--
++ nodejs.spec ++
--- /var/tmp/diff_new_pack.JjM7KC/_old  2013-04-23 15:17:40.0 +0200
+++ /var/tmp/diff_new_pack.JjM7KC/_new  2013-04-23 15:17:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nodejs
-Version:0.8.18
+Version:0.8.23
 Release:0
 Summary:Evented I/O for V8 JavaScript
 License:MIT
@@ -30,11 +30,17 @@
 Patch3: node-v0.8.12_missing_include.patch
 Patch4: node-gyp-addon-gypi.patch
 Patch5: nodejs-no-v8-headers.patch
+Patch6: nodejs-openssl-missing-api.patch
+Patch7: nodejs-v8-deprecated-api.patch
 BuildRequires:  curl
 BuildRequires:  gcc-c++
 BuildRequires:  procps
+%if 0%{?suse_version} == 1140
 BuildRequires:  v8-devel = 3.7
-Requires:   v8 = 3.7
+%else
+BuildRequires:  v8-devel = 3.15.3
+%endif
+Requires:   %(rpm -q --requires v8-devel | grep libv8)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  libopenssl-devel
@@ -78,6 +84,13 @@
 %patch4 -p1 
 cd -
 %patch5
+%patch6
+
+%if 0%{?suse_version} != 1140
+# nodejs-v8-deprecated-api.patch, only for nodejs 0.8 with v8 = 3.15.3.
+%patch7
+%endif
+
 # Make sure nothing gets included from bundled deps:
 # We only delete the source and header files, because
 # the remaining build scripts are still used.

++ node-gyp-addon-gypi.patch ++
--- /var/tmp/diff_new_pack.JjM7KC/_old  2013-04-23 15:17:40.0 +0200
+++ /var/tmp/diff_new_pack.JjM7KC/_new  2013-04-23 15:17:40.0 +0200
@@ -55,7 +55,7 @@
 index 82de1e6..0e6f76a 100644
 --- a/lib/configure.js
 +++ b/lib/configure.js
-@@ -206,26 +206,27 @@ function configure (gyp, argv, callback) {
+@@ -202,26 +202,27 @@ function configure (gyp, argv, callback) {
  // if --target was given, then determine a target version to compile 
for
  versionStr = gyp.opts.target
  log.verbose('get node dir', 'compiling against --target node version: 
%s', versionStr)
@@ -100,7 +100,7 @@
  }
}
  
-@@ -379,7 +380,8 @@ function configure (gyp, argv, callback) {
+@@ -374,7 +375,8 @@ function configure (gyp, argv, callback) {
  
  // this logic ported from the old `gyp_addon` python file
  var gyp_script = path.resolve(__dirname, '..', 'gyp', 'gyp')

++ node-v0.8.18.tar.gz - node-v0.8.23.tar.gz ++
/work/SRC/openSUSE:Factory/nodejs/node-v0.8.18.tar.gz 
/work/SRC/openSUSE:Factory/.nodejs.new/node-v0.8.23.tar.gz differ: char 5, line 
1

++ nodejs-openssl-missing-api.patch ++
index fe43359..2c8a557 100644
--- src/node_crypto.h
+++ src/node_crypto.h
@@ -43,6 +43,10 @@
 
 #define EVP_F_EVP_DECRYPTFINAL 101
 
+#if OPENSSL_VERSION_NUMBER = 0x009080afL
+# define EVP_PKEY_id(pkey) ((pkey)-type)
+#endif
+
 
 namespace node {
 namespace crypto {
++ nodejs-v8-deprecated-api.patch ++
index c7fa3eb..cbcf07e 100644
--- src/node_object_wrap.h
+++ src/node_object_wrap.h
@@ -26,6 +26,11 @@
 #include v8.h
 #include assert.h
 
+// Required for compatibility between node.js 0.8 (legacy) releases and
+// v8 versions after 3.15.3.
+#define GetPointerFromInternalField GetAlignedPointerFromInternalField
+#define SetPointerInInternalField SetAlignedPointerInInternalField
+
 // Explicitly instantiate some 

commit openttd for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package openttd for openSUSE:Factory checked 
in at 2013-04-23 15:18:36

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


Package is openttd, Maintainer is kssin...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/openttd/openttd.changes  2013-03-08 
09:29:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.openttd.new/openttd.changes 2013-04-23 
15:18:37.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  2 09:11:54 UTC 2013 - s...@ammler.ch
+
+- update to 1.3.0
+  (check changelog.txt) 
+
+---

Old:

  openttd-1.3.0-beta2-source.tar.gz

New:

  openttd-1.3.0-source.tar.gz



Other differences:
--
++ openttd.spec ++
--- /var/tmp/diff_new_pack.1c643j/_old  2013-04-23 15:18:39.0 +0200
+++ /var/tmp/diff_new_pack.1c643j/_new  2013-04-23 15:18:39.0 +0200
@@ -18,9 +18,9 @@
 
 
 Name:   openttd
-Version:1.3.beta2
+Version:1.3.0
 Release:0
-%define srcver  1.3.0-beta2
+%define srcver  %{version}
 Summary:An open source clone of Chris Sawyer's Transport Tycoon Deluxe
 License:GPL-2.0
 Group:  Amusements/Games/Strategy/Other

++ openttd-1.3.0-beta2-source.tar.gz - openttd-1.3.0-source.tar.gz ++
/work/SRC/openSUSE:Factory/openttd/openttd-1.3.0-beta2-source.tar.gz 
/work/SRC/openSUSE:Factory/.openttd.new/openttd-1.3.0-source.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 qemu for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2013-04-23 15:20:15

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


Package is qemu, Maintainer is afaer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/qemu/qemu.changes2013-02-17 
17:13:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.qemu.new/qemu.changes   2013-04-23 
15:20:17.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 18:27:18 UTC 2013 - dims...@opensuse.org
+
+- Add explicit alsa-devel BuildRequires: this used to (wrongly) be
+  pulled in by libSDL-devel.
+
+---



Other differences:
--
++ qemu.spec ++
--- /var/tmp/diff_new_pack.J5cEMg/_old  2013-04-23 15:20:20.0 +0200
+++ /var/tmp/diff_new_pack.J5cEMg/_new  2013-04-23 15:20:20.0 +0200
@@ -69,6 +69,7 @@
 Source400:  update_git.sh
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL-devel
+BuildRequires:  alsa-devel
 BuildRequires:  bison
 BuildRequires:  bluez-devel
 BuildRequires:  curl-devel

++ qemu.spec.in ++
--- /var/tmp/diff_new_pack.J5cEMg/_old  2013-04-23 15:20:20.0 +0200
+++ /var/tmp/diff_new_pack.J5cEMg/_new  2013-04-23 15:20:20.0 +0200
@@ -31,6 +31,7 @@
 Source400:  update_git.sh
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL-devel
+BuildRequires:  alsa-devel
 BuildRequires:  bison
 BuildRequires:  bluez-devel
 BuildRequires:  curl-devel

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



commit remind for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package remind for openSUSE:Factory checked 
in at 2013-04-23 15:20:23

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


Package is remind, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/remind/remind.changes2012-03-01 
17:27:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.remind.new/remind.changes   2013-04-23 
15:20:25.0 +0200
@@ -1,0 +2,16 @@
+Mon Apr 22 20:28:03 UTC 2013 - pu...@suse.com
+
+- update to remind-3.1.13 
+  - BUG FIX: Sunrise/Sunset calculations greatly improved thanks to
+John McGowan.  Accuracy should now be within a couple of
+minutes in most places.
+  - BUG FIX: Allow specification of margins as low as 0 points in
+rem2ps, courtesy of Jonathan Kamens.
+  - BUG FIX: Permit compilation with gcc 2.95 (which doesn't allow
+variable declarations after non-declaration statements in a
+block.)
+  - BUG FIX: Several minor documentation errors corrected courtesy
+of Simon Ruderich.
+  - BUG FIX: Spurious test harness failure was fixed.
+
+---

Old:

  remind-03.01.12.tar.gz
  remind-3.1.12-rpmlintrc

New:

  remind-03.01.13.tar.gz
  remind-3.1.13-rpmlintrc



Other differences:
--
++ remind.spec ++
--- /var/tmp/diff_new_pack.MBquFr/_old  2013-04-23 15:20:27.0 +0200
+++ /var/tmp/diff_new_pack.MBquFr/_new  2013-04-23 15:20:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package remind
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,9 +17,9 @@
 
 
 Name:   remind
-Version:3.1.12
+Version:3.1.13
 Release:0
-%define tar_version 03.01.12
+%define tar_version 03.01.13
 Summary:A sophisticated calendar and alarm program
 License:GPL-2.0
 Group:  Productivity/Office/Organizers

++ remind-03.01.12.tar.gz - remind-03.01.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/remind-03.01.12/configure 
new/remind-03.01.13/configure
--- old/remind-03.01.12/configure   2012-01-23 19:11:34.0 +0100
+++ new/remind-03.01.13/configure   2013-03-22 20:43:57.0 +0100
@@ -3949,7 +3949,7 @@
 fi
 done
 
-VERSION=03.01.12
+VERSION=03.01.13
 
 ac_config_files=$ac_config_files src/Makefile www/Makefile src/version.h
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/remind-03.01.12/configure.in 
new/remind-03.01.13/configure.in
--- old/remind-03.01.12/configure.in2012-01-23 19:11:13.0 +0100
+++ new/remind-03.01.13/configure.in2013-03-22 20:43:43.0 +0100
@@ -75,6 +75,6 @@
 fi
 
 AC_CHECK_FUNCS(setenv unsetenv glob mbstowcs setlocale)
-VERSION=03.01.12
+VERSION=03.01.13
 AC_SUBST(VERSION)
 AC_OUTPUT(src/Makefile www/Makefile src/version.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/remind-03.01.12/docs/WHATSNEW 
new/remind-03.01.13/docs/WHATSNEW
--- old/remind-03.01.12/docs/WHATSNEW   2012-01-23 19:06:41.0 +0100
+++ new/remind-03.01.13/docs/WHATSNEW   2013-03-22 20:47:55.0 +0100
@@ -1,5 +1,22 @@
 CHANGES TO REMIND
 
+* Version 3.1 Patch 13 - 2013-03-22
+
+- BUG FIX: Sunrise/Sunset calculations greatly improved thanks to John
+  McGowan.  Accuracy should now be within a couple of minutes in most
+  places.
+
+- BUG FIX: Allow specification of margins as low as 0 points in rem2ps,
+  courtesy of Jonathan Kamens.
+
+- BUG FIX: Permit compilation with gcc 2.95 (which doesn't allow variable
+  declarations after non-declaration statements in a block.)
+
+- BUG FIX: Several minor documentation errors corrected courtesy of
+  Simon Ruderich.
+
+- BUG FIX: Spurious test harness failure was fixed.
+
 * Version 3.1 Patch 12 - 2012-01-23
 
 - NEW FEATURE: Many substitution sequences %x have an alternate mode
@@ -562,7 +579,7 @@
 + BUG FIXES
 
 - Fixed sunset(), sunrise() and minsfromutc() functions which were broken
-  by 3.0.17.  (In 3.0.17, they did not account for daylight savings time.)
+  by 3.0.17.  (In 3.0.17, they did not account for daylight saving time.)
 
 - Updated finnish.h to include proper URL and translation of all
   error messages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/remind-03.01.12/examples/defs.rem 
new/remind-03.01.13/examples/defs.rem
--- 

commit sfml for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package sfml for openSUSE:Factory checked in 
at 2013-04-23 15:20:41

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


Package is sfml, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sfml/sfml.changes2013-04-20 
19:49:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.sfml.new/sfml.changes   2013-04-23 
15:20:42.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 18:34:33 UTC 2013 - dims...@opensuse.org
+
+- Add sfml-memcpy.patch: Fix build by including string.h where it's
+  appropriate.
+
+---

New:

  sfml-memcpy.patch



Other differences:
--
++ sfml.spec ++
--- /var/tmp/diff_new_pack.24N6oo/_old  2013-04-23 15:20:44.0 +0200
+++ /var/tmp/diff_new_pack.24N6oo/_new  2013-04-23 15:20:44.0 +0200
@@ -37,6 +37,8 @@
 Patch4: sfml-1.6-underlinking.patch
 # PATCH-FIX-UPSTREAM
 Patch5: sfml-1.6-png.patch
+# PATCH-FIX-UPSTREAM
+Patch6: sfml-memcpy.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  doxygen
 BuildRequires:  freetype2-devel
@@ -92,6 +94,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 rm -rf src/SFML/Graphics/GLEW
 rm -rf src/SFML/Graphics/libjpeg

++ sfml-memcpy.patch ++
Index: sfml-1.6/src/SFML/Graphics/ImageLoader.cpp
===
--- sfml-1.6.orig/src/SFML/Graphics/ImageLoader.cpp
+++ sfml-1.6/src/SFML/Graphics/ImageLoader.cpp
@@ -34,6 +34,7 @@ extern C
 #include png.h
 #include SOIL/SOIL.h
 #include iostream
+#include string.h
 
 
 namespace
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit subversion for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2013-04-23 15:22:01

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


Package is subversion, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2013-04-09 
07:10:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2013-04-23 15:22:04.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 12 20:28:50 UTC 2013 - andreas.stie...@gmx.de
+
+- add gpg signature verification of source tarball
+
+---

New:

  subversion-1.7.9.tar.bz2.asc
  subversion.keyring



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.chYXSK/_old  2013-04-23 15:22:12.0 +0200
+++ /var/tmp/diff_new_pack.chYXSK/_new  2013-04-23 15:22:12.0 +0200
@@ -140,6 +140,12 @@
 Source13:   subversion.xinetd.svnserve
 Source42:   subversion.svngrep.sh
 Source43:   subversion.svndiff.sh
+# https://people.apache.org/keys/group/subversion.asc
+Source50:   subversion.keyring
+Source51:   
https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2.asc
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
 %if %with_intree_swig
 # 
http://ovh.dl.sourceforge.net/project/swig/swig/swig-%{swig_version}/swig-%{swig_version}.tar.gz
 Source90:   swig-%{swig_version}.tar.bz2
@@ -318,6 +324,7 @@
 %endif # with_bashcomp
 
 %prep
+%{?gpg_verify: %gpg_verify %{S:51}}
 %if %with_intree_swig
 %setup -q -n subversion-%{version} -a 4 -b 90
 %else

++ subversion.keyring ++
 31657 lines (skipped)

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



commit wyrd for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package wyrd for openSUSE:Factory checked in 
at 2013-04-23 15:22:41

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


Package is wyrd, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/wyrd/wyrd.changes2011-09-23 
12:50:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.wyrd.new/wyrd.changes   2013-04-23 
15:22:42.0 +0200
@@ -1,0 +2,22 @@
+Mon Apr 22 20:20:45 UTC 2013 - pu...@suse.com
+
+- update to wyrd-1.4.6 
+  - Fixed a failure to quote filenames in the editor commands
+provided by the default wyrdrc.
+  - Fixed a crash when the terminal is resized while wyrd is
+executing an external editor or browser.  (In some
+environments, this would happen every time a reminder file is
+edited.)
+  - Fixed 'configure' errors when compiling with OCaml 4.
+  - Added Oasis metadata.
+  - Added automatic refresh of the display when reminder files are
+modified.
+  - Added a backtrace printout for unhandled exceptions.
+  - Fixed a parallel-make race conditoin resulting from integration
+of upstream ocaml-curses.
+  - Fixed a crash when the terminal is resized.
+  - Fixed some crashes which could be triggered by pressing arrow
+keys or entering non-printable characters from the quick add
+entry field.
+
+---

Old:

  wyrd-1.4.5.tar.bz2

New:

  wyrd-1.4.6.tar.bz2



Other differences:
--
++ wyrd.spec ++
--- /var/tmp/diff_new_pack.J2PfZT/_old  2013-04-23 15:22:44.0 +0200
+++ /var/tmp/diff_new_pack.J2PfZT/_new  2013-04-23 15:22:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wyrd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   wyrd
-Version:1.4.5
-Release:1
-License:GPL-2.0
+Version:1.4.6
+Release:0
 Summary:Text-based front-end to Remind time organizer
-Url:http://pessimization.com/software/wyrd/
+License:GPL-2.0
 Group:  Productivity/Office/Organizers
+Url:http://pessimization.com/software/wyrd/
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  camlp4
 BuildRequires:  ncurses-devel

++ wyrd-1.4.5.tar.bz2 - wyrd-1.4.6.tar.bz2 ++
 8583 lines of diff (skipped)

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



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

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-timer for 
openSUSE:Factory checked in at 2013-04-23 15:23:15

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-timer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timer.new (New)


Package is xfce4-panel-plugin-timer, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-timer/xfce4-panel-plugin-timer.changes
2012-09-10 15:28:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timer.new/xfce4-panel-plugin-timer.changes
   2013-04-23 15:23:16.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 23 08:23:04 UTC 2013 - g...@opensuse.org
+
+- update to version 1.0.2
+  - some code cleanup
+  - now the alarm dialog window displays the alarm name
+  - added the option to define a default alarm command
+
+---

Old:

  xfce4-timer-plugin-1.0.0.tar.bz2

New:

  xfce4-timer-plugin-1.0.2.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-timer.spec ++
--- /var/tmp/diff_new_pack.UmgUY0/_old  2013-04-23 15:23:19.0 +0200
+++ /var/tmp/diff_new_pack.UmgUY0/_new  2013-04-23 15:23:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-timer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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 @@
 %define plugin_name xfce4-timer-plugin
 
 Name:   xfce4-panel-plugin-timer
-Version:1.0.0
+Version:1.0.2
 Release:0
 Summary:Alarm Clock Plugin for the Xfce Panel
 License:GPL-2.0+

++ xfce4-timer-plugin-1.0.0.tar.bz2 - xfce4-timer-plugin-1.0.2.tar.bz2 
++
 15116 lines of diff (skipped)

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



commit yast2-country for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2013-04-23 15:23:45

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


Package is yast2-country, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes  
2013-01-30 22:23:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2013-04-23 15:23:47.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 23 07:55:24 CEST 2013 - jsuch...@suse.cz
+
+- write Timezone settings during autoupgrade (bnc#804335)
+- 2.24.0 
+
+---

Old:

  yast2-country-2.23.1.tar.bz2

New:

  yast2-country-2.24.0.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.pZYPQ1/_old  2013-04-23 15:23:49.0 +0200
+++ /var/tmp/diff_new_pack.pZYPQ1/_new  2013-04-23 15:23:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-country
-Version:2.23.1
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build



++ yast2-country-2.23.1.tar.bz2 - yast2-country-2.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-2.23.1/Makefile.am 
new/yast2-country-2.24.0/Makefile.am
--- old/yast2-country-2.23.1/Makefile.am2013-01-30 11:45:44.0 
+0100
+++ new/yast2-country-2.24.0/Makefile.am2013-04-23 08:41:45.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-2.23.1/Makefile.am.common 
new/yast2-country-2.24.0/Makefile.am.common
--- old/yast2-country-2.23.1/Makefile.am.common 2013-01-30 11:45:44.0 
+0100
+++ new/yast2-country-2.24.0/Makefile.am.common 2013-04-23 08:41:45.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-2.23.1/Makefile.in 
new/yast2-country-2.24.0/Makefile.in
--- old/yast2-country-2.23.1/Makefile.in2013-01-30 11:45:48.0 
+0100
+++ new/yast2-country-2.24.0/Makefile.in2013-04-23 08:41:50.0 
+0200
@@ -980,19 +980,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff 

commit Mesa.1592 for openSUSE:12.3:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package Mesa.1592 for openSUSE:12.3:Update 
checked in at 2013-04-23 15:35:20

Comparing /work/SRC/openSUSE:12.3:Update/Mesa.1592 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.Mesa.1592.new (New)


Package is Mesa.1592, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.3:Update/.Mesa.1592.new/Mesa.changes  2013-04-23 
15:35:21.0 +0200
@@ -0,0 +1,1803 @@
+---
+Fri Apr 12 16:55:17 UTC 2013 - dims...@opensuse.org
+
+- Add mesa-i965-render-between-hiz-flushes.patch: i965: Make sure
+  we do render between two hiz flushes (fdo#62141, bnc#814947)
+
+---
+Thu Jan 24 14:48:18 UTC 2013 - sndir...@suse.com
+
+- update to Mesa 9.0.2: a bugfix release
+ * [KMS] mesa demo spectex broken on rv280 (fdo#22576)
+ * KMS/R200: Bad shading in NWN since Mesa rewrite (fdo#26809)
+ * [bisected regression] Oglc fbo(negative.invalidParams3)
+   Segmentation fault (fdo#45877)
+ * st_glsl_to_tgsi.cpp:4006:dst_register: Assertion 
+   `index  VERT_RESULT_MAX' failed (fdo#54402)
+ * Memoryleak with glPopAttrib only on Intel GM45 (fdo#55175)
+ * glcpp accepts junk after #else/#elif/#endif tokens (fdo#56442)
+ * EGL sets error to EGL_SUCCESS when DRI driver fails to create
+   context (fdo#56706)
+ * Webgl conformance shader-with-non-reserved-words crash. (fdo#57622)
+ * r200: Culling is broken when rendering to an FBO (fdo#57842)
+ * r300g: blend sfactor=GL_DST_COLOR fails with FBOs (fdo#57984)
+ * [llvmpipe] src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c:75:analyse_src: 
Assertion `src-Index  (sizeof(ctx-imm)/sizeof((ctx-imm)[0]))' failed. 
(fdo#58545)
+ * src/glsl/tests/Makefile.am missing $(top_srcdir)/include (fdo#59383)
+
+---
+Wed Jan 23 11:55:36 UTC 2013 - sndir...@suse.com
+
+- reverted removing Libs.private/Requires.private in pkgconfig
+  files
+
+---
+Sat Jan 19 14:32:46 UTC 2013 - dmuel...@suse.com
+
+- enable llvm backend also for ARM
+
+---
+Fri Jan 18 17:04:12 UTC 2013 - rbrown...@opensuse.org
+- Add requires for Mesa to Mesa-libGL1 in baselibs.conf
+ * Mesa required for many applications in wine
+ * wine-32bit pulls through Mesa-libGL1-32bit without Mesa-32bit
+
+---
+Sat Jan  5 15:28:51 UTC 2013 - crrodrig...@opensuse.org
+
+- Remove Requires.private and Libs.private from *.pc files
+ * Both are needed only for static linking
+ * This package provides only shared libraries
+ * the rpm pkgconfig dependency generator considers Requires.private
+   a valid dependency even though there are no static libraries in the 
+   packages
+ * This cause bloat and hides broken buildRequires in other packages.
+
+---
+Fri Dec 14 11:00:21 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Remove unrecognized configure option --disable-glu
+
+---
+Mon Dec 10 13:22:01 UTC 2012 - sndir...@suse.com
+
+- Update to Version 9.0.1
+  * bug fix release
+
+---
+Tue Oct 16 18:09:16 UTC 2012 - sndir...@suse.com
+
+- improved packages descriptions 
+
+---
+Mon Oct  8 23:36:24 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 9.0:
+  Mesa 9.0 has been released.  Mesa 9.0 is a feature release.
+  The big feature is the availability of OpenGL 3.1 on some
+  supported hardware.
+  + Remove the Git Commit ID
+
+---
+Tue Sep 25 15:28:52 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update the Mesa 9.0 Git Snapshot
+  + Add the Git CommitID to the buildscript
+  + Minor cleanup of the buildscript
+
+---
+Mon Sep 24 17:04:35 UTC 2012 - sndir...@suse.com
+
+- removed any .la file
+- moved libglapi.so from Mesa-devel to Mesa-libglapi-devel package;
+  Mesa-devel requires Mesa-libglapi-devel package anyway
+
+---
+Fri Sep 21 08:28:28 UTC 2012 - sndir...@suse.com
+
+- fixed libOSMesa packaging (only a dangling symlink has been
+  packaged) 
+
+---
+Fri Sep 21 07:08:05 UTC 2012 - co...@suse.com
+
+- fix baselibs.conf after package split
+

commit collectl.1586 for openSUSE:12.3:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package collectl.1586 for 
openSUSE:12.3:Update checked in at 2013-04-23 15:41:53

Comparing /work/SRC/openSUSE:12.3:Update/collectl.1586 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.collectl.1586.new (New)


Package is collectl.1586, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.3:Update/.collectl.1586.new/collectl.changes  
2013-04-23 15:41:55.0 +0200
@@ -0,0 +1,54 @@
+---
+Mon Apr 15 00:19:21 UTC 2013 - tabra...@suse.com
+
+- fix for collectl init script (bnc#793027)
+  + added bug-793027.patch
+
+---
+Sun Sep 18 16:05:27 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
+Fri Nov  5 15:40:18 UTC 2010 - hvo...@novell.com
+
+- Update to version 3.4.3
+  * when errors detected during initialization not skipping subsequent checks
+  * added --dskfilt
+  * added check for client-side OST uuid status 'DEACTIVATED'
+  * support for CPUs dynamically changing stats and going off/on-line
+  * new feature: select process by UID range
+  * do not issue 'stty' if !PC, running on terminal and !background.
+  * added --netfilt
+  * changed disk details to use 'cvt()' for reporting number of I/Os since DM
+numbers
+  * 2 new process sort fields: pid and cpu
+  * only look at $cpuDisabledFlag when processing CPU data
+
+---
+Tue Apr  6 13:55:50 UTC 2010 - hvo...@novell.com
+
+- Update to version 3.4.1
+  * new switch --umask for setting mode to files collectl creates 
+  * support for Fusion-IO disks 
+  * Support for OFED 1.5
+  * Improved performance of playback
+  * Added LSB headers to all start scripts
+  * New data collection/reporting API
+  * New export: gexpr, for exporting data to ganglia
+  * Added NFS V4 support and collection
+  * Expanded contents of verbose memory output
+  * Added Power to environmental monitoring
+  * Allow multiple clients to connect when is server mode
+  * Added fields to --top for monitoring slabs
+  * Expanded --top functionality.
+  * Enhanced MDS stats to support lustre 1.6.5
+  * Added --grep switch to allow searching/reporting data in raw files
+  * A couple of switch names changed to be more consistent
+  * Improved help
+ 
+---
+Thu Jul  3 15:29:05 CEST 2008 - hvo...@suse.de
+
+- Initial package, Version 2.6.4
+

New:

  bug-793027.patch
  collectl-3.4.3.src.tar.bz2
  collectl.changes
  collectl.spec



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

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


Name:   collectl
Summary:Collects data that describes the current system status
License:Artistic-1.0 and GPL-2.0+
Group:  System/Monitoring
Url:http://collectl.sourceforge.net
Version:3.4.3
Release:0
Source: %name-%version.src.tar.bz2
# PATCH-FIX-OPENSUSE fix for collectl init script [bnc #793027]
Patch1: bug-793027.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Unlike most monitoring tools that either focus on a small set of
statistics, format their output in only one way, run either
interatively or as a daemon but not both, collectl tries to do it all.

%prep
%setup -q 
%patch1 -p1

%build

%install
install -m 755 -D collectl.pl %buildroot%_sbindir/collectl
install -m 755 -D readS %buildroot%_sbindir/collectl-readS
install -m 644 -D collectl.conf %buildroot/%_sysconfdir/collectl.conf
install -D formatit.ph %buildroot%_datadir/%name/formatit.ph
install -D lexpr.ph %buildroot%_datadir/%name/lexpr.ph
install -D sexpr.ph %buildroot%_datadir/%name/sexpr.ph
install -D vmstat.ph %buildroot%_datadir/%name/vmstat.ph
install -m 755 -D initd/collectl-suse 

commit patchinfo.1586 for openSUSE:12.3:Update

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1586 for 
openSUSE:12.3:Update checked in at 2013-04-23 15:42:09

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.1586 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.1586.new (New)


Package is patchinfo.1586, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagertabraham1/packager
  categoryrecommended/category
  ratingimportant/rating
  summarycollectl: fix init script/summary
  descriptionThis update fixes an issue with the init script that prevents 
the collectl-service from being started/description
  issue tracker=bnc id=793027collectl init script errors/fails/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit biosdevname for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory 
checked in at 2013-04-23 17:17:16

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


Package is biosdevname, Maintainer is d...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes  2012-12-07 
14:06:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 
2013-04-23 17:17:18.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 22 12:08:57 UTC 2013 - idon...@suse.com
+
+- Use correct directory for udev rules 
+
+---

New:

  udev-rule-path.patch



Other differences:
--
++ biosdevname.spec ++
--- /var/tmp/diff_new_pack.fjnSDN/_old  2013-04-23 17:17:21.0 +0200
+++ /var/tmp/diff_new_pack.fjnSDN/_new  2013-04-23 17:17:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package biosdevname
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -32,16 +32,20 @@
 Source1:setup-biosdevname.sh
 Patch2: ignore-broken-BIOSes
 Patch3: whitelist-dell
+Patch4: udev-rule-path.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pciutils-devel
+BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
-# to figure out how to name the rules file
-BuildRequires:  udev
+# to figure out how to name/location of the rules file
+BuildRequires:  libudev-devel
 # because of mkinitrd_setup in %post and %postun
 PreReq: mkinitrd
 # for ownership of /lib/udev/rules.d
 Requires:   udev
 
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
+
 %description
 biosdevname in its simplest form takes an kernel name name as an
 argument, and returns the BIOS-given name it should be.  This is
@@ -56,10 +60,11 @@
 %setup -q
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 # this is a udev rule, so it needs to live in / rather than /usr
-%configure --disable-rpath --libdir=/%{_lib} --prefix=/ --bindir=/bin 
--sbindir=/sbin
+%configure --disable-rpath --prefix=/ --bindir=/bin --sbindir=/sbin
 make %{?_smp_mflags}
 cp %{S:1} .
 
@@ -69,15 +74,16 @@
 mkdir -p $RPM_BUILD_ROOT/lib/mkinitrd/scripts
 install -m 0755 setup-biosdevname.sh \
 $RPM_BUILD_ROOT/lib/mkinitrd/scripts/setup-biosdevname.sh
+
 # remain disabled by default
 perl -pi -e 's,^# GOTO,GOTO,g;' \
-   $RPM_BUILD_ROOT/lib/udev/rules.d/*-biosdevname.rules
+   $RPM_BUILD_ROOT/%{_udevrulesdir}/*-biosdevname.rules
 
 %files
 %defattr(-,root,root,-)
 %doc COPYING README
 /sbin/%{name}
-%config(noreplace) /lib/udev/rules.d/*%{name}.rules
+%config(noreplace) %{_udevrulesdir}/*%{name}.rules
 %{_mandir}/man1/*
 /lib/mkinitrd/scripts/setup-biosdevname.sh
 

++ udev-rule-path.patch ++
Index: biosdevname-0.4.1/configure.ac
===
--- biosdevname-0.4.1.orig/configure.ac
+++ biosdevname-0.4.1/configure.ac
@@ -70,7 +70,10 @@ AC_CHECK_FUNCS([dup2 gettimeofday memset
 # handles default udev rules as of udev 114 or thereabouts
 RULEDEST=/lib/udev/rules.d/71-biosdevname.rules
 
-if [[ -e /etc/udev/rules.d/60-net.rules ]]; then
+if [[ -e /usr/lib/udev/rules.d/99-systemd.rules ]]; then
+# openSUSE 12.3+
+RULESDEST=/usr/lib/udev/rules.d/71-biosdevname.rules
+elif [[ -e /etc/udev/rules.d/60-net.rules ]]; then
  # RHEL 5 / Fedora
  RULEDEST=/etc/udev/rules.d/60-biosdevname.rules
 elif [[ -e /etc/udev/rules.d/31-network.rules ]]; then
Index: biosdevname-0.4.1/configure
===
--- biosdevname-0.4.1.orig/configure
+++ biosdevname-0.4.1/configure
@@ -10473,7 +10473,10 @@ done
 # handles default udev rules as of udev 114 or thereabouts
 RULEDEST=/lib/udev/rules.d/71-biosdevname.rules
 
-if [ -e /etc/udev/rules.d/60-net.rules ]; then
+if [ -e /usr/lib/udev ]; then
+# openSUSE 12.3+
+RULEDEST=/usr/lib/udev/rules.d/71-biosdevname.rules
+elif [ -e /etc/udev/rules.d/60-net.rules ]; then
  # RHEL 5 / Fedora
  RULEDEST=/etc/udev/rules.d/60-biosdevname.rules
 elif [ -e /etc/udev/rules.d/31-network.rules ]; then
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit CodeAnalyst for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package CodeAnalyst for openSUSE:Factory 
checked in at 2013-04-23 17:17:54

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


Package is CodeAnalyst, Maintainer is to...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/CodeAnalyst/CodeAnalyst.changes  2012-12-14 
06:36:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.CodeAnalyst.new/CodeAnalyst.changes 
2013-04-23 17:17:56.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 22 22:45:30 UTC 2013 - dims...@opensuse.org
+
+- Add CodeAnalyst-no-cflag-mangling.patch: do not mangle CFLAGS:
+  %optflags contains -grecordcc-flags so we can not blindly sed
+  -g away.
+
+---

New:

  CodeAnalyst-no-cflag-mangling.patch



Other differences:
--
++ CodeAnalyst.spec ++
--- /var/tmp/diff_new_pack.1E6GeJ/_old  2013-04-23 17:18:05.0 +0200
+++ /var/tmp/diff_new_pack.1E6GeJ/_new  2013-04-23 17:18:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package CodeAnalyst
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -38,6 +38,8 @@
 # PATCH-FIX-UPSTREAM CodeAnalyst-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
 Patch6: CodeAnalyst-gcc47.patch
 Patch7: ca-fix-bfd-include.patch
+# PATCH-FIX-UPSTREAM CodeAnalyst-no-cflag-mangling.patch dims...@opensuse.org 
-- Do not mangle with cflags, it fails on -grecordcc-flags, as it strips -g
+Patch8: CodeAnalyst-no-cflag-mangling.patch
 Requires:   binutils
 Requires:   oprofile = 0.9.4
 PreReq: pwdutils
@@ -75,6 +77,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 ./autogen.sh

++ CodeAnalyst-no-cflag-mangling.patch ++
Index: CodeAnalyst-2_12_3_0126-Public/configure.in
===
--- CodeAnalyst-2_12_3_0126-Public.orig/configure.in
+++ CodeAnalyst-2_12_3_0126-Public/configure.in
@@ -299,11 +299,6 @@ if test $enable_optimization = no; t
CXXFLAGS=`echo $CXXFLAGS | sed 's/-O2//g'`
 fi
 
-if test x$debug = xfalse; then
-   CFLAGS=`echo $CFLAGS | sed 's/-g//g'`
-   CXXFLAGS=`echo $CXXFLAGS | sed 's/-g//g'`
-fi
-
 #Set 64-bit flags, if necessary
 case $host_cpu in
  x86_64)
Index: CodeAnalyst-2_12_3_0126-Public/src/ca_agent/configure.ac
===
--- CodeAnalyst-2_12_3_0126-Public.orig/src/ca_agent/configure.ac
+++ CodeAnalyst-2_12_3_0126-Public/src/ca_agent/configure.ac
@@ -182,11 +182,6 @@ if test $enable_optimization = no; t
CXXFLAGS=`echo $CXXFLAGS | sed 's/-O2//g'`
 fi
 
-if test x$debug = xfalse; then
-   CFLAGS=`echo $CFLAGS | sed 's/-g//g'`
-   CXXFLAGS=`echo $CXXFLAGS | sed 's/-g//g'`
-fi
-
 #Set 64-bit flags, if necessary
 case $host_cpu in
x86_64)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit elemines for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package elemines for openSUSE:Factory 
checked in at 2013-04-23 17:18:30

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


Package is elemines, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.elemines.new/elemines.changes   2013-04-23 
17:18:31.0 +0200
@@ -0,0 +1,59 @@
+---
+Mon Apr 22 05:02:19 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 0.2.3
+  Changelog:
+  Mines count and board size are now defined in the edje theme
+  Big code refactoring/improvement by Cedric Bail:
+   - most of the layout done with edje
+   - use eina iterators to walk the matrix
+   - use ecore getopt
+   - add support for QuickLaunch
+
+  New theme:
+   - default-big (20x10, 24 mines)
+
+  New translation:
+   - polish
+
+
+---
+Thu Feb 28 16:18:00 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 0.2.2
+
+---
+Fri Jan 11 22:51:57 UTC 2013 - sleep_wal...@suse.cz
+
+- adapt for Factory
+
+---
+Sun Nov 25 01:10:47 UTC 2012 - sleep_wal...@suse.cz
+
+- use efl instead of separate packages
+
+---
+Sat Nov 24 01:59:27 UTC 2012 - sleep_wal...@suse.cz
+
+- simplify make install
+
+---
+Wed Sep 19 09:06:39 UTC 2012 - sleep_wal...@suse.cz
+
+- add autoreconf for all but mandriva_2009.1 (which seems to be too old)
+
+---
+Wed Sep 19 08:31:24 UTC 2012 - sleep_wal...@suse.cz
+
+- make install for fedora, centos, mandriva
+
+---
+Mon Sep 17 14:24:29 UTC 2012 - sleep_wal...@suse.cz
+
+- fix desktop file
+
+---
+Thu Sep 13 21:04:23 UTC 2012 - sleep_wal...@suse.cz
+
+- let there be elemines 
+

New:

  desktop.patch
  elemines-0.2.3.tar.bz2
  elemines.changes
  elemines.spec



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

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


Name:   elemines
Version:0.2.3
Release:0
License:BSD-2-Clause and GPL-2.0
Summary:Simple game to train concentration and memory
Url:http://elemines.sourceforge.net/
Group:  Amusements/Games/Logic
Source: %{name}-%{version}.tar.bz2
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  dos2unix
BuildRequires:  doxygen
BuildRequires:  edje-devel
BuildRequires:  eina-devel
BuildRequires:  elementary-devel
BuildRequires:  etrophy-devel
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Picture based game to train concentration and memory.

%prep
%setup -q

%build
%if 0%{?sles_version} != 11
autoreconf -ifv
%endif
%configure --disable-static --disable-silent-rules
make %{?_smp_mflags}
dos2unix OFL.txt

%install
make install DESTDIR=%buildroot
rm -rf %{buildroot}/usr/share/doc/elemines
mkdir -p %{buildroot}%{_datadir}/pixmaps
mv %{buildroot}%{_datadir}/icons/elemines.png %{buildroot}%{_datadir}/pixmaps/
find %{buildroot}/%{_libdir} -name '*.la' -exec rm {} \;
%find_lang %{name}

%clean
%{?buildroot:rm -rf %{buildroot}}
%files -f %{name}.lang
%defattr(-,root,root)
%doc README COPYING ChangeLog GPLv2.txt NEWS OFL.txt README.artwork TODO
%{_bindir}/*
%{_datadir}/%{name}/
%{_datadir}/applications/*
%{_mandir}/man1/*
%{_datadir}/pixmaps/*
%{_libdir}/eleminesql.so

%changelog
++ desktop.patch ++
Index: elemines-0.1/data/desktop/elemines.desktop
===
--- elemines-0.1.orig/data/desktop/elemines.desktop

commit fontforge for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package fontforge for openSUSE:Factory 
checked in at 2013-04-23 17:19:14

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


Package is fontforge, Maintainer is dli...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fontforge/fontforge.changes  2013-01-13 
14:07:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.fontforge.new/fontforge.changes 2013-04-23 
17:19:15.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 16 12:17:30 UTC 2013 - pgaj...@suse.com
+
+- use %requires_eq rather than %requires_ge (exact version)
+
+---
+Tue Apr 16 12:05:41 UTC 2013 - pgaj...@suse.com
+
+- %requires_ge libpng16-16 to avoid 
+  'Application built with libpng-1.5.14 but running with 1.6.1'
+  warning when running fontforge
+
+---



Other differences:
--
++ fontforge.spec ++
--- /var/tmp/diff_new_pack.DgdsSo/_old  2013-04-23 17:19:18.0 +0200
+++ /var/tmp/diff_new_pack.DgdsSo/_new  2013-04-23 17:19:18.0 +0200
@@ -50,6 +50,9 @@
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
+# following to avoid warning
+# 'Application built with libpng-1.5.14 but running with 1.6.1'
+%requires_eq   libpng16-16
 Obsoletes:  PfaEdit  20110222
 Provides:   PfaEdit = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit gkrellm for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package gkrellm for openSUSE:Factory checked 
in at 2013-04-23 17:19:35

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


Package is gkrellm, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gkrellm/gkrellm.changes  2013-03-12 
17:15:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.gkrellm.new/gkrellm.changes 2013-04-23 
17:19:36.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 23 11:01:17 UTC 2013 - pgaj...@suse.com
+
+- really build against libsensors [bnc#803967] and [bnc#803081]
+
+---



Other differences:
--
++ gkrellm.spec ++
--- /var/tmp/diff_new_pack.skgF9H/_old  2013-04-23 17:19:37.0 +0200
+++ /var/tmp/diff_new_pack.skgF9H/_new  2013-04-23 17:19:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gkrellm
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -29,7 +29,7 @@
 Source3:gkrellm-24.png
 Source4:gkrellm-32.png
 Source5:gkrellm-48.png
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
+# PATCH-FIX-OPENSUSE -- detect libsensors correctly -- pgaj...@suse.cz
 Patch0: %{name}-libsensors.patch
 BuildRequires:  gtk2-devel
 BuildRequires:  libsensors4-devel
@@ -92,7 +92,11 @@
 %patch0
 
 %build
-echo '#define HAVE_SSL 1'  src/configure.h
+cd src
+# run configure to build against libsensors; otherwise it leads to 
+#e. g. bnc#803967 bnc#803081
+./configure
+cd ..
 make X11_LIBS=-L/usr/X11R6/%{_lib} -lX11 -lSM -lICE GTOP_LIBS=-lgmodule-2.0
 
 %install





++ gkrellm-libsensors.patch ++
--- /var/tmp/diff_new_pack.skgF9H/_old  2013-04-23 17:19:37.0 +0200
+++ /var/tmp/diff_new_pack.skgF9H/_new  2013-04-23 17:19:37.0 +0200
@@ -15,12 +15,12 @@
 ===
 --- src/configure.orig
 +++ src/configure
-@@ -162,7 +162,7 @@ EOF
- ${CC} ${CFLAGS} ${GTK_INCLUDE} ${PKG_NTLM_INCLUDE} -c test.c -o test.o 2 5 
|| true
- ${CC} test.o -o test ${LINK_FLAGS} ${GTK_LIBS} ${PKG_NTLM_LIBS} 2 5 || true
+@@ -212,7 +212,7 @@ EOF
+ ${CC} ${CFLAGS} ${GTK_INCLUDE} -c test.c -o test.o 2 5 || true
+ ${CC} test.o -o test ${LINK_FLAGS} ${GTK_LIBS} -lsensors 2 5 || true
  
 -if [ -x ./test ]  ./test
 +if [ -x ./test ]
  then
echo Found
-   echo 'Defining HAVE_NTLM' 1 5
+   echo 'Defining HAVE_LIBSENSORS' 1 5

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



commit imwheel for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package imwheel for openSUSE:Factory checked 
in at 2013-04-23 17:19:46

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


Package is imwheel, Maintainer is c...@suse.de

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.imwheel.new/imwheel.changes 2013-04-23 
17:19:48.0 +0200
@@ -0,0 +1,18 @@
+---
+Mon Apr 22 11:43:29 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  No indication in package that GPL-2.0 (i.e. only) is intended
+
+---
+Sat Apr 20 15:49:09 UTC 2013 - dap.darkn...@gmail.com
+ - Macro replacing makeinstall = make_install
+   via `spec-cleaner` was reverted to build at SLE_11_SP2.
+
+---
+Sat Apr  6 19:52:54 UTC 2013 - dap.darkn...@gmail.com
+- Spec header and changes file were added to correspond to distro policy.
+- License tag was set to GPL-2.0 to correspond to distro policy.
+- Spec file was fixed up via `spec-cleaner`.
+- Patches were commented to correspond to distro policy.
+- Clean section was removed as unnecessary.

New:

  imwheel-1.0.0pre12.tar.gz
  imwheel-config_file_path.patch
  imwheel-fix_destdir.patch
  imwheel-fix_uninitialized_var.patch
  imwheel-intptr_t.patch
  imwheel.changes
  imwheel.spec



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

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

# norootforbuild

Name:   imwheel
Version:1.0.0pre12
Release:0
License:GPL-2.0+
Summary:Mouse Event to Key Event Mapper Daemon
Url:http://imwheel.sourceforge.net
Group:  Hardware/Other
Source: 
http://prdownloads.sourceforge.net/imwheel/imwheel-%{version}.tar.gz

# PATCH-FIX-UPSTREAM to prevent compiler warnings
# cast from pointer to integer of different size
Patch1: imwheel-intptr_t.patch
# PATCH-FIX-UPSTREAM to fix uninitialized variable hsi.
Patch2: imwheel-fix_uninitialized_var.patch
# PATCH-FIX-OPENSUSE not to install to root only.
Patch3: imwheel-fix_destdir.patch
# PATCH-FEATURE-OPENSUSE to put configs to /etc/ instead of /etc/X11.
Patch4: imwheel-config_file_path.patch

BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  gcc
BuildRequires:  glibc-devel
BuildRequires:  libtool
BuildRequires:  make
BuildRequires:  xorg-x11-devel

BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A daemon for X11, which watches for mouse wheel actions and outputs them as
keypresses. It can be configured separately for different windows. It also
allows input from it's own (included) gpm, or from jamd, or from XFree86 ZAxis
mouse wheel conversion.

%prep
%setup -q
%patch1
%patch2
%patch3
%patch4

%build
autoreconf -fiv
%configure --with-x
make %{?_smp_mflags}

%install
%makeinstall

%files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog COPYING EMACS FREEBSD
%doc M-BA47 NEWS README TODO
%config(noreplace) %{_sysconfdir}/imwheelrc
%{_bindir}/imwheel
%doc %{_mandir}/man1/imwheel.1*
++ imwheel-config_file_path.patch ++
--- util.c.orig 2008-01-08 00:09:32.0 +0100
+++ util.c  2008-01-08 00:09:49.0 +0100
@@ -735,7 +735,7 @@
 
 struct WinAction *getRC()
 {
-   char fname[2][1024]={,/etc/X11/imwheel/imwheelrc}, line[1024], *p, 
*q, winid[1024];
+   char fname[2][1024]={,/etc/imwheelrc}, line[1024], *p, *q, 
winid[1024];
int fi,i;
struct WinAction *newwa=NULL;
FILE *f=NULL;
--- imwheel.1.orig  2008-01-08 00:08:14.0 +0100
+++ imwheel.1   2008-01-08 00:08:34.0 +0100
@@ -329,9 +329,9 @@
 .fi
 .RE
 .SH IMWHEELRC
-IMWheel uses, optionally, two configuration files.  One called 
/etc/X11/imwheel/imwheelrc,
+IMWheel uses, optionally, two configuration files.  One called /etc/imwheelrc,
 which is used for everybody.  

commit libwrc for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package libwrc for openSUSE:Factory checked 
in at 2013-04-23 17:20:06

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


Package is libwrc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libwrc/libwrc.changes2013-04-19 
10:01:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwrc.new/libwrc.changes   2013-04-23 
17:20:08.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 22 20:01:25 UTC 2013 - greg.freem...@gmail.com
+
+- re-organize BuildRequires and comment why commented out
+- uncomment BuildRequires (libcnotify) since the version in factory seems to 
work fine
+- ran spec-cleaner
+
+---



Other differences:
--
++ libwrc.spec ++
--- /var/tmp/diff_new_pack.cMFeKC/_old  2013-04-23 17:20:10.0 +0200
+++ /var/tmp/diff_new_pack.cMFeKC/_new  2013-04-23 17:20:10.0 +0200
@@ -21,8 +21,8 @@
 %define timestamp 20130319
 Version:0~%timestamp
 Release:0
-License:LGPL-3.0+
 Summary:Library to support the Windows Resource Compiler format
+License:LGPL-3.0+
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libexe/
 
@@ -30,24 +30,26 @@
 Source: %name-experimental-%timestamp.tar.xz
 BuildRequires:  pkg-config
 BuildRequires:  xz
-#BuildRequires:  pkgconfig(libbfio) = 20120426
-#BuildRequires:  pkgconfig(libcdata) = 20120425
-#BuildRequires:  pkgconfig(libcerror) = 20120425
-#BuildRequires:  pkgconfig(libcfile) = 20120526
+BuildRequires:  pkgconfig(libcnotify) = 20120425
+BuildRequires:  pkgconfig(libcsplit) = 20120701
+BuildRequires:  pkgconfig(libfdatetime) = 20120522
+BuildRequires:  pkgconfig(libfguid) = 20120426
+#  The following packages cause build failures if the internal version is not 
used
 #BuildRequires:  pkgconfig(libclocale) = 20120425
-#BuildRequires:  pkgconfig(libcnotify) = 20120425
+#BuildRequires:  pkgconfig(libcerror) = 20120425
 #BuildRequires:  pkgconfig(libcpath) = 20120701
-BuildRequires:  pkgconfig(libcsplit) = 20120701
+#BuildRequires:  pkgconfig(libcfile) = 20120526
+#BuildRequires:  pkgconfig(libcdata) = 20120425
+#BuildRequires:  pkgconfig(libbfio) = 20120426
+#BuildRequires:  pkgconfig(libuna) = 20120425
+#  These libraries are not yet in factory
 #BuildRequires:  pkgconfig(libcstring) = 20120425
 #BuildRequires:  pkgconfig(libexe) = 20120405
 #BuildRequires:  pkgconfig(libfcache) = 20120405
 #BuildRequires:  pkgconfig(libfdata) = 20120405
-BuildRequires:  pkgconfig(libfdatetime) = 20120522
-BuildRequires:  pkgconfig(libfguid) = 20120426
 #BuildRequires:  pkgconfig(libfvalue) = 20120428
 #BuildRequires:  pkgconfig(libfwevt) = 20120426
 #BuildRequires:  pkgconfig(libfwnt) = 20120426
-#BuildRequires:  pkgconfig(libuna) = 20120425
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit mkinitrd for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2013-04-23 17:20:18

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


Package is mkinitrd, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes2013-04-05 
17:28:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2013-04-23 
17:20:21.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 14:43:49 UTC 2013 - wer...@suse.de
+
+- Be sure that plymouth does not break emergency shell
+- Add sulogin and shadow password entry for root
+
+---

New:

  mkinitrd-2.7.2-sulogin.patch



Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.imYvu5/_old  2013-04-23 17:20:26.0 +0200
+++ /var/tmp/diff_new_pack.imYvu5/_new  2013-04-23 17:20:26.0 +0200
@@ -51,6 +51,7 @@
 Group:  System/Base
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:mkinitrd.tar.bz2
+Patch0: mkinitrd-2.7.2-sulogin.patch
 # Note: the whole package is maintained in this git repository, please
 # don't change it in the build service without sending the author a
 # pull request or patch first. Otherwise, you risk that your changes will be
@@ -85,6 +86,7 @@
 
 %prep
 %setup
+%patch0
 
 %build
 %__cc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/run-init src/run-init.c

++ mkinitrd-2.7.2-sulogin.patch ++
From a258757bce1debd35eba6f4e5b3f1f38f799b7c4 Mon Sep 17 00:00:00 2001
From: Werner Fink wer...@suse.de
Date: Wed, 10 Apr 2013 12:57:27 +0200
Subject: [PATCH] Switch plymouth and/or splash off before escaping to
 emergency shell

As well as use sulogin to have a emergency shell on all consoles and
to enable a password check.  For this check the initrd should be set
to be readable only by root to avoid that users can to spy on the
confidential data stored within the initrd.

Signed-off-by: Werner Fink wer...@suse.de
---
 man/mkinitrd.8.txt   |3 +++
 sbin/mkinitrd|7 ---
 scripts/boot-mount.sh|   12 +++-
 scripts/boot-network.sh  |4 +---
 scripts/boot-start.sh|   25 ++---
 scripts/setup-done.sh|   11 +++
 scripts/setup-prepare.sh |   42 +-
 7 files changed, 73 insertions(+), 31 deletions(-)

diff --git man/mkinitrd.8.txt man/mkinitrd.8.txt
index 88014be..03014e6 100644
--- man/mkinitrd.8.txt
+++ man/mkinitrd.8.txt
@@ -142,6 +142,9 @@ created.  This  is  useful if you call mkinitrd(8) not for 
the running system
 but for example in a spec file to pre-generate an initrd or to  generate  a
 special  kdump  initrd (which *mkdumprd*(8) does).
 
+*-P*::
+Do not include the password of the super user (root).
+
 *-A*::
 Create  a so called monster initrd which includes all available features and
 modules.
diff --git sbin/mkinitrd sbin/mkinitrd
index 42d5974..09db0e3 100755
--- sbin/mkinitrd
+++ sbin/mkinitrd
@@ -279,7 +279,7 @@ find_tmpdir()
 {
 local dir st size last_size=0
 
-for dir in $TMPDIR /dev/shm /tmp /var/tmp; do
+for dir in ${TMPDIR:-/tmp} /dev/shm /tmp /var/tmp; do
 if test ! -w $dir; then
 continue
 fi
@@ -306,12 +306,13 @@ find_tmpdir()
 }
 find_tmpdir
 
-work_dir=$(mktemp -qd $tmp_dir/${mkinit_name}.XX)
+work_dir=$(mktemp -qd $tmp_dir/${mkinit_name}.)
 if [ $? -ne 0 ]; then
 echo $0: Can't create temp dir, exiting. 2
 exit 1
 fi
-
+TMPDIR=$work_dir
+export TMPDIR
 
 saved_args=$@
 read_options
diff --git scripts/boot-mount.sh scripts/boot-mount.sh
index 8347303..7440e94 100644
--- scripts/boot-mount.sh
+++ scripts/boot-mount.sh
@@ -67,9 +67,7 @@ read_only=${cmd_ro}
 
 # And now for the real thing
 if ! discover_root ; then
-echo not found -- exiting to /bin/sh
-cd /
-PATH=$PATH PS1='$ ' sh -i
+emergency not found
 fi
 
 sysdev=$(udevadm info -q path -n $rootdev)
@@ -95,9 +93,7 @@ fi
 oacp=$(type -p on_ac_power)
 # check filesystem if possible
 if [ -z $rootfstype ]; then
-echo invalid root filesystem -- exiting to /bin/sh
-cd /
-PATH=$PATH PS1='$ ' sh -i
+emergency invalid root filesystem
 # skip fsck if running on battery  

   
 elif [ -n ${oacp} ]  ! ${oacp} -q ; then
 echo skipping fsck because running on batteries 
@@ -159,9 +155,7 @@ fi
 echo mount $opt $rootdev /root
 mount $opt $rootdev /root
 if [ $? -ne 0 ] ; then
-echo could not mount root filesystem -- exiting to 

commit mutt for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2013-04-23 17:21:48

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


Package is mutt, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mutt/mutt.changes2013-01-14 
22:24:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2013-04-23 
17:21:50.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 18 12:54:39 UTC 2013 - wer...@suse.de
+
+- Add widechar.sidebar.dif as workaround: bnc#813498 - mutt crashes
+  in fgetwc in text_enriched_handler
+
+---

New:

  widechar.sidebar.dif



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.Uy9kGo/_old  2013-04-23 17:22:01.0 +0200
+++ /var/tmp/diff_new_pack.Uy9kGo/_new  2013-04-23 17:22:01.0 +0200
@@ -92,6 +92,8 @@
 Patch12:patch-1.5.21.vk.pgp_verbose_mime
 Patch13:automake-1.12.patch
 Patch14:nion.sidebar-color.diff
+# PATCH-FIX-OPENSUSE: bnc#813498 - mutt crashes in fgetwc in 
text_enriched_handler
+Patch15:widechar.sidebar.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir %{_sysconfdir}
 
@@ -122,6 +124,7 @@
 %patch12 -p1 -b .pgp_verbose_mtime
 %patch13 -p1 -b .automake-1.12
 %patch14 -p1 -b .sidebar.color
+%patch15 -p0 -b .widechar.sidebar
 
 cp doc/Muttrc Muttrc.SuSE
 cp %{S:2} .
@@ -130,12 +133,42 @@
 %if 0%{?suse_version}  1100
 autoreconf -fi
 %endif
+  cflags ()
+  {
+local flag=$1; shift
+local var=$1; shift
+test -n ${flag} -a -n ${var} || return
+case ${!var} in
+*${flag}*) return
+esac
+set -o noclobber
+case $flag in
+-Wl,*)
+   if echo 'int main () { return 0; }' | \
+   ${CC:-gcc} -Werror $flag -o /dev/null -xc -  /dev/null 21 ; then
+   eval $var=\${$var:+\$$var\ }$flag
+   fi
+   ;;
+*)
+   if ${CC:-gcc} -Werror $flag -S -o /dev/null -xc /dev/null  /dev/null 
21 ; then
+   eval $var=\${$var:+\$$var\ }$flag
+   fi
+esac
+set +o noclobber
+  }
 CC=gcc
-CFLAGS=-Wall $RPM_OPT_FLAGS -I. -D_GNU_SOURCE -fno-strict-aliasing
-CFLAGS=$CFLAGS -fstack-protector
-#CFLAGS=$CFLAGS -DSUSE_IMAP_FORCE_SSL
+CFLAGS=-Wall $RPM_OPT_FLAGS -I. -D_GNU_SOURCE
+#cflags -DSUSE_IMAP_FORCE_SSL  CFLAGS
+cflags -std=gnu99  CFLAGS
+cflags -fno-strict-aliasingCFLAGS
+cflags -fstack-protector   CFLAGS
+cflags -g3 CFLAGS
+cflags -pipe   CFLAGS
+cflags -Wl,--as-needed LDFLAGS
+cflags -Wl,-O2 LDFLAGS
+cflags -Wl,--hash-size=8599LDFLAGS
 KRB5CFGPATH=%{S:6}
-export CC CFLAGS KRB5CFGPATH
+export CC CFLAGS LDFLAGS KRB5CFGPATH
 chmod 755 $KRB5CFGPATH
 ./configure $RPM_ARCH-suse-linux \
--prefix=%{_prefix} \



++ widechar.sidebar.dif ++
--- handler.c
+++ handler.c   2013-04-22 00:00:00.0 +
@@ -778,7 +778,7 @@ static void enriched_set_flags (const wc
 static int text_enriched_handler (BODY *a, STATE *s)
 {
   enum {
-TEXT, LANGLE, TAG, BOGUS_TAG, NEWLINE, ST_EOF, DONE
+TEXT, TEXT_GOTWC, LANGLE, TAG, BOGUS_TAG, NEWLINE, ST_EOF, DONE
   } state = TEXT;
 
   long bytes = a-length;
@@ -807,7 +807,7 @@ static int text_enriched_handler (BODY *
   {
 if (state != ST_EOF)
 {
-  if (!bytes || (wc = fgetwc (s-fpin)) == WEOF)
+  if (state != TEXT_GOTWC  (!bytes || (fscanf (s-fpin, %lc, wc)) == 
EOF))
state = ST_EOF;
   else
bytes--;
@@ -815,6 +815,8 @@ static int text_enriched_handler (BODY *
 
 switch (state)
 {
+  case TEXT_GOTWC:
+   state = TEXT;
   case TEXT :
switch (wc)
{
@@ -875,9 +877,8 @@ static int text_enriched_handler (BODY *
  enriched_flush (stte, 1);
else
{
- ungetwc (wc, s-fpin);
  bytes++;
- state = TEXT;
+ state = TEXT_GOTWC;
}
break;
 
@@ -1490,7 +1491,7 @@ void mutt_decode_attachment (BODY *b, ST
  * strip all trailing spaces to improve interoperability;
  * if $text_flowed is unset, simply verbatim copy input
  */
-static int text_plain_handler (BODY *b, STATE *s)
+static int text_plain_handler (BODY *b __attribute__((unused)), STATE *s)
 {
   char *buf = NULL;
   size_t l = 0, sz = 0;
@@ -1518,7 +1519,6 @@ int mutt_body_handler (BODY *b, STATE *s
   int decode = 0;
   int plaintext = 0;
   FILE *fp = NULL;
-  char tempfile[_POSIX_PATH_MAX];
   handler_t handler = NULL;
   LOFF_T tmpoffset = 0;
   size_t tmplength = 0;
@@ -1528,6 +1528,8 @@ int 

commit nginx for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2013-04-23 17:22:49

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


Package is nginx, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/nginx/nginx.changes  2013-04-14 
10:35:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.nginx.new/nginx.changes 2013-04-23 
17:22:52.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 16 12:04:35 UTC 2013 - s...@ammler.ch
+
+- update to 1.2.8
+  *) Bugfix: new sessions were not always stored if the ssl_session_cache
+ shared directive was used and there was no free space in shared
+ memory.
+  *) Bugfix: responses might hang if subrequests were used and a DNS error
+ happened during subrequest processing.
+  *) Bugfix: in the ngx_http_mp4_module.
+  *) Bugfix: in backend usage accounting.
+
+---

Old:

  nginx-1.2.7.tar.gz

New:

  nginx-1.2.8.tar.gz



Other differences:
--
++ nginx.spec ++
--- /var/tmp/diff_new_pack.ct4bh3/_old  2013-04-23 17:22:58.0 +0200
+++ /var/tmp/diff_new_pack.ct4bh3/_new  2013-04-23 17:22:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nginx
-Version:1.2.7
+Version:1.2.8
 Release:0
 #
 %define pkg_name nginx

++ nginx-1.2.7.tar.gz - nginx-1.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nginx-1.2.7/CHANGES new/nginx-1.2.8/CHANGES
--- old/nginx-1.2.7/CHANGES 2013-02-12 14:41:25.0 +0100
+++ new/nginx-1.2.8/CHANGES 2013-04-02 14:35:19.0 +0200
@@ -1,4 +1,21 @@
 
+Changes with nginx 1.2.8 02 Apr 2013
+
+*) Bugfix: new sessions were not always stored if the ssl_session_cache
+   shared directive was used and there was no free space in shared
+   memory.
+   Thanks to Piotr Sikora.
+
+*) Bugfix: responses might hang if subrequests were used and a DNS error
+   happened during subrequest processing.
+   Thanks to Lanshun Zhou.
+
+*) Bugfix: in the ngx_http_mp4_module.
+   Thanks to Gernot Vormayr.
+
+*) Bugfix: in backend usage accounting.
+
+
 Changes with nginx 1.2.7 12 Feb 2013
 
 *) Change: now if the include directive with mask is used on Unix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nginx-1.2.7/CHANGES.ru new/nginx-1.2.8/CHANGES.ru
--- old/nginx-1.2.7/CHANGES.ru  2013-02-12 14:41:23.0 +0100
+++ new/nginx-1.2.8/CHANGES.ru  2013-04-02 14:35:17.0 +0200
@@ -1,4 +1,21 @@
 
+Изменения в nginx 1.2.8   02.04.2013
+
+*) Исправление: при использовании директивы ssl_session_cache shared
+   новые сессии могли не сохраняться, если заканчивалось место в
+   разделяемой памяти.
+   Спасибо Piotr Sikora.
+
+*) Исправление: ответы могли зависать, если использовались подзапросы и
+   при обработке подзапроса происходила DNS-ошибка.
+   Спасибо Lanshun Zhou.
+
+*) Исправление: в модуле ngx_http_mp4_module.
+   Спасибо Gernot Vormayr.
+
+*) Исправление: в процедуре учёта использования бэкендов.
+
+
 Изменения в nginx 1.2.7   12.02.2013
 
 *) Изменение: теперь при использовании директивы include с маской на
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nginx-1.2.7/auto/lib/perl/make 
new/nginx-1.2.8/auto/lib/perl/make
--- old/nginx-1.2.7/auto/lib/perl/make  2013-02-10 03:58:03.0 +0100
+++ new/nginx-1.2.8/auto/lib/perl/make  2013-03-29 18:13:45.0 +0100
@@ -6,11 +6,12 @@
 cat  END $NGX_MAKEFILE
 
 $NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so: \
+   \$(CORE_DEPS) \$(HTTP_DEPS) \
src/http/modules/perl/nginx.pm  \
src/http/modules/perl/nginx.xs  \
src/http/modules/perl/ngx_http_perl_module.h\
$NGX_OBJS/src/http/modules/perl/Makefile
-   cp -p src/http/modules/perl/nginx.* $NGX_OBJS/src/http/modules/perl/
+   cp src/http/modules/perl/nginx.* $NGX_OBJS/src/http/modules/perl/
 
cd $NGX_OBJS/src/http/modules/perl  \$(MAKE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nginx-1.2.7/src/core/nginx.c 
new/nginx-1.2.8/src/core/nginx.c
--- old/nginx-1.2.7/src/core/nginx.c2012-11-13 

commit openvpn for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package openvpn for openSUSE:Factory checked 
in at 2013-04-23 17:25:34

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


Package is openvpn, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes  2013-03-26 
19:48:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.openvpn.new/openvpn.changes 2013-04-23 
17:25:36.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 23 13:20:48 UTC 2013 - m...@suse.de
+
+- Fixed to enable systemd support in configure
+- Fixed openvpn-tmpfile.conf to use GID root, there is no openvpn group.
+- Added openvpn.target file allowing to handle all instances at once.
+- Fixed to install the service template correctly as openvpn@.service.
+  Use systemctl enable openvpn@foo.service to enable instance using
+  /etc/openvpn/foo.conf.
+- Disabled systemd variant of restart on update rpm macro, adopted other
+  macros to use openvpn.target to e.g. stop all instances on uninstall.
+
+---

New:

  openvpn.target



Other differences:
--
++ openvpn.spec ++
--- /var/tmp/diff_new_pack.UTQqM3/_old  2013-04-23 17:25:38.0 +0200
+++ /var/tmp/diff_new_pack.UTQqM3/_new  2013-04-23 17:25:38.0 +0200
@@ -43,7 +43,8 @@
 Source5:client-netconfig.down
 Source7:%{name}.keyring
 Source8:%{name}.service
-Source9:%{name}-tmpfile.conf
+Source9:%{name}.target
+Source10:   %{name}-tmpfile.conf
 Patch1: %{name}-2.3-plugin-man.dif
 Patch5: %{name}-2.3.0-man-dot.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -135,6 +136,9 @@
--enable-iproute2   \
--enable-x509-alt-username  \
--enable-password-save  \
+%if %{with_systemd}
+   --enable-systemd\
+%endif
 --enable-plugins\
 --enable-plugin-down-root   \
 --enable-plugin-auth-pam\
@@ -150,7 +154,8 @@
 mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/run/openvpn
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/openvpn
 %if %{with_systemd}
-install -D -m 644 $RPM_SOURCE_DIR/%{name}.service 
%{buildroot}/%{_unitdir}/%{name}.service
+install -D -m 644 $RPM_SOURCE_DIR/%{name}.service 
%{buildroot}/%{_unitdir}/%{name}@.service
+install -D -m 644 $RPM_SOURCE_DIR/%{name}.target 
%{buildroot}/%{_unitdir}/%{name}.target
 # tmpfiles.d
 mkdir -p %{buildroot}%{_libexecdir}/tmpfiles.d
 install -m 0644 $RPM_SOURCE_DIR/%{name}-tmpfile.conf 
%{buildroot}%{_libexecdir}/tmpfiles.d/%{name}.conf
@@ -170,22 +175,23 @@
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/{OpenVPN,%name}
 
 %post
+%__mkdir_p -m750 %{_localstatedir}/run/openvpn
 %if %{with_systemd}
-%service_add_post %{name}.service
+%service_add_post %{name}.target
 %else
 %{?fillup_and_insserv:%fillup_and_insserv}
 %endif
 
 %preun
 %if %{with_systemd}
-%service_del_preun %{name}.service
+%service_del_preun %{name}.target
 %else
 %{?stop_on_removal:%stop_on_removal openvpn}
 %endif
 
 %postun
 %if %{with_systemd}
-%service_del_postun %{name}.service
+/bin/systemctl --system daemon-reload /dev/null || :
 %else
 %{?insserv_cleanup:%insserv_cleanup}
 %endif
@@ -203,7 +209,8 @@
 %doc %{_mandir}/man8/openvpn.8.gz
 %config(noreplace) %{_sysconfdir}/openvpn/
 %if %{with_systemd}
-%{_unitdir}/%{name}.service
+%{_unitdir}/%{name}@.service
+%{_unitdir}/%{name}.target
 %{_libexecdir}/tmpfiles.d/%{name}.conf
 %else
 %config %{_sysconfdir}/init.d/openvpn
@@ -211,7 +218,7 @@
 %{_sbindir}/rcopenvpn
 %endif
 %{_sbindir}/openvpn
-%attr(0755,root,root) %dir %ghost %{_localstatedir}/run/openvpn
+%attr(0750,root,root) %dir %ghost %{_localstatedir}/run/openvpn
 %{_includedir}/%{name}-plugin.h
 
 %files down-root-plugin


++ openvpn-tmpfile.conf ++
--- /var/tmp/diff_new_pack.UTQqM3/_old  2013-04-23 17:25:38.0 +0200
+++ /var/tmp/diff_new_pack.UTQqM3/_new  2013-04-23 17:25:38.0 +0200
@@ -1 +1 @@
-D /var/run/openvpn 0710 root openvpn -
+D /var/run/openvpn 0750 root root -


++ openvpn.service ++
--- /var/tmp/diff_new_pack.UTQqM3/_old  2013-04-23 17:25:38.0 +0200
+++ /var/tmp/diff_new_pack.UTQqM3/_new  2013-04-23 17:25:38.0 +0200
@@ -1,14 +1,15 @@
 [Unit]
-Description=OpenVPN Robust And Highly Flexible Tunneling Application On %I
-After=syslog.target network.target
+Description=OpenVPN tunneling daemon instance using /etc/openvpn/%I.conf
+After=network.target
+PartOf=openvpn.target
 
 [Service]
-PrivateTmp=true
 Type=forking
+PrivateTmp=true
 PIDFile=/var/run/openvpn/%i.pid
-ExecStart=/usr/sbin/openvpn --daemon --writepid /var/run/openvpn/%i.pid --cd 

commit php5 for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2013-04-23 17:27:09

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


Package is php5, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2013-03-26 
07:01:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2013-04-23 
17:27:14.0 +0200
@@ -1,0 +2,51 @@
+Mon Apr 22 13:33:25 UTC 2013 - pgaj...@suse.com
+
+- use current install-pear-nozlib.phar from
+  http://pear.php.net/install-pear-nozlib.phar
+- php5-pear package provides/obsoletes php5-pear-Archive_Tar,
+  see explanation in the spec
+
+---
+Wed Apr 17 17:35:33 UTC 2013 - slav...@gmail.com
+
+- add php5-firebird providing php5-interbase and php5-pdo_firebird 
+
+---
+Mon Apr 15 09:38:23 UTC 2013 - pgaj...@suse.com
+
+- updated to 5.4.14:
+Core:
+Fixed bug #64529 (Ran out of opcode space).
+Fixed bug #64515 (Memoryleak when using the same variablename 
+  two times in function declaration).
+Fixed bug #64432 (more empty delimiter warning in strX methods).
+Fixed bug #64417 (ArrayAccess::offsetGet() in a trait causes 
+  fatal error).
+Fixed bug #64370 (microtime(true) less than 
$_SERVER['REQUEST_TIME_FLOAT']).
+Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 
+  or 5.4.11).
+Fixed bug #63976 (Parent class incorrectly using child constant 
+  in class property).
+Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not 
+  handle exceptions properly).
+Fixed bug #62343 (Show class_alias In get_declared_classes()).
+PCRE:
+Merged PCRE 8.32.
+SNMP:
+Fixed bug #61981 (OO API, walk: $suffix_as_key is not working 
correctly). 
+Zip:
+Fixed bug #64452 (Zip crash intermittently). (Anatol) 
+
+---
+Mon Apr 15 09:22:26 UTC 2013 - pgaj...@suse.com
+
+- libc-client.so needs -lssl
+
+---
+Fri Apr  5 13:34:28 UTC 2013 - pgaj...@suse.com
+
+- fixed 'http limits uploads to 2GB' [bnc#812800], see
+  https://bugs.php.net/bug.php?id=44522
+  * 64bit-post-large-files.patch
+
+---

Old:

  php-5.4.13.tar.bz2

New:

  php-5.4.14.tar.bz2
  php5-64-bit-post-large-files.patch



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.Arkjdj/_old  2013-04-23 17:27:30.0 +0200
+++ /var/tmp/diff_new_pack.Arkjdj/_new  2013-04-23 17:27:30.0 +0200
@@ -29,6 +29,7 @@
 BuildRequires:  curl-devel
 BuildRequires:  db-devel
 BuildRequires:  enchant-devel
+BuildRequires:  firebird-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
@@ -36,8 +37,10 @@
 BuildRequires:  krb5-devel
 BuildRequires:  libbz2-devel
 BuildRequires:  libevent-devel
+BuildRequires:  libfbclient2-devel
 BuildRequires:  libicu-devel
 BuildRequires:  libmcrypt-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtidy-devel
 BuildRequires:  libtiff-devel
@@ -87,7 +90,7 @@
 %define apache2_includedir %(%{apxs2} -q INCLUDEDIR)
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 %define need_libxml2_hack  %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h;then echo 1; else echo 
0; fi; else echo 0; fi)
-Version:5.4.13
+Version:5.4.14
 Release:0
 Provides:   php
 Provides:   php-api = %{apiver}
@@ -154,6 +157,8 @@
 # related to previous patch; !(defined(_REENTRANT) || defined(_THREAD_SAFE))
 Patch17:php5-no-reentrant-crypt.patch
 Patch18:php5-format-string-issues.patch
+# following patch connected fixes or workarounds 
https://bugs.php.net/bug.php?id=44522
+Patch19:php5-64-bit-post-large-files.patch
 Url:http://www.php.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:PHP5 Core Files
@@ -213,6 +218,12 @@
 Summary:PHP Extension and Application Repository
 Group:  Development/Libraries/PHP
 Requires:   %{name}-zlib = %{version}
+# php5-pear-Archive_Tar provides Tar.php, which is provided 
+# by pear package itself; php5-pear-Archive_Tar was dropped
+# on version 1.3.10, install-pear-nozlib.phar
+# provides 1.3.11 

commit postgrey for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package postgrey for openSUSE:Factory 
checked in at 2013-04-23 17:28:15

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


Package is postgrey, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/postgrey/postgrey.changes2011-09-23 
12:41:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.postgrey.new/postgrey.changes   2013-04-23 
17:28:17.0 +0200
@@ -1,0 +2,19 @@
+Tue Nov 20 09:24:07 UTC 2012 - l...@linux-schulserver.de
+
+- update to 1.34:
+   - gracefully handle future timestamps in the database 
+ (Andreas Hoedle)
+   - replaced obsolete Digest::SHA1 with Digest::SHA 
+ (Salvatore Bonaccorso)
+   - updated whitelist
+- adapt patches to the new version
+- adapt URL to the postgrey_clients_dump source
+- specfile cleanup
+- removed empty verifyscript
+
+---
+Thu Nov  8 17:41:42 UTC 2012 - o...@botter.cc
+
+- add systemd service file for openSUSE = 12.1
+
+---

Old:

  postgrey-1.31-goupid.patch
  postgrey-1.33-config.patch
  postgrey-1.33.tar.bz2

New:

  postgrey-1.34-config.patch
  postgrey-1.34.tar.gz
  postgrey-groupid.patch
  postgrey.service



Other differences:
--
++ postgrey.spec ++
--- /var/tmp/diff_new_pack.kQWGiq/_old  2013-04-23 17:28:19.0 +0200
+++ /var/tmp/diff_new_pack.kQWGiq/_new  2013-04-23 17:28:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package postgrey
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,32 +15,42 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   postgrey
-Requires:   perl = 5.6.0, perl-BerkeleyDB perl-IO-Multiplex 
perl-Net-Server
 BuildRequires:  postfix
+Requires:   perl = 5.6.0
+Requires:   perl-BerkeleyDB
+Requires:   perl-IO-Multiplex
+Requires:   perl-Net-Server
 %if 0%{?suse_version} = 1000
 Suggests:   cron
 %endif
-PreReq: %insserv_prereq, %fillup_prereq /usr/sbin/useradd
+Version:1.34
+Release:0
+Summary:Postfix greylisting policy server
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Utilities
-Summary:Postfix greylisting policy server
-Version:1.33
-Release:15
 Url:http://postgrey.schweikert.ch/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:http://postgrey.schweikert.ch/pub/%name-%{version}.tar.bz2
+Source0:http://postgrey.schweikert.ch/pub/%{name}-%{version}.tar.gz
 Source1:%{name}.init
 Source2:%{name}.sysconfig
 Source3:%{name}.README.SUSE
 Source4:%{name}_daily_greylist.crontab
-Source5:http://lists.ee.ethz.ch/p/postgrey_clients_dump
-Patch0: %{name}-1.33-config.patch
-Patch1: %{name}-1.31-goupid.patch
+# 
http://hg.schweikert.ch/dispatch.fcgi/postgrey-1.x/raw-file/ca06ef218498/postgrey_clients_dump
+Source5:postgrey_clients_dump
+Source6:%{name}.service
+# PATCH-FIX-OPENSUSE -- Adapt default config and documentation to pathnames 
for openSUSE
+# /etc/postfix = /etc/postgrey
+# /var/spool/postfix/postgrey = /var/lib/postgrey
+Patch0: %{name}-1.34-config.patch
+# PATCH-FIX-OPENSUSE -- run postgrey under the same groupid as postfix: postfix
+Patch1: %{name}-groupid.patch
+# PATCH-FIX-OPENSUSE -- patch SOURCE5 to run under openSUSE
 Patch2: postgrey_clients_dump.patch
+Requires(pre):  %fillup_prereq
+Requires(pre):  %insserv_prereq,
+Requires(pre):  /usr/sbin/useradd
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Postgrey is a Postfix policy server implementing greylisting. When a
@@ -56,19 +66,13 @@
 subnet, auto-whitelisting of clients, only Berkeley DB and no large
 mysql nor postgresql DB needed.
 
-
-
-Authors:
-
-David Schweikert da...@schweikert.ch
-
 %prep
 %setup -q
-mkdir examples
-cp %{SOURCE5} examples
-%patch0
-%patch1
-%patch2
+test -d examples || mkdir examples
+cp %{SOURCE5} examples/
+%patch0 -p0
+%patch1 -p0
+%patch2 -p0
 cp %{SOURCE3} README.SUSE
 
 %build
@@ -91,13 +95,17 @@
 touch whitelist_clients.local
 install -m 0644 whitelist_clients.local %{buildroot}/%{_sysconfdir}/%{name}
 # init file and configuration
-install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/init.d/%{name}
-ln -sf /etc/init.d/%{name} 

commit psqlODBC for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package psqlODBC for openSUSE:Factory 
checked in at 2013-04-23 17:29:48

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


Package is psqlODBC, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/psqlODBC/psqlODBC.changes2011-09-23 
12:42:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.psqlODBC.new/psqlODBC.changes   2013-04-23 
17:29:49.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 23 13:09:31 UTC 2013 - mhruse...@suse.com
+
+- fix build on openSUSE  12.3 with new unixODBC
+
+---

New:

  psqlodbc-08.03.0200-build.patch



Other differences:
--
++ psqlODBC.spec ++
--- /var/tmp/diff_new_pack.OMsoJW/_old  2013-04-23 17:29:51.0 +0200
+++ /var/tmp/diff_new_pack.OMsoJW/_new  2013-04-23 17:29:51.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package psqlODBC (Version 08.03.0200)
+# spec file for package psqlODBC
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,24 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   psqlODBC
-BuildRequires:  openssl-devel postgresql-devel unixODBC-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
+BuildRequires:  openssl-devel
+BuildRequires:  postgresql-devel
+BuildRequires:  unixODBC-devel
 Url:http://pgfoundry.org/projects/psqlodbc
 %define   tarname psqlodbc
 Summary:ODBC Driver for PostgreSQL
-Version:08.03.0200
-Release:5
 License:LGPL-2.1+
 Group:  Productivity/Databases/Clients
+Version:08.03.0200
+Release:0
 Source0:%tarname-%{version}.tar.bz2
 Patch1: psqlODBC-literal.patch
+Patch2: psqlodbc-08.03.0200-build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /usr/bin/odbcinst
-Obsoletes:  pg_odbc postgresql-odbc
-Provides:   pg_odbc postgresql-odbc pg_iface:/usr/lib/pgsql/odbcinst.ini
+Obsoletes:  pg_odbc
+Obsoletes:  postgresql-odbc
+Provides:   pg_iface:/usr/lib/pgsql/odbcinst.ini
+Provides:   pg_odbc
+Provides:   postgresql-odbc
 
 %description
 This package contains the ODBC (Open DataBase Connectivity) driver and
@@ -53,8 +60,12 @@
 %prep
 %setup -q -n %tarname-%version
 %patch1
+%if %?suse_version  1230
+%patch2
+%endif
 
 %build
+autoreconf -fi
 # they don't ship configure.in, so we have to patch configure :(
 sed -i '/LDFLAGS=/s/\$pg_libs//' configure
 export CFLAGS=%optflags -fno-strict-aliasing -I/usr/include/pgsql

++ psqlodbc-08.03.0200-build.patch ++
Index: odbcapi.c
===
--- odbcapi.c.orig
+++ odbcapi.c
@@ -1106,7 +1106,7 @@ SQLExtendedFetch(
 SQLUSMALLINT fFetchType,
 SQLLEN irow,
 #ifdef WITH_UNIXODBC
-SQLROWSETSIZE *pcrow,
+SQLULEN *pcrow,
 #else
 SQLULEN *pcrow,
 #endif /* WITH_UNIXODBC */
Index: odbcapi30.c
===
--- odbcapi30.c.orig
+++ odbcapi30.c
@@ -118,13 +118,7 @@ SQLColAttribute(SQLHSTMT StatementHandle
SQLPOINTER CharacterAttribute,
SQLSMALLINT BufferLength,
SQLSMALLINT *StringLength,
-#if defined(_WIN64)
SQLLEN *NumericAttribute
-#elif defined(WITH_UNIXODBC) || defined(WIN32)
-   SQLPOINTER NumericAttribute
-#else
-   SQLLEN *NumericAttribute
-#endif
)
 {
CSTRfunc = SQLColAttribute;
Index: odbcapi30w.c
===
--- odbcapi30w.c.orig
+++ odbcapi30w.c
@@ -255,11 +255,7 @@ SQLRETURN SQL_API SQLColAttributeW(
SQLPOINTER  pCharAttr,
SQLSMALLINT cbCharAttrMax,  
SQLSMALLINT *pcbCharAttr,
-#if defined(WITH_UNIXODBC) || (defined(WIN32)  ! defined(_WIN64))
-   SQLPOINTER  pNumAttr
-#else
SQLLEN  *pNumAttr
-#endif
)
 {
CSTR func = SQLColAttributeW;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pymol for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package pymol for openSUSE:Factory checked 
in at 2013-04-23 17:30:02

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


Package is pymol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pymol/pymol.changes  2013-04-02 
12:52:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2013-04-23 
17:30:03.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 20:02:56 UTC 2013 - dims...@opensuse.org
+
+- Add freetype2-devel: the source #includes ft2build.h, so it's
+  only correct to build require it.
+
+---



Other differences:
--
++ pymol.spec ++
--- /var/tmp/diff_new_pack.Az1f51/_old  2013-04-23 17:30:06.0 +0200
+++ /var/tmp/diff_new_pack.Az1f51/_new  2013-04-23 17:30:06.0 +0200
@@ -26,6 +26,7 @@
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  freeglut-devel
+BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel
 BuildRequires:  libpng-devel

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



commit python-scapy for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package python-scapy for openSUSE:Factory 
checked in at 2013-04-23 17:33:59

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


Package is python-scapy, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-scapy.new/python-scapy.changes   
2013-04-23 17:34:00.0 +0200
@@ -0,0 +1,10 @@
+---
+Mon Apr 22 11:41:59 UTC 2013 - speili...@suse.com
+
+- Add description
+
+---
+Mon Apr 22 11:25:23 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:

  python-scapy.changes
  python-scapy.spec
  scapy-latest.tar.gz



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

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


Name:   python-scapy
Version:2.1.0
Release:0
License:GPL-2.0
Summary:Interactive packet manipulation tool
Url:http://www.cartel-securite.fr/pbiondi/scapy.html
Group:  Development/Languages/Python
Source: scapy-latest.tar.gz
BuildRequires:  python-devel
# Documentation requirements:
#BuildRequires:  python-Sphinx
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
Scapy is a powerful interactive packet manipulation program. It is able to forge
or decode packets of a wide number of protocols, send them on the wire, capture
them, match requests and replies, and much more. It can easily handle most
classical tasks like scanning, tracerouting, probing, unit tests, attacks or
network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping,
tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other
specific tasks that most other tools can't handle, like sending invalid frames,
injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache
poisoning, VOIP decoding on WEP encrypted channel, ...), etc. 

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

%build
python setup.py build
#NOTE(saschpe): The documentation is CC-BY-SA-NC-2.5, thus we can not 
# redistribute it (sr#172834):
rm -r doc/scapy
#cd doc/scapy  make html  rm _build/html/.buildinfo

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

#%%check
#cd test  ./run_tests

%files
%defattr(-,root,root,-)
#%%doc doc/scapy/_build/html
%{_bindir}/scapy
%{_bindir}/UTscapy
%{python_sitelib}/*
%{_mandir}/man1/scapy.1.gz

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



commit qmmp for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2013-04-23 17:34:58

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


Package is qmmp, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2013-02-25 
20:42:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2013-04-23 
17:35:03.0 +0200
@@ -1,0 +2,36 @@
+Mon Apr 15 01:05:28 UTC 2013 - pascal.ble...@opensuse.org
+
+- update to 0.7.0:
+  * added udisks2 plugin
+  * added opus plugin
+  * added track change plugin
+  * added tracks copy/paste plugin
+  * added x-content/audio-cdda content type
+  * added 24/32-bit equalizer
+  * added unity integration
+  * added user interface language option
+  * added playlists auto-save feature
+  * added unified URL dialog
+  * added playlists downloading support to the command line parser
+  * added volume control support to the waveout plugin
+  * added wildmidi configuration file auto-search
+  * added sorting by file creation date
+  * added automatic 16-bit audio converter
+  * added pause handling to the scrobbler plugin
+  * enabled UTF-8 by default for cue files and shoutcast metadata
+  * enabled more formats by default in the ffmpeg plugin
+  * improved analyzer plugin (variable size, fullscreen mode, etc)
+  * improved last.fm registration
+  * improved configuration dialog
+  * removed QtXML dependence from the scrobbler plugin
+  * disabled udisks plugin by default
+
+---
+Thu Mar 28 07:46:17 UTC 2013 - reddw...@opensuse.org
+
+- Update to 0.6.8
+  * fixed bugs in the mpris plugin
+  * fixed segmentation fault when running without output plugins
+  * updated Japanese translation (Ryota Shimamo)
+
+---

Old:

  qmmp-0.6.7.tar.bz2

New:

  qmmp-0.7.0.tar.bz2
  qmmp-fix_cdda_version.patch



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.1IPNJa/_old  2013-04-23 17:35:06.0 +0200
+++ /var/tmp/diff_new_pack.1IPNJa/_new  2013-04-23 17:35:06.0 +0200
@@ -23,7 +23,7 @@
 %define soname 0
 
 Name:   qmmp
-Version:0.6.7
+Version:0.7.0
 Release:0
 Summary:XMMS-like audio player
 License:GPL-2.0+
@@ -32,6 +32,8 @@
 Source0:http://qmmp.googlecode.com/files/qmmp-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE qmmp-0.6.1-default_pulse.patch reddw...@opensuse.org 
-- Use PulseAudio instead of ALSA by default
 Patch0: qmmp-0.6.1-default_pulse.patch
+# PATCH-FIX-UPSTREAM qmmp-fix_cdda_version.patch pascal.ble...@opensuse.org -- 
Fix header detection for cdparanoia cdda.h
+Patch1: qmmp-fix_cdda_version.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
@@ -46,6 +48,7 @@
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(enca) = 1.9
 BuildRequires:  pkgconfig(flac)
+BuildRequires:  pkgconfig(opus)
 # Standard Jack version is not new enough until openSUSE 12.1
 %if 0%{?suse_version}  1140
 BuildRequires:  pkgconfig(jack)
@@ -123,6 +126,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 mkdir build

++ qmmp-0.6.7.tar.bz2 - qmmp-0.7.0.tar.bz2 ++
 81654 lines of diff (skipped)

++ qmmp-fix_cdda_version.patch ++
--- src/plugins/Input/cdaudio/decoder_cdaudio.cpp.orig  2013-04-15 
18:59:58.252555786 +0200
+++ src/plugins/Input/cdaudio/decoder_cdaudio.cpp   2013-04-15 
19:02:19.299842731 +0200
@@ -25,7 +25,7 @@
 #include QFileInfo
 #include QDir
 #include cdio/cdio.h
-#if LIBCDIO_VERSION_NUM = 83
+#if LIBCDIO_VERSION_NUM = 90
 #include cdio/cdda.h
 #else
 #include cdio/paranoia/cdda.h
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rsyslog for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2013-04-23 17:35:56

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


Package is rsyslog, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2013-04-19 
15:46:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2013-04-23 
17:35:59.0 +0200
@@ -1,0 +2,90 @@
+Fri Apr 19 21:53:30 UTC 2013 - andreas.stie...@gmx.de
+
+- rsyslogd.conf removed from upstream tarball, no longer install as
+  documentation.
+- build requirement for libestr is = 0.1.5
+
+---
+Fri Apr 19 09:11:23 UTC 2013 - m...@suse.de
+
+- update to 7.2.7 [v7-stable] 2013-04-17:
+  - rsyslogd startup information is now properly conveyed back to init
+when privileges are beging dropped. Actually, we have moved
+termination of the parent in front of the priv drop. So it shall
+work now in all cases. See code comments in commit for more details.
+  - If forking, the parent now waits for a maximum of 60 seconds for
+termination by the child
+  - improved debugging support in forked (auto-backgrounding) mode.
+The rsyslog debug log file is now continued to be written across the
+fork.
+  - updated systemd files to match current systemd source
+  - bugfix: failover/action suspend did not work correctly
+This was experienced if the retry action took more than one second
+to complete. For suspending, a cached timestamp was used, and if the
+retry took longer, that timestamp was already in the past. As a
+result, the action never was kept in suspended state, and as such no
+failover happened. The suspend functionalit now does no longer use
+the cached timestamp (should not have any performance implication,
+as action suspend occurs very infrequently).
+  - bugfix: nested if/prifilt conditions did not work properly
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=415
+  - bugfix: script == comparison did not work properly on JSON objects
+[backport from 7.3 branch]
+  - bugfix: imudp scheduling parameters did affect main thread, not imudp
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409
+  - bugfix: imuxsock rate-limiting could not be configured via legacy conf
+Rate-limiting for the system socket could not be configured via legacy
+configuration directives. However, the new-style RainerScript config
+options worked.
+Thanks to Milan Bartos for the patch.
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=390
+  - bugfix: using group resolution could lead to endless loop
+Thanks to Tomas Heinrich for the patch.
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=310
+  - bugfix: $mmnormalizeuseramsg paramter was specified with wrong type
+Thank to Renzhong Zhang for alerting us of the problem.
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=420
+  - bugfix: RainerScript getenv() function caused segfault when var was
+not found.
+Thanks to Philippe Muller for the patch.
+  - bugfix: several issues in imkmsg
+see bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=421#c8
+  - bugfix: imuxsock was missing SysSock.ParseTrusted module parameter
+To use that functionality, legacy rsyslog.conf syntax had to be used.
+Also, the doc was missing information on the ParseTrusted set of
+config directives.
+  - bugfix: parameter action.execOnlyWhenPreviousIsSuspended was
+accidently of integer-type. For obvious reasons, it needs to be
+boolean. Note that this change can break existing configurations
+if they circumvented the problem by using 0/1 values.
+  - doc bugfix: rsyslog.conf man page had invalid file format info
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=418
+- update to 7.2.6 [v7-stable] 2013-03-05:
+  - slightly improved config parser error messages when invalid escapes
+happen
+  - bugfix: include files got included in the wrong order
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=411
+This happens if an $IncludeConfig directive was done on multiple
+files (e.g. the distro default of $IncludeConfig /etc/rsyslog.d/*.conf).
+In that case, the order of include file processing is reversed, which
+could lead to all sorts of problems.
+Thanks to Nathan Stratton Treadway for his great analysis of the
+problem, which made bug fixing really easy.
+  - bugfix: omelasticsearch failed when authentication data was provided
+... at least in most cases it emitted an error message:
+snprintf failed when trying to build auth string
+Thanks to Joerg Heinemann for alerting us.
+closes: 

commit tulip for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package tulip for openSUSE:Factory checked 
in at 2013-04-23 17:37:42

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


Package is tulip, Maintainer is kkae...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tulip/tulip.changes  2012-09-21 
13:48:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.tulip.new/tulip.changes 2013-04-23 
17:37:46.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 19 20:03:16 UTC 2013 - pgaj...@suse.com
+
+- build against system ftgl
+
+---
+Tue Apr  9 08:57:50 UTC 2013 - pgaj...@suse.com
+
+- builds also with libpng16
+  * libpng16.patch
+
+---

New:

  tulip-libpng16.patch
  tulip-system-ftgl.patch



Other differences:
--
++ tulip.spec ++
--- /var/tmp/diff_new_pack.cLrZa3/_old  2013-04-23 17:37:58.0 +0200
+++ /var/tmp/diff_new_pack.cLrZa3/_new  2013-04-23 17:37:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tulip
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -37,6 +37,12 @@
 Patch4: %{name}-gcc-4.7.patch
 Patch5: tulip-ppc64.patch
 Patch6: tulip-crash-handler.patch
+# libpng16.patch emailed to au...@tulip-software.org
+Patch7: tulip-libpng16.patch
+# link against system ftgl; if not applied, tulip builds it's own
+# copy and store it into /usr/lib64/libftgl.so, which conflicts
+# with ftgl-devel
+Patch8: tulip-system-ftgl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
 BuildRequires:  cmake
@@ -195,6 +201,8 @@
 %endif
 %patch5 -p1
 %patch6 -p1
+%patch7
+%patch8
 
 %build
 
@@ -204,7 +212,7 @@
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=TRUE \
   -DCMAKE_C_FLAGS_RELEASE:STRING=$RPM_OPT_FLAGS -fno-strict-aliasing -Wall 
-O2 -g \
   -DCMAKE_CXX_FLAGS_RELEASE:STRING=$RPM_OPT_FLAGS -fno-strict-aliasing 
-Wno-deprecated -Wall -O2 -g \
-  -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=1
+  -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=1 -DSYSTEM_FTGL=1
 
 # parallel make is not working, do not use it. -Marcus 20091115
 make RPM_OPT_FLAGS=$RPM_OPT_FLAGS
@@ -272,7 +280,6 @@
 %files -n libtulip
 %defattr(-,root,root)
 %{_bindir}/tulip-config
-%{_libdir}/libftgl.so
 %{_libdir}/libgzstream.so
 %{_libdir}/libtulip-%{tulip_version}.*
 %dir %{_libdir}/tulip

++ tulip-libpng16.patch ++
--- library/tulip-ogl/src/GlTextureManager.cpp.old  2013-04-09 
09:11:38.541469488 +0200
+++ library/tulip-ogl/src/GlTextureManager.cpp  2013-04-09 09:11:54.557541872 
+0200
@@ -31,6 +31,7 @@ extern C {
 
 #include jpeglib.h
 #include png.h
+#include string.h
 };
 
 //
++ tulip-system-ftgl.patch ++
Index: CMakeLists.txt
===
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -238,11 +238,13 @@ SET(GZStreamInclude ${PROJECT_SOURCE_DIR
 SET(GZStreamLibrary gzstream)
 SET(OGDFInclude ${PROJECT_SOURCE_DIR}/thirdparty/OGDF)
 SET(OGDFLibrary OGDF)
-IF(UBUNTU_PPA_BUILD)
+IF(SYSTEM_FTGL)
   FIND_PACKAGE(FTGL)  
   SET(FTGLInclude ${FTGL_INCLUDE_DIR})
+  SET(FTGLLibrary ${FTGL_LIBRARY})
 ELSE()
   SET(FTGLInclude ${PROJECT_SOURCE_DIR}/thirdparty/ftgl/)
+  SET(FTGLLibrary ftgl)
 ENDIF()
 
 SET(TulipInclude ${PROJECT_SOURCE_DIR}/library/tulip/include/)
Index: FindFTGL.cmake
===
--- FindFTGL.cmake.orig
+++ FindFTGL.cmake
@@ -135,4 +135,6 @@ IF(NOT FTGL_FOUND)
 MESSAGE(STATUS ${FTGL_DIR_MESSAGE})
   ELSE(NOT FTGL_FIND_QUIETLY)
   ENDIF(FTGL_FIND_REQUIRED)
+ELSE(NOT FTGL_FOUND)
+  MESSAGE(STATUS Found FTGL: ${FTGL_LIBRARY})
 ENDIF(NOT FTGL_FOUND)
Index: library/tulip-ogl/src/CMakeLists.txt
===
--- library/tulip-ogl/src/CMakeLists.txt.orig
+++ library/tulip-ogl/src/CMakeLists.txt
@@ -87,7 +87,7 @@ IF(ENABLE_RENDERING_TIME_DISPLAY)
 ENDIF(ENABLE_RENDERING_TIME_DISPLAY)
 
 ADD_LIBRARY (${LibTulipOglName} SHARED ${tulip-ogl_LIB_SRCS})
-TARGET_LINK_LIBRARIES(${LibTulipOglName} ftgl)
+TARGET_LINK_LIBRARIES(${LibTulipOglName} ${FTGLLibrary})
 TARGET_LINK_LIBRARIES(${LibTulipOglName} ${GLEW_LIBRARY})
 TARGET_LINK_LIBRARIES(${LibTulipOglName} ${LibTulipName})
 TARGET_LINK_LIBRARIES(${LibTulipOglName} ${OPENGL_glu_LIBRARY})
Index: 

commit udisks-glue for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package udisks-glue for openSUSE:Factory 
checked in at 2013-04-23 17:58:10

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


Package is udisks-glue, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/udisks-glue/udisks-glue.changes  2011-12-21 
17:01:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.udisks-glue.new/udisks-glue.changes 
2013-04-23 17:58:13.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 23:03:49 UTC 2013 - dims...@opensuse.org
+
+- Add udisks-glue-glib236.patch: Fix build with glib 2.36:
+  g_type_init() is deprecated and implicit.
+
+---

New:

  udisks-glue-glib236.patch



Other differences:
--
++ udisks-glue.spec ++
--- /var/tmp/diff_new_pack.ukiov2/_old  2013-04-23 17:58:14.0 +0200
+++ /var/tmp/diff_new_pack.ukiov2/_new  2013-04-23 17:58:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package udisks-glue
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   udisks-glue
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  libconfuse-devel
@@ -28,6 +29,7 @@
 Release:0
 Source0:
https://github.com/downloads/fernandotcl/udisks-glue/%{name}-%{version}.tar.gz
 Patch0: udisks-glue-fix.patch
+Patch1: udisks-glue-glib236.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,6 +57,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS 

++ udisks-glue-glib236.patch ++
Index: udisks-glue-1.3.1/src/main.c
===
--- udisks-glue-1.3.1.orig/src/main.c
+++ udisks-glue-1.3.1/src/main.c
@@ -162,7 +162,6 @@ int main(int argc, char **argv)
 signal(SIGTERM, signal_handler);
 signal(SIGQUIT, signal_handler);
 
-g_type_init();
 loop = g_main_loop_new(NULL, FALSE);
 
 dbus_conn = dbus_g_bus_get(DBUS_BUS_SYSTEM, error);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit viewvc for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package viewvc for openSUSE:Factory checked 
in at 2013-04-23 18:02:41

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


Package is viewvc, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/viewvc/viewvc.changes2012-11-06 
16:24:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.viewvc.new/viewvc.changes   2013-04-23 
18:02:48.0 +0200
@@ -1,0 +2,23 @@
+Tue Apr 23 09:51:32 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.19:
+  * improve root lookup performance (issue #523)
+  * new 'max_filesize_kbytes' config option and handling (issue #524)
+  * tarball generation improvements:
+- preserve Subversion symlinks in generated tarballs (issue #487)
+- reduce memory usage of tarball generation logic
+- fix double compression of generated tarballs (issue #525)
+  * file content handling improvements:
+- expanded support for encoding detection and transcoding (issue #11)
+- fix tab-to-space conversion bugs in markup, annotate, and diff views
+- fix handling of trailing whitespace in diff view
+  * add support for timestamp display in ISO8601 format (issue #46)
+  * fix exception raised by BDB-backed SVN repositories (issue #519)
+  * hide revision-less files when rcsparse is in use
+  * include branchpoints in branch views using rcsparse (issue #347)
+  * miscellaneous cvsdb improvements:
+- add --port option to make-database (issue #521)
+- explicitly name columns in queries (issue #522)
+- update MySQL syntax to avoid discontinued TYPE= terms
+
+---

Old:

  viewvc-1.1.17.tar.gz

New:

  viewvc-1.1.19.tar.gz



Other differences:
--
++ viewvc.spec ++
--- /var/tmp/diff_new_pack.DYmJDt/_old  2013-04-23 18:02:57.0 +0200
+++ /var/tmp/diff_new_pack.DYmJDt/_new  2013-04-23 18:02:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package viewvc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   viewvc
 BuildRequires:  apache2-devel
 BuildRequires:  python-devel
-Version:1.1.17
+Version:1.1.19
 Release:0
 #
 %defineapxs/usr/sbin/apxs2

++ viewvc-1.1.17.tar.gz - viewvc-1.1.19.tar.gz ++
 1850 lines of diff (skipped)

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