commit postfix for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2014-06-30 21:42:48

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


Package is postfix

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2014-06-26 
08:00:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2014-06-30 
21:42:50.0 +0200
@@ -1,0 +2,12 @@
+Fri Jun 27 23:16:21 UTC 2014 - ch...@computersalat.de
+
+- fix typo in postfix-SuSE/update_chroot.systemd
+- fix config.postfix
+  * 'insserv amavis' - 'chkconfig amavis on'
+- rework main.cf patch
+  * fix virtual stuff
+  * add some dovecot stuff
+- rework master.cf patch
+  * add some dovecot stuff
+
+---



Other differences:
--

++ postfix-SuSE.tar.gz ++
Files old/postfix-SuSE/.bug-837561_bnc#837561-2.diff.swp and 
new/postfix-SuSE/.bug-837561_bnc#837561-2.diff.swp differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/config.postfix 
new/postfix-SuSE/config.postfix
--- old/postfix-SuSE/config.postfix 2014-06-23 17:17:27.0 +0200
+++ new/postfix-SuSE/config.postfix 2014-06-28 01:16:07.0 +0200
@@ -1281,7 +1281,7 @@
 test -s $r/etc/sysconfig/amavis  . $r/etc/sysconfig/amavis
 if [ $USE_AMAVIS = yes ]; then
 gen_amavisd_cf
-insserv amavis
+chkconfig amavis on
 fi
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/update_chroot.systemd 
new/postfix-SuSE/update_chroot.systemd
--- old/postfix-SuSE/update_chroot.systemd  2011-08-12 18:01:16.0 
+0200
+++ new/postfix-SuSE/update_chroot.systemd  2014-06-27 21:19:39.0 
+0200
@@ -19,7 +19,7 @@
 
 chk_mysql_sock()
 {
-  lcoal -i RET=0
+  local -i RET=0
   local PF_CHROOT=/var/spool/postfix
   local MYSQLD=$($defaults mysqld)
 

++ postfix-main.cf.patch ++
--- /var/tmp/diff_new_pack.nkyBsF/_old  2014-06-30 21:42:51.0 +0200
+++ /var/tmp/diff_new_pack.nkyBsF/_new  2014-06-30 21:42:51.0 +0200
@@ -2,17 +2,27 @@
 ===
 --- conf/main.cf.orig
 +++ conf/main.cf
-@@ -655,3 +655,115 @@ sample_directory =
+@@ -548,6 +548,7 @@ unknown_local_recipient_reject_code = 55
+ #
+ #smtpd_banner = $myhostname ESMTP $mail_name
+ #smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
++smtpd_banner = $myhostname ESMTP
+ 
+ # PARALLEL DELIVERY TO THE SAME DESTINATION
+ #
+@@ -654,4 +655,120 @@ sample_directory =
+ # readme_directory: The location of the Postfix README files.
  #
  readme_directory =
- inet_protocols = ipv4
 +
 +biff = no
 +content_filter = 
 +delay_warning_time = 0h
 +disable_dns_lookups = no
 +disable_mime_output_conversion = no
++disable_vrfy_command = yes
 +inet_interfaces = all
+ inet_protocols = ipv4
 +masquerade_classes = envelope_sender, header_sender, header_recipient
 +masquerade_domains = 
 +masquerade_exceptions = 
@@ -35,6 +45,7 @@
 +message_size_limit = 0
 +strict_8bitmime = no
 +strict_rfc821_envelopes = no
++smtpd_delay_reject = yes
 +smtpd_helo_required = no
 +
 +smtpd_client_restrictions = 
@@ -53,6 +64,8 @@
 +smtp_sasl_security_options = 
 +smtp_sasl_password_maps = 
 +smtpd_sasl_auth_enable = no
++#smtpd_sasl_path = private/auth
++#smtpd_sasl_type = dovecot
 +
 +# TLS stuff
 +
@@ -81,7 +94,7 @@
 +
 +# Start MySQL from postfixwiki.org
 +
-+#relay_domains = $mydestination, hash:/etc/postfix/relay
++relay_domains = $mydestination, hash:/etc/postfix/relay
 +virtual_alias_domains = 
 +#virtual_alias_maps = hash:/etc/postfix/virtual
 +#virtual_uid_maps = static:303
@@ -91,15 +104,15 @@
 +#virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
 +#virtual_mailbox_limit = 0
 +#virtual_mailbox_limit_inbox = no
-+#virtual_mailbox_limit_maps = hash:/etc/postfix/vquota
-+#virtual_mailbox_limit_override = yes
 +#virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
++## For dovecot LMTP replace 'virtual' with 'lmtp:unix:private/dovecot-lmtp'
 +#virtual_transport = virtual
++## Additional for quota support
++#virtual_mailbox_limit_maps = 
mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
++#virtual_mailbox_limit_override = yes
 +### Needs Maildir++ compatible IMAP servers, like Courier-IMAP
 +#virtual_maildir_filter = yes
 

commit libgphoto2 for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-06-30 21:42:47

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


Package is libgphoto2

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-05-06 
14:01:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-06-30 21:42:49.0 +0200
@@ -1,0 +2,17 @@
+Fri Jun 27 21:19:09 UTC 2014 - meiss...@suse.com
+
+- updated to 2.5.4.1 snapshot 2014/06/27
+  - fixed generation of udev rules bnc#884514
+  - new D7100 configuration tables
+  - Nikon D5300 id added
+
+---
+Fri Jun 13 13:42:01 UTC 2014 - meiss...@suse.com
+
+- updated to 2.5.4.1 snapshot 2014/06/13
+  - Nikon 1 capture working
+  - various canon eos fixes and improvements
+  - readded PTP matcher rule to UDEV rules
+  - translation updates
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.UnAFO6/_old  2014-06-30 21:42:50.0 +0200
+++ /var/tmp/diff_new_pack.UnAFO6/_new  2014-06-30 21:42:50.0 +0200
@@ -142,6 +142,7 @@
install -m 0755 -d $RPM_BUILD_ROOT/%{_udevhwdbdir}
./print-camera-list hwdb  
$RPM_BUILD_ROOT/%{_udevhwdbdir}/20-gphoto.hwdb
# We still need UDEV rules for /dev/sg* and /dev/sd* for picture frames.
+   # We also need it for PTP cameras that we do not know to appear in GVFS.
install -m 0755 -d   
$RPM_BUILD_ROOT%{_udevrulesdir}
./print-camera-list udev-rules version 201  
$RPM_BUILD_ROOT%{_udevrulesdir}/40-libgphoto2.rules
 %else

++ libgphoto2-2.5.4.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.4.1.tar.bz2 differ: 
char 11, line 1

++ libgphoto2-2.5.4.1.tar.bz2.asc ++
--- /var/tmp/diff_new_pack.UnAFO6/_old  2014-06-30 21:42:50.0 +0200
+++ /var/tmp/diff_new_pack.UnAFO6/_new  2014-06-30 21:42:50.0 +0200
@@ -1,7 +1,7 @@
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.19 (GNU/Linux)
 
-iD8DBQBTXVHc6nvzlwF1Yj4RAsl2AKCfCKSY4VBiBvfDDqGlYc8R0Id12ACeNDEp
-Y2Tx593RHnXyzZlKYKnfnlI=
-=Ns+g
+iD8DBQBTrRti6nvzlwF1Yj4RAm4PAJ9LDwqXw//cGi75YWziM4IYSmZRagCfSYgF
+EPRlGT7iWgSn66SkNNODIpQ=
+=MyYX
 -END PGP SIGNATURE-


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



commit gd for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package gd for openSUSE:Factory checked in 
at 2014-06-30 21:42:46

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


Package is gd

Changes:

--- /work/SRC/openSUSE:Factory/gd/gd.changes2014-04-23 20:35:50.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gd.new/gd.changes   2014-06-30 
21:42:47.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 12:05:59 UTC 2014 - meiss...@suse.com
+
+- split out libgd3, so libgd2 could be installed in parallel.
+
+---



Other differences:
--
++ gd.spec ++
--- /var/tmp/diff_new_pack.fFwzDw/_old  2014-06-30 21:42:48.0 +0200
+++ /var/tmp/diff_new_pack.fFwzDw/_new  2014-06-30 21:42:48.0 +0200
@@ -17,6 +17,9 @@
 
 
 %define prjname libgd
+
+%define lname libgd3
+
 Name:   gd
 Version:2.1.0
 Release:0
@@ -59,10 +62,20 @@
 and flood fills. It outputs PNG, JPEG, and WBMP (for wireless devices)
 and is supported by PHP.
 
+%package -n %lname
+Summary:A Drawing Library for Programs That Use PNG and JPEG Output
+Group:  System/Libraries
+
+%description -n %lname
+Gd allows your code to quickly draw images complete with lines, arcs,
+text, and multiple colors. It supports cut and paste from other images
+and flood fills. It outputs PNG, JPEG, and WBMP (for wireless devices)
+and is supported by PHP.
+
 %package devel
 Summary:Drawing Library for Programs with PNG and JPEG Output
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
+Requires:   %lname = %{version}
 Requires:   glibc-devel
 Requires:   libpng-devel
 Requires:   libtiff-devel
@@ -106,9 +119,9 @@
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name *.la -delete -print
 
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -125,10 +138,15 @@
 %{_bindir}/pngtogd
 %{_bindir}/pngtogd2
 %{_bindir}/webpng
+
+%files -n %lname
+%defattr(-,root,root)
+%doc COPYING
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root)
+%doc COPYING
 %{_bindir}/gdlib-config
 %{_includedir}/*
 %{_libdir}/*.so

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.fFwzDw/_old  2014-06-30 21:42:48.0 +0200
+++ /var/tmp/diff_new_pack.fFwzDw/_new  2014-06-30 21:42:48.0 +0200
@@ -1 +1 @@
-gd
+libgd3

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



commit kernel-firmware for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2014-06-30 21:43:15

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


Package is kernel-firmware

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2014-06-25 15:24:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2014-06-30 21:43:16.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 24 15:31:52 CEST 2014 - ti...@suse.de
+
+- Updated to git snapshot 20140624:
+  including previous intel firmware files
+
+---

Old:

  ibt-hw-37.8.10-fw-1.10.2.27.d.bseq
  ibt-hw-37.8.bseq
  iwlwifi-7265-ucode-22.24.8.0.tgz
  linux-firmware-20140319git.tar.bz2

New:

  linux-firmware-20140624git.tar.bz2



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.wtpaJG/_old  2014-06-30 21:43:20.0 +0200
+++ /var/tmp/diff_new_pack.wtpaJG/_new  2014-06-30 21:43:20.0 +0200
@@ -19,18 +19,15 @@
 Name:   kernel-firmware
 BuildRequires:  fdupes
 BuildRequires:  kernel-default
-Version:20140319git
+Version:20140624git
 Release:0
 Summary:Linux kernel firmware files
 License:SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT
 Group:  System/Kernel
-Url:
http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git
+Url:
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
 # Created with git archive | bzip2
 Source0:linux-firmware-%{version}.tar.bz2
 Source1:firmware.sh
-Source2:iwlwifi-7265-ucode-22.24.8.0.tgz
-Source3:ibt-hw-37.8.10-fw-1.10.2.27.d.bseq
-Source4:ibt-hw-37.8.bseq
 Source5:mkinitrd_setup-amd_microcode.sh
 Source6:mkinitrd_boot-amd_microcode.sh
 %define __find_supplements bash %_sourcedir/firmware.sh --find-supplements
@@ -82,11 +79,7 @@
 This package contains the microcode files used by AMD CPUs.
 
 %prep
-%setup -q -c kernel-firmware -a 2
-mv iwlwifi-7265-ucode-22.24.8.0/* .
-rmdir iwlwifi-7265-ucode-22.24.8.0
-install -c -m 0644 %{S:3} intel/
-install -c -m 0644 %{S:4} intel/
+%setup -q -c kernel-firmware
 
 %build
 # nothing to do

++ linux-firmware-20140319git.tar.bz2 - linux-firmware-20140624git.tar.bz2 
++
/work/SRC/openSUSE:Factory/kernel-firmware/linux-firmware-20140319git.tar.bz2 
/work/SRC/openSUSE:Factory/.kernel-firmware.new/linux-firmware-20140624git.tar.bz2
 differ: char 11, line 1

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



commit autoyast2 for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2014-06-30 21:42:44

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


Package is autoyast2

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2014-06-26 
08:00:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-06-30 
21:42:45.0 +0200
@@ -1,0 +2,9 @@
+Fri Jun 27 13:22:01 CEST 2014 - sch...@suse.de
+
+- -- Set default filesystem for native FS only.
+  -- Do not format BIOS Grup partitions.
+  Side effects of bug bnc#880569
+- 3.1.40
+
+
+---

Old:

  autoyast2-3.1.39.tar.bz2

New:

  autoyast2-3.1.40.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.wtZd5G/_old  2014-06-30 21:42:46.0 +0200
+++ /var/tmp/diff_new_pack.wtZd5G/_new  2014-06-30 21:42:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.39
+Version:3.1.40
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-3.1.39.tar.bz2 - autoyast2-3.1.40.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.39/package/autoyast2.changes 
new/autoyast2-3.1.40/package/autoyast2.changes
--- old/autoyast2-3.1.39/package/autoyast2.changes  2014-06-25 
12:25:26.0 +0200
+++ new/autoyast2-3.1.40/package/autoyast2.changes  2014-06-27 
15:15:21.0 +0200
@@ -1,4 +1,13 @@
 ---
+Fri Jun 27 13:22:01 CEST 2014 - sch...@suse.de
+
+- -- Set default filesystem for native FS only.
+  -- Do not format BIOS Grup partitions.
+  Side effects of bug bnc#880569
+- 3.1.40
+
+
+---
 Wed Jun 25 09:49:05 CEST 2014 - sch...@suse.de
 
 - Setting default filesystem if it has not been set in autoinst.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.39/package/autoyast2.spec 
new/autoyast2-3.1.40/package/autoyast2.spec
--- old/autoyast2-3.1.39/package/autoyast2.spec 2014-06-25 12:25:26.0 
+0200
+++ new/autoyast2-3.1.40/package/autoyast2.spec 2014-06-27 15:15:21.0 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.39
+Version:3.1.40
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.39/src/include/autoinstall/autopart.rb 
new/autoyast2-3.1.40/src/include/autoinstall/autopart.rb
--- old/autoyast2-3.1.39/src/include/autoinstall/autopart.rb2014-06-25 
12:25:26.0 +0200
+++ new/autoyast2-3.1.40/src/include/autoinstall/autopart.rb2014-06-27 
15:15:21.0 +0200
@@ -122,6 +122,14 @@
   deep_copy(ret)
 end
 
+def propose_default_fs?(partition)
+  valid_fsids = [Partitions.fsid_gpt_boot, Partitions.fsid_native]
+
+  (!partition.has_key?(filesystem) ||
+   partition[filesystem] == :none) 
+  valid_fsids.include?(partition[filesystem_id])
+end
+
 # Read partition data from XML control file
 # @return [Hash] flexible propsal map
 def preprocess_partition_config(xmlflex)
@@ -212,7 +220,7 @@
 
   #Setting default filesystem if it has not been a part of autoinst.xml
   #Bug 880569
-  if !partition.has_key?(filesystem) || partition[filesystem] == 
:none
+  if propose_default_fs?(partition)
 if partition[mount] == Partitions.BootMount
   partition[filesystem] = Partitions.DefaultBootFs
 else
@@ -220,6 +228,9 @@
 end
   end
 
+  # Do not format BIOS Grup partitions
+  partition[format] = false if partition[filesystem_id] == 
Partitions.fsid_bios_grub
+
   if Ops.get_integer(partition, size, 0) == -1
 Ops.set(partition, size, 0)
   end

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



commit rsync for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package rsync for openSUSE:Factory checked 
in at 2014-06-30 21:43:13

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


Package is rsync

Changes:

--- /work/SRC/openSUSE:Factory/rsync/rsync.changes  2014-04-23 
20:35:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2014-06-30 
21:43:14.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 20 21:11:04 UTC 2014 - crrodrig...@opensuse.org
+
+- Remove sysvinit support on distros that have systemd 
+- Remove libattr-devel from buildRequires, application does
+  not link to libattr but it picks the glibc implementation 
+  instead.
+
+---



Other differences:
--
++ rsync.spec ++
--- /var/tmp/diff_new_pack.5TJmZA/_old  2014-06-30 21:43:15.0 +0200
+++ /var/tmp/diff_new_pack.5TJmZA/_new  2014-06-30 21:43:15.0 +0200
@@ -46,7 +46,6 @@
 Patch5: rsync-CVE-2014-2855.patch
 BuildRequires:  autoconf
 BuildRequires:  libacl-devel
-BuildRequires:  libattr-devel
 BuildRequires:  openslp-devel
 BuildRequires:  popt-devel
 BuildRequires:  zlib-devel
@@ -116,14 +115,16 @@
 install -m 755 support/rsyncstats %{buildroot}%{_prefix}/bin
 install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/rsync
 install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/xinetd.d/rsync
-install -m 755 %{SOURCE4} %{buildroot}%{_initddir}/rsyncd
 install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/rsyncd.conf
 install -m 600 %{SOURCE6} %{buildroot}%{_sysconfdir}/rsyncd.secrets
-ln -sf ../../etc/init.d/rsyncd %{buildroot}%{_sbindir}/rcrsyncd
 mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 install -m 644 %{SOURCE7} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/rsync-server
 %if 0%{?has_systemd}
 install -D -m 0644 %SOURCE8 %{buildroot}%{_unitdir}/rsyncd.service
+ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rcrsyncd
+%else
+install -m 755 %{SOURCE4} %{buildroot}%{_initddir}/rsyncd
+ln -sf ../../etc/init.d/rsyncd %{buildroot}%{_sbindir}/rcrsyncd
 %endif
 
 %pre
@@ -132,37 +133,41 @@
 %endif
 
 %preun
-%stop_on_removal rsyncd
 %if 0%{?has_systemd}
 %service_del_preun rsyncd.service
+%else
+%stop_on_removal rsyncd
 %endif
 
 %post
-%fillup_and_insserv rsyncd
 if ! grep -q ^pid file /etc/rsyncd.conf ; then
sed -i -e /^log file/{;p;s@\(.*\)@pid file = /var/run/rsyncd.pid@;} 
/etc/rsyncd.conf
 fi
 %if 0%{?has_systemd}
 %service_add_post rsyncd.service
+%else
+%fillup_and_insserv rsyncd
 %endif
 
 %postun
-%restart_on_update rsyncd
-%insserv_cleanup
 %if 0%{?has_systemd}
 %service_del_postun rsyncd.service
+%else
+%restart_on_update rsyncd
+%insserv_cleanup
 %endif
 
 %files
 %defattr(-,root,root)
 %if 0%{?has_systemd}
 %{_unitdir}/rsyncd.service
+%else
+%config %{_sysconfdir}/init.d/rsyncd
 %endif
 %config(noreplace) %{_sysconfdir}/rsyncd.conf
 %config(noreplace) %{_sysconfdir}/rsyncd.secrets
 %config(noreplace) %{_sysconfdir}/logrotate.d/rsync
 %config(noreplace) %{_sysconfdir}/xinetd.d/rsync
-%config %{_sysconfdir}/init.d/rsyncd
 %{_sbindir}/rcrsyncd
 %{_sbindir}/rsyncd
 %{_bindir}/rsyncstats



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



commit libHX for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libHX for openSUSE:Factory checked 
in at 2014-06-30 21:42:50

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


Package is libHX

Changes:

--- /work/SRC/openSUSE:Factory/libHX/libHX.changes  2014-04-26 
10:05:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libHX.new/libHX.changes 2014-06-30 
21:42:52.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun  2 01:14:48 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.21
+* HXformat_add() now supports HXTYPE_MCSTR objects (with and without
+  HXTYPE_IMMED)
+* libxml_helper: New xml_getnsprop() function that gets the value of a
+  property (element attribute) by namespace prefix
+
+---

Old:

  libHX-3.20.tar.asc
  libHX-3.20.tar.xz

New:

  libHX-3.21.tar.asc
  libHX-3.21.tar.xz



Other differences:
--
++ libHX.spec ++
--- /var/tmp/diff_new_pack.9mP9PP/_old  2014-06-30 21:42:53.0 +0200
+++ /var/tmp/diff_new_pack.9mP9PP/_new  2014-06-30 21:42:53.0 +0200
@@ -21,7 +21,7 @@
 Summary:Useful collection of routines for C and C++ programming
 License:LGPL-2.1 or LGPL-3.0
 Group:  Development/Libraries/C and C++
-Version:3.20
+Version:3.21
 Release:0
 Url:http://libhx.sf.net/
 

++ libHX-3.20.tar.xz - libHX-3.21.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libHX-3.20/Makefile.in new/libHX-3.21/Makefile.in
--- old/libHX-3.20/Makefile.in  2014-04-18 18:28:16.0 +0200
+++ new/libHX-3.21/Makefile.in  2014-06-02 03:18:10.0 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -408,8 +408,8 @@
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-   @test -f $@ || rm -f stamp-h1
-   @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
+   @if test ! -f $@; then rm -f stamp-h1; else :; fi
+   @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
@@ -640,16 +640,10 @@
$(am__post_remove_distdir)
 
 dist-tarZ: distdir
-   @echo WARNING: Support for shar distribution archives is \
-  deprecated. 2
-   @echo WARNING: It will be removed altogether in Automake 2.0 2
tardir=$(distdir)  $(am__tar) | compress -c $(distdir).tar.Z
$(am__post_remove_distdir)
 
 dist-shar: distdir
-   @echo WARNING: Support for distribution archives compressed with \
-  legacy program 'compress' is deprecated. 2
-   @echo WARNING: It will be removed altogether in Automake 2.0 2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c $(distdir).shar.gz
$(am__post_remove_distdir)
 
@@ -691,10 +685,9 @@
   dc_destdir=$${TMPDIR-/tmp}/am-dc-/ \
   am__cwd=`pwd` \
   $(am__cd) $(distdir)/_build \
-  ../configure \
+  ../configure --srcdir=.. --prefix=$$dc_install_base \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
-   --srcdir=.. --prefix=$$dc_install_base \
   $(MAKE) $(AM_MAKEFLAGS) \
   $(MAKE) $(AM_MAKEFLAGS) dvi \
   $(MAKE) $(AM_MAKEFLAGS) check \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libHX-3.20/aclocal.m4 new/libHX-3.21/aclocal.m4
--- old/libHX-3.20/aclocal.m4   2014-04-18 18:28:14.0 +0200
+++ new/libHX-3.21/aclocal.m4   2014-06-02 03:18:09.0 +0200
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
@@ -32,10 +32,10 @@
 # generated from the m4 files accompanying Automake X.Y.
 # (This private macro should not be called outside this file.)
 AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.14'
+[am__api_version='1.13'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.14.1], [],
+m4_if([$1], [1.13.4], [],
   [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -51,7 +51,7 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.14.1])dnl

commit ebook-tools for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package ebook-tools for openSUSE:Factory 
checked in at 2014-06-30 21:42:45

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


Package is ebook-tools

Changes:

--- /work/SRC/openSUSE:Factory/ebook-tools/ebook-tools.changes  2013-10-14 
09:26:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ebook-tools.new/ebook-tools.changes 
2014-06-30 21:42:46.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 16:25:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add baselibs.conf
+
+---

New:

  baselibs.conf



Other differences:
--
++ ebook-tools.spec ++
--- /var/tmp/diff_new_pack.t81iE5/_old  2014-06-30 21:42:47.0 +0200
+++ /var/tmp/diff_new_pack.t81iE5/_new  2014-06-30 21:42:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ebook-tools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: %name-%{version}.tar.gz
+Source1:baselibs.conf
 Patch1: ebook-tools-64bit-installation.diff
 Patch2: ebook-tools-visibility-hidden.patch
 

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



commit procps for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2014-06-30 21:43:17

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


Package is procps

Changes:

--- /work/SRC/openSUSE:Factory/procps/procps.changes2014-05-27 
07:09:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes   2014-06-30 
21:43:21.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 26 07:17:08 UTC 2014 - wer...@suse.de
+
+- Remove patches
+  procps-v3.3.3-chroot.diff
+  procps-v3.3.5-top-locale.patch
+  as already included in upstream code (bnc#884502)
+
+---

Old:

  procps-v3.3.3-chroot.diff
  procps-v3.3.5-top-locale.patch



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



commit dracut for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2014-06-30 21:43:20

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


Package is dracut

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2014-06-25 
10:49:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2014-06-30 
21:43:26.0 +0200
@@ -1,0 +2,46 @@
+Thu Jun 26 16:41:58 CEST 2014 - h...@suse.de
+
+- 95dasd_rules: Fixup rd.dasd parsing
+  * Add: 0079-95dasd_rules-fixup-rd.dasd-parsing.patch
+- 95dasd_rules: Print out rd.dasd command-line
+  * Add: 0080-95dasd_rules-print-out-rd.dasd-commandline.patch
+- 95dasd_mod: do not set module parameter
+  * Add: 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch
+- 00warpclock: Check for /sbin/hwclock (bnc#884513)
+  * Add: 0082-00warpclock-check-for-sbin-hwclock.patch
+- 95zfcp_rules: Fixup rd.zfcp parsing
+  * Add: 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch
+- 95rootfs_block: terminate commandline parameter
+  * Add: 0084-95rootfs-block-Correctly-terminate-commandline-param.patch
+- 95zfcp_rules: Print out rd.zfcp command-line
+  * Add: 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch
+- 95zfcp_rules: Auto-generate ipl device rule
+  * Add: 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch
+- 95dasd_rules: Auto-generate ipl device rule
+  * Add: 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch
+
+---
+Mon Jun 23 14:13:53 CEST 2014 - h...@suse.de
+
+- More empty commandline fixes
+  * Add: 0074-More-empty-cmdline-fixes.patch
+- 95dasd_rules: enable parsing of rd.dasd= commandline parameter
+  * Add: 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch
+- Correctly set cio_ignore for dynamic s390 rules
+  * Add: 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch
+- 90multipath: add missing 11-dm-mpath.rules file (bnc#883149)
+  * Add: 0077-90multipath-add-missing-11-dm-mpath.rules-file.patch
+- Restore original IFS value (bnc#883770)
+  * Add: 0078-Restore-original-IFS-value.patch
+
+---
+Wed Jun 18 02:00:28 CEST 2014 - tbehr...@suse.com
+
+- Fix non-export of journal dev boot options
+  * Add: 0071-Fix-non-export-of-journal-dev-boot-options.patch
+- Also export root= boot param for hostonly-cmdline
+  * Add: 0072-Also-export-root-boot-param-for-hostonly-cmdline-cas.patch
+- Don't create lots of empty cmdline files
+  * Add: 0073-Don-t-create-lots-of-empty-cmdline-files-for-hostonl.patch
+
+---

New:

  0071-Fix-non-export-of-journal-dev-boot-options.patch
  0072-Also-export-root-boot-param-for-hostonly-cmdline-cas.patch
  0073-Don-t-create-lots-of-empty-cmdline-files-for-hostonl.patch
  0074-More-empty-cmdline-fixes.patch
  0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch
  0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch
  0077-90multipath-add-missing-11-dm-mpath.rules-file.patch
  0078-Restore-original-IFS-value.patch
  0079-95dasd_rules-fixup-rd.dasd-parsing.patch
  0080-95dasd_rules-print-out-rd.dasd-commandline.patch
  0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch
  0082-00warpclock-check-for-sbin-hwclock.patch
  0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch
  0084-95rootfs-block-Correctly-terminate-commandline-param.patch
  0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch
  0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch
  0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.e1VV93/_old  2014-06-30 21:43:27.0 +0200
+++ /var/tmp/diff_new_pack.e1VV93/_new  2014-06-30 21:43:27.0 +0200
@@ -91,6 +91,23 @@
 Patch68:0068-95fcoe-uefi-Test-for-EFI-firmware.patch
 Patch69:0069-81cio_ignore-skip-module-if-cio_ignore-is-not-active.patch
 Patch70:0070-81cio_ignore-rewrite-module.patch
+Patch71:0071-Fix-non-export-of-journal-dev-boot-options.patch
+Patch72:0072-Also-export-root-boot-param-for-hostonly-cmdline-cas.patch
+Patch73:0073-Don-t-create-lots-of-empty-cmdline-files-for-hostonl.patch
+Patch74:0074-More-empty-cmdline-fixes.patch
+Patch75:0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch
+Patch76:0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch
+Patch77:0077-90multipath-add-missing-11-dm-mpath.rules-file.patch
+Patch78:0078-Restore-original-IFS-value.patch

commit java-1_7_0-openjdk for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2014-06-30 21:43:18

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


Package is java-1_7_0-openjdk

Changes:

--- /work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk.changes
2014-06-25 06:58:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk.changes   
2014-06-30 21:43:23.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun 24 08:20:39 UTC 2014 - fst...@suse.com
+
+- Remove the jamvm virtual machine that is used on armv6l and use
+  the zero port instead. Remove some conditionals that are not true
+  after this change.
+- Remove the use of %origin variable since it is the same for
+  every architecture now.
+- Remove --with-arm32-jit that does not work any more.
+- Bootstrap build on arm32, since previous compiler cannot cope with
+  this version.
+
+---

Old:

  jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.yGWcWz/_old  2014-06-30 21:43:25.0 +0200
+++ /var/tmp/diff_new_pack.yGWcWz/_new  2014-06-30 21:43:25.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package java-1_7_0
+# spec file for package java-1_7_0-openjdk
 #
 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,19 +16,23 @@
 #
 
 
+%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
+%global jit_arches %{ix86} x86_64 aarch64 ppc64 ppc64le
+%global test_arches %{ix86} x86_64 ppc64 ppc64le
+
 # Because of a change in architecture directories from ppc64le to ppc64,
-# bootstrap is needed on ppc64le architecture. Add your architecture to the
-# condition if you need to be building with bootstrap.
-%ifarch ppc64le
+# bootstrap is needed on ppc64le architecture. We are requiring bootstrap
+# currently for % {arm}, since the old version had errors compiling some
+# java files of this one. All this changes can be removed once the
+# repositories settled on the new version.
+# Add your architecture to the condition if you need to be building with
+# bootstrap.
+%ifarch ppc64le %{arm}
 %global _with_bootstrap 1
 %endif
 # or use osc build --with bootstrap
 %bcond_with bootstrap
 
-%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
-%global jit_arches %{ix86} x86_64 aarch64 ppc64 ppc64le
-%global test_arches %{ix86} x86_64 ppc64 ppc64le
-
 # Turn on/off some features depending on openSUSE version
 
 %ifarch %{jit_arches}
@@ -41,18 +45,10 @@
 %global with_systemtap 0
 %endif
 
-%ifarch %arm
-%bcond_without jamvm
-%else
-%bcond_with jamvm
-%endif
-
-# turn zero on non jit arches by default, unless jamvm has been specified
+# turn zero on non jit arches by default
 %ifnarch %{jit_arches}
-%if ! %{with jamvm}
 %global _with_zero --with-zero
 %endif
-%endif
 %bcond_with zero
 
 %if 0%{?suse_version} = 1220
@@ -108,19 +104,14 @@
 %global abs2rel %{__perl} -e %{script}
 
 # Standard JPackage naming and versioning defines.
-%if ! %{with jamvm}
-%global origin openjdk
-%else
-%global origin icedtea
-%endif
 %global priority17147
 %global javaver 1.7.0
 %global buildver60
 
 # Standard JPackage directories and symbolic links.
-%global sdklnk  java-%{javaver}-%{origin}
+%global sdklnk  java-%{javaver}-openjdk
 %global archname%{sdklnk}
-%global jrelnk  jre-%{javaver}-%{origin}
+%global jrelnk  jre-%{javaver}-openjdk
 %global sdkdir  %{sdklnk}-%{javaver}
 %global jredir  %{sdkdir}/jre
 %global sdkbindir   %{_jvmdir}/%{sdklnk}/bin
@@ -152,7 +143,7 @@
 # real file made by update-ca-certificates
 %global javacacerts %{_var}/lib/ca-certificates/java-cacerts
 
-Name:   java-1_7_0-%{origin}
+Name:   java-1_7_0-openjdk
 Version:%{javaver}.%{buildver}
 Release:0
 Summary:Java runtime environment based on OpenJDK 7 and IcedTea 7
@@ -178,7 +169,6 @@
 %else
 Source11:   
http://icedtea.classpath.org/download/drops/icedtea7/2.5/hotspot.tar.bz2
 %endif
-Source13:   
http://icedtea.classpath.org/download/drops/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
 
 #Source1000: java-1_7_0-openjdk-rpmlintrc
 # those properties are for opeSUSE only
@@ -259,9 +249,6 @@
 BuildRequires:  liblcms2-devel = 2.5
 %endif
 BuildRequires:  libpng-devel
-%if %{with jamvm}
-BuildRequires:  libtool
-%endif
 %if 0%{?suse_version} = 1220
 BuildRequires:  libxslt-tools
 %endif
@@ -368,12 +355,12 @@
 # Standard JPackage base provides.
 Provides:   java = %{javaver}
 Provides: 

commit perl-XML-Simple for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Simple for openSUSE:Factory 
checked in at 2014-06-30 21:43:19

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


Package is perl-XML-Simple

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Simple/perl-XML-Simple.changes  
2013-07-30 19:11:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-Simple.new/perl-XML-Simple.changes 
2014-06-30 21:43:25.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 26 07:02:07 UTC 2014 - lchiqui...@suse.com
+
+- remove XML-Simple-2.18-test.diff from package sources, it's not
+  being applied since the last update 
+
+---

Old:

  XML-Simple-2.18-test.diff



Other differences:
--
++ perl-XML-Simple.spec ++
--- /var/tmp/diff_new_pack.GdfJl8/_old  2014-06-30 21:43:26.0 +0200
+++ /var/tmp/diff_new_pack.GdfJl8/_new  2014-06-30 21:43:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Simple
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

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



commit libqt5-qtdeclarative for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2014-06-30 21:44:21

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


Package is libqt5-qtdeclarative

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2014-06-04 18:38:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
   2014-06-30 21:44:30.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun 25 10:38:00 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+- Added pkgconfig(Qt5Xml) BuildRequires
+
+---

Old:

  qtdeclarative-opensource-src-5.3.0.tar.xz

New:

  qtdeclarative-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtdeclarative.spec ++
--- /var/tmp/diff_new_pack.mpBK5f/_old  2014-06-30 21:44:32.0 +0200
+++ /var/tmp/diff_new_pack.mpBK5f/_new  2014-06-30 21:44:32.0 +0200
@@ -21,15 +21,15 @@
 %define libname libQtQuick5
 
 Name:   libqt5-qtdeclarative
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 Declarative Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtdeclarative-%{real_version}
 %else
@@ -48,6 +48,7 @@
 BuildRequires:  pkgconfig(Qt5Network) = %{version}
 BuildRequires:  pkgconfig(Qt5Sql) = %{version}
 BuildRequires:  pkgconfig(Qt5Widgets) = %{version}
+BuildRequires:  pkgconfig(Qt5Xml) = %{version}
 BuildRequires:  pkgconfig(Qt5XmlPatterns) = %{version}
 %if %qt5_snapshot
 #to create the forwarding headers

++ qtdeclarative-opensource-src-5.3.0.tar.xz - 
qtdeclarative-opensource-src-5.3.1.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/qtdeclarative-opensource-src-5.3.0.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/qtdeclarative-opensource-src-5.3.1.tar.xz
 differ: char 26, line 1

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



commit libqt5-qtbase for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2014-06-30 21:44:19

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


Package is libqt5-qtbase

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2014-06-04 18:38:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2014-06-30 21:44:21.0 +0200
@@ -1,0 +2,14 @@
+Wed Jun 25 10:38:00 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+- Drop libqt5-fix-the-modal-dialogs-can-go-behind.patch, merged upstream
+- Added patches from upstream:
+  0001-Do-not-overwrite-existing-event-mask-of-root-window.patch -- QTBUG-39648
+  0002-Properly-check-which-OpenGL-features-are-supported.patch -- QTBUG-39730
+  0003-Fix-data-race-on-QLoggingCategory-when-using-qDebug-.patch -- Fix data 
race on QLoggingCategory
+  0004-QDBus-fix-data-race-on-isDebugging-bool.patch -- fix data race on 
isDebugging bool
+  0005-Translate-Super-Hyper-keys-to-MetaModifier.patch -- QTBUG-38428
+
+---

Old:

  libqt5-fix-the-modal-dialogs-can-go-behind.patch
  qtbase-opensource-src-5.3.0.tar.xz

New:

  0001-Do-not-overwrite-existing-event-mask-of-root-window.patch
  0002-Properly-check-which-OpenGL-features-are-supported.patch
  0003-Fix-data-race-on-QLoggingCategory-when-using-qDebug-.patch
  0004-QDBus-fix-data-race-on-isDebugging-bool.patch
  0005-Translate-Super-Hyper-keys-to-MetaModifier.patch
  qtbase-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.dWhYfX/_old  2014-06-30 21:44:26.0 +0200
+++ /var/tmp/diff_new_pack.dWhYfX/_new  2014-06-30 21:44:26.0 +0200
@@ -20,15 +20,15 @@
 %define journald 0
 
 Name:   libqt5-qtbase
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:C++ Program Library, Core Components
 License:GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  System/Libraries
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtbase-%{real_version}
 %else
@@ -53,8 +53,18 @@
 Patch135:   libqt5-byte-order-byte-is-address0.patch
 # PATCH-FIX-SUSE libqt5-Fix-Gujarati-font.patch bnc#878292 fix broken Gujarati 
font rendering
 Patch136:   libqt5-Fix-Gujarati-font.patch
-# PATCH-FIX-UPSTREAM libqt5-fix-the-modal-dialogs-can-go-behind.patch -- fix 
that modal dialogs can go behind other process window
-Patch137:   libqt5-fix-the-modal-dialogs-can-go-behind.patch
+
+# patches 1000 and above from upstream 5.3 branch #
+# PATCH-FIX-UPSTREAM 
0001-Do-not-overwrite-existing-event-mask-of-root-window.patch -- QTBUG-39648
+Patch1000:  0001-Do-not-overwrite-existing-event-mask-of-root-window.patch
+# PATCH-FIX-UPSTREAM 
0002-Properly-check-which-OpenGL-features-are-supported.patch -- QTBUG-39730
+Patch1001:  0002-Properly-check-which-OpenGL-features-are-supported.patch
+# PATCH-FIX-UPSTREAM 
0003-Fix-data-race-on-QLoggingCategory-when-using-qDebug-.patch -- Fix data 
race on QLoggingCategory
+Patch1002:  0003-Fix-data-race-on-QLoggingCategory-when-using-qDebug-.patch
+# PATCH-FIX-UPSTREAM 0004-QDBus-fix-data-race-on-isDebugging-bool.patch -- fix 
data race on isDebugging bool
+Patch1003:  0004-QDBus-fix-data-race-on-isDebugging-bool.patch
+# PATCH-FIX-UPSTREAM 0005-Translate-Super-Hyper-keys-to-MetaModifier.patch -- 
QTBUG-38428
+Patch1004:  0005-Translate-Super-Hyper-keys-to-MetaModifier.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cups-devel
 BuildRequires:  fdupes
@@ -144,7 +154,11 @@
 %patch134 -p1
 %patch135 -p1
 %patch136 -p1
-%patch137 -p1
+%patch1000 -p1
+%patch1001 -p1
+%patch1002 -p1
+%patch1003 -p1
+%patch1004 -p1
 
 # be sure not to use them
 rm -r src/3rdparty/{libjpeg,freetype,libpng,zlib}

++ 0001-Do-not-overwrite-existing-event-mask-of-root-window.patch ++
From 075c36e39beedb33ec4b239d57075f54acb21acf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= mgraess...@kde.org
Date: Mon, 16 Jun 2014 14:20:05 +0200
Subject: [PATCH 1/1] Do not overwrite existing event mask of root window

QXcbScreen installs its own event mask on the screen's root window.
This overwrites any existing event mask already set and by that
breaks applications when a new screen is added.

By first fetching the existing 

commit libqt5-creator for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2014-06-30 21:44:20

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


Package is libqt5-creator

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2014-05-22 06:39:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes   
2014-06-30 21:44:27.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:37:59 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 3.1.2
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qt-creator-opensource-src-3.1.1.tar.gz

New:

  qt-creator-opensource-src-3.1.2.tar.gz



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.iNTrgq/_old  2014-06-30 21:44:30.0 +0200
+++ /var/tmp/diff_new_pack.iNTrgq/_new  2014-06-30 21:44:30.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   libqt5-creator
-Version:3.1.1
+Version:3.1.2
 Release:0
 Summary:Lightweight IDE
 License:SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  Development/Tools/IDE
 Url:http://qt.digia.com/Product/Developer-Tools/
-%define rversion 3.1.1
+%define rversion 3.1.2
 %define rname qt-creator
-%define qt5_version 5.3.0
+%define qt5_version 5.3.1
 Source: 
http://download.qt-project.org/official_releases/qtcreator/3.1/%{rversion}/%{rname}-opensource-src-%{rversion}.tar.gz
 Source1:%{name}-rpmlintrc
 Source2:qtcreator.desktop

++ qt-creator-opensource-src-3.1.1.tar.gz - 
qt-creator-opensource-src-3.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/libqt5-creator/qt-creator-opensource-src-3.1.1.tar.gz
 
/work/SRC/openSUSE:Factory/.libqt5-creator.new/qt-creator-opensource-src-3.1.2.tar.gz
 differ: char 5, line 1

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



commit libqt5-qtimageformats for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtimageformats for 
openSUSE:Factory checked in at 2014-06-30 21:44:23

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


Package is libqt5-qtimageformats

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtimageformats/libqt5-qtimageformats.changes  
2014-06-04 18:38:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new/libqt5-qtimageformats.changes
 2014-06-30 21:44:35.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:02 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtimageformats-opensource-src-5.3.0.tar.xz

New:

  qtimageformats-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtimageformats.spec ++
--- /var/tmp/diff_new_pack.z6WFRn/_old  2014-06-30 21:44:37.0 +0200
+++ /var/tmp/diff_new_pack.z6WFRn/_new  2014-06-30 21:44:37.0 +0200
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qtimageformats
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 Image Format Plugins
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtimageformats-%{real_version}
 %else

++ qtimageformats-opensource-src-5.3.0.tar.xz - 
qtimageformats-opensource-src-5.3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-opensource-src-5.3.0/.qmake.conf 
new/qtimageformats-opensource-src-5.3.1/.qmake.conf
--- old/qtimageformats-opensource-src-5.3.0/.qmake.conf 2014-05-15 
19:12:47.0 +0200
+++ new/qtimageformats-opensource-src-5.3.1/.qmake.conf 2014-06-19 
12:08:33.0 +0200
@@ -1,3 +1,3 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.3.0
+MODULE_VERSION = 5.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-opensource-src-5.3.0/.tag 
new/qtimageformats-opensource-src-5.3.1/.tag
--- old/qtimageformats-opensource-src-5.3.0/.tag2014-05-15 
19:12:48.0 +0200
+++ new/qtimageformats-opensource-src-5.3.1/.tag2014-06-19 
12:08:34.0 +0200
@@ -1 +1 @@
-554d617762c86964dfa074074304993ccdfbe2c9
+1c66c5786c35a7d841e0004757cff06da3f9a2cc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-opensource-src-5.3.0/src/plugins/imageformats/webp/qwebphandler.cpp
 
new/qtimageformats-opensource-src-5.3.1/src/plugins/imageformats/webp/qwebphandler.cpp
--- 
old/qtimageformats-opensource-src-5.3.0/src/plugins/imageformats/webp/qwebphandler.cpp
  2014-05-15 19:12:48.0 +0200
+++ 
new/qtimageformats-opensource-src-5.3.1/src/plugins/imageformats/webp/qwebphandler.cpp
  2014-06-19 12:08:34.0 +0200
@@ -137,8 +137,13 @@
 }
 
 QImage srcImage = image;
+#if Q_BYTE_ORDER == Q_LITTLE_ENDIAN
 if (srcImage.format() != QImage::Format_ARGB32)
 srcImage = srcImage.convertToFormat(QImage::Format_ARGB32);
+#else /* Q_BIG_ENDIAN */
+if (srcImage.format() != QImage::Format_RGBA)
+srcImage = srcImage.convertToFormat(QImage::Format_RGBA);
+#endif
 
 WebPPicture picture;
 WebPConfig config;
@@ -151,7 +156,11 @@
 picture.width = srcImage.width();
 picture.height = srcImage.height();
 picture.use_argb = 1;
+#if Q_BYTE_ORDER == Q_LITTLE_ENDIAN
 if (!WebPPictureImportBGRA(picture, srcImage.bits(), 
srcImage.bytesPerLine())) {
+#else /* Q_BIG_ENDIAN */
+if (!WebPPictureImportRGBA(picture, srcImage.bits(), 
srcImage.bytesPerLine())) {
+#endif
 qWarning()  failed to import image data to webp picture.;
 
 WebPPictureFree(picture);

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



commit libqt5-qtquickcontrols for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquickcontrols for 
openSUSE:Factory checked in at 2014-06-30 21:44:26

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


Package is libqt5-qtquickcontrols

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtquickcontrols/libqt5-qtquickcontrols.changes
2014-05-22 06:38:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new/libqt5-qtquickcontrols.changes
   2014-06-30 21:44:42.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:04 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtquickcontrols-opensource-src-5.3.0.tar.xz

New:

  qtquickcontrols-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtquickcontrols.spec ++
--- /var/tmp/diff_new_pack.uExvZr/_old  2014-06-30 21:44:43.0 +0200
+++ /var/tmp/diff_new_pack.uExvZr/_new  2014-06-30 21:44:43.0 +0200
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qtquickcontrols
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtquickcontrols-%{real_version}
 %else

++ qtquickcontrols-opensource-src-5.3.0.tar.xz - 
qtquickcontrols-opensource-src-5.3.1.tar.xz ++
 2266 lines of diff (skipped)

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



commit libqt5-qtquick1 for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory 
checked in at 2014-06-30 21:44:27

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


Package is libqt5-qtquick1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes  
2014-06-04 18:38:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 
2014-06-30 21:44:44.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtquick1-opensource-src-5.3.0.tar.xz

New:

  qtquick1-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtquick1.spec ++
--- /var/tmp/diff_new_pack.EEqNhT/_old  2014-06-30 21:44:46.0 +0200
+++ /var/tmp/diff_new_pack.EEqNhT/_new  2014-06-30 21:44:46.0 +0200
@@ -21,7 +21,7 @@
 %define libname libQt5Declarative5
 
 Name:   libqt5-qtquick1
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 Quick1 Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -30,8 +30,8 @@
 
 BuildRequires:  fdupes
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtquick1-%{real_version}
 %else

++ qtquick1-opensource-src-5.3.0.tar.xz - 
qtquick1-opensource-src-5.3.1.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.3.0.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.3.1.tar.xz
 differ: char 27, line 1

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



commit libqt5-qtmultimedia for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtmultimedia for 
openSUSE:Factory checked in at 2014-06-30 21:44:25

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


Package is libqt5-qtmultimedia

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtmultimedia/libqt5-qtmultimedia.changes  
2014-06-06 14:36:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new/libqt5-qtmultimedia.changes 
2014-06-30 21:44:40.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtmultimedia-opensource-src-5.3.0.tar.xz

New:

  qtmultimedia-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtmultimedia.spec ++
--- /var/tmp/diff_new_pack.vtfpVD/_old  2014-06-30 21:44:41.0 +0200
+++ /var/tmp/diff_new_pack.vtfpVD/_new  2014-06-30 21:44:41.0 +0200
@@ -21,15 +21,15 @@
 %define libname libQt5Multimedia5
 
 Name:   libqt5-qtmultimedia
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 Multimedia Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtmultimedia-%{real_version}
 %else

++ qtmultimedia-opensource-src-5.3.0.tar.xz - 
qtmultimedia-opensource-src-5.3.1.tar.xz ++
 12021 lines of diff (skipped)

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



commit libqt5-qtgraphicaleffects for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtgraphicaleffects for 
openSUSE:Factory checked in at 2014-06-30 21:44:23

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


Package is libqt5-qtgraphicaleffects

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtgraphicaleffects/libqt5-qtgraphicaleffects.changes
  2014-05-22 06:38:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtgraphicaleffects.new/libqt5-qtgraphicaleffects.changes
 2014-06-30 21:44:32.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:01 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtgraphicaleffects-opensource-src-5.3.0.tar.xz

New:

  qtgraphicaleffects-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtgraphicaleffects.spec ++
--- /var/tmp/diff_new_pack.EawCwf/_old  2014-06-30 21:44:35.0 +0200
+++ /var/tmp/diff_new_pack.EawCwf/_new  2014-06-30 21:44:35.0 +0200
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qtgraphicaleffects
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 Graphical Effects
 License:BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or 
GPL-3.0)
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtgraphicaleffects-%{real_version}
 %else

++ qtgraphicaleffects-opensource-src-5.3.0.tar.xz - 
qtgraphicaleffects-opensource-src-5.3.1.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtgraphicaleffects/qtgraphicaleffects-opensource-src-5.3.0.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-qtgraphicaleffects.new/qtgraphicaleffects-opensource-src-5.3.1.tar.xz
 differ: char 27, line 1

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



commit libqt5-qtlocation for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtlocation for 
openSUSE:Factory checked in at 2014-06-30 21:44:24

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


Package is libqt5-qtlocation

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtlocation/libqt5-qtlocation.changes  
2014-05-22 06:38:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtlocation.new/libqt5-qtlocation.changes 
2014-06-30 21:44:37.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun 25 10:38:02 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---
+Mon Jun  2 19:25:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added baselibs.conf
+- Make private headers noarch
+
+---

Old:

  qtlocation-opensource-src-5.3.0.tar.xz

New:

  baselibs.conf
  qtlocation-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtlocation.spec ++
--- /var/tmp/diff_new_pack.JX0VIf/_old  2014-06-30 21:44:39.0 +0200
+++ /var/tmp/diff_new_pack.JX0VIf/_new  2014-06-30 21:44:39.0 +0200
@@ -21,21 +21,22 @@
 %define libname libQt5Positioning5
 
 Name:   libqt5-qtlocation
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 Location Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtlocation-%{real_version}
 %else
 %define tar_version qtlocation-opensource-src-%{real_version}
 %endif
 Source: %{tar_version}.tar.xz
+Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
 BuildRequires:  libqt5-qtdeclarative-private-headers-devel = %{version}
@@ -80,6 +81,7 @@
 %package private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
+BuildArch:  noarch
 Requires:   %{name}-devel = %{version}
 Requires:   libqt5-qtbase-private-headers-devel = %{version}
 Requires:   libqt5-qtdeclarative-private-headers-devel

++ baselibs.conf ++
libQt5Positioning5
libqt5-qtlocation-devel
requires libQt5Positioning5-targettype = version++ 
qtlocation-opensource-src-5.3.0.tar.xz - 
qtlocation-opensource-src-5.3.1.tar.xz ++
 2816 lines of diff (skipped)

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



commit libqt5-qtserialport for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtserialport for 
openSUSE:Factory checked in at 2014-06-30 21:44:30

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


Package is libqt5-qtserialport

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtserialport/libqt5-qtserialport.changes  
2014-06-04 18:38:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialport.new/libqt5-qtserialport.changes 
2014-06-30 21:44:50.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtserialport-opensource-src-5.3.0.tar.xz

New:

  qtserialport-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtserialport.spec ++
--- /var/tmp/diff_new_pack.Ug8GtS/_old  2014-06-30 21:44:50.0 +0200
+++ /var/tmp/diff_new_pack.Ug8GtS/_new  2014-06-30 21:44:50.0 +0200
@@ -21,15 +21,15 @@
 %define libname libQt5SerialPort5
 
 Name:   libqt5-qtserialport
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtserialport-%{real_version}
 %else

++ qtserialport-opensource-src-5.3.0.tar.xz - 
qtserialport-opensource-src-5.3.1.tar.xz ++
 2433 lines of diff (skipped)

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



commit libqt5-qtsensors for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsensors for 
openSUSE:Factory checked in at 2014-06-30 21:44:29

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


Package is libqt5-qtsensors

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtsensors/libqt5-qtsensors.changes
2014-06-04 18:38:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsensors.new/libqt5-qtsensors.changes   
2014-06-30 21:44:48.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtsensors-opensource-src-5.3.0.tar.xz

New:

  qtsensors-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtsensors.spec ++
--- /var/tmp/diff_new_pack.RPNzPD/_old  2014-06-30 21:44:49.0 +0200
+++ /var/tmp/diff_new_pack.RPNzPD/_new  2014-06-30 21:44:49.0 +0200
@@ -21,15 +21,15 @@
 %define libname libQt5Sensors5
 
 Name:   libqt5-qtsensors
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtsensors-%{real_version}
 %else

++ qtsensors-opensource-src-5.3.0.tar.xz - 
qtsensors-opensource-src-5.3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtsensors-opensource-src-5.3.0/.qmake.conf 
new/qtsensors-opensource-src-5.3.1/.qmake.conf
--- old/qtsensors-opensource-src-5.3.0/.qmake.conf  2014-05-15 
19:12:46.0 +0200
+++ new/qtsensors-opensource-src-5.3.1/.qmake.conf  2014-06-19 
12:08:33.0 +0200
@@ -1,3 +1,3 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.3.0
+MODULE_VERSION = 5.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtsensors-opensource-src-5.3.0/.tag 
new/qtsensors-opensource-src-5.3.1/.tag
--- old/qtsensors-opensource-src-5.3.0/.tag 2014-05-15 19:12:47.0 
+0200
+++ new/qtsensors-opensource-src-5.3.1/.tag 2014-06-19 12:08:33.0 
+0200
@@ -1 +1 @@
-43e7f32c776ceebe60416524510e70afa3c9a8d9
+facae1ad357a80859da51f52f49db8c53d2e89be
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtsensors-opensource-src-5.3.0/examples/sensors/grue/import/import.pro 
new/qtsensors-opensource-src-5.3.1/examples/sensors/grue/import/import.pro
--- old/qtsensors-opensource-src-5.3.0/examples/sensors/grue/import/import.pro  
2014-05-15 19:12:46.0 +0200
+++ new/qtsensors-opensource-src-5.3.1/examples/sensors/grue/import/import.pro  
2014-06-19 12:08:33.0 +0200
@@ -31,7 +31,7 @@
 copydest = $$DESTDIR
 
 # On Windows, use backslashes as directory separators
-win32: {
+equals(QMAKE_HOST.os, Windows) {
 copyfile ~= s,/,\\,g
 copydest ~= s,/,\\,g
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtsensors-opensource-src-5.3.0/examples/sensors/sensor_explorer/import/import.pro
 
new/qtsensors-opensource-src-5.3.1/examples/sensors/sensor_explorer/import/import.pro
--- 
old/qtsensors-opensource-src-5.3.0/examples/sensors/sensor_explorer/import/import.pro
   2014-05-15 19:12:46.0 +0200
+++ 
new/qtsensors-opensource-src-5.3.1/examples/sensors/sensor_explorer/import/import.pro
   2014-06-19 12:08:33.0 +0200
@@ -31,7 +31,7 @@
 copydest = $$DESTDIR
 
 # On Windows, use backslashes as directory separators
-win32: {
+equals(QMAKE_HOST.os, Windows) {
 copyfile ~= s,/,\\,g
 copydest ~= s,/,\\,g
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtsensors-opensource-src-5.3.0/include/QtSensors/5.3.0/QtSensors/private/qaccelerometer_p.h
 
new/qtsensors-opensource-src-5.3.1/include/QtSensors/5.3.0/QtSensors/private/qaccelerometer_p.h
--- 
old/qtsensors-opensource-src-5.3.0/include/QtSensors/5.3.0/QtSensors/private/qaccelerometer_p.h
 2014-05-15 19:12:46.0 +0200
+++ 
new/qtsensors-opensource-src-5.3.1/include/QtSensors/5.3.0/QtSensors/private/qaccelerometer_p.h
 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-#include ../../../../../src/sensors/qaccelerometer_p.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit libqt5-qtx11extras for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtx11extras for 
openSUSE:Factory checked in at 2014-06-30 21:44:35

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


Package is libqt5-qtx11extras

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtx11extras/libqt5-qtx11extras.changes
2014-06-04 18:38:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtx11extras.new/libqt5-qtx11extras.changes   
2014-06-30 21:44:56.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:11 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtx11extras-opensource-src-5.3.0.tar.xz

New:

  qtx11extras-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtx11extras.spec ++
--- /var/tmp/diff_new_pack.RZwNwR/_old  2014-06-30 21:44:57.0 +0200
+++ /var/tmp/diff_new_pack.RZwNwR/_new  2014-06-30 21:44:57.0 +0200
@@ -21,11 +21,11 @@
 %define libname libQt5X11Extras5
 
 Name:   libqt5-qtx11extras
-Version:5.3.0
+Version:5.3.1
 Release:0
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtx11extras-%{real_version}
 %else

++ qtx11extras-opensource-src-5.3.0.tar.xz - 
qtx11extras-opensource-src-5.3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtx11extras-opensource-src-5.3.0/.qmake.conf 
new/qtx11extras-opensource-src-5.3.1/.qmake.conf
--- old/qtx11extras-opensource-src-5.3.0/.qmake.conf2014-05-15 
19:12:41.0 +0200
+++ new/qtx11extras-opensource-src-5.3.1/.qmake.conf2014-06-19 
12:08:28.0 +0200
@@ -1,3 +1,3 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.3.0
+MODULE_VERSION = 5.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtx11extras-opensource-src-5.3.0/.tag 
new/qtx11extras-opensource-src-5.3.1/.tag
--- old/qtx11extras-opensource-src-5.3.0/.tag   2014-05-15 19:12:41.0 
+0200
+++ new/qtx11extras-opensource-src-5.3.1/.tag   2014-06-19 12:08:28.0 
+0200
@@ -1 +1 @@
-947361a7dc8db093d0b8e1ec5ac953470a180259
+2d84caf5ef1b5dace0d678df4581db3c955be6ee
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtx11extras-opensource-src-5.3.0/include/QtX11Extras/qtx11extrasversion.h 
new/qtx11extras-opensource-src-5.3.1/include/QtX11Extras/qtx11extrasversion.h
--- 
old/qtx11extras-opensource-src-5.3.0/include/QtX11Extras/qtx11extrasversion.h   
2014-05-15 19:12:41.0 +0200
+++ 
new/qtx11extras-opensource-src-5.3.1/include/QtX11Extras/qtx11extrasversion.h   
2014-06-19 12:08:28.0 +0200
@@ -2,8 +2,8 @@
 #ifndef QT_QTX11EXTRAS_VERSION_H
 #define QT_QTX11EXTRAS_VERSION_H
 
-#define QTX11EXTRAS_VERSION_STR 5.3.0
+#define QTX11EXTRAS_VERSION_STR 5.3.1
 
-#define QTX11EXTRAS_VERSION 0x050300
+#define QTX11EXTRAS_VERSION 0x050301
 
 #endif // QT_QTX11EXTRAS_VERSION_H

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



commit libqt5-qttranslations for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qttranslations for 
openSUSE:Factory checked in at 2014-06-30 21:44:33

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


Package is libqt5-qttranslations

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qttranslations/libqt5-qttranslations.changes  
2014-05-22 06:39:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qttranslations.new/libqt5-qttranslations.changes
 2014-06-30 21:44:53.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:07 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qttranslations-opensource-src-5.3.0.tar.xz

New:

  qttranslations-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qttranslations.spec ++
--- /var/tmp/diff_new_pack.7lgRMK/_old  2014-06-30 21:44:54.0 +0200
+++ /var/tmp/diff_new_pack.7lgRMK/_new  2014-06-30 21:44:54.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   libqt5-qttranslations
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 Graphical Effects
 License:BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or 
GPL-3.0)
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %define tar_version qttranslations-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 BuildRequires:  libqt5-qttools-devel = %{version}

++ qttranslations-opensource-src-5.3.0.tar.xz - 
qttranslations-opensource-src-5.3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qttranslations-opensource-src-5.3.0/.qmake.conf 
new/qttranslations-opensource-src-5.3.1/.qmake.conf
--- old/qttranslations-opensource-src-5.3.0/.qmake.conf 2014-05-15 
19:12:20.0 +0200
+++ new/qttranslations-opensource-src-5.3.1/.qmake.conf 2014-06-19 
12:08:10.0 +0200
@@ -1,3 +1,3 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.3.0
+MODULE_VERSION = 5.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qttranslations-opensource-src-5.3.0/.tag 
new/qttranslations-opensource-src-5.3.1/.tag
--- old/qttranslations-opensource-src-5.3.0/.tag2014-05-15 
19:12:20.0 +0200
+++ new/qttranslations-opensource-src-5.3.1/.tag2014-06-19 
12:08:10.0 +0200
@@ -1 +1 @@
-56c55b5db6905b93145cc7e05d4a87326718851e
+ed43bd824d647605e8ffa482dbf034eae5de7bc4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qttranslations-opensource-src-5.3.0/translations/qt_help_it.ts 
new/qttranslations-opensource-src-5.3.1/translations/qt_help_it.ts
--- old/qttranslations-opensource-src-5.3.0/translations/qt_help_it.ts  
1970-01-01 01:00:00.0 +0100
+++ new/qttranslations-opensource-src-5.3.1/translations/qt_help_it.ts  
2014-06-19 12:08:10.0 +0200
@@ -0,0 +1,381 @@
+?xml version=1.0 encoding=utf-8?
+!DOCTYPE TS
+TS version=2.0 language=it_IT
+context
+nameQCLuceneResultWidget/name
+message
+location 
filename=../../qttools/src/assistant/help/qhelpsearchresultwidget.cpp 
line=+110/
+sourceSearch Results/source
+translationRisultati della ricerca/translation
+/message
+message
+location line=+7/
+sourceNote:/source
+translationNota:/translation
+/message
+message
+location line=+1/
+sourceThe search results may not be complete since the documentation 
is still being indexed!/source
+translationI risultati della ricerca potrebbero non essere completi 
perchè è ancora in corso lapos;indicizzazione della 
documentazione!/translation
+/message
+message
+location line=+11/
+sourceYour search did not match any documents./source
+translationLa tua ricerca non ha trovato corrispondenze in nessun 
documento./translation
+/message
+message
+location line=+4/
+source(The reason for this might be that the documentation is still 
being indexed.)/source
+translation(La causa di ciò potrebbe essere che 
lapos;indicizzazione della documentazione è ancora in corso.)/translation
+/message
+/context
+context
+nameQHelp/name
+message
+location filename=../../qttools/src/assistant/help/qhelp_global.cpp 
line=+62/
+

commit yast2-ldap for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-ldap for openSUSE:Factory 
checked in at 2014-06-30 21:44:53

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


Package is yast2-ldap

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ldap/yast2-ldap.changes2014-04-05 
14:42:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ldap.new/yast2-ldap.changes   
2014-06-30 21:45:08.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 11 13:26:04 UTC 2014 - vark...@suse.com
+
+- Do not add MenuButton to ButtonBox
+- 3.1.10
+
+---

Old:

  yast2-ldap-3.1.9.tar.bz2

New:

  yast2-ldap-3.1.10.tar.bz2



Other differences:
--
++ yast2-ldap.spec ++
--- /var/tmp/diff_new_pack.5sl6SZ/_old  2014-06-30 21:45:11.0 +0200
+++ /var/tmp/diff_new_pack.5sl6SZ/_new  2014-06-30 21:45:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ldap-3.1.9.tar.bz2 - yast2-ldap-3.1.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.9/MAINTAINER 
new/yast2-ldap-3.1.10/MAINTAINER
--- old/yast2-ldap-3.1.9/MAINTAINER 2014-03-26 17:33:06.0 +0100
+++ new/yast2-ldap-3.1.10/MAINTAINER2014-05-09 12:13:46.0 +0200
@@ -1 +1 @@
-Jiri Suchomel jsuch...@suse.cz
+Peter Varkoly vark...@suse.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.9/package/yast2-ldap.changes 
new/yast2-ldap-3.1.10/package/yast2-ldap.changes
--- old/yast2-ldap-3.1.9/package/yast2-ldap.changes 2014-03-26 
17:33:06.0 +0100
+++ new/yast2-ldap-3.1.10/package/yast2-ldap.changes2014-06-27 
12:23:24.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Jun 11 13:26:04 UTC 2014 - vark...@suse.com
+
+- Do not add MenuButton to ButtonBox
+- 3.1.10
+
+---
 Wed Mar 26 14:16:45 UTC 2014 - vark...@suse.com
 
 - Remove some not used variables and functions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.9/package/yast2-ldap.spec 
new/yast2-ldap-3.1.10/package/yast2-ldap.spec
--- old/yast2-ldap-3.1.9/package/yast2-ldap.spec2014-03-26 
17:33:06.0 +0100
+++ new/yast2-ldap-3.1.10/package/yast2-ldap.spec   2014-06-27 
12:23:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ldap
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.9/src/LdapPopup.rb 
new/yast2-ldap-3.1.10/src/LdapPopup.rb
--- old/yast2-ldap-3.1.9/src/LdapPopup.rb   2014-03-26 17:33:06.0 
+0100
+++ new/yast2-ldap-3.1.10/src/LdapPopup.rb  2014-06-27 12:23:24.0 
+0200
@@ -369,11 +369,13 @@
 PushButton(Id(:cancel), Opt(:key_F9), Label.CancelButton),
 PushButton(Id(:help), Opt(:key_F2), Label.HelpButton)
   ) :
-  ButtonBox(
-PushButton(Id(:ok), Opt(:default, :key_F10), Label.OKButton),
-PushButton(Id(:cancel), Opt(:key_F9), Label.CancelButton),
-PushButton(Id(:help), Opt(:key_F2), Label.HelpButton),
-add_button
+  HBox(
+add_button,
+ButtonBox(
+  PushButton(Id(:ok), Opt(:default, :key_F10), Label.OKButton),
+  PushButton(Id(:cancel), Opt(:key_F9), Label.CancelButton),
+  PushButton(Id(:help), Opt(:key_F2), Label.HelpButton)
+)
   )
   ),
   HSpacing(1)

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



commit xf86-video-modesetting for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-modesetting for 
openSUSE:Factory checked in at 2014-06-30 21:44:52

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


Package is xf86-video-modesetting

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-modesetting/xf86-video-modesetting.changes
2014-04-26 19:35:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-modesetting.new/xf86-video-modesetting.changes
   2014-06-30 21:45:06.0 +0200
@@ -1,0 +2,16 @@
+Fri Jun 27 01:53:06 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 0.9.0:
+  + modesetting: Don't (brokenly) double-track software cursor
+  + Use own thunk function instead of shadowUpdatePackedWeak
+  + modesetting: query cursor size from the kernel
+  + modesetting: move closing fd to after we check outputs
+  + modesetting: try and use hotspot cursor support
+  + modesetting: fix cursor rendering with hotspots.
+  + modesetting: fix use after free.
+  + modesetting: fix build regression against older servers.
+  + Add support for server managed fds
+- Remove patch(es):
+  + U_Handle_new_DamageUnregister_API_which_has_only_one_argument.patch
+
+---

Old:

  U_Handle_new_DamageUnregister_API_which_has_only_one_argument.patch
  xf86-video-modesetting-0.8.0.tar.bz2

New:

  xf86-video-modesetting-0.9.0.tar.bz2



Other differences:
--
++ xf86-video-modesetting.spec ++
--- /var/tmp/diff_new_pack.KbB5rR/_old  2014-06-30 21:45:07.0 +0200
+++ /var/tmp/diff_new_pack.KbB5rR/_new  2014-06-30 21:45:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-video-modesetting
-Version:0.8.0
+Version:0.9.0
 Release:0
 Summary:Generic modesetting driver
 License:MIT
@@ -35,7 +35,6 @@
 # by default.
 Supplements:xorg-x11-server
 
-Patch1: 
U_Handle_new_DamageUnregister_API_which_has_only_one_argument.patch
 Patch2: N_modesetting-default-swcursor.diff
 
 %x11_abi_videodrv_req
@@ -49,7 +48,6 @@
 %prep
 %setup -q -n %{name}-%{version}
 
-%patch1 -p1
 %patch2 -p1
 
 %build

++ xf86-video-modesetting-0.8.0.tar.bz2 - 
xf86-video-modesetting-0.9.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-video-modesetting-0.8.0/ChangeLog 
new/xf86-video-modesetting-0.9.0/ChangeLog
--- old/xf86-video-modesetting-0.8.0/ChangeLog  2013-06-12 14:13:08.0 
+0200
+++ new/xf86-video-modesetting-0.9.0/ChangeLog  2014-06-26 10:38:37.0 
+0200
@@ -1,3 +1,154 @@
+commit 1e4cb922617990a3005ac23b0c90f89147c3564b
+Author: Maarten Lankhorst maarten.lankho...@canonical.com
+Date:   Thu Jun 26 10:37:19 2014 +0200
+
+bump to 0.9.0
+
+commit d1c6e27759ea1d2c30cabc62ff2bc315bbbec5fc
+Author: Adam Jackson a...@redhat.com
+Date:   Wed May 21 10:16:39 2014 -0400
+
+Use own thunk function instead of shadowUpdatePackedWeak
+
+I plan to remove the Weak functions from a future server.
+
+Signed-off-by: Adam Jackson a...@redhat.com
+
+commit 07c5d9cb782fde2a073efdc437489d6c4b432d46
+Author: Dave Airlie airl...@redhat.com
+Date:   Fri May 2 13:16:05 2014 +1000
+
+modesetting: fix build regression against older servers.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 32fb5f2d821e5e13038eab7db35c5048ad807ccc
+Author: Dave Airlie airl...@redhat.com
+Date:   Fri May 2 13:14:30 2014 +1000
+
+modesetting: fix use after free.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 509dbe8cab339e44b02fed3728bbef7de5c60d05
+Author: Hans de Goede hdego...@redhat.com
+Date:   Tue Mar 18 15:48:22 2014 +0100
+
+Add support for server managed fds
+
+Signed-off-by: Hans de Goede hdego...@redhat.com
+
+commit c9d377a19201973012bb6bbb07e3b8c3e9c3b856
+Author: Dave Airlie airl...@redhat.com
+Date:   Fri Feb 28 12:04:30 2014 +1000
+
+modesetting: fix cursor rendering with hotspots.
+
+older kernels report EINVAL not ENOSYS, doh.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit b8840f5442f9fbd8ce47ab2dd555b75cf4bb114a
+Author: Adam Jackson a...@redhat.com
+Date:   Tue Feb 25 09:06:55 2014 -0500
+
+modesetting: Don't (brokenly) double-track software cursor
+
+Signed-off-by: Adam Jackson a...@redhat.com
+
+commit c36a5e298c36deb5f6fd0eef3029235aa58de295
+Author: Dave Airlie airl...@redhat.com
+Date:   Mon Jan 20 11:06:42 2014 +1000
+
+modesetting: try and use hotspot cursor support
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 

commit libqt5-qtxmlpatterns for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtxmlpatterns for 
openSUSE:Factory checked in at 2014-06-30 21:44:37

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


Package is libqt5-qtxmlpatterns

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns/libqt5-qtxmlpatterns.changes
2014-06-04 18:38:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new/libqt5-qtxmlpatterns.changes
   2014-06-30 21:45:01.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:12 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtxmlpatterns-opensource-src-5.3.0.tar.xz

New:

  qtxmlpatterns-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtxmlpatterns.spec ++
--- /var/tmp/diff_new_pack.gYG7lW/_old  2014-06-30 21:45:03.0 +0200
+++ /var/tmp/diff_new_pack.gYG7lW/_new  2014-06-30 21:45:03.0 +0200
@@ -21,15 +21,15 @@
 %define libname libQt5XmlPatterns5
 
 Name:   libqt5-qtxmlpatterns
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 XmlPatterns Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  System/Libraries
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtxmlpatterns-%{real_version}
 %else

++ qtxmlpatterns-opensource-src-5.3.0.tar.xz - 
qtxmlpatterns-opensource-src-5.3.1.tar.xz ++
 3732 lines of diff (skipped)

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



commit libqt5-qtsvg for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsvg for openSUSE:Factory 
checked in at 2014-06-30 21:44:31

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


Package is libqt5-qtsvg

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtsvg/libqt5-qtsvg.changes
2014-06-04 18:38:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsvg.new/libqt5-qtsvg.changes   
2014-06-30 21:44:51.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtsvg-opensource-src-5.3.0.tar.xz

New:

  qtsvg-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtsvg.spec ++
--- /var/tmp/diff_new_pack.gu9LwF/_old  2014-06-30 21:44:51.0 +0200
+++ /var/tmp/diff_new_pack.gu9LwF/_new  2014-06-30 21:44:51.0 +0200
@@ -21,15 +21,15 @@
 %define libname libQt5Svg5
 
 Name:   libqt5-qtsvg
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 SVG Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtsvg-%{real_version}
 %else

++ qtsvg-opensource-src-5.3.0.tar.xz - qtsvg-opensource-src-5.3.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtsvg-opensource-src-5.3.0/.qmake.conf 
new/qtsvg-opensource-src-5.3.1/.qmake.conf
--- old/qtsvg-opensource-src-5.3.0/.qmake.conf  2014-05-15 19:12:47.0 
+0200
+++ new/qtsvg-opensource-src-5.3.1/.qmake.conf  2014-06-19 12:08:33.0 
+0200
@@ -2,4 +2,4 @@
 CONFIG += qt_example_installs
 CONFIG += warning_clean
 
-MODULE_VERSION = 5.3.0
+MODULE_VERSION = 5.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtsvg-opensource-src-5.3.0/.tag 
new/qtsvg-opensource-src-5.3.1/.tag
--- old/qtsvg-opensource-src-5.3.0/.tag 2014-05-15 19:12:47.0 +0200
+++ new/qtsvg-opensource-src-5.3.1/.tag 2014-06-19 12:08:33.0 +0200
@@ -1 +1 @@
-bbf16bd90285658571bc30161e9687e0cc40e387
+35a2f0880831d38c60d2b4820dac808f48f6f3a8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtsvg-opensource-src-5.3.0/examples/svg/embedded/weatherinfo/weatherinfo.cpp
 
new/qtsvg-opensource-src-5.3.1/examples/svg/embedded/weatherinfo/weatherinfo.cpp
--- 
old/qtsvg-opensource-src-5.3.0/examples/svg/embedded/weatherinfo/weatherinfo.cpp
2014-05-15 19:12:47.0 +0200
+++ 
new/qtsvg-opensource-src-5.3.1/examples/svg/embedded/weatherinfo/weatherinfo.cpp
2014-06-19 12:08:33.0 +0200
@@ -44,6 +44,11 @@
 #include QtNetwork
 #include QtSvg
 
+#define GET_DATA_ATTR(val) xml.attributes().value(val).toString()
+#define GET_DATETIME(val) QDateTime::fromString(val, -MM-ddThh:mm:ss)
+#define FORMAT_TEMPERATURE(val) val + QChar(176) + C
+#define TEXTCOLOR palette().color(QPalette::WindowText)
+
 class WeatherInfo: public QMainWindow
 {
 Q_OBJECT
@@ -56,6 +61,8 @@
 QGraphicsRectItem *m_statusItem;
 QGraphicsTextItem *m_temperatureItem;
 QGraphicsTextItem *m_conditionItem;
+QGraphicsTextItem *m_cityItem;
+QGraphicsTextItem *m_copyright;
 QGraphicsSvgItem *m_iconItem;
 QListQGraphicsRectItem* m_forecastItems;
 QListQGraphicsTextItem* m_dayItems;
@@ -82,9 +89,9 @@
 QStringList cities;
 cities  Oslo;
 cities  Berlin;
-cities  Brisbane;
+cities  Moscow;
 cities  Helsinki;
-cities  San Diego;
+cities  Santa Clara;
 for (int i = 0; i  cities.count(); ++i) {
 QAction *action = new QAction(cities[i], this);
 connect(action, SIGNAL(triggered()), SLOT(chooseCity()));
@@ -100,15 +107,26 @@
 
 private slots:
 void delayedInit() {
-request(Oslo);
+request(http://www.yr.no/place/Norge/Oslo/Oslo/Oslo/varsel.xml;);
 }
 
 private slots:
 
 void chooseCity() {
 QAction *action = qobject_castQAction*(sender());
-if (action)
-request(action-text());
+if (action) {
+if (action-text() == Oslo) {
+
request(http://www.yr.no/place/Norge/Oslo/Oslo/Oslo/varsel.xml;);
+} else if (action-text() == Berlin) {
+

commit wicked for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2014-06-30 21:44:54

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


Package is wicked

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2014-06-06 
14:36:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2014-06-30 
21:45:12.0 +0200
@@ -1,0 +2,36 @@
+Fri Jun 27 11:02:57 UTC 2014 - m...@suse.de
+
+- version 0.5.31
+- fsm: maintain shared_users in refresh lowerdev (bnc#883976)
+
+---
+Thu Jun 26 21:21:33 UTC 2014 - m...@suse.de
+
+- version 0.5.30
+- ifdown: rebuild hierarchy from lower and masterdev to stop
+  requested interfaces in their correct order (bnc#883976)
+- config: added use-nannytrue/use-nanny switch, which
+  allows to test using nanny -- default is false.
+- client: log exec commands and exit codes as debug
+- client: initial merge of nanny ifup and ifdown
+- nanny: initial merge of nanny fork changes
+- rpm: removed obsolete pkgconfig(systemd), use unitdir
+- library: fixed versioning of internal wicked lib
+
+---
+Wed Jun 25 16:09:25 UTC 2014 - m...@suse.de
+
+- version 0.5.29
+- dhcp4: recover lease, correctly build requests (bnc#881475)
+- ipv4: fix duplicate address detection (bnc#881475)
+- service: added network-online.target to wants (bnc#883565)
+- ibft: fixed to generate proper static address node, no
+  static config with dhcp origin and to verify mac in ibft
+  nic selection as it may be for offload device (bnc#883712)
+- client: if needed refresh worker in addressAcquired callback
+- client: wicked xpath subcommand argument check 
+- doc: README and manual page updates (bnc#874609,bnc#880262)
+- client: require directory in --ifconfig compat (bnc#881544)
+- dhcp: show progress notifications (bnc#874609)
+
+---

Old:

  wicked-0.5.28.tar.bz2

New:

  wicked-0.5.31.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.sZaNPX/_old  2014-06-30 21:45:14.0 +0200
+++ /var/tmp/diff_new_pack.sZaNPX/_new  2014-06-30 21:45:14.0 +0200
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.5.28
+Version:0.5.31
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0
@@ -31,7 +31,7 @@
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  make
-Requires(pre):  libwicked0 = %{version}
+Requires(pre):  libwicked-0-5 = %{version}
 
 %if 0%{?suse_version} = 1230
 %bcond_without  systemd
@@ -55,7 +55,6 @@
 
 %if %{with systemd}
 %{?systemd_requires}
-BuildRequires:  pkgconfig(systemd)
 %if 0%{?suse_version:1}
 Requires(pre):  %fillup_prereq
 Requires:   sysconfig-netconfig
@@ -124,7 +123,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   dbus-1-devel
 Requires:   libnl3-devel
-Requires:   libwicked0 = %{version}
+Requires:   libwicked-0-5 = %{version}
 
 %description devel
 Wicked is a network configuration infrastructure incorporating a number
@@ -134,11 +133,12 @@
 This package provides the wicked development files.
 %endif
 
-%package -n libwicked0
+%package -n libwicked-0-5
 Summary:Network configuration infrastructure - Shared library
 Group:  System/Management
+Obsoletes:  libwicked0  %{version}
 
-%description -n libwicked0
+%description -n libwicked-0-5
 Wicked is a network configuration infrastructure incorporating a number
 of existing frameworks into a unified architecture, providing a DBUS
 interface to network configuration.
@@ -159,6 +159,7 @@
--with-compat=suse  \
 %if %{with systemd}
--enable-systemd\
+   --with-systemd-unitdir=%{_unitdir} \
 %else
--enable-systemv\
 %endif
@@ -254,10 +255,10 @@
 
 %endif
 
-%post -n libwicked0
+%post -n libwicked-0-5
 /sbin/ldconfig
 
-%postun -n libwicked0
+%postun -n libwicked-0-5
 /sbin/ldconfig
 
 %post
@@ -372,7 +373,7 @@
 %_mandir/man7/wicked.7*
 %endif
 
-%files -n libwicked0
+%files -n libwicked-0-5
 %defattr (-,root,root)
 %_libdir/libwicked*.so.*
 

++ wicked-0.5.28.tar.bz2 - wicked-0.5.31.tar.bz2 ++
 7495 lines of diff (skipped)

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



commit libqt5-qttools for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qttools for openSUSE:Factory 
checked in at 2014-06-30 21:44:32

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


Package is libqt5-qttools

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qttools/libqt5-qttools.changes
2014-06-04 18:38:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qttools.new/libqt5-qttools.changes   
2014-06-30 21:44:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:07 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qttools-opensource-src-5.3.0.tar.xz

New:

  qttools-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qttools.spec ++
--- /var/tmp/diff_new_pack.3utaYm/_old  2014-06-30 21:44:53.0 +0200
+++ /var/tmp/diff_new_pack.3utaYm/_new  2014-06-30 21:44:53.0 +0200
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qttools
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 QtTools Module
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qttools-%{real_version}
 %else




++ qttools-opensource-src-5.3.0.tar.xz - 
qttools-opensource-src-5.3.1.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qttools/qttools-opensource-src-5.3.0.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qttools.new/qttools-opensource-src-5.3.1.tar.xz
 differ: char 27, line 1

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



commit xf86-video-ati for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-ati for openSUSE:Factory 
checked in at 2014-06-30 21:44:51

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


Package is xf86-video-ati

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-ati/xf86-video-ati.changes
2014-03-22 19:46:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-ati.new/xf86-video-ati.changes   
2014-06-30 21:45:05.0 +0200
@@ -1,0 +2,31 @@
+Fri Jun 27 01:48:16 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 7.4.0:
+  + kms: Use own thunk function instead of shadowUpdatePackedWeak
+  + radeon: don't install colormap handling if there are no crtcs
+  + radeon: require libdrm 2.4.51
+  + radeon: enable tiling by default on CIK
+  + update man page to reflect tiling changes for CI parts
+  + radeon: require libdrm_radeon 2.4.54 for mullins support
+  + radeon: enable tiling for mullins
+  + radeon: fix use-after-free in modesetting cleanup
+  + radeon_open_drm_master get rid of unnecessary goto
+  + Add radeon_get_drm_master_fd helper function
+  + Add support for server managed fds
+  + Fix building on older servers without xf86platformBus.h
+  + evergreen: fix shader constant upload on ppc
+  + return immediately in preinit when called with PROBE_DETECT
+  + Only log debugging output about initializing colormaps when we're doing so
+  + Allow enabling glamor on R500 (and R300) class 3D engines as well.
+  + Build against glamor in the xserver tree if available
+  + dri2: Fix conflicting CreatePixmap usage flag definitions
+  + glamor: Fix test for creating shared pixmaps
+  + Adapt to load_cursor_argb signature change in xserver 1.15.99.902
+  + dri2: Handle PRIME for source buffer as well in radeon_dri2_copy_region2
+  + Revert Adapt to load_cursor_argb signature change in xserver 1.15.99.902
+  + Don't disable acceleration on = SI on attempts to force EXA
+  + Rename Option NoAccel to Accel
+  + radeon: add support for Mullins.
+  + radeon: add Mullins pci ids.
+
+---

Old:

  xf86-video-ati-7.3.0.1.tar.bz2

New:

  xf86-video-ati-7.4.0.tar.bz2



Other differences:
--
++ xf86-video-ati.spec ++
--- /var/tmp/diff_new_pack.ioC32F/_old  2014-06-30 21:45:06.0 +0200
+++ /var/tmp/diff_new_pack.ioC32F/_new  2014-06-30 21:45:06.0 +0200
@@ -19,7 +19,7 @@
 %define xserver_glamor 1
 
 Name:   xf86-video-ati
-Version:7.3.0.1
+Version:7.4.0
 Release:0
 Summary:ATI video driver for the Xorg X server
 License:MIT

++ xf86-video-ati-7.3.0.1.tar.bz2 - xf86-video-ati-7.4.0.tar.bz2 ++
 77911 lines of diff (skipped)

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



commit libqt5-qtwebsockets for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebsockets for 
openSUSE:Factory checked in at 2014-06-30 21:44:34

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


Package is libqt5-qtwebsockets

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebsockets/libqt5-qtwebsockets.changes  
2014-06-04 18:38:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebsockets.new/libqt5-qtwebsockets.changes 
2014-06-30 21:44:55.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:10 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtwebsockets-opensource-src-5.3.0.tar.xz

New:

  qtwebsockets-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtwebsockets.spec ++
--- /var/tmp/diff_new_pack.I8KiEQ/_old  2014-06-30 21:44:56.0 +0200
+++ /var/tmp/diff_new_pack.I8KiEQ/_new  2014-06-30 21:44:56.0 +0200
@@ -21,15 +21,15 @@
 %define libname libQt5WebSockets5
 
 Name:   libqt5-qtwebsockets
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Qt 5 WebSockets Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtwebsockets-%{real_version}
 %else

++ qtwebsockets-opensource-src-5.3.0.tar.xz - 
qtwebsockets-opensource-src-5.3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebsockets-opensource-src-5.3.0/.qmake.conf 
new/qtwebsockets-opensource-src-5.3.1/.qmake.conf
--- old/qtwebsockets-opensource-src-5.3.0/.qmake.conf   2014-05-15 
19:12:46.0 +0200
+++ new/qtwebsockets-opensource-src-5.3.1/.qmake.conf   2014-06-19 
12:08:33.0 +0200
@@ -3,4 +3,4 @@
 CONFIG += qt_example_installs
 CONFIG += warning_clean
 
-MODULE_VERSION = 5.3.0
+MODULE_VERSION = 5.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebsockets-opensource-src-5.3.0/.tag 
new/qtwebsockets-opensource-src-5.3.1/.tag
--- old/qtwebsockets-opensource-src-5.3.0/.tag  2014-05-15 19:12:46.0 
+0200
+++ new/qtwebsockets-opensource-src-5.3.1/.tag  2014-06-19 12:08:33.0 
+0200
@@ -1 +1 @@
-6419556a2bebe81244198e84696aa6eeebdf463d
+eb16b1970293dfeb5918751afbdf1fb7f62028e1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtwebsockets-opensource-src-5.3.0/include/QtWebSockets/5.3.0/QtWebSockets/private/qdefaultmaskgenerator_p.h
 
new/qtwebsockets-opensource-src-5.3.1/include/QtWebSockets/5.3.0/QtWebSockets/private/qdefaultmaskgenerator_p.h
--- 
old/qtwebsockets-opensource-src-5.3.0/include/QtWebSockets/5.3.0/QtWebSockets/private/qdefaultmaskgenerator_p.h
 2014-05-15 19:12:46.0 +0200
+++ 
new/qtwebsockets-opensource-src-5.3.1/include/QtWebSockets/5.3.0/QtWebSockets/private/qdefaultmaskgenerator_p.h
 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-#include ../../../../../src/websockets/qdefaultmaskgenerator_p.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtwebsockets-opensource-src-5.3.0/include/QtWebSockets/5.3.0/QtWebSockets/private/qsslserver_p.h
 
new/qtwebsockets-opensource-src-5.3.1/include/QtWebSockets/5.3.0/QtWebSockets/private/qsslserver_p.h
--- 
old/qtwebsockets-opensource-src-5.3.0/include/QtWebSockets/5.3.0/QtWebSockets/private/qsslserver_p.h
2014-05-15 19:12:46.0 +0200
+++ 
new/qtwebsockets-opensource-src-5.3.1/include/QtWebSockets/5.3.0/QtWebSockets/private/qsslserver_p.h
1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-#include ../../../../../src/websockets/qsslserver_p.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtwebsockets-opensource-src-5.3.0/include/QtWebSockets/5.3.0/QtWebSockets/private/qwebsocket_p.h
 
new/qtwebsockets-opensource-src-5.3.1/include/QtWebSockets/5.3.0/QtWebSockets/private/qwebsocket_p.h
--- 
old/qtwebsockets-opensource-src-5.3.0/include/QtWebSockets/5.3.0/QtWebSockets/private/qwebsocket_p.h
2014-05-15 19:12:46.0 +0200
+++ 
new/qtwebsockets-opensource-src-5.3.1/include/QtWebSockets/5.3.0/QtWebSockets/private/qwebsocket_p.h
1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-#include 

commit ansible for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2014-06-30 21:45:07

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


Package is ansible

Changes:

--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2014-03-21 
13:51:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.ansible.new/ansible.changes 2014-06-30 
21:45:31.0 +0200
@@ -1,0 +2,25 @@
+Thu Jun 19 07:28:24 UTC 2014 - l...@linux-schulserver.de
+
+- update to 1.6.3:
+  * The deprecated legacy variable templating system has been 
+finally removed. Use {{ foo }} always not $foo or ${foo}.
+  * Any data file can also be JSON. Use sparingly -- with great power
+comes great responsibility. Starting file with { or [ denotes JSON.
+  * Added 'gathering' param for ansible.cfg to change the default
+gather_facts policy.
+  * Accelerate improvements:
++ multiple users can connect with different keys, when 
+  accelerate_multi_key = yes is specified in the ansible.cfg.
++ daemon lifetime is now based on the time from the last activity,
+  not the time from the daemon's launch.
+  * ansible-playbook now accepts --force-handlers to run handlers
+even if tasks result in failures.
+  * Added VMWare support with the vsphere_guest module.
+  * many new modules and ther notable changes, please read 
+/usr/share/doc/packages/ansible/CHANGELOG.md for details
+- use new upstream URL(s)
+- require python-httplib2 and python-setuptools
+- ignore wrong permissions of synchronize.py
+- ignore rpmlint warning about requiring python-httplib2 explicitely
+
+---

Old:

  ansible-1.5.3.tar.bz2

New:

  ansible-1.6.3.tar.bz2



Other differences:
--
++ ansible.spec ++
--- /var/tmp/diff_new_pack.jieWC2/_old  2014-06-30 21:45:32.0 +0200
+++ /var/tmp/diff_new_pack.jieWC2/_new  2014-06-30 21:45:32.0 +0200
@@ -18,26 +18,29 @@
 
 
 Name:   ansible
-Version:1.5.3
+Version:1.6.3
 Release:0
 Summary:SSH-based configuration management, deployment, and 
orchestration engine
 License:GPL-3.0+
 Group:  System/Management
-Url:http://www.ansibleworks.com
-# http://ansibleworks.com/releases/ansible-%%{version}.tar.gz
+Url:http://www.ansible.com/
+# http://releases.ansible.com/ansible/ansible-%%{version}.tar.gz
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 # https://raw.github.com/ansible/ansible/release%%{version}/CHANGELOG.md
 Source2:CHANGELOG.md
+Requires:   sshpass
 #
 # (open)SUSE
 #
 %if 0%{?suse_version}
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:   python-PyYAML
+Requires:   python-httplib2
 Requires:   python-jinja2
 Requires:   python-keyczar
-Requires:   sshpass
+Requires:   python-setuptools
 %if 0%{?suse_version}  01020
 BuildRequires:  fdupes
 Recommends: python-paramiko
@@ -55,28 +58,35 @@
 #
 %if 0%{?rhel}  0%{?rhel} = 5
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-BuildRequires:  python2-devel
+BuildRequires:  python26-devel
+BuildRequires:  python26-setuptools
 Requires:   python26-PyYAML
+Requires:   python26-httplib2
 Requires:   python26-jinja2
 Requires:   python26-keyczar
 Requires:   python26-paramiko
 %endif
 %if 0%{?rhel}  5 || 0%{?rhel_version}  505
-BuildRequires:  python2-devel
-Requires:   PyYAML
-Requires:   python-jinja2
-Requires:   python-keyczar
-Requires:   python-paramiko
+BuildRequires:  python26-devel
+BuildRequires:  python26-setuptools
+Requires:   python26-PyYAML
+Requires:   python26-httplib2
+Requires:   python26-jinja2
+Requires:   python26-keyczar
+Requires:   python26-paramiko
 %endif
 #
 # Fedora
 #
 %if 0%{?fedora}
-BuildRequires:  python2-devel
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:   PyYAML
+Requires:   python-httplib2
 Requires:   python-jinja2
 Requires:   python-keyczar
 Requires:   python-paramiko
+Requires:   python-setuptools
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -107,12 +117,16 @@
 %fdupes %{buildroot}
 %endif
 
+%clean
+rm -rf %{buildroot}
+
 %files
 %defattr(-,root,root,-)
 %{python_sitelib}/ansible*
 %{_bindir}/ansible*
 %dir %{_datadir}/ansible
-%{_datadir}/ansible/*
+%dir %{_datadir}/ansible/*
+%{_datadir}/ansible/*/*
 %config(noreplace) %{_sysconfdir}/%{name}
 %doc README.md PKG-INFO COPYING CHANGELOG.md
 %doc 

commit libqt5-qtwebkit for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2014-06-30 21:44:36

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


Package is libqt5-qtwebkit

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2014-06-04 18:38:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes 
2014-06-30 21:44:57.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 10:38:08 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * Bugfix release, for more details please see:
+http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/
+
+---

Old:

  qtwebkit-opensource-src-5.3.0.tar.xz

New:

  qtwebkit-opensource-src-5.3.1.tar.xz



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.lzSCzI/_old  2014-06-30 21:45:01.0 +0200
+++ /var/tmp/diff_new_pack.lzSCzI/_new  2014-06-30 21:45:01.0 +0200
@@ -21,11 +21,11 @@
 %define libname libQt5WebKitWidgets5
 
 Name:   libqt5-qtwebkit
-Version:5.3.0
+Version:5.3.1
 Release:0
 %define base_name libqt5
-%define real_version 5.3.0
-%define so_version 5.3.0
+%define real_version 5.3.1
+%define so_version 5.3.1
 %if %qt5_snapshot
 %define tar_version qtwebkit-%{real_version}
 %else

++ no-Werror-rpath.diff ++
--- /var/tmp/diff_new_pack.lzSCzI/_old  2014-06-30 21:45:01.0 +0200
+++ /var/tmp/diff_new_pack.lzSCzI/_new  2014-06-30 21:45:01.0 +0200
@@ -9,12 +9,12 @@
  }
  }
 
-@@ -58,7 +58,7 @@ linux-*g++* {
- QMAKE_OBJECTIVE_CFLAGS += -Wno-c++11-extensions -Wno-c++0x-extensions
+@@ -56,7 +56,7 @@ linux-*g++* {
+ }
  }
-
+ 
 -contains(TEMPLATE, app): CONFIG += rpath
 +#contains(TEMPLATE, app): CONFIG += rpath
-
+ 
  CONFIG(debug, debug|release)|force_debug_info|separate_debug_info {
  # Make ld not cache the symbol tables of input files in memory to avoid 
memory exhaustion during the linking phase.

++ qtwebkit-opensource-src-5.3.0.tar.xz - 
qtwebkit-opensource-src-5.3.1.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtwebkit/qtwebkit-opensource-src-5.3.0.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/qtwebkit-opensource-src-5.3.1.tar.xz
 differ: char 27, line 1

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



commit python-cliff for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package python-cliff for openSUSE:Factory 
checked in at 2014-06-30 21:45:08

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


Package is python-cliff

Changes:

--- /work/SRC/openSUSE:Factory/python-cliff/python-cliff.changes
2014-02-26 06:55:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cliff.new/python-cliff.changes   
2014-06-30 21:45:32.0 +0200
@@ -1,0 +2,26 @@
+Thu Jun 26 09:37:02 UTC 2014 - dmuel...@suse.com
+
+- update to 1.6.1:
+  * Remove PrettyTable from documentation requirements
+  * Fix a bug in ShellFormatter's escaping of double quotes in strings
+  * Import run_cross_tests.sh from oslo-incubator
+  * add doc requirements to venv
+  * Add max-width support for table formatter
+  * Add value only output formattter
+  * Update readme with links to bug tracker and source
+  * Move pep8 dependency into pep8 tox test
+  * Fix doc build with Python 2.6.x
+  * Fix interactive mode with command line args
+  * Update .gitreview after repo rename
+  * Escape double quotes in shell formatter
+  * Add unit test for shell formatter
+  * Rename private attribute to avoid conflict
+  * Sync with global requirements
+  * Add integration tests with known consumers
+  * update history for previous change
+  * Make the formatters a private part of the command
+
+- 0001-Fix-doc-build-with-Python-2.6.x.patch, 
0001-Move-pep8-dependency-into-pep8-tox-test.patch,
+  remove-distribute-dep.patch: Merged upstream
+
+---

Old:

  0001-Fix-doc-build-with-Python-2.6.x.patch
  0001-Move-pep8-dependency-into-pep8-tox-test.patch
  cliff-1.5.2.tar.gz
  remove-distribute-dep.patch

New:

  cliff-1.6.1.tar.gz



Other differences:
--
++ python-cliff.spec ++
--- /var/tmp/diff_new_pack.6KjHO0/_old  2014-06-30 21:45:33.0 +0200
+++ /var/tmp/diff_new_pack.6KjHO0/_new  2014-06-30 21:45:33.0 +0200
@@ -17,16 +17,13 @@
 
 
 Name:   python-cliff
-Version:1.5.2
+Version:1.6.1
 Release:0
 Url:https://github.com/dreamhost/cliff
 Summary:Command Line Interface Formulation Framework
 License:Apache-2.0
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz
-Patch0: remove-distribute-dep.patch
-Patch1: 0001-Fix-doc-build-with-Python-2.6.x.patch
-Patch2: 0001-Move-pep8-dependency-into-pep8-tox-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-argparse
 BuildRequires:  python-devel
@@ -72,9 +69,6 @@
 
 %prep
 %setup -q -n cliff-%{version}
-%patch0
-%patch1 -p1
-%patch2 -p1
 
 %build
 python setup.py build

++ cliff-1.5.2.tar.gz - cliff-1.6.1.tar.gz ++
 2790 lines of diff (skipped)

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



commit perl-Config-General for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-General for 
openSUSE:Factory checked in at 2014-06-30 21:45:04

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


Package is perl-Config-General

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-General/perl-Config-General.changes  
2013-07-29 17:45:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-General.new/perl-Config-General.changes 
2014-06-30 21:45:26.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 26 06:49:03 UTC 2014 - lchiqui...@suse.com
+
+- remove obsolete patch from source:
+  0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch.
+
+---

Old:

  0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch



Other differences:
--
++ perl-Config-General.spec ++
--- /var/tmp/diff_new_pack.qWFkUo/_old  2014-06-30 21:45:27.0 +0200
+++ /var/tmp/diff_new_pack.qWFkUo/_new  2014-06-30 21:45:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-General
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

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



commit perl-Module-Implementation for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Implementation for 
openSUSE:Factory checked in at 2014-06-30 21:45:05

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


Package is perl-Module-Implementation

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Implementation/perl-Module-Implementation.changes
2013-07-30 16:45:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Implementation.new/perl-Module-Implementation.changes
   2014-06-30 21:45:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 26 06:54:25 UTC 2014 - lchiqui...@suse.com
+
+- really remove old old_test_more.patch from package sources 
+
+---

Old:

  old_test_more.patch



Other differences:
--
++ perl-Module-Implementation.spec ++
--- /var/tmp/diff_new_pack.yZD8bW/_old  2014-06-30 21:45:29.0 +0200
+++ /var/tmp/diff_new_pack.yZD8bW/_new  2014-06-30 21:45:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Implementation
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

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



commit perl-Package-Stash for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2014-06-30 21:45:06

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


Package is perl-Package-Stash

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2013-10-06 14:55:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new/perl-Package-Stash.changes   
2014-06-30 21:45:29.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 26 06:57:06 UTC 2014 - lchiqui...@suse.com
+
+- remove outdated perl-Package-Stash-old_Test-More.patch from
+  package sources
+
+---

Old:

  perl-Package-Stash-old_Test-More.patch



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.9niQSZ/_old  2014-06-30 21:45:30.0 +0200
+++ /var/tmp/diff_new_pack.9niQSZ/_new  2014-06-30 21:45:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-Stash
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

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



commit perl-Term-ProgressBar for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Term-ProgressBar for 
openSUSE:Factory checked in at 2014-06-30 21:45:02

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


Package is perl-Term-ProgressBar

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Term-ProgressBar/perl-Term-ProgressBar.changes  
2013-08-07 20:53:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-ProgressBar.new/perl-Term-ProgressBar.changes
 2014-06-30 21:45:23.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 25 20:47:26 UTC 2014 - mlati...@suse.com
+
+- Update to version 2.15
+   + Add Term::ProgressBar::IO, which displays a progress bar while reading
+ from a seekable filehandle
+
+---
@@ -9 +16,2 @@
-- Updated spec file to replace perl_requires macro with preferred SUSE 
Requires:  perl = x.x format
+- Updated spec file to replace perl_requires macro with preferred SUSE
+  Requires:  perl = x.x format
@@ -19 +27,2 @@
-- Validated that license is 'per' as listed in Makefile.PL which is GPL or 
Artistic compliant. The spec file reflects this change.
+- Validated that license is 'per' as listed in Makefile.PL which is GPL or
+  Artistic compliant. The spec file reflects this change.
@@ -24,2 +33,3 @@
-- Updated spec file to remove auto/Term-ProgressBar
-from the files section that is no longer used in the new version. Removed the 
BUGS file from the files section in spec file since all changes are not logged 
in changes
+- Updated spec file to remove auto/Term-ProgressBar from the files section
+  that is no longer used in the new version. Removed the BUGS file from the
+  files section in spec file since all changes are not logged in changes
@@ -40 +50,2 @@
-- Checked license and updated spec.  Module states same license as Perl which 
is  GPL-1.0+ or Artistic-1.0
+- Checked license and updated spec.  Module states same license as Perl which
+  is GPL-1.0+ or Artistic-1.0

Old:

  Term-ProgressBar-2.14.tar.gz

New:

  Term-ProgressBar-2.15.tar.gz



Other differences:
--
++ perl-Term-ProgressBar.spec ++
--- /var/tmp/diff_new_pack.nehwS1/_old  2014-06-30 21:45:25.0 +0200
+++ /var/tmp/diff_new_pack.nehwS1/_new  2014-06-30 21:45:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Term-ProgressBar
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define modname Term-ProgressBar
 
 Name:   perl-%{modname}
-Version:2.14
+Version:2.15
 Release:0
 Summary:A progress bar for terminals
 License:GPL-1.0+ or Artistic-1.0
@@ -68,6 +68,5 @@
 %doc README Changes examples
 %doc %{_mandir}/man?/*
 %{perl_vendorlib}/Term
-#%{perl_vendorarch}/auto/Term-ProgressBar
 
 %changelog

++ Term-ProgressBar-2.14.tar.gz - Term-ProgressBar-2.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-ProgressBar-2.14/Changes 
new/Term-ProgressBar-2.15/Changes
--- old/Term-ProgressBar-2.14/Changes   2013-07-21 12:35:16.0 +0200
+++ new/Term-ProgressBar-2.15/Changes   2014-04-13 22:37:09.0 +0200
@@ -1,47 +1,49 @@
-Revision history for Perl extension Term-ProgressBar.
+Revision history for Perl extension Term-ProgressBar
 
-2.14 Sun Jul 21 13:34:52 2013
+2.15 2014-04-13 23:23:23
+- Add Term::ProgressBar::IO (DON)
+
+2.14 2013-07-21 13:34:52
 - Document the term_width argument to the constructor (OVID)
 - Add a silent option to the constructor (OVID)
 
-2.13 Fri May 18 06:24:42 2012
+2.13 2012-05-18 06:24:42
- remove unused and invalid SIGNATURE file
- move content of BUGS to Changes
- Remove the INSTALL and configure files,
  people should use the standard CPAN installation tools
 - Add standard prerequisites to Makefile.PL
 
-
-2.12 Wed May 16 12:47:16 2012
+2.12 2012-05-16 12:47:16
- use strict; use warnings; in examples
- remove bareword from POD (JBAKER)
- make lbrack and rbrack official.
 
-2.11 Fri Feb 17 12:31:04 2012
+2.11 2012-02-17 12:31:04
- skip the signature verification
 
-2.10  Wed Dec 21 11:18:26 2011
+2.10 2011-12-21 11:18:26
- remove Build.PL (keep the Makefile.PL only)
- Replace home-made testing tools with CPAN-ish tools
- Require Capture::Tiny for testing
- New co-maintainer: Gabor Szabo
 
-2.09  Sun 

commit converseen for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package converseen for openSUSE:Factory 
checked in at 2014-06-30 21:45:15

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


Package is converseen

Changes:

--- /work/SRC/openSUSE:Factory/converseen/converseen.changes2014-06-05 
10:50:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.converseen.new/converseen.changes   
2014-06-30 21:45:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 26 15:10:03 UTC 2014 - pgaj...@suse.com
+
+- fixed build, convert -strip returns false when stripping
+  incorrect profile 
+  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=25809
+
+---



Other differences:
--
++ converseen.spec ++
--- /var/tmp/diff_new_pack.f9oOen/_old  2014-06-30 21:45:43.0 +0200
+++ /var/tmp/diff_new_pack.f9oOen/_new  2014-06-30 21:45:43.0 +0200
@@ -93,11 +93,16 @@
 rm -rf \
 %{buildroot}%{_datadir}/kde4/ \
 %{buildroot}%{_datadir}/pixmaps/%{name}.png
+# strip incorrect sRGB profile
+# for some reason convert -strip returns false, see
+# http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=25809
+# = || true
+convert res/%{name}.png -strip res/%{name}.png || true
 for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
 install -dm 0755 \
 %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/
-convert -strip -resize ${size} res/%{name}.png \
-%{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png
+convert res/%{name}.png -resize ${size} \
+%{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png || true
 done
 %find_lang %{name} --with-qt
 %suse_update_desktop_file %{name}

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



commit PlotDigitizer for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package PlotDigitizer for openSUSE:Factory 
checked in at 2014-06-30 21:45:33

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


Package is PlotDigitizer

Changes:

--- /work/SRC/openSUSE:Factory/PlotDigitizer/PlotDigitizer.changes  
2014-03-15 17:37:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.PlotDigitizer.new/PlotDigitizer.changes 
2014-06-30 21:46:03.0 +0200
@@ -1,0 +2,13 @@
+Sat Jun 28 03:58:09 UTC 2014 - badshah...@gmail.com
+
+- Update to version 2.6.6:
+  + Fixed a threading issue that could cause the program to
+randomly freeze up on some systems
+- Changes from version 2.6.5:
+  + Introduced a French localization of the program
+  + Improved internationalization support throughout the program
+  + Fixed a bug that would cause the program to calculate the
+incorrect polygon area in many cases
+  + Now requires Java 1.6 or later.
+
+---

Old:

  PlotDigitizer_2.6.4_Source.zip

New:

  PlotDigitizer_2.6.6_Source.zip



Other differences:
--
++ PlotDigitizer.spec ++
--- /var/tmp/diff_new_pack.AxCo50/_old  2014-06-30 21:46:04.0 +0200
+++ /var/tmp/diff_new_pack.AxCo50/_new  2014-06-30 21:46:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   PlotDigitizer
-Version:2.6.4
+Version:2.6.6
 Release:0
 Summary:Ditigize scanned plots of functional data
 License:LGPL-2.1 and GPL-2.0


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



commit libnftnl for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libnftnl for openSUSE:Factory 
checked in at 2014-06-30 21:45:28

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


Package is libnftnl

Changes:

--- /work/SRC/openSUSE:Factory/libnftnl/libnftnl.changes2014-04-25 
16:09:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnftnl.new/libnftnl.changes   2014-06-30 
21:45:56.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 27 15:37:24 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.0.2
+* support for Linux 3.15 features, event monitoring, and fixes for
+  the XML/JSON infrastructure
+
+---

Old:

  libnftnl-1.0.1.tar.bz2
  libnftnl-1.0.1.tar.bz2.sig

New:

  libnftnl-1.0.2.tar.bz2
  libnftnl-1.0.2.tar.bz2.sig



Other differences:
--
++ libnftnl.spec ++
--- /var/tmp/diff_new_pack.liD0gP/_old  2014-06-30 21:45:57.0 +0200
+++ /var/tmp/diff_new_pack.liD0gP/_new  2014-06-30 21:45:57.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libnftnl
 %define lname  libnftnl0
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Userspace library to access the nftables Netlink interface
 License:GPL-2.0+

++ libnftnl-1.0.1.tar.bz2 - libnftnl-1.0.2.tar.bz2 ++
 5369 lines of diff (skipped)

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



commit SDL2_gfx for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package SDL2_gfx for openSUSE:Factory 
checked in at 2014-06-30 21:45:30

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


Package is SDL2_gfx

Changes:

--- /work/SRC/openSUSE:Factory/SDL2_gfx/SDL2_gfx.changes2013-12-03 
16:12:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2_gfx.new/SDL2_gfx.changes   2014-06-30 
21:46:02.0 +0200
@@ -1,0 +2,14 @@
+Wed Jun 25 12:35:38 UTC 2014 - jeng...@inai.de
+
+- Disable MMX not only on i586, but also ppc64, armv7l, etc.
+
+---
+Tue Jun 17 09:01:15 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.0.1
+* Various minor and major fixes to drawing algorithms
+* Use of the SDLTest library for tests
+* pkg-config support.
+- Only disable MMX for i586 (x86_64 has it implied)
+
+---

Old:

  SDL2_gfx-1.0.0.tar.gz

New:

  SDL2_gfx-1.0.1.tar.gz



Other differences:
--
++ SDL2_gfx.spec ++
--- /var/tmp/diff_new_pack.oAvcvP/_old  2014-06-30 21:46:03.0 +0200
+++ /var/tmp/diff_new_pack.oAvcvP/_new  2014-06-30 21:46:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL2_gfx
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
 
 
 Name:   SDL2_gfx
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:SDL2 Graphics Routines for Primitives and Other Support 
Functions
 License:Zlib
 Group:  Development/Libraries/X11
 
 Url:http://www.ferzkopp.net/joomla/content/view/19/14/
-Source: %{name}-%{version}.tar.gz
+Source: http://www.ferzkopp.net/Software/SDL2_gfx/%name-%version.tar.gz
 Source1:baselibs.conf
 BuildRequires:  libSDL2-devel
+BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,9 +44,7 @@
 %package -n libSDL2_gfx-devel
 Summary:Libraries, includes and more to develop SDL2_gfx applications
 Group:  Development/Libraries/X11
-Requires:   libSDL2-devel
 Requires:   libSDL2_gfx-1_0-0 = %{version}
-Requires:   pkgconfig
 Provides:   SDL2_gfx-devel = %{version}
 
 %description -n libSDL2_gfx-devel
@@ -55,7 +54,11 @@
 %setup -q
 
 %build
-%configure --disable-static --with-pic --disable-mmx
+%configure --disable-static \
+%ifnarch x86_64
+   --disable-mmx \
+%endif
+   --with-pic
 make %{?_smp_mflags}
 
 %install
@@ -75,5 +78,6 @@
 %defattr(-,root,root)
 %{_includedir}/SDL2/
 %{_libdir}/lib*.so
+%_libdir/pkgconfig/*.pc
 
 %changelog

++ SDL2_gfx-1.0.0.tar.gz - SDL2_gfx-1.0.1.tar.gz ++
 15892 lines of diff (skipped)

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



commit jq for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jq for openSUSE:Factory checked in 
at 2014-06-30 21:45:23

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


Package is jq

Changes:

--- /work/SRC/openSUSE:Factory/jq/jq.changes2013-11-21 15:25:30.0 
+0100
+++ /work/SRC/openSUSE:Factory/.jq.new/jq.changes   2014-06-30 
21:45:52.0 +0200
@@ -1,0 +2,42 @@
+Fri Jun 27 09:55:52 UTC 2014 - idon...@suse.com
+
+- Don't package static libs
+- Fix rpath on the main binary
+
+---
+Sun Jun 15 20:52:42 UTC 2014 - prus...@opensuse.org
+
+- Updated to 1.4
+   + New command line arguments
+ * jq --arg-file variable file
+ * jq --unbuffered
+ * jq -e / --exit-status (set exit status based on outputs)
+ * jq -S / --sort-keys (now jq no longer sorts object keys by
+  default
+   + Syntax changes
+ * .. - like // in XPath (recursive traversal)
+ * question mark (e.g., .a?) to suppress errors
+ * .foo syntax (equivalent to .[foo])
+ * better error handling for .foo
+ * added % operator (modulo)
+ * allow negation without requiring extra parenthesis
+ * more function arguments (up to six)
+   + New filters
+ * any, all
+ * iterables, arrays, objects, scalars, nulls, booleans,
+   numbers, strings, values
+   + New string built-ins
+ * split
+ * join (join an array of strings with a given separator string)
+ * ltrimstr, rtrimstr
+ * startswith, endswith
+ * explode, implode
+ * fromjson, tojson
+ * index, rindex, indices
+   + New math functions
+ * floor, sqrt, cbrt, etc.
+   + Addition of libjq, a C API interface to jq's JSON representation
+ and for running jq programs from C applications.
+
+
+---

Old:

  jq-1.3.tar.gz

New:

  jq-1.4.tar.gz



Other differences:
--
++ jq.spec ++
--- /var/tmp/diff_new_pack.mdbJ4h/_old  2014-06-30 21:45:53.0 +0200
+++ /var/tmp/diff_new_pack.mdbJ4h/_new  2014-06-30 21:45:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jq
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,38 +15,64 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   jq
-Version:1.3
-Release:0.0
-License:MIT and CC-BY-3.0
+Version:1.4
+Release:0
 Summary:A lightweight and flexible command-line JSON processor
-Url:http://stedolan.github.io/jq/
+License:MIT and CC-BY-3.0
 Group:  Productivity/Text/Utilities  
-Source: http://stedolan.github.io/jq/download/source/jq-1.3.tar.gz
+Url:http://stedolan.github.io/jq/
+Source: 
http://stedolan.github.io/jq/download/source/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
+BuildRequires:  chrpath
 BuildRequires:  coreutils
 BuildRequires:  make
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-
 A lightweight and flexible command-line JSON processor. jq is like sed for
 JSON data – you can use it to slice and filter and map and transform
 structured data with the same ease that sed, awk, grep and friends let 
 you play with text.
 
+%package -n libjq1
+Summary:Library for a lightweight and flexible command-line JSON 
processor
+Group:  System/Libraries
+
+%description -n libjq1
+Library for a lightweight and flexible command-line JSON processor.
+
+%package -n libjq-devel
+Summary:Development files for jq
+Group:  Development/Languages/C and C++
+Requires:   libjq1 = %{version}
+
+%description -n libjq-devel
+Development files (headers and libraries for jq).
+
 %prep
 %setup -q
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
 
+# RPATH contains the builddir yucks!
+chrpath -d %{buildroot}%{_bindir}/jq
+
+# No static stuff
+rm %{buildroot}%{_libdir}/libjq.la
+
 # we install the documentation in a separate location using the doc macro
-%{__rm} -rf %{buildroot}/usr/share/doc/%{name}
+rm -rf %{buildroot}%{_datadir}/doc/%{name}
+
+%post -n libjq1 -p /sbin/ldconfig
+
+%postun -n libjq1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -54,4 +80,14 @@
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
 
+%files -n libjq1
+%defattr(-,root,root)
+%{_libdir}/libjq.so.1*
+
+%files -n libjq-devel
+%defattr(-,root,root)

commit nagios-plugins-zypper for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package nagios-plugins-zypper for 
openSUSE:Factory checked in at 2014-06-30 21:45:13

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


Package is nagios-plugins-zypper

Changes:

--- 
/work/SRC/openSUSE:Factory/nagios-plugins-zypper/nagios-plugins-zypper.changes  
2014-06-16 21:28:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nagios-plugins-zypper.new/nagios-plugins-zypper.changes
 2014-06-30 21:45:38.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 26 15:09:33 UTC 2014 - l...@linux-schulserver.de
+
+- update to 1.80:
+  + invent new option for the local package check: -l, --check-local
+otherwise packages from OBS repos will become local after each 
+rebuild as zypper just checks for packages with same version-
+release in repos
+
+---



Other differences:
--
++ nagios-plugins-zypper.spec ++
--- /var/tmp/diff_new_pack.DX9fda/_old  2014-06-30 21:45:39.0 +0200
+++ /var/tmp/diff_new_pack.DX9fda/_new  2014-06-30 21:45:39.0 +0200
@@ -20,7 +20,7 @@
 Summary:Nagios plugin for checking software updates
 License:BSD-4-Clause
 Group:  System/Monitoring
-Version:1.76
+Version:1.80
 Release:0
 Url:http://en.opensuse.org/Nagios-plugins-zypper
 Source0:check_zypper.pl

++ check_zypper.pl ++
--- /var/tmp/diff_new_pack.DX9fda/_old  2014-06-30 21:45:39.0 +0200
+++ /var/tmp/diff_new_pack.DX9fda/_new  2014-06-30 21:45:39.0 +0200
@@ -50,11 +50,11 @@
 
 # constants
 $PROGNAME = check_zypper;
-$VERSION  = '1.76';
+$VERSION  = '1.80';
 $DEBUG= 0;
 
 # variables
-our ( $opt_V, $opt_h, $opt_i, $opt_w, $opt_c, $opt_f, $opt_o, $opt_p, $opt_r, 
$opt_s, $opt_t, $opt_u, $opt_v );
+our ( $opt_V, $opt_h, $opt_i, $opt_w, $opt_c, $opt_f, $opt_l, $opt_o, $opt_p, 
$opt_r, $opt_s, $opt_t, $opt_u, $opt_v );
 our $zypper  = '/usr/bin/zypper';
 our $zypperopt   = '--non-interactive --no-gpg-checks xml-updates';
 our $sudo= '/usr/bin/sudo';
@@ -123,26 +123,26 @@
 
 sub get_distribution($) {
 my ($file) = @_;
-   my %dist   = (
-   'name'= '',
-   'version' = '',
-   'release' = '0',
-   );
+my %dist   = (
+'name'= '',
+'version' = '',
+'release' = '0',
+);
 open( RELEASE, $file ) || warn(Could not open $file\n);
 while (RELEASE) {
 if (/^SUSE Linux Enterprise/) {
 $dist{'name'} = 'SLE';
 }
-   elsif (/^openSUSE/){
-   $dist{'name'} = 'openSUSE';
-   }
+elsif (/^openSUSE/){
+$dist{'name'} = 'openSUSE';
+}
 if (/^VERSION/) {
 my ($version) = $_ =~ m/VERSION = (.*)/;
-   $dist{'version'}=trim($version);
+$dist{'version'}=trim($version);
 }
 if (/^PATCHLEVEL/) {
 my ($release) = $_ =~ m/PATCHLEVEL = (.*)/;
-   $dist{'release'}=trim($release);
+$dist{'release'}=trim($release);
 }
 }
 close(RELEASE);
@@ -206,6 +206,11 @@
 print   Default value is: $opt_t seconds\n;
 print   -u, --check-vendor\n;
 print   Check if installed packages are not from a supported 
vendor.\n;
+print   -l, --check-local\n;
+print   Check for local packages that are not in any repository. 
NOTE: zypper just searches for\n;
+print   exact the same version-release in the repositories, so if the 
repositories do not contain\n;
+print   old versions of the packages, this check may always produce a 
warning.\n;
+print   This check does not work on SLE-10\n;
 print   -v, --verbose_output\n;
 print   Print more information (useful only with Nagios v3.x).\n;
 print   -w, --warning\n;
@@ -249,7 +254,7 @@
 chomp $line;
 print STDERR LINE: $line\n if ($DEBUG);
 # error handling
-return ( ERROR:  . xml_re_escape($line), $ERRORS{'CRITICAL'} 
) if ( $line =~ /Could not access the package manager engine.*/ );  

+return ( ERROR:  . xml_re_escape($line), $ERRORS{'CRITICAL'} 
) if ( $line =~ /Could not access the package manager engine.*/ );
 return ( ERROR:  . xml_re_escape($line), $ERRORS{'CRITICAL'} 
) if ( $line =~ /Could not refresh repository.*/ );
 return ( ERROR:  . xml_re_escape($line), $ERRORS{'CRITICAL'} 
) if ( $line =~ /There are no enabled repositories 

commit nip2 for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package nip2 for openSUSE:Factory checked in 
at 2014-06-30 21:45:30

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


Package is nip2

Changes:

--- /work/SRC/openSUSE:Factory/nip2/nip2.changes2014-06-25 
11:47:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.nip2.new/nip2.changes   2014-06-30 
21:46:01.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 21:47:32 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 7.40.1
+  * larger max size for dialog text
+
+---

Old:

  nip2-7.40.0.tar.gz

New:

  nip2-7.40.1.tar.gz



Other differences:
--
++ nip2.spec ++
--- /var/tmp/diff_new_pack.3mPWi2/_old  2014-06-30 21:46:02.0 +0200
+++ /var/tmp/diff_new_pack.3mPWi2/_new  2014-06-30 21:46:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nip2
-Version:7.40.0
+Version:7.40.1
 Release:0
 Summary:Interactive tool for working with large images
 License:GPL-2.0+

++ nip2-7.40.0.tar.gz - nip2-7.40.1.tar.gz ++
/work/SRC/openSUSE:Factory/nip2/nip2-7.40.0.tar.gz 
/work/SRC/openSUSE:Factory/.nip2.new/nip2-7.40.1.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 lprof for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package lprof for openSUSE:Factory checked 
in at 2014-06-30 21:45:03

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


Package is lprof

Changes:

--- /work/SRC/openSUSE:Factory/lprof/lprof.changes  2013-03-04 
17:29:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.lprof.new/lprof.changes 2014-06-30 
21:45:25.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 25 13:34:33 UTC 2014 - pgaj...@suse.com
+
+- buildrequire liblcms-devel
+
+---



Other differences:
--
++ lprof.spec ++
--- /var/tmp/diff_new_pack.AmbMYZ/_old  2014-06-30 21:45:26.0 +0200
+++ /var/tmp/diff_new_pack.AmbMYZ/_new  2014-06-30 21:45:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lprof
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,7 @@
 
 Name:   lprof
 BuildRequires:  libdrm-devel
+BuildRequires:  liblcms-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  qt3-devel-doc
 BuildRequires:  qt3-devel-tools

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



commit strongswan for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package strongswan for openSUSE:Factory 
checked in at 2014-06-30 21:45:22

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


Package is strongswan

Changes:

--- /work/SRC/openSUSE:Factory/strongswan/strongswan.changes2014-04-17 
14:09:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.strongswan.new/strongswan.changes   
2014-06-30 21:45:50.0 +0200
@@ -1,0 +2,9 @@
+Fri Jun 20 17:38:07 UTC 2014 - crrodrig...@opensuse.org
+
+- Fix build in factory 
+* Do not include var/run directories in package
+* Move runtime data to /run and provide tmpfiles.d snippet
+* Add proper systemd macros to rpm scriptlets.
+* Do not buildRequire library package libnl1, it is not used.
+
+---



Other differences:
--
++ strongswan.spec ++
--- /var/tmp/diff_new_pack.SvxZmt/_old  2014-06-30 21:45:52.0 +0200
+++ /var/tmp/diff_new_pack.SvxZmt/_new  2014-06-30 21:45:52.0 +0200
@@ -90,10 +90,11 @@
 BuildRequires:  NetworkManager-devel
 %endif
 %if %{with systemd}
-BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(systemd)
 %endif
 BuildRequires:  iptables
-BuildRequires:  libnl = 1.1
+%{!?_rundir: %global _rundir /run}
+%{!?_tmpfilesdir: %global _tmpfilesdir /usr/lib/tmpfiles.d}
 
 %description
 StrongSwan is an OpenSource IPsec-based VPN Solution for Linux
@@ -256,7 +257,8 @@
--enable-integrity-test \
--with-capabilities=libcap \
--with-plugindir=%{strongswan_plugins} \
-   --with-resolv-conf=%{_localstatedir}/run/strongswan/resolv.conf \
+   --with-resolv-conf=%{_rundir}/%{name}/resolv.conf \
+   --with-piddir=%{_rundir}/%{name} \
--enable-pkcs11 \
--enable-openssl \
--enable-agent \
@@ -331,7 +333,8 @@
 %endif
--enable-ldap \
--enable-soup \
-   --enable-curl
+   --enable-curl \
+   --disable-static
 make %{?_smp_mflags:%_smp_mflags}
 
 %install
@@ -358,8 +361,7 @@
 #
 rm -f $RPM_BUILD_ROOT%{strongswan_libdir}/lib{charon,hydra,strongswan,pttls}.so
 rm -f $RPM_BUILD_ROOT%{strongswan_libdir}/lib{radius,simaka,tls,tnccs,imcv}.so
-find  $RPM_BUILD_ROOT%{strongswan_libdir} \
-  -name *.a -o -name *.la | xargs -r rm -f
+find $RPM_BUILD_ROOT%{strongswan_libdir} -type f -name *.la -delete
 #
 install -d -m755 ${RPM_BUILD_ROOT}%{strongswan_docdir}/
 install -c -m644 TODO NEWS README COPYING LICENSE \
@@ -367,20 +369,23 @@
 ${RPM_BUILD_ROOT}%{strongswan_docdir}/
 install -c -m644 ${RPM_SOURCE_DIR}/README.SUSE \
 ${RPM_BUILD_ROOT}%{strongswan_docdir}/
-install -d -m755 $RPM_BUILD_ROOT%{_localstatedir}/run/strongswan
 
-%post libs0
-%{run_ldconfig}
-test -d %{_localstatedir}/run/strongswan || \
-%{__mkdir_p} %{_localstatedir}/run/strongswan
+%{__install} -d -m 0755 %{buildroot}%{_tmpfilesdir}
+echo 'd %{_rundir}/%{name} 0770 root root'  
%{buildroot}%{_tmpfilesdir}/%{name}.conf
 
-%postun libs0
-%{run_ldconfig}
+%post libs0 -p /sbin/ldconfig
+
+%postun libs0 -p /sbin/ldconfig
+
+%pre ipsec
+%service_add_pre %{name}.service
 
 %post ipsec
 %if ! %{with systemd}
 %{fillup_and_insserv ipsec}
 %endif
+%{?tmpfiles_create: %tmpfiles_create %{_tmpfilesdir}/%{name}.conf }
+%service_add_post %{name}.service
 
 %preun ipsec
 %if ! %{with systemd}
@@ -394,12 +399,15 @@
cp -p --backup=numbered %{_sysconfdir}/ipsec.conf.rpmsave \
%{_sysconfdir}/ipsec.conf.rpmsave.old
 fi
+%service_del_preun %{name}.service
 
 %postun ipsec
 %if ! %{with systemd}
 %{insserv_cleanup}
 %endif
 
+%service_del_postun %{name}.service
+
 %files
 %defattr(-,root,root)
 %dir %{strongswan_docdir}
@@ -448,6 +456,7 @@
 %dir %{strongswan_plugins}
 %{strongswan_plugins}/libstrongswan-stroke.so
 %{strongswan_plugins}/libstrongswan-updown.so
+%{_tmpfilesdir}/%{name}.conf
 
 %files doc
 %defattr(-,root,root)
@@ -662,7 +671,6 @@
 %{strongswan_plugins}/libstrongswan-xauth-generic.so
 %{strongswan_plugins}/libstrongswan-xauth-pam.so
 %{strongswan_plugins}/libstrongswan-xcbc.so
-%dir %ghost %{_localstatedir}/run/strongswan
 %dir %{strongswan_datadir}
 %dir %{strongswan_templates}
 %dir %{strongswan_templates}/config


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



commit xl2tpd for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package xl2tpd for openSUSE:Factory checked 
in at 2014-06-30 21:45:13

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


Package is xl2tpd

Changes:

--- /work/SRC/openSUSE:Factory/xl2tpd/xl2tpd.changes2014-01-07 
14:38:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.xl2tpd.new/xl2tpd.changes   2014-06-30 
21:45:39.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 26 15:27:11 UTC 2014 - dvla...@suse.com
+
+- switch to /run on openSUSE newer than 13.1 
+
+---



Other differences:
--
++ xl2tpd.spec ++
--- /var/tmp/diff_new_pack.vH0G0N/_old  2014-06-30 21:45:40.0 +0200
+++ /var/tmp/diff_new_pack.vH0G0N/_new  2014-06-30 21:45:40.0 +0200
@@ -16,6 +16,15 @@
 #
 
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+%if 0%{?suse_version} = 1310
+%define rundir /var/run
+%else
+%define rundir /run
+%endif
+
 Summary:Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 License:GPL-2.0
 Group:  Productivity/Networking/System
@@ -102,7 +111,7 @@
 install -p -D -m600 examples/chapsecrets.sample 
%{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample
 install -p -D -m755 packaging/suse/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd
 ln -sf /etc/init.d/xl2tpd $RPM_BUILD_ROOT/%{_sbindir}/rcxl2tpd
-install -p -D -m755 -d %{buildroot}%{_localstatedir}/run/xl2tpd  
+install -p -D -m755 -d %{buildroot}%{rundir}/xl2tpd  
 
 %if 0%{?has_systemd}
 install -D -m0644 %{S:1} %{buildroot}%{_unitdir}/%{name}.service
@@ -165,7 +174,7 @@
 %config(noreplace) %{_sysconfdir}/xl2tpd/*
 %config(noreplace) %{_sysconfdir}/ppp/*
 %attr(0755,root,root)  %{_initrddir}/xl2tpd
-%ghost %{_localstatedir}/run/xl2tpd
+%ghost %{rundir}/xl2tpd
 %if 0%{?has_systemd}
 /usr/lib/tmpfiles.d/%{name}.conf
 %{_unitdir}/%{name}.service

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



commit python-apache-libcloud for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package python-apache-libcloud for 
openSUSE:Factory checked in at 2014-06-30 21:45:02

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


Package is python-apache-libcloud

Changes:

--- 
/work/SRC/openSUSE:Factory/python-apache-libcloud/python-apache-libcloud.changes
2014-02-11 10:57:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-apache-libcloud.new/python-apache-libcloud.changes
   2014-06-30 21:45:19.0 +0200
@@ -1,0 +2,75 @@
+Wed Jun 25 20:26:39 UTC 2014 - abo...@gmail.com
+- Updated to Apache LibCloud 0.15.0
+- Package:
+  - New requirement python-lxml
+- general:
+  - Use lxml library (if available) for parsing XML. This should substantially 
reduce parsing time and memory usage for large XML responses (e.g. retrieving 
all the available images in the EC2 driver). [Andrew Mann]
+  - Use –head flag instead of -X HEAD when logging curl lines for HEAD 
requests in debug mode.
+Reported by Brian Metzler. (LIBCLOUD-552) [Tomaz Muraus]
+  - Fix Python 3 compatibility bugs in the following functions:
+- import_key_pair_from_string in the EC2 driver
+- publickey._to_md5_fingerprint
+- publickey.get_pubkey_ssh2_fingerprint
+(GITHUB-301) [Csaba Hoch]
+  - Update CA_CERTS_PATH to also look for CA cert bundle which comes with 
openssl Homebrew formula on OS x (/usr/local/etc/openssl/cert.pem). 
(GITHUB-309) [Pedro Romano]
+  - Update Google drivers to allow simultaneous authornization for all the 
supported Google Services. (GITHUB-302) [Eric Johnson]
+- Compute:
+  - Fix create_key_pair method which was not returning private key. 
(LIBCLOUD-566) [Sebastien Goasguen]
+  - Map “Stopped” node state in the CloudStack driver to NodeState.STOPPED 
instead of NodeState.TERMINATED, “Stopping” to NodeState.PENDING instead of 
NodeState.TERMINATED and “Expunging” to NodeState.PENDING instead of 
NodeState.TERMINATED. (GITHUB-246) [Chris DeRamus, Tomaz Muraus]
+  - Add ex_create_tags and ex_delete_tags method to the CloudStack driver. 
(LIBCLOUD-514, GITHUB-248) [Chris DeRamus]
+  - Add new G2 instances to the EC2 driver. [Tomaz Muraus]
+  - Add support for multiple API versions to the Eucalyptus driver and allows 
user to pass “api_version” argument to the driver constructor. (LIBCLOUD-516, 
GITHUB-249) [Chris DeRamus]
+  - Map “Powered Off” state in the vCloud driver from “TERMINATED” to 
“STOPPED”. (GITHUB-251) [Ash Berlin]
+  - Add ex_rename_node method to the DigitalOcean driver. (GITHUB-252) [Rahul 
Ranjan]
+  - Improve error parsing in the DigitalOcean driver.
+Reported by Deni Bertovic. [Tomaz Muraus]
+  - Add extension methods for the VPC internet gateway management to the EC2 
driver. (LIBCLOUD-525, GITHUB-255) [Chris DeRamus]
+  - Add CloudStackProject class to the CloudStack driver and add option to 
select project and disk offering on node creation. (LIBCLOUD-526, GITHUB-257) 
[Jim Divine]
+  - Fix IP address handling in the OpenStack driver. (LIBCLOUD-503, 
GITHUB-235) [Markos Gogoulos]
+  - Ad new ex_delete_image and ex_deprecate_image method to the GCE driver. 
(GITHUB-260) [Franck Cuny]
+  - Ad new ex_copy_image method to the GCE driver. (GITHUB-258) [Franck Cuny]
+  - Ad new ex_set_volume_auto_delete method to the GCE driver. (GITHUB-264) 
[Franck Cuny]
+  - Add ex_revoke_security_group_ingress method to the CloudStack driver. 
[Chris DeRamus, Tomaz Muraus]
+  - Allow user to pass ex_ebs_optimized argument to the create_node method in 
the EC2 driver. (GITHUB-272) [zerthimon]
+  - Add “deprecated” attribute to the Node object in the Google Compute Engine 
driver. (GITHUB-276) [Chris / bassdread]
+  - Update Softlayer driver to use “fullyQualifiedDomainName” instead of 
“hostname” attribute for the node name. (GITHUB-280) [RoelVanNyen]
+  - Allow user to specify target tags using target_tags attribute when 
creating a firewall rule in the GCE driver. (GITHUB-278) [zerthimon]
+  - Add new standard API for image management and initial implementation for 
the EC2 and Rackspace driver. (GITHUB-277) [Matt Lehman]
+  - Allow user to specify “displayname” attribute when creating a CloudStack 
node by passing “ex_displayname” argument to the method.
+  - Also allow “name” argument to be empty (None). This way CloudStack 
automatically uses Node’s UUID for the name. (GITHUB-289) [Jeff Moody]
+  - Deprecate “key” argument in the SSHClient class in favor of new 
“key_files” argument.
+  - Also add a new “key_material” argument. This argument can contain raw 
string version of a private key.
+Note 1: “key_files” and “key_material” arguments are mutually exclusive. 
Note 2: “key_material” argument is not supported in the ShellOutSSHClient.
+Use node id attribute instead 

commit vips for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package vips for openSUSE:Factory checked in 
at 2014-06-30 21:45:29

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


Package is vips

Changes:

--- /work/SRC/openSUSE:Factory/vips/vips.changes2014-06-25 
11:47:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes   2014-06-30 
21:45:58.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 27 21:42:22 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 7.40.1
+  * revise man.1 pages
+  * fix vips_guess_prefix()
+
+---

Old:

  vips-7.40.0.tar.gz

New:

  vips-7.40.1.tar.gz



Other differences:
--
++ vips.spec ++
--- /var/tmp/diff_new_pack.SuoHW7/_old  2014-06-30 21:46:00.0 +0200
+++ /var/tmp/diff_new_pack.SuoHW7/_new  2014-06-30 21:46:00.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   vips
 %define libname lib%{name}
-Version:7.40.0
+Version:7.40.1
 Release:0
 %define short_version 7.40
 %define somajor 37

++ vips-7.40.0.tar.gz - vips-7.40.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vips-7.40.0/ChangeLog new/vips-7.40.1/ChangeLog
--- old/vips-7.40.0/ChangeLog   2014-06-23 17:35:49.0 +0200
+++ new/vips-7.40.1/ChangeLog   2014-06-24 18:51:24.0 +0200
@@ -1,3 +1,7 @@
+24/6/14 started 7.40.1
+- revise man.1 pages
+- fix vips_guess_prefix()
+
 23/6/14 started 7.40.0
 - version bump
 - renamed header as vipsheader and edvips as vipsedit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vips-7.40.0/configure new/vips-7.40.1/configure
--- old/vips-7.40.0/configure   2014-06-23 22:48:44.0 +0200
+++ new/vips-7.40.1/configure   2014-06-24 17:44:04.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for vips 7.40.0.
+# Generated by GNU Autoconf 2.69 for vips 7.40.1.
 #
 # Report bugs to vip...@jiscmail.ac.uk.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='vips'
 PACKAGE_TARNAME='vips'
-PACKAGE_VERSION='7.40.0'
-PACKAGE_STRING='vips 7.40.0'
+PACKAGE_VERSION='7.40.1'
+PACKAGE_STRING='vips 7.40.1'
 PACKAGE_BUGREPORT='vip...@jiscmail.ac.uk'
 PACKAGE_URL=''
 
@@ -1543,7 +1543,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 vips 7.40.0 to adapt to many kinds of systems.
+\`configure' configures vips 7.40.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1617,7 +1617,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of vips 7.40.0:;;
+ short | recursive ) echo Configuration of vips 7.40.1:;;
esac
   cat \_ACEOF
 
@@ -1850,7 +1850,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-vips configure 7.40.0
+vips configure 7.40.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2394,7 +2394,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by vips $as_me 7.40.0, which was
+It was created by vips $as_me 7.40.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3267,7 +3267,7 @@
 
 # Define the identity of the package.
  PACKAGE='vips'
- VERSION='7.40.0'
+ VERSION='7.40.1'
 
 
 cat confdefs.h _ACEOF
@@ -3372,8 +3372,8 @@
 
 VIPS_MAJOR_VERSION=7
 VIPS_MINOR_VERSION=40
-VIPS_MICRO_VERSION=0
-VIPS_VERSION=7.40.0
+VIPS_MICRO_VERSION=1
+VIPS_VERSION=7.40.1
 VIPS_VERSION_STRING=$VIPS_VERSION-`date`
 
 # libtool library versioning ... not user-visible (except as part of the
@@ -25798,7 +25798,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by vips $as_me 7.40.0, which was
+This file was extended by vips $as_me 7.40.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -25864,7 +25864,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-vips config.status 7.40.0
+vips config.status 7.40.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit booth for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2014-06-30 21:45:14

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


Package is booth

Changes:

--- /work/SRC/openSUSE:Factory/booth/booth.changes  2014-06-16 
21:25:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2014-06-30 
21:45:40.0 +0200
@@ -1,0 +2,13 @@
+Thu Jun 26 17:36:55 UTC 2014 - dmuhameda...@suse.com
+
+- raft: match the request in acks too (bnc#882209)
+- raft: add the request in reply packets
+- raft: resend ticket updates (bnc#882209)
+- raft: add short delay before election start (bnc#883785)
+- ra: exit with success if validation fails in stop (bnc#883762)
+- raft: make server stepdown more robust
+- raft: remove unused commit_index (bnc#883216)
+- raft: reset ticket leader before elections (bnc#883150)
+- upstream version: 21b3f0
+
+---



Other differences:
--
++ booth.tar.bz2 ++
 1945 lines of diff (skipped)

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



commit icinga for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2014-06-30 21:45:21

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


Package is icinga

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2014-05-17 
21:43:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2014-06-30 
21:45:46.0 +0200
@@ -1,0 +2,34 @@
+Tue Jun 24 14:24:22 UTC 2014 - thard...@suse.com
+
+- require latest nagios-rpm-macros package to allow building on openSUSE 
Factory 
+- make the classic ui package icinga-www independent from Icinga 1
+- move config files from the package icinga-www to icinga-www-config
+
+---
+Fri Jun 20 21:18:02 UTC 2014 - mar...@gmx.de
+
+- update to upstream version 1.11.5
+  * classic-ui: fix status.cgi gets stuck in loop when sorting on All 
Unhandled Problems #5886 - RB
+  * classic ui: Only show command expander if backend is Icinga 1.x 
(incompatible with Icinga 2) #6408 - MF
+  * classic ui: Fix CSRF protection in cmd.cgi matches only compiled in URL 
#6459 - MF
+  * classic-ui: config.cgi missing new option #6502 - RB
+  * initscript: Fixed Typo in ido2db and icinga init scripts preventing them 
to kill -9 their processes #6410 - MaH
+  * cgi.cfg: Add url_cgi_path allowing to override the default 
'$htmurl/cgi-bin' required for CSRF checks #6459
+** Required for icinga2-classicui Debian package
+
+---
+Mon Jun  2 08:50:58 UTC 2014 - thard...@suse.com
+
+- update to upstream version 1.11.4
+  * core: Icinga should warn about deprecated configuration objects and 
attributes #6075 - MF
+  * core: Fix config parser with object custom variables #6330 - MF
+  * core: Allow Classic UI config parser to ignore unknown objects #5826 - MF
+  * classic ui: Fix jquery.dd source file, update to 2.38 #6324 - MF
+  * config parser now marks the following attributes and objects as DEPRECATED 
(they have been since 0.8.0)
+** retry_check_interval (hosts, services)
+** normal_check_internal (hosts, services)
+** checks_enabled (hosts)
+** hostextinfo object
+** serviceextinfo object
+
+---

Old:

  icinga-1.11.3.tar.gz

New:

  icinga-1.11.5.tar.gz



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.1AOyJk/_old  2014-06-30 21:45:50.0 +0200
+++ /var/tmp/diff_new_pack.1AOyJk/_new  2014-06-30 21:45:50.0 +0200
@@ -23,7 +23,7 @@
 %endif
 
 Name:   icinga
-Version:1.11.3
+Version:1.11.5
 Release:0
 
 Summary:Host/service/network monitoring program
@@ -56,7 +56,7 @@
 Patch1: icinga-fix-systemd-services.patch
 Provides:   monitoring_daemon
 BuildRequires:  apache2-devel
-BuildRequires:  nagios-rpm-macros = 0.08
+BuildRequires:  nagios-rpm-macros = 0.10
 %if 0%{?suse_version} = 1110
 BuildRequires:  fdupes
 %endif
@@ -128,8 +128,9 @@
 %package www
 Summary:Provides the HTML and CGI files for the Icinga web interface
 Group:  System/Monitoring
+Provides:   %{name}-classicui
 Provides:   monitoring_webfrontend
-Requires:   %{name} = %{version}
+Requires:   %{name}-classicui-config
 Requires:   %{name}-doc = %{version}
 Requires(pre):  apache2
 
@@ -147,6 +148,16 @@
 CGI files for the Icinga web interface. In addition, HTML
 documentation is included in this package
 
+%package www-config
+Summary:Classic UI configuration for %{name}
+Group:  System/Monitoring
+Provides:   %{name}-classicui-config
+Conflicts:  icinga2-classicui-config
+Requires(pre):  apache2
+
+%description www-config
+This packages contains the classic ui configuration for %{name}.
+
 %package devel
 Summary:Provides include files that Icinga-related applications may 
compile against
 Group:  Development/Libraries/C and C++
@@ -632,10 +643,6 @@
 
 %files www
 %defattr(-,root,root)
-%config(noreplace) %{apacheconfdir}/%{name}.conf
-%config(noreplace) %{icinga_sysconfdir}/cgi.cfg
-%config(noreplace) %{icinga_sysconfdir}/cgiauth.cfg
-%config(noreplace) %attr(0640,root,%{apachegroup}) %{icinga_http_authfile}
 %dir %{icinga_cgidir}/
 %{icinga_cgidir}/avail.cgi
 %{icinga_cgidir}/cmd.cgi
@@ -666,6 +673,13 @@
 %{icinga_datadir}/jquery-ui-addon
 %attr(0775,%{icinga_command_user},%{icinga_command_group}) %dir 
%{icinga_cgi_logdir}
 
+%files www-config
+%defattr(-,root,root,-)
+%config(noreplace) %{apacheconfdir}/%{name}.conf
+%config(noreplace) %{icinga_sysconfdir}/cgi.cfg
+%config(noreplace) 

commit ghc-rpm-macros for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package ghc-rpm-macros for openSUSE:Factory 
checked in at 2014-06-30 21:45:09

Comparing /work/SRC/openSUSE:Factory/ghc-rpm-macros (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new (New)


Package is ghc-rpm-macros

Changes:

--- /work/SRC/openSUSE:Factory/ghc-rpm-macros/ghc-rpm-macros.changes
2014-06-01 19:41:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new/ghc-rpm-macros.changes   
2014-06-30 21:45:33.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 26 11:17:24 UTC 2014 - peter.tromm...@ohm-hochschule.de
+
+- add rpmlintrc to spec file 
+
+---
+Thu Jun 26 06:52:11 UTC 2014 - martin.koeg...@chello.at
+
+- SLES11 does not support a different BuildArch for subpackages 
+
+---



Other differences:
--
++ ghc-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.lAYqwy/_old  2014-06-30 21:45:34.0 +0200
+++ /var/tmp/diff_new_pack.lAYqwy/_new  2014-06-30 21:45:34.0 +0200
@@ -32,6 +32,7 @@
 Url:https://fedoraproject.org/wiki/Haskell_SIG
 
 Source0:
http://pkgs.fedoraproject.org/cgit/%{name}.git/snapshot/%{name}-%{git_hash}.tar.xz
+Source1:rpmlintrc
 # PATCH-FIX-OPENSUSE suse-disable-debug-packages.patch 
peter.tromm...@ohm-hochschule.de -- openSUSE way to disable debug packages
 Patch1: suse-disable-debug-packages.patch
 # PATCH-FIX-OPENSUSE add-group.patch sbahl...@suse.com -- Make sure a Group: 
tag is generated in subpackages; peter.tromm...@ohm-hochschule.de: also puts 
libraries in System/Libraries, see package group guidelines
@@ -84,7 +85,9 @@
 %package -n ghc-srpm-macros
 Summary:RPM macros for building Haskell source packages
 Group:  Development/Libraries/Other
+%if 0%{?suse_version}  1110
 BuildArch:  noarch
+%endif
 
 %description -n ghc-srpm-macros
 Macros used when generating source Haskell rpm packages.

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



commit nagios-rpm-macros for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package nagios-rpm-macros for 
openSUSE:Factory checked in at 2014-06-30 21:45:20

Comparing /work/SRC/openSUSE:Factory/nagios-rpm-macros (Old)
 and  /work/SRC/openSUSE:Factory/.nagios-rpm-macros.new (New)


Package is nagios-rpm-macros

Changes:

--- /work/SRC/openSUSE:Factory/nagios-rpm-macros/nagios-rpm-macros.changes  
2014-04-26 06:06:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.nagios-rpm-macros.new/nagios-rpm-macros.changes 
2014-06-30 21:45:45.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 23 14:24:20 UTC 2014 - thard...@suse.com
+
+- update to 0.10:
+  + adapt icinga[2] macros to use /run instead of /var/run on modern systems
+  + this change can easily be used for other macros, just use %{_rundir} 
instead of %{_localstatedir}/run
+
+---



Other differences:
--
++ nagios-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.WLgVTe/_old  2014-06-30 21:45:46.0 +0200
+++ /var/tmp/diff_new_pack.WLgVTe/_new  2014-06-30 21:45:46.0 +0200
@@ -20,7 +20,7 @@
 Summary:RPM Macros for Nagios based packages
 License:BSD-3-Clause
 Group:  System/Monitoring
-Version:0.09
+Version:0.10
 Release:0
 Url:http://en.opensuse.org/Nagios
 Source0:macros.nagios
@@ -53,6 +53,11 @@
 cat %{S:6}  %{buildroot}%{_sysconfdir}/rpm/macros.nagios
 cat %{S:7}  %{buildroot}%{_sysconfdir}/rpm/macros.nagios
 
+# make sure that _rundir is working on older systems
+%if ! %{defined _rundir}
+sed -i 's|%%{_rundir}|%%{_localstatedir}/run|' 
%{buildroot}%{_sysconfdir}/rpm/macros.nagios
+%endif
+
 %clean
 rm -rf %buildroot
 

++ macros.icinga ++
--- /var/tmp/diff_new_pack.WLgVTe/_old  2014-06-30 21:45:46.0 +0200
+++ /var/tmp/diff_new_pack.WLgVTe/_new  2014-06-30 21:45:46.0 +0200
@@ -23,7 +23,7 @@
 # Icinga spool dir
 %icinga_spooldir%{_var}/spool/icinga
 # Icinga run dir
-%icinga_rundir  %{_localstatedir}/run/icinga
+%icinga_rundir  %{_rundir}/icinga
 # Icinga logfile dir
 %icinga_logdir  %{_var}/log/icinga
 # Icinga cgi directory

++ macros.icinga2 ++
--- /var/tmp/diff_new_pack.WLgVTe/_old  2014-06-30 21:45:46.0 +0200
+++ /var/tmp/diff_new_pack.WLgVTe/_new  2014-06-30 21:45:46.0 +0200
@@ -23,7 +23,7 @@
 # Icinga spool dir
 %icinga2_spooldir%{_var}/spool/icinga2
 # Icinga run dir
-%icinga2_rundir  %{_localstatedir}/run/icinga2
+%icinga2_rundir  %{_rundir}/icinga2
 # Icinga logfile dir
 %icinga2_logdir  %{_var}/log/icinga2
 # Icinga cgi directory

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



commit sni-qt for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package sni-qt for openSUSE:Factory checked 
in at 2014-06-30 21:45:26

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


Package is sni-qt

Changes:

--- /work/SRC/openSUSE:Factory/sni-qt/sni-qt.changes2014-03-09 
20:26:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.sni-qt.new/sni-qt.changes   2014-06-30 
21:45:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 12:39:10 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add baselibs.conf
+- Install settings
+
+---

New:

  baselibs.conf
  sni-qt.conf



Other differences:
--
++ sni-qt.spec ++
--- /var/tmp/diff_new_pack.TweUXn/_old  2014-06-30 21:45:56.0 +0200
+++ /var/tmp/diff_new_pack.TweUXn/_new  2014-06-30 21:45:56.0 +0200
@@ -24,6 +24,8 @@
 Group:  System/Libraries
 Url:https://launchpad.net/sni-qt
 Source: 
https://launchpad.net/%{name}/trunk/0.2.6/+download/%{name}-%{version}.tar.bz2
+Source1:baselibs.conf
+Source2:sni-qt.conf
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  kde4-filesystem
@@ -45,11 +47,14 @@
 
 %install
   %kde4_makeinstall -C build
+  install -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/settings/sni-qt.conf
 
 %files
 %defattr(-,root,root)
 %doc NEWS README COPYING* LGPL*
 %dir %{_kde4_libdir}/qt4/plugins/systemtrayicon/
 %{_kde4_libdir}/qt4/plugins/systemtrayicon/libsni-qt.so
+%dir %{_sysconfdir}/settings
+%{_sysconfdir}/settings/sni-qt.conf
 
 %changelog

++ baselibs.conf ++
sni-qt++ sni-qt.conf ++
[need-activate-action]
clementine=1
mumble=1
skype=1
speedcrunch=1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit multipath-tools for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2014-06-30 21:43:16

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


Package is multipath-tools

Changes:

--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2014-06-19 13:19:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes 
2014-06-30 21:43:20.0 +0200
@@ -1,0 +2,14 @@
+Tue Jun 24 09:45:57 CEST 2014 - h...@suse.de
+
+- Fixup race condition with udev (bnc#883878)
+- Cleanup foreground operation handling in multipathd
+- Fix some minor issues in path reordering code (bnc#870465)
+- Patches from upstream:
+  * Use existing user friendly names if possible
+  * kpartx: fix extended partition size for 512b sectors
+  * Mismatch between allocation length and transfer length in
+rdac prio
+  * Mismatch between allocation length and transfer length in
+emc_clariion prio.
+
+---



Other differences:
--
++ multipath-tools-0.5.0-sles12.diff.bz2 ++
--- /var/tmp/diff_new_pack.JM7x81/_old  2014-06-30 21:43:21.0 +0200
+++ /var/tmp/diff_new_pack.JM7x81/_new  2014-06-30 21:43:21.0 +0200
@@ -110,6 +110,25 @@
  int dm_addmap (int, const char *, const char *, const char *, uint64_t,
   int, const char *, int, mode_t, uid_t, gid_t, uint32_t *);
  int dm_map_present (char *);
+diff --git a/kpartx/dos.c b/kpartx/dos.c
+index 0e57f0e..90ad3bd 100644
+--- a/kpartx/dos.c
 b/kpartx/dos.c
+@@ -101,8 +101,12 @@ read_dos_pt(int fd, struct slice all, struct slice *sp, 
int ns) {
+   break;
+   }
+   if (is_extended(p.sys_type)) {
+-  sp[i].size = sector_size_mul * 2; /* extended 
partitions only get two
+- sectors mapped for LILO to install */
++  /* extended partitions only get one or
++ two sectors mapped for LILO to install,
++ whichever is needed to have 1kb of space */
++  if (sector_size_mul == 1)
++  sp[i].size = 2;
++  else sp[i].size = sector_size_mul;
+   n += read_extended_partition(fd, p, i, sp+n, ns-n);
+   }
+   }
 diff --git a/kpartx/kpartx-compat.rules b/kpartx/kpartx-compat.rules
 new file mode 100644
 index 000..3b94f92
@@ -380,6 +399,128 @@
  endif
  
  OBJS = memory.o parser.o vector.o devmapper.o callout.o \
+diff --git a/libmultipath/alias.c b/libmultipath/alias.c
+index ab15185..f1879c9 100644
+--- a/libmultipath/alias.c
 b/libmultipath/alias.c
+@@ -67,7 +67,7 @@ scan_devname(char *alias, char *prefix)
+   return -1;
+ 
+   if (strlen(alias) == strlen(prefix))
+-  return -1;  
++  return -1;
+ 
+   if (strlen(alias)  strlen(prefix) + 7)
+   /* id of '' overflows int */
+@@ -145,7 +145,7 @@ lookup_binding(FILE *f, char *map_wwid, char **map_alias, 
char *prefix)
+ }
+ 
+ static int
+-rlookup_binding(FILE *f, char *buff, char *map_alias)
++rlookup_binding(FILE *f, char *buff, char *map_alias, char *prefix)
+ {
+   char line[LINE_MAX];
+   unsigned int line_nr = 0;
+@@ -164,7 +164,7 @@ rlookup_binding(FILE *f, char *buff, char *map_alias)
+   alias = strtok(line,  \t);
+   if (!alias) /* blank line */
+   continue;
+-  curr_id = scan_devname(alias, NULL); /* TBD: Why this call? */
++  curr_id = scan_devname(alias, prefix);
+   if (curr_id = id)
+   id = curr_id + 1;
+   wwid = strtok(NULL,  \t);
+@@ -188,6 +188,11 @@ rlookup_binding(FILE *f, char *buff, char *map_alias)
+   }
+   }
+   condlog(3, No matching alias [%s] in bindings file., map_alias);
++
++  /* Get the theoretical id for this map alias.
++   * Used by use_existing_alias
++   */
++  id = scan_devname(map_alias, prefix);
+   return id;
+ }
+ 
+@@ -237,6 +242,59 @@ allocate_binding(int fd, char *wwid, int id, char *prefix)
+ }
+ 
+ char *
++use_existing_alias (char *wwid, char *file, char *alias_old,
++  char *prefix, int bindings_read_only)
++{
++  char *alias = NULL;
++  int id = 0;
++  int fd, can_write;
++  char buff[WWID_SIZE];
++  FILE *f;
++
++  fd = open_file(file, can_write, BINDINGS_FILE_HEADER);
++  if (fd  0)
++  return NULL;
++
++  f = fdopen(fd, r);
++  if (!f) {
++ 

commit ha-cluster-bootstrap for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package ha-cluster-bootstrap for 
openSUSE:Factory checked in at 2014-06-30 21:45:10

Comparing /work/SRC/openSUSE:Factory/ha-cluster-bootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new (New)


Package is ha-cluster-bootstrap

Changes:

--- 
/work/SRC/openSUSE:Factory/ha-cluster-bootstrap/ha-cluster-bootstrap.changes
2014-06-24 15:16:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
   2014-06-30 21:45:34.0 +0200
@@ -1,0 +2,7 @@
+
+Fri Jun 20 02:26:46 UTC 2014 - lw...@suse.com
+
+- used `sed` only change the values present
+  add: fix-ha-cluster-init-not-to-overwrite-sbd-conf-881484.patch
+
+---

New:

  fix-ha-cluster-init-not-to-overwrite-sbd-conf-881484.patch



Other differences:
--
++ ha-cluster-bootstrap.spec ++
--- /var/tmp/diff_new_pack.YkE7En/_old  2014-06-30 21:45:36.0 +0200
+++ /var/tmp/diff_new_pack.YkE7En/_new  2014-06-30 21:45:36.0 +0200
@@ -33,6 +33,8 @@
 Patch3: fix-ha-cluster-init-sbd-with-new-style-bnc-881484.patch
 # PATCH-IMPROVE: improve ha-cluster-init to check sbd watchdog
 Patch4: improve-ha-cluster-init-check-sbd-watchdog-bnc-881484.patch
+# PATCH-FIX: 
+Patch5: fix-ha-cluster-init-not-to-overwrite-sbd-conf-881484.patch
 
 Requires:   csync2
 Requires:   hawk
@@ -55,6 +57,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 %build
 
 %install

++ fix-ha-cluster-init-not-to-overwrite-sbd-conf-881484.patch ++
Index: sleha-bootstrap-0.4+git.1396958965.7f1629a/scripts/ha-cluster-init
===
--- sleha-bootstrap-0.4+git.1396958965.7f1629a.orig/scripts/ha-cluster-init
+++ sleha-bootstrap-0.4+git.1396958965.7f1629a/scripts/ha-cluster-init
@@ -474,50 +474,10 @@ Configure SBD:
status_long 'Initializing SBD...'
invoke sbd -d $SBD_DEVICE create || error Failed to initialize SBD 
device
status_done
+   
+   sed -i -e s/SBD_DEVICE=.*/SBD_DEVICE=\$(echo $SBD_DEVICE | sed 
's/\//\\\//g')\/g  $SYSCONFIG_SBD
+   sed -i -e s/SBD_WATCHDOG=.*/SBD_WATCHDOG=$SBD_WATCHDOG/g  
$SYSCONFIG_SBD
 
-   local tmp_conf=$SYSCONFIG_SBD.$$
-   cat  $tmp_conf END
-## Type: string
-## Default: 
-#
-# SBD_DEVICE specifies the devices to use for exchanging sbd messages
-# and to monitor. If specifying more than one path, use ; as
-# separator.
-#
-SBD_DEVICE=$SBD_DEVICE
-
-## Type: yesno
-## Default: yes
-#
-# Whether to enable the pacemaker integration.
-#
-SBD_PACEMAKER=
-
-## Type: list(always,clean)
-## Default: always
-#
-# Specify the start mode for sbd. Setting this to clean will only
-# allow sbd to start if it was not previously fenced. See the -S option
-# in the man page.
-#
-SBD_STARTMODE=
-
-## Type: yesno
-## Default: yes
-#
-# Whether to use a watchdog.
-#
-SBD_WATCHDOG=$SBD_WATCHDOG
-
-## Type: string
-## Default: 
-#
-# Additional options for starting sbd
-#
-SBD_OPTS=
-
-END
-   install_tmp $tmp_conf $SYSCONFIG_SBD
invoke csync2 -m $SYSCONFIG_SBD
invoke csync2 -f $SYSCONFIG_SBD
invoke csync2 -xv $SYSCONFIG_SBD
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit jeuclid for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jeuclid for openSUSE:Factory checked 
in at 2014-06-30 22:49:53

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


Package is jeuclid

Changes:

--- /work/SRC/openSUSE:Factory/jeuclid/jeuclid.changes  2014-05-28 
10:01:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.jeuclid.new/jeuclid.changes 2014-06-30 
22:49:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 13:58:37 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner a bit.
+- Try to sort out some dependencies to work on SLE11
+
+---



Other differences:
--
++ jeuclid.spec ++
--- /var/tmp/diff_new_pack.Q2z1u9/_old  2014-06-30 22:49:56.0 +0200
+++ /var/tmp/diff_new_pack.Q2z1u9/_new  2014-06-30 22:49:56.0 +0200
@@ -20,9 +20,9 @@
 Version:3.1.3
 Release:0
 Summary:MathML rendering solution
-# LGPL-2.1 is for the FreeHEP component only (see LICENSE.FreeHEP)
 License:Apache-2.0 and LGPL-2.1
 Group:  Development/Libraries
+# LGPL-2.1 is for the FreeHEP component only (see LICENSE.FreeHEP)
 Url:http://jeuclid.sourceforge.net/index.html
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-parent-%{version}-src.zip
 #fedora specific build script based on debian
@@ -30,39 +30,35 @@
 Source2:jeuclid-mathviewer.desktop
 Source3:jeuclid-mathviewer.sh
 Source4:jeuclid-cli.sh
-
 #removes FreeHep support as per the build README, optional feature (not 
upstream)
 Patch0: jeuclid-core-FreeHep.patch
 #Allows for compiling code that uses Apple EAWT without the lib
 Patch1: AppleJavaExtensions.patch
 #removes OSX dep for the viewer
 Patch2: MacOSX.patch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-
 BuildRequires:  ant
 BuildRequires:  apache-commons-cli = 1.1
 BuildRequires:  apache-commons-lang
 BuildRequires:  apache-commons-logging
 BuildRequires:  batik = 1.7
 BuildRequires:  desktop-file-utils
-BuildRequires:  fop = 0.95
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  java-devel
+BuildRequires:  javapackages-tools
 BuildRequires:  jcip-annotations
-BuildRequires:  jpackage-utils
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlgraphics-commons = 1.3
 BuildRequires:  xmlgraphics-fop
-
+BuildRequires:  xmlgraphics-fop = 0.95
 Requires:   apache-commons-logging
 Requires:   batik = 1.7
 Requires:   java
+Requires:   javapackages-tools
 Requires:   jcip-annotations
-Requires:   jpackage-utils
 Requires:   xmlgraphics-commons = 1.3
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 Core module containing basic JEuclid rendering and document handling classes.
@@ -80,7 +76,7 @@
 Summary:JEuclid plug-in for FOP
 Group:  Applications/Publishing
 Requires:   %{name} = %{version}-%{release}
-Requires:   fop = 0.95
+Requires:   xmlgraphics-fop = 0.95
 
 %description   fop
 The %{name}-fop package is a jeuclid plug-in for FOP.
@@ -120,34 +116,32 @@
 ant compile-core compile-mathviewer compile-cli compile-fop -verbose 
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_javadir}
+mkdir -p %{buildroot}%{_javadir}
 cp -p target/%{name}-core.jar \
-$RPM_BUILD_ROOT%{_javadir}/%{name}-core.jar
+%{buildroot}%{_javadir}/%{name}-core.jar
 cp -p target/%{name}-fop.jar \
-$RPM_BUILD_ROOT%{_javadir}/%{name}-fop.jar
+%{buildroot}%{_javadir}/%{name}-fop.jar
 cp -p target/%{name}-mathviewer.jar \
-$RPM_BUILD_ROOT%{_javadir}/%{name}-mathviewer.jar
+%{buildroot}%{_javadir}/%{name}-mathviewer.jar
 cp -p target/%{name}-cli.jar \
-$RPM_BUILD_ROOT%{_javadir}/%{name}-cli.jar
+%{buildroot}%{_javadir}/%{name}-cli.jar
 
-install -dm 755 $RPM_BUILD_ROOT%{_bindir}
-install -pm 755 %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/jeuclid-mathviewer
-install -pm 755 %{SOURCE4} $RPM_BUILD_ROOT%{_bindir}/jeuclid-cli
+install -dm 755 %{buildroot}%{_bindir}
+install -pm 755 %{SOURCE3} %{buildroot}%{_bindir}/jeuclid-mathviewer
+install -pm 755 %{SOURCE4} %{buildroot}%{_bindir}/jeuclid-cli
 
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/
-cp -p src/icons/jeuclid_48x48.png 
$RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/
+mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/
+cp -p src/icons/jeuclid_48x48.png 
%{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/
 
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
-desktop-file-install --dir=$RPM_BUILD_ROOT/%{_datadir}/applications \
+mkdir -p %{buildroot}/%{_datadir}/applications
+desktop-file-install 

commit jsr-305 for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jsr-305 for openSUSE:Factory checked 
in at 2014-06-30 22:50:01

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


Package is jsr-305

Changes:

--- /work/SRC/openSUSE:Factory/jsr-305/jsr-305.changes  2013-09-11 
13:39:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.jsr-305.new/jsr-305.changes 2014-06-30 
22:50:05.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 14:00:02 UTC 2014 - tchva...@suse.com
+
+- Remove java-javadoc dep as it is not needed to sort out SLE11
+
+---



Other differences:
--
++ jsr-305.spec ++
--- /var/tmp/diff_new_pack.0rwgCo/_old  2014-06-30 22:50:06.0 +0200
+++ /var/tmp/diff_new_pack.0rwgCo/_new  2014-06-30 22:50:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jsr-305
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,6 @@
 Requires:   javapackages-tools
 BuildRequires:  ant
 BuildRequires:  java-devel
-BuildRequires:  java-javadoc
 BuildRequires:  javapackages-tools
 BuildArch:  noarch
 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 jakarta-commons-discovery for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-discovery for 
openSUSE:Factory checked in at 2014-06-30 22:49:46

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-discovery (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-discovery.new (New)


Package is jakarta-commons-discovery

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-discovery/jakarta-commons-discovery.changes
  2014-05-17 06:43:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-discovery.new/jakarta-commons-discovery.changes
 2014-06-30 22:49:48.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 13:27:45 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner a bit
+- Do not disable bytecode check but rather set the versions to ant
+
+---



Other differences:
--
++ jakarta-commons-discovery.spec ++
--- /var/tmp/diff_new_pack.tvrVXD/_old  2014-06-30 22:49:48.0 +0200
+++ /var/tmp/diff_new_pack.tvrVXD/_new  2014-06-30 22:49:48.0 +0200
@@ -17,7 +17,6 @@
 
 
 %define short_name commons-discovery
-
 Name:   jakarta-commons-discovery
 Version:0.4
 Release:0
@@ -26,9 +25,6 @@
 Group:  Development/Libraries/Java
 Url:http://jakarta.apache.org/commons/discovery.html
 Source0:
http://www.apache.org/dist/jakarta/commons/discovery/source/commons-discovery-0.4-src.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-
 BuildRequires:  ant
 BuildRequires:  commons-logging = 1.0.4
 BuildRequires:  java-devel
@@ -36,8 +32,11 @@
 BuildRequires:  junit = 3.7
 Requires:   commons-logging = 1.0.4
 Provides:   %{short_name} = %{version}
+Obsoletes:  %{short_name}  %{version}
 #XXX: temporary fix to make axis auto dependencies work, need to revork package
 Provides:   osgi(org.apache.commons.discovery)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 The Discovery component is about discovering, or finding,
@@ -69,15 +68,12 @@
 
 %build
 ant \
+  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
   -Djunit.jar=%(find-jar junit) \
   -Dlogger.jar=%(find-jar commons-logging) \
   test.discovery dist
 
 %install
-%if 0%{?suse_version} == 1110
-export NO_BRP_CHECK_BYTECODE_VERSION=true
-%endif
-
 # jar
 mkdir -p %{buildroot}%{_javadir}
 cp -p dist/%{short_name}.jar %{buildroot}%{_javadir}/%{short_name}.jar
@@ -86,9 +82,6 @@
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.txt

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



commit mx4j for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package mx4j for openSUSE:Factory checked in 
at 2014-06-30 22:50:06

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


Package is mx4j

Changes:

--- /work/SRC/openSUSE:Factory/mx4j/mx4j.changes2013-09-12 
17:04:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.mx4j.new/mx4j.changes   2014-06-30 
22:50:10.0 +0200
@@ -1,0 +2,10 @@
+Fri Jun 27 14:23:23 UTC 2014 - tchva...@suse.com
+
+- Add jython as explicit dep.
+
+---
+Fri Jun 27 14:08:33 UTC 2014 - tchva...@suse.com
+
+- Sort out loggings dep to proceed bit further in SLE11 build
+
+---



Other differences:
--
++ mx4j.spec ++
--- /var/tmp/diff_new_pack.ypep8K/_old  2014-06-30 22:50:11.0 +0200
+++ /var/tmp/diff_new_pack.ypep8K/_new  2014-06-30 22:50:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mx4j
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,17 +41,18 @@
 BuildRequires:  ant-nodeps
 BuildRequires:  ant-trax
 BuildRequires:  antlr
+BuildRequires:  apache-commons-logging
 BuildRequires:  axis
 BuildRequires:  bcel
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_3
 BuildRequires:  jaf
-BuildRequires:  jakarta-commons-logging
 BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  java-devel = 1.6.0
 BuildRequires:  javamail
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
+BuildRequires:  jython
 BuildRequires:  libtool
 BuildRequires:  log4j-mini
 BuildRequires:  perl
@@ -64,10 +65,10 @@
 #BuildRequires:  hessian
 BuildArch:  noarch
 PreReq: /usr/sbin/update-alternatives
+Requires:   apache-commons-logging = 1.0.1
 Requires:   axis = 1.1
 Requires:   bcel = 5.0
 Requires:   jaf
-Requires:   jakarta-commons-logging = 1.0.1
 Requires:   javamail = 1.2-5jpp
 Requires:   jce = 1.2.2
 Requires:   log4j = 1.2.7

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



commit mysql-connector-java for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package mysql-connector-java for 
openSUSE:Factory checked in at 2014-06-30 22:50:07

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


Package is mysql-connector-java

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-connector-java/mysql-connector-java.changes
2013-09-23 15:25:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-connector-java.new/mysql-connector-java.changes
   2014-06-30 22:50:11.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 12:33:20 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Try to build on SLE_11
+
+---



Other differences:
--
++ mysql-connector-java.spec ++
--- /var/tmp/diff_new_pack.o4HQRm/_old  2014-06-30 22:50:13.0 +0200
+++ /var/tmp/diff_new_pack.o4HQRm/_new  2014-06-30 22:50:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mysql-connector-java
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,7 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:   mysql-connector-java
@@ -24,7 +23,6 @@
 License:GPL-2.0+
 Group:  Development/Libraries/Java
 Url:http://www.mysql.com/downloads/api-jdbc-stable.html
-
 # url-for-download: 
http://dev.mysql.com/get/Downloads/Connector-J/%{name}-%{version}.zip/from/pick#mirrors
 # docs are now under very strict proprietary license by Oracle, so lets not 
distribute them
 # remove bundled jars as well
@@ -35,33 +33,29 @@
 Source0:%{name}-%{version}-suse.tar.xz
 # Patch to build Java 7/jdbc 4.1
 Patch0: mysql-connector-java-7-jdbc-4.1.patch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-
 BuildRequires:  ant
 BuildRequires:  ant-contrib
 BuildRequires:  apache-commons-logging
-#BuildRequires:  java-1_5_0-gcj-compat-devel
-BuildRequires:  java-devel = 1.6.0
 #BuildRequires:  jta = 1.0
 BuildRequires:  geronimo-jta-1_1-api
+#BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel = 1.6.0
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
-BuildRequires:  slf4j
 #!BuildIgnore:  maven2-bootstrap
 BuildRequires:  log4j-mini
-
+BuildRequires:  slf4j
+BuildRequires:  xz
 Requires:   jta = 1.0
 Requires:   log4j
 Requires:   slf4j
-
 Provides:   mm.mysql = %{version}
 Obsoletes:  mm.mysql  %{version}
-
 # manual is no longer distributed
 Provides:   %{name}-manual = %{version}
 Obsoletes:  %{name}-manual  %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 MySQL Connector/J is a native Java driver that converts JDBC (Java
@@ -73,7 +67,7 @@
 set that supports the capabilities of MySQL.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0 -p1
 
 # dup
@@ -102,7 +96,9 @@
 # we need jdk5 for jdbc3.0
 # XXX: JAVA_HOME must be setup **after** CLASSPATH
 #export JAVA_HOME=%{_libdir}/jvm/java-1.5.0-gcj
-ant -DbuildDir=build-mysql-jdbc \
+ant \
+-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+-DbuildDir=build-mysql-jdbc \
 -DdistDir=dist-mysql-jdbc \
 -Dcom.mysql.jdbc.java6.javac=%{javac} \
 -Dcom.mysql.jdbc.java6.java=%{java} \

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



commit lucene for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package lucene for openSUSE:Factory checked 
in at 2014-06-30 22:50:05

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


Package is lucene

Changes:

--- /work/SRC/openSUSE:Factory/lucene/lucene.changes2013-09-11 
13:39:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.lucene.new/lucene.changes   2014-06-30 
22:50:08.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 14:02:20 UTC 2014 - tchva...@suse.com
+
+- Remove java-javdoc to build on sle11 again as the javadoc is
+  also pulled in regardless.
+
+---



Other differences:
--
++ lucene.spec ++
--- /var/tmp/diff_new_pack.m8RbjZ/_old  2014-06-30 22:50:09.0 +0200
+++ /var/tmp/diff_new_pack.m8RbjZ/_new  2014-06-30 22:50:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lucene
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -78,7 +78,6 @@
 BuildRequires:  jakarta-commons-digester
 BuildRequires:  jakarta-commons-logging
 BuildRequires:  java-devel = 1.5.0
-BuildRequires:  java-javadoc = 1.6.0
 BuildRequires:  javacc
 BuildRequires:  javapackages-tools
 BuildRequires:  jline

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



commit velocity for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package velocity for openSUSE:Factory 
checked in at 2014-06-30 22:50:17

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


Package is velocity

Changes:

--- /work/SRC/openSUSE:Factory/velocity/velocity.changes2013-09-12 
13:26:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.velocity.new/velocity.changes   2014-06-30 
22:50:25.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 14:17:29 UTC 2014 - tchva...@suse.com
+
+- Fix build on SLE11
+
+---



Other differences:
--
++ velocity.spec ++
--- /var/tmp/diff_new_pack.tjSUjb/_old  2014-06-30 22:50:27.0 +0200
+++ /var/tmp/diff_new_pack.tjSUjb/_new  2014-06-30 22:50:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package velocity
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -200,6 +200,7 @@
 #FIXME: tests failed on CommonsExtPropTestCase
 #but resulting files seems to be same
 ant \
+  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
   -buildfile build/build.xml \
   jar javadocs #test
 


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



commit axis for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package axis for openSUSE:Factory checked in 
at 2014-06-30 22:49:42

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


Package is axis

Changes:

--- /work/SRC/openSUSE:Factory/axis/axis.changes2013-09-12 
17:04:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.axis.new/axis.changes   2014-06-30 
22:49:43.0 +0200
@@ -1,0 +2,10 @@
+Fri Jun 27 13:44:24 UTC 2014 - tchva...@suse.com
+
+- Fix back javadoc
+
+---
+Fri Jun 27 13:37:59 UTC 2014 - tchva...@suse.com
+
+- Depend on proper apache pkgs
+
+---



Other differences:
--
++ axis.spec ++
--- /var/tmp/diff_new_pack.jeyZIf/_old  2014-06-30 22:49:44.0 +0200
+++ /var/tmp/diff_new_pack.jeyZIf/_new  2014-06-30 22:49:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package axis
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,12 +47,12 @@
 BuildRequires:  ant
 BuildRequires:  ant-jdepend
 BuildRequires:  antlr
+BuildRequires:  apache-commons-httpclient
+BuildRequires:  apache-commons-logging
 BuildRequires:  classpath
 BuildRequires:  classpathx-mail
 BuildRequires:  gnu-jaf
 BuildRequires:  jakarta-commons-discovery
-BuildRequires:  jakarta-commons-httpclient3
-BuildRequires:  jakarta-commons-logging
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
@@ -61,10 +61,10 @@
 BuildRequires:  unzip
 BuildRequires:  wsdl4j
 BuildRequires:  xerces-j2
+Requires:   apache-commons-httpclient
+Requires:   apache-commons-logging
 Requires:   jaf
 Requires:   jakarta-commons-discovery
-Requires:   jakarta-commons-httpclient3
-Requires:   jakarta-commons-logging
 Requires:   java
 Requires:   javamail
 Requires:   javapackages-tools


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



commit findbugs-bcel for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package findbugs-bcel for openSUSE:Factory 
checked in at 2014-06-30 22:49:44

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


Package is findbugs-bcel

Changes:

--- /work/SRC/openSUSE:Factory/findbugs-bcel/findbugs-bcel.changes  
2013-10-04 07:20:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.findbugs-bcel.new/findbugs-bcel.changes 
2014-06-30 22:49:45.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 12:27:03 UTC 2014 - tchva...@suse.com
+
+- Fix build on SLE11 and cleanup with spec-cleaner
+
+---



Other differences:
--
++ findbugs-bcel.spec ++
--- /var/tmp/diff_new_pack.vYMyoq/_old  2014-06-30 22:49:46.0 +0200
+++ /var/tmp/diff_new_pack.vYMyoq/_new  2014-06-30 22:49:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package findbugs-bcel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,12 @@
 
 
 %global findbugsver 1.3.8
-
 # This is a version of BCEL that has been modified by the findbugs team.  They
 # added some new functionality and also did some performance optimizations of
 # the base code.  I am not producing a new manual, since we already have a
 # bcel-manual package and the findbugs team did not patch the manual.  However,
 # the javadoc package is necessary to show the changes in the API created by
 # the findbug team's work.
-
 Name:   findbugs-bcel
 Version:5.2
 Release:0
@@ -37,13 +35,12 @@
 Source2:findbugs-bcel.keyring
 # This patch is available in the findbugs release, in src/patches/bcel.diff.
 Source3:bcel.diff
-
 BuildRequires:  gpg-offline
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 Requires:   java
 Requires:   javapackages-tools
-
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -65,13 +62,13 @@
 %prep
 %gpg_verify %{SOURCE1}
 %setup -q -n bcel-%{version}
-%{__patch} -p7 -s  %{SOURCE3}
+patch -p7 -s  %{SOURCE3}
 
 %build
 # The ant and maven builds both try to download unneeded jars
 mkdir classes
 find src/java -type f -name '*.java' | \
-xargs javac -g -d classes -source 1.5 -encoding ISO8859-1
+xargs javac -g -d classes -source 1.5 -target 1.5 -encoding ISO8859-1
 cd classes
 jar cf findbugs-bcel-%{findbugsver}.jar org
 cd ..
@@ -81,7 +78,6 @@
   -classpath classes -source 1.5 -encoding ISO8859-1 -d javadoc 
 
 %install
-rm -rf %{buildroot}
 
 mkdir -p %{buildroot}%{_javadir}
 cp -p classes/findbugs-bcel-%{findbugsver}.jar %{buildroot}%{_javadir}


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



commit apache-commons-cli for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-cli for 
openSUSE:Factory checked in at 2014-06-30 22:49:39

Comparing /work/SRC/openSUSE:Factory/apache-commons-cli (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-cli.new (New)


Package is apache-commons-cli

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-cli/apache-commons-cli.changes
2014-05-28 10:01:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-cli.new/apache-commons-cli.changes   
2014-06-30 22:49:40.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 11:14:46 UTC 2014 - tchva...@suse.com
+
+- Fix the pom providing on 13.2
+
+---



Other differences:
--
++ apache-commons-cli.spec ++
--- /var/tmp/diff_new_pack.aT9dUP/_old  2014-06-30 22:49:41.0 +0200
+++ /var/tmp/diff_new_pack.aT9dUP/_new  2014-06-30 22:49:41.0 +0200
@@ -18,7 +18,6 @@
 
 %global base_name   cli
 %global short_name  commons-%{base_name}
-%global _mavenpomdir %{_datadir}/maven2/poms
 %global with_maven 0
 
 Name:   apache-commons-cli
@@ -34,13 +33,11 @@
 BuildArch:  noarch
 BuildRequires:  ant
 BuildRequires:  java-devel = 1.6.0
-BuildRequires:  jpackage-utils
+BuildRequires:  javapackages-tools
 Requires:   java = 1.6.0
-Requires:   jpackage-utils
-Requires(post):   jpackage-utils
-Requires(postun): jpackage-utils
-
-# This should go away with F-17
+Requires:   javapackages-tools
+Requires(post):   javapackages-tools
+Requires(postun): javapackages-tools
 Provides:   jakarta-%{short_name} = %{version}-%{release}
 Obsoletes:  jakarta-%{short_name}  1.1-6
 Provides:   apache-cli
@@ -54,8 +51,7 @@
 %package javadoc
 Summary:Javadoc for %{name}
 Group:  Development/Libraries/Java
-Requires:   jpackage-utils
-# This should go away with F-17
+Requires:   javapackages-tools
 Obsoletes:  jakarta-%{short_name}-javadoc  1.1-6
 
 %description javadoc
@@ -80,37 +76,22 @@
 (cd %{buildroot}%{_javadir}  for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed  s|apache-||g`; done)
 (cd %{buildroot}%{_javadir}  for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed  s|-%{version}||g`; done)
 
-%if 0%{?suse_version}  1310
 # pom
 install -d -m 755 %{buildroot}%{_mavenpomdir}
 install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
-%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP 
%{short_name}
-# following line is only for backwards compatibility. New packages
-# should use proper groupid org.apache.commons and also artifactid
-%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
-%endif
+%add_maven_depmap JPP-%{short_name}.pom %{short_name}.jar
 
 # javadoc
 install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
 
-%if 0%{?suse_version}  1310
-%post
-%update_maven_depmap
-
-%postun
-%update_maven_depmap
-%endif
-
 %files
 %defattr(-,root,root)
 %doc LICENSE.txt NOTICE.txt README.txt RELEASE-NOTES.txt
 %{_javadir}/*
-%if 0%{?suse_version}  1310
 %{_mavenpomdir}/*
 %config %{_mavendepmapfragdir}/*
-%endif
 
 %files javadoc
 %defattr(-,root,root)

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



commit jgraphx for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jgraphx for openSUSE:Factory checked 
in at 2014-06-30 22:49:56

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


Package is jgraphx

Changes:

--- /work/SRC/openSUSE:Factory/jgraphx/jgraphx.changes  2014-05-20 
14:22:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.jgraphx.new/jgraphx.changes 2014-06-30 
22:49:57.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 12:11:32 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Build on SLE11
+
+---



Other differences:
--
++ jgraphx.spec ++
--- /var/tmp/diff_new_pack.RDdXII/_old  2014-06-30 22:49:58.0 +0200
+++ /var/tmp/diff_new_pack.RDdXII/_new  2014-06-30 22:49:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jgraphx
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-#%define src_ver %( echo %{version} | tr . _ )
-%define src_ver 2_5_0_2
 
+%define src_ver 2_5_0_2
 Name:   jgraphx
 Version:2.5.0.2
 Release:0
-License:BSD-3-Clause
 Summary:Java-based Diagram Component and Editor
-Url:http://www.jgraph.com/
+License:BSD-3-Clause
 Group:  Development/Libraries/Java
+Url:http://www.jgraph.com/
 Source0:
http://downloads.jgraph.com/downloads/jgraphx/archive/jgraphx-%{src_ver}.zip
 BuildRequires:  ant
 BuildRequires:  java-devel
@@ -51,7 +50,7 @@
 find -type f -name *.jar | xargs -t rm
 
 %build
-%ant
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
 
 # Remove copies of source so that we don't confuse
 # the debuginfo finder
@@ -73,5 +72,4 @@
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-%{version}.jar
 
-
 %changelog


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



commit jemmy for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jemmy for openSUSE:Factory checked 
in at 2014-06-30 22:49:53

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


Package is jemmy

Changes:

--- /work/SRC/openSUSE:Factory/jemmy/jemmy.changes  2013-09-11 
13:38:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.jemmy.new/jemmy.changes 2014-06-30 
22:49:54.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 12:20:22 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Build on SLE11
+
+---



Other differences:
--
++ jemmy.spec ++
--- /var/tmp/diff_new_pack.TqdHm1/_old  2014-06-30 22:49:55.0 +0200
+++ /var/tmp/diff_new_pack.TqdHm1/_new  2014-06-30 22:49:55.0 +0200
@@ -1,9 +1,8 @@
 #
 # spec file for package jemmy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2010, JPackage Project
-# All rights reserved.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,20 +18,16 @@
 
 
 %global __jar_repack %{nil}
-
 # Install time macros
 %global target_jar build/%{name}.jar
 %global target_javadoc build/javadoc/*
-
 Name:   jemmy
 Version:2.3.0.0
 Release:0
 Summary:Java UI testing library
 License:GPL-2.0 or CDDL-1.0
 Group:  Development/Libraries/Java
-
 Url:https://jemmy.dev.java.net
-
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 #
@@ -42,18 +37,12 @@
 # where username is a name of the user registered here: 
https://www.dev.java.net/servlets/Join
 Source0:jemmy-2.3.0.0.tar.bz2
 Source1:jemmy-2.3.0.0.pom
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ant = 1.6.5
 BuildRequires:  java-devel = 1.6.0
 BuildRequires:  javapackages-tools
-
 Requires:   java = 1.6.0
 Requires:   javapackages-tools
-
-Requires(post):javapackages-tools
-Requires(postun):  javapackages-tools
-
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -67,7 +56,7 @@
 %package javadoc
 Summary:Javadocs for %{name}
 Group:  Documentation/HTML
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 Requires:   javapackages-tools
 
 %description javadoc
@@ -79,21 +68,20 @@
 echo Please, visit https://jemmy.dev.java.net for more info about Jemmy.  
README.txt
 
 %build
-%ant jar javadoc
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc
 
 %install
-
 # jar
-%__mkdir_p %{buildroot}%{_javadir}
-%__cp -a %{target_jar} %{buildroot}%{_javadir}/%{name}.jar
+mkdir -p %{buildroot}%{_javadir}
+cp -a %{target_jar} %{buildroot}%{_javadir}/%{name}.jar
 
-install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
-install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
+install -d -m 755 %{buildroot}%{_mavenpomdir}
+install -m 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap
 
 # javadoc
-%__mkdir_p %{buildroot}%{_javadocdir}/%{name}
-%__cp -a %{target_javadoc} %{buildroot}%{_javadocdir}/%{name}
+mkdir -p %{buildroot}%{_javadocdir}/%{name}
+cp -a %{target_javadoc} %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(-,root,root,-)

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



commit jlatexmath for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jlatexmath for openSUSE:Factory 
checked in at 2014-06-30 22:49:58

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


Package is jlatexmath

Changes:

--- /work/SRC/openSUSE:Factory/jlatexmath/jlatexmath.changes2014-05-06 
17:40:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.jlatexmath.new/jlatexmath.changes   
2014-06-30 22:50:01.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 14:26:28 UTC 2014 - tchva...@suse.com
+
+- Cleanup to build on SLE11
+
+---



Other differences:
--
++ jlatexmath.spec ++
--- /var/tmp/diff_new_pack.69eTyT/_old  2014-06-30 22:50:02.0 +0200
+++ /var/tmp/diff_new_pack.69eTyT/_new  2014-06-30 22:50:02.0 +0200
@@ -22,19 +22,17 @@
 Summary:Java API to display mathematical formulas written in LaTeX
 License:GPL-2.0+
 Group:  Development/Libraries
-
 Url:http://forge.scilab.org/index.php/p/jlatexmath/
 Source0:
http://forge.scilab.org/index.php/p/jlatexmath/downloads/get/%{name}-src-all-%{version}.zip
 Source1:patched_fop.properties
-
 BuildRequires:  ant
 BuildRequires:  java-devel
-BuildRequires:  jpackage-utils
+BuildRequires:  javapackages-tools
 BuildRequires:  unzip
-
+BuildRequires:  xmlgraphics-fop
 Requires:   java
-Requires:   jpackage-utils
-
+Requires:   javapackages-tools
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -46,15 +44,9 @@
 %package fop
 Summary:FOP plug-in for %{name}
 Group:  Development/Libraries
-
-BuildRequires:  ant
-BuildRequires:  fop
-BuildRequires:  java-devel
-BuildRequires:  jpackage-utils
-
 Requires:   %{name} = %{version}-%{release}
-Requires:   fop
-Requires:   jpackage-utils
+Requires:   javapackages-tools
+Requires:   xmlgraphics-fop
 
 %description fop
 This package contains the FOP plug-in for %{name}.
@@ -63,7 +55,6 @@
 Summary:API Documentation for %{name}
 Group:  Documentation
 Requires:   %{name} = %{version}-%{release}
-Requires:   jpackage-utils
 
 %description javadoc
 This package contains the API documentation for %{name}.
@@ -72,7 +63,7 @@
 %setup -q
 
 rm fop.properties
-%__cp -a %{SOURCE1} fop.properties
+cp -a %{SOURCE1} fop.properties
 
 find -name '*.class' -exec rm -f '{}' \;
 find -name '*.jar' -exec rm -f '{}' \;
@@ -87,12 +78,12 @@
 
 %install
 
-mkdir -p $RPM_BUILD_ROOT%{_javadir}
-cp -p dist/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
-cp -p dist/%{name}-fop-%{version}.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}-fop.jar
+mkdir -p %{buildroot}%{_javadir}
+cp -p dist/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
+cp -p dist/%{name}-fop-%{version}.jar %{buildroot}%{_javadir}/%{name}-fop.jar
 
-mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-cp -rp doc/ $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+mkdir -p %{buildroot}%{_javadocdir}/%{name}
+cp -rp doc/ %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(-,root,root)


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



commit jakarta-commons-fileupload for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-fileupload for 
openSUSE:Factory checked in at 2014-06-30 22:49:47

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-fileupload (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-fileupload.new (New)


Package is jakarta-commons-fileupload

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-fileupload/jakarta-commons-fileupload.changes
2014-05-16 18:09:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-fileupload.new/jakarta-commons-fileupload.changes
   2014-06-30 22:49:49.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 12:58:58 UTC 2014 - jmate...@suse.com
+
+- added Xerces xml-apis to dependencies to fix build
+
+---



Other differences:
--
++ jakarta-commons-fileupload.spec ++
--- /var/tmp/diff_new_pack.ZuGSqO/_old  2014-06-30 22:49:50.0 +0200
+++ /var/tmp/diff_new_pack.ZuGSqO/_new  2014-06-30 22:49:50.0 +0200
@@ -44,6 +44,7 @@
 BuildRequires:  junit = 3.8.1
 BuildRequires:  portlet-1.0-api
 BuildRequires:  servletapi5
+BuildRequires:  xerces-j2-xml-apis
 %if %defined suse_version
 BuildRequires:  java-devel
 BuildRequires:  unzip
@@ -90,7 +91,7 @@
 
 %build
 export CLASSPATH=$(build-classpath commons-io junit portlet-1.0-api \
-servletapi5):${PWD}/target/classes:${PWD}/target/test-classes
+servletapi5 
xerces-j2-xml-apis):${PWD}/target/classes:${PWD}/target/test-classes
 ant \
 -Dbuild.sysclasspath=only \
 -Dfinal.name=%{name}-%{version} \

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



commit oro for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package oro for openSUSE:Factory checked in 
at 2014-06-30 22:50:08

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


Package is oro

Changes:

--- /work/SRC/openSUSE:Factory/oro/oro.changes  2011-09-23 12:21:07.0 
+0200
+++ /work/SRC/openSUSE:Factory/.oro.new/oro.changes 2014-06-30 
22:50:14.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 12:01:25 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Add support for SLE11 again.
+
+---



Other differences:
--
++ oro.spec ++
--- /var/tmp/diff_new_pack.QjAaf5/_old  2014-06-30 22:50:15.0 +0200
+++ /var/tmp/diff_new_pack.QjAaf5/_new  2014-06-30 22:50:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package oro (Version 2.0.8)
+# spec file for package oro
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-# icecream 0
 
-
-Name:   oro
-BuildRequires:  ant java2-devel-packages xml-commons-apis
 %define name   oro
 %define full_name  jakarta-%{name}
-%define version2.0.8
-%define release2jpp
-%define sectionfree
+Name:   oro
 Version:2.0.8
-Release:271
+Release:0
 Summary:Full regular expressions API
 License:Apache-2.0
 Group:  Development/Libraries/Java
-Source0:%{full_name}-%{version}.tar.gz
 Url:http://jakarta.apache.org/oro/
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:%{full_name}-%{version}.tar.gz
+BuildRequires:  ant
+BuildRequires:  java2-devel-packages
+BuildRequires:  xml-commons-apis
 Provides:   %{full_name} = %{version}-%{release}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 The Jakarta-ORO Java classes are a set of text-processing Java classes
@@ -48,13 +44,9 @@
 copyright holder of the ORO libraries. Daniel will continue to
 participate in their development under the Jakarta Project.
 
-
-
 %package javadoc
-License:Apache-2.0
-PreReq: coreutils
-Group:  Development/Libraries/Java
 Summary:Javadoc for oro
+Group:  Development/Libraries/Java
 Provides:   %{full_name}-javadoc = %{version}-%{release}
 
 %description javadoc
@@ -70,8 +62,6 @@
 
 This package contains the javadoc documentation for ORO.
 
-
-
 %prep
 %setup -q -n %{full_name}-%{version}
 # remove all binary libs
@@ -81,22 +71,21 @@
 for file in `find . -type f -name .cvsignore`; do rm -rf $file; done
 
 %build
-ant -Dfinal.name=%{name} jar javadocs
+ant \
+   -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+   -Dfinal.name=%{name} jar javadocs
 
 %install
 #jars
-install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
-install -m 644 %{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
-(cd $RPM_BUILD_ROOT%{_javadir}  for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed  s|-%{version}||g`; done)
-(cd $RPM_BUILD_ROOT%{_javadir}  for jar in oro*.jar; do ln -sf ${jar} 
jakarta-${jar}; done)
+install -d -m 755 %{buildroot}%{_javadir}
+install -m 644 %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
+(cd %{buildroot}%{_javadir}  for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed  s|-%{version}||g`; done)
+(cd %{buildroot}%{_javadir}  for jar in oro*.jar; do ln -sf ${jar} 
jakarta-${jar}; done)
 #javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
+cp -pr docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 rm -rf docs/api
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc COMPILE ISSUES README TODO CHANGES CONTRIBUTORS LICENSE STYLE

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



commit swingx for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package swingx for openSUSE:Factory checked 
in at 2014-06-30 22:50:15

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


Package is swingx

Changes:

--- /work/SRC/openSUSE:Factory/swingx/swingx.changes2013-09-12 
13:26:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.swingx.new/swingx.changes   2014-06-30 
22:50:23.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 14:48:43 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+
+---



Other differences:
--
++ swingx.spec ++
--- /var/tmp/diff_new_pack.xP3ViU/_old  2014-06-30 22:50:25.0 +0200
+++ /var/tmp/diff_new_pack.xP3ViU/_new  2014-06-30 22:50:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package swingx
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,19 +32,16 @@
 Patch1: swingx-0.9.4-project-properties.patch
 # Don't do the demo taglet stuff
 Patch2: swingx-0.9.4-swinglabs-build-impl.patch
-
-Requires:   java = 1.6.0
-
 BuildRequires:  ant
 BuildRequires:  ant-nodeps
 BuildRequires:  batik
 BuildRequires:  java-devel = 1.6.0
 BuildRequires:  javapackages-tools
-BuildArch:  noarch
+Requires:   java = 1.6.0
 Requires(post): javapackages-tools
 Requires(postun): javapackages-tools
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 SwingX contains a collection of powerful, useful, and just plain fun Swing

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



commit jrosetta for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jrosetta for openSUSE:Factory 
checked in at 2014-06-30 22:49:59

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


Package is jrosetta

Changes:

--- /work/SRC/openSUSE:Factory/jrosetta/jrosetta.changes2014-05-06 
17:38:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.jrosetta.new/jrosetta.changes   2014-06-30 
22:50:02.0 +0200
@@ -1,0 +2,10 @@
+Fri Jun 27 12:49:02 UTC 2014 - tchva...@suse.com
+
+- Fix build on sle11
+
+---
+Fri Jun 27 12:09:10 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+
+---



Other differences:
--
++ jrosetta.spec ++
--- /var/tmp/diff_new_pack.aDWpWA/_old  2014-06-30 22:50:04.0 +0200
+++ /var/tmp/diff_new_pack.aDWpWA/_new  2014-06-30 22:50:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jrosetta
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,12 @@
 #
 
 
-Summary:API and graphical components for console
-License:GPL-2.0
-Group:  Development/Libraries/Java
 Name:   jrosetta
 Version:1.0.4
 Release:0
+Summary:API and graphical components for console
+License:GPL-2.0
+Group:  Development/Libraries/Java
 Url:http://dev.artenum.com/projects/JRosetta
 Source0:
http://maven.artenum.com/content/groups/public/com/artenum/jrosetta/%{version}/jrosetta-%{version}-sources.jar
 Source1:jrosetta-build-ant-1.0.4.tar.gz
@@ -31,11 +31,10 @@
 BuildRequires:  jpackage-utils = 1.5
 BuildRequires:  junit4
 BuildRequires:  unzip
-
 Requires:   java = 1.6
 Requires:   jpackage-utils = 1.5
-BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 JRosetta provides a common base for graphical component that could be used
@@ -43,7 +42,6 @@
 command history, completion and so on for instance for scripting language
 or command line.
 
-
 %prep
 %setup -q -c -n %{name}-%{version}-sources -a1
 cp -r %{name}-%{version}/modules/* .
@@ -53,32 +51,31 @@
 
 %build
 cd jrosetta-api
-ant build-jar
+ant \
+   build-jar
 
 cd ../jrosetta-engine
-ant -Djava.encoding=UTF-8 \
+ant \
+   -Djava.encoding=UTF-8 \
 build-jar
 
 %install
-mkdir -p %{buildroot}%{_javadir}
-
-mkdir -p $RPM_BUILD_ROOT%{_javadir}
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
 
+mkdir -p %{buildroot}%{_javadir}
 cp -p %{name}-api/build/%{name}-API-%{version}.jar \
-$RPM_BUILD_ROOT%{_javadir}/%{name}-API-%{version}.jar
+%{buildroot}%{_javadir}/%{name}-API-%{version}.jar
 ln -s %{name}-API-%{version}.jar \
-$RPM_BUILD_ROOT%{_javadir}/%{name}-API.jar
+%{buildroot}%{_javadir}/%{name}-API.jar
 cp -p %{name}-engine/build/%{name}-engine-%{version}.jar \
-$RPM_BUILD_ROOT%{_javadir}/%{name}-engine-%{version}.jar
+%{buildroot}%{_javadir}/%{name}-engine-%{version}.jar
 ln -s %{name}-engine-%{version}.jar \
-$RPM_BUILD_ROOT%{_javadir}/%{name}-engine.jar
-
-%clean
-rm -rf %{buildroot}
+%{buildroot}%{_javadir}/%{name}-engine.jar
 
 %files
 %defattr(-,root,root)
-# %doc CHANGE.txt COPYRIGHT LICENSE.txt
 %{_javadir}/jrosetta*.jar
 
 %changelog


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



commit sat4j for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package sat4j for openSUSE:Factory checked 
in at 2014-06-30 22:50:11

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


Package is sat4j

Changes:

--- /work/SRC/openSUSE:Factory/sat4j/sat4j.changes  2013-09-11 
13:38:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.sat4j.new/sat4j.changes 2014-06-30 
22:50:19.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 11:52:43 UTC 2014 - tchva...@suse.com
+
+- Fix build on SLE11
+
+---



Other differences:
--
++ sat4j.spec ++
--- /var/tmp/diff_new_pack.fKxLLb/_old  2014-06-30 22:50:20.0 +0200
+++ /var/tmp/diff_new_pack.fKxLLb/_new  2014-06-30 22:50:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sat4j
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,7 +49,7 @@
 
 %build
 #ant -Drelease=%{version} -DBUILD_DATE=`LC_ALL=C date +'%Y%m%d'` p2 
-ant -Dbuild.compiler=modern -Drelease=%{version} -DBUILD_DATE=%{qualifier} 
-Dtarget=1.7 p2 
+ant -Dbuild.compiler=modern -Drelease=%{version} -DBUILD_DATE=%{qualifier} 
-Dsource=1.5 -Dtarget=1.5 p2 
 
 %install
 %{__install} -d -m 755 %{buildroot}%{_javadir}

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



commit saxon9 for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package saxon9 for openSUSE:Factory checked 
in at 2014-06-30 22:50:14

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


Package is saxon9

Changes:

--- /work/SRC/openSUSE:Factory/saxon9/saxon9.changes2013-09-11 
13:37:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.saxon9.new/saxon9.changes   2014-06-30 
22:50:22.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 13:52:13 UTC 2014 - tchva...@suse.com
+
+- No need to depend on java-javadoc, resolves conflict on SLE11
+
+---



Other differences:
--
++ saxon9.spec ++
--- /var/tmp/diff_new_pack.xVAqHG/_old  2014-06-30 22:50:23.0 +0200
+++ /var/tmp/diff_new_pack.xVAqHG/_new  2014-06-30 22:50:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package saxon9
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,10 +46,6 @@
 BuildRequires:  xml-commons-apis
 BuildRequires:  xom
 
-BuildRequires:  java-javadoc
-#BuildRequires:  jdom-javadoc = 1.0
-#BuildRequires:  fop-javadoc
-
 Requires:   bea-stax
 Requires:   bea-stax-api
 Provides:   jaxp_transform_impl = %{version}-%{release}
@@ -139,6 +135,7 @@
 
 export CLASSPATH=%(build-classpath xml-commons-apis jdom xom bea-stax-api 
dom4j xml-commons-resolver12)
 ant \
+  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
   -Dj2se.javadoc=%{_javadocdir}/java \
   -Djdom.javadoc=%{_javadocdir}/jdom
 




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



commit wsdl4j for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package wsdl4j for openSUSE:Factory checked 
in at 2014-06-30 22:50:20

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


Package is wsdl4j

Changes:

--- /work/SRC/openSUSE:Factory/wsdl4j/wsdl4j.changes2014-06-25 
06:57:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.wsdl4j.new/wsdl4j.changes   2014-06-30 
22:50:29.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 11:48:18 UTC 2014 - tchva...@suse.com
+
+- Fix build on SLE11.
+
+---



Other differences:
--
++ wsdl4j.spec ++
--- /var/tmp/diff_new_pack.lfPlgq/_old  2014-06-30 22:50:29.0 +0200
+++ /var/tmp/diff_new_pack.lfPlgq/_new  2014-06-30 22:50:29.0 +0200
@@ -59,7 +59,7 @@
 %setup -q -n %{name}-1_6_3
 
 %build
-ant compile javadocs
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 compile javadocs
 
 %install
 # inject OSGi manifests



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



commit jformatstring for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jformatstring for openSUSE:Factory 
checked in at 2014-06-30 22:49:55

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


Package is jformatstring

Changes:

--- /work/SRC/openSUSE:Factory/jformatstring/jformatstring.changes  
2013-09-11 13:38:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.jformatstring.new/jformatstring.changes 
2014-06-30 22:49:56.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 14:06:19 UTC 2014 - tchva...@suse.com
+
+- Remove javadoc dep as it fixes build on SLE11
+
+---



Other differences:
--
++ jformatstring.spec ++
--- /var/tmp/diff_new_pack.q5f25v/_old  2014-06-30 22:49:57.0 +0200
+++ /var/tmp/diff_new_pack.q5f25v/_new  2014-06-30 22:49:57.0 +0200
@@ -43,7 +43,6 @@
 Obsoletes:  jFormatString  %{version}-%{release}
 BuildRequires:  ant
 BuildRequires:  java-devel
-BuildRequires:  java-javadoc
 BuildRequires:  javapackages-tools
 BuildRequires:  junit4
 %if %{gcj_support}

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



commit saxon6 for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package saxon6 for openSUSE:Factory checked 
in at 2014-06-30 22:50:12

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


Package is saxon6

Changes:

--- /work/SRC/openSUSE:Factory/saxon6/saxon6.changes2013-09-11 
13:37:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.saxon6.new/saxon6.changes   2014-06-30 
22:50:20.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 11:51:43 UTC 2014 - tchva...@suse.com
+
+- Fix build on SLE11
+
+---



Other differences:
--
++ saxon6.spec ++
--- /var/tmp/diff_new_pack.iuXtcL/_old  2014-06-30 22:50:22.0 +0200
+++ /var/tmp/diff_new_pack.iuXtcL/_new  2014-06-30 22:50:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package saxon6
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -171,6 +171,7 @@
 export LC_ALL=en_US.ISO-8859-2
 export CLASSPATH=%(build-classpath xml-commons-apis xmlgraphics-fop jdom)
 ant \
+  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
   -Dj2se.javadoc=%{_javadocdir}/java \
   -Dfop.javadoc=%{_javadocdir}/fop \
   -Djdom.javadoc=%{_javadocdir}/jdom


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



commit jgroups for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jgroups for openSUSE:Factory checked 
in at 2014-06-30 22:49:57

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


Package is jgroups

Changes:

--- /work/SRC/openSUSE:Factory/jgroups/jgroups.changes  2013-12-13 
11:57:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.jgroups.new/jgroups.changes 2014-06-30 
22:49:59.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 13:48:13 UTC 2014 - tchva...@suse.com
+
+- Fix build on SLE11
+
+---



Other differences:
--
++ jgroups.spec ++
--- /var/tmp/diff_new_pack.cVezNi/_old  2014-06-30 22:50:00.0 +0200
+++ /var/tmp/diff_new_pack.cVezNi/_new  2014-06-30 22:50:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jgroups
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,7 +52,7 @@
 #PATCH-FIX-OPENSUSE: junit.swingui does not exists in junit 4
 Patch0: jgroups-swingui.patch
 # To use JGroups one needs:
-Requires:   jakarta-commons-logging
+Requires:   apache-commons-logging
 # 2.5+ uses java.util.concurrent
 #Requires:   concurrent
 Requires:   bsh
@@ -70,8 +70,8 @@
 BuildRequires:  javapackages-tools
 # 2.5+ uses java.util.concurrent
 #BuildRequires:  concurrent
+BuildRequires:  apache-commons-logging
 BuildRequires:  geronimo-jms-1_1-api
-BuildRequires:  jakarta-commons-logging
 BuildRequires:  jaxp_parser_impl
 BuildRequires:  junit
 BuildRequires:  log4j
@@ -188,11 +188,11 @@
 ln -sf $(build-classpath xalan-j2-serializer) .
 popd
 %if %{without_tests}
-ant jar javadoc gossip-service jgroups-service
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc 
gossip-service jgroups-service
 %else
 #export ANT_OPTS=-Djava.net.preferIPv4Stack=true
 #ant jar javadoc gossip-service jgroups-service unittests-xml testreport
-ant jar javadoc gossip-service jgroups-service
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc 
gossip-service jgroups-service
 %endif
 
 %install

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



commit werken-xpath for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package werken-xpath for openSUSE:Factory 
checked in at 2014-06-30 22:50:18

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


Package is werken-xpath

Changes:

--- /work/SRC/openSUSE:Factory/werken-xpath/werken-xpath.changes
2013-09-12 13:26:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.werken-xpath.new/werken-xpath.changes   
2014-06-30 22:50:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 14:04:48 UTC 2014 - tchva...@suse.com
+
+- Cleanup java-javadoc dep to build on SLE11
+
+---



Other differences:
--
++ werken-xpath.spec ++
--- /var/tmp/diff_new_pack.JlPdkt/_old  2014-06-30 22:50:28.0 +0200
+++ /var/tmp/diff_new_pack.JlPdkt/_new  2014-06-30 22:50:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package werken-xpath
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,8 +47,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   werken.xpath = %{version}-%{release}
 Obsoletes:  werken.xpath = 0.9.4
-Requires(post):javapackages-tools
-Requires(postun):  javapackages-tools
 
 %description
 werken.xpath is an implementation of the W3C XPath Recommendation, on
@@ -61,7 +59,6 @@
 %packagejavadoc
 Summary:Javadoc for %{name}
 Group:  Documentation/HTML
-BuildRequires:  java-javadoc
 Provides:   werken.xpath-javadoc = %{version}-%{release}
 Obsoletes:  werken.xpath-javadoc = 0.9.4
 

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



commit jcodings for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package jcodings for openSUSE:Factory 
checked in at 2014-06-30 22:49:50

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


Package is jcodings

Changes:

--- /work/SRC/openSUSE:Factory/jcodings/jcodings.changes2013-09-11 
13:38:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.jcodings.new/jcodings.changes   2014-06-30 
22:49:52.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 12:22:06 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Build on SLE11
+
+---



Other differences:
--
++ jcodings.spec ++
--- /var/tmp/diff_new_pack.vZ3MP1/_old  2014-06-30 22:49:53.0 +0200
+++ /var/tmp/diff_new_pack.vZ3MP1/_new  2014-06-30 22:49:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jcodings
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,34 +18,27 @@
 
 %global git_commit 8a3ca9e
 %global cluster jruby
-
 # Prevent brp-java-repack-jars from being run.
 %define __jar_repack %{nil}
-
 Name:   jcodings
 Version:1.0.2
 Release:0
 Summary:Java-based codings helper classes for Joni and JRuby
 License:MIT
 Group:  Development/Libraries/Java
-
 Url:http://github.com/%{cluster}/%{name}
 Source0:
%{url}/tarball/%{version}/%{cluster}-%{name}-%{git_commit}.tar.gz
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
-
 Requires:   java
 Requires:   javapackages-tools
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 Java-based codings helper classes for Joni and JRuby.
 
-
 %prep
 %setup -q -n %{cluster}-%{name}-%{git_commit}
 
@@ -55,19 +48,16 @@
 %build
 echo See %{url} for more info about the %{name} project.  README.txt
 
-%{ant}
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
 
 %install
-%__mkdir_p %{buildroot}%{_javadir}
+mkdir -p %{buildroot}%{_javadir}
 
-%__cp -p target/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
+cp -p target/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
 pushd %{buildroot}%{_javadir}/
-  %__ln_s %{name}-%{version}.jar %{name}.jar
+  ln -s %{name}-%{version}.jar %{name}.jar
 popd
 
-%clean
-%__rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_javadir}/*

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



commit libreadline-java for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libreadline-java for 
openSUSE:Factory checked in at 2014-06-30 22:50:03

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


Package is libreadline-java

Changes:

--- /work/SRC/openSUSE:Factory/libreadline-java/libreadline-java.changes
2013-09-14 20:30:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libreadline-java.new/libreadline-java.changes   
2014-06-30 22:50:06.0 +0200
@@ -1,0 +2,10 @@
+Fri Jun 27 13:39:34 UTC 2014 - tchva...@suse.com
+
+- Fix build on sle11
+
+---
+Fri Jun 27 12:06:27 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner.
+
+---



Other differences:
--
++ libreadline-java.spec ++
--- /var/tmp/diff_new_pack.wntlRX/_old  2014-06-30 22:50:08.0 +0200
+++ /var/tmp/diff_new_pack.wntlRX/_new  2014-06-30 22:50:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libreadline-java
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,7 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:   libreadline-java
@@ -23,33 +22,21 @@
 Summary:Java Wrapper for the EditLine Library
 License:LGPL-2.1+
 Group:  Development/Libraries/Java
+Url:http://java-readline.sf.net/
 Source0:
http://download.sourceforge.net/java-readline/libreadline-java-0.8.0-src.tar.gz
 Source1:baselibs.conf
 Patch0: libreadline-java-ncurses.patch
 Patch1: libreadline-java-libdir.patch
 Patch2: libreadline-java-0.8.0-missing-return-type.patch
-Url:http://java-readline.sf.net/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  libedit-devel = 2.9
 BuildRequires:  ncurses-devel
-
-Provides:   gnu.readline
-Provides:   java_readline
-
 Requires:   java = 1.4.2
 Requires:   libedit = 2.9
-
-#BuildRequires:  fastjar
-#BuildRequires:  gjdoc
-#BuildRequires:  java-1_4_2-gcj-compat-devel
-#BuildRequires:  readline-devel
-#BuildRequires:  termcap
-#BuildRequires:  unzip
-#BuildRequires:  xerces-j2
-#PreReq: /sbin/ldconfig
+Provides:   gnu.readline
+Provides:   java_readline
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libreadline-java provides Java bindings for libedit though a JNI
@@ -66,7 +53,7 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0
 %patch1
 %patch2 -p1
@@ -76,8 +63,8 @@
 %build
 export JAVA_HOME=%{java_home}
 export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH
-make T_LIBS=JavaEditline CFLAGS=%{optflags} -fPIC -DPOSIX
-make apidoc
+make CFLAGS=%{optflags} -fPIC -DPOSIX T_LIBS=JavaEditline -j1
+make apidoc -j1
 
 # fix debuginfo package
 rm -f org test
@@ -87,20 +74,20 @@
 done
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
 # install jar file and JNI library under %{_libdir}/%{name}
 # FIXME: fix jpackage-utils to handle multilib correctly
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}
+mkdir -p %{buildroot}%{_libdir}/%{name}
 install -m 644 %{name}.jar \
-  $RPM_BUILD_ROOT%{_libdir}/%{name}/%{name}.jar
-install -m 755 libJavaEditline.so $RPM_BUILD_ROOT%{_libdir}/%{name}
+  %{buildroot}%{_libdir}/%{name}/%{name}.jar
+install -m 755 libJavaEditline.so %{buildroot}%{_libdir}/%{name}
 
 # javadoc
 mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 cp -a api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(0644,root,root,0755)
 %doc ChangeLog NEWS README README.1st VERSION COPYING.LIB

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



commit avalon-logkit for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package avalon-logkit for openSUSE:Factory 
checked in at 2014-06-30 22:49:41

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


Package is avalon-logkit

Changes:

--- /work/SRC/openSUSE:Factory/avalon-logkit/avalon-logkit.changes  
2013-09-11 13:39:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.avalon-logkit.new/avalon-logkit.changes 
2014-06-30 22:49:42.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 13:01:59 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Build on SLE11
+
+---



Other differences:
--
++ avalon-logkit.spec ++
--- /var/tmp/diff_new_pack.U26svQ/_old  2014-06-30 22:49:43.0 +0200
+++ /var/tmp/diff_new_pack.U26svQ/_new  2014-06-30 22:49:43.0 +0200
@@ -1,9 +1,8 @@
 #
 # spec file for package avalon-logkit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2005, JPackage Project
-# All rights reserved.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +20,6 @@
 #
 %define short_name  logkit
 %define camelcase_short_name  LogKit
-
 Name:   avalon-logkit
 Version:2.1
 Release:0
@@ -37,12 +35,6 @@
 Patch1: avalon-logkit-pom-deps.patch
 Patch2: avalon-logkit-encoding.patch
 Patch3: fix-java7-compile.patch
-
-Requires:   avalon-framework = 4.1.4
-#Requires:  jdbc-stdext
-Requires:   jms
-Requires:   servlet30
-
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  avalon-framework = 4.1.4
@@ -53,9 +45,12 @@
 BuildRequires:  log4j
 BuildRequires:  servlet30
 BuildRequires:  unzip
-
-BuildArch:  noarch
+Requires:   avalon-framework = 4.1.4
+#Requires:  jdbc-stdext
+Requires:   jms
+Requires:   servlet30
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 LogKit is a logging toolkit designed for secure performance orientated
@@ -92,24 +87,25 @@
junit \
   ):$PWD/build/classes
 
-ant -Dencoding=ISO-8859-1 -Dnoget=true clean jar javadoc \
--lib /usr/share/java
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+-Dencoding=ISO-8859-1 -Dnoget=true clean jar javadoc \
+-lib %{_datadir}/java
 # Convert to OSGi bundle
 #java -jar $(build-classpath aqute-bnd) wrap target/%{name}-%{version}.jar
 
 %install
 # jars
-install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
-install -m 644 target/%{name}-%{version}.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}.jar
+install -d -m 755 %{buildroot}%{_javadir}
+install -m 644 target/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}.jar
 
 #pom
-install -d -m 755 $RPM_BUILD_ROOT/%{_mavenpomdir}
-install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
+install -d -m 755 %{buildroot}/%{_mavenpomdir}
+install -pm 644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap JPP-%{name}.pom %{name}.jar -a 
%{short_name}:%{short_name},org.apache.avalon.logkit:%{name}
 
 # javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
+cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(0644,root,root,0755)


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



commit apache-commons-logging for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-logging for 
openSUSE:Factory checked in at 2014-06-30 22:49:40

Comparing /work/SRC/openSUSE:Factory/apache-commons-logging (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-logging.new (New)


Package is apache-commons-logging

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-logging/apache-commons-logging.changes
2013-09-11 13:39:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-logging.new/apache-commons-logging.changes
   2014-06-30 22:49:41.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 13:22:19 UTC 2014 - tchva...@suse.com
+
+- Provides obsoletes to be versioned
+
+---



Other differences:
--
++ apache-commons-logging.spec ++
--- /var/tmp/diff_new_pack.E8YU2b/_old  2014-06-30 22:49:42.0 +0200
+++ /var/tmp/diff_new_pack.E8YU2b/_new  2014-06-30 22:49:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-logging
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2007, JPackage Project
 # All rights reserved.
 #
@@ -54,8 +54,9 @@
 Requires(postun):javapackages-tools
 
 Provides:   jakarta-%{short_name} = %{version}-%{release}
-Obsoletes:  jakarta-%{short_name} = 1.0.4
+Obsoletes:  jakarta-%{short_name}  %{version}
 Provides:   %{short_name} = %{version}-%{release}
+Obsoletes:  %{short_name}  %{version}
 
 %description
 The commons-logging package provides a simple, component oriented
@@ -73,8 +74,8 @@
 Summary:API documentation for %{name}
 Group:  Documentation
 Requires:   javapackages-tools
-
-Obsoletes:  jakarta-%{short_name}-javadoc = 1.0.4
+Provides:   jakarta-%{short_name}-javadoc = %{version}
+Obsoletes:  jakarta-%{short_name}-javadoc  %{version}
 
 %descriptionjavadoc
 API documentation for %{name}.



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



commit xmlgraphics-batik for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package xmlgraphics-batik for 
openSUSE:Factory checked in at 2014-06-30 22:50:25

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


Package is xmlgraphics-batik

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-batik/xmlgraphics-batik.changes  
2013-09-12 21:43:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmlgraphics-batik.new/xmlgraphics-batik.changes 
2014-06-30 22:50:33.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 11:17:48 UTC 2014 - tchva...@suse.com
+
+- Specify targets to build on sle11.
+
+---



Other differences:
--
++ xmlgraphics-batik.spec ++
--- /var/tmp/diff_new_pack.fGgxXD/_old  2014-06-30 22:50:34.0 +0200
+++ /var/tmp/diff_new_pack.fGgxXD/_new  2014-06-30 22:50:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlgraphics-batik
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2008, JPackage Project
 # All rights reserved.
 #
@@ -148,7 +148,7 @@
 %build
 export CLASSPATH=
 export OPT_JAR_LIST=:
-%{ant} all-jar jars
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 all-jar jars
 
 %install
 


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



commit weechat for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2014-06-30 22:50:31

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


Package is weechat

Changes:

--- /work/SRC/openSUSE:Factory/weechat/weechat.changes  2014-05-27 
12:03:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes 2014-06-30 
22:50:38.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 23 09:24:24 UTC 2014 - tchva...@suse.com
+
+- Make the thing build again on SLE11 as we use it in SUSE on
+  server :)
+
+---



Other differences:
--
++ weechat.spec ++
--- /var/tmp/diff_new_pack.H9VwZA/_old  2014-06-30 22:50:39.0 +0200
+++ /var/tmp/diff_new_pack.H9VwZA/_new  2014-06-30 22:50:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package weechat
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,40 +22,47 @@
 Summary:Portable, Fast, Light and Extensible Chat Client
 License:GPL-3.0+
 Group:  Productivity/Networking/IRC
+Url:http://www.weechat.org
 Source: http://www.weechat.org/files/src/weechat-%{version}.tar.bz2
 Source1:weechat.desktop
 # PATCH-FIX-UPSTREAM weechat-capath.patch 
https://savannah.nongnu.org/patch/index.php?8153 lnus...@suse.de -- use 
system's default certificate store
 Patch0: weechat-capath.patch
 # PATCH-FIX-UPSTREAM weechat-link-pthread.patch 
https://bugs.gentoo.org/show_bug.cgi?id=501078 g...@opensuse.org -- Link 
Weechat against libpthread
 Patch1: weechat-link-pthread.patch
-Url:http://www.weechat.org
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  curl-devel
 BuildRequires:  gcc-c++
 BuildRequires:  grep
+BuildRequires:  guile-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libgnutls-devel
+BuildRequires:  libgpg-error-devel
 BuildRequires:  libtool
+BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-BuildRequires:  lua51-devel
-BuildRequires:  ruby-devel
-BuildRequires:  libgnutls-devel
-BuildRequires:  enchant-devel
-BuildRequires:  guile-devel
-BuildRequires:  libgcrypt-devel
-BuildRequires:  libgpg-error-devel
-BuildRequires:  lzo-devel
 BuildRequires:  ruby-devel
 BuildRequires:  tcl-devel
+BuildRequires:  update-desktop-files
+Requires:   hicolor-icon-theme
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}  1220
+BuildRequires:  enchant-devel
+%endif
+%if 0%{?suse_version}  1220
+BuildRequires:  lua51-devel
+%else
+BuildRequires:  lua-devel
+%endif
+%if 0%{?suse_version}  1220
 BuildRequires:  asciidoc
-BuildRequires:  source-highlight
 BuildRequires:  docbook5-xsl-stylesheets
 BuildRequires:  libxslt-tools
-BuildRequires:  update-desktop-files
-BuildRequires:  hicolor-icon-theme
-Requires:   hicolor-icon-theme
+BuildRequires:  source-highlight
+%endif
 
 %description
 WeeChat (Wee Enhanced Environment for Chat) is a fast and light cross-platform
@@ -73,6 +80,8 @@
 %description devel
 Development environment for authoring %{name} plugins.
 
+%if 0%{?suse_version}  1220
+
 %package guile
 Summary:Guile Scripting Support for %{name}
 Group:  Productivity/Networking/IRC
@@ -80,6 +89,7 @@
 
 %description guile
 Support for %{name} scripts written in the Guile language.
+%endif
 
 %package lua
 Summary:Lua Scripting Support for %{name}
@@ -122,6 +132,8 @@
 %description ruby
 Support for %{name} scripts written in the Ruby language.
 
+%if 0%{?suse_version}  1220
+
 %package aspell
 Summary:Aspell Spell-Checking Support for %{name}
 Group:  Productivity/Networking/IRC
@@ -129,6 +141,7 @@
 
 %description aspell
 Spell-checking support for %{name}, using the aspell library.
+%endif
 
 %prep
 %setup -q
@@ -157,7 +170,7 @@
 
 %install
 pushd build
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 popd #build
 
 # due to an unknown race condition cmake does not always create a compatibility
@@ -169,10 +182,14 @@
 %suse_update_desktop_file -r %{name} Network IRCClient
 %endif
 
+%if 0%{?suse_version}  1220
 mv %{buildroot}%{_datadir}/doc/weechat html
+%endif
 
 %find_lang %{name} --with-man
 
+%if 0%{?suse_version}  1220
+
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -180,10 

commit xerces-j2 for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package xerces-j2 for openSUSE:Factory 
checked in at 2014-06-30 22:50:23

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


Package is xerces-j2

Changes:

--- /work/SRC/openSUSE:Factory/xerces-j2/xerces-j2.changes  2014-06-25 
06:57:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.xerces-j2.new/xerces-j2.changes 2014-06-30 
22:50:30.0 +0200
@@ -2 +2 @@
-Wed Jun 11 13:06:12 UTC 2014 - tchva...@suse.com
+Fri Jun  6 15:48:05 UTC 2014 - tchva...@suse.com
@@ -4 +4,19 @@
-- Drop unused patches:
+- Version bump to 2.11.0:
+  * This release expands on Xerces' experimental support for XML
+Schema 1.1 by providing implementations for the simplified
+complex type restriction rules (also known as subsumption),
+xs:override and a few other XML Schema 1.1 features. This
+release also introduces experimental support for XML Schema
+Component Designators (SCD). It fixes several bugs which were
+present in Xerces-J 2.10.0 and also includes a few other minor
+enhancements.
+  * As of this release, Xerces and Xalan now share a common
+serialization codebase. The DOM Level 3 serialization support
+which was in Xerces was migrated into the Xalan serializer and
+Xerces' native serializer was deprecated. In this release we
+also upgraded the xml-commons resolver to v1.2 (which provides
+support for OASIS XML Catalogs v1.1), introduced a few minor
+features and fixed several bugs.
+- Obsoleted patches no longer needed:
+  * xerces-j2-parsing.patch
+  * xerces-j2-2.8.1_new_unsupported_dom_methods.patch
@@ -6,0 +25 @@
+  * java150_build.patch

Old:

  Xerces-J-src.2.8.1.tar.bz2
  Xerces-J-tools.2.8.1.tar.bz2
  java150_build.patch
  xerces-j2-2.8.1_new_unsupported_dom_methods.patch
  xerces-j2-parsing.patch

New:

  Xerces-J-src.2.11.0.tar.gz
  Xerces-J-tools.2.11.0.tar.gz
  xerces-j2-constants.1
  xerces-j2-version.1



Other differences:
--
++ xerces-j2.spec ++
--- /var/tmp/diff_new_pack.OMCmZs/_old  2014-06-30 22:50:31.0 +0200
+++ /var/tmp/diff_new_pack.OMCmZs/_new  2014-06-30 22:50:31.0 +0200
@@ -16,29 +16,22 @@
 #
 
 
-Name:   xerces-j2
-%define name   xerces-j2
-%define version2.8.1
-%define cvs_version2_8_1
+%define cvs_version2_11_0
 %define release3jpp
 %define sectionfree
-Version:2.8.1
+Name:   xerces-j2
+Version:2.11.0
 Release:0
 Summary:Java XML parser
 License:Apache-2.0
 Group:  Development/Libraries/Java
 Url:http://xml.apache.org/xerces2-j/
-Source0:Xerces-J-src.%{version}.tar.bz2
-Source1:%{name}-version.sh
-Source2:%{name}-constants.sh
-Source3:Xerces-J-tools.%{version}.tar.bz2
-Patch1: java150_build.patch
-Patch2: %{name}-%{version}_new_unsupported_dom_methods.patch
-#PATCH-FIX-UPSTREAM bnc#530717
-#http://svn.apache.org/viewvc?view=revrevision=787352
-Patch3: xerces-j2-parsing.patch
-Provides:   jaxp_parser_impl
-PreReq: update-alternatives /bin/ln
+Source0:
http://www.eu.apache.org/dist/xerces/j/source/Xerces-J-src.%{version}.tar.gz
+Source1:
http://www.eu.apache.org/dist/xerces/j/source/Xerces-J-tools.%{version}.tar.gz
+Source2:%{name}-version.sh
+Source3:%{name}-version.1
+Source4:%{name}-constants.sh
+Source5:%{name}-constants.1
 # some build requirements removed to enable jpackage bootstrap. this is
 # the first package built, and we use the libraries in the tools subdir
 # for it.
@@ -47,8 +40,11 @@
 #!BuildIgnore:  antlr antlr-java
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
-BuildArch:  noarch
+Requires(post): update-alternatives
+Requires(pre):  update-alternatives
+Provides:   jaxp_parser_impl
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 Welcome to the future! Xerces2 is the next generation of high
@@ -97,8 +93,6 @@
 
 This package contains demonstration and sample files for Xerces2.
 
-
-
 %packagescripts
 Summary:Additional utility scripts for xerces-j2
 Group:  Development/Libraries/Java
@@ -127,14 +121,13 @@
 
 This package contains additional utility scripts for Xerces2.
 
-
-
 %packagexml-resolver
 Summary:Resolver subproject of xml-commons
 Group:  Development/Libraries/Java
 Requires:   javapackages-tools
+Requires(post): update-alternatives
+Requires(pre):  update-alternatives
 Provides:   xml-commons-resolver
-PreReq: update-alternatives
 
 %description

commit xmldb-api for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package xmldb-api for openSUSE:Factory 
checked in at 2014-06-30 22:50:24

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


Package is xmldb-api

Changes:

--- /work/SRC/openSUSE:Factory/xmldb-api/xmldb-api.changes  2013-09-11 
17:11:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmldb-api.new/xmldb-api.changes 2014-06-30 
22:50:32.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 11:21:01 UTC 2014 - tchva...@suse.com
+
+- Fix unicode typo in changelog.
+
+---
@@ -10 +15 @@
-  SPÃDX
+  SPDX



Other differences:
--
++ xmldb-api.spec ++
--- /var/tmp/diff_new_pack.GiDNDZ/_old  2014-06-30 22:50:33.0 +0200
+++ /var/tmp/diff_new_pack.GiDNDZ/_new  2014-06-30 22:50:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmldb-api
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,6 @@
 
 %define bname  xmldb
 %define cvs_version20041010
-%definesection free
 
 Name:   xmldb-api
 Version:0.1

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



commit xml-im-exporter for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package xml-im-exporter for openSUSE:Factory 
checked in at 2014-06-30 22:50:26

Comparing /work/SRC/openSUSE:Factory/xml-im-exporter (Old)
 and  /work/SRC/openSUSE:Factory/.xml-im-exporter.new (New)


Package is xml-im-exporter

Changes:

--- /work/SRC/openSUSE:Factory/xml-im-exporter/xml-im-exporter.changes  
2013-09-12 13:26:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.xml-im-exporter.new/xml-im-exporter.changes 
2014-06-30 22:50:35.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 11:46:10 UTC 2014 - tchva...@suse.com
+
+- Fix build on SLE11
+
+---



Other differences:
--
++ xml-im-exporter.spec ++
--- /var/tmp/diff_new_pack.evJZZa/_old  2014-06-30 22:50:36.0 +0200
+++ /var/tmp/diff_new_pack.evJZZa/_new  2014-06-30 22:50:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xml-im-exporter
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -69,7 +69,7 @@
 %build
 export CLASSPATH=
 export OPT_JAT_LIST=junit ant/ant-junit
-ant -Djavac.encoding=utf-8 jar test javadocs
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 
-Djavac.encoding=utf-8 jar test javadocs
 
 %install
 # jars

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



commit xflr5 for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package xflr5 for openSUSE:Factory checked 
in at 2014-06-30 22:50:30

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


Package is xflr5

Changes:

--- /work/SRC/openSUSE:Factory/xflr5/xflr5.changes  2012-12-28 
22:51:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.xflr5.new/xflr5.changes 2014-06-30 
22:50:36.0 +0200
@@ -1,0 +2,26 @@
+Sat Jun 28 14:39:59 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 6.10.03. Changes sinse version 6.09:
+  * Created a new binary .xfl projet file format. Replaces once and
+for all the awful .wpa format
+  * Removed the option for independent wing analysis
+  * Introducing type 5 polars for the analysis of variable sideslip
+  * Disabled the horseshoe vortex method for stability polars, for
+beta-polars, and whenever sidelip is defined.
+  * Aligned theviscous drag vector with freestream velocity rather
+than with x-axis - slight impact on viscous results
+  * Enabled LLT analysis for all Plane objects
+  * Removed the option for symmetry in 3d analysis
+  * Corrected the bug in type 4 plane analysis-elevator and fin
+coefficients were incorrectly calculated
+  * Removed the default sizing for panel and matrix arrays. The
+arrays are now allocated for the size of the largest model
+loaded in the session.
+  * Corrected some memory leaks
+  * Corrected memory allocation/release mismatches
+  * MASSIVE code cleaning.
+  * Created GUI-independant classes for 3D-panel analysis and LLT
+analysis
+  * Minor corrections and enhancements
+
+---

Old:

  xflr5-6.09.tar.bz2

New:

  xflr5-6.10.03_src.tar.gz



Other differences:
--
++ xflr5.spec ++
--- /var/tmp/diff_new_pack.NM0Mmi/_old  2014-06-30 22:50:37.0 +0200
+++ /var/tmp/diff_new_pack.NM0Mmi/_new  2014-06-30 22:50:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xflr5
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xflr5
-Version:6.09
+Version:6.10.03
 Release:0
+%define short_version 6.10
+Summary:Analysis tool for airfoils and planes operating at low Re 
numbers
 License:GPL-2.0
 Group:  Productivity/Scientific/Other
-Summary:Analysis tool for airfoils and planes operating at low Re 
numbers
-URL:http://xflr5.com
-# there is no released tarballs
-# svn checkout svn://svn.code.sf.net/p/xflr5/code/branches/xflr5-%{version} 
xflr5-%{version}
-Source0:%{name}-%{version}.tar.bz2
+Url:http://xflr5.com
+Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}_src.tar.gz
 Source1:%{name}.desktop
+BuildRequires:  Mesa-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel = 4.7.0
-BuildRequires:  Mesa-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,15 +40,15 @@
 XFLR5 v6 introduces stability and control analysis
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{short_version}
 cp %{SOURCE1} .
 # fix wrong-file-end-of-line-encoding
 sed -i 's/\r$//' {License.txt,doc/ReleaseNotes.txt}
 
 %build
-qmake -o Makefile %{name}_%{version}.pro
+qmake -o Makefile %{name}_%{short_version}.pro
 make %{?_smp_mflags}
-lrelease %{name}_%{version}.pro
+lrelease %{name}_%{short_version}.pro
 
 %install
 install -Dm 755 %{name}   %{buildroot}%{_bindir}/%{name}

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



commit dosfstools for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2014-07-01 07:05:14

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2014-03-18 
16:21:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2014-07-01 07:05:16.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 26 12:11:27 UTC 2014 - pgaj...@suse.com
+
+- added fsck.{v,}fat and mkfs.{v,}fat compat symlinks in /sbin
+  [bnc#884516]
+- call spec-cleaner
+
+---



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.cPQf5v/_old  2014-07-01 07:05:17.0 +0200
+++ /var/tmp/diff_new_pack.cPQf5v/_new  2014-07-01 07:05:17.0 +0200
@@ -17,26 +17,25 @@
 
 
 Name:   dosfstools
+Version:3.0.26
+Release:0
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.26
-Release:0
 Url:http://daniel-baumann.ch/software/dosfstools/
-
 #Freecode-URL: http://freecode.com/projects/dosfstools
 #Git-Clone:git://daniel-baumann.ch/git/software/dosfstools
-Source: 
http://daniel-baumann.ch/files/software/dosfstools/%name-%version.tar.xz
-Source2:
http://daniel-baumann.ch/files/software/dosfstools/%name-%version.tar.xz.sig
-Source3:%name.keyring
+Source: 
http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz
+Source2:
http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz.sig
+Source3:%{name}.keyring
 Patch0: %{name}-suse-dirs.patch
+Supplements:filesystem(vfat)
+Provides:   dosfsck
+Provides:   mkdosfs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1230
 BuildRequires:  gpg-offline
 %endif
-Provides:   dosfsck
-Provides:   mkdosfs
-Supplements:filesystem(vfat)
 
 %description
 The dosfstools package includes the mkdosfs and dosfsck utilities,
@@ -44,18 +43,18 @@
 drives or on floppies.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
-%setup
+%{?gpg_verify: %gpg_verify %{SOURCE2}}
+%setup -q
 %patch0 -p1
 
 %build
-make CC=%__cc OPTFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
$RPM_OPT_FLAGS %{?_smp_mflags}
+make CC=gcc OPTFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
%{optflags} %{?_smp_mflags}
 
 %install
-make install DESTDIR=%buildroot SBINDIR=%{_sbindir}
+make install DESTDIR=%{buildroot} SBINDIR=%{_sbindir}
 #UsrMerge
-mkdir $RPM_BUILD_ROOT/sbin
-ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos} 
$RPM_BUILD_ROOT/sbin
+mkdir %{buildroot}/sbin
+ln -sf 
%{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos,fsck.fat,fsck.vfat,mkfs.fat,mkfs.vfat}
 %{buildroot}/sbin
 #EndUsrMerge
 
 %files


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



commit yast2-storage for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-07-01 07:05:18

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


Package is yast2-storage

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2014-06-18 10:59:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-07-01 07:05:22.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 26 16:36:42 CEST 2014 - aschn...@suse.de
+
+- disable timeline of snapshots for root fs
+- version 3.1.32
+
+---

Old:

  yast2-storage-3.1.31.tar.bz2

New:

  yast2-storage-3.1.32.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.CMvZJB/_old  2014-07-01 07:05:23.0 +0200
+++ /var/tmp/diff_new_pack.CMvZJB/_new  2014-07-01 07:05:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.31
+Version:3.1.32
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.31.tar.bz2 - yast2-storage-3.1.32.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.31/package/yast2-storage.changes 
new/yast2-storage-3.1.32/package/yast2-storage.changes
--- old/yast2-storage-3.1.31/package/yast2-storage.changes  2014-06-13 
07:42:54.0 +0200
+++ new/yast2-storage-3.1.32/package/yast2-storage.changes  2014-06-26 
17:04:24.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Jun 26 16:36:42 CEST 2014 - aschn...@suse.de
+
+- disable timeline of snapshots for root fs
+- version 3.1.32
+
+---
 Tue Jun 10 23:15:17 CEST 2014 - dval...@suse.com
 
 - Change PReP partition naming to avoid confusion between msdos and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.31/package/yast2-storage.spec 
new/yast2-storage-3.1.32/package/yast2-storage.spec
--- old/yast2-storage-3.1.31/package/yast2-storage.spec 2014-06-13 
07:42:54.0 +0200
+++ new/yast2-storage-3.1.32/package/yast2-storage.spec 2014-06-26 
17:04:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.31
+Version:3.1.32
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.31/src/modules/StorageUtils.rb 
new/yast2-storage-3.1.32/src/modules/StorageUtils.rb
--- old/yast2-storage-3.1.31/src/modules/StorageUtils.rb2014-06-13 
07:42:54.0 +0200
+++ new/yast2-storage-3.1.32/src/modules/StorageUtils.rb2014-06-26 
17:04:24.0 +0200
@@ -49,7 +49,8 @@
   if SCR.Execute(path(.target.bash), /usr/bin/snapper --no-dbus 
create-config  
  --fstype=btrfs --add-fstab /) == 0
 SCR.Execute(path(.target.bash), /usr/bin/snapper --no-dbus 
set-config  
-NUMBER_CLEANUP=yes NUMBER_LIMIT=10 
NUMBER_LIMIT_IMPORTANT=10)
+NUMBER_CLEANUP=yes NUMBER_LIMIT=10 
NUMBER_LIMIT_IMPORTANT=10  
+TIMELINE_CREATE=no)
 SCR.Write(path(.sysconfig.yast2.USE_SNAPPER), yes)
 SCR.Write(path(.sysconfig.yast2), nil)
   else

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



commit gdb for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package gdb for openSUSE:Factory checked in 
at 2014-07-01 07:05:17

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


Package is gdb

Changes:

--- /work/SRC/openSUSE:Factory/gdb/gdb.changes  2014-02-15 08:13:56.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gdb.new/gdb.changes 2014-07-01 
07:05:19.0 +0200
@@ -1,0 +2,23 @@
+Thu Jun 26 14:00:26 UTC 2014 - rguent...@suse.com
+
+- Add baselibs.conf to sources.
+
+---
+Thu Jun 26 08:59:49 UTC 2014 - rguent...@suse.com
+
+- For _with_testsuite require gcc-fortran, not gcc-gfortran.
+  [bnc#884399]
+
+---
+Wed May 14 07:43:54 UTC 2014 - rguent...@suse.com
+
+- Fix debugging of threaded 31bit inferiors on s390x
+  (gdb-7.7-bnc877566.patch).  [bnc#877566]
+- Add patchlist.pl and patchname_get.sh as sources.
+
+---
+Wed Feb 12 16:24:38 UTC 2014 - m...@suse.de
+
+- Fix build on s390 (gdb-fix-s390-build.patch).
+
+---

New:

  gdb-7.7-bnc877566.patch
  gdb-fix-s390-build.patch



Other differences:
--
++ gdb.spec ++
--- /var/tmp/diff_new_pack.3OGz5N/_old  2014-07-01 07:05:21.0 +0200
+++ /var/tmp/diff_new_pack.3OGz5N/_new  2014-07-01 07:05:21.0 +0200
@@ -82,6 +82,11 @@
 # Provide gdbtui for RHEL-5 and RHEL-6 as it is removed upstream (BZ 797664).
 Source6:gdbtui
 
+# Infrastructure to sync patches from the Fedora rpm
+Source10:   patchlist.pl
+Source11:   patchname_get.sh
+Source12:   baselibs.conf
+
 #Fedora Packages begin
 Patch1: gdb-6.3-rh-testversion-20041202.patch
 Patch2: gdb-archer.patch
@@ -195,6 +200,8 @@
 Patch1002:  gdb-6.6-buildid-locate-rpm-suse.patch
 Patch1004:  gdb-ia64-tdep.patch
 Patch1006:  gdb-ppc64le.patch
+Patch1007:  gdb-fix-s390-build.patch
+Patch1008:  gdb-7.7-bnc877566.patch
 
 BuildRequires:  bison
 BuildRequires:  flex
@@ -247,7 +254,7 @@
 # gcc-objc++ is not covered by the GDB testsuite.
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  gcc-gfortran
+BuildRequires:  gcc-fortran
 BuildRequires:  gcc-java
 BuildRequires:  gcc-objc
 # Copied from gcc-4.1.2-32.
@@ -441,6 +448,8 @@
 %patch1002 -p1
 %patch1004 -p1
 %patch1006 -p1
+%patch1007 -p1
+%patch1008 -p1
 
 find -name *.orig | xargs rm -f
 ! find -name *.rej # Should not happen.

++ gdb-7.7-bnc877566.patch ++
This fixes a bug that leads to various failures when debugging a
31-bit inferior with a 64-bit gdb on s390x.

gdb/
* s390-linux-nat.c (fill_gregset): Remove erroneous offset 4 in
call to regcache_raw_collect.
---
 gdb/s390-linux-nat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/s390-linux-nat.c b/gdb/s390-linux-nat.c
index 5c38952..45db7c9 100644
--- a/gdb/s390-linux-nat.c
+++ b/gdb/s390-linux-nat.c
@@ -164,7 +164,7 @@ fill_gregset (const struct regcache *regcache, gregset_t 
*regp, int regno)
  memset (p, 0, 4);
  p += 4;
}
- regcache_raw_collect (regcache, reg, p + 4);
+ regcache_raw_collect (regcache, reg, p);
}
}
 
-- 
1.8.4.2

++ gdb-fix-s390-build.patch ++
Index: gdb-7.7/gdb/s390-linux-nat.c
===
--- gdb-7.7.orig/gdb/s390-linux-nat.c   2014-02-12 16:10:55.0 +0100
+++ gdb-7.7/gdb/s390-linux-nat.c2014-02-12 16:40:33.0 +0100
@@ -563,7 +563,7 @@ s390_can_use_hw_breakpoint (int type, in
 }
 
 static int
-s390_region_ok_for_hw_watchpoint (CORE_ADDR addr, int cnt)
+s390_region_ok_for_hw_watchpoint (CORE_ADDR addr, LONGEST cnt)
 {
   return 1;
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kiwi for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-07-01 07:05:21

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2014-06-25 
10:49:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-07-01 
07:05:27.0 +0200
@@ -1,0 +2,63 @@
+Mon Jun 30 18:31:11 CEST 2014 - m...@suse.de
+
+- v5.06.123 released
+  
+---
+Mon Jun 30 17:59:34 CEST 2014 - m...@suse.de
+  
+- Added prophet setup script
+  Prophet uses the git api to set status messages in pull requests.
+  In kiwi it's used to auto run the unit tests for each open request
+  
+---
+Sat Jun 28 06:47:43 CEST 2014 - rjsch...@suse.de
+  
+- allow raw as a format specifier
+  + raw is the default image creation format and kiwi always creates a
+.raw file. However the user may want to specify the default as the
+format and we should not error out when the default is explicitly
+specified, as is the case today.
+
+---
+Thu Jun 26 11:20:14 CEST 2014 - m...@suse.de
+
+- v5.06.122 released
+  
+---
+Thu Jun 26 11:16:42 CEST 2014 - m...@suse.de
+  
+- Fixed provides tags for main kiwi package
+  The buildservice handles provides tags named kiwi-image:type
+  taken into account for setting up a buildsystem when an image
+  build is requested. The tbz provides was missing and the lxc
+  provides was wrong
+  
+---
+Thu Jun 26 10:45:19 CEST 2014 - adr...@suse.de
+  
+- link COPYING files to satisfy license checks of kiwi-instsource submissions
+  
+---
+Thu Jun 26 10:37:52 CEST 2014 - adr...@suse.de
+  
+- KIWICollect: no leading dash in zypp product file when release is undefined
+  
+---
+Wed Jun 25 16:39:01 CEST 2014 - m...@suse.de
+  
+- Update openSUSE 13.2 JeOS template
+  + Set openSUSE:Factory/snapshot repository
+  + Set namedCollection base pattern
+  + Set openSUSE-release
+
+---
+Wed Jun 25 16:38:18 CEST 2014 - m...@suse.de
+
+- Added URI pattern to correctly resolve openSUSE:Factory/snapshot
+  
+---
+Wed Jun 25 10:50:32 CEST 2014 - adr...@suse.de
+  
+- copy also README.BETA to .license directory (bnc#882034)
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.gKEQIW/_old  2014-07-01 07:05:30.0 +0200
+++ /var/tmp/diff_new_pack.gKEQIW/_new  2014-07-01 07:05:30.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Management
 Url:http://github.com/openSUSE/kiwi
 Name:   kiwi
-Version:5.06.121
+Version:5.06.123
 Release:0
 Provides:   kiwi-schema = 6.1
 # requirements to build packages
@@ -56,7 +56,8 @@
 %ifarch %ix86 x86_64
 BuildRequires:  syslinux
 %endif
-Provides:   kiwi-images:lxc
+Provides:   kiwi-image:lxc
+Provides:   kiwi-image:tbz
 %if 0%{?suse_version}  1140
 BuildRequires:  btrfsprogs
 BuildRequires:  cdrkit-cdrtools-compat

++ kiwi-docu.tar.bz2 ++
/work/SRC/openSUSE:Factory/kiwi/kiwi-docu.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi-docu.tar.bz2 differ: char 11, line 1

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
 2633 lines of diff (skipped)

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



commit mksh for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

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

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


Package is mksh

Changes:

--- /work/SRC/openSUSE:Factory/mksh/mksh.changes2014-03-05 
15:36:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.mksh.new/mksh.changes   2014-07-01 
07:05:35.0 +0200
@@ -1,0 +2,42 @@
+Sun Jun 29 21:34:02 UTC 2014 - g...@opensuse.org
+
+- update to version 50
+  - [tg] Fix initial IFS whitespace not being ignored when
+expanding
+  - [tg] MKSH_BINSHREDUCED no longer mistakenly enables brace
+expansion
+  - [tg] Explain more clearly Vi input mode limitations in the
+manpage
+  - [tg] Improve error reporting of the check.pl script (which
+needs a maintainer since I don’t speak any perl(1), really),
+for lewellyn
+  - [tg] Use $TMPDIR in test.sh for scratch space
+  - [tg, Polynomial-C] Check that the scratch space is not mounted
+noexec
+  - [pekster, jilles, tg] Use termcap(5) names, not terminfo(5)
+names, in tput(1) examples, for improved portability (e.g. to
+MidnightBSD)
+  - [tg] Avoid C99 Undefined Behaviour in mirtoconf LFS test
+(inspired by Debian #742780)
+  - [tg] Fix ${!foo} for when foo is unset
+  - [tg] Improve nameref error checking (LP#1277691)
+  - [tg] Fix readonly bypass found by Bert Münnich
+  - [Ryan Schmidt] Improved system reporting for Mac OS X
+  - [nDuff] Explain better [[ extglob handling in the manpage
+  - [tg] Remove arr=([index]=value) syntax due to regressions
+  - [tg] IFS-split arithmetic expansions as per POSIX 201x
+  - [OpenBSD] Add more detailed Authors section to manpage
+  - [tg] Fix set ±p issue for good: drop privs unless requested
+  - [tg] Improve signal handling and use a more canonical probing
+order
+  - [tg] Fix return values $? and ${PIPESTATUS[*]} interaction with
+set -o pipefail and COMSUBs
+  - [enh] Detect ENOEXEC ELF files and use a less confusing error
+message
+  - [tg] Update to Unicode 7.0.0
+  - [tg] Shut up valgrind in the $RANDOM code
+  - [tg] Use -fstack-protector-strong in favour of
+-fstack-protector-all
+  - [tg] Fix access-after-free crash spotted by Enjolras via IRC
+
+---

Old:

  mksh-R49.tgz

New:

  mksh-R50.tgz



Other differences:
--
++ mksh.spec ++
--- /var/tmp/diff_new_pack.lpgoaU/_old  2014-07-01 07:05:36.0 +0200
+++ /var/tmp/diff_new_pack.lpgoaU/_new  2014-07-01 07:05:36.0 +0200
@@ -21,7 +21,7 @@
 # Please see OBS home:mirabile/mksh for a package for other distributions.
 
 Name:   mksh
-Version:49
+Version:50
 Release:0
 Summary:MirBSD Korn Shell
 License:MirOS and ISC

++ mksh-R49.tgz - mksh-R50.tgz ++
 1659 lines of diff (skipped)

++ mksh-vendor-mkshrc.patch ++
--- /var/tmp/diff_new_pack.lpgoaU/_old  2014-07-01 07:05:36.0 +0200
+++ /var/tmp/diff_new_pack.lpgoaU/_new  2014-07-01 07:05:36.0 +0200
@@ -2,26 +2,26 @@
 ===
 --- mksh.orig/main.c
 +++ mksh/main.c
-@@ -636,6 +636,11 @@ main_init(int argc, const char *argv[],
-   else if (Flag(FTALKING)) {
-   char *env_file;
- 
+@@ -591,6 +591,11 @@ main_init(int argc, const char *argv[],
+   if (Flag(FLOGIN))
+   include(substitute($HOME/.profile, 0), 0, NULL, true);
+   if (Flag(FTALKING)) {
 +#if defined(MKSH_VENDOR_MKSHRC_PATH)  !defined(MKSH_LEGACY_MODE)
-+  /* include vendor mkshrc */
-+  include(MKSH_VENDOR_MKSHRC_PATH, 0, NULL, true);
++  /* include vendor mkshrc */
++  include(MKSH_VENDOR_MKSHRC_PATH, 0, NULL, true);
 +#endif
 +
-   /* include $ENV */
-   env_file = substitute(substitute(${ENV:- MKSHRC_PATH }, 0),
-   DOTILDE);
+   cp = substitute(substitute(${ENV:- MKSHRC_PATH },
+   0), DOTILDE);
+   if (cp[0] != '\0')
 Index: mksh/mksh.1
 ===
 --- mksh.orig/mksh.1
 +++ mksh/mksh.1
-@@ -375,6 +375,11 @@ This isn't easily implemented but
- .Pq just always run Ic set +p
- a stopgap measure for:
- .Pa http://blog.cmpxchg8b.com/2013/08/security\-debianisms.html
+@@ -371,6 +371,11 @@ it is processed; non-existence is silent
+ A privileged shell then drops privileges if neither was the
+ .Fl p
+ option given on the command line nor set during execution of the startup 
files.
 +.Pp
 +If enabled at 

commit yast2-bootloader for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2014-07-01 07:05:20

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


Package is yast2-bootloader

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2014-06-26 08:00:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2014-07-01 07:05:24.0 +0200
@@ -1,0 +2,14 @@
+Fri Jun 27 12:27:05 UTC 2014 - jreidin...@suse.com
+
+- properly install needed packages in autoinstallation
+- 3.1.59
+
+---
+Thu Jun 26 10:50:28 UTC 2014 - jreidin...@suse.com
+
+- add help and translation for grub2 distributor description and
+  other small localization improvements (bnc#884344)
+- fix crash during propose of EFI during upgrade (bnc#884397)
+- 3.1.58
+
+---

Old:

  yast2-bootloader-3.1.57.tar.bz2

New:

  yast2-bootloader-3.1.59.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.R5sGOe/_old  2014-07-01 07:05:24.0 +0200
+++ /var/tmp/diff_new_pack.R5sGOe/_new  2014-07-01 07:05:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.57
+Version:3.1.59
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-3.1.57.tar.bz2 - yast2-bootloader-3.1.59.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.57/package/yast2-bootloader.changes 
new/yast2-bootloader-3.1.59/package/yast2-bootloader.changes
--- old/yast2-bootloader-3.1.57/package/yast2-bootloader.changes
2014-06-24 17:28:23.0 +0200
+++ new/yast2-bootloader-3.1.59/package/yast2-bootloader.changes
2014-06-27 14:38:21.0 +0200
@@ -1,4 +1,18 @@
 ---
+Fri Jun 27 12:27:05 UTC 2014 - jreidin...@suse.com
+
+- properly install needed packages in autoinstallation
+- 3.1.59
+
+---
+Thu Jun 26 10:50:28 UTC 2014 - jreidin...@suse.com
+
+- add help and translation for grub2 distributor description and
+  other small localization improvements (bnc#884344)
+- fix crash during propose of EFI during upgrade (bnc#884397)
+- 3.1.58
+
+---
 Tue Jun 24 15:10:21 UTC 2014 - jreidin...@suse.com
 
 - respect product default configuration for os-prober enablement
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.57/package/yast2-bootloader.spec 
new/yast2-bootloader-3.1.59/package/yast2-bootloader.spec
--- old/yast2-bootloader-3.1.57/package/yast2-bootloader.spec   2014-06-24 
17:28:23.0 +0200
+++ new/yast2-bootloader-3.1.59/package/yast2-bootloader.spec   2014-06-27 
14:38:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.57
+Version:3.1.59
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.57/src/include/bootloader/grub2/dialogs.rb 
new/yast2-bootloader-3.1.59/src/include/bootloader/grub2/dialogs.rb
--- old/yast2-bootloader-3.1.57/src/include/bootloader/grub2/dialogs.rb 
2014-06-24 17:28:23.0 +0200
+++ new/yast2-bootloader-3.1.59/src/include/bootloader/grub2/dialogs.rb 
2014-06-27 14:38:21.0 +0200
@@ -53,6 +53,7 @@
 
   {
 id   = boot_code_tab,
+# Title in tab
 header   = _(Boot Code Options),
 # if name is not included, that it is not displayed
 widget_names = widget_names,
@@ -77,6 +78,7 @@
 
{
 id   = kernel_tab,
+# Title in tab
 header   = _(Kernel Parameters),
 widget_names = widgets,
 contents  = VBox(
@@ -96,6 +98,7 @@
 
{
 id = bootloader_tab,
+# Title in tab
 header = _(Bootloader Options),
 widget_names = widgets,
 contents = VBox(
@@ -136,6 +139,7 @@
   })
 
   widgets[tab] = tab_widget
+  # Window title
   caption = _(Boot Loader Options)
   CWM.ShowAndRun(
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.57/src/include/bootloader/grub2/helps.rb 

commit spec-cleaner for openSUSE:13.1:Update

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package spec-cleaner for 
openSUSE:13.1:Update checked in at 2014-07-01 07:22:19

Comparing /work/SRC/openSUSE:13.1:Update/spec-cleaner (Old)
 and  /work/SRC/openSUSE:13.1:Update/.spec-cleaner.new (New)


Package is spec-cleaner

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.sbRk0G/_old  2014-07-01 07:22:21.0 +0200
+++ /var/tmp/diff_new_pack.sbRk0G/_new  2014-07-01 07:22:21.0 +0200
@@ -1 +1 @@
-link package='spec-cleaner.2803' cicount='copy' /
+link package='spec-cleaner.2890' cicount='copy' /

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



  1   2   >