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
February 2014
- 1 participants
- 1581 discussions
Hello community,
here is the log from the commit of package rubygem-docile for openSUSE:Factory checked in at 2014-02-26 06:59:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-docile (Old)
and /work/SRC/openSUSE:Factory/.rubygem-docile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-docile"
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-docile/rubygem-docile.changes 2014-01-23 15:55:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-docile.new/rubygem-docile.changes 2014-02-26 06:59:07.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Feb 23 09:24:49 UTC 2014 - coolo(a)suse.com
+
+- updated to version 1.1.3
+ - Special thanks to Alexey Vasiliev (@le0pard):
+ - fix problem to catch NoMethodError from non receiver object
+ - upgrade rspec format to new "expect" syntax
+
+-------------------------------------------------------------------
Old:
----
docile-1.1.2.gem
New:
----
docile-1.1.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-docile.spec ++++++
--- /var/tmp/diff_new_pack.F9C6iP/_old 2014-02-26 06:59:07.000000000 +0100
+++ /var/tmp/diff_new_pack.F9C6iP/_new 2014-02-26 06:59:07.000000000 +0100
@@ -17,13 +17,13 @@
Name: rubygem-docile
-Version: 1.1.2
+Version: 1.1.3
Release: 0
%define mod_name docile
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: ruby-macros >= 1
+BuildRequires: ruby-macros >= 3
Url: http://ms-ati.github.com/docile/
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: Docile keeps your Ruby DSLs tame and well-behaved
@@ -61,24 +61,24 @@
%install
%gem_install -f
mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/HISTORY.md %buildroot/%{_docdir}/%{name}/HISTORY.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/HISTORY.md %buildroot/%{_docdir}/%{name}/HISTORY.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md
%files
%defattr(-,root,root,-)
%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
%files doc
%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
%files testsuite
%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
%changelog
--
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 NetworkManager for openSUSE:Factory checked in at 2014-02-26 06:58:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old)
and /work/SRC/openSUSE:Factory/.NetworkManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager"
Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes 2013-10-14 09:30:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes 2014-02-26 06:58:58.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Feb 24 21:30:51 UTC 2014 - dimstar(a)opensuse.org
+
+- Add NetworkManager-geoclue-interaction.patch: allow the user
+ "srvGeoClue" (as used by the geoclue2 service) to query
+ NetworkManager,
+
+-------------------------------------------------------------------
New:
----
NetworkManager-geoclue-interaction.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.K3Ch5W/_old 2014-02-26 06:58:59.000000000 +0100
+++ /var/tmp/diff_new_pack.K3Ch5W/_new 2014-02-26 06:58:59.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package NetworkManager
#
-# 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
@@ -42,6 +42,8 @@
Patch4: nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff
# PATCH-FIX-UPSTREAM nm-probe-radius-server-cert.patch bnc#574266 glin(a)suse.com -- Probe the RADIUS server certificate
Patch5: nm-probe-radius-server-cert.patch
+# PATCH-FIX-OPENSUSE NetworkManager-geoclue-interaction.patch dimstar(a)opensuse.org -- Allow the user "srvGeoClue" to query NetworkManager on the dbus
+Patch6: NetworkManager-geoclue-interaction.patch
BuildRequires: fdupes
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
@@ -192,6 +194,7 @@
%patch3 -p1
%patch4 -p1
%patch5 -p1
+%patch6 -p1
%build
pppddir=`ls -1d /usr/%_lib/pppd/2*`
++++++ NetworkManager-geoclue-interaction.patch ++++++
Index: NetworkManager-0.9.8.8/src/org.freedesktop.NetworkManager.conf
===================================================================
--- NetworkManager-0.9.8.8.orig/src/org.freedesktop.NetworkManager.conf
+++ NetworkManager-0.9.8.8/src/org.freedesktop.NetworkManager.conf
@@ -25,6 +25,9 @@
<allow send_destination="org.freedesktop.NetworkManager.vpnc"/>
<allow send_destination="org.freedesktop.NetworkManager.ssh"/>
</policy>
+ <policy user="srvGeoClue">
+ <allow send_destination="org.freedesktop.NetworkManager"/>
+ </policy>
<policy at_console="true">
<allow send_destination="org.freedesktop.NetworkManager"/>
--
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 makedumpfile for openSUSE:Factory checked in at 2014-02-26 06:58:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/makedumpfile (Old)
and /work/SRC/openSUSE:Factory/.makedumpfile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "makedumpfile"
Changes:
--------
--- /work/SRC/openSUSE:Factory/makedumpfile/makedumpfile.changes 2014-02-18 14:45:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.makedumpfile.new/makedumpfile.changes 2014-02-26 06:58:46.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Feb 25 11:53:37 UTC 2014 - ptesarik(a)suse.cz
+
+- makedumpfile-fix-sprintf-append.patch: Fix string append in
+ dump_log_entry() (bnc#865596).
+- makedumpfile-kernel-3.12-supported.patch: Mark kernel 3.12 as
+ supported.
+
+-------------------------------------------------------------------
New:
----
makedumpfile-fix-sprintf-append.patch
makedumpfile-kernel-3.12-supported.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ makedumpfile.spec ++++++
--- /var/tmp/diff_new_pack.9UiGNr/_old 2014-02-26 06:58:46.000000000 +0100
+++ /var/tmp/diff_new_pack.9UiGNr/_new 2014-02-26 06:58:46.000000000 +0100
@@ -37,6 +37,8 @@
Source: %{name}-%{version}.tar.bz2
Source1: README.static
Patch0: %{name}-coptflags.diff
+Patch1: %{name}-fix-sprintf-append.patch
+Patch2: %{name}-kernel-3.12-supported.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ia64 ppc ppc64 ppc64le s390x %arm
@@ -55,6 +57,8 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
+%patch2 -p1
%build
LIBS_STATIC=
++++++ makedumpfile-fix-sprintf-append.patch ++++++
From: Petr Tesarik <ptesarik(a)suse.cz>
Subject: Fix string append in dump_log_entry()
References: bnc#865596
Patch-mainline: not yet
To quote the sprintf(3) man page:
Some programs imprudently rely on code such as the following
sprintf(buf, "%s some further text", buf);
to append text to buf. However, the standards explicitly note that
the results are undefined if source and destination buffers overlap
when calling sprintf(), snprintf(), vsprintf(), and vsnprintf().
Depending on the version of gcc(1) used, and the compiler options
employed, calls such as the above will not produce the expected results.
It's also overkill to call sprintf() for something that can be done
with a simple assignment.
Signed-off-by: Petr Tesarik <ptesarik(a)suse.cz>
---
makedumpfile.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
--- a/makedumpfile.c
+++ b/makedumpfile.c
@@ -3830,7 +3830,7 @@ reset_bitmap_of_free_pages(unsigned long
static int
dump_log_entry(char *logptr, int fp)
{
- char *msg, *p;
+ char *msg, *p, *bufp;
unsigned int i, text_len;
unsigned long long ts_nsec;
char buf[BUFSIZE];
@@ -3845,20 +3845,21 @@ dump_log_entry(char *logptr, int fp)
msg = logptr + SIZE(printk_log);
- sprintf(buf, "[%5lld.%06ld] ", nanos, rem/1000);
+ bufp = buf;
+ bufp += sprintf(buf, "[%5lld.%06ld] ", nanos, rem/1000);
for (i = 0, p = msg; i < text_len; i++, p++) {
if (*p == '\n')
- sprintf(buf, "%s.", buf);
+ *bufp++ = '.';
else if (isprint(*p) || isspace(*p))
- sprintf(buf, "%s%c", buf, *p);
+ *bufp++ = *p;
else
- sprintf(buf, "%s.", buf);
+ *bufp++ = '.';
}
- sprintf(buf, "%s\n", buf);
+ *bufp++ = '\n';
- if (write(info->fd_dumpfile, buf, strlen(buf)) < 0)
+ if (write(info->fd_dumpfile, buf, bufp - buf) < 0)
return FALSE;
else
return TRUE;
++++++ makedumpfile-kernel-3.12-supported.patch ++++++
From: Petr Tesarik <ptesarik(a)suse.cz>
Subject: Mark kernel 3.12 as supported
Patch-mainline: not yet
Signed-off-by: Petr Tesarik <ptesarik(a)suse.cz>
---
makedumpfile.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/makedumpfile.h
+++ b/makedumpfile.h
@@ -434,7 +434,7 @@ do { \
#define KVER_MIN_SHIFT 16
#define KERNEL_VERSION(x,y,z) (((x) << KVER_MAJ_SHIFT) | ((y) << KVER_MIN_SHIFT) | (z))
#define OLDEST_VERSION KERNEL_VERSION(2, 6, 15)/* linux-2.6.15 */
-#define LATEST_VERSION KERNEL_VERSION(3, 11, 3)/* linux-3.11.3 */
+#define LATEST_VERSION KERNEL_VERSION(3, 12, 0xffff)/* linux-3.12.x */
/*
* vmcoreinfo in /proc/vmcore
--
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 lifelines for openSUSE:Factory checked in at 2014-02-26 06:58:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lifelines (Old)
and /work/SRC/openSUSE:Factory/.lifelines.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lifelines"
Changes:
--------
--- /work/SRC/openSUSE:Factory/lifelines/lifelines.changes 2013-05-16 16:13:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lifelines.new/lifelines.changes 2014-02-26 06:58:36.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 10:29:29 UTC 2014 - schwab(a)suse.de
+
+- lifelines-decl.patch: fix conflicting declaration
+
+-------------------------------------------------------------------
New:
----
lifelines-decl.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lifelines.spec ++++++
--- /var/tmp/diff_new_pack.ULCmXE/_old 2014-02-26 06:58:38.000000000 +0100
+++ /var/tmp/diff_new_pack.ULCmXE/_new 2014-02-26 06:58:38.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package lifelines
#
-# 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
@@ -54,6 +54,8 @@
Patch1: lifelines-3.0.59-funcptr.dif
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
Patch2: lifelines-3.0.60-array.dif
+# PATCH-FIX-UPSTREAM Fix conflicting declaration
+Patch3: lifelines-decl.patch
BuildRequires: tidy
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global _sysconfdir /etc
@@ -69,6 +71,7 @@
%patch0 -p 0
%patch1 -p 0
%patch2 -p 0
+%patch3 -p1
%build
CFLAGS="%{optflags} -fno-strict-aliasing -pipe $(%{ncursesw_config} --cflags)"
++++++ lifelines-decl.patch ++++++
Index: lifelines-3.0.62/src/gedlib/init.c
===================================================================
--- lifelines-3.0.62.orig/src/gedlib/init.c
+++ lifelines-3.0.62/src/gedlib/init.c
@@ -65,7 +65,7 @@ STRING editfile=NULL; /* file used for e
extern BOOLEAN writeable;
extern STRING readpath,readpath_file;
extern STRING illegal_char;
-extern INT opt_finnish, opt_mychar;
+extern BOOLEAN opt_finnish, opt_mychar;
/*********************************************
* local function prototypes
--
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 libvirt-cim for openSUSE:Factory checked in at 2014-02-26 06:58:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt-cim (Old)
and /work/SRC/openSUSE:Factory/.libvirt-cim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvirt-cim"
Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt-cim/libvirt-cim.changes 2014-02-25 07:33:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-cim.new/libvirt-cim.changes 2014-02-26 06:58:31.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 25 12:54:27 UTC 2014 - kkaempf(a)suse.com
+
+- add README.SUSE
+
+-------------------------------------------------------------------
New:
----
README.SUSE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libvirt-cim.spec ++++++
--- /var/tmp/diff_new_pack.ofDCWR/_old 2014-02-26 06:58:33.000000000 +0100
+++ /var/tmp/diff_new_pack.ofDCWR/_new 2014-02-26 06:58:33.000000000 +0100
@@ -50,6 +50,7 @@
Summary: CMPI-based CIM provider implementing DMTF SVPC model
Source: %{name}-%{version}.tar.bz2
Source1: libvirt-cim-rpmlintrc
+Source2: README.SUSE
Patch0: provider-reg.patch
Patch1: automake.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -114,6 +115,8 @@
#%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/fix_schema.patch
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/libvirt/cim
+install -m 644 %{S:2} $RPM_BUILD_ROOT%{_docdir}/%{name}
+
%clean
%{__rm} -rf $RPM_BUILD_ROOT
# do nothing if not an upgrade, otherwise deregister current providers
++++++ README.SUSE ++++++
tl;dr
libvirt-cim providers don't unload. Increase provProcs to 64 in /etc/sfcb/sfcb.cfg
The libvirt-cim providers will not unload after use and might prevent
the loading of other providers in sfcb.
Please edit /etc/sfcb/sfcb.cfg to increase the provProcs to 64.
To quote upstream:
"the crux lies in the usage of the libcmpiutil DEFAULT_INST_CLEANUP macro
which prevents the provider from being unloaded. sfcb doesn't unload
providers forcibly by design, so it is not bug.
In the long run, it would probably be desirable to allow the unloading
of the libvirt-cim providers. For now, the number of processes would
need to be increased."
--
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 kicad for openSUSE:Factory checked in at 2014-02-26 06:58:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kicad (Old)
and /work/SRC/openSUSE:Factory/.kicad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kicad"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kicad/kicad-gost.changes 2013-08-16 12:42:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kicad.new/kicad-gost.changes 2014-02-26 06:58:28.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb 25 12:47:03 UTC 2014 - dmitry_r(a)opensuse.org
+
+- Update to version 20140120
+ * Bug fixes
+
+-------------------------------------------------------------------
kicad.changes: same change
Old:
----
kicad-20130707.tar.bz2
New:
----
kicad-20140120.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kicad-gost.spec ++++++
--- /var/tmp/diff_new_pack.BKuWEd/_old 2014-02-26 06:58:30.000000000 +0100
+++ /var/tmp/diff_new_pack.BKuWEd/_new 2014-02-26 06:58:30.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kicad
#
-# 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
@@ -26,7 +26,7 @@
%else
Name: kicad
%endif
-Version: 20130707
+Version: 20140120
Release: 0
License: GPL-2.0+
%if 0%{?with_gost}
@@ -36,8 +36,9 @@
%endif
Group: Productivity/Scientific/Electronics
Url: http://kicad-pcb.org
-# bzr branch lp:kicad/stable stable
-# bzr export -r 4022 --root=kicad-[version] kicad-[version].tar.bz
+# https://code.launchpad.net/~kicad-stable-committers/kicad/stable
+# revision 4027
+# bzr export -r [revision] kicad-[version].tar.bz2 lp:kicad/stable
Source: kicad-%{version}.tar.bz2
Patch1: kikad-no-templates-install.patch
++++++ kicad.spec ++++++
--- /var/tmp/diff_new_pack.BKuWEd/_old 2014-02-26 06:58:30.000000000 +0100
+++ /var/tmp/diff_new_pack.BKuWEd/_new 2014-02-26 06:58:30.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kicad
#
-# 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
@@ -26,7 +26,7 @@
%else
Name: kicad
%endif
-Version: 20130707
+Version: 20140120
Release: 0
License: GPL-2.0+
%if 0%{?with_gost}
@@ -36,8 +36,9 @@
%endif
Group: Productivity/Scientific/Electronics
Url: http://kicad-pcb.org
-# bzr branch lp:kicad/stable stable
-# bzr export -r 4022 --root=kicad-[version] kicad-[version].tar.bz
+# https://code.launchpad.net/~kicad-stable-committers/kicad/stable
+# revision 4027
+# bzr export -r [revision] kicad-[version].tar.bz2 lp:kicad/stable
Source: kicad-%{version}.tar.bz2
Patch1: kikad-no-templates-install.patch
++++++ kicad-20130707.tar.bz2 -> kicad-20140120.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/kicad/kicad-20130707.tar.bz2 /work/SRC/openSUSE:Factory/.kicad.new/kicad-20140120.tar.bz2 differ: char 11, line 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 GraphicsMagick for openSUSE:Factory checked in at 2014-02-26 06:58:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/GraphicsMagick (Old)
and /work/SRC/openSUSE:Factory/.GraphicsMagick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "GraphicsMagick"
Changes:
--------
--- /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick.changes 2014-01-13 12:01:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.GraphicsMagick.new/GraphicsMagick.changes 2014-02-26 06:58:06.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 25 08:43:01 UTC 2014 - dmitry_r(a)opensuse.org
+
+- Fix quantum depth in package description
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ GraphicsMagick.spec ++++++
--- /var/tmp/diff_new_pack.fiLiCB/_old 2014-02-26 06:58:07.000000000 +0100
+++ /var/tmp/diff_new_pack.fiLiCB/_new 2014-02-26 06:58:07.000000000 +0100
@@ -66,8 +66,8 @@
GraphicsMagick code or APIs, you need to install GraphicsMagick-devel
as well.
-This package is compiled with Q8, which means that it provides better
-performance on 8 bit images and less.
+This package is compiled with Q%{quant}, which means that it provides better
+performance on %{quant} bit images and less.
@@ -96,8 +96,8 @@
applications which use GraphicsMagick code or APIs, you need to install
GraphicsMagick-devel as well.
-This package is compiled with Q8, that means it provides better
-performance on 8 and less bit images.
+This package is compiled with Q%{quant}, that means it provides better
+performance on %{quant} and less bit images.
@@ -126,8 +126,8 @@
applications which use GraphicsMagick code or APIs, you need to install
GraphicsMagick-devel as well.
-This package is compiled with Q8, that means it provides better
-performance on 8 and less bit images.
+This package is compiled with Q%{quant}, that means it provides better
+performance on %{quant} and less bit images.
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
26 Feb '14
Hello community,
here is the log from the commit of package gnome-directory-thumbnailer for openSUSE:Factory checked in at 2014-02-26 06:58:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-directory-thumbnailer (Old)
and /work/SRC/openSUSE:Factory/.gnome-directory-thumbnailer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-directory-thumbnailer"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-directory-thumbnailer/gnome-directory-thumbnailer.changes 2013-11-14 10:40:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-directory-thumbnailer.new/gnome-directory-thumbnailer.changes 2014-02-26 06:58:01.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Feb 24 18:29:12 UTC 2014 - dimstar(a)opensuse.org
+
+- Update to version 0.1.2:
+ + Update DOAP file and website address.
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gnome-directory-thumbnailer-0.1.1.tar.xz
New:
----
gnome-directory-thumbnailer-0.1.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-directory-thumbnailer.spec ++++++
--- /var/tmp/diff_new_pack.lkD4EI/_old 2014-02-26 06:58:02.000000000 +0100
+++ /var/tmp/diff_new_pack.lkD4EI/_new 2014-02-26 06:58:02.000000000 +0100
@@ -1,6 +1,7 @@
#
# spec file for package gnome-directory-thumbnailer
#
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@@ -15,21 +16,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: gnome-directory-thumbnailer
-Version: 0.1.1
+Version: 0.1.2
Release: 0
-License: LGPL-2.1+
Summary: Directory Thumbnailer
-Url: https://wiki.gnome.org/GnomeDirectoryThumbnailer
+License: LGPL-2.1+
Group: Productivity/Office/Other
+Url: https://wiki.gnome.org/GnomeDirectoryThumbnailer
Source: http://download.gnome.org/sources/gnome-directory-thumbnailer/0.1/%{name}-%…
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: intltool >= 0.40.0
-BuildRequires: pkgconfig(gobject-2.0)
-BuildRequires: pkgconfig(glib-2.0) >= 2.35.0
-BuildRequires: pkgconfig(gio-2.0) >= 2.22.0
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.6.0
+BuildRequires: pkgconfig(gio-2.0) >= 2.22.0
+BuildRequires: pkgconfig(glib-2.0) >= 2.35.0
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.2.0
+BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
Recommends: %{name}-lang
++++++ gnome-directory-thumbnailer-0.1.1.tar.xz -> gnome-directory-thumbnailer-0.1.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/ChangeLog new/gnome-directory-thumbnailer-0.1.2/ChangeLog
--- old/gnome-directory-thumbnailer-0.1.1/ChangeLog 2013-11-08 11:23:40.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/ChangeLog 2014-02-24 19:00:35.000000000 +0100
@@ -1,3 +1,132 @@
+commit eac3b566abbe7251555fb2a01173ff61f7ae5480
+Author: Мирослав Николић <miroslavnikolic(a)rocketmail.com>
+Date: Wed Jan 29 11:20:00 2014 +0100
+
+ Added Serbian translation
+
+ po/LINGUAS | 2 ++
+ po/sr.po | 84
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/sr(a)latin.po | 84
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 170 insertions(+)
+
+commit 51d377d687360a9f91d1952237357dd44a3c34e6
+Author: Christian Kirbach <christian.kirbach(a)gmail.com>
+Date: Sun Jan 26 17:56:41 2014 +0100
+
+ Added German translation
+
+ po/LINGUAS | 1 +
+ po/de.po | 85
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 86 insertions(+)
+
+commit e81775a5e8e074260efcc6de066c1b3b0ceafdbd
+Author: Dimitris Spingos <dmtrs32(a)gmail.com>
+Date: Mon Jan 20 08:41:42 2014 +0200
+
+ Added Greek translation
+
+ po/LINGUAS | 1 +
+ po/el.po | 87
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 88 insertions(+)
+
+commit de46a6290b63a4bdc5929cdca519fad0f017e15c
+Author: Marek Černocký <marek(a)manet.cz>
+Date: Mon Dec 9 14:06:06 2013 +0100
+
+ Czech translation
+
+ po/cs.po | 84
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 84 insertions(+)
+
+commit 6697ea0e6a0a8a64b22617cbccc4aa46f1856081
+Author: Marek Černocký <marek(a)manet.cz>
+Date: Mon Dec 9 14:05:52 2013 +0100
+
+ Added Czech language
+
+ po/LINGUAS | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8afbfa4fbf90347f63c74f79feb2f46457d407c7
+Author: Philip Withnall <philip(a)tecnocode.co.uk>
+Date: Mon Dec 2 22:21:07 2013 +0000
+
+ docs: Update gnome-directory-thumbnailer website
+
+ Now: https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer
+
+ HACKING | 2 +-
+ README | 2 +-
+ configure.ac | 2 +-
+ gnome-directory-thumbnailer.doap | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 24d0629d9defe314a06960daa2ee66f3b7395f98
+Author: Daniel Mustieles <daniel.mustieles(a)gmail.com>
+Date: Wed Nov 20 14:18:13 2013 +0100
+
+ Added Spanish translation
+
+ po/LINGUAS | 2 +-
+ po/es.po | 85
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 86 insertions(+), 1 deletion(-)
+
+commit 6beb41456af984fa71477e971e0ea25645ab948c
+Author: Balázs Úr <urbalazs(a)src.gnome.org>
+Date: Mon Nov 18 17:19:33 2013 +0100
+
+ Initial Hungarian translation
+
+ po/hu.po | 87
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 87 insertions(+)
+
+commit 17e1cc9590e006f180ecda5b7df8672de2b26689
+Author: Balázs Úr <urbalazs(a)src.gnome.org>
+Date: Mon Nov 18 17:12:14 2013 +0100
+
+ Added hu entry
+
+ po/LINGUAS | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1265f3c69368af14d37bcccab87907e7dbdd0dff
+Author: Philip Withnall <philip.withnall(a)collabora.co.uk>
+Date: Fri Nov 8 10:27:32 2013 +0000
+
+ docs: Update DOAP file to add extra metadata
+
+ Bug database, download page, etc.
+
+ gnome-directory-thumbnailer.doap | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 25a9daf1511e4249cd1bf0fd60cfcee2554934e0
+Author: Philip Withnall <philip.withnall(a)collabora.co.uk>
+Date: Fri Nov 8 10:25:02 2013 +0000
+
+ Post-release version bump
+
+ NEWS | 10 ++++++++++
+ configure.ac | 2 +-
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit 96f69cf01d3f8f40f9811ffdcc57dcc08c7b7bc3
+Author: Philip Withnall <philip.withnall(a)collabora.co.uk>
+Date: Fri Nov 8 10:23:56 2013 +0000
+
+ Release version 0.1.0
+
+ NEWS | 15 +++++++++++++++
+ configure.ac | 2 +-
+ 2 files changed, 16 insertions(+), 1 deletion(-)
+
commit 3f57dd1e99103e4ff39e9c906c1971791a835d9d
Author: Matej Urbančič <mateju(a)svn.gnome.org>
Date: Sat Nov 2 11:56:16 2013 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/HACKING new/gnome-directory-thumbnailer-0.1.2/HACKING
--- old/gnome-directory-thumbnailer-0.1.1/HACKING 2013-10-11 10:21:58.000000000 +0200
+++ new/gnome-directory-thumbnailer-0.1.2/HACKING 2014-02-24 18:56:29.000000000 +0100
@@ -49,7 +49,7 @@
===============
gnome-directory-thumbnailer does not use a ChangeLog; it is auto-generated from the git log when packaging a release. Commit messages should follow the GNOME commit
-message guidelines (http://live.gnome.org/Git/CommitMessages) with the exception that when a commit closes a bug, the short explanation of the commit
+message guidelines (https://wiki.gnome.org/Git/CommitMessages) with the exception that when a commit closes a bug, the short explanation of the commit
should simply be the bug's title, as copied from Bugzilla (e.g. "Bug 579885 – Add code examples to documentation"). The long explanation should then
be used to give details of the changes. If the bug's title is not relevant, it should be changed before committing the changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/NEWS new/gnome-directory-thumbnailer-0.1.2/NEWS
--- old/gnome-directory-thumbnailer-0.1.1/NEWS 2013-11-08 11:23:07.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/NEWS 2014-02-24 18:58:53.000000000 +0100
@@ -1,3 +1,18 @@
+Overview of changes from gnome-directory-thumbnailer 0.1.1 to 0.1.2
+===================================================================
+
+Major changes:
+ • Update DOAP file and website address
+
+Updated translations:
+ • cs (Marek Černocký)
+ • de (Christian Kirbach)
+ • el (Dimitris Spingos)
+ • es (Daniel Mustieles)
+ • hu (Balázs Úr)
+ • sr (Мирослав Николић)
+
+
Overview of changes from gnome-directory-thumbnailer 0.1.0 to 0.1.1
===================================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/README new/gnome-directory-thumbnailer-0.1.2/README
--- old/gnome-directory-thumbnailer-0.1.1/README 2013-10-16 12:52:16.000000000 +0200
+++ new/gnome-directory-thumbnailer-0.1.2/README 2014-02-24 18:56:29.000000000 +0100
@@ -39,4 +39,4 @@
=======
Philip Withnall <philip.withnall(a)collabora.co.uk>
-https://wiki.gnome.org/GnomeDirectoryThumbnailer
+https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/configure new/gnome-directory-thumbnailer-0.1.2/configure
--- old/gnome-directory-thumbnailer-0.1.1/configure 2013-11-08 11:23:30.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/configure 2014-02-24 19:00:19.000000000 +0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-directory-thumbnailer 0.1.1.
+# Generated by GNU Autoconf 2.69 for gnome-directory-thumbnailer 0.1.2.
#
# Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-directory-thumbnailer>.
#
@@ -591,10 +591,10 @@
# Identity of this package.
PACKAGE_NAME='gnome-directory-thumbnailer'
PACKAGE_TARNAME='gnome-directory-thumbnailer'
-PACKAGE_VERSION='0.1.1'
-PACKAGE_STRING='gnome-directory-thumbnailer 0.1.1'
+PACKAGE_VERSION='0.1.2'
+PACKAGE_STRING='gnome-directory-thumbnailer 0.1.2'
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-directory-thumbnailer'
-PACKAGE_URL='https://wiki.gnome.org/GnomeDirectoryThumbnailer'
+PACKAGE_URL='https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer'
ac_unique_file="src/main.c"
# Factoring default headers for most tests.
@@ -1386,7 +1386,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures gnome-directory-thumbnailer 0.1.1 to adapt to many kinds of systems.
+\`configure' configures gnome-directory-thumbnailer 0.1.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1457,7 +1457,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gnome-directory-thumbnailer 0.1.1:";;
+ short | recursive ) echo "Configuration of gnome-directory-thumbnailer 0.1.2:";;
esac
cat <<\_ACEOF
@@ -1518,7 +1518,7 @@
it to find libraries and programs with nonstandard names/locations.
Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-directory-thumbnailer>.
-gnome-directory-thumbnailer home page: <https://wiki.gnome.org/GnomeDirectoryThumbnailer>.
+gnome-directory-thumbnailer home page: <https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer>.
_ACEOF
ac_status=$?
fi
@@ -1581,7 +1581,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gnome-directory-thumbnailer configure 0.1.1
+gnome-directory-thumbnailer configure 0.1.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2071,7 +2071,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gnome-directory-thumbnailer $as_me 0.1.1, which was
+It was created by gnome-directory-thumbnailer $as_me 0.1.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4212,7 +4212,7 @@
# Define the identity of the package.
PACKAGE='gnome-directory-thumbnailer'
- VERSION='0.1.1'
+ VERSION='0.1.2'
cat >>confdefs.h <<_ACEOF
@@ -15450,7 +15450,7 @@
# gnome-directory-thumbnailer versioning
GDT_VERSION_MAJOR=0
GDT_VERSION_MINOR=1
-GDT_VERSION_MICRO=1
+GDT_VERSION_MICRO=2
@@ -16857,7 +16857,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gnome-directory-thumbnailer $as_me 0.1.1, which was
+This file was extended by gnome-directory-thumbnailer $as_me 0.1.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16918,13 +16918,13 @@
$config_commands
Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-directory-thumbnailer>.
-gnome-directory-thumbnailer home page: <https://wiki.gnome.org/GnomeDirectoryThumbnailer>."
+gnome-directory-thumbnailer home page: <https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gnome-directory-thumbnailer config.status 0.1.1
+gnome-directory-thumbnailer config.status 0.1.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/configure.ac new/gnome-directory-thumbnailer-0.1.2/configure.ac
--- old/gnome-directory-thumbnailer-0.1.1/configure.ac 2013-11-08 11:20:45.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/configure.ac 2014-02-24 18:56:29.000000000 +0100
@@ -3,9 +3,9 @@
# gnome-directory-thumbnailer release version
m4_define(gdt_version_major, 0)
m4_define(gdt_version_minor, 1)
-m4_define(gdt_version_micro, 1)
+m4_define(gdt_version_micro, 2)
-AC_INIT([gnome-directory-thumbnailer],[gdt_version_major.gdt_version_minor.gdt_version_micro],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-directory-thumbnailer],[gnome-directory-thumbnailer],[https://wiki.gnome.org/GnomeDirectoryThumbnailer])
+AC_INIT([gnome-directory-thumbnailer],[gdt_version_major.gdt_version_minor.gdt_version_micro],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-directory-thumbnailer],[gnome-directory-thumbnailer],[https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/gnome-directory-thumbnailer.doap new/gnome-directory-thumbnailer-0.1.2/gnome-directory-thumbnailer.doap
--- old/gnome-directory-thumbnailer-0.1.1/gnome-directory-thumbnailer.doap 2013-10-10 10:31:04.000000000 +0200
+++ new/gnome-directory-thumbnailer-0.1.2/gnome-directory-thumbnailer.doap 2014-02-24 18:56:29.000000000 +0100
@@ -5,7 +5,14 @@
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">gnome-directory-thumbnailer</name>
<shortdesc xml:lang="en">GNOME thumbnailer to generate thumbnails for directories</shortdesc>
- <homepage rdf:resource="https://wiki.gnome.org/GnomeDirectoryThumbnailer" />
+ <description xml:lang="en">
+ gnome-directory-thumbnailer is a GNOME thumbnailer utility which will generate
+ a thumbnail for a directory. It is intended to be called by gnome-desktop’s
+ thumbnailer code, but can be called manually as well.
+ </description>
+ <homepage rdf:resource="https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer" />
+ <download-page rdf:resource="http://download.gnome.org/sources/gnome-directory-thumbnailer/" />
+ <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-directory-thumbnailer" />
<maintainer>
<foaf:Person>
<foaf:name>Philip Withnall</foaf:name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/po/LINGUAS new/gnome-directory-thumbnailer-0.1.2/po/LINGUAS
--- old/gnome-directory-thumbnailer-0.1.1/po/LINGUAS 2013-11-08 11:10:06.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/po/LINGUAS 2014-02-24 18:56:29.000000000 +0100
@@ -1,5 +1,11 @@
# Please keep this list sorted alphabetically.
+cs
+de
+el
+es
+hu
pl
pt_BR
sl
-
+sr
+sr@latin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/po/cs.po new/gnome-directory-thumbnailer-0.1.2/po/cs.po
--- old/gnome-directory-thumbnailer-0.1.1/po/cs.po 1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/po/cs.po 2014-02-24 18:56:29.000000000 +0100
@@ -0,0 +1,84 @@
+# Czech translation for gnome-directory-thumbnailer.
+# Copyright (C) 2013 gnome-directory-thumbnailer's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnome-directory-thumbnailer package.
+#
+# Marek Černocký <marek(a)manet.cz>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-directory-thumbnailer master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"directory-thumbnailer&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2013-12-02 22:21+0000\n"
+"PO-Revision-Date: 2013-12-09 14:03+0100\n"
+"Last-Translator: Marek Černocký <marek(a)manet.cz>\n"
+"Language-Team: Czech <gnome-cs-list(a)gnome.org>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Gtranslator 2.91.6\n"
+
+#: ../src/main.c:347
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’."
+msgstr "Chyba při generování náhledu pro soubor „%s“."
+
+#: ../src/main.c:351
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’: recursion limit reached."
+msgstr ""
+"Chyba při generování náhledu pro soubor „%s“: naraženo na omezení rekurze."
+
+#: ../src/main.c:356
+#, c-format
+msgid ""
+"Error generating thumbnail for file ‘%s’: MIME type ‘%s’ is unsupported."
+msgstr ""
+"Chyba při generování náhledu pro soubor „%s“: typ MIME „%s“ není podporován."
+
+#. No error, but the directory was empty.
+#: ../src/main.c:399
+#, c-format
+msgid "Directory is empty."
+msgstr "Složka je prázdná."
+
+#: ../src/main.c:447
+msgid "Maximum size of the thumbnail in pixels (maximum width or height)"
+msgstr "Maximální velikost náhledu v pixelech (maximální šířka nebo výška)"
+
+#: ../src/main.c:448
+msgid "Show the normal folder icon as an overlay on the thumbnail"
+msgstr "Přes náhled zobrazovat normální ikonu složky"
+
+#: ../src/main.c:449
+msgid "[INPUT FILE] [OUTPUT FILE]"
+msgstr "[VSTUPNÍ SOUBOR] [VÝSTUPNÍ SOUBOR]"
+
+#. Handle the command line options.
+#. Translators: This is the command line description of what the application does. Please keep the em-dash (or an equivalent).
+#: ../src/main.c:485
+msgid "— Generate thumbnails for directories"
+msgstr "— Generovat náhledy pro složky"
+
+#: ../src/main.c:490
+#, c-format
+msgid "Couldn’t parse command line options: %s\n"
+msgstr "Nelze zpracovat přepínač příkazového řádku: %s\n"
+
+#: ../src/main.c:527
+#, c-format
+msgid "Couldn’t generate thumbnail for directory ‘%s’: %s\n"
+msgstr "Nelze vygenerovat náhled pro složku „%s“: %s\n"
+
+#. Failed to load the icon. Shame.
+#: ../src/main.c:615
+#, c-format
+msgid "Couldn’t load folder overlay icon: %s\n"
+msgstr "Nelze načíst ikonu složky pro překrytí: %s\n"
+
+#: ../src/main.c:638
+#, c-format
+msgid "Couldn’t save thumbnail to ‘%s’: %s\n"
+msgstr "Nelze uložit náhled do „%s“: %s\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/po/de.po new/gnome-directory-thumbnailer-0.1.2/po/de.po
--- old/gnome-directory-thumbnailer-0.1.1/po/de.po 1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/po/de.po 2014-02-24 18:56:29.000000000 +0100
@@ -0,0 +1,85 @@
+# German translation for gnome-directory-thumbnailer.
+# Copyright (C) 2014 gnome-directory-thumbnailer's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnome-directory-thumbnailer package.
+# Christian Kirbach <Christian.Kirbach(a)gmail.com>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-directory-thumbnailer master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"directory-thumbnailer&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-01-20 06:41+0000\n"
+"PO-Revision-Date: 2014-01-26 16:10+0100\n"
+"Last-Translator: Benjamin Steinwender <b(a)stbe.at>\n"
+"Language-Team: German <gnome-de(a)gnome.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 1.6.3\n"
+
+#: ../src/main.c:347
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’."
+msgstr "Fehler beim Erstellen des Vorschaubilds für die Datei »%s«."
+
+#: ../src/main.c:351
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’: recursion limit reached."
+msgstr ""
+"Fehler beim Erstellen des Vorschaubilds für die Datei »%s«: Rekursionsgrenze "
+"erreicht."
+
+#: ../src/main.c:356
+#, c-format
+msgid ""
+"Error generating thumbnail for file ‘%s’: MIME type ‘%s’ is unsupported."
+msgstr ""
+"Fehler beim Erstellen des Vorschaubilds für die Datei »%s«: MIME-Typ »%s« "
+"wird nicht unterstützt."
+
+#. No error, but the directory was empty.
+#: ../src/main.c:399
+#, c-format
+msgid "Directory is empty."
+msgstr "Ordner ist leer."
+
+#: ../src/main.c:447
+msgid "Maximum size of the thumbnail in pixels (maximum width or height)"
+msgstr "Maximale Größe der Vorschaubilder in Pixel (maximale Höhe oder Breite)"
+
+#: ../src/main.c:448
+msgid "Show the normal folder icon as an overlay on the thumbnail"
+msgstr "Das normale Ordnersymbol über das Vorschaubild legen"
+
+#: ../src/main.c:449
+msgid "[INPUT FILE] [OUTPUT FILE]"
+msgstr "[EINGABE-DATEI] [AUSGABE-DATEI]"
+
+#. Handle the command line options.
+#. Translators: This is the command line description of what the application does. Please keep the em-dash (or an equivalent).
+#: ../src/main.c:485
+msgid "— Generate thumbnails for directories"
+msgstr "— Vorschaubilder für Ordner erstellen"
+
+#: ../src/main.c:490
+#, c-format
+msgid "Couldn’t parse command line options: %s\n"
+msgstr "Die Befehlszeilenoptionen konnten nicht verarbeitet werden: %s\n"
+
+#: ../src/main.c:527
+#, c-format
+msgid "Couldn’t generate thumbnail for directory ‘%s’: %s\n"
+msgstr "Vorschaubild für Ordner »%s« konnte nicht erstellt werden: %s\n"
+
+#. Failed to load the icon. Shame.
+#: ../src/main.c:615
+#, c-format
+msgid "Couldn’t load folder overlay icon: %s\n"
+msgstr "Symbol zum Überlegen über den Ordner konnte nicht geladen werden: %s\n"
+
+#: ../src/main.c:638
+#, c-format
+msgid "Couldn’t save thumbnail to ‘%s’: %s\n"
+msgstr "Vorschaubilder konnte nicht unter »%s« gespeichert werden: %s\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/po/el.po new/gnome-directory-thumbnailer-0.1.2/po/el.po
--- old/gnome-directory-thumbnailer-0.1.1/po/el.po 1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/po/el.po 2014-02-24 18:56:29.000000000 +0100
@@ -0,0 +1,87 @@
+# Greek translation for gnome-directory-thumbnailer.
+# Copyright (C) 2014 gnome-directory-thumbnailer's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnome-directory-thumbnailer package.
+# Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32(a)gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-directory-thumbnailer master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"directory-thumbnailer&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2013-12-18 20:37+0000\n"
+"PO-Revision-Date: 2014-01-19 19:21+0300\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32(a)gmail.com>\n"
+"Language-Team: team(a)lists.gnome.gr\n"
+"Language: el\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Virtaal 0.7.0\n"
+"X-Project-Style: gnome\n"
+
+#: ../src/main.c:347
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’."
+msgstr "Σφάλμα κατά τη δημιουργία μικρογραφίας για το αρχείο ‘%s’."
+
+#: ../src/main.c:351
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’: recursion limit reached."
+msgstr ""
+"Σφάλμα κατά τη δημιουργία μικρογραφίας για το αρχείο ‘%s’: έφτασε το όριο "
+"επανάληψης."
+
+#: ../src/main.c:356
+#, c-format
+msgid ""
+"Error generating thumbnail for file ‘%s’: MIME type ‘%s’ is unsupported."
+msgstr ""
+"Σφάλμα κατά τη δημιουργία μικρογραφίας για το αρχείο‘%s’: ο τύπος MIME του "
+"‘%s’ δεν υποστηρίζεται."
+
+#. No error, but the directory was empty.
+#: ../src/main.c:399
+#, c-format
+msgid "Directory is empty."
+msgstr "Ο κατάλογος είναι κενός."
+
+#: ../src/main.c:447
+msgid "Maximum size of the thumbnail in pixels (maximum width or height)"
+msgstr ""
+"Το μέγιστο μέγεθος της μικρογραφίας σε εικονοστοιχεία (μέγιστο πλάτος ή ύψος)"
+
+#: ../src/main.c:448
+msgid "Show the normal folder icon as an overlay on the thumbnail"
+msgstr ""
+"Εμφάνιση του κανονικού εικονιδίου φακέλου ως επικάλυψη της μικρογραφίας"
+
+#: ../src/main.c:449
+msgid "[INPUT FILE] [OUTPUT FILE]"
+msgstr "[ΑΡΧΕΙΟ ΕΙΣΟΔΟΥ] [ΑΡΧΕΙΟ ΕΞΟΔΟΥ]"
+
+#. Handle the command line options.
+#. Translators: This is the command line description of what the application does. Please keep the em-dash (or an equivalent).
+#: ../src/main.c:485
+msgid "— Generate thumbnails for directories"
+msgstr "— Δημιουργία μικρογραφιών για καταλόγους"
+
+#: ../src/main.c:490
+#, c-format
+msgid "Couldn’t parse command line options: %s\n"
+msgstr "Αδυναμία ανάλυσης επιλογών γραμμής εντολών: %s\n"
+
+#: ../src/main.c:527
+#, c-format
+msgid "Couldn’t generate thumbnail for directory ‘%s’: %s\n"
+msgstr "Αδύνατη η δημιουργία μικρογραφίας για τον κατάλογο ‘%s’: %s\n"
+
+#. Failed to load the icon. Shame.
+#: ../src/main.c:615
+#, c-format
+msgid "Couldn’t load folder overlay icon: %s\n"
+msgstr "Αδύνατη η φόρτωση εικονιδίου επικάλυψης φακέλου: %s\n"
+
+#: ../src/main.c:638
+#, c-format
+msgid "Couldn’t save thumbnail to ‘%s’: %s\n"
+msgstr "Αδύνατη η αποθήκευση μικρογραφίας στο ‘%s’: %s\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/po/es.po new/gnome-directory-thumbnailer-0.1.2/po/es.po
--- old/gnome-directory-thumbnailer-0.1.1/po/es.po 1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/po/es.po 2014-02-24 18:56:29.000000000 +0100
@@ -0,0 +1,85 @@
+# Spanish translation for gnome-directory-thumbnailer.
+# Copyright (C) 2013 gnome-directory-thumbnailer's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnome-directory-thumbnailer package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# Daniel Mustieles <daniel.mustieles(a)gmail.com>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-directory-thumbnailer master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"directory-thumbnailer&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2013-11-18 16:19+0000\n"
+"PO-Revision-Date: 2013-11-20 14:17+0100\n"
+"Last-Translator: Daniel Mustieles <daniel.mustieles(a)gmail.com>\n"
+"Language-Team: Español <gnome-es-list(a)gnome.org>\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+
+#: ../src/main.c:347
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’."
+msgstr "Error al crear la miniatura para el archivo «%s»."
+
+#: ../src/main.c:351
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’: recursion limit reached."
+msgstr ""
+"Error al crear la miniatura para el archivo «%s»: se ha alcanzado el límite "
+"de recursos."
+
+#: ../src/main.c:356
+#, c-format
+msgid ""
+"Error generating thumbnail for file ‘%s’: MIME type ‘%s’ is unsupported."
+msgstr ""
+"Error al crear la miniatura para el archivo «%s»: el tipo MIME «%s» no está "
+"soportado."
+
+#. No error, but the directory was empty.
+#: ../src/main.c:399
+#, c-format
+msgid "Directory is empty."
+msgstr "La carpeta está vacía."
+
+#: ../src/main.c:447
+msgid "Maximum size of the thumbnail in pixels (maximum width or height)"
+msgstr "Tamaño máximo de la miniatura en píxeles (anchura o altura máximas)"
+
+#: ../src/main.c:448
+msgid "Show the normal folder icon as an overlay on the thumbnail"
+msgstr "Mostrar el icono normal de la carpeta superpuesto sobre la miniatura"
+
+#: ../src/main.c:449
+msgid "[INPUT FILE] [OUTPUT FILE]"
+msgstr "[ARCHIVO_ENTRADA] [ARCHIVO_SALIDA]"
+
+#. Handle the command line options.
+#. Translators: This is the command line description of what the application does. Please keep the em-dash (or an equivalent).
+#: ../src/main.c:485
+msgid "— Generate thumbnails for directories"
+msgstr "— Generar miniaturas para carpetas"
+
+#: ../src/main.c:490
+#, c-format
+msgid "Couldn’t parse command line options: %s\n"
+msgstr "No se pudieron analizar las opciones de la línea de comandos: %s\n"
+
+#: ../src/main.c:527
+#, c-format
+msgid "Couldn’t generate thumbnail for directory ‘%s’: %s\n"
+msgstr "No se pudo generar la miniatura para la carpeta «%s»: %s\n"
+
+#. Failed to load the icon. Shame.
+#: ../src/main.c:615
+#, c-format
+msgid "Couldn’t load folder overlay icon: %s\n"
+msgstr "No se pudo cargar el icono superpuesto de la carpeta: %s\n"
+
+#: ../src/main.c:638
+#, c-format
+msgid "Couldn’t save thumbnail to ‘%s’: %s\n"
+msgstr "No se pudo guardar la miniatura en «%s»: %s\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/po/hu.po new/gnome-directory-thumbnailer-0.1.2/po/hu.po
--- old/gnome-directory-thumbnailer-0.1.1/po/hu.po 1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/po/hu.po 2014-02-24 18:56:29.000000000 +0100
@@ -0,0 +1,87 @@
+# Hungarian translation for gnome-directory-thumbnailer.
+# Copyright (C) 2013 gnome-directory-thumbnailer's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnome-directory-thumbnailer package.
+#
+# Balázs Úr <urbalazs(a)gmail.com>, 2013.
+# Balázs Úr <urbalazs at gmail dot com>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-directory-thumbnailer master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"directory-thumbnailer&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2013-11-08 10:28+0000\n"
+"PO-Revision-Date: 2013-11-18 17:19+0100\n"
+"Last-Translator: Balázs Úr <urbalazs at gmail dot com>\n"
+"Language-Team: Hungarian <gnome-hu-list(a)gnome.org>\n"
+"Language: hu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.2\n"
+
+#: ../src/main.c:347
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’."
+msgstr "Hiba a(z) „%s” fájl bélyegképnek előállításakor."
+
+#: ../src/main.c:351
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’: recursion limit reached."
+msgstr ""
+"Hiba a(z) „%s” fájl bélyegképnek előállításakor: rekurziókorlát elérve."
+
+#: ../src/main.c:356
+#, c-format
+msgid ""
+"Error generating thumbnail for file ‘%s’: MIME type ‘%s’ is unsupported."
+msgstr ""
+"Hiba a(z) „%s” fájl bélyegképnek előállításakor: a(z) „%s” MIME-típus nem "
+"támogatott."
+
+#. No error, but the directory was empty.
+#: ../src/main.c:399
+#, c-format
+msgid "Directory is empty."
+msgstr "A könyvtár üres."
+
+#: ../src/main.c:447
+msgid "Maximum size of the thumbnail in pixels (maximum width or height)"
+msgstr ""
+"A bélyegkép maximális mérete képpontban (maximális szélesség vagy magasság)"
+
+#: ../src/main.c:448
+msgid "Show the normal folder icon as an overlay on the thumbnail"
+msgstr "A normál mappaikon megjelenítése borításként a bélyegképen"
+
+#: ../src/main.c:449
+msgid "[INPUT FILE] [OUTPUT FILE]"
+msgstr "[BEMENETI FÁJL] [KIMENETI FÁJL]"
+
+#. Handle the command line options.
+#. Translators: This is the command line description of what the application does. Please keep the em-dash (or an equivalent).
+#: ../src/main.c:485
+msgid "— Generate thumbnails for directories"
+msgstr "— Bélyegképek elállítása a könyvtárakhoz"
+
+#: ../src/main.c:490
+#, c-format
+msgid "Couldn’t parse command line options: %s\n"
+msgstr "Nem sikerült feldolgozni a parancssori kapcsolókat: %s\n"
+
+#: ../src/main.c:527
+#, c-format
+msgid "Couldn’t generate thumbnail for directory ‘%s’: %s\n"
+msgstr "Nem sikerült bélyegképet előállítani a(z) „%s” könyvtárhoz: %s\n"
+
+#. Failed to load the icon. Shame.
+#: ../src/main.c:615
+#, c-format
+msgid "Couldn’t load folder overlay icon: %s\n"
+msgstr "Nem sikerült betölteni a mappafedő ikont: %s\n"
+
+#: ../src/main.c:638
+#, c-format
+msgid "Couldn’t save thumbnail to ‘%s’: %s\n"
+msgstr "Nem sikerült elmenteni a bélyegképet ide: „%s”: %s\n"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/po/sr.po new/gnome-directory-thumbnailer-0.1.2/po/sr.po
--- old/gnome-directory-thumbnailer-0.1.1/po/sr.po 1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/po/sr.po 2014-02-24 18:56:29.000000000 +0100
@@ -0,0 +1,84 @@
+# Serbian translation for gnome-directory-thumbnailer.
+# Copyright (C) 2014 gnome-directory-thumbnailer's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnome-directory-thumbnailer package.
+# Мирослав Николић <miroslavnikolic(a)rocketmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-directory-thumbnailer master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"directory-thumbnailer&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-01-26 16:57+0000\n"
+"PO-Revision-Date: 2014-01-29 11:15+0200\n"
+"Last-Translator: Мирослав Николић <miroslavnikolic(a)rocketmail.com>\n"
+"Language-Team: Serbian <gnom(a)prevod.org>\n"
+"Language: sr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1? 3 : n%10==1 && n%100!=11 ? 0 : "
+"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Project-Style: gnome\n"
+
+#: ../src/main.c:347
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’."
+msgstr "Грешка стварања минијатуре за датотеку „%s“."
+
+#: ../src/main.c:351
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’: recursion limit reached."
+msgstr ""
+"Грешка стварања минијатуре за датотеку „%s“: достигнуто је ограничење "
+"дубачења."
+
+#: ../src/main.c:356
+#, c-format
+msgid ""
+"Error generating thumbnail for file ‘%s’: MIME type ‘%s’ is unsupported."
+msgstr ""
+"Грешка стварања минијатуре за датотеку „%s“: МИМЕ врста „%s“ није подржана."
+
+#. No error, but the directory was empty.
+#: ../src/main.c:399
+#, c-format
+msgid "Directory is empty."
+msgstr "Директоријум је празан."
+
+#: ../src/main.c:447
+msgid "Maximum size of the thumbnail in pixels (maximum width or height)"
+msgstr "Највећа величина минијатуре у тачкицама (највећа ширина или висина)"
+
+#: ../src/main.c:448
+msgid "Show the normal folder icon as an overlay on the thumbnail"
+msgstr "Прикажи нормалну иконицу фасцикле као преклапање минијатуре"
+
+#: ../src/main.c:449
+msgid "[INPUT FILE] [OUTPUT FILE]"
+msgstr "[УЛАЗНА ДАТОТЕКА] [ИЗЛАЗНА ДАТОТЕКА]"
+
+#. Handle the command line options.
+#. Translators: This is the command line description of what the application does. Please keep the em-dash (or an equivalent).
+#: ../src/main.c:485
+msgid "— Generate thumbnails for directories"
+msgstr "— Направите минијатуре за директоријуме"
+
+#: ../src/main.c:490
+#, c-format
+msgid "Couldn’t parse command line options: %s\n"
+msgstr "Не могу да обрадим опције наредбе: %s\n"
+
+#: ../src/main.c:527
+#, c-format
+msgid "Couldn’t generate thumbnail for directory ‘%s’: %s\n"
+msgstr "Не могу да створим минијатуру за директоријум „%s“: %s\n"
+
+#. Failed to load the icon. Shame.
+#: ../src/main.c:615
+#, c-format
+msgid "Couldn’t load folder overlay icon: %s\n"
+msgstr "Не могу да учитам иконицу преклапања фасцикле: %s\n"
+
+#: ../src/main.c:638
+#, c-format
+msgid "Couldn’t save thumbnail to ‘%s’: %s\n"
+msgstr "Не могу да сачувам минијатуру у „%s“: %s\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-directory-thumbnailer-0.1.1/po/sr(a)latin.po new/gnome-directory-thumbnailer-0.1.2/po/sr(a)latin.po
--- old/gnome-directory-thumbnailer-0.1.1/po/sr(a)latin.po 1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-directory-thumbnailer-0.1.2/po/sr(a)latin.po 2014-02-24 18:56:29.000000000 +0100
@@ -0,0 +1,84 @@
+# Serbian translation for gnome-directory-thumbnailer.
+# Copyright (C) 2014 gnome-directory-thumbnailer's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnome-directory-thumbnailer package.
+# Miroslav Nikolić <miroslavnikolic(a)rocketmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-directory-thumbnailer master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"directory-thumbnailer&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-01-26 16:57+0000\n"
+"PO-Revision-Date: 2014-01-29 11:15+0200\n"
+"Last-Translator: Miroslav Nikolić <miroslavnikolic(a)rocketmail.com>\n"
+"Language-Team: Serbian <gnom(a)prevod.org>\n"
+"Language: sr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1? 3 : n%10==1 && n%100!=11 ? 0 : "
+"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Project-Style: gnome\n"
+
+#: ../src/main.c:347
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’."
+msgstr "Greška stvaranja minijature za datoteku „%s“."
+
+#: ../src/main.c:351
+#, c-format
+msgid "Error generating thumbnail for file ‘%s’: recursion limit reached."
+msgstr ""
+"Greška stvaranja minijature za datoteku „%s“: dostignuto je ograničenje "
+"dubačenja."
+
+#: ../src/main.c:356
+#, c-format
+msgid ""
+"Error generating thumbnail for file ‘%s’: MIME type ‘%s’ is unsupported."
+msgstr ""
+"Greška stvaranja minijature za datoteku „%s“: MIME vrsta „%s“ nije podržana."
+
+#. No error, but the directory was empty.
+#: ../src/main.c:399
+#, c-format
+msgid "Directory is empty."
+msgstr "Direktorijum je prazan."
+
+#: ../src/main.c:447
+msgid "Maximum size of the thumbnail in pixels (maximum width or height)"
+msgstr "Najveća veličina minijature u tačkicama (najveća širina ili visina)"
+
+#: ../src/main.c:448
+msgid "Show the normal folder icon as an overlay on the thumbnail"
+msgstr "Prikaži normalnu ikonicu fascikle kao preklapanje minijature"
+
+#: ../src/main.c:449
+msgid "[INPUT FILE] [OUTPUT FILE]"
+msgstr "[ULAZNA DATOTEKA] [IZLAZNA DATOTEKA]"
+
+#. Handle the command line options.
+#. Translators: This is the command line description of what the application does. Please keep the em-dash (or an equivalent).
+#: ../src/main.c:485
+msgid "— Generate thumbnails for directories"
+msgstr "— Napravite minijature za direktorijume"
+
+#: ../src/main.c:490
+#, c-format
+msgid "Couldn’t parse command line options: %s\n"
+msgstr "Ne mogu da obradim opcije naredbe: %s\n"
+
+#: ../src/main.c:527
+#, c-format
+msgid "Couldn’t generate thumbnail for directory ‘%s’: %s\n"
+msgstr "Ne mogu da stvorim minijaturu za direktorijum „%s“: %s\n"
+
+#. Failed to load the icon. Shame.
+#: ../src/main.c:615
+#, c-format
+msgid "Couldn’t load folder overlay icon: %s\n"
+msgstr "Ne mogu da učitam ikonicu preklapanja fascikle: %s\n"
+
+#: ../src/main.c:638
+#, c-format
+msgid "Couldn’t save thumbnail to ‘%s’: %s\n"
+msgstr "Ne mogu da sačuvam minijaturu u „%s“: %s\n"
--
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 fence-agents for openSUSE:Factory checked in at 2014-02-26 06:57:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fence-agents (Old)
and /work/SRC/openSUSE:Factory/.fence-agents.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fence-agents"
Changes:
--------
--- /work/SRC/openSUSE:Factory/fence-agents/fence-agents.changes 2014-01-13 13:49:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fence-agents.new/fence-agents.changes 2014-02-26 06:57:38.000000000 +0100
@@ -1,0 +2,22 @@
+Tue Feb 18 10:00:55 UTC 2014 - kgronlund(a)suse.com
+
+- Update to version 4.0.7
+
+ + support for firmware v1.40 for WTI (MPC series)
+
+ + nss_wrapper used for fence_ilo was replaced by gnutls-cli
+
+ + --delay was not respected in fence_vmware_soap
+
+ + fabric fence agents have 'off' as default action
+
+ + fence_scsi now generates correct key on corosync clusters
+
+ + regression was found in fence_ipmilan where -P and -L were
+ interchanged on command line
+ (there was no problem with long options and input from STDIN)
+
+ + fence_vmware_soap now fails with proper error message when user does
+ not have enough privileges
+
+-------------------------------------------------------------------
Old:
----
fence-agents-4.0.6.tar.xz
New:
----
fence-agents-4.0.7.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fence-agents.spec ++++++
--- /var/tmp/diff_new_pack.kSLT9N/_old 2014-02-26 06:57:39.000000000 +0100
+++ /var/tmp/diff_new_pack.kSLT9N/_new 2014-02-26 06:57:39.000000000 +0100
@@ -22,7 +22,7 @@
Summary: Fence Agents for Pacemaker from RHCS
License: GPL-2.0 and LGPL-2.1
Group: Productivity/Clustering/HA
-Version: 4.0.6
+Version: 4.0.7
Release: 0
Url: http://git.fedorahosted.org/git/fence-agents.git
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.xz
++++++ fence-agents-4.0.6.tar.xz -> fence-agents-4.0.7.tar.xz ++++++
++++ 2494 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/.tarball-version new/fence-agents-4.0.7/.tarball-version
--- old/fence-agents-4.0.6/.tarball-version 2014-01-10 14:05:27.000000000 +0100
+++ new/fence-agents-4.0.7/.tarball-version 2014-02-17 16:25:49.000000000 +0100
@@ -1 +1 @@
-4.0.6
+4.0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/.version new/fence-agents-4.0.7/.version
--- old/fence-agents-4.0.6/.version 2014-01-10 14:05:26.000000000 +0100
+++ new/fence-agents-4.0.7/.version 2014-02-17 16:25:47.000000000 +0100
@@ -1 +1 @@
-4.0.6
+4.0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/ChangeLog new/fence-agents-4.0.7/ChangeLog
--- old/fence-agents-4.0.6/ChangeLog 2014-01-10 14:05:27.000000000 +0100
+++ new/fence-agents-4.0.7/ChangeLog 2014-02-17 16:25:49.000000000 +0100
@@ -1,3 +1,51 @@
+2014-02-17 Marek 'marx' Grac <mgrac(a)redhat.com>
+
+ fence_vmware_soap: Unknown exception fixed
+ Resolves: rhbz#1018780
+
+ fence_ilo: Replacing nss_wrapper with gnutls-cli
+ SSLv2 was disabled in nss package (rhbz#1001841), ilo2 now supports also SSLv3
+ and it is possible to use standard tool for communication.
+
+ fence_ipmilan: Mismatch between device options and getopt arguments (-L / -P)
+
+2014-01-29 Marek 'marx' Grac <mgrac(a)redhat.com>
+
+ fence_wti: Add support for firmware v1.40 (on MPC device)
+ Previously, named groups were tested only on firmware v1.43 (on NPS device).
+
+2014-01-27 Marek 'marx' Grac <mgrac(a)redhat.com>
+
+ fencing: Do not output duplicities in metadata
+ With DEPENDENCY_OPT it becomes possible that items in device_opt can occur multiple times easily as they
+ are added automatically (e.g. 'password' imports also 'password_script'). This lead to a situation when
+ eveyrything works but XML metadata contains this item multiple times and metadata can not be used properly
+ by cluster stack.
+
+2014-01-23 Marek 'marx' Grac <mgrac(a)redhat.com>
+
+ fence_kdump: Add vendor-url to metadata
+ Resolves: rhbz#1022529
+
+ fence_scsi: Change path to corosync from /sbin to /usr/sbin
+ /sbin is just a symlink to /usr/bin - so it does not impact functionality
+
+2014-01-22 Marek 'marx' Grac <mgrac(a)redhat.com>
+
+ fence_scsi: Replace automatic key generation to work with corosync clusters instead of cman
+ Resolves: rhbz#994466
+
+ fencing: Fabric fence agents should have default action "off"
+ Previously, when you have run fence agent without -o XYZ, reboot was performed. Fabric fence agents do not have them
+ so fence agent fails. This update does not fix only this issue but also text --help and in manual pages.
+
+ Resolves: rhbz#1021392
+
+2014-01-10 Marek 'marx' Grac <mgrac(a)redhat.com>
+
+ fence_vmware_soap: --delay is not respected
+ Because fence agent do not use standard login process, support for the --delay has to be added.
+
2014-01-10 Ondrej Mular <omular(a)redhat.com>
fence_ipmilan: add long description
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/configure.ac new/fence-agents-4.0.7/configure.ac
--- old/fence-agents-4.0.6/configure.ac 2014-01-10 13:52:12.000000000 +0100
+++ new/fence-agents-4.0.7/configure.ac 2014-02-17 14:16:06.000000000 +0100
@@ -166,6 +166,7 @@
## path to 3rd-party binaries
AC_PATH_PROG([IPMITOOL_PATH], [ipmitool], [/usr/bin/ipmitool])
AC_PATH_PROG([AMTTOOL_PATH], [amttool], [/usr/bin/amttool])
+AC_PATH_PROG([GNUTLSCLI_PATH], [gnutlscli], [/usr/bin/gnutls-cli])
## do subst
AC_SUBST([DEFAULT_CONFIG_DIR])
@@ -284,7 +285,6 @@
fence/agents/manual/Makefile
fence/agents/mcdata/Makefile
fence/agents/netio/Makefile
- fence/agents/nss_wrapper/Makefile
fence/agents/rackswitch/Makefile
fence/agents/ovh/Makefile
fence/agents/rhevm/Makefile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/fence/agents/Makefile.am new/fence-agents-4.0.7/fence/agents/Makefile.am
--- old/fence-agents-4.0.6/fence/agents/Makefile.am 2013-03-06 15:14:11.000000000 +0100
+++ new/fence-agents-4.0.7/fence/agents/Makefile.am 2014-02-17 14:15:44.000000000 +0100
@@ -1,5 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = lib \
- nss_wrapper \
$(AGENTS_LIST)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/fence/agents/ipmilan/fence_ipmilan.py new/fence-agents-4.0.7/fence/agents/ipmilan/fence_ipmilan.py
--- old/fence-agents-4.0.6/fence/agents/ipmilan/fence_ipmilan.py 2014-01-10 13:52:48.000000000 +0100
+++ new/fence-agents-4.0.7/fence/agents/ipmilan/fence_ipmilan.py 2014-02-17 13:59:34.000000000 +0100
@@ -113,9 +113,9 @@
def define_new_opts():
all_opt["lanplus"] = {
- "getopt" : "L",
+ "getopt" : "P",
"longopt" : "lanplus",
- "help" : "-L, --lanplus Use Lanplus to improve security of connection",
+ "help" : "-P, --lanplus Use Lanplus to improve security of connection",
"required" : "0",
"default" : "0",
"shortdesc" : "Use Lanplus to improve security of connection",
@@ -140,9 +140,9 @@
"order": 1
}
all_opt["privlvl"] = {
- "getopt" : "P:",
+ "getopt" : "L:",
"longopt" : "privlvl",
- "help" : "-P, --privlvl=[level] Privilege level on IPMI device (callback|user|operator|administrator)",
+ "help" : "-L, --privlvl=[level] Privilege level on IPMI device (callback|user|operator|administrator)",
"required" : "0",
"shortdesc" : "Privilege level on IPMI device",
"default" : "administrator",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/fence/agents/kdump/fence_kdump.c new/fence-agents-4.0.7/fence/agents/kdump/fence_kdump.c
--- old/fence-agents-4.0.6/fence/agents/kdump/fence_kdump.c 2013-03-06 15:14:11.000000000 +0100
+++ new/fence-agents-4.0.7/fence/agents/kdump/fence_kdump.c 2014-02-17 13:59:34.000000000 +0100
@@ -178,6 +178,7 @@
fprintf (stdout, "<longdesc>");
fprintf (stdout, "The fence_kdump agent is intended to be used with with kdump service.");
fprintf (stdout, "</longdesc>\n");
+ fprintf (stdout, "<vendor-url>http://www.kernel.org/pub/linux/utils/kernel/kexec/</vendor-url>\n");
fprintf (stdout, "<parameters>\n");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/fence/agents/lib/fencing.py.py new/fence-agents-4.0.7/fence/agents/lib/fencing.py.py
--- old/fence-agents-4.0.6/fence/agents/lib/fencing.py.py 2014-01-10 13:52:42.000000000 +0100
+++ new/fence-agents-4.0.7/fence/agents/lib/fencing.py.py 2014-02-17 14:09:28.000000000 +0100
@@ -28,7 +28,7 @@
TELNET_PATH = "/usr/bin/telnet"
SSH_PATH = "/usr/bin/ssh"
-SSL_PATH = "@LIBEXECDIR@/fence_nss_wrapper"
+SSL_PATH = "@GNUTLSCLI_PATH@"
SUDO_PATH = "/usr/bin/sudo"
all_opt = {
@@ -440,7 +440,8 @@
print " " + value["help"]
def metadata(avail_opt, options, docs):
- sorted_list = [ (key, all_opt[key]) for key in avail_opt ]
+ # avail_opt has to be unique, if there are duplicities then they should be removed
+ sorted_list = [ (key, all_opt[key]) for key in list(set(avail_opt)) ]
sorted_list.sort(lambda x, y: cmp(x[1]["order"], y[1]["order"]))
print "<?xml version=\"1.0\" ?>"
@@ -618,6 +619,10 @@
else:
all_opt["login"]["required"] = "0"
+ if device_opt.count("fabric_fencing"):
+ all_opt["action"]["default"] = "off"
+ all_opt["action"]["help"] = "-o, --action=[action] Action: status, off (default) or on"
+
## Set default values
#####
for opt in device_opt:
@@ -955,11 +960,10 @@
re_pass = re.compile("(password)|(pass phrase)", re.IGNORECASE)
if options.has_key("--ssl"):
- command = '%s %s %s %s' % (SSL_PATH, force_ipvx, options["--ip"], options["--ipport"])
+ command = '%s --insecure --crlf -p %s %s' % (SSL_PATH, options["--ipport"], options["--ip"])
try:
conn = fspawn(options, command)
except pexpect.ExceptionPexpect, ex:
- ## SSL telnet is part of the fencing package
sys.stderr.write(str(ex) + "\n")
syslog.syslog(syslog.LOG_ERR, str(ex))
sys.exit(EC_GENERIC_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/fence/agents/nss_wrapper/Makefile.am new/fence-agents-4.0.7/fence/agents/nss_wrapper/Makefile.am
--- old/fence-agents-4.0.6/fence/agents/nss_wrapper/Makefile.am 2014-01-10 13:52:12.000000000 +0100
+++ new/fence-agents-4.0.7/fence/agents/nss_wrapper/Makefile.am 1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-libexec_PROGRAMS = fence_nss_wrapper
-
-fence_nss_wrapper_CFLAGS = $(nss_CFLAGS) $(nspr_CFLAGS)
-
-fence_nss_wrapper_LDFLAGS = $(nss_LIBS) $(nspr_LIBS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/fence/agents/nss_wrapper/fence_nss_wrapper.c new/fence-agents-4.0.7/fence/agents/nss_wrapper/fence_nss_wrapper.c
--- old/fence-agents-4.0.6/fence/agents/nss_wrapper/fence_nss_wrapper.c 2013-03-06 15:14:11.000000000 +0100
+++ new/fence-agents-4.0.7/fence/agents/nss_wrapper/fence_nss_wrapper.c 1970-01-01 01:00:00.000000000 +0100
@@ -1,484 +0,0 @@
-/** @file fence_nss_wrapper.c - Main source code of hobbit like tool with
- support for NSS (SSL) connection.
-*/
-#include "clusterautoconfig.h"
-
-#include <stdio.h>
-#include <nss.h>
-#include <ssl.h>
-#include <prio.h>
-#include <prnetdb.h>
-#include <prerror.h>
-#include <prinit.h>
-#include <getopt.h>
-#include <libgen.h>
-
-/*---- CONSTANTS -------------*/
-
-/** Default operation = connect and telnet*/
-#define OPERATION_DEFAULT 0
-/** Operation display help*/
-#define OPERATION_HELP 1
-
-/** Default mode of connection. Try first found working address*/
-#define MODE_DEFAULT 3
-/** Use only IPv4*/
-#define MODE_IP4MODE 1
-/** Use only IPv6*/
-#define MODE_IP6MODE 2
-/** Use RAW mode - no change of \r and \n to \r\n*/
-#define MODE_RAW 4
-/** Use non-secure mode (without SSL, only pure socket)*/
-#define MODE_NO_SSL 8
-
-/*------ Functions ---------------*/
-
-/** Return port inserted in string. Fuction tests, if port is integer, and than return
- integer value of string. Otherwise, it will use /etc/services. On fail, it returns
- port -1.
- @param port_s Input port or service name
- @return port number (converted with ntohs) on success, otherwise -1.
-*/
-static int return_port(char *port_s) {
- char *end_c;
- int res;
- struct servent *serv;
-
- res=strtol(port_s,&end_c,10);
-
- if (*end_c=='\0') return res;
-
- /*It's not number, so try service name*/
- serv=getservbyname(port_s,NULL);
-
- if (serv==NULL) return -1;
-
- return ntohs(serv->s_port);
-}
-
-/** Hook handler for bad certificate (because we have no DB, EVERY certificate is bad).
- Returned value is always SECSuccess = it's ok certificate.
- @param arg NULL value
- @param fd socket cased error
- @return SECSuccess.
-*/
-static SECStatus nss_bad_cert_hook(void *arg,PRFileDesc *fd) {
- return SECSuccess;
-}
-
-/** Display last NSPR/NSS error code and user readable message.
-*/
-static void print_nspr_error(void) {
- fprintf(stderr,"Error (%d): %s\n",PR_GetError(),PR_ErrorToString(PR_GetError(),PR_LANGUAGE_I_DEFAULT));
-}
-
-/** Initialize NSS. NSS is initialized without DB and with
- domnestic policy.
- @return 1 on success, otherwise 0.
-*/
-static int init_nss(void) {
- if ((NSS_NoDB_Init(NULL)!=SECSuccess) ||
- (NSS_SetDomesticPolicy()!=SECSuccess)) {
- print_nspr_error();
-
- return 0;
- }
-
- SSL_ClearSessionCache();
-
- return 1;
-}
-
-/** Create socket. If ssl is >0, socket is ssl enabled.
- @param ssl Enable ssl (Client, SSL2+3, no TLS, compatible hello) if PR_TRUE, otherwise no.
- @param ipv6 New socket will be IPv4 if this value is 0, otherwise it will be ipv6
- @return NULL on error, otherwise socket.
-*/
-static PRFileDesc *create_socket(int ssl,int ipv6) {
- PRFileDesc *res_socket;
-
- res_socket=PR_OpenTCPSocket((ipv6?PR_AF_INET6:PR_AF_INET));
- if (res_socket==NULL) {
- print_nspr_error();
-
- return NULL;
- }
-
- if (!ssl) return res_socket;
-
- if (!(res_socket=SSL_ImportFD(NULL,res_socket))) {
- print_nspr_error();
-
- return NULL;
- }
-
- if ((SSL_OptionSet(res_socket,SSL_SECURITY,ssl)!=SECSuccess) ||
- (SSL_OptionSet(res_socket,SSL_HANDSHAKE_AS_SERVER,PR_FALSE)!=SECSuccess) ||
- (SSL_OptionSet(res_socket,SSL_HANDSHAKE_AS_CLIENT,PR_TRUE)!=SECSuccess) ||
- (SSL_OptionSet(res_socket,SSL_ENABLE_SSL2,ssl)!=SECSuccess) ||
- (SSL_OptionSet(res_socket,SSL_ENABLE_SSL3,ssl)!=SECSuccess) ||
- (SSL_OptionSet(res_socket,SSL_ENABLE_TLS,PR_FALSE)!=SECSuccess) ||
- (SSL_OptionSet(res_socket,SSL_V2_COMPATIBLE_HELLO,ssl)!=SECSuccess) ||
- (SSL_SetPKCS11PinArg(res_socket,NULL)==-1) ||
- (SSL_AuthCertificateHook(res_socket,SSL_AuthCertificate,CERT_GetDefaultCertDB())!=SECSuccess) ||
- (SSL_BadCertHook(res_socket,nss_bad_cert_hook,NULL)!=SECSuccess)) {
- print_nspr_error();
-
- if (PR_Close(res_socket)!=PR_SUCCESS) {
- print_nspr_error();
- }
-
- return NULL;
- }
-
- return res_socket;
-}
-
-/** Create socket and connect to it.
- @param hostname Hostname to connect
- @param port Port name/number to connect
- @param mode Connection mode. Bit-array of MODE_NO_SSL, MODE_IP6MODE, MODE_IP4MODE.
- @return NULL on error, otherwise connected socket.
-*/
-static PRFileDesc *create_connected_socket(char *hostname,int port,int mode) {
- PRAddrInfo *addr_info;
- void *addr_iter;
- PRNetAddr addr;
- PRFileDesc *localsocket;
- int can_exit,valid_socket;
- PRUint16 af_spec;
-
- localsocket=NULL;
-
- addr_info=NULL;
-
- af_spec=PR_AF_UNSPEC;
-
- if (!(mode&MODE_IP6MODE)) af_spec=PR_AF_INET;
-
- addr_info=PR_GetAddrInfoByName(hostname,af_spec,PR_AI_ADDRCONFIG);
-
- if (addr_info == NULL) {
- print_nspr_error();
- return NULL;
- }
-
- /*We have socket -> enumerate and try to connect*/
- addr_iter=NULL;
- can_exit=0;
- valid_socket=0;
-
- while (!can_exit) {
- addr_iter=PR_EnumerateAddrInfo(addr_iter,addr_info,port,&addr);
-
- if (addr_iter==NULL) {
- can_exit=1;
- } else {
- if ((PR_NetAddrFamily(&addr)==PR_AF_INET && (mode&MODE_IP4MODE)) ||
- (PR_NetAddrFamily(&addr)==PR_AF_INET6 && (mode&MODE_IP6MODE))) {
- /*Type of address is what user want, try to create socket and make connection*/
-
- /*Create socket*/
- localsocket=create_socket(!(mode&MODE_NO_SSL),(PR_NetAddrFamily(&addr)==PR_AF_INET6));
-
- if (localsocket) {
- /*Try to connect*/
- if (PR_Connect(localsocket,&addr,PR_INTERVAL_NO_TIMEOUT)==PR_SUCCESS) {
- /*Force handshake*/
- if ((!(mode&MODE_NO_SSL)) && SSL_ForceHandshake(localsocket)!=SECSuccess) {
- /*Handhake failure -> fail*/
- print_nspr_error();
- if (PR_Close(localsocket)!=PR_SUCCESS) {
- print_nspr_error();
- can_exit=1;
- }
- localsocket=NULL;
- }
-
- /*Socket is connected -> we can return it*/
- can_exit=1;
- } else {
- /*Try another address*/
- if (PR_Close(localsocket)!=PR_SUCCESS) {
- print_nspr_error();
- can_exit=1;
- }
- localsocket=NULL;
- }
- }
- }
- }
- }
-
- if (!localsocket) {
- /*Socket is unvalid -> we don't found any usable address*/
- fprintf(stderr,"Can't connect to host %s on port %d!\n",hostname,port);
- }
-
- PR_FreeAddrInfo(addr_info);
-
- return localsocket;
-}
-
-/** Parse arguments from command line.
- @param argc Number of arguments in argv
- @param argv Array of arguments
- @param mode Pointer to int will be filled with OPERATION_DEFAULT or OPERATION_HELP.
- @param mode Pointer to int will be filled with MODE_DEFAULT, MODE_IP4MODE or MODE_IP4MODE.
- @return 1 on success, otherwise 0.
-*/
-static int parse_cli(int argc,char *argv[],int *operation,int *mode,char **hostname,char **port) {
- int opt;
-
- *operation=OPERATION_DEFAULT;
- *mode=MODE_DEFAULT;
- *port=NULL;
- *hostname=NULL;
-
- while ((opt=getopt(argc,argv,"h46rz"))!=-1) {
- switch (opt) {
- case 'h':
- *operation=OPERATION_HELP;
-
- return 0;
- break;
-
- case '4':
- (*mode)&=~MODE_IP6MODE;
- (*mode)|=MODE_IP4MODE;
- break;
-
- case '6':
- (*mode)&=~MODE_IP4MODE;
- (*mode)|=MODE_IP6MODE;
- break;
-
- case 'r':
- (*mode)|=MODE_RAW;
- break;
-
- case 'z':
- (*mode)|=MODE_NO_SSL;
- break;
-
- default:
- return 0;
- break;
- }
- }
-
- if (argc-optind<2) {
- fprintf(stderr,"Hostname and port is expected!\n");
-
- return 0;
- }
-
- *hostname=argv[optind];
- *port=argv[optind+1];
-
- return 1;
-}
-
-/** Show usage of application.
- @param pname Name of program (usually basename of argv[0])
-*/
-static void show_usage(char *pname) {
- printf("usage: %s [options] hostname port\n", pname);
- printf(" -4 Force to use IPv4\n");
- printf(" -6 Force to use IPv6\n");
- printf(" -r Use RAW connection (don't convert \\r and \\n characters)\n");
- printf(" -z Don't use SSL connection (use pure socket)\n");
- printf(" -h Show this help\n");
-}
-
-/** Convert End Of Lines (Unix \n, Macs \r or DOS/Win \r\n) to \r\n.
- @param in_buffer Input buffer
- @param in_size Input buffer size
- @param out_buffer Output buffer (must be prealocated). Should be (2*in_size) (in worst case)
- @param out_size There will be size of out_buffer
- @param in_state Internal state of finite automata. First call should have this 0, other calls
- shouldn't change this value. After end of file, you may add to this value +100 and call this
- again, to make sure of proper end (in_buffer can be in this case everything, including NULL).
-*/
-static void convert_eols(char *in_buffer,int in_size,char *out_buffer,int *out_size,int *in_state) {
- int in_pos,out_pos;
- int status;
- char in_char;
-
- out_pos=0;
- status=*in_state;
-
- if (status==100 || status==101) {
- if (status==101) {
- out_buffer[out_pos++]='\r';
- out_buffer[out_pos++]='\n';
- }
- } else {
- for (in_pos=0;in_pos<in_size;in_pos++) {
- in_char=in_buffer[in_pos];
-
- switch (status) {
- case 0:
- if (in_char=='\r') status=1;
- if (in_char=='\n') {
- out_buffer[out_pos++]='\r';
- out_buffer[out_pos++]='\n';
- }
- if ((in_char!='\r') && (in_char!='\n')) out_buffer[out_pos++]=in_char;
- break;
-
- case 1:
- out_buffer[out_pos++]='\r';
- out_buffer[out_pos++]='\n';
-
- if (in_char!='\n') out_buffer[out_pos++]=in_char;
-
- status=0;
- break;
- }
- }
- }
-
- *out_size=out_pos;
- *in_state=status;
-}
-
-/** Start polling cycle.
- @param socket Network connected socket.
- @param mode Bit-array of MODE_*. This function take care on MODE_RAW.
- @return 0 on failure, otherwise 1
-*/
-static int poll_cycle(PRFileDesc *localsocket,int mode) {
- PRPollDesc pool[2];
- char buffer[1024],buffer_eol[1024*2];
- int readed_bytes;
- int can_exit;
- int res;
- int bytes_to_write;
- int eol_state;
-
- can_exit=0;
- eol_state=0;
-
- /* Fill pool*/
- pool[1].fd=localsocket;
- pool[0].fd=PR_STDIN;
- pool[0].in_flags=pool[1].in_flags=PR_POLL_READ;
- pool[0].out_flags=pool[1].out_flags=0;
-
- while (!can_exit) {
- res=(PR_Poll(pool,sizeof(pool)/sizeof(PRPollDesc),PR_INTERVAL_NO_TIMEOUT));
-
- if (res==-1) {
- print_nspr_error();
-
- return 0;
- }
-
- if (pool[1].out_flags&PR_POLL_READ) {
- /*We have something in socket*/
- if ((readed_bytes=PR_Read(pool[1].fd,buffer,sizeof(buffer)))>0) {
- if (PR_Write(PR_STDOUT,buffer,readed_bytes)!=readed_bytes) {
- print_nspr_error();
-
- return 0;
- }
- } else {
- /*End of stream -> quit*/
- can_exit=1;
- }
- }
-
- if (pool[0].out_flags&(PR_POLL_READ|PR_POLL_HUP)) {
- /*We have something in stdin*/
- if ((readed_bytes=PR_Read(pool[0].fd,buffer,sizeof(buffer)))>0) {
-
- if (!(mode&MODE_RAW)) {
- convert_eols(buffer,readed_bytes,buffer_eol,&bytes_to_write,&eol_state);
- } else
- bytes_to_write=readed_bytes;
-
- if (PR_Write(pool[1].fd,(mode&MODE_RAW?buffer:buffer_eol),bytes_to_write)!=bytes_to_write) {
- print_nspr_error();
-
- return 0;
- }
- } else {
- /*End of stream -> send EOL (if needed)*/
- if (!(mode&MODE_RAW)) {
- eol_state+=100;
- convert_eols(NULL,0,buffer_eol,&bytes_to_write,&eol_state);
- if (PR_Write(pool[1].fd,buffer_eol,bytes_to_write)!=bytes_to_write) {
- print_nspr_error();
-
- return 0;
- }
- }
- }
- }
-
- pool[0].out_flags=pool[1].out_flags=0;
- } /*while (!can_exit)*/
-
- return 1;
-}
-
-static void atexit_handler(void) {
- if (PR_Initialized())
- PR_Cleanup();
-
- if (fclose(stdout)!=0) {
- fprintf(stderr,"Can't close stdout!\n");
-
- exit(1);
- }
-}
-
-/** Entry point of application.
- @param argc Number of arguments on command line
- @param argv Array of strings with arguments from command line
- @return 0 on success, otherwise >0.
-*/
-int main(int argc,char *argv[]) {
- int mode,operation;
- char *hostname, *port;
- char *pname;
- int port_n;
- PRFileDesc *fd_socket;
- int res;
-
- pname=basename(argv[0]);
-
- atexit(atexit_handler);
-
- if (!parse_cli(argc,argv,&operation,&mode,&hostname,&port) || operation==OPERATION_HELP) {
- show_usage(pname);
-
- if (operation!=OPERATION_HELP) return 1;
-
- return 0;
- }
-
- if ((port_n=return_port(port))==-1) {
- fprintf(stderr,"Error. Unknown port number/name %s!\n",port);
-
- return 1;
- }
-
- if (!(mode&MODE_NO_SSL)) {
- if (!init_nss()) return 1;
- }
-
- if (!(fd_socket=create_connected_socket(hostname,port_n,mode)))
- return 1;
-
- res=poll_cycle(fd_socket,mode);
-
- if (PR_Close(fd_socket)!=PR_SUCCESS) {
- print_nspr_error();
-
- return 1;
- }
-
- return (res?0:1);
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/fence/agents/scsi/fence_scsi.pl new/fence-agents-4.0.7/fence/agents/scsi/fence_scsi.pl
--- old/fence-agents-4.0.6/fence/agents/scsi/fence_scsi.pl 2014-01-10 13:52:12.000000000 +0100
+++ new/fence-agents-4.0.7/fence/agents/scsi/fence_scsi.pl 2014-02-17 13:59:34.000000000 +0100
@@ -5,6 +5,7 @@
use File::Path;
use Getopt::Std;
use POSIX;
+use B;
#BEGIN_VERSION_GENERATION
$RELEASE_VERSION="";
@@ -426,10 +427,10 @@
sub get_node_id ($)
{
my $self = (caller(0))[3];
- my $node_id;
+ my $node = $_[0];
- my $cmd = "cman_tool nodes -n $_[0] -F id";
- my $out = qx { $cmd 2> /dev/null };
+ my $cmd = "/usr/sbin/corosync-cmapctl nodelist.";
+ my @out = qx { $cmd 2> /dev/null };
my $err = ($?>>8);
if ($err != 0) {
@@ -438,11 +439,14 @@
# die "[error]: $self\n" if ($?>>8);
- chomp ($out);
-
- $node_id = $out;
-
- return ($node_id);
+ foreach my $line (@out) {
+ chomp($line);
+ if ($line =~ /.(\d+?).ring._addr \(str\) = ${node}$/) {
+ return $1;
+ }
+ }
+
+ log_error("$self (unable to parse output of corosync-cmapctl or node does not exist)");
}
sub get_cluster_id ()
@@ -450,8 +454,8 @@
my $self = (caller(0))[3];
my $cluster_id;
- my $cmd = "cman_tool status";
- my @out = qx { $cmd 2> /dev/null };
+ my $cmd = "/usr/sbin/corosync-cmapctl totem.cluster_name";
+ my $out = qx { $cmd 2> /dev/null };
my $err = ($?>>8);
if ($err != 0) {
@@ -460,12 +464,14 @@
# die "[error]: $self\n" if ($?>>8);
- foreach (@out) {
- chomp;
- my ($param, $value) = split (/\s*:\s*/, $_);
- if ($param =~ /^cluster\s+id/i) {
- $cluster_id = $value;
- }
+ chomp($out);
+
+ if ($out =~ /=\s(.*?)$/) {
+ my $cluster_name = $1;
+ # tranform string to a number
+ $cluster_id = (hex B::hash($cluster_name)) % 65536;
+ } else {
+ log_error("$self (unable to parse output of corosync-cmapctl)");
}
return ($cluster_id);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/fence/agents/vmware_soap/fence_vmware_soap.py new/fence-agents-4.0.7/fence/agents/vmware_soap/fence_vmware_soap.py
--- old/fence-agents-4.0.6/fence/agents/vmware_soap/fence_vmware_soap.py 2014-01-10 13:52:12.000000000 +0100
+++ new/fence-agents-4.0.7/fence/agents/vmware_soap/fence_vmware_soap.py 2014-02-17 15:13:59.000000000 +0100
@@ -1,7 +1,7 @@
#!/usr/bin/python
-import sys, exceptions
-import shutil, tempfile
+import sys, exceptions, time
+import shutil, tempfile, suds
sys.path.append("@FENCEAGENTSLIBDIR@")
from suds.client import Client
@@ -15,6 +15,9 @@
#END_VERSION_GENERATION
def soap_login(options):
+ if options["-o"] in ["off", "reboot"]:
+ time.sleep(int(options["--delay"]))
+
if options.has_key("--ssl"):
url = "https://"
else:
@@ -161,7 +164,7 @@
conn.service.PowerOnVM_Task(mo_machine)
else:
conn.service.PowerOffVM_Task(mo_machine)
- except WebFault, ex:
+ except suds.WebFault, ex:
if ((str(ex).find("Permission to perform this operation was denied")) >= 0):
fail(EC_INVALID_PRIVILEGES)
else:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/fence/agents/wti/fence_wti.py new/fence-agents-4.0.7/fence/agents/wti/fence_wti.py
--- old/fence-agents-4.0.6/fence/agents/wti/fence_wti.py 2014-01-10 13:52:12.000000000 +0100
+++ new/fence-agents-4.0.7/fence/agents/wti/fence_wti.py 2014-02-17 13:59:34.000000000 +0100
@@ -96,12 +96,13 @@
if (line.find("|") >= 0 and line.lstrip().startswith("GROUP NAME") == False):
plug_line = [x.strip().lower() for x in line.split("|")]
if ["list", "monitor"].count(options["--action"]) == 0 and options["--plug"].lower() == plug_line[name_index]:
- line_index += 1
plug_status = []
while line_index < len(lines) and line_index >= 0:
plug_line = [x.strip().lower() for x in lines[line_index].split("|")]
- if len(plug_line[plug_index]) > 0 and len(plug_line[name_index]) == 0:
- plug_status.append(plug_line[status_index])
+ if len(plug_line) >= max(name_index, status_index) and len(plug_line[plug_index]) > 0 and (len(plug_line[name_index]) == 0 or options["--plug"].lower() == plug_line[name_index]):
+ ## Firmware 1.43 does not have a valid value of plug on first line as only name is defined on that line
+ if not "---" in plug_line[status_index]:
+ plug_status.append(plug_line[status_index])
line_index += 1
else:
line_index = -1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/fence-agents-4.0.6/make/fencebuild.mk new/fence-agents-4.0.7/make/fencebuild.mk
--- old/fence-agents-4.0.6/make/fencebuild.mk 2014-01-10 13:52:12.000000000 +0100
+++ new/fence-agents-4.0.7/make/fencebuild.mk 2014-02-17 14:05:05.000000000 +0100
@@ -11,6 +11,7 @@
-e 's#@''LIBEXECDIR@#${libexecdir}#g' \
-e 's#@''IPMITOOL_PATH@#${IPMITOOL_PATH}#g' \
-e 's#@''AMTTOOL_PATH@#${AMTTOOL_PATH}#g' \
+ -e 's#@''GNUTLSCLI_PATH@#${GNUTLSCLI_PATH}#g' \
> $@
if [ 0 -eq `echo "$(SRC)" | grep fence_ &> /dev/null; echo $$?` ]; then \
--
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 adolc for openSUSE:Factory checked in at 2014-02-26 06:57:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adolc (Old)
and /work/SRC/openSUSE:Factory/.adolc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adolc"
Changes:
--------
--- /work/SRC/openSUSE:Factory/adolc/adolc.changes 2013-03-21 22:01:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.adolc.new/adolc.changes 2014-02-26 06:57:16.000000000 +0100
@@ -1,0 +2,20 @@
+Tue Feb 25 11:44:46 UTC 2014 - kkhere.geo(a)gmail.com
+
+- Update to upstream version 2.5.0
+ * An overhaul of the internal memory management to make it
+ more efficient
+ * Support for the AdjoinableMPI API (thanks to Jean Utke)
+ * Overhaul of the external functions interface (thanks to Jean Utke)
+ * Support for piecewise linearizations of piecewise smooth functions
+ * Support for pkg-config (thanks to Oliver Sander)
+ * Computations on the NVIDIA-GPU in forward mode using CUDA
+ * Overhaul of the traceless forward mode.
+ * Support for sparsity in traceless forward mode.
+ * Fixes in higher order tensor propagation
+ * Fix a function name conflict
+ address() -> tensor_address()
+ * Various other small misceleneous fixes
+- Patch added
+ * no-return-in-non-void-adouble_tl_cpp.patch
+
+-------------------------------------------------------------------
Old:
----
adolc-2.4.1.tar.bz2
New:
----
adolc-2.5.0.tar.bz2
no-return-in-non-void-adouble_tl_cpp.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ adolc.spec ++++++
--- /var/tmp/diff_new_pack.dMgit9/_old 2014-02-26 06:57:17.000000000 +0100
+++ /var/tmp/diff_new_pack.dMgit9/_new 2014-02-26 06:57:17.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package adolc
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,24 @@
#
-%define packver 2.4.1
-%define packname ADOL-C
-
Name: adolc
%define lname libadolc1
-Version: 2.4.1
+Version: 2.5.0
Release: 0
Summary: Algorithmic Differentiation Library for C/C++
License: GPL-2.0+ or EPL-1.0
Group: Development/Libraries/C and C++
Url: http://projects.coin-or.org/ADOL-C
-Source: %{name}-%{packver}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
+Patch1: no-return-in-non-void-adouble_tl_cpp.patch
BuildRequires: ColPack-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libstdc++-devel
BuildRequires: libtool
+BuildRequires: pkg-config
# BuildRequires: texlive texlive-latex
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -103,7 +102,8 @@
This package provides the user´s manual for adolc
%prep
-%setup -q -n %{packname}-%{packver}
+%setup -q -n %{name}-%{version}
+%patch1 -p1
%build
%if 0%{?suse_version} && %{suse_version} > 1110
@@ -144,6 +144,7 @@
%{_includedir}/adolc/sparse/*.h
%{_includedir}/adolc/tapedoc/*.h
%{_libdir}/libadolc.so
+%{_libdir}/pkgconfig/adolc.pc
%files doc
%defattr(-,root,root)
++++++ adolc-2.4.1.tar.bz2 -> adolc-2.5.0.tar.bz2 ++++++
++++ 66667 lines of diff (skipped)
++++++ no-return-in-non-void-adouble_tl_cpp.patch ++++++
diff --git a/ADOL-C/src/adouble_tl.cpp b/ADOL-C/src/adouble_tl.cpp
index d72c538..9deaec7 100644
--- a/ADOL-C/src/adouble_tl.cpp
+++ b/ADOL-C/src/adouble_tl.cpp
@@ -72,6 +72,7 @@ istream& operator >> ( istream& in, adouble& a) {
while (c!=')' && !in.eof());
return in;
}
+ return in;
}
/**************** ADOLC_TRACELESS_SPARSE_PATTERN ****************************/
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0