From e6adacac5f87d5790c5d3347b58e823631f12f1092337722f7ec5bfaf9cafaf8 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Sep 2011 15:23:20 +0000 Subject: [PATCH] Accepting request 83632 from home:vuntz:branches:GNOME:Factory Update to 0.14.0 OBS-URL: https://build.opensuse.org/request/show/83632 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=35 --- json-glib-0.13.90.tar.bz2 | 3 --- json-glib-0.14.0.tar.bz2 | 3 +++ json-glib.changes | 9 +++++++++ json-glib.spec | 11 +++++++++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 json-glib-0.13.90.tar.bz2 create mode 100644 json-glib-0.14.0.tar.bz2 diff --git a/json-glib-0.13.90.tar.bz2 b/json-glib-0.13.90.tar.bz2 deleted file mode 100644 index 31dba27..0000000 --- a/json-glib-0.13.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3819532086fd6772a4132a3deba07fa0509fe480ef7fa4e82c7b501dfee5697f -size 520841 diff --git a/json-glib-0.14.0.tar.bz2 b/json-glib-0.14.0.tar.bz2 new file mode 100644 index 0000000..566bb7c --- /dev/null +++ b/json-glib-0.14.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa6a22711c99208feef3bdcd6692573640ac7635725417024980b80990a2966 +size 522291 diff --git a/json-glib.changes b/json-glib.changes index f46dd04..e971c53 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 19 14:30:19 UTC 2011 - vuntz@opensuse.org + +- Update to version 0.14.0: + + Add translations. +- Create lang subpackage. +- Add json-glib-lang Recommends to libjson-glib-1_0-0, as well as a + json-glib Provides to make the lang subpackage installable. + ------------------------------------------------------------------- Fri Sep 9 16:20:36 UTC 2011 - vuntz@opensuse.org diff --git a/json-glib.spec b/json-glib.spec index a026015..9fd0441 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -19,13 +19,13 @@ Name: json-glib -Version: 0.13.90 +Version: 0.14.0 Release: 1 Summary: Library for JavaScript Object Notation format License: LGPLv2.1+ Group: Development/Libraries/C and C++ Url: http://live.gnome.org/JsonGlib -Source0: http://download.gnome.org/sources/json-glib/0.13/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/json-glib/0.14/%{name}-%{version}.tar.bz2 Source99: baselibs.conf BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel @@ -48,6 +48,9 @@ JSON data streams. License: LGPLv2.1+ Summary: Library for JavaScript Object Notation format Group: Development/Libraries/C and C++ +# To make lang subpackage installable +Provides: %{name} = %{version} +Recommends: %{name}-lang %description -n libjson-glib-1_0-0 JSON is a lightweight data-interchange format.It is easy for humans to @@ -84,6 +87,7 @@ JSON data streams. This package contains development files needed to develop with the json-glib library. +%lang_package %prep %setup -q @@ -94,6 +98,7 @@ json-glib library. %install %makeinstall %__rm %{buildroot}%{_libdir}/*.la +%find_lang %{name}-1.0 %clean rm -rf %{buildroot} @@ -118,4 +123,6 @@ rm -rf %{buildroot} %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/%{name} +%files lang -f %{name}-1.0.lang + %changelog