Author: qboosh Date: Sat Oct 29 13:54:26 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added types patch (fixes build on x86_64) - release 2
---- Files affected: SPECS: nbd.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/nbd.spec diff -u SPECS/nbd.spec:1.11 SPECS/nbd.spec:1.12 --- SPECS/nbd.spec:1.11 Fri Oct 28 20:09:27 2005 +++ SPECS/nbd.spec Sat Oct 29 15:54:21 2005 @@ -3,11 +3,12 @@ Summary(pl): Narzędzia do używania Network Block Device Name: nbd Version: 2.8.1 -Release: 1 +Release: 2 License: GPL Group: Applications/System Source0: http://dl.sourceforge.net/nbd/%{name}-%{version}.tar.bz2 # Source0-md5: 55f5bc6b8359880b29d7f00d34fcb28a +Patch0: %{name}-types.patch URL: http://nbd.sourceforge.net/ BuildRequires: glib2-devel >= 1:2.2.0 BuildRequires: pkgconfig @@ -37,6 +38,7 @@ %prep %setup -q +%patch0 -p1 %build %configure \ @@ -72,6 +74,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2005/10/29 13:54:21 qboosh +- added types patch (fixes build on x86_64) +- release 2 + Revision 1.11 2005/10/28 18:09:27 qboosh - updated to 2.8.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/nbd.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
