Hello community,
here is the log from the commit of package roundcubemail for openSUSE:Factory checked in at 2014-09-30 19:40:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
and /work/SRC/openSUSE:Factory/.roundcubemail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "roundcubemail"
Changes:
--------
--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes 2014-07-21 22:34:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 2014-09-30 19:42:10.000000000 +0200
@@ -1,0 +2,23 @@
+Mon Sep 29 17:23:39 UTC 2014 - aj(a)ajaissle.de
+
+- Update to 1.0.3
+ Fix insert-signature command in external compose window if opened from inline compose screen (#1490074)
+ Initialize HTML editor before restoring a message from localStorage (#1490016)
+ Add 'sig_max_lines' config option to default config file (#1490071)
+ Add option to specify IMAP connection socket parameters - imap_conn_options (#1489948)
+ Add option to set default message list mode - default_list_mode (#1487312)
+ Enable contextmenu plugin for TinyMCE editor (#1487014)
+ Fix some mime-type to extension mapping checks in Installer (#1489983)
+ Fix errors when using localStorage in Safari's private browsing mode (#1489996)
+ Fix bug where $Forwarded flag was being set even if server didn't support it (#1490000)
+ Fix various iCloud vCard issues, added fallback for external photos (#1489993)
+ Fix invalid Content-Type header when send_format_flowed=false (#1489992)
+ Fix errors when adding/updating contacts in active search (#1490015)
+ Fix incorrect thumbnail rotation with GD and exif orientation data (#1490029)
+ Fix contacts list update after adding/deleting/moving a contact (#1490028, #1490033)
+ Fix handling of email addresses with quoted domain part (#1490040)
+ Fix comm_path update on task switch (#1490041)
+ Fix error in MSSQL update script 2013061000.sql (#1490061)
+ Fix validation of email addresses with IDNA domains (#1490067)
+
+-------------------------------------------------------------------
Old:
----
roundcubemail-1.0.2-dep.tar.gz
New:
----
roundcubemail-1.0.3-dep.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ roundcubemail.spec ++++++
--- /var/tmp/diff_new_pack.fQKNju/_old 2014-09-30 19:42:10.000000000 +0200
+++ /var/tmp/diff_new_pack.fQKNju/_new 2014-09-30 19:42:10.000000000 +0200
@@ -17,7 +17,7 @@
Name: roundcubemail
-Version: 1.0.2
+Version: 1.0.3
Release: 0
Summary: A modern browser-based multilingual IMAP client
License: GPL-3.0+ and GPL-2.0 and BSD-3-Clause
++++++ roundcubemail-1.0.2-dep.tar.gz -> roundcubemail-1.0.3-dep.tar.gz ++++++
++++ 2534 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package ipset for openSUSE:Factory checked in at 2014-09-30 19:40:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipset (Old)
and /work/SRC/openSUSE:Factory/.ipset.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipset"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ipset/ipset.changes 2014-03-18 14:14:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ipset.new/ipset.changes 2014-09-30 19:41:57.000000000 +0200
@@ -1,0 +2,24 @@
+Tue Sep 23 18:04:06 UTC 2014 - jengelh(a)inai.de
+
+- Update to new upstream release 6.23
+* Order create and add options in manpage so that generic ones
+ come first
+* Centralise generic create options (family, hashsize, maxelem)
+ on top of man page in the generic options section.
+* Add description of hash:mac set type to man page.
+* Add missing space for skbinfo option synopsis.
+* Support updating extensions when the set is full
+- Drop sovers.diff (no longer needed)
+
+-------------------------------------------------------------------
+Tue Sep 16 06:27:32 UTC 2014 - jengelh(a)inai.de
+
+- Update to new upstream release 6.22
+* includes the new set type hash:mac
+* The new skbinfo extension makes possible to store fw mark, tc
+ class and/or hardware queue parameters together with the set
+ elements and then attach them to the matchig packets by the SET
+ target.
+- Add sovers.diff to counter missing symbol errors
+
+-------------------------------------------------------------------
Old:
----
ipset-6.21.1.tar.bz2
New:
----
ipset-6.23.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ipset.spec ++++++
--- /var/tmp/diff_new_pack.D5eXl4/_old 2014-09-30 19:41:57.000000000 +0200
+++ /var/tmp/diff_new_pack.D5eXl4/_new 2014-09-30 19:41:57.000000000 +0200
@@ -18,14 +18,13 @@
Name: ipset
%define lname libipset3
-Version: 6.21.1
+Version: 6.23
Release: 0
Summary: Netfilter ipset administration utility
License: GPL-2.0
Group: Productivity/Networking/Security
Url: http://ipset.netfilter.org/
-#Freecode-URL: http://freecode.com/projects/ipset/
#Git-Clone: git://git.netfilter.org/ipset
#Git-Web: http://git.netfilter.org/
Source: ftp://ftp.netfilter.org/pub/ipset/%name-%version.tar.bz2
@@ -102,13 +101,7 @@
when matching an entry against a set.
%prep
-%if 0%{?__xz:1}
%setup -q
-%else
-tar --use=xz -xf "%{S:0}";
-%setup -DTq
-%endif
-autoreconf -fi
%build
%if 0%{?with_kmp}
@@ -119,12 +112,13 @@
%configure --disable-static \
--with-kbuild="/usr/src/linux-obj/%_target_cpu/$flavor" \
--with-ksource="/usr/src/linux" \
- --includedir="%_includedir/pkg"
+ --includedir="%_includedir/pkg/%name"
make %{?_smp_mflags} all modules;
popd;
done;
%else
-%configure --disable-static --with-kmod=no --includedir="%_includedir/pkg"
+%configure --disable-static --with-kmod=no \
+ --includedir="%_includedir/pkg/%name"
make %{?_smp_mflags};
%endif
@@ -143,7 +137,6 @@
find "$b/%_libdir" -type f -name "*.la" -delete;
%post -n %lname -p /sbin/ldconfig
-
%postun -n %lname -p /sbin/ldconfig
%files
++++++ ipset-6.21.1.tar.bz2 -> ipset-6.23.tar.bz2 ++++++
++++ 7465 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org