Browse Source

updated: attica, akonadi

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@799 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 14 years ago
parent
commit
44461bc28b
2 changed files with 12 additions and 4 deletions
  1. 7 2
      a/akonadi/akonadi-vl.spec
  2. 5 2
      a/attica/attica-vl.spec

+ 7 - 2
a/akonadi/akonadi-vl.spec

@@ -2,7 +2,7 @@ Summary: PIM Storage Service
 Summary(ja): PIM ストレージサービス
 Name:    akonadi
 Version: 1.3.1
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -11,7 +11,7 @@ Source0: http://download.akonadi-project.org/akonadi-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 # shrink default initial db size a bit (approx 140mb->28mb)
-%define mysql_conf_timestamp 20090220
+%define mysql_conf_timestamp 20100209
 Patch1: akonadi-1.1.1-mysql_conf.patch
 
 ## upstream patches
@@ -20,6 +20,7 @@ BuildRequires: cmake >= 2.6.0
 BuildRequires: qt4-devel >= 4.5.0
 BuildRequires: automoc4
 BuildRequires: MySQL-devel
+BuildRequires: MySQL-server
 # for xsltproc
 BuildRequires: libxslt
 BuildRequires: shared-mime-info
@@ -120,6 +121,10 @@ fi
 
 
 %changelog
+* Sun Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3.1-3
+- updated Patch1
+- added BR: MySQL-server
+
 * Sun Feb 14 2010 Shu KONNO <owa@bg.wakwak.com> - 1.3.1-2
 - added qmake path to PATH (if x86_64)
 

+ 5 - 2
a/attica/attica-vl.spec

@@ -1,6 +1,6 @@
 Name:           attica
-Version:        0.1.2
-Release:        3%{?dist}
+Version:        0.1.3
+Release:        1%{?_dist_release}
 Summary:        Implementation of the Open Collaboration Services API
 
 Group:          System Environment/Libraries
@@ -77,6 +77,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.3-1
+- new upstream release
+
 * Thu Feb 11 2010 Shu KONNO <owa@bg.wakwak.com> - 0.1.2-3
 - added qmake path to PATH (if x86_64)