diff --git a/.gitignore b/.gitignore index e478e04..3b9f012 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -librapi2-0.15.tar.gz +/librapi2-0.15.1.tar.gz diff --git a/librapi.spec b/librapi.spec index 5f203da..e7bafbb 100644 --- a/librapi.spec +++ b/librapi.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: librapi -Version: 0.15 +Version: 0.15.1 Release: 1%{?dist} Summary: Library to connect to Pocket PC devices @@ -12,7 +12,7 @@ Source0: http://download.sf.net/synce/librapi2-%{version}.tar.gz Patch0: librapi2-dso.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libsynce-devel >= 0.15 +BuildRequires: libsynce-devel >= 0.15.1 BuildRequires: Pyrex BuildRequires: dbus-devel dbus-glib-devel BuildRequires: hal-devel @@ -65,16 +65,13 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a} rm -f $RPM_BUILD_ROOT%{python_sitearch}/pyrapi2.{la,a} - %clean rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files %defattr(-,root,root,-) %doc BUGS ChangeLog README README.contributing TODO @@ -96,6 +93,16 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 14 2011 Andreas Bierfert +- 0.15.1-1 +- version upgrade + +* Tue Feb 08 2011 Fedora Release Engineering - 0.15-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jul 21 2010 David Malcolm - 0.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Tue May 11 2010 Andreas Bierfert - 0.15-1 - version upgrade diff --git a/sources b/sources index 8971747..7d29b7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7341571d6f6b583bb4837bae42fb5d1c librapi2-0.15.tar.gz +7986aa05ebfafa6ee88a1915accb35f3 librapi2-0.15.1.tar.gz