openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
May 2014
- 1 participants
- 1539 discussions
Hello community,
here is the log from the commit of package canna for openSUSE:Factory checked in at 2014-05-27 11:52:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/canna (Old)
and /work/SRC/openSUSE:Factory/.canna.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "canna"
Changes:
--------
--- /work/SRC/openSUSE:Factory/canna/canna.changes 2014-05-15 19:10:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.canna.new/canna.changes 2014-05-27 11:52:05.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 26 21:24:55 UTC 2014 - dvaleev(a)suse.com
+
+- add canna user for systemd-tmpfiles (bnc#878691)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ canna.spec ++++++
--- /var/tmp/diff_new_pack.K4NjMv/_old 2014-05-27 11:52:06.000000000 +0200
+++ /var/tmp/diff_new_pack.K4NjMv/_new 2014-05-27 11:52:06.000000000 +0200
@@ -24,6 +24,7 @@
BuildRequires: termcap
BuildRequires: xorg-x11-devel
Requires(pre): /usr/sbin/useradd
+Requires(pre): /usr/sbin/groupadd
Requires(pre): /bin/rm
%if %suse_version < 1230
Requires(pre): %insserv_prereq
@@ -214,6 +215,8 @@
%pre -n canna
/usr/sbin/useradd -r -o -g bin -u 66 -s /bin/false -c "Wnn System Account" -d /var/lib/wnn wnn 2> /dev/null || :
+/usr/sbin/groupadd -r canna || :
+/usr/sbin/useradd -r -g canna -d /usr/lib/canna -s /sbin/nologin -c 'Canna Service User' canna ||:
%if %suse_version >= 1230
%service_add_post canna.service
%endif
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package booth for openSUSE:Factory checked in at 2014-05-27 11:51:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-20 14:21:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2014-05-27 11:52:00.000000000 +0200
@@ -1,0 +2,10 @@
+Tue May 27 08:09:59 UTC 2014 - dmuhamedagic(a)suse.com
+
+- raft: account for slow servers in elections
+- raft: improve ticket update on status message
+- raft: increment term if election ends in tie
+- booth operation testing facility
+- ticket: update status/startup ticket processing
+- upstream version: 63c908
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ booth.spec ++++++
--- /var/tmp/diff_new_pack.EU9WUf/_old 2014-05-27 11:52:01.000000000 +0200
+++ /var/tmp/diff_new_pack.EU9WUf/_new 2014-05-27 11:52:01.000000000 +0200
@@ -30,13 +30,12 @@
%define pkg_group Productivity/Clustering/HA
%endif
-%global booth_share %{_prefix}/share/booth
-%global test_path %{booth_share}/tests
+%global test_path %{_datadir}/booth/tests
Name: booth
-Summary: The Booth Cluster Ticket Manager
+Summary: Ticket Manager for Multi-site Clusters
License: GPL-2.0+
-Group: Productivity/Clustering/HA
+Group: %{pkg_group}
Version: 0.2.0
Release: 0
Source: booth.tar.bz2
@@ -88,7 +87,9 @@
#install test-parts
mkdir -p %{buildroot}/%{test_path}
-cp -a unit-tests/ script/unit-test.py README-testing test conf %{buildroot}/%{test_path}/
+cp -a unit-tests/ script/unit-test.py test conf %{buildroot}/%{test_path}/
+chmod +x %{buildroot}/%{test_path}/test/live_test.sh
+chmod +x %{buildroot}/%{test_path}/test/booth_path
mkdir -p %{buildroot}/%{test_path}/src/
ln -s %{_sbindir}/boothd %{buildroot}/%{test_path}/src/
@@ -113,7 +114,6 @@
%defattr(-,root,root)
%{_sbindir}/booth
%{_sbindir}/boothd
-%exclude %{_sbindir}/rcbooth-arbitrator
%{_mandir}/man8/booth.8.gz
%{_mandir}/man8/boothd.8.gz
%dir /usr/lib/ocf
@@ -145,6 +145,6 @@
%defattr(-,root,root)
%doc README-testing
-%{booth_share}/tests
+%{test_path}
%changelog
++++++ booth.tar.bz2 ++++++
++++ 1627 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
1
0
Hello community,
here is the log from the commit of package hyper-v for openSUSE:Factory checked in at 2014-05-27 11:51:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hyper-v (Old)
and /work/SRC/openSUSE:Factory/.hyper-v.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hyper-v"
Changes:
--------
--- /work/SRC/openSUSE:Factory/hyper-v/hyper-v.changes 2014-04-14 06:43:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hyper-v.new/hyper-v.changes 2014-05-27 11:51:21.000000000 +0200
@@ -1,0 +2,11 @@
+Mon May 26 15:50:21 CEST 2014 - ohering(a)suse.de
+
+- copy mask2pfxlen from /etc/sysconfig/network/scripts/functions
+ to hv_set_ifconfig (bnc#879256)
+
+-------------------------------------------------------------------
+Wed May 21 12:05:31 CEST 2014 - ohering(a)suse.de
+
+- Start hyper-v helpers manually with helper script in inst-sys
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hyper-v.spec ++++++
--- /var/tmp/diff_new_pack.TuzjtY/_old 2014-05-27 11:51:22.000000000 +0200
+++ /var/tmp/diff_new_pack.TuzjtY/_new 2014-05-27 11:51:22.000000000 +0200
@@ -195,6 +195,32 @@
#
head -n 42 ${d}/*.rules
#
+helper=inst_sys.sh
+cat > $RPM_BUILD_ROOT${bindir}/${helper} <<EOF
+#!/bin/bash
+# Starting daemons via RUN== in udev rules is not supported.
+# In inst-sys systemd is not used, so start all daemons manually.
+if test -d /sys/bus/vmbus/devices
+then
+ export PATH=${bindir}:\$PATH
+ echo -n "Starting hyper-v helpers:"
+ for i in \
+ %{hv_kvp_daemon} \
+ %{hv_vss_daemon} \
+ %{hv_fcopy_daemon}
+ do
+ if mkdir /run/\$i
+ then
+ echo -n " \$i"
+ \$i < /dev/null &
+ fi
+ done
+ echo " ... done"
+fi
+EOF
+chmod 755 $RPM_BUILD_ROOT${bindir}/${helper}
+head -n 123 $RPM_BUILD_ROOT${bindir}/${helper}
+#
%else
mkdir -p $RPM_BUILD_ROOT/etc/init.d
install -m755 %{S:11} $RPM_BUILD_ROOT/etc/init.d/%{hv_kvp_daemon}
++++++ hyper-v.tools.hv.hv_set_ifconfig.sh ++++++
--- /var/tmp/diff_new_pack.TuzjtY/_old 2014-05-27 11:51:22.000000000 +0200
+++ /var/tmp/diff_new_pack.TuzjtY/_new 2014-05-27 11:51:22.000000000 +0200
@@ -44,14 +44,37 @@
fi
# send subshell output to syslog
(
-f=/etc/sysconfig/network/scripts/functions
-if test -f ${f}
-then
- . ${f}
-else
- echo "MISSING ${f}"
- exit 1
-fi
+# copied from /etc/sysconfig/network/scripts/functions
+mask2pfxlen() {
+ local i octet width=0 mask=(${1//./ })
+ test ${#mask[@]} -eq 4 || return 1
+ for octet in 0 1 2 3
+ do
+ test "${mask[octet]}" -ge 0 -a "${mask[octet]}" -le 255 || return 1
+ for i in 128 192 224 240 248 252 254 255
+ do
+ test ${mask[octet]} -ge $i && ((width++))
+ done
+ done
+ echo $width
+ return 0
+}
+
+pfxlen2mask() {
+ test -n "$1" || return 1
+ local o i n=0 adr=() len=$(($1))
+ for o in 0 1 2 3
+ do
+ adr[$o]=0
+ for i in 128 64 32 16 8 4 2 1
+ do
+ ((n++ < len)) && ((adr[$o] = ${adr[$o]} + $i))
+ done
+ done
+ echo ${adr[0]}.${adr[1]}.${adr[2]}.${adr[3]}
+ return 0
+}
+
# remove known config variables from environment
unset HWADDR
unset BOOTPROTO
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package libyui for openSUSE:Factory checked in at 2014-05-27 11:51:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui (Old)
and /work/SRC/openSUSE:Factory/.libyui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui"
Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui/libyui.changes 2014-05-06 13:40:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new/libyui.changes 2014-05-27 11:51:17.000000000 +0200
@@ -1,0 +2,6 @@
+Sat May 24 20:48:47 UTC 2014 - bjoern.esser(a)gmail.com
+
+- pull in GPLv3-license, since LGPLv3 is additional rules on top
+- 3.1.3
+
+-------------------------------------------------------------------
Old:
----
libyui-3.1.2.tar.bz2
New:
----
libyui-3.1.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libyui-doc.spec ++++++
--- /var/tmp/diff_new_pack.EO8Yba/_old 2014-05-27 11:51:20.000000000 +0200
+++ /var/tmp/diff_new_pack.EO8Yba/_new 2014-05-27 11:51:20.000000000 +0200
@@ -17,7 +17,7 @@
Name: libyui-doc
-Version: 3.1.2
+Version: 3.1.3
Release: 0
Source: libyui-%{version}.tar.bz2
++++++ libyui.spec ++++++
--- /var/tmp/diff_new_pack.EO8Yba/_old 2014-05-27 11:51:20.000000000 +0200
+++ /var/tmp/diff_new_pack.EO8Yba/_new 2014-05-27 11:51:20.000000000 +0200
@@ -17,7 +17,7 @@
Name: libyui
-Version: 3.1.2
+Version: 3.1.3
Release: 0
Source: libyui-%{version}.tar.bz2
++++++ libyui-3.1.2.tar.bz2 -> libyui-3.1.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-3.1.2/COPYING.gpl-3 new/libyui-3.1.3/COPYING.gpl-3
--- old/libyui-3.1.2/COPYING.gpl-3 1970-01-01 01:00:00.000000000 +0100
+++ new/libyui-3.1.3/COPYING.gpl-3 2014-05-26 13:57:46.000000000 +0200
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ <program> Copyright (C) <year> <name of author>
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<http://www.gnu.org/licenses/>.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-3.1.2/ChangeLog new/libyui-3.1.3/ChangeLog
--- old/libyui-3.1.2/ChangeLog 2014-04-18 13:07:40.000000000 +0200
+++ new/libyui-3.1.3/ChangeLog 2014-05-26 13:57:46.000000000 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Sat May 24 20:48:47 UTC 2014 - bjoern.esser(a)gmail.com
+
+- pull in GPLv3-license, since LGPLv3 is additional rules on top
+- 3.1.3
+
+-------------------------------------------------------------------
Thu Apr 17 07:01:08 UTC 2014 - jsrain(a)suse.cz
- Added handling of logo bar in wizard (bnc#868722)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-3.1.2/VERSION.cmake new/libyui-3.1.3/VERSION.cmake
--- old/libyui-3.1.2/VERSION.cmake 2014-04-18 13:07:40.000000000 +0200
+++ new/libyui-3.1.3/VERSION.cmake 2014-05-26 13:57:46.000000000 +0200
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "3")
SET( VERSION_MINOR "1" )
-SET( VERSION_PATCH "2" )
+SET( VERSION_PATCH "3" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
##### This is need for the libyui core, ONLY.
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package btrfsprogs for openSUSE:Factory checked in at 2014-05-27 11:51:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old)
and /work/SRC/openSUSE:Factory/.btrfsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "btrfsprogs"
Changes:
--------
--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes 2014-05-06 13:39:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes 2014-05-27 11:51:13.000000000 +0200
@@ -1,0 +2,20 @@
+Wed May 21 19:32:13 UTC 2014 - mfasheh(a)suse.com
+
+- add quota group verify patches, sent to list near end of the week starting
+ 5/4/2014
+ - updates btrfsck with the ability to verify quota groups
+- Update the changelog with some sad version of diffstat output to meet
+ requirements.
+- Added patches:
+ * 0200-btrfs-progs-print-qgroup-excl-as-unsigned.patch
+ * 0201-btrfs-progs-import-ulist.patch
+ * 0202-btrfs-progs-add-quota-group-verify-code.patch
+
+-------------------------------------------------------------------
+Tue May 13 20:28:23 UTC 2014 - mfasheh(a)suse.com
+
+- add quota group verify patches, sent to list near end of the week starting
+ 5/4/2014
+ - updates btrfsck with the ability to verify quota groups
+
+-------------------------------------------------------------------
New:
----
0200-btrfs-progs-print-qgroup-excl-as-unsigned.patch
0201-btrfs-progs-import-ulist.patch
0202-btrfs-progs-add-quota-group-verify-code.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ btrfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.Mkbhlr/_old 2014-05-27 11:51:15.000000000 +0200
+++ /var/tmp/diff_new_pack.Mkbhlr/_new 2014-05-27 11:51:15.000000000 +0200
@@ -69,6 +69,11 @@
Patch168: 0168-Btrfs-progs-don-t-bug-out-if-we-can-t-find-the-last-.patch
Patch169: 0169-btrfs-progs-Check-metadata-mirrors-in-find-root.patch
Patch170: 0170-btrfs-progs-In-find-root-dump-bytenr-for-every-slot.patch
+
+Patch200: 0200-btrfs-progs-print-qgroup-excl-as-unsigned.patch
+Patch201: 0201-btrfs-progs-import-ulist.patch
+Patch202: 0202-btrfs-progs-add-quota-group-verify-code.patch
+
Patch1000: local-version-override.patch
BuildRequires: libacl-devel
BuildRequires: libattr-devel
@@ -143,6 +148,9 @@
%patch168 -p1
%patch169 -p1
%patch170 -p1
+%patch200 -p1
+%patch201 -p1
+%patch202 -p1
%patch1000 -p1
%build
++++++ 0200-btrfs-progs-print-qgroup-excl-as-unsigned.patch ++++++
>From 8b40b00f23806115c9f03344227b6590cb187a96 Mon Sep 17 00:00:00 2001
From: Mark Fasheh <mfasheh(a)suse.de>
Date: Thu, 1 May 2014 22:35:15 -0700
Subject: [PATCH 1/3] btrfs-progs: print qgroup excl as unsigned
References: bnc#865621
Upstream: submitted
It's unsigned in the structure definition.
Signed-off-by: Mark Fasheh <mfasheh(a)suse.de>
---
print-tree.c | 12 ++++++------
qgroup.c | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/print-tree.c b/print-tree.c
index 7263b09..adef94a 100644
--- a/print-tree.c
+++ b/print-tree.c
@@ -884,18 +884,18 @@ void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l)
qg_info = btrfs_item_ptr(l, i,
struct btrfs_qgroup_info_item);
printf("\t\tgeneration %llu\n"
- "\t\treferenced %lld referenced compressed %lld\n"
- "\t\texclusive %lld exclusive compressed %lld\n",
+ "\t\treferenced %llu referenced compressed %llu\n"
+ "\t\texclusive %llu exclusive compressed %llu\n",
(unsigned long long)
btrfs_qgroup_info_generation(l, qg_info),
- (long long)
+ (unsigned long long)
btrfs_qgroup_info_referenced(l, qg_info),
- (long long)
+ (unsigned long long)
btrfs_qgroup_info_referenced_compressed(l,
qg_info),
- (long long)
+ (unsigned long long)
btrfs_qgroup_info_exclusive(l, qg_info),
- (long long)
+ (unsigned long long)
btrfs_qgroup_info_exclusive_compressed(l,
qg_info));
break;
diff --git a/qgroup.c b/qgroup.c
index 94d1feb..368b262 100644
--- a/qgroup.c
+++ b/qgroup.c
@@ -203,11 +203,11 @@ static void print_qgroup_column(struct btrfs_qgroup *qgroup,
print_qgroup_column_add_blank(BTRFS_QGROUP_QGROUPID, len);
break;
case BTRFS_QGROUP_RFER:
- len = printf("%lld", qgroup->rfer);
+ len = printf("%llu", qgroup->rfer);
print_qgroup_column_add_blank(BTRFS_QGROUP_RFER, len);
break;
case BTRFS_QGROUP_EXCL:
- len = printf("%lld", qgroup->excl);
+ len = printf("%llu", qgroup->excl);
print_qgroup_column_add_blank(BTRFS_QGROUP_EXCL, len);
break;
case BTRFS_QGROUP_PARENT:
--
1.8.4
++++++ 0201-btrfs-progs-import-ulist.patch ++++++
>From e1857c491c61040cd845b5e08f1d996d3e3557a8 Mon Sep 17 00:00:00 2001
From: Mark Fasheh <mfasheh(a)suse.de>
Date: Thu, 1 May 2014 14:34:30 -0700
Subject: [PATCH 2/3] btrfs-progs: import ulist
References: bnc#865621
Upstream: submitted
qgroup-verify.c wants this for walking root refs.
Signed-off-by: Mark Fasheh <mfasheh(a)suse.de>
---
Makefile | 3 +-
kerncompat.h | 2 +-
ulist.c | 253 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ulist.h | 66 ++++++++++++++++
4 files changed, 322 insertions(+), 2 deletions(-)
create mode 100644 ulist.c
create mode 100644 ulist.h
Index: btrfs-progs-v3.14.1/Makefile
===================================================================
--- btrfs-progs-v3.14.1.orig/Makefile
+++ btrfs-progs-v3.14.1/Makefile
@@ -10,7 +10,7 @@ objects = ctree.o disk-io.o radix-tree.o
root-tree.o dir-item.o file-item.o inode-item.o inode-map.o \
extent-cache.o extent_io.o volumes.o utils.o repair.o \
qgroup.o raid6.o free-space-cache.o list_sort.o props.o \
- utils-lib.o string_table.o
+ utils-lib.o string_table.o ulist.o
cmds_objects = cmds-subvolume.o cmds-filesystem.o cmds-device.o cmds-scrub.o \
cmds-inspect.o cmds-balance.o cmds-send.o cmds-receive.o \
cmds-quota.o cmds-qgroup.o cmds-replace.o cmds-check.o \
Index: btrfs-progs-v3.14.1/kerncompat.h
===================================================================
--- btrfs-progs-v3.14.1.orig/kerncompat.h
+++ btrfs-progs-v3.14.1/kerncompat.h
@@ -235,7 +235,7 @@ static inline long IS_ERR(const void *pt
#define BUG_ON(c) assert(!(c))
#define WARN_ON(c) assert(!(c))
-
+#define ASSERT(c) assert(c)
#define container_of(ptr, type, member) ({ \
const typeof( ((type *)0)->member ) *__mptr = (ptr); \
Index: btrfs-progs-v3.14.1/ulist.c
===================================================================
--- /dev/null
+++ btrfs-progs-v3.14.1/ulist.c
@@ -0,0 +1,253 @@
+/*
+ * Copyright (C) 2011 STRATO AG
+ * written by Arne Jansen <sensille(a)gmx.net>
+ * Distributed under the GNU GPL license version 2.
+ */
+
+//#include <linux/slab.h>
+#include <stdlib.h>
+#include "kerncompat.h"
+#include "ulist.h"
+#include "ctree.h"
+
+/*
+ * ulist is a generic data structure to hold a collection of unique u64
+ * values. The only operations it supports is adding to the list and
+ * enumerating it.
+ * It is possible to store an auxiliary value along with the key.
+ *
+ * A sample usage for ulists is the enumeration of directed graphs without
+ * visiting a node twice. The pseudo-code could look like this:
+ *
+ * ulist = ulist_alloc();
+ * ulist_add(ulist, root);
+ * ULIST_ITER_INIT(&uiter);
+ *
+ * while ((elem = ulist_next(ulist, &uiter)) {
+ * for (all child nodes n in elem)
+ * ulist_add(ulist, n);
+ * do something useful with the node;
+ * }
+ * ulist_free(ulist);
+ *
+ * This assumes the graph nodes are adressable by u64. This stems from the
+ * usage for tree enumeration in btrfs, where the logical addresses are
+ * 64 bit.
+ *
+ * It is also useful for tree enumeration which could be done elegantly
+ * recursively, but is not possible due to kernel stack limitations. The
+ * loop would be similar to the above.
+ */
+
+/**
+ * ulist_init - freshly initialize a ulist
+ * @ulist: the ulist to initialize
+ *
+ * Note: don't use this function to init an already used ulist, use
+ * ulist_reinit instead.
+ */
+void ulist_init(struct ulist *ulist)
+{
+ INIT_LIST_HEAD(&ulist->nodes);
+ ulist->root = RB_ROOT;
+ ulist->nnodes = 0;
+}
+
+/**
+ * ulist_fini - free up additionally allocated memory for the ulist
+ * @ulist: the ulist from which to free the additional memory
+ *
+ * This is useful in cases where the base 'struct ulist' has been statically
+ * allocated.
+ */
+static void ulist_fini(struct ulist *ulist)
+{
+ struct ulist_node *node;
+ struct ulist_node *next;
+
+ list_for_each_entry_safe(node, next, &ulist->nodes, list) {
+ kfree(node);
+ }
+ ulist->root = RB_ROOT;
+ INIT_LIST_HEAD(&ulist->nodes);
+}
+
+/**
+ * ulist_reinit - prepare a ulist for reuse
+ * @ulist: ulist to be reused
+ *
+ * Free up all additional memory allocated for the list elements and reinit
+ * the ulist.
+ */
+void ulist_reinit(struct ulist *ulist)
+{
+ ulist_fini(ulist);
+ ulist_init(ulist);
+}
+
+/**
+ * ulist_alloc - dynamically allocate a ulist
+ * @gfp_mask: allocation flags to for base allocation
+ *
+ * The allocated ulist will be returned in an initialized state.
+ */
+struct ulist *ulist_alloc(gfp_t gfp_mask)
+{
+ struct ulist *ulist = kmalloc(sizeof(*ulist), gfp_mask);
+
+ if (!ulist)
+ return NULL;
+
+ ulist_init(ulist);
+
+ return ulist;
+}
+
+/**
+ * ulist_free - free dynamically allocated ulist
+ * @ulist: ulist to free
+ *
+ * It is not necessary to call ulist_fini before.
+ */
+void ulist_free(struct ulist *ulist)
+{
+ if (!ulist)
+ return;
+ ulist_fini(ulist);
+ kfree(ulist);
+}
+
+static struct ulist_node *ulist_rbtree_search(struct ulist *ulist, u64 val)
+{
+ struct rb_node *n = ulist->root.rb_node;
+ struct ulist_node *u = NULL;
+
+ while (n) {
+ u = rb_entry(n, struct ulist_node, rb_node);
+ if (u->val < val)
+ n = n->rb_right;
+ else if (u->val > val)
+ n = n->rb_left;
+ else
+ return u;
+ }
+ return NULL;
+}
+
+static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins)
+{
+ struct rb_node **p = &ulist->root.rb_node;
+ struct rb_node *parent = NULL;
+ struct ulist_node *cur = NULL;
+
+ while (*p) {
+ parent = *p;
+ cur = rb_entry(parent, struct ulist_node, rb_node);
+
+ if (cur->val < ins->val)
+ p = &(*p)->rb_right;
+ else if (cur->val > ins->val)
+ p = &(*p)->rb_left;
+ else
+ return -EEXIST;
+ }
+ rb_link_node(&ins->rb_node, parent, p);
+ rb_insert_color(&ins->rb_node, &ulist->root);
+ return 0;
+}
+
+/**
+ * ulist_add - add an element to the ulist
+ * @ulist: ulist to add the element to
+ * @val: value to add to ulist
+ * @aux: auxiliary value to store along with val
+ * @gfp_mask: flags to use for allocation
+ *
+ * Note: locking must be provided by the caller. In case of rwlocks write
+ * locking is needed
+ *
+ * Add an element to a ulist. The @val will only be added if it doesn't
+ * already exist. If it is added, the auxiliary value @aux is stored along with
+ * it. In case @val already exists in the ulist, @aux is ignored, even if
+ * it differs from the already stored value.
+ *
+ * ulist_add returns 0 if @val already exists in ulist and 1 if @val has been
+ * inserted.
+ * In case of allocation failure -ENOMEM is returned and the ulist stays
+ * unaltered.
+ */
+int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask)
+{
+ return ulist_add_merge(ulist, val, aux, NULL, gfp_mask);
+}
+
+int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux,
+ u64 *old_aux, gfp_t gfp_mask)
+{
+ int ret;
+ struct ulist_node *node;
+
+ node = ulist_rbtree_search(ulist, val);
+ if (node) {
+ if (old_aux)
+ *old_aux = node->aux;
+ return 0;
+ }
+ node = kmalloc(sizeof(*node), gfp_mask);
+ if (!node)
+ return -ENOMEM;
+
+ node->val = val;
+ node->aux = aux;
+#ifdef CONFIG_BTRFS_DEBUG
+ node->seqnum = ulist->nnodes;
+#endif
+
+ ret = ulist_rbtree_insert(ulist, node);
+ ASSERT(!ret);
+ list_add_tail(&node->list, &ulist->nodes);
+ ulist->nnodes++;
+
+ return 1;
+}
+
+/**
+ * ulist_next - iterate ulist
+ * @ulist: ulist to iterate
+ * @uiter: iterator variable, initialized with ULIST_ITER_INIT(&iterator)
+ *
+ * Note: locking must be provided by the caller. In case of rwlocks only read
+ * locking is needed
+ *
+ * This function is used to iterate an ulist.
+ * It returns the next element from the ulist or %NULL when the
+ * end is reached. No guarantee is made with respect to the order in which
+ * the elements are returned. They might neither be returned in order of
+ * addition nor in ascending order.
+ * It is allowed to call ulist_add during an enumeration. Newly added items
+ * are guaranteed to show up in the running enumeration.
+ */
+struct ulist_node *ulist_next(struct ulist *ulist, struct ulist_iterator *uiter)
+{
+ struct ulist_node *node;
+
+ if (list_empty(&ulist->nodes))
+ return NULL;
+ if (uiter->cur_list && uiter->cur_list->next == &ulist->nodes)
+ return NULL;
+ if (uiter->cur_list) {
+ uiter->cur_list = uiter->cur_list->next;
+ } else {
+ uiter->cur_list = ulist->nodes.next;
+#ifdef CONFIG_BTRFS_DEBUG
+ uiter->i = 0;
+#endif
+ }
+ node = list_entry(uiter->cur_list, struct ulist_node, list);
+#ifdef CONFIG_BTRFS_DEBUG
+ ASSERT(node->seqnum == uiter->i);
+ ASSERT(uiter->i >= 0 && uiter->i < ulist->nnodes);
+ uiter->i++;
+#endif
+ return node;
+}
Index: btrfs-progs-v3.14.1/ulist.h
===================================================================
--- /dev/null
+++ btrfs-progs-v3.14.1/ulist.h
@@ -0,0 +1,66 @@
+/*
+ * Copyright (C) 2011 STRATO AG
+ * written by Arne Jansen <sensille(a)gmx.net>
+ * Distributed under the GNU GPL license version 2.
+ *
+ */
+
+#ifndef __ULIST__
+#define __ULIST__
+
+#include "kerncompat.h"
+#include "list.h"
+#include "rbtree.h"
+
+/*
+ * ulist is a generic data structure to hold a collection of unique u64
+ * values. The only operations it supports is adding to the list and
+ * enumerating it.
+ * It is possible to store an auxiliary value along with the key.
+ *
+ */
+struct ulist_iterator {
+#ifdef CONFIG_BTRFS_DEBUG
+ int i;
+#endif
+ struct list_head *cur_list; /* hint to start search */
+};
+
+/*
+ * element of the list
+ */
+struct ulist_node {
+ u64 val; /* value to store */
+ u64 aux; /* auxiliary value saved along with the val */
+
+#ifdef CONFIG_BTRFS_DEBUG
+ int seqnum; /* sequence number this node is added */
+#endif
+
+ struct list_head list; /* used to link node */
+ struct rb_node rb_node; /* used to speed up search */
+};
+
+struct ulist {
+ /*
+ * number of elements stored in list
+ */
+ unsigned long nnodes;
+
+ struct list_head nodes;
+ struct rb_root root;
+};
+
+void ulist_init(struct ulist *ulist);
+void ulist_reinit(struct ulist *ulist);
+struct ulist *ulist_alloc(gfp_t gfp_mask);
+void ulist_free(struct ulist *ulist);
+int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask);
+int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux,
+ u64 *old_aux, gfp_t gfp_mask);
+struct ulist_node *ulist_next(struct ulist *ulist,
+ struct ulist_iterator *uiter);
+
+#define ULIST_ITER_INIT(uiter) ((uiter)->cur_list = NULL)
+
+#endif
++++++ 0202-btrfs-progs-add-quota-group-verify-code.patch ++++++
++++ 1385 lines (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package suse-xsl-stylesheets for openSUSE:Factory checked in at 2014-05-27 11:51:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
and /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-xsl-stylesheets"
Changes:
--------
--- /work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes 2014-04-16 07:44:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes 2014-05-27 11:51:10.000000000 +0200
@@ -1,0 +2,16 @@
+Wed May 21 13:56:42 UTC 2014 - sknorr(a)suse.de
+
+Version 2.0~beta4:
+
+- 2013 Stylesheets:
+ + PDF output: support building from <sect1/> or <section/> root
+ ID
+ + HTML output: simplified CSS
+ + HTML output: support for <inlinemediaobject/>
+ + HTML output: make remarks more visible
+ + HTML output: some tweaks for layout of tables
+ + HTML output: fix Chromium web font issue
+ + HTML output: correct classes used for output of <prompt/>
+ + HTML output: add SUSE Manager 2.1 to products known to JS
+
+-------------------------------------------------------------------
Old:
----
suse-xsl-stylesheets-2.0~beta3.tar.bz2
New:
----
suse-xsl-stylesheets-2.0~beta4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ suse-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.d6zNlO/_old 2014-05-27 11:51:12.000000000 +0200
+++ /var/tmp/diff_new_pack.d6zNlO/_new 2014-05-27 11:51:12.000000000 +0200
@@ -17,7 +17,7 @@
Name: suse-xsl-stylesheets
-Version: 2.0~beta3
+Version: 2.0~beta4
Release: 0
###############################################################
++++++ suse-xsl-stylesheets-2.0~beta3.tar.bz2 -> suse-xsl-stylesheets-2.0~beta4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-stylesheets/xslt2013/fo/docbook.xsl new/suse-xsl-stylesheets/xslt2013/fo/docbook.xsl
--- old/suse-xsl-stylesheets/xslt2013/fo/docbook.xsl 2014-03-10 11:47:56.000000000 +0100
+++ new/suse-xsl-stylesheets/xslt2013/fo/docbook.xsl 2014-05-21 13:20:57.000000000 +0200
@@ -66,4 +66,90 @@
<xsl:include href="fop1.xsl"/>
<xsl:include href="xep.xsl"/>
+ <!--
+ This fragment is used to build a sect1 by using rootid parameter
+ -->
+ <xsl:template match="sect1|section" mode="process.root">
+ <xsl:variable name="document.element" select="self::*"/>
+
+ <xsl:call-template name="root.messages"/>
+
+ <xsl:variable name="title">
+ <xsl:choose>
+ <xsl:when test="$document.element/title[1]">
+ <xsl:value-of select="$document.element/title[1]"/>
+ </xsl:when>
+ <xsl:otherwise>[could not find document title]</xsl:otherwise>
+ </xsl:choose>
+ </xsl:variable>
+
+ <!-- Include all id values in XEP output -->
+ <xsl:if test="$xep.extensions != 0">
+ <xsl:processing-instruction
+ name="xep-pdf-drop-unused-destinations">false</xsl:processing-instruction>
+ </xsl:if>
+
+ <fo:root xsl:use-attribute-sets="root.properties">
+ <xsl:attribute name="language">
+ <xsl:call-template name="l10n.language">
+ <xsl:with-param name="target" select="/*[1]"/>
+ </xsl:call-template>
+ </xsl:attribute>
+
+ <xsl:if test="$xep.extensions != 0">
+ <xsl:call-template name="xep-pis"/>
+ <xsl:call-template name="xep-document-information"/>
+ </xsl:if>
+ <xsl:if test="$axf.extensions != 0">
+ <xsl:call-template name="axf-document-information"/>
+ </xsl:if>
+
+ <xsl:call-template name="setup.pagemasters"/>
+
+ <xsl:if test="$fop.extensions != 0">
+ <xsl:apply-templates select="$document.element" mode="fop.outline"/>
+ </xsl:if>
+
+ <xsl:if test="$fop1.extensions != 0">
+ <xsl:call-template name="fop1-document-information"/>
+ <xsl:variable name="bookmarks">
+ <xsl:apply-templates select="$document.element"
+ mode="fop1.outline"/>
+ </xsl:variable>
+ <xsl:if test="string($bookmarks) != ''">
+ <fo:bookmark-tree>
+ <xsl:copy-of select="$bookmarks"/>
+ </fo:bookmark-tree>
+ </xsl:if>
+ <xsl:apply-templates select="$document.element"
+ mode="fop1.foxdest"/>
+ </xsl:if>
+
+ <xsl:if test="$xep.extensions != 0">
+ <xsl:variable name="bookmarks">
+ <xsl:apply-templates select="$document.element" mode="xep.outline"/>
+ </xsl:variable>
+ <xsl:if test="string($bookmarks) != ''">
+ <rx:outline xmlns:rx="http://www.renderx.com/XSL/Extensions">
+ <xsl:copy-of select="$bookmarks"/>
+ </rx:outline>
+ </xsl:if>
+ </xsl:if>
+
+ <xsl:if test="$arbortext.extensions != 0 and $ati.xsl11.bookmarks != 0">
+ <xsl:variable name="bookmarks">
+ <xsl:apply-templates select="$document.element"
+ mode="ati.xsl11.bookmarks"/>
+ </xsl:variable>
+ <xsl:if test="string($bookmarks) != ''">
+ <fo:bookmark-tree>
+ <xsl:copy-of select="$bookmarks"/>
+ </fo:bookmark-tree>
+ </xsl:if>
+ </xsl:if>
+
+ <xsl:call-template name="section.page.sequence"/>
+ </fo:root>
+ </xsl:template>
+
</xsl:stylesheet>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-stylesheets/xslt2013/static/css/fonts-onlylocal.css new/suse-xsl-stylesheets/xslt2013/static/css/fonts-onlylocal.css
--- old/suse-xsl-stylesheets/xslt2013/static/css/fonts-onlylocal.css 1970-01-01 01:00:00.000000000 +0100
+++ new/suse-xsl-stylesheets/xslt2013/static/css/fonts-onlylocal.css 2014-05-16 15:33:57.000000000 +0200
@@ -0,0 +1,66 @@
+/* For local(): open font in Fontforge, go to Element > Font Info...,
+ use "Name for Humans" as first local(), "Fontname" as second local(). */
+
+@font-face {
+ font-family: 'Open Sans';
+ font-weight: normal;
+ font-style: normal;
+ src: local('Open Sans Regular'), local('Open Sans'), local('OpenSans');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-weight: normal;
+ font-style: italic;
+ src: local('Open Sans Italic'), local('OpenSans-Italic');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-weight: 600;
+ font-style: normal;
+ src: local('Open Sans Semibold'), local('OpenSans-Semibold');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-weight: 600;
+ font-style: italic;
+ src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-weight: 700;
+ font-style: normal;
+ src: local('Open Sans Semibold'), local('OpenSans-Semibold');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-weight: 700;
+ font-style: italic;
+ src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic');
+}
+
+@font-face {
+ font-family: 'DejaVu Sans Mono';
+ font-weight: normal;
+ font-style: normal;
+ src: url('dejavusansmono.eot');
+ src: local('DejaVu Sans Mono Book'), local('DejaVu Sans Mono'), local('DejaVuSansMono');
+}
+
+@font-face {
+ font-family: 'DejaVu Sans Mono';
+ font-weight: 600;
+ font-style: normal;
+ src: local('DejaVu Sans Mono Bold'), local('DejaVuSansMono-Bold');
+}
+
+@font-face {
+ font-family: 'DejaVu Sans Mono';
+ font-weight: 700;
+ font-style: normal;
+ src: local('DejaVu Sans Mono Bold'), local('DejaVuSansMono-Bold');
+}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-stylesheets/xslt2013/static/css/style.css new/suse-xsl-stylesheets/xslt2013/static/css/style.css
--- old/suse-xsl-stylesheets/xslt2013/static/css/style.css 2014-04-14 11:53:11.000000000 +0200
+++ new/suse-xsl-stylesheets/xslt2013/static/css/style.css 2014-05-21 13:59:52.000000000 +0200
@@ -36,7 +36,9 @@
height: 0;
}
-::selection { /* Green Selections */
+ /* Selection colour, the unprefixed Webkit version & the -moz-prefixed
+ version must be on separate lines for it to work. */
+::selection {
background-color: #439239;
color: #FFF;
}
@@ -90,7 +92,7 @@
padding: 0;
}
-#_toolbar *, #_header *, .bubble * {
+#_toolbar a, #_header a, .bubble a, #_toolbar input, #_toolbar button {
outline: 0;
}
@@ -126,7 +128,7 @@
height: 38px;
}
-#_logo img {
+#_logo > img {
width: 81px;
height: 38px;
color: #439239;
@@ -152,7 +154,7 @@
max-width: -webkit-calc(100% - 120px);
}
-#_header .crumbs a.crumb, #_header .crumbs > span {
+#_header .crumb, #_header .crumbs > span {
display: inline;
overflow: hidden;
}
@@ -161,7 +163,7 @@
padding: 0 10px;
}
-#_header .crumbs a, #_header .crumbs span {
+#_header .crumbs > a, #_header .crumbs > span {
margin: 0 0 0 5px;
}
@@ -169,30 +171,26 @@
margin: 0;
}
-#_fixed-header .crumbs a {
+#_fixed-header .crumbs > a {
padding: 0 3px;
}
-#_fixed-header .crumbs a:first-child {
- padding: 0 3px 0 0;
-}
-
-.crumbs span {
+.crumbs > span {
color: #666;
}
-.crumbs a {
+.crumbs > a {
color: #333;
text-decoration: none;
}
-.crumbs a:hover, .crumbs a:focus, .crumbs a:active {
+.crumbs > a:hover, .crumbs > a:focus, .crumbs > a:active {
color: #439239;
text-decoration: none;
}
-#_header .crumbs .single-crumb {
+#_header .single-crumb {
line-height: 36px;
padding: 0 10px 0 0;
margin: 0 0 0 10px;
@@ -207,13 +205,13 @@
height: 49px;
}
-#_header .crumbs .single-crumb:hover, #_header .crumbs .single-crumb:focus,
-#_header .crumbs .single-crumb:active {
+#_header .single-crumb:hover, #_header .single-crumb:focus,
+#_header .single-crumb:active {
background-color: #999;
color: #FFF;
}
-#_header .crumbs .single-contents-icon {
+#_header .single-contents-icon {
width: 36px;
height: 36px;
background-position: -36px 0px;
@@ -244,13 +242,13 @@
}
.toc-icon, .find-icon, #_header .book-icon, #_header .overview-icon,
-#_toolbar .prev-icon, #_toolbar .next-icon, #_find-button,
-#_bottom-navigation .prev-icon, #_bottom-navigation .next-icon {
+.nav-inner .prev-icon, .nav-inner .next-icon,
+#_find-button, .nav-link .prev-icon, .nav-link .next-icon {
padding: 36px 0 0;
}
-#_fixed-header .book-icon,#_fixed-header .overview-icon,
-#_fixed-header .prev-icon, #_fixed-header .next-icon {
+#_fixed-header .book-icon, #_fixed-header .overview-icon,
+.button .prev-icon, .button .next-icon {
padding: 15px 0 0;
}
/* End ugliness. */
@@ -271,8 +269,8 @@
background-position: 0px 0px;
}
-#_header a:hover .book-icon, #_header a:focus .book-icon,
-#_header a:active .book-icon {
+#_header a:hover > .book-icon, #_header a:focus > .book-icon,
+#_header a:active > .book-icon {
background-position: 0px -36px;
}
@@ -280,8 +278,8 @@
background-position: -108px 0px;
}
-#_header a:hover .book-icon.lower-level, #_header a:focus .book-icon.lower-level,
-#_header a:active .book-icon.lower-level {
+#_header a:hover > .book-icon.lower-level, #_header a:focus > .book-icon.lower-level,
+#_header a:active > .book-icon.lower-level {
background-position: -108px -36px;
}
@@ -294,7 +292,8 @@
background-position: -72px -36px;
}
-#_fixed-header .crumbs span, #_fixed-header .crumbs a {
+#_fixed-header > .crumbs > span, #_fixed-header > .crumbs > a,
+#_fixed-header .single-contents-icon {
display: block;
float: left;
}
@@ -310,7 +309,8 @@
background-position: 0px -72px;
}
-#_fixed-header a:hover .book-icon, #_fixed-header a:focus .book-icon,
+#_fixed-header a:hover .book-icon,
+#_fixed-header a:focus .book-icon,
#_fixed-header a:active .book-icon {
background-position: -18px -72px;
}
@@ -319,7 +319,8 @@
background-position: -36px -72px;
}
-#_fixed-header a:hover .overview-icon, #_fixed-header a:focus .overview-icon,
+#_fixed-header a:hover .overview-icon,
+#_fixed-header a:focus .overview-icon,
#_fixed-header a:active .overview-icon {
background-position: -54px -72px;
}
@@ -329,7 +330,8 @@
height: 15px;
}
-.inactive #_fixed-header a:hover .single-contents-icon, .inactive #_fixed-header a:focus .single-contents-icon,
+.inactive #_fixed-header a:hover .single-contents-icon,
+.inactive #_fixed-header a:focus .single-contents-icon,
.inactive #_fixed-header a:active .single-contents-icon {
background-position: -253px -72px;
}
@@ -338,13 +340,14 @@
background-position: -271px -72px;
}
-.active #_fixed-header a:hover .single-contents-icon, .active #_fixed-header a:focus .single-contents-icon,
-.active #_fixed-header a:active .single-contents-icon{
+.active #_fixed-header a:hover .single-contents-icon,
+.active #_fixed-header a:focus .single-contents-icon,
+.active #_fixed-header a:active .single-contents-icon {
background-position: -289px -72px;
}
-/* Language and Format Pickers*/
+/* Language and Format Pickers */
#_pickers {
float: right;
@@ -404,7 +407,8 @@
}
-#_pickers .bubble a:hover, #_pickers .bubble a:focus, #_pickers .bubble a:active {
+#_pickers .bubble a:hover, #_pickers .bubble a:focus,
+#_pickers .bubble a:active {
text-decoration: underline;
background-color: #666;
}
@@ -462,12 +466,11 @@
height: 56px;
}
-.tool, #_nav-area a.tool-spacer, .bubble {
- transition: all 0.2s ease-in-out 0.1s;
+.tool, .nav-inner > a.tool-spacer, .bubble {
/* Clean this up later when browser support is there*/
- -moz-transition: all 0.2s ease-in-out 0.1s;
-webkit-transition: all 0.2s ease-in-out 0.1s;
- -o-transition: all 0.2s ease-in-out 0.1s;
+ -moz-transition: all 0.2s ease-in-out 0.1s;
+ transition: all 0.2s ease-in-out 0.1s;
}
@@ -516,11 +519,13 @@
font-weight: normal;
}
-#_toc-area .tool-label, #_find-area .tool-label {
+#_toc-area-button > .tool-label,
+/* Tool label for Find bar */
+.pad-tools-50-in > .tool-label {
padding: 0 0 0 10px;
}
-#_nav-area .tool-label {
+.nav-inner > .tool-label {
padding: 0 10px 0 0;
}
@@ -534,7 +539,8 @@
float: left;
}
-#_fixed-header .tool-spacer {
+/* Fixed Header */
+.button > .tool-spacer {
padding: 0;
margin: 0;
display: block;
@@ -542,15 +548,15 @@
.inactive #_toc-area-button:hover, .inactive #_toc-area-button:focus, .inactive #_toc-area-button:active,
.inactive #_find-area-button:hover, .inactive #_find-area-button:focus, .inactive #_find-area-button:active,
-#_nav-area a.tool-spacer:hover, #_nav-area a.tool-spacer:focus, #_nav-area a.tool-spacer:active {
+.nav-inner > a.tool-spacer:hover, .nav-inner > a.tool-spacer:focus, .nav-inner > a.tool-spacer:active {
background-color: rgba(255,255,255,0.1);
}
-.active .tool {
+.active > .tool {
background-color: rgba(255,255,255,0.3);
}
-.toc-icon, .find-icon, .tools-icon, #_toolbar .prev-icon, #_toolbar .next-icon {
+.toc-icon, .find-icon, .tools-icon, .nav-inner .prev-icon, .nav-inner .next-icon {
float: left;
display: block;
}
@@ -559,8 +565,8 @@
background-position: -144px 0px;
}
-
-.active .toc-icon, a:hover .toc-icon, a:focus .toc-icon, a:active .toc-icon {
+.active .toc-icon, a:hover > .toc-icon, a:focus > .toc-icon,
+a:active > .toc-icon {
background-position: -144px -36px;
}
@@ -568,32 +574,34 @@
background-position: -180px 0px;
}
-
-.active .find-icon, a:hover .find-icon, a:focus .find-icon, a:active .find-icon {
+.active .find-icon, a:hover > .find-icon, a:focus > .find-icon,
+a:active > .find-icon {
background-position: -180px -36px;
}
-#_toolbar a.tool-spacer .prev-icon {
+.nav-inner > a > .prev-icon {
background-position: -252px 0px;
}
-#_toolbar span.tool-spacer .prev-icon {
+.nav-inner > span >.prev-icon {
background-position: -324px 0px;
}
-#_toolbar a:hover .prev-icon, #_toolbar a:focus .prev-icon, #_toolbar a:active .prev-icon {
+.nav-inner > a:hover > .prev-icon, .nav-inner > a:focus > .prev-icon,
+.nav-inner > a:active > .prev-icon {
background-position: -252px -36px;
}
-#_toolbar a.tool-spacer .next-icon {
+.nav-inner > a > .next-icon {
background-position: -288px 0px;
}
-#_toolbar span.tool-spacer .next-icon {
+.nav-inner > span > .next-icon {
background-position: -324px -36px;
}
-#_toolbar a:hover .next-icon, #_toolbar a:focus .next-icon, #_toolbar a:active .next-icon {
+.nav-inner > a:hover > .next-icon, .nav-inner > a:focus > .next-icon,
+.nav-inner > a:active > .next-icon {
background-position: -288px -36px;
}
@@ -626,7 +634,8 @@
position: absolute;
}
-#_toolbar .bubble, #_header .bubble, #_toc-bubble-wrap .bubble {
+#_toc-area > .bubble, #_find-area > .bubble, .pickers .bubble,
+#_toc-bubble-wrap > .bubble {
box-shadow: 1px 1px 3px 0px #333;
}
@@ -635,20 +644,18 @@
margin: 4px 0 -3px;
}
-#_toolbar .bubble-corner {
+#_toc-area > .bubble-corner, #_find-area > .bubble-corner {
top: -3px;
}
-#_toolbar .bubble {
+
+#_toc-area > .bubble, #_find-area > .bubble {
left: 0;
width: 100%;
padding: 0;
-}
-
-#_toolbar .bubble {
top: 66px;
}
-#_toc-bubble-wrap .bubble {
+#_toc-bubble-wrap > .bubble {
min-width: 150px;
max-width: 1004px;
padding: 10px;
@@ -700,7 +707,8 @@
border-right: none;
}
-#_toolbar .bubble a, #_fixed-header-wrap .bubble a, #_toc-bubble-wrap .bubble a {
+#_toc-area > .bubble a, #_find-area > bubble a, #_fixed-header-wrap > .bubble a,
+#_toc-bubble-wrap > .bubble a {
color: #FFF;
display: block;
text-decoration: none;
@@ -709,7 +717,7 @@
}
.bubble a:hover .keycap, .bubble a:focus .keycap, .bubble a:active .keycap,
-.bubble a:hover .command, .bubble a:focus .command, .bubble a:active .command,
+.bubble a:hover .replaceable, .bubble a:focus .replaceable, .bubble a:active .replaceable,
.bubble a:hover code, .bubble a:focus code, .bubble a:active code {
border-color: #FFF;
}
@@ -736,12 +744,12 @@
background-color: #666;
}
-#_bubble-toc .leads-to-page .name:hover, #_bubble-toc .leads-to-page .name:focus,
-#_bubble-toc .leads-to-page .name:active {
+.leads-to-page > .name:hover, .leads-to-page > .name:focus,
+.leads-to-page > .name:active {
text-decoration: underline;
}
-#_bubble-toc .arrow {
+.arrow {
position: absolute;
right: -0px;
top: 0;
@@ -851,10 +859,11 @@
font-style: italic;
display: none;
float: left;
- user-select: none;
/* Clear this out later. */
- -moz-user-select: none;
-webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
}
@@ -880,61 +889,63 @@
margin: 0 auto;
}
-#_fixed-header .buttons {
+.buttons {
display: block;
float: right;
margin: 0 10px 0 5px;
}
-#_fixed-header div.button {
+.button {
margin-left: 10px;
}
-#_fixed-header .buttons .tool-spacer {
+.button > .tool-spacer {
display: block;
float: left;
}
-#_fixed-header .button {
+.button {
float: left;
}
-#_fixed-header .prev-icon, #_fixed-header .next-icon {
+.button .prev-icon, .button .next-icon {
width: 18px;
margin: 1px 0;
display: block;
}
-#_fixed-header .top-button {
+.top-button {
color: #333;
}
-#_fixed-header .top-button:hover, #_fixed-header .top-button:focus, #_fixed-header .top-button:active {
+.top-button:hover, .top-button:focus, .top-button:active {
text-decoration: none;
color: #439239;
}
-#_fixed-header a.tool-spacer .prev-icon {
+.button > a > .prev-icon {
background-position: -72px -72px;
}
-#_fixed-header span.tool-spacer .prev-icon {
+.button > span > .prev-icon {
background-position: -180px -72px;
}
-#_fixed-header a:hover .prev-icon, #_fixed-header a:focus .prev-icon, #_fixed-header a:active .prev-icon {
+.button > a:hover > .prev-icon, .button > a:focus > .prev-icon,
+.button > a:active > .prev-icon {
background-position: -90px -72px;
}
-#_fixed-header a.tool-spacer .next-icon {
+.button > a > .next-icon {
background-position: -144px -72px;
}
-#_fixed-header span.tool-spacer .next-icon {
+.button > span > .next-icon {
background-position: -198px -72px;
}
-#_fixed-header a:hover .next-icon, #_fixed-header a:focus .next-icon, #_fixed-header a:active .next-icon {
+.button > a:hover > .next-icon, .button > a:focus > .next-icon,
+.button > a:active > .next-icon {
background-position: -162px -72px;
}
@@ -950,7 +961,7 @@
border-top: 1px solid #999;
}
-#_bottom-navigation .nav-link {
+.nav-link {
display: block;
clear: both;
margin: 20px 0 0 0;
@@ -958,7 +969,7 @@
overflow: hidden;
}
-#_bottom-navigation .prev-icon, #_bottom-navigation .next-icon {
+.nav-link > .prev-icon, .nav-link > .next-icon {
width: 36px;
height: 36px;
display: block;
@@ -966,38 +977,40 @@
margin: 0 10px 0 0;
}
-#_bottom-navigation .prev-icon {
+.nav-link > .prev-icon {
background-position: -360px 0;
}
-#_bottom-navigation .nav-link:hover .prev-icon {
+.nav-link:hover > .prev-icon {
background-position: -360px -36px;
}
-#_bottom-navigation .next-icon {
+.nav-link > .next-icon {
background-position: -396px 0;
}
-#_bottom-navigation .nav-link:hover .next-icon {
+.nav-link:hover > .next-icon {
background-position: -396px -36px;
}
-#_bottom-navigation .nav-label {
+.nav-label {
line-height: 36px;
display: block;
color: #333;
text-overflow: ellipsis;
height: 36px;
+ text-decoration: none;
}
-#_bottom-navigation .nav-label {
- color: #333;
- text-decoration: none;
+.nav-link:hover > .nav-label,
+.nav-link:focus > .nav-label,
+.nav-link:active > .nav-label {
+ color: #439239;
}
-#_share-print .bottom-button {
+.bottom-button {
cursor: pointer;
display: inline-block;
border-radius: 3px;
@@ -1009,7 +1022,7 @@
height: 22px;
}
-.print span {
+#_print-button {
font-weight: 600;
}
@@ -1055,25 +1068,19 @@
background-position: -253px -88px;
}
-#_share-print .bottom-button:hover, #_share-print .bottom-button:focus,
-#_share-print .bottom-button:active {
+.bottom-button:hover, .bottom-button:focus,
+.bottom-button:active {
border: 1px solid rgba(20,20,20,0.5);
background: #DEDEDE;
}
-#_share-print .bottom-button:hover:before, #_share-print .bottom-button:focus:before,
-#_share-print .bottom-button:active:before {
+.bottom-button:hover:before, .bottom-button:focus:before,
+.bottom-button:active:before {
border-top: 1px solid rgba(20,20,20,0.5);
border-left: 1px solid rgba(20,20,20,0.5);
border-bottom: 1px solid rgba(20,20,20,0.5);
}
-#_bottom-navigation .nav-link:hover .nav-label,
-#_bottom-navigation .nav-link:focus .nav-label,
-#_bottom-navigation .nav-link:active .nav-label {
- color: #439239;
-}
-
#_share-print {
margin: 20px 0 0 0;
padding: 20px 0 0 0;
@@ -1122,7 +1129,7 @@
margin: 0 auto -80px;
}
-.nofooter #_outer-wrap {
+.nofooter > #_outer-wrap {
margin: 0 auto;
}
@@ -1137,11 +1144,11 @@
padding: 0 20px;
}
-#_footer ul {
+#_footer > ul {
padding: 0;
}
-#_footer li, #_footer p {
+#_footer li, #_footer > p {
display: block;
float: left;
line-height: 80px;
@@ -1159,7 +1166,7 @@
color: #76AD2D;
}
-#_footer p {
+#_footer > p {
color: #333;
}
@@ -1180,13 +1187,12 @@
height: 0;
}
-.documentation [id]:target > span, .documentation .admonition[id]:target > h6 {
+[id]:target > span, .admonition[id]:target > h6 {
background-color: rgba(255,255,0,0.3);
- transition: background-color 0.2s ease-out 0.3s;
/* Clean the below up in Q3 2013 or so... */
- -moz-transition: background-color 0.2s ease-out 0.3s;
-webkit-transition: background-color 0.2s ease-out 0.3s;
- -o-transition: background-color 0.2s ease-out 0.3s;
+ -moz-transition: background-color 0.2s ease-out 0.3s;
+ transition: background-color 0.2s ease-out 0.3s;
}
@@ -1213,7 +1219,7 @@
display: none;
}
-.documentation .screen a[id] {
+.screen a[id] {
display: none;
}
@@ -1259,8 +1265,7 @@
padding: 70px 0 50px;
}
-.book .title .citetitle, .set .title .citetitle,
-.article .title .citetitle {
+.title .citetitle {
font-style: normal;
}
@@ -1379,7 +1384,7 @@
text-decoration: underline;
}
-.bubble a:hover .name, .bubble a:focus .name, .bubble a:active .name {
+.bubble a:hover > .name, .bubble a:focus > .name, .bubble a:active > .name {
text-decoration: none;
}
@@ -1391,8 +1396,8 @@
font-style: normal;
}
-.page-bottom a:hover .number, .page-bottom a:focus .number,
-.page-bottom a:active .number {
+.nav-link:hover .number, .nav-link:focus .number,
+.nav-link:active .number {
color: #68C05E;
}
@@ -1408,11 +1413,10 @@
opacity: 0.3;
font-weight: normal;
text-decoration: none;
- transition: opacity 0.2s ease-in-out 0.1s;
/* Clean the below up in Q3 2013 or so... */
- -moz-transition: opacity 0.2s ease-in-out 0.1s;
-webkit-transition: opacity 0.2s ease-in-out 0.1s;
- -o-transition: opacity 0.2s ease-in-out 0.1s;
+ -moz-transition: opacity 0.2s ease-in-out 0.1s;
+ transition: opacity 0.2s ease-in-out 0.1s;
}
.permalink {
@@ -1451,7 +1455,7 @@
background-color: #DDD;
}
-.line .toc {
+.line > .toc {
padding: 0 30px 24px;
}
@@ -1554,7 +1558,8 @@
/* Text styles */
-.documentation span, .documentation a, .documentation p, .documentation em, .documentation strong {
+.documentation span, .documentation a, .documentation p, .documentation em,
+.documentation strong {
position: relative;
z-index: 2;
}
@@ -1567,7 +1572,8 @@
font-style: normal; /* Don't use italics within italics... */
}
-strong, b, .imprint-label, .version-info .productname, .version-info .productnumber, .toc-title, .formalpara-title {
+strong, b, .imprint-label, .version-info .productname,
+.version-info .productnumber, .toc-title, .formalpara-title {
font-weight: 600;
}
@@ -1603,12 +1609,16 @@
}
p, td {
+ -webkit-hyphens: auto;
-moz-hyphens: auto;
+ -ms-hyphens: auto;
hyphens: auto;
}
.ulink, .email, .phrase {
+ -webkit-hyphens: none;
-moz-hyphens: none;
+ -ms-hyphens: none;
hyphens: none;
}
@@ -1640,7 +1650,8 @@
margin-top: 0;
}
-.abstract li:first-child p:first-child, .highlights li:first-child p:first-child {
+.abstract li:first-child p:first-child,
+.highlights li:first-child p:first-child {
margin-top: 0;
}
@@ -1699,7 +1710,7 @@
color: #5C3566;
}
-.title .xref:hover, .title .xref:focus,.title .xref:active,
+.title .xref:hover, .title .xref:focus, .title .xref:active,
.subtitle .xref:hover, .subtitle .xref:focus, .subtitle .xref:active,
.table-title .xref:hover, .table-title .xref:focus, .table-title .xref:active,
.figure-title .xref:hover, .figure-title .xref:focus, .figure-title .xref:active,
@@ -1732,19 +1743,18 @@
font-style: normal;
}
-code code, code .command, .command code, code .replaceable,
-.command .replaceable, .replaceable code, .replaceable .command {
+code code, code .replaceable, .replaceable code {
padding: 0;
border: none;
}
-.name code, .name .command, a .command, a code,
-.admonition h6 .command, .admonition h6 code {
+.name code, a code, .admonition h6 code,
+.name .replaceable, a .replaceable, .admonition h6 .replaceable {
color: inherit;
}
-.admonition h6 .command, .admonition h6 code {
+.admonition h6 code, .admonition h6 .replaceable {
border-color: #D1D1D3;
}
@@ -1756,23 +1766,24 @@
font-weight: 600;
}
-.screen code.userprompt,.screen code.rootprompt {
- -moz-user-select: none;
+.prompt {
-webkit-user-select: none;
- -khtml-user-select: none;
+ -moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
-.screen code.userprompt {
+.prompt.user, .prompt.custom {
color: #666;
}
-.screen code.rootprompt {
+.prompt.root {
color: #900;
}
-.screen-wrap { /* Else the scrollbar overlays the rounded corners and the padding isn't always consistent if there's a scrollbar */
+ /* This elements exists solely to avoid the scrollbar overlaying the rounded
+ corners and the padding becoming inconsistent. */
+.screen-wrap {
padding: 10px;
background-color: #EFEFF0;
border-radius: 5px;
@@ -1794,7 +1805,7 @@
text-align: left;
}
-.screen code, .screen .command, .screen .replaceable {
+.screen code, .screen .replaceable {
border-radius: 0;
background-color: transparent;
font-size: 100%;
@@ -1857,7 +1868,7 @@
margin: 24px 0;
}
-.line .toc {
+.line > .toc {
margin: 0;
}
@@ -1909,7 +1920,7 @@
top: -33px;
}
-div.figure .mediaobject {
+.figure-contents > .mediaobject {
max-width: 100%;
min-height: 60px;
text-align: center;
@@ -1920,17 +1931,18 @@
border: 1px solid #EFEFF0;
}
-.figure img {
+.figure-contents img {
padding: 0;
width: auto;
margin: 0 auto;
- /* Please clean this mess out in ~2014 -- leave only the line with "calc" in there */
min-width: 50px;
+ /* Clean this up when browser support is solid. */
max-width: 100%;
- max-width: calc(100% - 2px);
- max-width: -moz-calc(100% - 2px);
max-width: -webkit-calc(100% - 2px);
- display: block; /* inline images weirdly have some whitespace below them, thus blocking */
+ max-width: -moz-calc(100% - 2px);
+ max-width: calc(100% - 2px);
+ /* Inline images have some whitespace below them in Firefox => block */
+ display: block;
}
.figure-title {
@@ -1939,7 +1951,7 @@
width: auto;
}
-div.figure .figure-title-wrap {
+.figure-title-wrap {
background-color: #EFEFF0;
width: 100%;
overflow: hidden;
@@ -1948,7 +1960,8 @@
.informalfigure img {
min-width: 50px;
max-width: 100%;
- display: block; /* inline images weirdly have some whitespace below them, thus block'ing */
+ /* Inline images have some whitespace below them in Firefox => block */
+ display: block;
color: #999;
margin: 17px 0 24px;
padding: 1px;
@@ -1956,6 +1969,13 @@
width: auto;
}
+.inlinemediaobject img {
+ display: inline-block;
+ vertical-align: middle;
+ max-height: 24px;
+ padding: 0 5px;
+}
+
.keycap {
color: #333;
font-size: 0.75em;
@@ -1971,8 +1991,8 @@
}
a:hover .keycap, a:focus .keycap, a:active .keycap,
-a:hover .command, a:focus .command, a:active .command,
-a:hover code, a:focus code, a:active code {
+a:hover code, a:focus code, a:active code,
+a:hover .replaceable, a:focus .replaceable, a:active .replaceable {
border-color: #439239;
}
@@ -2035,13 +2055,13 @@
height: 0.01px;
}
-.procedure-title code, .procedure-title .command, .procedure-title .keycap,
-.table-title code, .table-title .command, .table-title .keycap,
-.example-title code, .example-title .command, .example-title .keycap,
-.figure-title code, .figure-title .command, .figure-title .keycap,
-.orderedlist-title code, .orderedlist-title .command, .orderedlist-title .keycap,
-.variablelist-title code, .variablelist-title .command, .variablelist-title .keycap,
- .itemizedlist-title code, .itemizedlist-title .command, .itemizedlist-title .keycap {
+.procedure-title code, .procedure-title .replaceable, .procedure-title .keycap,
+.table-title code, .table-title .replaceable, .table-title .keycap,
+.example-title code, .example-title .replaceable, .example-title .keycap,
+.figure-title code, .figure-title .replaceable, .figure-title .keycap,
+.orderedlist-title code, .orderedlist-title .replaceable, .orderedlist-title .keycap,
+.variablelist-title code, .variablelist-title .replaceable, .variablelist-title .keycap,
+ .itemizedlist-title code, .itemizedlist-title .replaceable, .itemizedlist-title .keycap {
text-transform: none;
}
@@ -2156,8 +2176,26 @@
.table th, .informaltable th,
.table td[colspan], .informaltable td[colspan],
.table td[rowspan], .informaltable td[rowspan] {
- vertical-align: middle;
border: 1px solid #999;
+ background-color: #FFF;
+}
+
+.contains-rowspan {
+ border-top: 1px solid #999;
+}
+
+.table th[valign="top"], .informaltable th[valign="top"],
+.table td[valign="top"], .informaltable td[valign="top"] {
+ vertical-align: top;
+}
+
+.table th[valign="bottom"], .informaltable th[valign="bottom"],
+.table td[valign="bottom"], .informaltable td[valign="bottom"] {
+ vertical-align: bottom;
+}
+
+.table td[rowspan], .informaltable td[rowspan] {
+ background-color: #FFF;
}
.table td, .informaltable td{
@@ -2184,7 +2222,7 @@
margin-top: 10px;
}
-li p {
+li > p {
font-weight: normal;
}
@@ -2213,8 +2251,8 @@
}
.js-on .question:hover code, .js-on .question:focus code,
-.js-on .active .question code, .js-on .question:hover .literal,
-.js-on .question:focus .literal, .js-on .active .question .literal {
+.js-on .active .question code, .js-on .question:hover .replaceable,
+.js-on .question:focus .replaceable, .js-on .active .question .replaceable {
color: #333;
}
@@ -2270,15 +2308,14 @@
/* Review features */
.remark, .doc-status {
- background-color: #E6E0E8;
- color: #000;
font-style: normal;
font-weight: normal;
}
.remark {
padding: 1px 5px;
- border-left: 3px solid #5C3566;
+ background-color: #8D7294;
+ color: #FFF;
}
.remark .remark {
@@ -2289,9 +2326,11 @@
.doc-status {
padding: 10px;
+ background-color: #E6E0E8;
+ color: #000;
}
-.documentation > .doc-status {
+#_content > .doc-status {
margin: 0 auto;
min-width: 380px;
max-width: 978px;
@@ -2301,11 +2340,8 @@
color: #000;
}
-.ds-message {
- font-style: italic;
-}
-
p.ds-message {
+ font-style: italic;
margin: 0 !important;
}
@@ -2349,7 +2385,7 @@
content: none;
}
-body.draft {
+.draft {
background: url(../images/draft.png) no-repeat fixed left 50%;
}
@@ -2412,18 +2448,20 @@
.ulink-url {
display: inline;
+ -webkit-hyphens: none;
-moz-hyphens: none;
+ -ms-hyphens: none;
hyphens: none;
}
.figure-title-wrap {
border: 1px solid #202020 !important;
- width: -moz-calc(100% - 2px) !important;
width: -webkit-calc(100% - 2px) !important;
+ width: -moz-calc(100% - 2px) !important;
width: calc(100% - 2px) !important;
}
- .figure-contents .mediaobject, .figure-title-wrap {
+ .figure-contents > .mediaobject, .figure-title-wrap {
background-color: transparent !important;
}
}
@@ -2525,7 +2563,7 @@
padding: 0 0 5px;
}
- #_share-print .share-buttons {
+ .share-buttons {
display: block;
float: right;
clear: both;
@@ -2560,7 +2598,7 @@
}
- #_bubble-toc, #_toc-bubble-wrap .bubble, #_fixed-header-wrap .bubble {
+ #_bubble-toc, #_toc-bubble-wrap > .bubble, #_fixed-header-wrap > .bubble {
max-height: 300px;
}
@@ -2568,19 +2606,19 @@
border-top: 1px solid #7DC24D;
}
- #_nav-area .tool-spacer {
+ .nav-inner > .tool-spacer {
position: absolute;
}
- #_nav-area .tool-spacer:nth-child(2) {
+ .nav-inner > .tool-spacer:nth-child(2) {
left: 0;
}
- #_nav-area .tool-spacer:nth-child(3) {
+ .nav-inner > .tool-spacer:nth-child(3) {
right: 0;
}
- #_nav-area .tool-label {
+ .nav-inner > .tool-label {
padding: 0 10px;
margin: 0 56px;
float: left;
@@ -2591,20 +2629,20 @@
width: auto;
}
- #_header .crumbs * + * {
+ .crumbs > * + * {
display: none !important;
}
- #_header .crumbs .single-crumb {
+ #_header .single-crumb {
padding-right: 0;
- width: 36px;
+ width: 36px !important;
z-index: 12;
position: relative;
}
- #_header .crumbs.active .single-crumb {
+ #_header .active .single-crumb {
padding-right: 10px;
- width: 100%;
+ width: 100% !important;
position: fixed;
left: -10px;
top: 0;
@@ -2616,7 +2654,7 @@
padding: 0 10px;
}
- #_header .crumbs.active .single-contents-icon {
+ #_header .active .single-contents-icon {
background-position: -72px -87px;
width: 24px;
height: 24px;
@@ -2625,7 +2663,7 @@
margin-right: 20px;
}
- #_header .crumbs {
+ #_header > .crumbs {
right: 10px;
left: auto;
}
@@ -2701,7 +2739,11 @@
cursor: pointer;
}
- .bubble-closer:hover, .bubble-closer:focus, .bubble-closer:active {
+ .bubble-closer:hover, .bubble-closer:focus, .bubble-closer:active,
+ #_header .active .single-contents-icon:hover,
+ #_header .active .single-contents-icon:focus,
+ #_header .active .single-contents-icon:active
+ {
background-position: -96px -87px;
}
@@ -2757,8 +2799,8 @@
top: 0;
padding-left: 10px;
padding-right: 10px;
- width: -moz-calc(100% - 20px);
width: -webkit-calc(100% - 20px);
+ width: -moz-calc(100% - 20px);
width: calc(100% - 20px);
}
@@ -2783,26 +2825,26 @@
float: none;
}
- #_share-print strong {
+ .share > strong {
float: left;
}
- #_share-print .share-buttons {
+ .share-buttons {
float: none;
}
- #_share-print .spacer {
+ .share-buttons > .spacer {
display: none;
}
- #_share-print .bottom-button {
+ .bottom-button {
padding: 10px;
display: block;
float: left;
border-radius: 0;
width: 40%;
- width: -moz-calc(50% - 22px);
width: -webkit-calc(50% - 22px);
+ width: -moz-calc(50% - 22px);
width: calc(50% - 22px);
}
@@ -2824,15 +2866,14 @@
border: none;
}
- .line .toc {
+ .line > .toc {
padding-left: 0;
padding-right: 0;
}
- /* To avoid ugly word-wrap issues (as long as the page is wide enough,
- though, inline-block'ing these elements helps us to avoid wrapping at
- all.) */
- code, .command {
+ /* The page probably is not wide anymore for inline-blocks to help
+ avoid wrapping. */
+ code, .replaceable {
display: inline;
}
@@ -2840,18 +2881,18 @@
height: auto;
}
- #_footer li, #_footer p {
+ #_footer > ul > li, #_footer > p {
line-height: 250%;
float: none;
width: 100%;
margin: 0;
}
- #_footer p {
+ #_footer > p {
text-align: right;
}
- #_footer ul {
+ #_footer > ul {
margin: 0;
}
@@ -2868,7 +2909,7 @@
margin: 0 auto -155px;
}
- .nofooter #_outer-wrap {
+ .nofooter > #_outer-wrap {
margin: 0 auto;
}
@@ -2882,12 +2923,12 @@
padding-left: 10px;
}
- .admonition .symbol {
+ .admonition > .symbol {
float: none;
/* Remove proprietary attributes later on */
- padding-left: calc(50% - 18px);
- padding-left: -moz-calc(50% - 18px);
padding-left: -webkit-calc(50% - 18px);
+ padding-left: -moz-calc(50% - 18px);
+ padding-left: calc(50% - 18px);
padding-bottom: 10px;
}
@@ -2914,8 +2955,8 @@
div.figure {
/* Remove proprietary attributes later on */
- max-width: -moz-calc(100% + 20px);
max-width: -webkit-calc(100% + 20px);
+ max-width: -moz-calc(100% + 20px);
max-width: calc(100% + 20px);
}
.documentation ol.procedure {
@@ -2955,7 +2996,7 @@
@media only screen and (max-height: 490px) and (min-width: 451px) {
- #_bubble-toc, #_toc-bubble-wrap .bubble, #_fixed-header-wrap .bubble {
+ #_bubble-toc, #_toc-bubble-wrap > .bubble, #_fixed-header-wrap > .bubble {
max-height: 300px;
}
}
@@ -2972,37 +3013,37 @@
(With some exceptions for small screen sizes.)
*/
-/* Everything above */
+/* Everything over 1600px in height */
@media only screen {
- .informalfigure img, .figure img {
+ .mediaobject img {
max-height: 70%;
}
}
/* 1600px & 1440px */
@media only screen and (max-height: 1490px) {
- .informalfigure img, .figure img {
+ .mediaobject img {
max-height: 1140px;
}
}
/* 1200px */
@media only screen and (max-height: 1090px) {
- .informalfigure img, .figure img {
+ .mediaobject img {
max-height: 900px;
}
}
/* 1080px & 1024px */
@media only screen and (max-height: 970px) {
- .informalfigure img, .figure img {
+ .mediaobject img {
max-height: 724px;
}
}
/* 900px */
@media only screen and (max-height: 790px) {
- .informalfigure img, .figure img {
+ .mediaobject img {
max-height: 600px;
}
}
@@ -3010,7 +3051,7 @@
/* 800px & 768px */
@media only screen and (max-height: 690px) {
/* Make an exception here, so we don't get stamp-sized screenshots. */
- .informalfigure img, .figure img {
+ .mediaobject img {
max-height: 518px;
}
}
@@ -3018,7 +3059,7 @@
/* 600px and below*/
@media only screen and (max-height: 490px) {
/* Make an exception here, so we don't get stamp-sized screenshots. */
- .informalfigure img, .figure img {
+ .mediaobject img {
max-height: 390px;
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-stylesheets/xslt2013/static/js/script.js new/suse-xsl-stylesheets/xslt2013/static/js/script.js
--- old/suse-xsl-stylesheets/xslt2013/static/js/script.js 2013-12-02 18:04:03.000000000 +0100
+++ new/suse-xsl-stylesheets/xslt2013/static/js/script.js 2014-05-21 13:59:52.000000000 +0200
@@ -63,6 +63,9 @@
case 'SUSE Manager 1.7':
bugzillaProduct = 'SUSE Manager 1.7 Server';
break;
+ case 'SUSE Manager 2.1':
+ bugzillaProduct = 'SUSE Manager 2.1 Server';
+ break;
case 'SUSE Studio Onsite 1.3':
bugzillaProduct = 'SUSE Studio Onsite';
break;
@@ -166,6 +169,8 @@
$('.bubble h6').append('<span class="bubble-closer"> </span>');
$('.bubble-closer').click(function(){deactivate(); return false;});
$('.question').click(function(){ $(this).parent('dl').toggleClass('active'); });
+ $('.table tr').has('td[rowspan]').addClass('contains-rowspan');
+ $('.informaltable tr').has('td[rowspan]').addClass('contains-rowspan');
if ( !( $('#_nav-area div').length ) ) {
$('#_toolbar').addClass('only-toc');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-stylesheets/xslt2013/xhtml/docbook.xsl new/suse-xsl-stylesheets/xslt2013/xhtml/docbook.xsl
--- old/suse-xsl-stylesheets/xslt2013/xhtml/docbook.xsl 2014-03-13 14:16:42.000000000 +0100
+++ new/suse-xsl-stylesheets/xslt2013/xhtml/docbook.xsl 2014-05-16 15:33:57.000000000 +0200
@@ -608,13 +608,26 @@
<xsl:template name="user.head.content">
<xsl:param name="node" select="."/>
- <!-- Quirk script mostly for Chrome 30 on Nexus 7/Android 4.3. It shouldn't
- hurt on other Android platforms, either.
- Embedding it like this is ugly but should save some loading time.-->
+ <!-- Quirk script:
+ if{For Chrome 30 on Nexus 7/Android 4.3. Shouldn't hurt on other Android
+ platforms, either. Embedding it like this is ugly but should save some
+ loading time. We only choose between http: and https:, as file: et al.
+ would just lead to an error.}
+ elif{For Chrome 34 on desktop Linux. Chrome does not recognize semi-bold
+ Open Sans as being semi-bold, embedding it via @font-face fixes that.
+ We only add the relevant CSS file in case build.for.web is active,
+ as build.for.web!=1 already hardcodes the same CSS file.}
+ -->
<script type="text/javascript">
if ( navigator.userAgent.toLowerCase().indexOf('android') != -1 ) {
- document.write('<link rel="stylesheet" type="text/css" href="//static.opensuse.org/fonts/fonts-nolocal.css"></link>');
+ protocol = (window.location.protocol == 'https:') ? 'https' : 'http';
+ document.write('<link rel="stylesheet" type="text/css" href="' + protocol + '://static.opensuse.org/fonts/fonts-nolocal.css"></link>');
}
+ <xsl:if test="$build.for.web = 1">
+ else if ( window.location.protocol == 'file:' ) {
+ document.write('<link rel="stylesheet" type="text/css" href="static/css/fonts-onlylocal.css"></link>');
+ }
+ </xsl:if>
</script>
<xsl:if test="$daps.header.js.library != ''">
<xsl:call-template name="make.script.link">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-stylesheets/xslt2013/xhtml/inline.xsl new/suse-xsl-stylesheets/xslt2013/xhtml/inline.xsl
--- old/suse-xsl-stylesheets/xslt2013/xhtml/inline.xsl 2013-11-11 19:01:50.000000000 +0100
+++ new/suse-xsl-stylesheets/xslt2013/xhtml/inline.xsl 2014-05-15 13:38:28.000000000 +0200
@@ -39,8 +39,8 @@
<xsl:template match="prompt" mode="common.html.attributes">
<xsl:variable name="class">
<xsl:choose>
- <xsl:when test="@role"><xsl:value-of select="@role"/></xsl:when>
- <xsl:otherwise>userprompt</xsl:otherwise>
+ <xsl:when test="@role">prompt <xsl:value-of select="@role"/></xsl:when>
+ <xsl:otherwise>prompt user</xsl:otherwise>
</xsl:choose>
</xsl:variable>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-stylesheets/xslt2013/xhtml/param.xsl new/suse-xsl-stylesheets/xslt2013/xhtml/param.xsl
--- old/suse-xsl-stylesheets/xslt2013/xhtml/param.xsl 2013-11-11 17:17:36.000000000 +0100
+++ new/suse-xsl-stylesheets/xslt2013/xhtml/param.xsl 2014-05-16 15:33:57.000000000 +0200
@@ -110,7 +110,10 @@
<!-- Intentionally left empty – we already have a stylesheet, with this, we
only override DocBook's default. -->
<xsl:param name="html.stylesheet">
-<xsl:if test="$build.for.web = 1">//static.opensuse.org/fonts/fonts.css</xsl:if>
+<xsl:choose>
+ <xsl:when test="$build.for.web = 1">//static.opensuse.org/fonts/fonts.css</xsl:when>
+ <xsl:otherwise>static/css/fonts-onlylocal.css</xsl:otherwise>
+</xsl:choose>
static/css/style.css
</xsl:param>
<xsl:param name="make.clean.html" select="1"/>
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gpgme for openSUSE:Factory checked in at 2014-05-27 11:51:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpgme (Old)
and /work/SRC/openSUSE:Factory/.gpgme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpgme"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes 2013-08-19 13:31:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2014-05-27 11:51:07.000000000 +0200
@@ -1,0 +2,34 @@
+Wed May 21 11:24:56 UTC 2014 - andreas.stieger(a)gmx.de
+
+- gpgme 1.5.0
+ - On Unices the engine file names are not not anymore hardwired
+ but located via the envvar PATH. All options to set the name of
+ the engines for the configure run are removed.
+ - If GPGME finds the gpgconf binary it defaults to using gpg2 or
+ whatever gpgconf tells as name for the OpenPGP engine. If
+ gpgconf is not found, GPGME looks for an engine named "gpg".
+ - New feature to use the gpgme I/O subsystem to run arbitrary
+ commands.
+ - New flag to use encryption without the default compression step.
+ - New function to access "gpg-conf --list-dirs"
+ - New configure option --enable-fixed-path for use by Android.
+ - Support ECC algorithms.
+ - Interface changes relative to the 1.4.3 release:
+ gpgme_get_dirinfo NEW.
+ gpgme_op_spawn_start NEW.
+ gpgme_op_spawn NEW.
+ GPGME_PROTOCOL_SPAWN NEW.
+ GPGME_SPAWN_DETACHED NEW.
+ GPGME_SPAWN_ALLOW_SET_FG NEW.
+ GPGME_ENCRYPT_NO_COMPRESS NEW.
+ GPGME_PK_ECC NEW.
+ GPGME_MD_SHA224 NEW.
+ gpgme_subkey_t EXTENDED: New field curve.
+ GPGME_STATUS_PLAINTEXT_LENGTH NEW.
+ GPGME_STATUS_MOUNTPOINT NEW.
+ GPGME_STATUS_PINENTRY_LAUNCHED NEW.
+ GPGME_STATUS_ATTRIBUTE NEW.
+ GPGME_STATUS_BEGIN_SIGNING NEW.
+ GPGME_STATUS_KEY_NOT_CREATED NEW.
+
+-------------------------------------------------------------------
Old:
----
gpgme-1.4.3.tar.bz2
gpgme-1.4.3.tar.bz2.sig
New:
----
gpgme-1.5.0.tar.bz2
gpgme-1.5.0.tar.bz2.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gpgme.spec ++++++
--- /var/tmp/diff_new_pack.VKNfFu/_old 2014-05-27 11:51:08.000000000 +0200
+++ /var/tmp/diff_new_pack.VKNfFu/_new 2014-05-27 11:51:08.000000000 +0200
@@ -17,7 +17,7 @@
Name: gpgme
-Version: 1.4.3
+Version: 1.5.0
Release: 0
Summary: A Library Designed to Give Applications Easy Access to GnuPG
License: LGPL-2.1+ and GPL-3.0+
@@ -29,7 +29,7 @@
Source3: gpgme.keyring
BuildRequires: gpg2 >= 2.0.10
BuildRequires: libassuan-devel >= 2.0.2
-BuildRequires: libgpg-error-devel >= 1.8
+BuildRequires: libgpg-error-devel >= 1.11
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
@@ -102,16 +102,8 @@
%setup -q
%build
-# Ensure that a (re)build uses fixed binaries with minimum version because
-# in case configure picks GnuPG-1.x, e.g. from /usr/local, this would cause
-# testsuite failures:
-%configure --without-pth --disable-static \
- --with-gpg-version=2.0.10 \
- --with-gpgsm-version=2.0.10 \
- --with-gpgconf-version=2.0.10 \
- --with-gpg=%{_bindir}/gpg2 \
- --with-gpgsm=%{_bindir}/gpgsm \
- --with-gpgconf=%{_bindir}/gpgconf \
+%configure \
+ --disable-static \
--disable-fd-passing
make %{?_smp_mflags}
++++++ gpgme-1.4.3.tar.bz2 -> gpgme-1.5.0.tar.bz2 ++++++
++++ 9411 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
1
0
Hello community,
here is the log from the commit of package parted for openSUSE:Factory checked in at 2014-05-27 11:51:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/parted (Old)
and /work/SRC/openSUSE:Factory/.parted.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parted"
Changes:
--------
--- /work/SRC/openSUSE:Factory/parted/parted.changes 2014-05-10 08:32:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes 2014-05-27 11:51:01.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May 20 10:27:17 UTC 2014 - puzel(a)suse.com
+
+- Fix the help text to show *disk* flags instead of partition flags
+ (bnc#872054):
+ - add: Fix-help-text-for-disk_-set-toggle.patch
+
+-------------------------------------------------------------------
Old:
----
revert-gpt-add-commands-to-manipulate-pMBR-boot-flag.patch
New:
----
Fix-help-text-for-disk_-set-toggle.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ parted.spec ++++++
--- /var/tmp/diff_new_pack.K8x3pu/_old 2014-05-27 11:51:03.000000000 +0200
+++ /var/tmp/diff_new_pack.K8x3pu/_new 2014-05-27 11:51:03.000000000 +0200
@@ -57,6 +57,7 @@
Patch30: libparted-initialize-dasd-part-type.patch
Patch31: libparted-use-BLKRRPART-for-DASD.patch.patch
Patch32: libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch
+Patch33: Fix-help-text-for-disk_-set-toggle.patch
Patch100: parted-fatresize-autoconf.patch
Requires: /sbin/udevadm
BuildRequires: check-devel
@@ -136,6 +137,7 @@
%patch30 -p1
%patch31 -p1
%patch32 -p1
+%patch33 -p1
%patch100 -p1
%build
++++++ Fix-help-text-for-disk_-set-toggle.patch ++++++
>From 3e005b4644d2a97da85c251f93d32d93e94bcccf Mon Sep 17 00:00:00 2001
From: Phillip Susi <psusi(a)ubuntu.com>
Date: Mon, 24 Feb 2014 11:29:43 -0500
Subject: [PATCH] Fix help text for disk_{set,toggle}
Fix the help text to show *disk* flags instead of partition flags.
---
parted/parted.c | 23 +++++++++++++++++++++--
1 file changed, 21 insertions(+), 2 deletions(-)
Index: parted-3.1/parted/parted.c
===================================================================
--- parted-3.1.orig/parted/parted.c
+++ parted-3.1/parted/parted.c
@@ -144,6 +144,7 @@ static const char* number_msg = N_(
static const char* label_type_msg_start = N_("LABEL-TYPE is one of: ");
static const char* flag_msg_start = N_("FLAG is one of: ");
+static const char* disk_flag_msg_start = N_("FLAG is one of: ");
static const char* unit_msg_start = N_("UNIT is one of: ");
static const char* min_or_opt_msg = N_("desired alignment: minimum or optimal");
static const char* part_type_msg = N_("PART-TYPE is one of: primary, logical, "
@@ -170,6 +171,7 @@ static const char* copyright_msg = N_(
static char* label_type_msg;
static char* flag_msg;
+static char* disk_flag_msg;
static char* unit_msg;
static char* mkpart_fs_type_msg;
@@ -1845,6 +1847,7 @@ _init_messages ()
PedFileSystemAlias* fs_alias;
PedDiskType* disk_type;
PedPartitionFlag part_flag;
+ PedDiskFlag disk_flag;
PedUnit unit;
/* flags */
@@ -1863,6 +1866,22 @@ _init_messages ()
flag_msg = str_list_convert (list);
str_list_destroy (list);
+/* disk flags */
+ first = 1;
+ list = str_list_create (_(disk_flag_msg_start), NULL);
+ for (disk_flag = ped_disk_flag_next (0); disk_flag;
+ disk_flag = ped_disk_flag_next (disk_flag)) {
+ if (first)
+ first = 0;
+ else
+ str_list_append (list, ", ");
+ str_list_append (list,
+ _(ped_disk_flag_get_name (disk_flag)));
+ }
+ str_list_append (list, "\n");
+
+ disk_flag_msg = str_list_convert (list);
+ str_list_destroy (list);
/* units */
first = 1;
@@ -2055,7 +2074,7 @@ command_register (commands, command_crea
str_list_create (
_("disk_set FLAG STATE change the FLAG on selected device"),
NULL),
- str_list_create (flag_msg, _(state_msg), NULL), 1));
+ str_list_create (disk_flag_msg, _(state_msg), NULL), 1));
command_register (commands, command_create (
str_list_create_unique ("disk_toggle", _("disk_toggle"), NULL),
@@ -2064,7 +2083,7 @@ command_register (commands, command_crea
_("disk_toggle [FLAG] toggle the state of FLAG on "
"selected device"),
NULL),
- str_list_create (flag_msg, NULL), 1));
+ str_list_create (disk_flag_msg, NULL), 1));
command_register (commands, command_create (
str_list_create_unique ("set", _("set"), NULL),
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package bsh2 for openSUSE:Factory checked in at 2014-05-27 11:50:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bsh2 (Old)
and /work/SRC/openSUSE:Factory/.bsh2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bsh2"
Changes:
--------
--- /work/SRC/openSUSE:Factory/bsh2/bsh2.changes 2014-02-19 14:01:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bsh2.new/bsh2.changes 2014-05-27 11:51:00.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 15 15:39:22 UTC 2014 - darin(a)darins.net
+
+- disable bytecode check on sle_11
+- disable post-build-check on SLE_11 due to FHS 2.2 errors
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bsh2.spec ++++++
--- /var/tmp/diff_new_pack.WveOIM/_old 2014-05-27 11:51:01.000000000 +0200
+++ /var/tmp/diff_new_pack.WveOIM/_new 2014-05-27 11:51:01.000000000 +0200
@@ -65,6 +65,9 @@
BuildRequires: fdupes
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} == 1110
+BuildRequires: -post-build-checks
+%endif
%description
BeanShell is a small, free, embeddable, Java source interpreter with
@@ -198,6 +201,10 @@
%fdupes -s docs/
%install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
+
# jars
mkdir -p %{buildroot}%{_javadir}/%{name}
#rap#%__rm -f dist/%{orig_name}-%{fversion}.jar
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package keyutils for openSUSE:Factory checked in at 2014-05-27 11:50:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keyutils (Old)
and /work/SRC/openSUSE:Factory/.keyutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keyutils"
Changes:
--------
--- /work/SRC/openSUSE:Factory/keyutils/keyutils.changes 2013-07-29 21:06:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.keyutils.new/keyutils.changes 2014-05-27 11:50:59.000000000 +0200
@@ -1,0 +2,7 @@
+Wed May 14 02:19:52 UTC 2014 - nfbrown(a)suse.com
+
+- New upstream release 1.5.9.
+ Particularly adds keyctl_invalidate, needed for latest nfs-utils.
+ A few minor bugfixes and usability improvements.
+
+-------------------------------------------------------------------
Old:
----
keyutils-1.5.5.tar.bz2
New:
----
keyutils-1.5.9.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ keyutils.spec ++++++
--- /var/tmp/diff_new_pack.6mCdIf/_old 2014-05-27 11:51:00.000000000 +0200
+++ /var/tmp/diff_new_pack.6mCdIf/_new 2014-05-27 11:51:00.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package keyutils
#
-# 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,7 +22,7 @@
Summary: Linux Key Management Utilities
License: GPL-2.0+ and LGPL-2.1+
Group: System/Kernel
-Version: 1.5.5
+Version: 1.5.9
Release: 0
Source0: http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2
Source1: baselibs.conf
++++++ keyutils-1.5.5.tar.bz2 -> keyutils-1.5.9.tar.bz2 ++++++
++++ 9987 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
1
0