diff --git a/libplist.spec b/libplist.spec index 6f898a0..f5b0472 100644 --- a/libplist.spec +++ b/libplist.spec @@ -2,7 +2,7 @@ Name: libplist Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for manipulating Apple Binary and XML Property Lists Group: System Environment/Libraries @@ -41,7 +41,6 @@ Requires: python %prep %setup -q -%patch0 -p1 -b .fixpython %build export CMAKE_PREFIX_PATH=/usr @@ -84,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/libplist %changelog +* Mon Dec 7 2009 Peter Robinson 1.0.0-2 +- Drop upstreamed patch + * Mon Dec 7 2009 Peter Robinson 1.0.0-1 - Upstream stable 1.0.0 release