Update to 3.30.0
This commit is contained in:
parent
8881c1bd4a
commit
6a9a9338ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
|||||||
/baobab-3.26.1.tar.xz
|
/baobab-3.26.1.tar.xz
|
||||||
/baobab-3.27.90.tar.xz
|
/baobab-3.27.90.tar.xz
|
||||||
/baobab-3.28.0.tar.xz
|
/baobab-3.28.0.tar.xz
|
||||||
|
/baobab-3.30.0.tar.xz
|
||||||
|
14
baobab.spec
14
baobab.spec
@ -1,15 +1,13 @@
|
|||||||
%global gtk3_version 3.19.1
|
%global gtk3_version 3.20
|
||||||
|
|
||||||
Name: baobab
|
Name: baobab
|
||||||
Version: 3.28.0
|
Version: 3.30.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A graphical directory tree analyzer
|
Summary: A graphical directory tree analyzer
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
URL: https://wiki.gnome.org/Apps/Baobab
|
URL: https://wiki.gnome.org/Apps/Baobab
|
||||||
Source0: https://download.gnome.org/sources/baobab/3.28/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/baobab/3.30/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Patch0: build-Fix-setting-GNOMELOCALEDIR.patch
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||||
BuildRequires: /usr/bin/appstream-util
|
BuildRequires: /usr/bin/appstream-util
|
||||||
@ -33,7 +31,6 @@ any change made to your home folder as far as any mounted/unmounted device.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .build-Fix-setting-GNOMELOCALEDIR
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -66,6 +63,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.des
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
||||||
|
- Update to 3.30.0
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-3
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
From 884fb555173c46fcb4a80a5cc9cbd32bad8186ba Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Piotr=20Dr=C4=85g?= <piotrdrag@gmail.com>
|
|
||||||
Date: Fri, 16 Mar 2018 19:57:53 +0100
|
|
||||||
Subject: [PATCH] build: Fix setting GNOMELOCALEDIR
|
|
||||||
|
|
||||||
https://bugzilla.gnome.org/show_bug.cgi?id=794381
|
|
||||||
---
|
|
||||||
meson.build | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index 30d996d..ad1b1d3 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -23,7 +23,7 @@ conf.set_quoted('PACKAGE_NAME', meson.project_name())
|
|
||||||
conf.set_quoted('PACKAGE_VERSION', meson.project_version())
|
|
||||||
conf.set_quoted('VERSION', meson.project_version())
|
|
||||||
conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
|
|
||||||
-conf.set_quoted('GNOMELOCALEDIR', join_paths(get_option('prefix'), get_option('datadir'), '/locale'))
|
|
||||||
+conf.set_quoted('GNOMELOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
|
|
||||||
configure_file(output: 'config.h', configuration: conf)
|
|
||||||
config_h_dir = include_directories('.')
|
|
||||||
|
|
||||||
--
|
|
||||||
2.17.0
|
|
||||||
|
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (baobab-3.28.0.tar.xz) = ff849f51d8177fff7378a3b2e74795b881da55c1b0c9cbfe2069a4417568aeb6d2c965454e8ffd322039a27d5380827ff8c41d78ee892476dc472c2c16af5ec8
|
SHA512 (baobab-3.30.0.tar.xz) = 3fa1c20e6e3a654d3dfa11b8f0a7e0dea77cc8ab88ff65a4471cd467d3cb3a7d2d39521be1718f3f6ab32984b9331332574f87f5fcaf13c1aa8cf93bd081d7e0
|
||||||
|
Loading…
Reference in New Issue
Block a user