Author: aredridel Date: Sat Aug 30 16:53:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add threadmutex patch
---- Files affected: SPECS: ruby-sqlite3.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/ruby-sqlite3.spec diff -u SPECS/ruby-sqlite3.spec:1.7 SPECS/ruby-sqlite3.spec:1.8 --- SPECS/ruby-sqlite3.spec:1.7 Fri Aug 29 21:46:13 2008 +++ SPECS/ruby-sqlite3.spec Sat Aug 30 18:53:32 2008 @@ -9,6 +9,7 @@ Group: Development/Languages Source0: http://rubyforge.org/frs/download.php/42055/%{tarname}-%{version}.tar.bz2 # Source0-md5: fe75fa99dd9a2b5a2f84ab484e7f6469 +Patch0: %{name}-threadmutex.patch URL: http://sqlite-ruby.rubyforge.org/sqlite3/ BuildRequires: rpmbuild(macros) >= 1.142 BuildRequires: ruby-modules @@ -26,6 +27,7 @@ %prep %setup -q -n %{tarname}-%{version} +%patch0 -p1 cp /usr/share/setup.rb . %build @@ -57,6 +59,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008/08/30 16:53:32 aredridel +- add threadmutex patch + Revision 1.7 2008/08/29 19:46:13 aredridel - 1.2.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ruby-sqlite3.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
