Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01249bb7c1 |
4 changed files with 7 additions and 32 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
fc2706611f435a027cd520f0da0982d7 zeitgeist-0.9.0.tar.bz2
|
||||
5841e4624b07ba74866fb177f1c9aae7 zeitgeist-0.9.5.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
diff --git a/extensions/fts++/indexer.cpp b/extensions/fts++/indexer.cpp
|
||||
index 72a5c73..483caf7 100644
|
||||
--- a/extensions/fts++/indexer.cpp
|
||||
+++ b/extensions/fts++/indexer.cpp
|
||||
@@ -566,7 +566,8 @@ bool Indexer::IndexUri (std::string const& uri, std::string const& origin)
|
||||
}
|
||||
else
|
||||
{
|
||||
- basename = g_file_get_basename (f);
|
||||
+ // g_file_get_basename would unescape the uri, we don't want that here
|
||||
+ basename = g_path_get_basename (uri.c_str ());
|
||||
}
|
||||
|
||||
// step 2) unescape and check that it's valid utf8
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- configure 2012-04-10 09:33:12.000000000 -0400
|
||||
+++ configure.new 2012-05-21 22:12:20.121924192 -0400
|
||||
@@ -16922,6 +16922,7 @@
|
||||
ZEITGEIST_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
|
||||
gobject-2.0 >= $GLIB_REQUIRED
|
||||
gio-unix-2.0 >= $GLIB_REQUIRED
|
||||
+ gmodule-2.0 >= $GLIB_REQUIRED
|
||||
sqlite3 >= $SQLITE_REQUIRED"
|
||||
|
||||
|
||||
|
|
@ -2,14 +2,12 @@
|
|||
|
||||
Summary: Framework providing Desktop activity awareness
|
||||
Name: zeitgeist
|
||||
Version: 0.9.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.5
|
||||
Release: 1%{?dist}
|
||||
Group: User Interface/Desktops
|
||||
License: LGPLv2+
|
||||
URL: https://launchpad.net/zeitgeist
|
||||
Source0: http://launchpad.net/%{name}/0.9/0.9.0/+download/%{name}-%{version}.tar.bz2
|
||||
Patch1: zeitgeist-0.9.0-crash-fix.patch
|
||||
Patch2: zeitgeist-dso-build-fix.patch
|
||||
Source0: http://launchpad.net/%{name}/0.9/0.9.5/+download/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: vala, python-devel, python-rdflib
|
||||
BuildRequires: glib2-devel, dbus-devel, sqlite-devel
|
||||
BuildRequires: raptor2, xapian-core-devel
|
||||
|
|
@ -27,8 +25,6 @@ together with several different user interfaces.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p0
|
||||
|
||||
## nuke unwanted rpaths, see also
|
||||
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||
|
|
@ -57,6 +53,9 @@ make DESTDIR=%{buildroot} install
|
|||
%exclude %{_prefix}/doc/zeitgeist/
|
||||
|
||||
%changelog
|
||||
* Sun Sep 23 2012 Deji Akingunola <dakingun@gmail.com> - 0.9.5-1
|
||||
- Update to 0.9.5
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue