forked from pool/libical
Accepting request 24450 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libical based on submit request 24450 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/24450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=12
This commit is contained in:
parent
39fa2df4d7
commit
8c9e304c26
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:107579b15ef2d4b6b329a983021a2a5beb8d012a924b070c5de26c2ea69f6597
|
||||
size 784505
|
3
libical-0.44.tar.bz2
Normal file
3
libical-0.44.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c26ec795a8acd86ef6a9f1923488e276ed8bc4a48361729b33ef4e2e2a1b6d4
|
||||
size 795297
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:54:57 EDT 2009 - msuman@gnome.org
|
||||
|
||||
- Update to version 0.44:
|
||||
+ Memory leak fixes by Alvaro Manera
|
||||
+ Various build fixes
|
||||
- Fixes for rpmlint warnings, remove the '--enable-python' configure
|
||||
option as python bindings were broken sometime ago.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 23:26:35 IST 2009 - msuman@suse.de
|
||||
|
||||
|
93
libical.spec
93
libical.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libical (Version 0.43)
|
||||
# spec file for package libical (Version 0.44)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,10 +21,10 @@
|
||||
Name: libical
|
||||
BuildRequires: db-devel python-devel
|
||||
Url: http://sourceforge.net/projects/freeassociation/
|
||||
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
License: LGPL v2.1 or later ; MPL ..
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Version: 0.43
|
||||
Version: 0.44
|
||||
Release: 1
|
||||
Summary: An Implementation of Basic iCAL Protocols
|
||||
Source: libical-%{version}.tar.bz2
|
||||
@ -44,11 +44,11 @@ Authors:
|
||||
Eric Busboom <eric@softwarestudio.org>
|
||||
|
||||
%package -n libical0
|
||||
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
License: MPL ..
|
||||
Summary: An Implementation of Basic iCAL Protocols
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: libical = %{version}
|
||||
Obsoletes: libical <= %{version}
|
||||
Obsoletes: libical < %{version}
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n libical0
|
||||
@ -64,10 +64,10 @@ Authors:
|
||||
Eric Busboom <eric@softwarestudio.org>
|
||||
|
||||
%package -n libical-devel
|
||||
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
License: MPL ..
|
||||
Summary: An implementation of basic iCAL protocols
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libical0 = %{version}
|
||||
Requires: libical = %{version}
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n libical-devel
|
||||
@ -83,7 +83,7 @@ Authors:
|
||||
Eric Busboom <eric@softwarestudio.org>
|
||||
|
||||
%package -n libical-doc
|
||||
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
License: MPL ..
|
||||
Summary: An Implementation of Basic iCAL Protocols
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libical = %{version}
|
||||
@ -101,7 +101,7 @@ Authors:
|
||||
Eric Busboom <eric@softwarestudio.org>
|
||||
|
||||
%prep
|
||||
%setup -q -n libical-%{version}
|
||||
%setup
|
||||
|
||||
%build
|
||||
#autoreconf -f -i
|
||||
@ -109,7 +109,6 @@ Authors:
|
||||
--with-bdb4 \
|
||||
--with-bdb4-dir=%{_prefix} \
|
||||
--without-builtintz \
|
||||
--enable-python \
|
||||
--enable-shared \
|
||||
--disable-static
|
||||
%{__make}
|
||||
@ -146,77 +145,3 @@ Authors:
|
||||
%doc doc examples scripts
|
||||
|
||||
%changelog
|
||||
* Sun Jan 11 2009 msuman@suse.de
|
||||
- Update to version 0.43:
|
||||
+ Incorporates bugfixes submitted by the GNOME Evolution team.
|
||||
+ New API call icaltimezone_set_tzid_prefix() to allow downstream
|
||||
applications to generate tzid's with custom namespaces.
|
||||
* Fri Dec 19 2008 msuman@suse.de
|
||||
- Use proper RPM macros in the spec file, remove unnecessary options
|
||||
passed to the configure script.
|
||||
* Tue Dec 02 2008 dmueller@suse.de
|
||||
- update to 0.42:
|
||||
* Fix for storing inline attachments
|
||||
* Safety fix when formatting date strings
|
||||
* compile / portability fixes
|
||||
* Thu Nov 27 2008 wstephenson@suse.de
|
||||
- Backport from 0.42:
|
||||
* Fix for storing inline attachments
|
||||
* Safety fix when formatting date strings
|
||||
* Wed Oct 15 2008 dmueller@suse.de
|
||||
- update to 0.40:
|
||||
* adopt new memory management semantics from the Evolution fork of libical,
|
||||
essentially every function now has a _r variant as well.
|
||||
* CMake build system in parallel
|
||||
* Crash fixes
|
||||
* Tue Sep 16 2008 dmueller@suse.de
|
||||
- update to 0.33:
|
||||
- Massive merges from KDE PIM's fork of libical
|
||||
* Tue Sep 02 2008 dmueller@suse.de
|
||||
- update to 0.32:
|
||||
- Massive merges from Evolution Data Server
|
||||
and other sources.
|
||||
* Wed May 07 2008 coolo@suse.de
|
||||
- fix rename from libical
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Tue Jan 29 2008 sf@suse.de
|
||||
- update to 0.27
|
||||
- Merges some patches from KDE and Citadel.
|
||||
- Updates timezone data to tzdata 2007c.
|
||||
- merges the libical forks from KDE, Evolution and SourceForge.
|
||||
- Updates timezone data to tzdata 2005j.
|
||||
- rename library package to libical0
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Sep 26 2005 mls@suse.de
|
||||
- make devel package require base package
|
||||
* Wed Jan 19 2005 sf@suse.de
|
||||
- fix use of uninitialized variable
|
||||
* Mon Mar 22 2004 sf@suse.de
|
||||
- remove some temporary /object files in examples
|
||||
* Wed Mar 17 2004 ro@suse.de
|
||||
- re-apply patch to make it build
|
||||
* Fri Feb 06 2004 adrian@suse.de
|
||||
- update to version 0.24 RC4
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- add %%run_ldconfig
|
||||
* Thu Jul 03 2003 ro@suse.de
|
||||
- added unpackaged files
|
||||
* Fri Jan 17 2003 stark@suse.de
|
||||
- update to cvs 20030116 for upcoming Mozilla 1.3
|
||||
* Wed Dec 11 2002 stark@suse.de
|
||||
- update to cvs 20021211 for Mozilla 1.3a
|
||||
* Thu Oct 17 2002 stark@suse.de
|
||||
- "update" to version 0.23a used and provided by mozilla.org
|
||||
* Tue Sep 17 2002 ro@suse.de
|
||||
- removed bogus self-provides
|
||||
* Mon Jun 17 2002 meissner@suse.de
|
||||
- rerun auto* tools
|
||||
* Wed Apr 17 2002 rhafer@suse.de
|
||||
- added missing header files to -devel subpackage
|
||||
- moved *.so links to -devel subpackage
|
||||
- uses %%{_libdir} now
|
||||
* Tue Apr 02 2002 sf@suse.de
|
||||
- initial version
|
||||
|
Loading…
Reference in New Issue
Block a user