]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- 0.2.16
authorqrczak <qrczak@pld-linux.org>
Sat, 10 Feb 2007 23:49:04 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- beagle-unary-plus-string.patch: mono-1.2.3 doesn't like +"string"

Changed files:
    beagle-desktop.patch -> 1.12
    beagle-unary-plus-string.patch -> 1.1
    beagle.spec -> 1.105

beagle-desktop.patch
beagle-unary-plus-string.patch [new file with mode: 0644]
beagle.spec

index f8e5c5d9d2f1dd9407ff03f18ec84c6e49cb95a6..7880b277ba77c01a4566486d12a3585d20c9da18 100644 (file)
@@ -34,16 +34,14 @@ diff -ur beagle-0.2.15.1/search/beagle-search.desktop.in beagle-0.2.15.1-desktop
  X-GNOME-Bugzilla-Bugzilla=GNOME
  X-GNOME-Bugzilla-Product=beagle
  X-GNOME-Bugzilla-Component=General
-diff -ur beagle-0.2.15.1/tools/beagle-settings.desktop.in beagle-0.2.15.1-desktop/tools/beagle-settings.desktop.in
---- beagle-0.2.15.1/tools/beagle-settings.desktop.in   2007-01-26 00:39:00.000000000 +0100
-+++ beagle-0.2.15.1-desktop/tools/beagle-settings.desktop.in   2007-01-27 09:26:36.000000000 +0100
-@@ -1,13 +1,12 @@
+--- beagle-0.2.16/tools/beagle-settings.desktop.in~    2007-02-10 23:17:37.000000000 +0100
++++ beagle-0.2.16/tools/beagle-settings.desktop.in     2007-02-10 23:22:36.000000000 +0100
+@@ -1,12 +1,11 @@
  [Desktop Entry]
  Encoding=UTF-8
 -X-SuSE-translate=true
  _Name=Search & Indexing
- _GenericName=Configure Desktop Search & Indexing
- _Comment=Configure search & indexing properties
+ _GenericName=Configure Desktop Search
  Exec=beagle-settings
  Icon=system-search
  Type=Application
diff --git a/beagle-unary-plus-string.patch b/beagle-unary-plus-string.patch
new file mode 100644 (file)
index 0000000..f7e7f25
--- /dev/null
@@ -0,0 +1,11 @@
+--- beagle-0.2.16/Filters/FilterOpenOffice.cs~ 2007-01-24 18:52:38.000000000 +0100
++++ beagle-0.2.16/Filters/FilterOpenOffice.cs  2007-02-11 00:10:01.000000000 +0100
+@@ -483,7 +483,7 @@
+                               case "meta:keyword":
+                                       reader.Read ();
+                                       AddProperty (Beagle.Property.New ("fixme:keywords",
+-                                                                        +  reader.Value));
++                                                                          reader.Value));
+                                       break;
+                               }
+                               
index 259de45844e25a78c99eb8e30b4042dff987ed65..a3de3830d472c2036bb8ff429f478bb40dc15810 100644 (file)
 Summary:       Beagle - An indexing subsystem
 Summary(pl):   Beagle - podsystem indeksuj±cy
 Name:          beagle
-Version:       0.2.15.1
-Release:       2
+Version:       0.2.16
+Release:       1
 License:       Various
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 91fb5a499467b3ef468a5f003830c9fa
+# Source0-md5: 4818ca64dc2311208a27f03893836e49
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-crawl.patch
 Patch2:                %{name}-kill_exec_a.patch
 Patch3:                %{name}-configure.patch
+Patch4:                %{name}-unary-plus-string.patch
 URL:           http://beagle-project.org/Main_Page
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -53,7 +54,7 @@ BuildRequires:        librsvg-devel >= 1:2.16.0
 BuildRequires: libpng-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 1:2.6.26
-BuildRequires: mono-csharp >= 1.1.18
+BuildRequires: mono-csharp >= 1.1.13.5
 # not used atm
 #BuildRequires:        mozilla-devel
 %{?with_python:BuildRequires:  python-pygtk-devel >= 2.10.3}
@@ -254,6 +255,7 @@ Integracja funkcji automatycznego startu Beagle.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
This page took 0.043317 seconds and 4 git commands to generate.