[PATCH gspell] gspell: Autospec creation for update from version 1.8.2 to version 1.8.3
by Ross Burton
Sébastien Wilmet (7):
build: make the fixme message clearer
pkg-config file: update description
GTK+ -> GTK
testsuite: replace g_assert() calls by g_assert_true()
build: adapt for AX_CODE_COVERAGE API break
Replace #include <config.h> by #include "config.h"
Release 1.8.3
Umarzuki Bin Mochlis Moktar (1):
Add Malay translation
News in 1.8.3, 2020-01-25
-------------------------
* Small maintenance stuff.
* Translation updates.
---
Makefile | 2 +-
NEWS | 5 +++++
buildreq_cache | 3 +--
configure_misses | 2 ++
gspell.spec | 30 ++++++++++++++++--------------
options.conf | 5 +++--
release | 2 +-
upstream | 2 +-
used_libs | 1 +
versions | 2 +-
10 files changed, 32 insertions(+), 22 deletions(-)
diff --git a/configure_misses b/configure_misses
index 78345ba..c05b885 100644
--- a/configure_misses
+++ b/configure_misses
@@ -1,2 +1,4 @@
+Configure miss: 32-bit host C ABI
+Configure miss: CFLocaleCopyPreferredLanguages
Configure miss: Mac OS X platform
Configure miss: native Mac OS X
\ No newline at end of file
diff --git a/gspell.spec b/gspell.spec
index ad94d2c..41999aa 100644
--- a/gspell.spec
+++ b/gspell.spec
@@ -3,11 +3,11 @@
# Generated by: autospec.py
#
Name : gspell
-Summary : a flexible API to implement the spell checking in a GTK+ application
+Summary : Spell-checking for GTK applications
Group : Development/Tools
License : LGPL-2.1
Requires: gspell-bin = %{version}-%{release}
@@ -30,8 +30,8 @@ BuildRequires : pkgconfig(iso-codes)
BuildRequires : valgrind
%description
-gspell - a spell-checking library for GTK+ applications
-=======================================================
+gspell - a spell-checking library for GTK applications
+======================================================
%package bin
Summary: bin components for the gspell package.
@@ -128,10 +127,10 @@ export no_proxy=localhost,127.0.0.1,0.0.0.0
make check || :
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/gspell
-cp COPYING %{buildroot}/usr/share/package-licenses/gspell/COPYING
+cp %{_builddir}/gspell-1.8.3/COPYING %{buildroot}/usr/share/package-licenses/gspell/5013d109e2fe11116d2b062bb46114a398276501
%make_install
%find_lang gspell-1
@@ -187,6 +186,9 @@ cp COPYING %{buildroot}/usr/share/package-licenses/gspell/COPYING
/usr/share/gtk-doc/html/gspell-1.0/GtkTextView-support.html
/usr/share/gtk-doc/html/gspell-1.0/annexes.html
/usr/share/gtk-doc/html/gspell-1.0/annotation-glossary.html
+/usr/share/gtk-doc/html/gspell-1.0/api-index-1-2.html
+/usr/share/gtk-doc/html/gspell-1.0/api-index-1-4.html
+/usr/share/gtk-doc/html/gspell-1.0/api-index-1-6.html
/usr/share/gtk-doc/html/gspell-1.0/api-index-full.html
/usr/share/gtk-doc/html/gspell-1.0/api-reference.html
/usr/share/gtk-doc/html/gspell-1.0/core-classes.html
@@ -212,7 +214,7 @@ cp COPYING %{buildroot}/usr/share/package-licenses/gspell/COPYING
%files license
%defattr(0644,root,root,0755)
-/usr/share/package-licenses/gspell/COPYING
+/usr/share/package-licenses/gspell/5013d109e2fe11116d2b062bb46114a398276501
%files locales -f gspell-1.lang
%defattr(-,root,root,-)
diff --git a/options.conf b/options.conf
index 456845c..17e1462 100644
--- a/options.conf
+++ b/options.conf
@@ -1,8 +1,9 @@
[package]
name = gspell
-url = https://download.gnome.org/sources/gspell/1.8/gspell-1.8.2.tar.xz
+url = https://download.gnome.org/sources/gspell/1.8/gspell-1.8.3.tar.xz
archives =
giturl = https://github.com/GNOME/gspell.git
+domain =
[autospec]
# build 32 bit libraries
diff --git a/used_libs b/used_libs
index 66b591d..dd4ffe6 100644
--- a/used_libs
+++ b/used_libs
@@ -9,6 +9,7 @@ libgio-2.0.so.0
libglib-2.0.so.0
libgobject-2.0.so.0
libgtk-3.so.0
+libharfbuzz.so.0
libpango-1.0.so.0
libpangocairo-1.0.so.0
libpthread.so.0
3 years
[PATCH libgee] libgee: Autospec creation for update from version 0.20.2 to version 0.20.3
by Ross Burton
Rico Tzschichholz (4):
Fix "Access to possible `null'" warnings and use unsafe casts
Guard GLib.Cond.wait/wait_until calls against spurious or stolen wakeups
Flatten call structure a bit
Release 0.20.3
libgee 0.20.3
=============
* Minor warning fixes for newer valac
* Guard GLib.Cond.wait/wait_until calls against spurious or stolen wakeups
---
.gitignore | 3 +++
Makefile | 2 +-
NEWS | 5 +++++
libgee.spec | 23 +++++++++++------------
options.conf | 7 +++++--
release | 2 +-
upstream | 2 +-
versions | 2 +-
8 files changed, 28 insertions(+), 18 deletions(-)
diff --git a/libgee.spec b/libgee.spec
index 68e5242..abc748f 100644
--- a/libgee.spec
+++ b/libgee.spec
@@ -3,11 +3,11 @@
# Generated by: autospec.py
#
Name : libgee
-Summary : A collection library providing GObject-based interfaces and classes for commonly used data structures
+Summary : The GObject collection library
Group : Development/Tools
License : LGPL-2.1
Requires: libgee-data = %{version}-%{release}
@@ -90,10 +89,10 @@ export no_proxy=localhost,127.0.0.1,0.0.0.0
make VERBOSE=1 V=1 %{?_smp_mflags} check
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/libgee
-cp COPYING %{buildroot}/usr/share/package-licenses/libgee/COPYING
+cp %{_builddir}/libgee-0.20.3/COPYING %{buildroot}/usr/share/package-licenses/libgee/caeb68c46fa36651acf592771d09de7937926bb3
%make_install
%files
@@ -118,4 +117,4 @@ cp COPYING %{buildroot}/usr/share/package-licenses/libgee/COPYING
%files license
%defattr(0644,root,root,0755)
-/usr/share/package-licenses/libgee/COPYING
+/usr/share/package-licenses/libgee/caeb68c46fa36651acf592771d09de7937926bb3
diff --git a/options.conf b/options.conf
index e38f81f..32c1fec 100644
--- a/options.conf
+++ b/options.conf
@@ -1,8 +1,9 @@
[package]
name = libgee
-url = https://download.gnome.org/sources/libgee/0.20/libgee-0.20.2.tar.xz
+url = https://download.gnome.org/sources/libgee/0.20/libgee-0.20.3.tar.xz
archives =
giturl = https://github.com/GNOME/libgee.git
+domain =
[autospec]
# build 32 bit libraries
3 years
[PATCH gnome-bluetooth] gnome-bluetooth: Autospec creation for update from version 3.34.0 to version 3.34.1
by Ross Burton
ver 3.34.1:
- Prefer âAliasâ adapter name to âNameâ
- Fix some memory leaks
- Updated translations
---
Makefile | 2 +-
NEWS | 5 +++++
buildreq_cache | 2 +-
gnome-bluetooth.spec | 25 ++++++++++++-------------
options.conf | 4 ++--
release | 2 +-
upstream | 2 +-
used_libs | 1 +
versions | 2 +-
9 files changed, 25 insertions(+), 20 deletions(-)
diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec
index f397db9..b9e3277 100644
--- a/gnome-bluetooth.spec
+++ b/gnome-bluetooth.spec
@@ -121,8 +120,8 @@ ninja -v -C builddir
%install
mkdir -p %{buildroot}/usr/share/package-licenses/gnome-bluetooth
-cp COPYING %{buildroot}/usr/share/package-licenses/gnome-bluetooth/COPYING
-cp COPYING.LIB %{buildroot}/usr/share/package-licenses/gnome-bluetooth/COPYING.LIB
+cp %{_builddir}/gnome-bluetooth-3.34.1/COPYING %{buildroot}/usr/share/package-licenses/gnome-bluetooth/b47456e2c1f38c40346ff00db976a2badf36b5e3
+cp %{_builddir}/gnome-bluetooth-3.34.1/COPYING.LIB %{buildroot}/usr/share/package-licenses/gnome-bluetooth/545f380fb332eb41236596500913ff8d582e3ead
DESTDIR=%{buildroot} ninja -C builddir install
%find_lang gnome-bluetooth2
@@ -181,8 +180,8 @@ DESTDIR=%{buildroot} ninja -C builddir install
%files license
%defattr(0644,root,root,0755)
-/usr/share/package-licenses/gnome-bluetooth/COPYING
-/usr/share/package-licenses/gnome-bluetooth/COPYING.LIB
+/usr/share/package-licenses/gnome-bluetooth/545f380fb332eb41236596500913ff8d582e3ead
+/usr/share/package-licenses/gnome-bluetooth/b47456e2c1f38c40346ff00db976a2badf36b5e3
%files man
%defattr(0644,root,root,0755)
diff --git a/options.conf b/options.conf
index 869b963..fa58764 100644
--- a/options.conf
+++ b/options.conf
@@ -1,6 +1,6 @@
[package]
name = gnome-bluetooth
-url = https://download.gnome.org/sources/gnome-bluetooth/3.34/gnome-bluetooth-3.3…
+url = https://download.gnome.org/sources/gnome-bluetooth/3.34/gnome-bluetooth-3.3…
archives =
giturl = https://github.com/GNOME/gnome-bluetooth.git
diff --git a/used_libs b/used_libs
index 6e41a54..3e20f37 100644
--- a/used_libs
+++ b/used_libs
@@ -2,6 +2,7 @@ libatk-1.0.so.0
libc.so.6
libcanberra-gtk3.so.0
libcanberra.so.0
+libgcc_s.so.1
libgdk-3.so.0
libgio-2.0.so.0
libglib-2.0.so.0
3 years
libc6-i386 : is there a bundle?
by Mayuresh Kathe
i wanted to use some 32-bit pre-built software linked with the 32-bit
version of libc6.
i could get that library under ubuntu using 'apt install libc6:i386'.
is there any way to get that library and other such 32-bit stuff under
"clear linux os"?
thanks,
~mayuresh
3 years
requesting support for installation to optane disks
by Mayuresh Kathe
hello,
i would like to put-in a formal request for supporting installation to
optane disks usually found built-in newer generation laptops.
ubuntu supports it, so do fedora, redhat, centos and oracle linux.
i am already experiencing phenomenal performance gains even on a
regular hard disk, can only salivate thinking about what working off
optane would deliver.
hope supporting installation to optane disks isn't going to violate
some policy at intel.
thanks,
~mayuresh
3 years
Feedback : just a good toy project ...
by Mayuresh Kathe
After having fiddled, diddled and messed (and reinstalled innumerable
times) up Clear Linux OS Desktop for a week, all I can call it is "a
good toy project" by Intel to "show-off" it's hardware's capabilities.
Reason 1:
Does not support the full range of desktop hardware due to weird policy
decisions.
Not even installable on Intel's own Optane disks (NVME) which aren't
usable along with a HDD due to lack of support by the Linux community at
large.
Reason 2:
I believe the Clear Linux OS Desktop edition team at Intel must be
desperately working hard to support all the weird bloatware that comes
part-and-parcel with GNOME, maybe switching to a saner, more stable,
rarely broken desktop environment would put less pressure on the team to
support bloatware and direct their attention toward more critical issues
like fixing the package management system and the crazy concept of
building bundles for everything.
Reason 3:
Does not support a large section of vital non-open software used by a
wide set of users on the desktop front. For example; Google Chrome,
Microsoft Visual Studio Code, etc.
In closing, nice effort, but if Intel is really serious about Clear
Linux OS, I would suggest that Intel veer clearly away from the desktop
front, it's simply too much of thankless work, and focus instead on
producing a really high-performant, reliable server system with full
support for all sorts of server hardware and commercial tools, from
Intel itself and others (AdaCore, IBM Db2, Microsoft SQL Server, etc.).
I am moving back to my trusted Ubuntu Desktop, it's way more usable, and
if the Canonical developers lean towards applying the kind of
performance enhancements Intel developers could manage to in Clear Linux
OS, Ubuntu would become unbeatable.
Best regards,
~Mayuresh
3 years
[PATCH gmime] gmime: Autospec creation for update from version 3.2.5 to version 3.2.6
by Ross Burton
### GMime 3.2.6
* Added methods to get 64-bit timestamps for the creation-date and expiration-date of
GMimeCertificates and GMimeSignatures. (issue #68)
* Fixed the vala abstract public constructor for GMimeObject. (issue #76)
* Fixed a bug in GMimeParser's header parser. (issue #78)
* Added build files for Visual Studio 2017 thanks to Vitaliy Didik.
---
Makefile | 2 +-
NEWS | 11 +++++++++++
buildreq_cache | 7 +++----
configure_misses | 1 -
gmime.spec | 21 +++++++++++----------
options.conf | 2 +-
release | 2 +-
symbols | 4 ++++
upstream | 2 +-
versions | 2 +-
10 files changed, 34 insertions(+), 20 deletions(-)
diff --git a/gmime.spec b/gmime.spec
index 538d132..149664c 100644
--- a/gmime.spec
+++ b/gmime.spec
@@ -14,6 +14,7 @@ Requires: gmime-data = %{version}-%{release}
Requires: gmime-lib = %{version}-%{release}
Requires: gmime-license = %{version}-%{release}
BuildRequires : buildreq-gnome
+BuildRequires : docbook-utils
BuildRequires : docbook-xml
BuildRequires : gnupg
BuildRequires : gpgme
@@ -101,10 +102,10 @@ export no_proxy=localhost,127.0.0.1,0.0.0.0
make VERBOSE=1 V=1 %{?_smp_mflags} check
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/gmime
-cp %{_builddir}/gmime-3.2.5/COPYING %{buildroot}/usr/share/package-licenses/gmime/caeb68c46fa36651acf592771d09de7937926bb3
+cp %{_builddir}/gmime-3.2.6/COPYING %{buildroot}/usr/share/package-licenses/gmime/caeb68c46fa36651acf592771d09de7937926bb3
%make_install
%files
@@ -288,7 +289,7 @@ cp %{_builddir}/gmime-3.2.5/COPYING %{buildroot}/usr/share/package-licenses/gmim
%files lib
%defattr(-,root,root,-)
/usr/lib64/libgmime-3.0.so.0
-/usr/lib64/libgmime-3.0.so.0.201.4
+/usr/lib64/libgmime-3.0.so.0.206.0
%files license
%defattr(0644,root,root,0755)
diff --git a/options.conf b/options.conf
index 1fad970..f45ee53 100644
--- a/options.conf
+++ b/options.conf
@@ -1,6 +1,6 @@
[package]
name = gmime
-url = https://download.gnome.org/sources/gmime/3.2/gmime-3.2.5.tar.xz
+url = https://download.gnome.org/sources/gmime/3.2/gmime-3.2.6.tar.xz
archives =
giturl = https://github.com/GNOME/gmime.git
domain =
3 years
[PATCH geocode-glib] geocode-glib: Autospec creation for update from version 3.26.1 to version 3.26.2
by Ross Burton
Bastien Nocera (5):
build: Remove configure script
build: Remove left-over file after meson port
ci: Add ABI checking
ci: Fix some locales not being available
3.26.2
Thomas Pointhuber (1):
location: Allow unknown parameters inside geo: URL
Tom Schoonjans (2):
Build: check if linker supports --version-script
Build: add support for macOS dylib versioning
maxice8 (1):
build: Don't assume gir can't be cross compiled
3.26.2
------
- Fix build exporting all the symbols
- Allow GIR generation when cross-compiling
- Allow unknown parameters inside geo: URL
---
.gitignore | 6 ++++++
Makefile | 2 +-
NEWS | 7 +++++++
buildreq_cache | 2 +-
geocode-glib.spec | 35 ++++++++++++++++++++++-------------
options.conf | 7 +++++--
release | 2 +-
testresults | 4 ++--
upstream | 2 +-
versions | 1 +
10 files changed, 47 insertions(+), 21 deletions(-)
create mode 100644 versions
diff --git a/.gitignore b/.gitignore
index fd14cc3..0039371 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
.*~
*~
+*.info
+*.mod
*.swp
.repo-index
*.log
@@ -8,6 +10,10 @@ build.log.round*
*.tgz
!*.tar.*.*
*.zip
+*.jar
+*.pom
+*.xml
commitmsg
results/
rpms/
+for-review.txt
diff --git a/Makefile b/Makefile
index 2bb01e6..f5f3246 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PKG_NAME := geocode-glib
-URL = https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.1.ta…
+URL = https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.2.ta…
ARCHIVES =
include ../common/Makefile.common
diff --git a/NEWS b/NEWS
index 7bc40e6..8d56e21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.26.2
+------
+
+- Fix build exporting all the symbols
+- Allow GIR generation when cross-compiling
+- Allow unknown parameters inside geo: URL
+
3.26.1
------
diff --git a/buildreq_cache b/buildreq_cache
index 092e706..d4be9f1 100644
--- a/buildreq_cache
+++ b/buildreq_cache
@@ -1,2 +1,2 @@
-3.26.1
+3.26.2
docbook-xml
\ No newline at end of file
diff --git a/geocode-glib.spec b/geocode-glib.spec
index 7cc35cd..4726943 100644
--- a/geocode-glib.spec
+++ b/geocode-glib.spec
@@ -3,11 +3,11 @@
# Generated by: autospec.py
#
Name : geocode-glib
-Version : 3.26.1
-Release : 11
-URL : https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.1.ta…
-Source0 : https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.1.ta…
-Summary : Helper library for geocoding services
+Version : 3.26.2
+Release : 12
+URL : https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.2.ta…
+Source0 : https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.2.ta…
+Summary : No detailed summary available
Group : Development/Tools
License : BSD-3-Clause LGPL-2.0
Requires: geocode-glib-data = %{version}-%{release}
@@ -85,14 +85,16 @@ license components for the geocode-glib package.
%prep
-%setup -q -n geocode-glib-3.26.1
+%setup -q -n geocode-glib-3.26.2
+cd %{_builddir}/geocode-glib-3.26.2
%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
-export LANG=C
-export SOURCE_DATE_EPOCH=1556999177
+export LANG=C.UTF-8
+export SOURCE_DATE_EPOCH=1584481888
+export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
export NM=gcc-nm
@@ -100,13 +102,20 @@ export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 "
export FCFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 "
export FFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 "
export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=4 "
-CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" meson --prefix /usr --buildtype=plain builddir
+CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" meson --libdir=lib64 --prefix=/usr --buildtype=plain builddir
ninja -v -C builddir
+%check
+export LANG=C.UTF-8
+export http_proxy=http://127.0.0.1:9/
+export https_proxy=http://127.0.0.1:9/
+export no_proxy=localhost,127.0.0.1,0.0.0.0
+meson test -C builddir
+
%install
mkdir -p %{buildroot}/usr/share/package-licenses/geocode-glib
-cp COPYING.LIB %{buildroot}/usr/share/package-licenses/geocode-glib/COPYING.LIB
-cp icons/maki/LICENSE.txt %{buildroot}/usr/share/package-licenses/geocode-glib/icons_maki_LICENSE.txt
+cp %{_builddir}/geocode-glib-3.26.2/COPYING.LIB %{buildroot}/usr/share/package-licenses/geocode-glib/5fb362ef1680e635fe5fb212b55eef4db9ead48f
+cp %{_builddir}/geocode-glib-3.26.2/icons/maki/LICENSE.txt %{buildroot}/usr/share/package-licenses/geocode-glib/b5707bf785ec22684c9374d06eaa874ffbf0d2b8
DESTDIR=%{buildroot} ninja -C builddir install
%files
@@ -199,5 +208,5 @@ DESTDIR=%{buildroot} ninja -C builddir install
%files license
%defattr(0644,root,root,0755)
-/usr/share/package-licenses/geocode-glib/COPYING.LIB
-/usr/share/package-licenses/geocode-glib/icons_maki_LICENSE.txt
+/usr/share/package-licenses/geocode-glib/5fb362ef1680e635fe5fb212b55eef4db9ead48f
+/usr/share/package-licenses/geocode-glib/b5707bf785ec22684c9374d06eaa874ffbf0d2b8
diff --git a/options.conf b/options.conf
index af31849..a841683 100644
--- a/options.conf
+++ b/options.conf
@@ -1,8 +1,9 @@
[package]
name = geocode-glib
-url = https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.1.ta…
+url = https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.2.ta…
archives =
giturl = https://github.com/GNOME/geocode-glib.git
+domain =
[autospec]
# build 32 bit libraries
@@ -17,7 +18,7 @@ autoupdate = false
broken_c++ = false
# disable parallelization during build
broken_parallel_build = false
-# this package is a library compatability package and only ships versioned library files
+# this package is a library compatibility package and only ships versioned library files
compat = false
# set conservative build flags
conservative_flags = false
@@ -33,6 +34,8 @@ insecure_build = false
keepstatic = false
# do not require autostart subpackage
no_autostart = false
+# do not generate debuginfo for this package
+nodebug = false
# disable stripping binaries
nostrip = false
# optimize build for size over speed
diff --git a/release b/release
index b4de394..48082f7 100644
--- a/release
+++ b/release
@@ -1 +1 @@
-11
+12
diff --git a/testresults b/testresults
index 92c6b06..4cfcae7 100644
--- a/testresults
+++ b/testresults
@@ -1,5 +1,5 @@
-Total : 0
-Pass : 0
+Total : 3
+Pass : 3
Fail : 0
Skip : 0
XFail : 0
diff --git a/upstream b/upstream
index b32af15..8fc8c28 100644
--- a/upstream
+++ b/upstream
@@ -1 +1 @@
-2177dabc19fb0aa5d2134130620238b69d9bdae5/geocode-glib-3.26.1.tar.xz
+b8fb9aed83f33685fafc2952383dbc5b46a78d31/geocode-glib-3.26.2.tar.xz
diff --git a/versions b/versions
new file mode 100644
index 0000000..d801246
--- /dev/null
+++ b/versions
@@ -0,0 +1 @@
+3.26.2
--
2.25.1
3 years
[PATCH libgdata] libgdata: Autospec creation for update from version 0.17.11 to version 0.17.12
by Ross Burton
Anders Jonsson (1):
Update Swedish translation
Asier Sarasua Garmendia (1):
Update Basque translation
Ask Hjorth Larsen (1):
Updated Danish translation
Aurimas Äernius (1):
Updated Lithuanian translation
Balázs Meskó (1):
Update Hungarian translation
Balázs Ãr (1):
Update Hungarian translation
Changwoo Ryu (2):
Update Korean translation
Update Korean translation
Charles Monzat (1):
Update French translation
Claude Paroz (1):
Updated French translation
Daniel Mustieles (1):
Updated Spanish translation
Daniel ÈerbÄnescu (1):
Update Romanian translation
Fabio Tomat (1):
Update Friulian translation
Fran Dieguez (3):
Update Galician translation
Update Galician translation
Update Galician translation
Goran VidoviÄ (1):
Update Croatian translation
Jiri Grönroos (1):
Update Finnish translation
Jordi Mas (1):
Update Catalan translation
Kukuh Syafaat (1):
Update Indonesian translation
Marek Äernocký (1):
Updated Czech translation
Matej UrbanÄiÄ (2):
Added Slovenian translation
Updated Slovenian translation
Milo Casagrande (1):
Update Italian translation
Nathan Follens (1):
Update Dutch translation
Ondrej Holy (1):
core: Always refresh authorization when creating streams
Philip Withnall (4):
build: Make OAuth 1.0 support optional and disabled by default
goa: Drop OAuth 1.0 support from GDataGoaAuthorizer
build: Fix license in meson.build
Release version 0.17.12
Piotr DrÄ
g (1):
Update Polish translation
Rafael Fontenelle (1):
Update Brazilian Portuguese translation
Rūdolfs Mazurs (1):
Update Latvian translation
Sabri Ãnal (1):
Update Turkish translation
Tim Sabsch (1):
Update German translation
Umarzuki Bin Mochlis Moktar (1):
Add Malay translation
Yi-Jyun Pan (1):
Update Chinese (Taiwan) translation
sicklylife (2):
Update Japanese translation
Update Japanese translation
ÐаÑко ÐоÑÑÐ¸Ñ (2):
Update Serbian translation
Update Serbian translation
---
Makefile | 2 +-
NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++
buildreq_cache | 2 +-
libgdata.spec | 23 +++++++++++------------
meson_options.txt | 5 +++++
options.conf | 5 +++--
release | 2 +-
upstream | 2 +-
used_libs | 1 -
versions | 2 +-
10 files changed, 66 insertions(+), 20 deletions(-)
diff --git a/libgdata.spec b/libgdata.spec
index a3e3137..f3b1a46 100644
--- a/libgdata.spec
+++ b/libgdata.spec
@@ -120,7 +119,7 @@ ninja -v -C builddir
%install
mkdir -p %{buildroot}/usr/share/package-licenses/libgdata
-cp COPYING %{buildroot}/usr/share/package-licenses/libgdata/COPYING
+cp %{_builddir}/libgdata-0.17.12/COPYING %{buildroot}/usr/share/package-licenses/libgdata/caeb68c46fa36651acf592771d09de7937926bb3
DESTDIR=%{buildroot} ninja -C builddir install
%find_lang gdata
@@ -430,7 +429,7 @@ DESTDIR=%{buildroot} ninja -C builddir install
%files lib
%defattr(-,root,root,-)
/usr/lib64/libgdata.so.22
-/usr/lib64/libgdata.so.22.5.0
+/usr/lib64/libgdata.so.22.5.1
%files libexec
%defattr(-,root,root,-)
@@ -772,7 +771,7 @@ DESTDIR=%{buildroot} ninja -C builddir install
%files license
%defattr(0644,root,root,0755)
-/usr/share/package-licenses/libgdata/COPYING
+/usr/share/package-licenses/libgdata/caeb68c46fa36651acf592771d09de7937926bb3
%files locales -f gdata.lang
%defattr(-,root,root,-)
diff --git a/meson_options.txt b/meson_options.txt
index 25cc6b5..68c6372 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,6 +13,11 @@ option('goa',
value: 'enabled',
description: 'enable Gnome Online Accounts (goa) support')
+option('oauth1',
+ type: 'feature',
+ value: 'disabled',
+ description: 'enable OAuth 1.0 support (deprecated)')
+
# Enable always building tests (default: yes)
option('always_build_tests',
type: 'boolean',
diff --git a/options.conf b/options.conf
index 978a9fb..dc7c79b 100644
--- a/options.conf
+++ b/options.conf
@@ -1,8 +1,9 @@
[package]
name = libgdata
-url = https://download.gnome.org/sources/libgdata/0.17/libgdata-0.17.11.tar.xz
+url = https://download.gnome.org/sources/libgdata/0.17/libgdata-0.17.12.tar.xz
archives =
giturl = https://github.com/GNOME/libgdata.git
+domain =
[autospec]
# build 32 bit libraries
3 years