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 2015
- 1 participants
- 1390 discussions
Hello community,
here is the log from the commit of package yast2-hardware-detection for openSUSE:Factory checked in at 2015-02-20 13:50:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-hardware-detection (Old)
and /work/SRC/openSUSE:Factory/.yast2-hardware-detection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-hardware-detection"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes 2014-12-21 12:02:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-hardware-detection.new/yast2-hardware-detection.changes 2015-02-20 13:50:40.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Feb 13 13:43:56 UTC 2015 - lslezak(a)suse.cz
+
+- added VMware and VirtualBox VM detection (bnc#773323)
+ (paths .probe.is_vmware and .probe.is_vbox)
+- 3.1.6
+
+-------------------------------------------------------------------
Old:
----
yast2-hardware-detection-3.1.5.tar.bz2
New:
----
yast2-hardware-detection-3.1.6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-hardware-detection.spec ++++++
--- /var/tmp/diff_new_pack.1ds1aY/_old 2015-02-20 13:50:41.000000000 +0100
+++ /var/tmp/diff_new_pack.1ds1aY/_new 2015-02-20 13:50:41.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-hardware-detection
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: yast2-hardware-detection
-Version: 3.1.5
+Version: 3.1.6
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-hardware-detection-3.1.5.tar.bz2 -> yast2-hardware-detection-3.1.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-hardware-detection-3.1.5/.travis.yml new/yast2-hardware-detection-3.1.6/.travis.yml
--- old/yast2-hardware-detection-3.1.5/.travis.yml 2014-12-18 21:04:12.000000000 +0100
+++ new/yast2-hardware-detection-3.1.6/.travis.yml 2015-02-16 11:22:12.000000000 +0100
@@ -5,8 +5,8 @@
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/tr…
- sh ./travis_setup.sh -p "yast2-devtools doxygen pkg-config hwinfo-dev yast2-core-dev"
script:
- - make -f Makefile.cvs
- - make -j 4
- - make check
- - sudo make install
+ - make -s -f Makefile.cvs
+ - make -s -j 4
+ - sudo make -s install
+ - make -s check
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-hardware-detection-3.1.5/agent/HwProbe.cc new/yast2-hardware-detection-3.1.6/agent/HwProbe.cc
--- old/yast2-hardware-detection-3.1.5/agent/HwProbe.cc 2014-12-18 21:04:12.000000000 +0100
+++ new/yast2-hardware-detection-3.1.6/agent/HwProbe.cc 2015-02-16 11:22:12.000000000 +0100
@@ -290,6 +290,8 @@
{ "is_xen", 16, pr_null, 0},
#endif
{ "disk_raid", 17, pr_null, 0},
+ { "is_vmware", 18, pr_null, 0},
+ { "is_vbox", 19, pr_null, 0},
/* now the hw_items */
#define ITEM(x) ((int)x + 42)
{ "cdrom", ITEM(hw_cdrom), pr_null, 0},
@@ -508,6 +510,12 @@
case 17:
value = byItem ((hd_hw_item_t)(hw_disk), list_md);
break;
+ case 18: // is_vmware
+ value = YCPBoolean(hd_base->flags.vmware);
+ break;
+ case 19: // is_vbox
+ value = YCPBoolean(hd_base->flags.vbox);
+ break;
case ITEM(hw_manual):
value = filterManual ((hd_hw_item_t)(typelist[1]-42));
break;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-hardware-detection-3.1.5/package/yast2-hardware-detection.changes new/yast2-hardware-detection-3.1.6/package/yast2-hardware-detection.changes
--- old/yast2-hardware-detection-3.1.5/package/yast2-hardware-detection.changes 2014-12-18 21:04:12.000000000 +0100
+++ new/yast2-hardware-detection-3.1.6/package/yast2-hardware-detection.changes 2015-02-16 11:22:12.000000000 +0100
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Fri Feb 13 13:43:56 UTC 2015 - lslezak(a)suse.cz
+
+- added VMware and VirtualBox VM detection (bnc#773323)
+ (paths .probe.is_vmware and .probe.is_vbox)
+- 3.1.6
+
+-------------------------------------------------------------------
Thu Dec 18 19:57:31 UTC 2014 - lslezak(a)suse.cz
- 3.1.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-hardware-detection-3.1.5/package/yast2-hardware-detection.spec new/yast2-hardware-detection-3.1.6/package/yast2-hardware-detection.spec
--- old/yast2-hardware-detection-3.1.5/package/yast2-hardware-detection.spec 2014-12-18 21:04:12.000000000 +0100
+++ new/yast2-hardware-detection-3.1.6/package/yast2-hardware-detection.spec 2015-02-16 11:22:12.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-hardware-detection
-Version: 3.1.5
+Version: 3.1.6
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-hardware-detection-3.1.5/testsuite/tests/dir.out new/yast2-hardware-detection-3.1.6/testsuite/tests/dir.out
--- old/yast2-hardware-detection-3.1.5/testsuite/tests/dir.out 2014-12-18 21:04:12.000000000 +0100
+++ new/yast2-hardware-detection-3.1.6/testsuite/tests/dir.out 2015-02-16 11:22:12.000000000 +0100
@@ -1 +1 @@
-(["has_pcmcia", "architecture", "boot_arch", "version", "boot_disk", "cdb_isdn", "has_smp", "bios_video", "is_uml", "framebuffer", "status", "uniqueid", "is_xen", "disk_raid", "cdrom", "floppy", "disk", "netif", "display", "mouse", "keyboard", "sound", "isdn", "modem", "storage", "netcard", "monitor", "printer", "tv", "dvb", "scanner", "system", "camera", "chipcard", "usbctrl", "ieee1394ctrl", "hub", "scsi", "ide", "memory", "fbdev", "usb", "pci", "isapnp", "cpu", "braille", "joystick", "bios", "pppoe", "wlan", "redasd", "block", "tape", "bluetooth", "dsl", "fingerprint"])
+(["has_pcmcia", "architecture", "boot_arch", "version", "boot_disk", "cdb_isdn", "has_smp", "bios_video", "is_uml", "framebuffer", "status", "uniqueid", "is_xen", "disk_raid", "is_vmware", "is_vbox", "cdrom", "floppy", "disk", "netif", "display", "mouse", "keyboard", "sound", "isdn", "modem", "storage", "netcard", "monitor", "printer", "tv", "dvb", "scanner", "system", "camera", "chipcard", "usbctrl", "ieee1394ctrl", "hub", "scsi", "ide", "memory", "fbdev", "usb", "pci", "isapnp", "cpu", "braille", "joystick", "bios", "pppoe", "wlan", "redasd", "block", "tape", "bluetooth", "dsl", "fingerprint"])
--
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 php5 for openSUSE:Factory checked in at 2015-02-20 13:50:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5 (Old)
and /work/SRC/openSUSE:Factory/.php5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php5"
Changes:
--------
--- /work/SRC/openSUSE:Factory/php5/php5.changes 2015-01-27 09:09:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes 2015-02-20 13:50:39.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Feb 9 08:19:06 UTC 2015 - pgajdos(a)suse.com
+
+- added README.default_socket_timeout [bnc#907519]
+
+-------------------------------------------------------------------
+Tue Feb 3 08:30:28 UTC 2015 - pgajdos(a)suse.com
+
+- fix sle_11_sp3 build
+
+-------------------------------------------------------------------
New:
----
README.default_socket_timeout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ php5.spec ++++++
--- /var/tmp/diff_new_pack.j7AW8R/_old 2015-02-20 13:50:40.000000000 +0100
+++ /var/tmp/diff_new_pack.j7AW8R/_new 2015-02-20 13:50:40.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package php5
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -71,9 +71,13 @@
BuildRequires: unixODBC-devel
BuildRequires: update-alternatives
BuildRequires: xz
+%if 0%{suse_version} > 1110
BuildRequires: pkgconfig(vpx)
BuildRequires: pkgconfig(xft)
BuildRequires: pkgconfig(xpm)
+%else
+BuildRequires: xorg-x11-devel
+%endif
%if 0%{suse_version} > 1110
BuildRequires: freetds-devel
%endif
@@ -148,6 +152,7 @@
Source7: php-fpm.init
Source8: http://us3.php.net/distributions/php-%{version}.tar.xz.asc
Source9: php5.keyring
+Source10: README.default_socket_timeout
Source100: build-test.sh
#SUSE specific stuff
Patch0: php5-phpize.patch
@@ -1302,6 +1307,7 @@
%{__mv} ext/suhosin-%{suhosin_version} ext/suhosin
%{__cp} %{S:4} pear/README.SUSE
%{__cp} %{S:5} .
+%{__cp} %{S:10} .
%patch0
%patch1
%patch2
@@ -1498,7 +1504,9 @@
--with-png-dir=%{_usr} \
--with-jpeg-dir=%{_usr} \
--with-zlib-dir=%{_usr} \
+%if 0%{suse_version} > 1110
--with-vpx-dir=%{_usr} \
+%endif
--with-gettext=shared \
--with-gmp=shared \
--with-iconv=shared \
++++++ README.default_socket_timeout ++++++
Scope of default_socket_timeout Directive
=========================================
default_socket_timeout do not work for SSL connections. This is long
standing feature request in PHP upstream bugzilla, see PHP bug #41631.
To sum up,
ini_set("default_socket_timeout", $time);
fopen($https_url, "r");
do not work as intended in the contrast to
ini_set("default_socket_timeout", $time);
fopen($http_url, "r");
Socket timeout for SSL connections can be set successfully when
libcurl trough curl PHP extension is used:
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $https_url);
curl_setopt($ch, CURLOPT_TIMEOUT, $time);
curl_exec($ch);
curl_close($ch);
--
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 libtasn1 for openSUSE:Factory checked in at 2015-02-20 13:50:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtasn1 (Old)
and /work/SRC/openSUSE:Factory/.libtasn1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtasn1"
Changes:
--------
--- /work/SRC/openSUSE:Factory/libtasn1/libtasn1.changes 2014-10-18 09:08:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libtasn1.new/libtasn1.changes 2015-02-20 13:50:38.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Feb 14 08:12:10 UTC 2015 - jengelh(a)inai.de
+
+- Put C API documentation into -devel package.
+ Use modern %make_install. Description fix.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtasn1.spec ++++++
--- /var/tmp/diff_new_pack.9sU8If/_old 2015-02-20 13:50:38.000000000 +0100
+++ /var/tmp/diff_new_pack.9sU8If/_new 2015-02-20 13:50:38.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libtasn1
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -37,27 +37,27 @@
PreReq: %install_info_prereq
%description
-This is the ASN.1 library used in GNUTLS. More up to date information
+This is the ASN.1 library used by GNUTLS. More up to date information
can be found at http://www.gnu.org/software/gnutls and
http://www.gnutls.org
%package -n libtasn1-%{somajor}
Summary: ASN.1 parsing library
-Group: Productivity/Networking/Security
+Group: System/Libraries
Requires: %{name} >= %{version}
%description -n libtasn1-%{somajor}
-This is the ASN.1 library used in GNUTLS. More up to date information
+This is the ASN.1 library used by GNUTLS. More up to date information
can be found at http://www.gnu.org/software/gnutls and
http://www.gnutls.org
%package devel
-Requires: libtasn1-%{somajor} = %{version}
-Summary: ASN.1 parsing library
+Summary: Development files for the ASN.1 parsing library
Group: Development/Libraries/C and C++
+Requires: libtasn1-%{somajor} = %{version}
%description devel
-This is the ASN.1 library used in GNUTLS. More up to date information
+This is the ASN.1 library used by GNUTLS. More up to date information
can be found at http://www.gnu.org/software/gnutls and
http://www.gnutls.org
@@ -66,10 +66,10 @@
%build
%configure --disable-static
-%__make %{?_smp_mflags} V=1
+make %{?_smp_mflags} V=1
%install
-%makeinstall
+%make_install
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
%check
@@ -90,7 +90,6 @@
%doc ChangeLog NEWS README THANKS
%{_bindir}/*
%{_mandir}/man1/*.1.gz
-%{_mandir}/man3/*.3.gz
%{_infodir}/*.info.gz
%files -n libtasn1-%{somajor}
@@ -102,5 +101,6 @@
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/libtasn1.pc
+%{_mandir}/man3/*.3.gz
%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 kernel-source for openSUSE:Factory checked in at 2015-02-20 12:43:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
and /work/SRC/openSUSE:Factory/.kernel-source.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kernel-source"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes 2015-02-18 20:36:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes 2015-02-20 12:43:15.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov(a)gmail.com
+
+- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
+ spear13xx pcie leads to kernel oopses in random places,
+ so let's disable it until a proper solution to fix it is found.
+ References: bko#92581
+ (cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
+- commit 1133f88
+
+-------------------------------------------------------------------
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa-xen.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-pv.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kernel-debug.spec ++++++
--- /var/tmp/diff_new_pack.hGGDBi/_old 2015-02-20 12:43:19.000000000 +0100
+++ /var/tmp/diff_new_pack.hGGDBi/_new 2015-02-20 12:43:19.000000000 +0100
@@ -61,7 +61,7 @@
Group: System/Kernel
Version: 3.19.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g8a7d5f9
+Release: <RELEASE>.g1133f88
%else
Release: 0
%endif
kernel-default.spec: same change
kernel-desktop.spec: same change
++++++ kernel-docs.spec ++++++
--- /var/tmp/diff_new_pack.hGGDBi/_old 2015-02-20 12:43:19.000000000 +0100
+++ /var/tmp/diff_new_pack.hGGDBi/_new 2015-02-20 12:43:19.000000000 +0100
@@ -29,7 +29,7 @@
Group: Documentation/Man
Version: 3.19.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g8a7d5f9
+Release: <RELEASE>.g1133f88
%else
Release: 0
%endif
++++++ kernel-ec2.spec ++++++
--- /var/tmp/diff_new_pack.hGGDBi/_old 2015-02-20 12:43:19.000000000 +0100
+++ /var/tmp/diff_new_pack.hGGDBi/_new 2015-02-20 12:43:19.000000000 +0100
@@ -61,7 +61,7 @@
Group: System/Kernel
Version: 3.19.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g8a7d5f9
+Release: <RELEASE>.g1133f88
%else
Release: 0
%endif
kernel-lpae.spec: same change
++++++ kernel-obs-build.spec ++++++
--- /var/tmp/diff_new_pack.hGGDBi/_old 2015-02-20 12:43:19.000000000 +0100
+++ /var/tmp/diff_new_pack.hGGDBi/_new 2015-02-20 12:43:19.000000000 +0100
@@ -47,7 +47,7 @@
Group: SLES
Version: 3.19.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g8a7d5f9
+Release: <RELEASE>.g1133f88
%else
Release: 0
%endif
kernel-obs-qa-xen.spec: same change
kernel-obs-qa.spec: same change
++++++ kernel-pae.spec ++++++
--- /var/tmp/diff_new_pack.hGGDBi/_old 2015-02-20 12:43:19.000000000 +0100
+++ /var/tmp/diff_new_pack.hGGDBi/_new 2015-02-20 12:43:19.000000000 +0100
@@ -61,7 +61,7 @@
Group: System/Kernel
Version: 3.19.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g8a7d5f9
+Release: <RELEASE>.g1133f88
%else
Release: 0
%endif
kernel-pv.spec: same change
++++++ kernel-source.spec ++++++
--- /var/tmp/diff_new_pack.hGGDBi/_old 2015-02-20 12:43:19.000000000 +0100
+++ /var/tmp/diff_new_pack.hGGDBi/_new 2015-02-20 12:43:19.000000000 +0100
@@ -32,7 +32,7 @@
Group: Development/Sources
Version: 3.19.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g8a7d5f9
+Release: <RELEASE>.g1133f88
%else
Release: 0
%endif
++++++ kernel-syms.spec ++++++
--- /var/tmp/diff_new_pack.hGGDBi/_old 2015-02-20 12:43:19.000000000 +0100
+++ /var/tmp/diff_new_pack.hGGDBi/_new 2015-02-20 12:43:19.000000000 +0100
@@ -27,7 +27,7 @@
Version: 3.19.0
%if %using_buildservice
%if 0%{?is_kotd}
-Release: <RELEASE>.g8a7d5f9
+Release: <RELEASE>.g1133f88
%else
Release: 0
%endif
++++++ kernel-vanilla.spec ++++++
--- /var/tmp/diff_new_pack.hGGDBi/_old 2015-02-20 12:43:19.000000000 +0100
+++ /var/tmp/diff_new_pack.hGGDBi/_new 2015-02-20 12:43:19.000000000 +0100
@@ -61,7 +61,7 @@
Group: System/Kernel
Version: 3.19.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g8a7d5f9
+Release: <RELEASE>.g1133f88
%else
Release: 0
%endif
kernel-xen.spec: same change
++++++ config.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/config/armv7hl/default new/config/armv7hl/default
--- old/config/armv7hl/default 2015-02-09 15:03:00.000000000 +0100
+++ new/config/armv7hl/default 2015-02-17 21:11:30.000000000 +0100
@@ -722,7 +722,7 @@
CONFIG_PCI_RCAR_GEN2=y
CONFIG_PCI_RCAR_GEN2_PCIE=y
CONFIG_PCI_HOST_GENERIC=y
-CONFIG_PCIE_SPEAR13XX=y
+# CONFIG_PCIE_SPEAR13XX is not set
CONFIG_PCI_KEYSTONE=y
CONFIG_PCIE_XILINX=y
CONFIG_PCI_LAYERSCAPE=y
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/config/armv7hl/vanilla new/config/armv7hl/vanilla
--- old/config/armv7hl/vanilla 2015-02-09 15:03:00.000000000 +0100
+++ new/config/armv7hl/vanilla 2015-02-17 21:11:30.000000000 +0100
@@ -720,7 +720,7 @@
CONFIG_PCI_RCAR_GEN2=y
CONFIG_PCI_RCAR_GEN2_PCIE=y
CONFIG_PCI_HOST_GENERIC=y
-CONFIG_PCIE_SPEAR13XX=y
+# CONFIG_PCIE_SPEAR13XX is not set
CONFIG_PCI_KEYSTONE=y
CONFIG_PCIE_XILINX=y
CONFIG_PCI_LAYERSCAPE=y
++++++ source-timestamp ++++++
--- /var/tmp/diff_new_pack.hGGDBi/_old 2015-02-20 12:43:20.000000000 +0100
+++ /var/tmp/diff_new_pack.hGGDBi/_new 2015-02-20 12:43:20.000000000 +0100
@@ -1,3 +1,3 @@
-2015-02-11 09:59:56 +0100
-GIT Revision: 8a7d5f92631275f69047ece8248a612dac5c283d
+2015-02-17 21:11:30 +0100
+GIT Revision: 1133f88d60d85086e513e0d53f2972a77d091ba1
GIT Branch: stable
--
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 openal-soft for openSUSE:Factory checked in at 2015-02-20 12:43:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openal-soft (Old)
and /work/SRC/openSUSE:Factory/.openal-soft.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openal-soft"
Changes:
--------
--- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes 2013-05-16 11:15:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openal-soft.new/openal-soft.changes 2015-02-20 12:43:12.000000000 +0100
@@ -1,0 +2,39 @@
+Sun Feb 15 17:09:58 UTC 2015 - p.drouand(a)gmail.com
+
+- Update to version 1.16.0
+ * Implemented EFX Chorus, Flanger, Distortion, Equalizer, and Compressor
+ effects.
+ * Implemented high-pass and band-pass EFX filters.
+ * Implemented the high-pass filter for the EAXReverb effect.
+ * Implemented SSE2 and SSE4.1 linear resamplers.
+ * Implemented Neon-enhanced non-HRTF mixers.
+ * Implemented a QSA backend, for QNX.
+ * Implemented the ALC_SOFT_pause_device, AL_SOFT_deferred_updates,
+ * AL_SOFT_block_alignment, AL_SOFT_MSADPCM, and AL_SOFT_source_length
+ extensions.
+ * Fixed resetting mmdevapi backend devices.
+ * Fixed clamping when converting 32-bit float samples to integer.
+ * Fixed modulation range in the Modulator effect.
+ * Several fixes for the OpenSL playback backend.
+ * Fixed device specifier names that have Unicode characters on Windows.
+ * Added support for filenames and paths with Unicode (UTF-8) characters on
+ Windows.
+ * Added support for alsoft.conf config files found in XDG Base Directory
+ * Specification locations (XDG_CONFIG_DIRS and XDG_CONFIG_HOME, or their
+ defaults) on non-Windows systems.
+ * Added a GUI configuration utility (requires Qt 4.8).
+ * Added support for environment variable expansion in config options (not
+ keys or section names).
+ * Added an example that uses SDL2 and ffmpeg.
+ * Modified examples to use SDL_sound.
+ * Modified CMake config option names for better sorting.
+ * HRTF data sets specified in the hrtf_tables config option may now be
+ relative or absolute filenames.
+ * Made the default HRTF data set an external file, and added a data set for
+ 48khz playback in addition to 44.1khz.
+ * Added support for C11 atomic methods.
+ * Improved support for some non-GNU build systems.
+- Add gcc-c++ requirement; new dependency
+- Use %cmake macro
+
+-------------------------------------------------------------------
Old:
----
openal-soft-1.15.1.tar.bz2
New:
----
openal-soft-1.16.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openal-soft.spec ++++++
--- /var/tmp/diff_new_pack.8SDsj6/_old 2015-02-20 12:43:12.000000000 +0100
+++ /var/tmp/diff_new_pack.8SDsj6/_new 2015-02-20 12:43:12.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package openal-soft
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
Name: openal-soft
-Version: 1.15.1
+Version: 1.16.0
Release: 0
Summary: OpenAL Soft
License: LGPL-2.1+ and GPL-2.0+
Group: System/Libraries
Url: http://kcat.strangesoft.net/openal.html
Source0: http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
-#Source0: openal-soft-%{version}.tar.bz2
Source1: libopenalcompat.c
Source3: baselibs.conf
# PATCH-FIX-UPSTREAM openal-no-autospawn.diff
@@ -32,6 +31,7 @@
Conflicts: openal <= 0.0.8
Provides: openal = 0.0.9
BuildRequires: cmake >= 2.4.4
+BuildRequires: gcc-c++
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(libpulse)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -52,15 +52,15 @@
OpenAL Soft is an LGPL-licensed, cross-platform, software
implementation of the OpenAL API.
-%package devel
+%package -n libopenal0
Summary: OpenAL Soft
-Group: Development/Languages/C and C++
-Requires: glibc-devel
-Requires: libopenal1 = %{version}
-Provides: openal-devel = 0.0.9
-Conflicts: openal-devel <= 0.0.8
+Group: System/Libraries
+Recommends: openal-soft
+# libopenal0-soft was last used in openSUSE 12.2
+Provides: libopenal0-soft = %{version}-%{release}
+Obsoletes: libopenal0-soft <= 1.14
-%description devel
+%description -n libopenal0
OpenAL is an audio library designed in the spirit of OpenGL--machine
independent, cross platform, and data format neutral with a clean,
simple C-based API.
@@ -76,15 +76,18 @@
OpenAL Soft is an LGPL-licensed, cross-platform, software
implementation of the OpenAL API.
-%package -n libopenal0
+libopenal.so.0 is just a wrapper around libopenal.so.1 for
+compatibility with old software.
+
+%package devel
Summary: OpenAL Soft
-Group: System/Libraries
-Recommends: openal-soft
-# libopenal0-soft was last used in openSUSE 12.2
-Provides: libopenal0-soft = %{version}-%{release}
-Obsoletes: libopenal0-soft <= 1.14
+Group: Development/Languages/C and C++
+Requires: glibc-devel
+Requires: libopenal1 = %{version}
+Provides: openal-devel = 0.0.9
+Conflicts: openal-devel <= 0.0.8
-%description -n libopenal0
+%description devel
OpenAL is an audio library designed in the spirit of OpenGL--machine
independent, cross platform, and data format neutral with a clean,
simple C-based API.
@@ -100,9 +103,6 @@
OpenAL Soft is an LGPL-licensed, cross-platform, software
implementation of the OpenAL API.
-libopenal.so.0 is just a wrapper around libopenal.so.1 for
-compatibility with old software.
-
%package -n libopenal1
Summary: OpenAL Soft
Group: System/Libraries
@@ -132,19 +132,9 @@
%patch0 -p1
%build
-cd build
-export CFLAGS='%{optflags}'
-export CXXFLAGS='%{optflags}'
-cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 \
- -DCMAKE_VERBOSE_MAKEFILE=1 \
- -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-%if %{_lib} == lib64
- -DLIB_SUFFIX=64 \
-%endif
+%cmake \
-DCMAKE_BUILD_TYPE=Release \
- -DALSOFT_CONFIG=ON \
- ..
-
+ -DALSOFT_CONFIG=ON
make %{?_smp_mflags}
gcc -Wall %{optflags} -fPIC -DPIC -Wl,-soname,libopenal.so.0 -shared -Wl,--no-as-needed -L. -lopenal -o libopenal.so.0 %{SOURCE1}
install -D -m 644 /dev/null %{buildroot}/%{_sysconfdir}/openal/alsoft.conf
@@ -155,10 +145,6 @@
install -d %{buildroot}%{_sysconfdir}/openal
install -m644 libopenal.so.0 %{buildroot}%{_libdir}
-%post -n libopenal0 -p /sbin/ldconfig
-
-%postun -n libopenal0 -p /sbin/ldconfig
-
%post -n libopenal1 -p /sbin/ldconfig
%postun -n libopenal1 -p /sbin/ldconfig
@@ -171,6 +157,9 @@
%{_bindir}/openal-info
%dir %{_datadir}/openal
%{_datadir}/openal/alsoftrc.sample
+%dir %{_datadir}/openal/hrtf
+%{_datadir}/openal/hrtf/default-44100.mhr
+%{_datadir}/openal/hrtf/default-48000.mhr
%files -n libopenal1
%defattr(-,root,root)
++++++ openal-soft-1.15.1.tar.bz2 -> openal-soft-1.16.0.tar.bz2 ++++++
++++ 55289 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package ruby2.1 for openSUSE:Factory checked in at 2015-02-20 12:43:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby2.1 (Old)
and /work/SRC/openSUSE:Factory/.ruby2.1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby2.1"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby2.1/ruby2.1.changes 2014-11-24 11:13:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ruby2.1.new/ruby2.1.changes 2015-02-20 12:43:10.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb 11 10:27:07 UTC 2015 - coolo(a)suse.com
+
+- add make-gem-build-reproducible.patch to make sure the gems created
+ with gem build don't use the time of the build, but the mtime of
+ the Gemfile
+
+-------------------------------------------------------------------
New:
----
make-gem-build-reproducible.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ruby2.1.spec ++++++
--- /var/tmp/diff_new_pack.rP26eB/_old 2015-02-20 12:43:11.000000000 +0100
+++ /var/tmp/diff_new_pack.rP26eB/_new 2015-02-20 12:43:11.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ruby2.1
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -103,8 +103,8 @@
Provides: ruby-macros = %{rpm_macros_version}
%endif
Provides: ruby21 = %{version}-%{release}
-Requires: %{name}-stdlib = %{version}
Requires: %{libname} = %{version}
+Requires: %{name}-stdlib = %{version}
Provides: rubygem-rake = 10.1.0
PreReq: update-alternatives
BuildRequires: update-alternatives
@@ -133,6 +133,7 @@
Patch3: rubygems-testsuite-handle_gem_loaderror.patch
Patch4: ruby-1.9.3-mkmf-verbose.patch
Patch5: ruby-2.1.3-no_sse2_patch_configure_too.patch
+Patch6: make-gem-build-reproducible.patch
#
Summary: An Interpreted Object-Oriented Scripting Language
License: BSD-2-Clause or Ruby
@@ -315,6 +316,7 @@
%patch3 -p1
%patch4 -p1
%patch5 -p1
+%patch6 -p1
find sample -type f -print0 | xargs -r0 chmod a-x
grep -Erl '^#! */' benchmark bootstraptest ext lib sample test \
| xargs -r perl -p -i -e 's|^#!\s*\S+(\s+.*)?$|#!/usr/bin/ruby%{rb_binary_suffix} $1|'
++++++ make-gem-build-reproducible.patch ++++++
Index: ruby-2.1.5/lib/rubygems/package.rb
===================================================================
--- ruby-2.1.5.orig/lib/rubygems/package.rb
+++ ruby-2.1.5/lib/rubygems/package.rb
@@ -105,9 +105,12 @@ class Gem::Package
def self.build spec, skip_validation=false
gem_file = spec.file_name
+ spec_file = spec.loaded_from
+ spec_file = "Gemfile" if spec_file.nil? || spec_file.empty?
package = new gem_file
package.spec = spec
+ package.build_time = File.stat(spec_file).mtime.to_i
package.build skip_validation
gem_file
@@ -177,6 +180,7 @@ class Gem::Package
digests = tar.add_file_signed 'data.tar.gz', 0444, @signer do |io|
gzip_to io do |gz_io|
Gem::Package::TarWriter.new gz_io do |data_tar|
+ data_tar.mtime = @build_time
add_files data_tar
end
end
Index: ruby-2.1.5/lib/rubygems/package/tar_writer.rb
===================================================================
--- ruby-2.1.5.orig/lib/rubygems/package/tar_writer.rb
+++ ruby-2.1.5/lib/rubygems/package/tar_writer.rb
@@ -90,12 +90,15 @@ class Gem::Package::TarWriter
nil
end
+ attr_accessor :mtime
+
##
# Creates a new TarWriter that will write to +io+
def initialize(io)
@io = io
@closed = false
+ @mtime = Time.now
end
##
@@ -124,7 +127,7 @@ class Gem::Package::TarWriter
header = Gem::Package::TarHeader.new :name => name, :mode => mode,
:size => size, :prefix => prefix,
- :mtime => Time.now
+ :mtime => mtime
@io.write header
@io.pos = final_pos
@@ -217,7 +220,7 @@ class Gem::Package::TarWriter
header = Gem::Package::TarHeader.new(:name => name, :mode => mode,
:size => size, :prefix => prefix,
- :mtime => Time.now).to_s
+ :mtime => mtime).to_s
@io.write header
os = BoundedStream.new @io, size
@@ -279,7 +282,7 @@ class Gem::Package::TarWriter
header = Gem::Package::TarHeader.new :name => name, :mode => mode,
:typeflag => "5", :size => 0,
:prefix => prefix,
- :mtime => Time.now
+ :mtime => mtime
@io.write header
--
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 apache2 for openSUSE:Factory checked in at 2015-02-20 12:43:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
and /work/SRC/openSUSE:Factory/.apache2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2"
Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes 2015-02-06 10:18:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2015-02-20 12:43:08.000000000 +0100
@@ -6,0 +7,8 @@
+Mon Jan 19 19:18:28 UTC 2015 - crrodriguez(a)opensuse.org
+
+- httpd-2.4.3-mod_systemd.patch find libsystemd-daemon
+ with pkg-config, this is the only correct way, in current
+ versions sd_notify is in libsystemd and in old products
+ in libsystemd-daemon.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.UtOCNX/_old 2015-02-20 12:43:10.000000000 +0100
+++ /var/tmp/diff_new_pack.UtOCNX/_new 2015-02-20 12:43:10.000000000 +0100
@@ -38,6 +38,7 @@
BuildRequires: libcap-devel
%endif
%if 0%{?suse_version} >= 1210
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(libsystemd-daemon)
%endif
++++++ httpd-2.4.3-mod_systemd.patch ++++++
--- /var/tmp/diff_new_pack.UtOCNX/_old 2015-02-20 12:43:10.000000000 +0100
+++ /var/tmp/diff_new_pack.UtOCNX/_new 2015-02-20 12:43:10.000000000 +0100
@@ -1,26 +1,20 @@
---- httpd-2.4.6.orig/modules/arch/unix/config5.m4
-+++ httpd-2.4.6/modules/arch/unix/config5.m4
-@@ -18,6 +18,18 @@ APACHE_MODULE(privileges, Per-virtualhos
+--- httpd-2.4.11.orig/modules/arch/unix/config5.m4
++++ httpd-2.4.11/modules/arch/unix/config5.m4
+@@ -18,6 +18,12 @@ APACHE_MODULE(privileges, Per-virtualhos
fi
])
+
+APACHE_MODULE(systemd, Systemd support, , , $unixd_mods_enabled, [
-+ AC_CHECK_LIB(systemd-daemon, sd_notify, SYSTEMD_LIBS="-lsystemd-daemon")
-+ AC_CHECK_HEADERS(systemd/sd-daemon.h, [ap_HAVE_SD_DAEMON_H="yes"], [ap_HAVE_SD_DAEMON_H="no"])
-+ if test $ap_HAVE_SD_DAEMON_H = "no" || test -z "${SYSTEMD_LIBS}"; then
-+ AC_MSG_WARN([Your system does not support systemd.])
-+ enable_systemd="no"
-+ else
++ PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
+ APR_ADDTO(MOD_SYSTEMD_LDADD, [$SYSTEMD_LIBS])
-+ fi
+])
+
APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])
APACHE_MODPATH_FINISH
--- /dev/null
-+++ httpd-2.4.6/modules/arch/unix/mod_systemd.c
++++ httpd-2.4.11/modules/arch/unix/mod_systemd.c
@@ -0,0 +1,138 @@
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
@@ -160,3 +154,13 @@
+ NULL,
+ systemd_register_hooks,
+};
+--- httpd-2.4.11.orig/configure.in
++++ httpd-2.4.11/configure.in
+@@ -77,6 +77,7 @@ dnl shared library support for these pac
+ dnl work on some platforms
+
+ AC_CANONICAL_SYSTEM
++PKG_PROG_PKG_CONFIG
+
+ orig_prefix="$prefix"
+
--
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 gnome-font-viewer for openSUSE:Factory checked in at 2015-02-20 12:43:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-font-viewer (Old)
and /work/SRC/openSUSE:Factory/.gnome-font-viewer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-font-viewer"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-font-viewer/gnome-font-viewer.changes 2014-09-30 19:40:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-font-viewer.new/gnome-font-viewer.changes 2015-02-20 12:43:07.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb 18 02:04:43 UTC 2015 - badshah400(a)gmail.com
+
+- Update to version 3.14.1:
+ + Fix a crash due to an uninitialized variable.
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gnome-font-viewer-3.14.0.tar.xz
New:
----
gnome-font-viewer-3.14.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-font-viewer.spec ++++++
--- /var/tmp/diff_new_pack.ujsFUJ/_old 2015-02-20 12:43:08.000000000 +0100
+++ /var/tmp/diff_new_pack.ujsFUJ/_new 2015-02-20 12:43:08.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-font-viewer
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: gnome-font-viewer
-Version: 3.14.0
+Version: 3.14.1
Release: 0
Summary: A font viewer utility for GNOME
License: GPL-2.0+
++++++ gnome-font-viewer-3.14.0.tar.xz -> gnome-font-viewer-3.14.1.tar.xz ++++++
++++ 2227 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/gnome-font-viewer-3.14.0/NEWS new/gnome-font-viewer-3.14.1/NEWS
--- old/gnome-font-viewer-3.14.0/NEWS 2014-09-23 05:24:00.000000000 +0200
+++ new/gnome-font-viewer-3.14.1/NEWS 2015-02-17 20:56:34.000000000 +0100
@@ -1,3 +1,9 @@
+GNOME Font Viewer - 3.14.1
+-------------------------------------------------------------------------------
+
+ • Fix a crash dure to an uninitialized variable
+ • Translation updates
+
GNOME Font Viewer - 3.14.0
-------------------------------------------------------------------------------
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/gnome-font-viewer-3.14.0/compile new/gnome-font-viewer-3.14.1/compile
--- old/gnome-font-viewer-3.14.0/compile 2014-09-23 05:24:37.000000000 +0200
+++ new/gnome-font-viewer-3.14.1/compile 2015-02-17 20:57:37.000000000 +0100
@@ -3,7 +3,7 @@
scriptversion=2012-10-14.11; # UTC
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey(a)cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
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/gnome-font-viewer-3.14.0/configure.ac new/gnome-font-viewer-3.14.1/configure.ac
--- old/gnome-font-viewer-3.14.0/configure.ac 2014-09-23 05:24:09.000000000 +0200
+++ new/gnome-font-viewer-3.14.1/configure.ac 2015-02-17 20:56:43.000000000 +0100
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.63)
-AC_INIT([gnome-font-viewer], [3.14.0],
+AC_INIT([gnome-font-viewer], [3.14.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-font-viewer]
[gnome-font-viewer],
[http://live.gnome.org/GnomeUtils]
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/gnome-font-viewer-3.14.0/missing new/gnome-font-viewer-3.14.1/missing
--- old/gnome-font-viewer-3.14.0/missing 2014-09-23 05:24:37.000000000 +0200
+++ new/gnome-font-viewer-3.14.1/missing 2015-02-17 20:57:37.000000000 +0100
@@ -3,7 +3,7 @@
scriptversion=2013-10-28.13; # UTC
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
# Originally written by Fran,cois Pinard <pinard(a)iro.umontreal.ca>, 1996.
# This program is free software; you can redistribute it and/or modify
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/gnome-font-viewer-3.14.0/po/bg.po new/gnome-font-viewer-3.14.1/po/bg.po
--- old/gnome-font-viewer-3.14.0/po/bg.po 2014-03-07 03:10:12.000000000 +0100
+++ new/gnome-font-viewer-3.14.1/po/bg.po 2014-11-13 20:22:57.000000000 +0100
@@ -1,21 +1,22 @@
# Bulgarian translation of gnome-font-viewer po-file.
# Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-# Copyright (C) 2009, 2010, 2011, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc.
# Borislav Aleksandrov <B.Aleksandrov(a)cnsys.bg>, 2002.
# Vladimir Petkov <kaladan(a)gmail.com>, 2004, 2005.
# Peter Slavov <pslavov(a)i-space.org>, 2004.
# Yavor Doganov <yavor(a)doganov.org>, 2005.
# Rostislav Raykov <zbrox(a)i-space.org>, 2006.
-# Alexander Shopov <ash(a)kambanaria.org>, 2006, 2007, 2008, 2009, 2011, 2012, 2013.
+# Alexander Shopov <ash(a)kambanaria.org>, 2006, 2007, 2008, 2009, 2011.
+# Alexander Shopov <ash(a)kambanaria.org>, 2012, 2013, 2014.
# Krasimir Chonov <mk2616(a)abv.bg>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-font-viewer master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-11 08:44+0200\n"
-"PO-Revision-Date: 2013-01-11 08:43+0200\n"
-"Last-Translator: Krasimir Chonov <mk2616(a)abv.bg>\n"
+"POT-Creation-Date: 2014-09-24 06:58+0300\n"
+"PO-Revision-Date: 2014-09-24 06:58+0300\n"
+"Last-Translator: Alexander Shopov <ash(a)kambanaria.org>\n"
"Language-Team: Bulgarian <dict(a)fsa-bg.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -23,96 +24,115 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/font-thumbnailer.c:190
+#: ../data/org.gnome.font-viewer.appdata.xml.in.h:1
+msgid ""
+"GNOME Font Viewer shows you the fonts installed on your computer for your "
+"use as thumbnails. Selecting any thumbnails shows the full view of how the "
+"font would look under various sizes."
+msgstr ""
+"Прегледът на шрифтове за GNOME показва инсталираните шрифтове като мини "
+"изображения. Чрез избирането на някое от тях можете да разгледате шрифта при "
+"различни големини (различен кегел)."
+
+#: ../data/org.gnome.font-viewer.appdata.xml.in.h:2
+msgid ""
+"GNOME Font Viewer also supports installing new font files downloaded in the ."
+"ttf and other formats. Fonts may be installed only for your use or made "
+"available to all users on the computer."
+msgstr ""
+"Прегледът на шрифтове за GNOME поддържа инсталирането на шрифтове във формат "
+"„.ttf“, „.otf“ и др. Инсталирането може да бъде само за вас или за всички "
+"потребители на компютъра."
+
+#: ../src/font-thumbnailer.c:189
msgid "Text to thumbnail (default: Aa)"
msgstr "Показван текст (стандартно: „Aa“)"
-#: ../src/font-thumbnailer.c:190
+#: ../src/font-thumbnailer.c:189
msgid "TEXT"
msgstr "ТЕКСТ"
-#: ../src/font-thumbnailer.c:192
+#: ../src/font-thumbnailer.c:191
msgid "Thumbnail size (default: 128)"
msgstr "Размер на иконата (стандартно: 128)"
-#: ../src/font-thumbnailer.c:192
+#: ../src/font-thumbnailer.c:191
msgid "SIZE"
msgstr "РАЗМЕР"
-#: ../src/font-thumbnailer.c:194
+#: ../src/font-thumbnailer.c:193
msgid "FONT-FILE OUTPUT-FILE"
msgstr "ФАЙЛ-С-ШРИФТ ИЗХОДЕН-ФАЙЛ"
#: ../src/font-view-app-menu.ui.h:1
-msgid "About Font Viewer"
+msgid "About"
msgstr "Относно"
#: ../src/font-view-app-menu.ui.h:2
msgid "Quit"
msgstr "Спиране на програмата"
-#: ../src/font-view.c:178
+#: ../src/font-view.c:176
msgid "Name"
msgstr "Име"
-#: ../src/font-view.c:181
+#: ../src/font-view.c:179
msgid "Style"
msgstr "Стил"
-#: ../src/font-view.c:191
+#: ../src/font-view.c:189
msgid "Type"
msgstr "Вид"
-#: ../src/font-view.c:236 ../src/font-view.c:255
+#: ../src/font-view.c:234 ../src/font-view.c:253
msgid "Version"
msgstr "Версия"
-#: ../src/font-view.c:241 ../src/font-view.c:261
+#: ../src/font-view.c:239 ../src/font-view.c:259
msgid "Copyright"
msgstr "Авторски права"
-#: ../src/font-view.c:246
+#: ../src/font-view.c:244
msgid "Description"
msgstr "Описание"
-#: ../src/font-view.c:274
+#: ../src/font-view.c:272
msgid "Install Failed"
msgstr "Неуспешно инсталиране"
-#: ../src/font-view.c:280
+#: ../src/font-view.c:278
msgid "Installed"
msgstr "Инсталиран"
-#: ../src/font-view.c:283 ../src/font-view.c:515
+#: ../src/font-view.c:281 ../src/font-view.c:525
msgid "Install"
msgstr "Инсталиране"
-#: ../src/font-view.c:416
+#: ../src/font-view.c:414
msgid "This font could not be displayed."
msgstr "Този шрифт не може да бъде показан."
-#: ../src/font-view.c:508
+#: ../src/font-view.c:478 ../src/font-view.c:536
msgid "Info"
msgstr "Информация"
-#: ../src/font-view.c:521
+#: ../src/font-view.c:553
msgid "Back"
msgstr "Назад"
-#: ../src/font-view.c:618
+#: ../src/font-view.c:643
msgid "All Fonts"
msgstr "Всички шрифтове"
-#: ../src/font-view.c:735 ../src/font-view.c:774
-#: ../src/gnome-font-viewer.desktop.in.in.h:1
+#: ../src/font-view.c:761 ../src/org.gnome.font-viewer.desktop.in.in.h:1
msgid "Font Viewer"
msgstr "Преглед на шрифт"
-#: ../src/font-view.c:736 ../src/gnome-font-viewer.desktop.in.in.h:2
+#: ../src/font-view.c:762 ../src/org.gnome.font-viewer.desktop.in.in.h:2
msgid "View fonts on your system"
msgstr "Преглед на шрифтовете"
-#: ../src/font-view.c:738
+#: ../src/font-view.c:764
msgid "translator-credits"
msgstr ""
"Александър Шопов <ash(a)kambanaria.org>\n"
@@ -128,6 +148,8 @@
"Докладвайте за грешки на <a href=\"http://gnome.cult.bg/bugs\">http://gnome."
"cult.bg/bugs</a>"
-#: ../src/gnome-font-viewer.desktop.in.in.h:3
+#: ../src/org.gnome.font-viewer.desktop.in.in.h:3
msgid "fonts;fontface;"
-msgstr "шрифт;глиф;букви;цифри;очертание;изчертаване;fonts;fontface;"
+msgstr ""
+"шрифт;глиф;букви;цифри;очертание;изчертаване;truetype;opentype;fonts;"
+"fontface;"
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/gnome-font-viewer-3.14.0/po/bn_IN.po new/gnome-font-viewer-3.14.1/po/bn_IN.po
--- old/gnome-font-viewer-3.14.0/po/bn_IN.po 2014-09-23 05:22:40.000000000 +0200
+++ new/gnome-font-viewer-3.14.1/po/bn_IN.po 2014-11-13 20:22:57.000000000 +0100
@@ -2,27 +2,48 @@
# Bengali India Translation of Gnome-Utils
# Copyright (C) 2005 Free Software Foundation.
# This file is distributed under the same license as the gnome-utils package.
-#
+#
# Runa Bhattacharjee <runa(a)bengalinux.org>, 2005.
# Runa Bhattacharjee <runab(a)redhat.com>, 2008, 2009, 2010, 2011, 2012.
-# sray <sray(a)redhat.com>, 2013. #zanata
+# sray <sray(a)redhat.com>, 2013, 2014. #zanata.
msgid ""
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"font-viewer&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2012-06-01 19:04+0000\n"
-"PO-Revision-Date: 2013-09-23 05:05-0400\n"
-"Last-Translator: sray <sray(a)redhat.com>\n"
-"Language-Team: Bengali (India) <anubad(a)lists.ankur.org.in>\n"
+"POT-Creation-Date: 2014-09-25 06:52+0000\n"
+"PO-Revision-Date: 2014-09-25 16:25+0000\n"
+"Last-Translator: \n"
+"Language-Team: Bengali (India) <kde-i18n-doc(a)kde.org>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bn-IN\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"\n"
"\n"
-"X-Generator: Zanata 3.1.2\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: ../data/org.gnome.font-viewer.appdata.xml.in.h:1
+msgid ""
+"GNOME Font Viewer shows you the fonts installed on your computer for your "
+"use as thumbnails. Selecting any thumbnails shows the full view of how the "
+"font would look under various sizes."
+msgstr ""
+"GNOME ফন্ট ভিউয়ার অাপনাকে অাপনার কম্পিউটারে ইনস্টল করা হরফগুলি দেখায়, যাতে "
+"অাপনি থাম্বনেল হিসাবে ব্যবহার করতে পারেন। যেকোনো থাম্বনেলের নির্বাচন, বিভিন্ন "
+"মাপে হরফ কীরূপে দেখানো হবে তার সম্পূর্ণ রূপ দেখায়।"
+
+#: ../data/org.gnome.font-viewer.appdata.xml.in.h:2
+msgid ""
+"GNOME Font Viewer also supports installing new font files downloaded in the ."
+"ttf and other formats. Fonts may be installed only for your use or made "
+"available to all users on the computer."
+msgstr ""
+"GNOME হরফ ভিউয়ার, ."
+"ttf এবং অন্যান্য ফর্ম্যাটে ডাউনলোড করা নতুন হরফ ফাইলগুলির ইনস্টলও সমর্থন করে। "
+"হরফগুলি শুধুমাত্র অাপনার ব্যবহারের জন্য ইনস্টল করা যেতে পারে বা কম্পিউটারে "
+"সকল ব্যবহারকারীর কাছে উপলব্ধ করানো যেতে পারে।"
#: ../src/font-thumbnailer.c:189
msgid "Text to thumbnail (default: Aa)"
@@ -45,83 +66,80 @@
msgstr "FONT-FILE OUTPUT-FILE"
#: ../src/font-view-app-menu.ui.h:1
-msgid "About Font Viewer"
-msgstr "ফন্ট প্রদর্শন ব্যবস্থা পরিচিতি"
+msgid "About"
+msgstr "সম্পর্কে"
#: ../src/font-view-app-menu.ui.h:2
msgid "Quit"
msgstr "প্রস্থান"
-#: ../src/font-view.c:178
+#: ../src/font-view.c:176
msgid "Name"
msgstr "নাম"
-#: ../src/font-view.c:181
+#: ../src/font-view.c:179
msgid "Style"
msgstr "বিন্যাস"
-#: ../src/font-view.c:191
+#: ../src/font-view.c:189
msgid "Type"
msgstr "ধরন"
-#: ../src/font-view.c:236
-#: ../src/font-view.c:255
+#: ../src/font-view.c:234 ../src/font-view.c:253
msgid "Version"
msgstr "সংস্করণ "
-#: ../src/font-view.c:241
-#: ../src/font-view.c:261
+#: ../src/font-view.c:239 ../src/font-view.c:259
msgid "Copyright"
msgstr "স্বত্বাধিকার"
-#: ../src/font-view.c:246
+#: ../src/font-view.c:244
msgid "Description"
msgstr "বিবরণ"
-#: ../src/font-view.c:274
+#: ../src/font-view.c:272
msgid "Install Failed"
msgstr "ইনস্টল করতে বিফল"
-#: ../src/font-view.c:280
+#: ../src/font-view.c:278
msgid "Installed"
msgstr "ইনস্টল রয়েছে"
-#: ../src/font-view.c:283
-#: ../src/font-view.c:517
+#: ../src/font-view.c:281 ../src/font-view.c:525
msgid "Install"
msgstr "ইনস্টল করুন"
-#: ../src/font-view.c:416
+#: ../src/font-view.c:414
msgid "This font could not be displayed."
msgstr "এই হরফটি দেখানো সম্ভব নয়।"
-#: ../src/font-view.c:509
+#: ../src/font-view.c:478 ../src/font-view.c:536
msgid "Info"
msgstr "তথ্য"
-#: ../src/font-view.c:524
+#: ../src/font-view.c:553
msgid "Back"
msgstr "পূর্ববর্তী"
-#: ../src/font-view.c:611
+#: ../src/font-view.c:643
msgid "All Fonts"
msgstr "সর্বধরনের ফন্ট"
-#: ../src/font-view.c:729
-#: ../src/font-view.c:768
-#: ../src/gnome-font-viewer.desktop.in.in.h:1
+#: ../src/font-view.c:761 ../src/org.gnome.font-viewer.desktop.in.in.h:1
msgid "Font Viewer"
msgstr "ফন্ট প্রদর্শন ব্যবস্থা"
-#: ../src/font-view.c:730
-#: ../src/gnome-font-viewer.desktop.in.in.h:2
+#: ../src/font-view.c:762 ../src/org.gnome.font-viewer.desktop.in.in.h:2
msgid "View fonts on your system"
msgstr "সিস্টেমের মধ্যে উপস্থিত ফন্ট দেখুন"
-#: ../src/font-view.c:732
+#: ../src/font-view.c:764
msgid "translator-credits"
msgstr "রুণা ভট্টাচার্য (runab(a)fedoraproject.org)"
-#: ../src/gnome-font-viewer.desktop.in.in.h:3
+#: ../src/org.gnome.font-viewer.desktop.in.in.h:3
msgid "fonts;fontface;"
msgstr "ফন্ট;ফন্টফেস;"
+
+#~ msgid "About Font Viewer"
+#~ msgstr "ফন্ট প্রদর্শন ব্যবস্থা পরিচিতি"
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/gnome-font-viewer-3.14.0/po/fa.po new/gnome-font-viewer-3.14.1/po/fa.po
--- old/gnome-font-viewer-3.14.0/po/fa.po 2014-03-07 03:10:12.000000000 +0100
+++ new/gnome-font-viewer-3.14.1/po/fa.po 2014-11-13 20:22:57.000000000 +0100
@@ -7,24 +7,45 @@
# Sara Khalatbari <sara(a)bamdad.org>, 2005.
# Meelad Zakaria <meelad(a)farsiweb.info>, 2005, 2006.
# Sanaz shahrokni <sanaz.shahrokni(a)gmail.com>, 2006.
-# Arash Mousavi <mousavi.arash(a)gmail.com>, 2011, 2012.
-# Danial Behzadi <dani.behzi(a)gmail.com>, 2012.
+# Arash Mousavi <mousavi.arash(a)gmail.com>, 2011, 2012, 2014.
+# Danial Behzadi <dani.behzi(a)ubuntu.com>, 2012, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-utils HEAD\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-font-viewer&keywords=…"
-"POT-Creation-Date: 2013-08-13 00:20+0000\n"
-"PO-Revision-Date: 2013-10-07 18:00+0330\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"font-viewer&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-08-01 20:10+0000\n"
+"PO-Revision-Date: 2014-10-10 01:31+0330\n"
"Last-Translator: Arash Mousavi <mousavi.arash(a)gmail.com>\n"
"Language-Team: Persian\n"
"Language: fa\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"
+"Plural-Forms: nplurals=1; plural=0;\n"
"X-Poedit-SourceCharset: utf-8\n"
-"X-Generator: Poedit 1.5.7\n"
+"X-Generator: Poedit 1.6.9\n"
+
+#: ../data/org.gnome.font-viewer.appdata.xml.in.h:1
+msgid ""
+"GNOME Font Viewer shows you the fonts installed on your computer for your "
+"use as thumbnails. Selecting any thumbnails shows the full view of how the "
+"font would look under various sizes."
+msgstr ""
+"نمایشگر قلم گنوم، قلمهایی که روی رایانهی شما نصب شده است را به صورت "
+"بندانگشتی نشانتان میدهد. انتخاب هر بندانگشتی، نمای کامل چک.نگی دیده شدن قلم "
+"در اندازههای مختلف را نمایش میدهد."
+
+#: ../data/org.gnome.font-viewer.appdata.xml.in.h:2
+msgid ""
+"GNOME Font Viewer also supports installing new font files downloaded in the ."
+"ttf and other formats. Fonts may be installed only for your use or made "
+"available to all users on the computer."
+msgstr ""
+"نمایشگر قلم گنوم همچنین از نصب پروندههای قلمهای جدید بارگیری شده در قالب ttf "
+"و دیگر قالبها پشتیبانی میکند. قلمها میتوانند فقط برای استفادهی شما یا قابل "
+"دسترسی برای همهی کاربران روی رایانه باشند."
#: ../src/font-thumbnailer.c:189
msgid "Text to thumbnail (default: Aa)"
@@ -47,8 +68,8 @@
msgstr "FONT-FILE OUTPUT-FILE"
#: ../src/font-view-app-menu.ui.h:1
-msgid "About Font Viewer"
-msgstr "دربارهی نمایشگر قلم"
+msgid "About"
+msgstr "درباره"
#: ../src/font-view-app-menu.ui.h:2
msgid "Quit"
@@ -86,8 +107,7 @@
msgid "Installed"
msgstr "نصب شد"
-#. add install button
-#: ../src/font-view.c:281 ../src/font-view.c:520
+#: ../src/font-view.c:281 ../src/font-view.c:525
msgid "Install"
msgstr "نصب"
@@ -95,40 +115,41 @@
msgid "This font could not be displayed."
msgstr "این قلم را نمیتوان نمایش داد."
-#: ../src/font-view.c:479
-msgid "_Close"
-msgstr "_خروج"
-
-#: ../src/font-view.c:510
+#: ../src/font-view.c:478 ../src/font-view.c:536
msgid "Info"
msgstr "اطلاعات"
-#: ../src/font-view.c:534
+#: ../src/font-view.c:553
msgid "Back"
msgstr "بازگشت"
-#: ../src/font-view.c:623
+#: ../src/font-view.c:643
msgid "All Fonts"
msgstr "تمام قلمها"
-#: ../src/font-view.c:741 ../src/font-view.c:780
-#: ../src/gnome-font-viewer.desktop.in.in.h:1
+#: ../src/font-view.c:761 ../src/org.gnome.font-viewer.desktop.in.in.h:1
msgid "Font Viewer"
msgstr "نمایشگر قلم"
-#: ../src/font-view.c:742 ../src/gnome-font-viewer.desktop.in.in.h:2
+#: ../src/font-view.c:762 ../src/org.gnome.font-viewer.desktop.in.in.h:2
msgid "View fonts on your system"
msgstr "قلمهای روی سیستم را ببینید"
-#: ../src/font-view.c:744
+#: ../src/font-view.c:764
msgid "translator-credits"
msgstr ""
-"دانیال بهزادی <dani.behzi(a)gmail.com>\n"
+"دانیال بهزادی <dani.behzi(a)ubuntu.com>\n"
"آرش موسوی <mousavi.arash(a)gmail.com>"
-#: ../src/gnome-font-viewer.desktop.in.in.h:3
+#: ../src/org.gnome.font-viewer.desktop.in.in.h:3
msgid "fonts;fontface;"
-msgstr "fonts;fontface;قلمها;"
+msgstr "قلمها;نوع قلم;"
+
+#~ msgid "_Close"
+#~ msgstr "خروج"
+
+#~ msgid "About Font Viewer"
+#~ msgstr "دربارهی نمایشگر قلم"
#~ msgid "Font size (default: 64)"
#~ msgstr "اندازه قلم (پیشفرض: ۶۴)"
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/gnome-font-viewer-3.14.0/po/fi.po new/gnome-font-viewer-3.14.1/po/fi.po
--- old/gnome-font-viewer-3.14.0/po/fi.po 2014-09-23 05:22:40.000000000 +0200
+++ new/gnome-font-viewer-3.14.1/po/fi.po 2015-02-17 20:54:48.000000000 +0100
@@ -1,6 +1,6 @@
# Finnish messages for gnome-utils
# Copyright (C) 2003-2009 Free Software Foundation, Inc.
-# Suomennos: http://gnome.fi/
+# Suomennos: https://l10n.gnome.org/teams/fi/
#
# days = päivää sitten, ks. konteksti
#
@@ -20,7 +20,7 @@
"Project-Id-Version: gnome-utils\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"font-viewer&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2014-09-17 06:49+0000\n"
+"POT-Creation-Date: 2014-11-07 07:44+0000\n"
"PO-Revision-Date: 2014-09-17 15:31+0300\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos+l10n(a)iki.fi>\n"
"Language-Team: suomi <gnome-fi-laatu(a)lists.sourceforge.net>\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/gnome-font-viewer-3.14.0/po/ne.po new/gnome-font-viewer-3.14.1/po/ne.po
--- old/gnome-font-viewer-3.14.0/po/ne.po 2014-09-23 05:22:40.000000000 +0200
+++ new/gnome-font-viewer-3.14.1/po/ne.po 2014-11-13 20:22:57.000000000 +0100
@@ -133,7 +133,7 @@
#: ../src/gnome-font-viewer.desktop.in.in.h:3
msgid "fonts;fontface;"
-msgstr "फन्ट;फन्टफेस"
+msgstr "फन्ट;फन्टफेस;"
#, fuzzy
#~ msgid "Size:"
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/gnome-font-viewer-3.14.0/po/te.po new/gnome-font-viewer-3.14.1/po/te.po
--- old/gnome-font-viewer-3.14.0/po/te.po 2014-03-07 03:10:12.000000000 +0100
+++ new/gnome-font-viewer-3.14.1/po/te.po 2014-11-13 20:22:57.000000000 +0100
@@ -2,7 +2,7 @@
# Copyright (C) 2007,2012 Swecha Telugu Localisation Team <localization(a)swecha.net>
# This file is distributed under the same license as the gnome-font-viewer package.
# Pramod <pramodfsf(a)gmail.com>, 2007.
-# Krishna Babu K <kkrothap(a)redhat.com>, 2007, 2009, 2010, 2013.
+# Krishna Babu K <kkrothap(a)redhat.com>, 2007, 2009, 2010, 2013, 2014.
# Praveen Illa <mail2ipn(a)gmail.com>, 2011, 2012.
# Sasi Bhushan Boddepalli <sasi(a)swecha.net>, 2012.
msgid ""
@@ -10,10 +10,10 @@
"Project-Id-Version: te\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"font-viewer&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2013-01-03 12:34+0000\n"
-"PO-Revision-Date: 2013-03-25 14:37+0530\n"
+"POT-Creation-Date: 2014-09-23 06:50+0000\n"
+"PO-Revision-Date: 2014-09-23 16:14+0530\n"
"Last-Translator: Krishnababu Krothapalli <kkrothap(a)redhat.com>\n"
-"Language-Team: Telugu <Fedora-trans-te(a)redhat.com>\n"
+"Language-Team: Telugu <kde-i18n-doc(a)kde.org>\n"
"Language: te\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,103 +21,125 @@
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
"X-Generator: Lokalize 1.5\n"
-#: ../src/font-thumbnailer.c:190
+#: ../data/org.gnome.font-viewer.appdata.xml.in.h:1
+msgid ""
+"GNOME Font Viewer shows you the fonts installed on your computer for your "
+"use as thumbnails. Selecting any thumbnails shows the full view of how the "
+"font would look under various sizes."
+msgstr ""
+"థంబ్నైల్స్గా ఉపయోగించుటకు గ్నోమ్ ఫాంట్ దర్శని మీకు మీ కంప్యూటర్ నందు "
+"సంస్థాపించివున్న ఫాంట్లను చూపును. ఏదైనా థంబ్నైల్ ఎంపికచేస్తే ఆ ఫాంట్ వివిధ "
+"పరిమాణాలలో ఏ విధంగా ఉంటుందో చూపబడుతుంది."
+
+#: ../data/org.gnome.font-viewer.appdata.xml.in.h:2
+msgid ""
+"GNOME Font Viewer also supports installing new font files downloaded in the ."
+"ttf and other formats. Fonts may be installed only for your use or made "
+"available to all users on the computer."
+msgstr ""
+"గ్నోమ్ ఫాంట్ దర్శని ఉపయోగించి కొత్తగా దిగుమతిచేసిన .ttf మరియు ఇతర ఫార్మాట్ల "
+"ఫాంట్ ఫైళ్ళను సంస్థాపించవచ్చు. ఫాంట్లు మీ ఉపయోగంకొరకు సంస్థాపించవచ్చు లేదా "
+"కంప్యూటర్ పైని అన్ని వాడుకరులకు అందుబాటులో ఉండునట్లు చేయవచ్చు."
+
+#: ../src/font-thumbnailer.c:189
msgid "Text to thumbnail (default: Aa)"
msgstr "పాఠ్యం నుండి చిరుచిత్రం (అప్రమేయం: Aa)"
-#: ../src/font-thumbnailer.c:190
+#: ../src/font-thumbnailer.c:189
msgid "TEXT"
msgstr "పాఠ్యం"
-#: ../src/font-thumbnailer.c:192
+#: ../src/font-thumbnailer.c:191
msgid "Thumbnail size (default: 128)"
msgstr "చిరుచిత్ర పరిమాణం (అప్రమేయం: 128)"
-#: ../src/font-thumbnailer.c:192
+#: ../src/font-thumbnailer.c:191
msgid "SIZE"
msgstr "పరిమాణం"
-#: ../src/font-thumbnailer.c:194
+#: ../src/font-thumbnailer.c:193
msgid "FONT-FILE OUTPUT-FILE"
msgstr "ఖతి-ఫైల్ అవుట్పుట్-ఫైల్"
#: ../src/font-view-app-menu.ui.h:1
-msgid "About Font Viewer"
-msgstr "ఖతి వీక్షణం గురించి"
+msgid "About"
+msgstr "గురించి"
#: ../src/font-view-app-menu.ui.h:2
msgid "Quit"
msgstr "వదలిపెట్టు"
-#: ../src/font-view.c:178
+#: ../src/font-view.c:176
msgid "Name"
msgstr "పేరు"
-#: ../src/font-view.c:181
+#: ../src/font-view.c:179
msgid "Style"
msgstr "శైలి"
-#: ../src/font-view.c:191
+#: ../src/font-view.c:189
msgid "Type"
msgstr "రకం"
-#: ../src/font-view.c:236 ../src/font-view.c:255
+#: ../src/font-view.c:234 ../src/font-view.c:253
msgid "Version"
msgstr "రూపాంతరం"
-#: ../src/font-view.c:241 ../src/font-view.c:261
+#: ../src/font-view.c:239 ../src/font-view.c:259
msgid "Copyright"
msgstr "నకలుహక్కు"
-#: ../src/font-view.c:246
+#: ../src/font-view.c:244
msgid "Description"
msgstr "వివరణ"
-#: ../src/font-view.c:274
+#: ../src/font-view.c:272
msgid "Install Failed"
msgstr "స్థాపన విఫలమైంది"
-#: ../src/font-view.c:280
+#: ../src/font-view.c:278
msgid "Installed"
msgstr "స్థాపించబడింది"
-#: ../src/font-view.c:283 ../src/font-view.c:515
+#: ../src/font-view.c:281 ../src/font-view.c:525
msgid "Install"
msgstr "స్థాపించు"
-#: ../src/font-view.c:416
+#: ../src/font-view.c:414
msgid "This font could not be displayed."
msgstr "ఫాంటు ప్రదర్శించబడలేదు."
-#: ../src/font-view.c:508
+#: ../src/font-view.c:478 ../src/font-view.c:536
msgid "Info"
msgstr "సమాచారం"
-#: ../src/font-view.c:521
+#: ../src/font-view.c:553
msgid "Back"
msgstr "వెనుకకు"
-#: ../src/font-view.c:618
+#: ../src/font-view.c:643
msgid "All Fonts"
msgstr "అన్ని ఖతులు"
-#: ../src/font-view.c:735 ../src/font-view.c:774
-#: ../src/gnome-font-viewer.desktop.in.in.h:1
+#: ../src/font-view.c:761 ../src/org.gnome.font-viewer.desktop.in.in.h:1
msgid "Font Viewer"
msgstr "ఖతి వీక్షకం"
-#: ../src/font-view.c:736 ../src/gnome-font-viewer.desktop.in.in.h:2
+#: ../src/font-view.c:762 ../src/org.gnome.font-viewer.desktop.in.in.h:2
msgid "View fonts on your system"
msgstr "మీ వ్యవస్థలో ఉన్న ఖతులను చూడండి"
-#: ../src/font-view.c:738
+#: ../src/font-view.c:764
msgid "translator-credits"
msgstr "Praveen Illa <mail2ipn(a)gmail.com>, 2011-12."
-#: ../src/gnome-font-viewer.desktop.in.in.h:3
+#: ../src/org.gnome.font-viewer.desktop.in.in.h:3
msgid "fonts;fontface;"
msgstr "fonts;fontface;"
+#~ msgid "About Font Viewer"
+#~ msgstr "ఖతి వీక్షణం గురించి"
+
#~ msgid "Done"
#~ msgstr "అయినది"
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/gnome-font-viewer-3.14.0/po/uz(a)cyrillic.po new/gnome-font-viewer-3.14.1/po/uz(a)cyrillic.po
--- old/gnome-font-viewer-3.14.0/po/uz(a)cyrillic.po 2014-03-07 03:10:12.000000000 +0100
+++ new/gnome-font-viewer-3.14.1/po/uz(a)cyrillic.po 2014-11-13 20:22:57.000000000 +0100
@@ -8,100 +8,131 @@
"Project-Id-Version: gnome-font-viewer gnome-3-6\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"font-viewer&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2012-10-14 16:41+0000\n"
-"PO-Revision-Date: 2012-10-17 12:46-0500\n"
+"POT-Creation-Date: 2014-10-06 18:54+0000\n"
+"PO-Revision-Date: 2014-10-21 23:08-0500\n"
"Last-Translator: Bahodir Mansurov <6ahodir(a)gmail.com>\n"
"Language-Team: Uzbek (Cyrillic) <uz@cyrillic@li.org>\n"
"Language: uz@cyrillic\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 1.6.10\n"
-#: ../src/font-thumbnailer.c:190
+#: ../data/org.gnome.font-viewer.appdata.xml.in.h:1
+msgid ""
+"GNOME Font Viewer shows you the fonts installed on your computer for your "
+"use as thumbnails. Selecting any thumbnails shows the full view of how the "
+"font would look under various sizes."
+msgstr ""
+"GNOME шрифт кўрувчи компьютерингизда ўрнатилган шрифтларни сизга миниатура "
+"сифатида кўрсатади. Бирор шрифт миниатурасини танласангиз ўша шрифтни ҳар "
+"хил ўлчамдаги кўринишларини кўришингиз мумкин."
+
+#: ../data/org.gnome.font-viewer.appdata.xml.in.h:2
+msgid ""
+"GNOME Font Viewer also supports installing new font files downloaded in the ."
+"ttf and other formats. Fonts may be installed only for your use or made "
+"available to all users on the computer."
+msgstr ""
+"GNOME шрифт кўрувчи .ttf ва бошқа форматларда юклаб олинган шрифтларни "
+"ўрнатишни қўллайди. Шрифтларни ушбу фойдаланувчи ёки компьютернинг барча "
+"фойдаланувчилари учун ўрнатса бўлади. "
+
+#: ../src/font-thumbnailer.c:189
msgid "Text to thumbnail (default: Aa)"
msgstr "Миниатюра учун матн (андоза: Аа)"
-#: ../src/font-thumbnailer.c:190
+#: ../src/font-thumbnailer.c:189
msgid "TEXT"
msgstr "МАТН"
-#: ../src/font-thumbnailer.c:192
+#: ../src/font-thumbnailer.c:191
msgid "Thumbnail size (default: 128)"
msgstr "Миниатюра ҳажми (андоза: 128)"
-#: ../src/font-thumbnailer.c:192
+#: ../src/font-thumbnailer.c:191
msgid "SIZE"
msgstr "ҲАЖМИ"
-#: ../src/font-thumbnailer.c:194
+#: ../src/font-thumbnailer.c:193
msgid "FONT-FILE OUTPUT-FILE"
msgstr "ҲАРФ-ФАЙЛИ ЧИҚИШ-ФАЙЛИ"
#: ../src/font-view-app-menu.ui.h:1
-msgid "About Font Viewer"
-msgstr "Ҳарфларни Кўрувчи дастури ҳақида"
+msgid "About"
+msgstr "Дастур ҳақида"
#: ../src/font-view-app-menu.ui.h:2
msgid "Quit"
msgstr "Чиқиш"
-#: ../src/font-view.c:178
+#: ../src/font-view.c:176
msgid "Name"
msgstr "Ном"
-#: ../src/font-view.c:181
+#: ../src/font-view.c:179
msgid "Style"
msgstr "Услуби"
-#: ../src/font-view.c:191
+#: ../src/font-view.c:189
msgid "Type"
msgstr "Тури"
-#: ../src/font-view.c:236 ../src/font-view.c:255
+#: ../src/font-view.c:234 ../src/font-view.c:253
msgid "Version"
msgstr "Талқини"
-#: ../src/font-view.c:241 ../src/font-view.c:261
+#: ../src/font-view.c:239 ../src/font-view.c:259
msgid "Copyright"
msgstr "Авторлик ҳуқуқи"
-#: ../src/font-view.c:246
+#: ../src/font-view.c:244
msgid "Description"
msgstr "Тавсифи"
-#: ../src/font-view.c:274
+#: ../src/font-view.c:272
msgid "Install Failed"
msgstr "Ўрнатиб бўлинмади"
-#: ../src/font-view.c:280
+#: ../src/font-view.c:278
msgid "Installed"
msgstr "Ўрнатилди"
-#: ../src/font-view.c:283 ../src/font-view.c:468
+#: ../src/font-view.c:281 ../src/font-view.c:525
msgid "Install"
msgstr "Ўрнатиш"
-#: ../src/font-view.c:461
+#: ../src/font-view.c:414
+msgid "This font could not be displayed."
+msgstr "Ушбу шрифтни кўрсатиб бўлмади."
+
+#: ../src/font-view.c:478 ../src/font-view.c:536
msgid "Info"
msgstr "Маълумот"
-#: ../src/font-view.c:474
+#: ../src/font-view.c:553
msgid "Back"
msgstr "Орқага"
-#: ../src/font-view.c:565
+#: ../src/font-view.c:643
msgid "All Fonts"
msgstr "Барча ҳарфлар"
-#: ../src/font-view.c:660 ../src/font-view.c:703
-#: ../src/gnome-font-viewer.desktop.in.in.h:1
+#: ../src/font-view.c:761 ../src/org.gnome.font-viewer.desktop.in.in.h:1
msgid "Font Viewer"
msgstr "Ҳарфларни Кўрувчи дастури"
-#: ../src/font-view.c:661 ../src/gnome-font-viewer.desktop.in.in.h:2
+#: ../src/font-view.c:762 ../src/org.gnome.font-viewer.desktop.in.in.h:2
msgid "View fonts on your system"
msgstr "Системадаги фонтларни кўриш"
-#: ../src/font-view.c:663
+#: ../src/font-view.c:764
msgid "translator-credits"
msgstr "Баҳодир Мансуров <6ahodir(a)gmail.com>, 2012"
+
+#: ../src/org.gnome.font-viewer.desktop.in.in.h:3
+msgid "fonts;fontface;"
+msgstr "шрифтлар"
+
+#~ msgid "About Font Viewer"
+#~ msgstr "Ҳарфларни Кўрувчи дастури ҳақида"
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/gnome-font-viewer-3.14.0/src/font-thumbnailer.c new/gnome-font-viewer-3.14.1/src/font-thumbnailer.c
--- old/gnome-font-viewer-3.14.0/src/font-thumbnailer.c 2014-03-07 03:10:12.000000000 +0100
+++ new/gnome-font-viewer-3.14.1/src/font-thumbnailer.c 2014-11-13 20:27:11.000000000 +0100
@@ -181,7 +181,7 @@
cairo_t *cr;
cairo_text_extents_t text_extents;
cairo_font_face_t *font;
- gchar *str;
+ gchar *str = NULL;
gdouble scale, scale_x, scale_y;
const GOptionEntry options[] = {
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/gnome-font-viewer-3.14.0/src/font-view-resources.c new/gnome-font-viewer-3.14.1/src/font-view-resources.c
--- old/gnome-font-viewer-3.14.0/src/font-view-resources.c 2014-09-23 05:24:44.000000000 +0200
+++ new/gnome-font-viewer-3.14.1/src/font-view-resources.c 2015-02-17 20:58:11.000000000 +0100
@@ -107,6 +107,8 @@
*/
+#ifndef __GTK_DOC_IGNORE__
+
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
#define G_HAS_CONSTRUCTORS 1
@@ -180,6 +182,7 @@
#endif
+#endif /* __GTK_DOC_IGNORE__ */
#ifdef G_HAS_CONSTRUCTORS
--
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 sqlite3 for openSUSE:Factory checked in at 2015-02-20 12:43:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
and /work/SRC/openSUSE:Factory/.sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3"
Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2015-01-22 21:48:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2015-02-20 12:43:05.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Feb 12 12:59:28 UTC 2015 - astieger(a)suse.com
+
+- SQLite 3.8.8.2:
+ * Enhance sqlite3_wal_checkpoint_v2(TRUNCATE) interface so that
+ it truncates the WAL file even if there is no checkpoint work
+ to be done.
+
+-------------------------------------------------------------------
Old:
----
sqlite-autoconf-3080801.tar.gz
sqlite-doc-3080801.zip
New:
----
sqlite-autoconf-3080802.tar.gz
sqlite-doc-3080802.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.q0rEZX/_old 2015-02-20 12:43:06.000000000 +0100
+++ /var/tmp/diff_new_pack.q0rEZX/_new 2015-02-20 12:43:06.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package sqlite3
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
%define oname sqlite
Name: %pname
-Version: 3.8.8.1
+Version: 3.8.8.2
Release: 0
-%define tarversion 3080801
+%define tarversion 3080802
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers
++++++ sqlite-autoconf-3080801.tar.gz -> sqlite-autoconf-3080802.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sqlite-autoconf-3080801/configure new/sqlite-autoconf-3080802/configure
--- old/sqlite-autoconf-3080801/configure 2015-01-20 18:24:09.000000000 +0100
+++ new/sqlite-autoconf-3080802/configure 2015-01-30 15:46:11.000000000 +0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sqlite 3.8.8.1.
+# Generated by GNU Autoconf 2.69 for sqlite 3.8.8.2.
#
# Report bugs to <http://www.sqlite.org>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='sqlite'
PACKAGE_TARNAME='sqlite'
-PACKAGE_VERSION='3.8.8.1'
-PACKAGE_STRING='sqlite 3.8.8.1'
+PACKAGE_VERSION='3.8.8.2'
+PACKAGE_STRING='sqlite 3.8.8.2'
PACKAGE_BUGREPORT='http://www.sqlite.org'
PACKAGE_URL=''
@@ -1313,7 +1313,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 sqlite 3.8.8.1 to adapt to many kinds of systems.
+\`configure' configures sqlite 3.8.8.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1383,7 +1383,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of sqlite 3.8.8.1:";;
+ short | recursive ) echo "Configuration of sqlite 3.8.8.2:";;
esac
cat <<\_ACEOF
@@ -1489,7 +1489,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-sqlite configure 3.8.8.1
+sqlite configure 3.8.8.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1813,7 +1813,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by sqlite $as_me 3.8.8.1, which was
+It was created by sqlite $as_me 3.8.8.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2631,7 +2631,7 @@
# Define the identity of the package.
PACKAGE='sqlite'
- VERSION='3.8.8.1'
+ VERSION='3.8.8.2'
cat >>confdefs.h <<_ACEOF
@@ -13196,7 +13196,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by sqlite $as_me 3.8.8.1, which was
+This file was extended by sqlite $as_me 3.8.8.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13253,7 +13253,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-sqlite config.status 3.8.8.1
+sqlite config.status 3.8.8.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/sqlite-autoconf-3080801/configure.ac new/sqlite-autoconf-3080802/configure.ac
--- old/sqlite-autoconf-3080801/configure.ac 2015-01-20 18:24:07.000000000 +0100
+++ new/sqlite-autoconf-3080802/configure.ac 2015-01-30 15:46:09.000000000 +0100
@@ -8,7 +8,7 @@
#
AC_PREREQ(2.61)
-AC_INIT(sqlite, 3.8.8.1, http://www.sqlite.org)
+AC_INIT(sqlite, 3.8.8.2, http://www.sqlite.org)
AC_CONFIG_SRCDIR([sqlite3.c])
# Use automake.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sqlite-autoconf-3080801/sqlite3.c new/sqlite-autoconf-3080802/sqlite3.c
--- old/sqlite-autoconf-3080801/sqlite3.c 2015-01-20 18:24:07.000000000 +0100
+++ new/sqlite-autoconf-3080802/sqlite3.c 2015-01-30 15:46:09.000000000 +0100
@@ -1,6 +1,6 @@
/******************************************************************************
** This file is an amalgamation of many separate C source files from SQLite
-** version 3.8.8.1. By combining all the individual C code files into this
+** version 3.8.8.2. By combining all the individual C code files into this
** single large file, the entire code can be compiled as a single translation
** unit. This allows many compilers to do optimizations that would not be
** possible if the files were compiled separately. Performance improvements
@@ -278,9 +278,9 @@
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
** [sqlite_version()] and [sqlite_source_id()].
*/
-#define SQLITE_VERSION "3.8.8.1"
+#define SQLITE_VERSION "3.8.8.2"
#define SQLITE_VERSION_NUMBER 3008008
-#define SQLITE_SOURCE_ID "2015-01-20 16:51:25 f73337e3e289915a76ca96e7a05a1a8d4e890d55"
+#define SQLITE_SOURCE_ID "2015-01-30 14:30:45 7757fc721220e136620a89c9d28247f28bbbc098"
/*
** CAPI3REF: Run-Time Library Version Numbers
@@ -50197,7 +50197,7 @@
int sync_flags, /* Flags for OsSync() (or 0) */
u8 *zBuf /* Temporary buffer to use */
){
- int rc; /* Return code */
+ int rc = SQLITE_OK; /* Return code */
int szPage; /* Database page-size */
WalIterator *pIter = 0; /* Wal iterator context */
u32 iDbpage = 0; /* Next database page to write */
@@ -50211,104 +50211,107 @@
testcase( szPage<=32768 );
testcase( szPage>=65536 );
pInfo = walCkptInfo(pWal);
- if( pInfo->nBackfill>=pWal->hdr.mxFrame ) return SQLITE_OK;
+ if( pInfo->nBackfill<pWal->hdr.mxFrame ){
- /* Allocate the iterator */
- rc = walIteratorInit(pWal, &pIter);
- if( rc!=SQLITE_OK ){
- return rc;
- }
- assert( pIter );
-
- /* EVIDENCE-OF: R-62920-47450 The busy-handler callback is never invoked
- ** in the SQLITE_CHECKPOINT_PASSIVE mode. */
- assert( eMode!=SQLITE_CHECKPOINT_PASSIVE || xBusy==0 );
+ /* Allocate the iterator */
+ rc = walIteratorInit(pWal, &pIter);
+ if( rc!=SQLITE_OK ){
+ return rc;
+ }
+ assert( pIter );
- /* Compute in mxSafeFrame the index of the last frame of the WAL that is
- ** safe to write into the database. Frames beyond mxSafeFrame might
- ** overwrite database pages that are in use by active readers and thus
- ** cannot be backfilled from the WAL.
- */
- mxSafeFrame = pWal->hdr.mxFrame;
- mxPage = pWal->hdr.nPage;
- for(i=1; i<WAL_NREADER; i++){
- u32 y = pInfo->aReadMark[i];
- if( mxSafeFrame>y ){
- assert( y<=pWal->hdr.mxFrame );
- rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
- if( rc==SQLITE_OK ){
- pInfo->aReadMark[i] = (i==1 ? mxSafeFrame : READMARK_NOT_USED);
- walUnlockExclusive(pWal, WAL_READ_LOCK(i), 1);
- }else if( rc==SQLITE_BUSY ){
- mxSafeFrame = y;
- xBusy = 0;
- }else{
- goto walcheckpoint_out;
+ /* EVIDENCE-OF: R-62920-47450 The busy-handler callback is never invoked
+ ** in the SQLITE_CHECKPOINT_PASSIVE mode. */
+ assert( eMode!=SQLITE_CHECKPOINT_PASSIVE || xBusy==0 );
+
+ /* Compute in mxSafeFrame the index of the last frame of the WAL that is
+ ** safe to write into the database. Frames beyond mxSafeFrame might
+ ** overwrite database pages that are in use by active readers and thus
+ ** cannot be backfilled from the WAL.
+ */
+ mxSafeFrame = pWal->hdr.mxFrame;
+ mxPage = pWal->hdr.nPage;
+ for(i=1; i<WAL_NREADER; i++){
+ u32 y = pInfo->aReadMark[i];
+ if( mxSafeFrame>y ){
+ assert( y<=pWal->hdr.mxFrame );
+ rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
+ if( rc==SQLITE_OK ){
+ pInfo->aReadMark[i] = (i==1 ? mxSafeFrame : READMARK_NOT_USED);
+ walUnlockExclusive(pWal, WAL_READ_LOCK(i), 1);
+ }else if( rc==SQLITE_BUSY ){
+ mxSafeFrame = y;
+ xBusy = 0;
+ }else{
+ goto walcheckpoint_out;
+ }
}
}
- }
-
- if( pInfo->nBackfill<mxSafeFrame
- && (rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(0), 1))==SQLITE_OK
- ){
- i64 nSize; /* Current size of database file */
- u32 nBackfill = pInfo->nBackfill;
- /* Sync the WAL to disk */
- if( sync_flags ){
- rc = sqlite3OsSync(pWal->pWalFd, sync_flags);
- }
+ if( pInfo->nBackfill<mxSafeFrame
+ && (rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(0),1))==SQLITE_OK
+ ){
+ i64 nSize; /* Current size of database file */
+ u32 nBackfill = pInfo->nBackfill;
- /* If the database may grow as a result of this checkpoint, hint
- ** about the eventual size of the db file to the VFS layer.
- */
- if( rc==SQLITE_OK ){
- i64 nReq = ((i64)mxPage * szPage);
- rc = sqlite3OsFileSize(pWal->pDbFd, &nSize);
- if( rc==SQLITE_OK && nSize<nReq ){
- sqlite3OsFileControlHint(pWal->pDbFd, SQLITE_FCNTL_SIZE_HINT, &nReq);
+ /* Sync the WAL to disk */
+ if( sync_flags ){
+ rc = sqlite3OsSync(pWal->pWalFd, sync_flags);
}
- }
+ /* If the database may grow as a result of this checkpoint, hint
+ ** about the eventual size of the db file to the VFS layer.
+ */
+ if( rc==SQLITE_OK ){
+ i64 nReq = ((i64)mxPage * szPage);
+ rc = sqlite3OsFileSize(pWal->pDbFd, &nSize);
+ if( rc==SQLITE_OK && nSize<nReq ){
+ sqlite3OsFileControlHint(pWal->pDbFd, SQLITE_FCNTL_SIZE_HINT, &nReq);
+ }
+ }
- /* Iterate through the contents of the WAL, copying data to the db file. */
- while( rc==SQLITE_OK && 0==walIteratorNext(pIter, &iDbpage, &iFrame) ){
- i64 iOffset;
- assert( walFramePgno(pWal, iFrame)==iDbpage );
- if( iFrame<=nBackfill || iFrame>mxSafeFrame || iDbpage>mxPage ) continue;
- iOffset = walFrameOffset(iFrame, szPage) + WAL_FRAME_HDRSIZE;
- /* testcase( IS_BIG_INT(iOffset) ); // requires a 4GiB WAL file */
- rc = sqlite3OsRead(pWal->pWalFd, zBuf, szPage, iOffset);
- if( rc!=SQLITE_OK ) break;
- iOffset = (iDbpage-1)*(i64)szPage;
- testcase( IS_BIG_INT(iOffset) );
- rc = sqlite3OsWrite(pWal->pDbFd, zBuf, szPage, iOffset);
- if( rc!=SQLITE_OK ) break;
- }
- /* If work was actually accomplished... */
- if( rc==SQLITE_OK ){
- if( mxSafeFrame==walIndexHdr(pWal)->mxFrame ){
- i64 szDb = pWal->hdr.nPage*(i64)szPage;
- testcase( IS_BIG_INT(szDb) );
- rc = sqlite3OsTruncate(pWal->pDbFd, szDb);
- if( rc==SQLITE_OK && sync_flags ){
- rc = sqlite3OsSync(pWal->pDbFd, sync_flags);
+ /* Iterate through the contents of the WAL, copying data to the db file */
+ while( rc==SQLITE_OK && 0==walIteratorNext(pIter, &iDbpage, &iFrame) ){
+ i64 iOffset;
+ assert( walFramePgno(pWal, iFrame)==iDbpage );
+ if( iFrame<=nBackfill || iFrame>mxSafeFrame || iDbpage>mxPage ){
+ continue;
}
+ iOffset = walFrameOffset(iFrame, szPage) + WAL_FRAME_HDRSIZE;
+ /* testcase( IS_BIG_INT(iOffset) ); // requires a 4GiB WAL file */
+ rc = sqlite3OsRead(pWal->pWalFd, zBuf, szPage, iOffset);
+ if( rc!=SQLITE_OK ) break;
+ iOffset = (iDbpage-1)*(i64)szPage;
+ testcase( IS_BIG_INT(iOffset) );
+ rc = sqlite3OsWrite(pWal->pDbFd, zBuf, szPage, iOffset);
+ if( rc!=SQLITE_OK ) break;
}
+
+ /* If work was actually accomplished... */
if( rc==SQLITE_OK ){
- pInfo->nBackfill = mxSafeFrame;
+ if( mxSafeFrame==walIndexHdr(pWal)->mxFrame ){
+ i64 szDb = pWal->hdr.nPage*(i64)szPage;
+ testcase( IS_BIG_INT(szDb) );
+ rc = sqlite3OsTruncate(pWal->pDbFd, szDb);
+ if( rc==SQLITE_OK && sync_flags ){
+ rc = sqlite3OsSync(pWal->pDbFd, sync_flags);
+ }
+ }
+ if( rc==SQLITE_OK ){
+ pInfo->nBackfill = mxSafeFrame;
+ }
}
- }
- /* Release the reader lock held while backfilling */
- walUnlockExclusive(pWal, WAL_READ_LOCK(0), 1);
- }
+ /* Release the reader lock held while backfilling */
+ walUnlockExclusive(pWal, WAL_READ_LOCK(0), 1);
+ }
- if( rc==SQLITE_BUSY ){
- /* Reset the return code so as not to report a checkpoint failure
- ** just because there are active readers. */
- rc = SQLITE_OK;
+ if( rc==SQLITE_BUSY ){
+ /* Reset the return code so as not to report a checkpoint failure
+ ** just because there are active readers. */
+ rc = SQLITE_OK;
+ }
}
/* If this is an SQLITE_CHECKPOINT_RESTART or TRUNCATE operation, and the
@@ -50323,7 +50326,7 @@
}else if( eMode>=SQLITE_CHECKPOINT_RESTART ){
u32 salt1;
sqlite3_randomness(4, &salt1);
- assert( mxSafeFrame==pWal->hdr.mxFrame );
+ assert( pInfo->nBackfill==pWal->hdr.mxFrame );
rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1);
if( rc==SQLITE_OK ){
if( eMode==SQLITE_CHECKPOINT_TRUNCATE ){
@@ -128369,6 +128372,7 @@
rc = SQLITE_ERROR;
sqlite3ErrorWithMsg(db, SQLITE_ERROR, "unknown database: %s", zDb);
}else{
+ db->busyHandler.nBusy = 0;
rc = sqlite3Checkpoint(db, iDb, eMode, pnLog, pnCkpt);
sqlite3Error(db, rc);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sqlite-autoconf-3080801/sqlite3.h new/sqlite-autoconf-3080802/sqlite3.h
--- old/sqlite-autoconf-3080801/sqlite3.h 2015-01-20 18:24:07.000000000 +0100
+++ new/sqlite-autoconf-3080802/sqlite3.h 2015-01-30 15:46:09.000000000 +0100
@@ -107,9 +107,9 @@
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
** [sqlite_version()] and [sqlite_source_id()].
*/
-#define SQLITE_VERSION "3.8.8.1"
+#define SQLITE_VERSION "3.8.8.2"
#define SQLITE_VERSION_NUMBER 3008008
-#define SQLITE_SOURCE_ID "2015-01-20 16:51:25 f73337e3e289915a76ca96e7a05a1a8d4e890d55"
+#define SQLITE_SOURCE_ID "2015-01-30 14:30:45 7757fc721220e136620a89c9d28247f28bbbc098"
/*
** CAPI3REF: Run-Time Library Version Numbers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sqlite-autoconf-3080801/tea/configure new/sqlite-autoconf-3080802/tea/configure
--- old/sqlite-autoconf-3080801/tea/configure 2015-01-20 18:24:10.000000000 +0100
+++ new/sqlite-autoconf-3080802/tea/configure 2015-01-30 15:46:12.000000000 +0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sqlite 3.8.8.1.
+# Generated by GNU Autoconf 2.69 for sqlite 3.8.8.2.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
# Identity of this package.
PACKAGE_NAME='sqlite'
PACKAGE_TARNAME='sqlite'
-PACKAGE_VERSION='3.8.8.1'
-PACKAGE_STRING='sqlite 3.8.8.1'
+PACKAGE_VERSION='3.8.8.2'
+PACKAGE_STRING='sqlite 3.8.8.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1292,7 +1292,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 sqlite 3.8.8.1 to adapt to many kinds of systems.
+\`configure' configures sqlite 3.8.8.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1353,7 +1353,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of sqlite 3.8.8.1:";;
+ short | recursive ) echo "Configuration of sqlite 3.8.8.2:";;
esac
cat <<\_ACEOF
@@ -1455,7 +1455,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-sqlite configure 3.8.8.1
+sqlite configure 3.8.8.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1866,7 +1866,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by sqlite $as_me 3.8.8.1, which was
+It was created by sqlite $as_me 3.8.8.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -9365,7 +9365,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by sqlite $as_me 3.8.8.1, which was
+This file was extended by sqlite $as_me 3.8.8.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9418,7 +9418,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-sqlite config.status 3.8.8.1
+sqlite config.status 3.8.8.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/sqlite-autoconf-3080801/tea/configure.ac new/sqlite-autoconf-3080802/tea/configure.ac
--- old/sqlite-autoconf-3080801/tea/configure.ac 2015-01-20 18:24:10.000000000 +0100
+++ new/sqlite-autoconf-3080802/tea/configure.ac 2015-01-30 15:46:11.000000000 +0100
@@ -19,7 +19,7 @@
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------
-AC_INIT([sqlite], [3.8.8.1])
+AC_INIT([sqlite], [3.8.8.2])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
--
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 haveged for openSUSE:Factory checked in at 2015-02-20 12:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haveged (Old)
and /work/SRC/openSUSE:Factory/.haveged.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "haveged"
Changes:
--------
--- /work/SRC/openSUSE:Factory/haveged/haveged.changes 2014-08-31 09:58:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes 2015-02-20 12:43:04.000000000 +0100
@@ -1,0 +2,9 @@
+Tue Feb 17 12:53:42 UTC 2015 - meissner(a)suse.com
+
+- haveged-dracut.module: include haveged into the initrd for
+ randomness generation.
+- haveged.service: adjust so it is started before journald
+ and also make sure it is shutdown quite late.
+- regenerate initrd on installation.
+
+-------------------------------------------------------------------
New:
----
haveged-dracut.module
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ haveged.spec ++++++
--- /var/tmp/diff_new_pack.9a4aAZ/_old 2015-02-20 12:43:05.000000000 +0100
+++ /var/tmp/diff_new_pack.9a4aAZ/_new 2015-02-20 12:43:05.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package haveged
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,6 +26,7 @@
Source0: http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
Source2: %{name}.service
Source3: 90-haveged.rules
+Source4: haveged-dracut.module
Patch0: ppc64le.patch
# PATCH-FIX-UPSTREAM: ent tests randomly fail so make them conditional tchvatal(a)suse.cz bnc#876674
Patch1: haveged-conditional-enttest.patch
@@ -40,6 +41,7 @@
Enhances: openvpn
Enhances: php5
Enhances: smtp_daemon
+Enhances: systemd
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_requires}
%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d }
@@ -105,12 +107,20 @@
rm -f %{buildroot}%{_libdir}/libhavege.*a
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
+install -d -m0755 %{buildroot}/usr/lib/dracut/modules.d/98haveged
+install -m0644 %{SOURCE4} %{buildroot}/usr/lib/dracut/modules.d/98haveged/modules-setup.sh
+
%post
%{?udev_rules_update:%udev_rules_update}
%service_add_post %{name}.service
+%{?regenerate_initrd_post}
%postun
%service_del_postun %{name}.service
+%{?regenerate_initrd_post}
+
+%posttrans
+%{?regenerate_initrd_posttrans}
%pre
%service_add_pre %{name}.service
@@ -130,6 +140,10 @@
%doc %{_mandir}/man8/%{name}.8*
%{_unitdir}/%{name}.service
%{_udevrulesdir}/90-haveged.rules
+%dir /usr/lib/dracut
+%dir /usr/lib/dracut/modules.d
+%dir /usr/lib/dracut/modules.d/98haveged
+/usr/lib/dracut/modules.d/98haveged/modules-setup.sh
%files devel
%defattr(-,root,root)
++++++ haveged-dracut.module ++++++
#!/bin/bash
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
# called by dracut
depends() {
return 0
}
installkernel() {
return 0
}
# called by dracut
install() {
inst_multiple -o \
/usr/sbin/haveged \
$systemdsystemunitdir/haveged.service
}
++++++ haveged.service ++++++
--- /var/tmp/diff_new_pack.9a4aAZ/_old 2015-02-20 12:43:05.000000000 +0100
+++ /var/tmp/diff_new_pack.9a4aAZ/_new 2015-02-20 12:43:05.000000000 +0100
@@ -3,9 +3,9 @@
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
DefaultDependencies=no
ConditionVirtualization=!container
-Conflicts=shutdown.target
+#Conflicts=shutdown.target
After=systemd-random-seed.service
-Before=sysinit.target shutdown.target
+Before=sysinit.target shutdown.target systemd-journald.service
[Service]
ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0