base-specs/libsoup.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 22316 690de7cdc882
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package libsoup
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
22316
690de7cdc882 2012-02-23 Brian Cameron <[email protected]>
yippi
parents: 22177
diff changeset
     4
# Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16431
diff changeset
     8
%define owner wangke
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16431
d7743d81b302 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16394
diff changeset
    10
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17781
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16431
d7743d81b302 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16394
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         libsoup
14540
e1b502edb547 2008-10-31 Jeff Cai <[email protected]>
qc161282
parents: 14524
diff changeset
    14
License:      LGPL v2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Libraries/GNOME
20251
415e24dac241 2010-10-25 Brian Cameron <[email protected]>
yippi
parents: 20207
diff changeset
    16
Version:      2.32.0
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution: Java Desktop System
17865
b7ff02e93f66 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17852
diff changeset
    19
Vendor:       Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:      Library for SOAP support in Evolution
20251
415e24dac241 2010-10-25 Brian Cameron <[email protected]>
yippi
parents: 20207
diff changeset
    21
Source:       http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.32/libsoup-%{version}.tar.bz2
14524
3ec84cedbe00 2008-10-29 Jeff Cai <[email protected]>
qc161282
parents: 14419
diff changeset
    22
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
URL:          http://www.gnome.org
11578
40fff10c206b 2008-02-01 Jeff Cai<[email protected]>
qc161282
parents: 11546
diff changeset
    24
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Docdir:       %{_defaultdocdir}/libsoup
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Prereq:       /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%define gtk_doc_version 1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%define glib_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%define libxml_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define gnutls_version 1.0.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Requires:       glib2 >= %{glib_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Requires:       libxml2 >= %{libxml_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires:       gnutls >= %{gnutls_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
BuildRequires:  glib2-devel >= %{glib_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
BuildRequires:  libxml2-devel >= %{libxml_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
BuildRequires:  gnutls-devel >= %{gnutls_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
BuildRequires:  gtk-doc >= %{gtk_doc_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Soup provides an queued asynchronous callback-based mechanism for sending and
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
compiler which generates client stubs and server skeletons for easily calling
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
and implementing SOAP methods.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Summary:      Development Library for SOAP support in Evolution
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Group:        Development/Libraries/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
Requires:     %name = %version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
BuildRequires: glib2-devel >= %{glib_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
BuildRequires: libxml2-devel >= %{libxml_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
Soup provides an queued asynchronous callback-based mechanism for sending and
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
compiler which generates client stubs and server skeletons for easily calling
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
and implementing SOAP methods.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%build
22177
edc24c239ff3 2011-10-05 Brian Cameron <[email protected]>
yippi
parents: 20251
diff changeset
    68
export CFLAGS="%optflags"
17193
65ec054ec4d8 2009-12-17 Ke Wang <[email protected]>
wangke
parents: 16821
diff changeset
    69
export LDFLAGS="%_ldflags -lz"
22177
edc24c239ff3 2011-10-05 Brian Cameron <[email protected]>
yippi
parents: 20251
diff changeset
    70
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
  ./configure \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
    --prefix=%{_prefix} \
22177
edc24c239ff3 2011-10-05 Brian Cameron <[email protected]>
yippi
parents: 20251
diff changeset
    73
    --libdir=%{_libdir} \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
    --libexecdir=%{_libexecdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
    --sysconfdir=%{_sysconfdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
    --disable-gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
20251
415e24dac241 2010-10-25 Brian Cameron <[email protected]>
yippi
parents: 20207
diff changeset
    78
gmake
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
20251
415e24dac241 2010-10-25 Brian Cameron <[email protected]>
yippi
parents: 20207
diff changeset
    82
gmake -i install DESTDIR=$RPM_BUILD_ROOT
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%defattr (-, root, root)
15790
4ccf855362e1 2009-05-21 Ke Wang <[email protected]>
wangke
parents: 15605
diff changeset
    98
%doc AUTHORS COPYING NEWS README
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%{_libdir}/*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%defattr (-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%{_libdir}/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%{_includedir}/libsoup-2.2/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%{_datadir}/gtk-doc/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%changelog
22316
690de7cdc882 2012-02-23 Brian Cameron <[email protected]>
yippi
parents: 22177
diff changeset
   109
* Tue Feb 23 2012 - [email protected]
22177
edc24c239ff3 2011-10-05 Brian Cameron <[email protected]>
yippi
parents: 20251
diff changeset
   110
- Now support 64-bit.
20251
415e24dac241 2010-10-25 Brian Cameron <[email protected]>
yippi
parents: 20207
diff changeset
   111
* Mon Oct 25 2010 - [email protected]
415e24dac241 2010-10-25 Brian Cameron <[email protected]>
yippi
parents: 20207
diff changeset
   112
- Bump to 2.32.0
20207
fb85d7a3c0f3 2010-10-21 Ke Wang <[email protected]>
wangke
parents: 18036
diff changeset
   113
* Thu Oct 21 2010 - [email protected]
fb85d7a3c0f3 2010-10-21 Ke Wang <[email protected]>
wangke
parents: 18036
diff changeset
   114
- Bump to 2.30.2
18036
29ce19702350 2010-05-26 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
   115
* Tue May 25 2010 - [email protected]
29ce19702350 2010-05-26 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
   116
- Bump to 2.30.1.
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17604
diff changeset
   117
* Tue Mar 30 2010 - [email protected]
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17604
diff changeset
   118
- Bump to 2.30.0.
17604
6e8b9244bbf5 2010-02-28 Christian Kelly <[email protected]>
chrisk
parents: 17543
diff changeset
   119
* Sun Feb 28 2010 - [email protected]
6e8b9244bbf5 2010-02-28 Christian Kelly <[email protected]>
chrisk
parents: 17543
diff changeset
   120
- Bump to 2.29.91.
17543
33b955604866 2010-02-14 Christian Kelly <[email protected]>
chrisk
parents: 17446
diff changeset
   121
* Sun Feb 14 2010 - [email protected]
33b955604866 2010-02-14 Christian Kelly <[email protected]>
chrisk
parents: 17446
diff changeset
   122
- Bump to 2.29.90.
17446
1a6a2a925488 2010-01-26 Christian Kelly <[email protected]>
chrisk
parents: 17336
diff changeset
   123
* Tue Jan 26 2010 - [email protected]
1a6a2a925488 2010-01-26 Christian Kelly <[email protected]>
chrisk
parents: 17336
diff changeset
   124
- Bump to 2.29.6.
17336
c446fa256a75 2010-01-14 Jedy Wang <[email protected]>
jedy
parents: 17221
diff changeset
   125
* Thu Jan 14 2010 - [email protected]
c446fa256a75 2010-01-14 Jedy Wang <[email protected]>
jedy
parents: 17221
diff changeset
   126
- Bump to 2.29.5
17221
1f1cf6d30022 2009-12-22 Ke Wang <[email protected]>
wangke
parents: 17193
diff changeset
   127
* Tue Dec 22 2009 - [email protected]
1f1cf6d30022 2009-12-22 Ke Wang <[email protected]>
wangke
parents: 17193
diff changeset
   128
- Bump to 2.29.3
17193
65ec054ec4d8 2009-12-17 Ke Wang <[email protected]>
wangke
parents: 16821
diff changeset
   129
* Thu Dec 17 2009 - [email protected]
65ec054ec4d8 2009-12-17 Ke Wang <[email protected]>
wangke
parents: 16821
diff changeset
   130
- Bump to 2.28.2
16821
989b31b98e31 2009-10-21 Dave Lin <[email protected]>
davelam
parents: 16657
diff changeset
   131
* Tue Oct 20 2009 - [email protected]
989b31b98e31 2009-10-21 Dave Lin <[email protected]>
davelam
parents: 16657
diff changeset
   132
- Bump to 2.28.1
16657
c16ab44a6a3e 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16564
diff changeset
   133
* Wed Sep 23 2009 - [email protected]
c16ab44a6a3e 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16564
diff changeset
   134
- Bump to 2.28.0
16564
04f4ae617bdb 2009-09-15 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   135
* Tue Sep 08 2009 - [email protected]
04f4ae617bdb 2009-09-15 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   136
- Bump to 2.27.92
16394
8a2905dab201 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16240
diff changeset
   137
* Thu Aug 27 2009 - [email protected]
8a2905dab201 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16240
diff changeset
   138
- Bump to 2.27.91.
16240
1935d57d8e5d 2009-08-11 Christian Kelly <[email protected]>
chrisk
parents: 16155
diff changeset
   139
* Tue Aug 11 2009 - [email protected]
1935d57d8e5d 2009-08-11 Christian Kelly <[email protected]>
chrisk
parents: 16155
diff changeset
   140
- Bump to 2.27.90.
16155
f27abd8cf322 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 16037
diff changeset
   141
* Tue Jul 28 2009 - [email protected]
f27abd8cf322 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 16037
diff changeset
   142
- Bump to 2.27.5.
16037
50543cf75033 2009-07-16 Ke Wang <[email protected]>
wangke
parents: 15956
diff changeset
   143
* Thu Jul 16 2009 - [email protected]
50543cf75033 2009-07-16 Ke Wang <[email protected]>
wangke
parents: 15956
diff changeset
   144
- Bump to 2.27.4
15940
5b059542691d 2009-06-18 Christian Kelly <[email protected]>
chrisk
parents: 15790
diff changeset
   145
* Thu Jun 18 2009 - [email protected]
16037
50543cf75033 2009-07-16 Ke Wang <[email protected]>
wangke
parents: 15956
diff changeset
   146
- Bump to 2.27.2.
15790
4ccf855362e1 2009-05-21 Ke Wang <[email protected]>
wangke
parents: 15605
diff changeset
   147
* Thu May 21 2009 - [email protected]
4ccf855362e1 2009-05-21 Ke Wang <[email protected]>
wangke
parents: 15605
diff changeset
   148
- Bump to 2.26.2
15605
cb01092507b8 2009-04-14 set REAL_NAME environment variable <set EMAIL_ADDRESS environment variable>
jedy
parents: 15590
diff changeset
   149
* Tue Apr 14 2009 - [email protected]
cb01092507b8 2009-04-14 set REAL_NAME environment variable <set EMAIL_ADDRESS environment variable>
jedy
parents: 15590
diff changeset
   150
- Bump to 2.26.1
15590
e8decefe8623 2009-04-09 Ke Wang <[email protected]>
wangke
parents: 15405
diff changeset
   151
* Thu Apr 09 2009 - [email protected]
e8decefe8623 2009-04-09 Ke Wang <[email protected]>
wangke
parents: 15405
diff changeset
   152
- Bump to 2.26.0.9
15405
f6dc0305bcae 2009-03-17 Ke Wang <[email protected]>
wangke
parents: 15336
diff changeset
   153
* Tue Mar 17 2009 - [email protected]
f6dc0305bcae 2009-03-17 Ke Wang <[email protected]>
wangke
parents: 15336
diff changeset
   154
- Bump to 2.26.0
15132
ce2d995efd0f 2009-02-18 Ke Wang <[email protected]>
wangke
parents: 15069
diff changeset
   155
* Wed Feb 18 2009 - [email protected]
15405
f6dc0305bcae 2009-03-17 Ke Wang <[email protected]>
wangke
parents: 15336
diff changeset
   156
- Bump to 2.25.91
15137
f24e78a620e6 2009-02-18 Ke Wang <[email protected]>
wangke
parents: 15132
diff changeset
   157
* Wed Feb 18 2009 - [email protected]
15132
ce2d995efd0f 2009-02-18 Ke Wang <[email protected]>
wangke
parents: 15069
diff changeset
   158
- Move dependency on libproxy to SUNWlibsoup.spec
15069
761799b8ed66 2009-02-12 Ke Wang <[email protected]>
wangke
parents: 14889
diff changeset
   159
* Tue Feb 12 2009 - [email protected]
761799b8ed66 2009-02-12 Ke Wang <[email protected]>
wangke
parents: 14889
diff changeset
   160
- Bump to 2.25.5
761799b8ed66 2009-02-12 Ke Wang <[email protected]>
wangke
parents: 14889
diff changeset
   161
- Remove patch libsoup-01-empty-struct.diff
761799b8ed66 2009-02-12 Ke Wang <[email protected]>
wangke
parents: 14889
diff changeset
   162
- Add dependency on libproxy
14889
9ea06df7db3c * Fri Jan 09 2009 - [email protected]
wangke
parents: 14777
diff changeset
   163
* Fri Jan 09 2009 - [email protected]
9ea06df7db3c * Fri Jan 09 2009 - [email protected]
wangke
parents: 14777
diff changeset
   164
- Bump to 2.25.4
14777
bb81b54c7ac3 2008-12-16 Jeff Cai <[email protected]>
qc161282
parents: 14697
diff changeset
   165
* Wed Dec 16 2008 - [email protected]
bb81b54c7ac3 2008-12-16 Jeff Cai <[email protected]>
qc161282
parents: 14697
diff changeset
   166
- Bump to 2.25.3
14697
44961511f070 bump to gnome2.25.2
davelam
parents: 14568
diff changeset
   167
* Wed Dec 03 2008 - [email protected]
44961511f070 bump to gnome2.25.2
davelam
parents: 14568
diff changeset
   168
- Bump to 2.25.2
14568
aa3c0cbdae1c 2008-11-07 Jeff Cai <[email protected]>
qc161282
parents: 14540
diff changeset
   169
* Fri Nov 07 2008 - [email protected]
aa3c0cbdae1c 2008-11-07 Jeff Cai <[email protected]>
qc161282
parents: 14540
diff changeset
   170
- Bump to 2.25.1
14540
e1b502edb547 2008-10-31 Jeff Cai <[email protected]>
qc161282
parents: 14524
diff changeset
   171
* Fri Oct 31 2008 - [email protected]
e1b502edb547 2008-10-31 Jeff Cai <[email protected]>
qc161282
parents: 14524
diff changeset
   172
- Change the license tag.
14524
3ec84cedbe00 2008-10-29 Jeff Cai <[email protected]>
qc161282
parents: 14419
diff changeset
   173
* Tue Oct 29 2008 - [email protected]
3ec84cedbe00 2008-10-29 Jeff Cai <[email protected]>
qc161282
parents: 14419
diff changeset
   174
- Bump to 2.24.1.
13801
ab6da2303a89 2008-09-27 Christian Kelly <[email protected]>
chrisk
parents: 13729
diff changeset
   175
* Sat Sep 27 2008 - [email protected]
ab6da2303a89 2008-09-27 Christian Kelly <[email protected]>
chrisk
parents: 13729
diff changeset
   176
- Bump to 2.24.0.1.
13729
78c5ead117e2 2008-09-23 simon.zheng <[email protected]>
xz159989
parents: 13459
diff changeset
   177
* Tue Sep 23 2008 - [email protected]
78c5ead117e2 2008-09-23 simon.zheng <[email protected]>
xz159989
parents: 13459
diff changeset
   178
- Bump to 2.24.0.
13459
03c7629845a9 2008-09-09 Christian Kelly <[email protected]>
chrisk
parents: 13350
diff changeset
   179
* Tue Sep 09 2008 - [email protected]
03c7629845a9 2008-09-09 Christian Kelly <[email protected]>
chrisk
parents: 13350
diff changeset
   180
- Bump to 2.23.92.
13350
f5d94c7bfc47 2008-09-02 simon.zheng <[email protected]>
xz159989
parents: 13015
diff changeset
   181
* Tue Sep 02 2008 - [email protected]
f5d94c7bfc47 2008-09-02 simon.zheng <[email protected]>
xz159989
parents: 13015
diff changeset
   182
- Bump to 2.23.91.
13015
551a987d0aef 2008-08-05 Wang Xin <[email protected]>
jedy
parents: 12518
diff changeset
   183
* Tue Aug 05 2008 - [email protected]
551a987d0aef 2008-08-05 Wang Xin <[email protected]>
jedy
parents: 12518
diff changeset
   184
- Bump to 2.23.6.
12518
4770517550c5 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12070
diff changeset
   185
* Wed May 28 2008 - [email protected]
4770517550c5 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12070
diff changeset
   186
- Bump to 2.23.1.
12070
7ed9f28c4257 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 11842
diff changeset
   187
* Wed Apr 08 2008 - [email protected]
7ed9f28c4257 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 11842
diff changeset
   188
- Bump to 2.4.1.
11842
ef341ae585f3 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   189
* Tue Mar 11 2008 - [email protected]
ef341ae585f3 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   190
- Bump to 2.4.0.
11725
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11621
diff changeset
   191
* Tue Feb 26 2008 - [email protected]
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11621
diff changeset
   192
- Bump to 2.3.4.
11621
eb1452b7ffc3 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11578
diff changeset
   193
* Tue Feb 12 2008 - [email protected]
eb1452b7ffc3 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11578
diff changeset
   194
- Bump to 2.3.2. Remove upstream patch 01-stdout
11545
079ff0f3885a 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11247
diff changeset
   195
* Tue Jan 29 2008 - [email protected]
11546
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11545
diff changeset
   196
- Bump to 2.3.0.1.
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11545
diff changeset
   197
* Tue Jan 29 2008 - [email protected]
11545
079ff0f3885a 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11247
diff changeset
   198
- Bump to 2.3.0.
11247
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   199
* Tue Nov 27 2007 - [email protected]
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   200
- Bump to 2.2.104.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10622
diff changeset
   201
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10622
diff changeset
   202
- Bump to 2.2.102.
10622
68fe0803f804 2007-10-08 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   203
* Mon Oct 08 2007 - [email protected]
68fe0803f804 2007-10-08 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   204
- Bump to 2.2.101.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Tue Feb 28 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- Bump to 2.2.100
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Mon Jan 9 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- Bump to 2.2.99.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
* Mon Nov 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- Bump to 2.2.98.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
* Tue Nov 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
- Bump to 2.2.97.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
* Tue Jul 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
- Bump to 2.2.96.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
* Fri Jul 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
- Bump to 2.2.95.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
* Thu Jun 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
- Disable gtk-doc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
* Tue May 30 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
- Bump to 2.2.93.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
* Mon Apr 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
- Bump to 2.2.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
* Tue Apr 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
- Remove .a/.la files in linux spec. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
* Thu Mar 30 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
- Alter "remove *.a/*.la files part" to SUNWevolution-libs.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
* Sun Mar  5 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
- Bump to 2.2.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
- Bump to 2.2.7.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
- Bump to 2.2.6.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
* Wed Aug 31 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
- Bump to 2.2.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
- Change gnutls_version to 1.0.0, or SSL will be disabled. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
- Bump to 2.2.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
* Tue Nov 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
- Bump to 2.2.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
* Thu Jun 17 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
- rpm4´ified
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
* Tue Jun 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
- Bump to 2.1.11
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
* Fri May 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
- Bump to 2.1.10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
* Mon Apr 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
- Initial spec file for libsoup 2.1.x