[php-libvirt/f15] Fix debuginfo package

Michal Novotny minovotn at fedoraproject.org
Wed Aug 24 07:52:12 UTC 2011


commit 3b8a712aba06e5fd2b9429f9ad60484d2e42987d
Author: Michal Novotny <mignov at gmail.com>
Date:   Wed Aug 24 09:52:27 2011 +0200

    Fix debuginfo package

 php-libvirt.spec |   27 +++++++++++++++++++++++++--
 sources          |    2 +-
 2 files changed, 26 insertions(+), 3 deletions(-)
---
diff --git a/php-libvirt.spec b/php-libvirt.spec
index e072be3..bfa782d 100644
--- a/php-libvirt.spec
+++ b/php-libvirt.spec
@@ -10,7 +10,7 @@
 
 Name:		php-libvirt
 Version:	0.4.4
-Release:	1%{?dist}%{?extra_release}
+Release:	2%{?dist}%{?extra_release}
 Summary:	PHP language binding for Libvirt
 
 %if 0%{?suse_version}  
@@ -66,6 +66,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
+chmod +x %{buildroot}%{php_extdir}/php-libvirt.so
 
 %clean
 rm -rf %{buildroot}
@@ -83,7 +84,29 @@ rm -rf %{buildroot}
 
 %changelog
 * Mon Aug 22 2011 Michal Novotny <minovotn at redhat.com> - 0.4.4
-- Several bugfixes and updated SPEC file and codes not to require open tags
+- Several bugfixes for VNC and updated SPEC file
+
+* Thu Aug 11 2011 Michal Novotny <minovotn at redhat.com> - 0.4.3
+- Rebase to 0.4.3 from master branch
+
+* Tue Apr 19 2011 Michal Novotny <minovotn at redhat.com> - 0.4.1-5
+- Minor memory leak fixes
+- Several bug fixes
+
+* Mon Apr 11 2011 Michal Novotny <minovotn at redhat.com> - 0.4.1-4
+- Add new storagepool API functions
+- Add optional xPath argument for *_get_xml_desc() functions
+- Add new network API functions
+- Add new API functions to add/remove disks
+
+* Wed Mar 23 2011 Michal Novotny <minovotn at redhat.com> - 0.4.1-3
+- Add connection information function
+- Add coredump support
+- Add snapshots support
+- Improve error reporting for destructors
+
+* Thu Mar 10 2011 Michal Novotny <minovotn at redhat.com> - 0.4.1-2
+- Changes done to comply with Fedora package policy
 
 * Tue Feb 8 2011 Michal Novotny <minovotn at redhat.com> - 0.4.1
 - Initial commit (from github)
diff --git a/sources b/sources
index cddaca3..12fb345 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1bbd2836304f3fa8e273f47353434a5  php-libvirt-0.4.4.tar.gz
+20c7ca704e5a15350ccf83d6a3514836  php-libvirt-0.4.4.tar.gz


More information about the scm-commits mailing list