Author: patrys Date: Sun Oct 26 16:28:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add udev.patch - make it work again (udevinfo was deprecated) - rel 5
---- Files affected: SPECS: hal.spec (1.162 -> 1.163) ---- Diffs: ================================================================ Index: SPECS/hal.spec diff -u SPECS/hal.spec:1.162 SPECS/hal.spec:1.163 --- SPECS/hal.spec:1.162 Sun Oct 26 16:12:55 2008 +++ SPECS/hal.spec Sun Oct 26 17:28:45 2008 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): HAL - abstrakcyjna warstwa dostępu do sprzętu Name: hal Version: 0.5.11 -Release: 4 +Release: 5 License: AFL v2.0 or GPL v2 Group: Libraries Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz @@ -19,6 +19,7 @@ Patch1: %{name}-ac.patch Patch2: %{name}-link.patch Patch3: %{name}-ck-api-change.patch +Patch4: %{name}-udev.patch URL: http://freedesktop.org/Software/hal BuildRequires: PolicyKit-devel >= 0.7 BuildRequires: autoconf >= 2.60 @@ -67,7 +68,7 @@ Requires: glib2 >= 1:2.14.0 Requires: hal-info Requires: python-dbus >= 0.71 -Requires: udev-core >= 1:097 +Requires: udev-core >= 1:117 # require pciutils and usbutils with .ids in expected location Requires: /etc/pci.ids Requires: /etc/usb.ids @@ -138,6 +139,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build %{__libtoolize} @@ -290,6 +292,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.163 2008/10/26 16:28:45 patrys +- add udev.patch +- make it work again (udevinfo was deprecated) +- rel 5 + Revision 1.162 2008/10/26 15:12:55 mmazur - reverted last change, back to rel 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hal.spec?r1=1.162&r2=1.163&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
