[libical] Upgrade to 0.48 (#664412, #696891, #743236)

Robert Scheck robert at fedoraproject.org
Sat Dec 17 14:55:45 UTC 2011


commit 6195f9490ce7526cf1f9b3463954bfa1684b7d94
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sat Dec 17 15:55:41 2011 +0100

    Upgrade to 0.48 (#664412, #696891, #743236)

 .gitignore   |    2 +-
 libical.spec |   20 +++++++++-----------
 sources      |    2 +-
 3 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5524c0f..8501b08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-libical-0.46.tar.gz
+libical-0.48.tar.gz
diff --git a/libical.spec b/libical.spec
index acc492b..9655baf 100644
--- a/libical.spec
+++ b/libical.spec
@@ -1,16 +1,12 @@
 Summary:	Reference implementation of the iCalendar data type and serialization format
 Name:		libical
-Version:	0.46
-Release:	3%{?dist}
+Version:	0.48
+Release:	1%{?dist}
 License:	LGPLv2 or MPLv1.1
 Group:		System Environment/Libraries
 URL:		http://freeassociation.sourceforge.net/
 Source:		http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
-Patch0:		libical-0.46-icaltimezone.patch
-Patch1:		libical-0.46-errors-are-fatal.patch
-Patch2:		libical-0.46-mkdir_p.patch
 Requires:	tzdata
-BuildRequires:	autoconf, automake, libtool
 BuildRequires:	bison, byacc, flex
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -21,7 +17,7 @@ used in dozens of calendaring and scheduling products.
 %package devel
 Summary:	Development files for libical
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}, pkgconfig
+Requires:	%{name}%{?_isa} = %{version}-%{release}, pkgconfig
 
 %description devel
 The libical-devel package contains libraries and header files for developing 
@@ -29,10 +25,6 @@ applications that use libical.
 
 %prep
 %setup -q
-%patch0 -p1 -b .icaltimezone
-%patch1 -p1 -b .errors-are-fatal
-%patch2 -p1 -b .mkdir_p
-autoreconf -i -f
 
 %build
 %configure --disable-static --enable-reentrant --with-backtrace
@@ -77,6 +69,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}/vobject.h
 
 %changelog
+* Sat Dec 17 2011 Robert Scheck <robert at fedoraproject.org> 0.48-1
+- Upgrade to 0.48 (#664412, #696891, #743236)
+
+* Mon Oct 24 2011 Robert Scheck <robert at fedoraproject.org> 0.47-1
+- Upgrade to 0.47 (#743236)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.46-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 81e3577..75c3ba7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c08f88945bfd5d0791d102e4aa4125c  libical-0.46.tar.gz
+e549f434d5fbf9cd156c60ed4943618f  libical-0.48.tar.gz


More information about the scm-commits mailing list