From b90919443418c6a3d56bccccb02fb150ad2543f575a3341b9c3159fb91ce934e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 17 Oct 2012 20:25:20 +0000 Subject: [PATCH 1/3] Accepting request 138312 from home:dimstar:branches:GNOME:Factory Update to 3.6.1 OBS-URL: https://build.opensuse.org/request/show/138312 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/baobab?expand=0&rev=18 --- baobab-3.6.0.tar.xz | 3 --- baobab-3.6.1.tar.xz | 3 +++ baobab.changes | 9 +++++++++ baobab.spec | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 baobab-3.6.0.tar.xz create mode 100644 baobab-3.6.1.tar.xz diff --git a/baobab-3.6.0.tar.xz b/baobab-3.6.0.tar.xz deleted file mode 100644 index ae61a32..0000000 --- a/baobab-3.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb252b5384287b31d5f945607ad4c8432fd2936087e714ab9d052ca0c08ffb55 -size 863844 diff --git a/baobab-3.6.1.tar.xz b/baobab-3.6.1.tar.xz new file mode 100644 index 0000000..982d060 --- /dev/null +++ b/baobab-3.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac20a858d8a2b6260c0235dd80a0c442ed4beaed42ead93aefc5da7e4c47fc6b +size 1000628 diff --git a/baobab.changes b/baobab.changes index e0734be..ef92968 100644 --- a/baobab.changes +++ b/baobab.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 16 07:10:21 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.1: + + Minor tweaks to the UI. + + Updated translations. +- Add pkgconfig(gobject-introspection-1.0) BuildRequires: enable + gobject-introspection. + ------------------------------------------------------------------- Mon Sep 24 20:57:42 UTC 2012 - dimstar@opensuse.org diff --git a/baobab.spec b/baobab.spec index fc9d975..a56856a 100644 --- a/baobab.spec +++ b/baobab.spec @@ -18,7 +18,7 @@ Name: baobab -Version: 3.6.0 +Version: 3.6.1 Release: 0 Summary: Disk Usage Analyzer License: GPL-2.0+ @@ -30,6 +30,7 @@ BuildRequires: update-desktop-files BuildRequires: vala BuildRequires: yelp-tools BuildRequires: pkgconfig(gio-2.0) >= 2.30.0 +BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.5.9 Recommends: %{name}-lang Conflicts: gnome-utils < 3.3.1 @@ -56,6 +57,7 @@ make %{?_smp_mflags} %install %make_install +find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %suse_update_desktop_file %{name} %find_lang %{name} %{?no_lang_C} @@ -81,6 +83,7 @@ make %{?_smp_mflags} %{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop +%{_libdir}/baobab/ %files lang -f %{name}.lang From d6c55dde876bc78cbe60e626acad94a8efcca212a6518c0bcd91670dfe09397e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 17 Oct 2012 20:42:46 +0000 Subject: [PATCH 2/3] Accepting request 138638 from home:dimstar:branches:GNOME:Factory Update to 3.6.2 OBS-URL: https://build.opensuse.org/request/show/138638 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/baobab?expand=0&rev=19 --- baobab-3.6.1.tar.xz | 3 --- baobab-3.6.2.tar.xz | 3 +++ baobab.changes | 6 ++++++ baobab.spec | 6 ++---- 4 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 baobab-3.6.1.tar.xz create mode 100644 baobab-3.6.2.tar.xz diff --git a/baobab-3.6.1.tar.xz b/baobab-3.6.1.tar.xz deleted file mode 100644 index 982d060..0000000 --- a/baobab-3.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac20a858d8a2b6260c0235dd80a0c442ed4beaed42ead93aefc5da7e4c47fc6b -size 1000628 diff --git a/baobab-3.6.2.tar.xz b/baobab-3.6.2.tar.xz new file mode 100644 index 0000000..0feaaac --- /dev/null +++ b/baobab-3.6.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffef397f11fb1e7105d1429be828e88b9ceb5746984f0bb978e66e87faf047a +size 1000456 diff --git a/baobab.changes b/baobab.changes index ef92968..0fa922c 100644 --- a/baobab.changes +++ b/baobab.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 17 20:38:33 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.2: + + Fix linking error on OpenBSD. + ------------------------------------------------------------------- Tue Oct 16 07:10:21 UTC 2012 - dimstar@opensuse.org diff --git a/baobab.spec b/baobab.spec index a56856a..84c413d 100644 --- a/baobab.spec +++ b/baobab.spec @@ -18,7 +18,7 @@ Name: baobab -Version: 3.6.1 +Version: 3.6.2 Release: 0 Summary: Disk Usage Analyzer License: GPL-2.0+ @@ -57,7 +57,7 @@ make %{?_smp_mflags} %install %make_install -find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print +#find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %suse_update_desktop_file %{name} %find_lang %{name} %{?no_lang_C} @@ -81,9 +81,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %{_datadir}/icons/hicolor/scalable/actions/view-ringschart-symbolic.svg %{_datadir}/icons/hicolor/scalable/actions/view-treemap-symbolic.svg %{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml -%{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop -%{_libdir}/baobab/ %files lang -f %{name}.lang From ea48580c4fe0d3d518243add9ee5b8327347eed1de599cbdabfb4e1d04a22175 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 17 Oct 2012 20:58:50 +0000 Subject: [PATCH 3/3] Accepting request 138641 from home:dimstar:branches:GNOME:Factory update to 3.6.2 - tweaked OBS-URL: https://build.opensuse.org/request/show/138641 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/baobab?expand=0&rev=20 --- baobab.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/baobab.spec b/baobab.spec index 84c413d..e501633 100644 --- a/baobab.spec +++ b/baobab.spec @@ -57,7 +57,6 @@ make %{?_smp_mflags} %install %make_install -#find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %suse_update_desktop_file %{name} %find_lang %{name} %{?no_lang_C}