466a00c
Name:           yaz
784e95b
Version:        5.34.0
784e95b
Release:        1%{?dist}
252b325
Summary:        Z39.50/SRW/SRU toolkit
466a00c
License:        BSD
9a03416
URL:            http://www.indexdata.com/yaz/
9a03416
Source0:        http://ftp.indexdata.com/pub/yaz/yaz-%{version}.tar.gz
d2d7164
d2d7164
BuildRequires:  gcc
9a03416
BuildRequires:  bison
d2d7164
BuildRequires:  make
d2d7164
d2d7164
BuildRequires:  pkgconfig(libexslt)
d2d7164
BuildRequires:  pkgconfig(gnutls)
d2d7164
BuildRequires:  pkgconfig(hiredis)
d2d7164
BuildRequires:  pkgconfig(icu-i18n)
d2d7164
BuildRequires:  pkgconfig(libmemcached)
d2d7164
BuildRequires:  pkgconfig(libxml-2.0)
d2d7164
BuildRequires:  pkgconfig(libxslt)
d2d7164
d2d7164
BuildRequires:  ncurses-devel
9a03416
BuildRequires:  readline-devel
d2d7164
BuildRequires:  %{_bindir}/tclsh
466a00c
106321f
Requires:       lib%{name}%{?_isa} = %{version}-%{release}
106321f
466a00c
%description
252b325
YAZ is a programmers toolkit supporting the development of Z39.50/SRW/SRU 
252b325
clients and servers. Z39.50-2003 (version 3) as well as SRW/SRU version 1.1 
252b325
are supported in both the client and server roles. The SOLR webservice is 
252b325
supported in the client role through the ZOOM API.
252b325
9a03416
The current version of YAZ includes support for the industry standard ZOOM 
9a03416
API for Z39.50. This API vastly simplifies the process of writing new clients 
9a03416
using YAZ, and it reduces your dependency on any single toolkit. YAZ can be 
9a03416
used by itself to build Z39.50 applications in C.For programmers preferring 
9a03416
another language, YAZ has three language bindings to commonly used application
9a03416
development languages.
466a00c
9a03416
This package contains both a test-server and clients (normal & ssl).
466a00c
9a03416
%package -n     lib%{name}
9a03416
Summary:        Shared libraries for %{name}
466a00c
466a00c
%description -n lib%{name}
9a03416
This packages contains shared libraries for %{name}.
3bb30bc
9a03416
%package -n     lib%{name}-devel
9a03416
Summary:        Development files for %{name}
9a03416
Requires:       lib%{name}%{?_isa} = %{version}-%{release}
466a00c
466a00c
%description -n lib%{name}-devel
9a03416
This package contains libraries and header files for
9a03416
developing applications that use lib%{name}.
252b325
9a03416
%package        doc
9a03416
Summary:        Documentation for %{name}
a9defd7
BuildArch:      noarch
9a03416
Requires:       %{name} = %{version}-%{release}
a9defd7
9a03416
%description    doc
7b05047
This package contains documentation for %{name}, a Z39.50 protocol
a9defd7
server and client.
a9defd7
466a00c
%prep
466a00c
%setup -q
466a00c
466a00c
%build
7523665
sed -i.rpath configure \
7523665
	-e 's|hardcode_libdir_flag_spec=|hardcode_libdir_flag_spec_goodby=|' \
7523665
	-e '\@sys_lib_dlsearch_path_spec=@s|/lib /usr/lib|/lib /usr/lib %{_libdir} /%{_lib}|' \
7523665
	%{nil}
d2d7164
466a00c
%configure \
3ff5b26
        --enable-shared \
3ff5b26
        --with-memcached \
3ff5b26
        --with-redis \
2b3be4a
        --disable-static \
7523665
        %{nil}
3ff5b26
3ff5b26
%make_build
466a00c
466a00c
%install
e15eb60
%make_install
b1fe009
466a00c
# Remove cruft
3aad442
find %{buildroot} -name '*.*a' -delete -print
b1fe009
466a00c
%check
466a00c
make check
466a00c
466a00c
%post -n lib%{name} -p /sbin/ldconfig
466a00c
9a03416
%postun -n lib%{name} -p /sbin/ldconfig
466a00c
466a00c
%files
17409be
%doc NEWS
17409be
%doc README.md
7b05047
%license LICENSE
466a00c
%{_bindir}/yaz-client
466a00c
%{_bindir}/yaz-iconv
b49308a
%{_bindir}/yaz-icu
b88d929
%{_bindir}/yaz-illclient
a9defd7
%{_bindir}/yaz-json-parse
b88d929
%{_bindir}/yaz-marcdump
b88d929
%{_bindir}/yaz-record-conv
ee1c2d5
%{_bindir}/yaz-url
b88d929
%{_bindir}/yaz-ztest
4fbbfa3
%{_bindir}/zoomsh
466a00c
%{_mandir}/man1/yaz-client.*
466a00c
%{_mandir}/man1/yaz-iconv.*
b49308a
%{_mandir}/man1/yaz-icu.*
b88d929
%{_mandir}/man1/yaz-illclient.*
a9defd7
%{_mandir}/man1/yaz-json-parse.*
b88d929
%{_mandir}/man7/yaz-log.*
b88d929
%{_mandir}/man1/yaz-marcdump.*
b88d929
%{_mandir}/man1/yaz-record-conv.*
ee1c2d5
%{_mandir}/man1/yaz-url.*
b88d929
%{_mandir}/man8/yaz-ztest.*
b88d929
%{_mandir}/man1/zoomsh.*
466a00c
466a00c
%files -n lib%{name}
b1fe009
%license LICENSE
4befae9
%{_libdir}/libyaz.so.5*
4befae9
%{_libdir}/libyaz_icu.so.5*
4befae9
%{_libdir}/libyaz_server.so.5*
466a00c
%{_mandir}/man7/yaz.*
b683b36
%{_mandir}/man7/bib1-attr.*
466a00c
466a00c
%files -n lib%{name}-devel
b88d929
%doc NEWS README.md
466a00c
%{_bindir}/yaz-asncomp
106321f
%{_bindir}/yaz-config
2ef6120
%{_libdir}/pkgconfig/*
466a00c
%{_libdir}/*.so
4fbbfa3
%{_includedir}/%{name}/
7b05047
%{_datadir}/yaz/
466a00c
%{_datadir}/aclocal/*
466a00c
%{_mandir}/man1/yaz-asncomp.*
252b325
%{_mandir}/man1/yaz-config.*
466a00c
a9defd7
%files -n %{name}-doc
fa7e896
%{_pkgdocdir}
466a00c
466a00c
%changelog
784e95b
* Fri Jan 13 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.34.0-1
784e95b
- 5.34.0
784e95b
bf82b61
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 5.33.0-2
bf82b61
- Rebuild for ICU 72
bf82b61
c90f414
* Wed Dec 14 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.33.0-1
c90f414
- 5.33.0
c90f414
131d120
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.32.0-3
131d120
- Rebuilt for ICU 71.1
131d120
0576ce6
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.32.0-2
0576ce6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
0576ce6
17409be
* Tue May 31 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.32.0-1
17409be
- 5.32.0
17409be
ef16bf9
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.31.1-4
ef16bf9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
ef16bf9
7cb8b4c
* Tue Jan 18 2022 Kevin Fenzi <kevin@scrye.com> - 5.31.1-3
7cb8b4c
- Rebuild for hiredis 1.0.2
7cb8b4c
106321f
* Thu Dec 23 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.31.1-2
106321f
- Make yaz binary rpm Requires libyaz rpm
106321f
d2d7164
* Mon Dec 20 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.31.1-1
d2d7164
- 5.31.1
d2d7164
4a22124
* Tue Nov  2 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.31.0-1
4a22124
- 5.31.0
b88d929
7523665
* Tue Nov  2 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.14.11-27
7523665
- Remove rpath harder, don't use chrpath
7523665
09060c1
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-26
09060c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
09060c1
bfaba33
* Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> - 5.14.11-25
bfaba33
- Rebuild for ICU 69
bfaba33
b768d57
* Wed May 19 2021 Pete Walter <pwalter@fedoraproject.org> - 5.14.11-24
b768d57
- Rebuild for ICU 69
b768d57
6d78cd7
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-23
6d78cd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6d78cd7
3e27cb9
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-22
3e27cb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3e27cb9
9329236
* Fri May 15 2020 Pete Walter <pwalter@fedoraproject.org> - 5.14.11-21
9329236
- Rebuild for ICU 67
9329236
05c3f4a
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-20
05c3f4a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
05c3f4a
b0f5fd3
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 5.14.11-19
b0f5fd3
- Rebuild for ICU 65
b0f5fd3
456c9be
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-18
456c9be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
456c9be
da9c9e4
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.14.11-17
da9c9e4
- Rebuild for readline 8.0
da9c9e4
e006dd8
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-16
e006dd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e006dd8
fffb463
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 5.14.11-15
fffb463
- Rebuild for ICU 63
fffb463
21016a4
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-14
21016a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
21016a4
f350d79
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 5.14.11-13
f350d79
- Rebuild for ICU 62
f350d79
68dee2c
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 5.14.11-12
68dee2c
- Rebuild for ICU 61.1
68dee2c
e382dec
* Tue Mar 27 2018 Till Maas <opensource@till.name> - 5.14.11-11
e382dec
- rebuilt to drop tcp_wrappers dependency
e382dec
  https://bugzilla.redhat.com/show_bug.cgi?id=1518798
e382dec
d10fb0c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-10
d10fb0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d10fb0c
d18f1f5
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 5.14.11-9
d18f1f5
- Rebuild for ICU 60.1
d18f1f5
e51092c
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-8
e51092c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e51092c
1eee833
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-7
1eee833
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1eee833
a7dfefe
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-6
a7dfefe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a7dfefe
Igor Gnatenko c681c0b
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 5.14.11-5
Igor Gnatenko c681c0b
- Rebuild for readline 7.x
Igor Gnatenko c681c0b
e750dbe
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 5.14.11-4
e750dbe
- rebuild for ICU 57.1
e750dbe
d07351f
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.11-3
d07351f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d07351f
54320ec
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5.14.11-2
54320ec
- rebuild for ICU 56.1
54320ec
b1fe009
* Sat Oct 24 2015 Christopher Meng <rpm@cicku.me> - 5.14.11-1
b1fe009
- Update to 5.14.11
b1fe009
b0cae92
* Tue Sep 15 2015 Christopher Meng <rpm@cicku.me> - 5.14.9-1
b0cae92
- Update to 5.14.9
b0cae92
96f1467
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.13.0-2
96f1467
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
96f1467
f0d3f89
* Sun Jun 07 2015 Christopher Meng <rpm@cicku.me> - 5.13.0-1
f0d3f89
- Update to 5.13.0
f0d3f89
b319b42
* Thu Feb 26 2015 Christopher Meng <rpm@cicku.me> - 5.9.1-2
b319b42
- Drop openssl-devel from libyaz-devel as yaz is linked with gnutls already
b319b42
2b3be4a
* Thu Feb 26 2015 Guido Grazioli <guido.grazioli@gmail.com> - 5.9.1-1
2b3be4a
- Update to 5.9.1
2b3be4a
- Remove rpaths with chrpath
2b3be4a
Petr Machata 286b28d
* Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 5.8.1-2
Petr Machata 286b28d
- Bump for rebuild.
Petr Machata 286b28d
51787df
* Mon Feb 02 2015 Christopher Meng <rpm@cicku.me> - 5.8.1-1
51787df
- Update to 5.8.1
51787df
da0e2ae
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 5.6.0-2
da0e2ae
- rebuild for ICU 54.1
da0e2ae
4fbbfa3
* Tue Nov 18 2014 Christopher Meng <rpm@cicku.me> - 5.6.0-1
4fbbfa3
- Update to 5.6.0
4fbbfa3
299f674
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 5.4.1-2
299f674
- rebuild for ICU 53.1
299f674
c2bad63
* Fri Aug 22 2014 Christopher Meng <rpm@cicku.me> - 5.4.1-1
c2bad63
- Update to 5.4.1
c2bad63
ed53f68
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-3
ed53f68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ed53f68
3ff5b26
* Fri Jul 18 2014 Christopher Meng <rpm@cicku.me> - 5.3.0-2
3ff5b26
- Enable GnuTLS support.
3ff5b26
d33419b
* Thu Jul 17 2014 Christopher Meng <rpm@cicku.me> - 5.3.0-1
d33419b
- Update to 5.3.0
d33419b
f8b8469
* Mon Jun 30 2014 Christopher Meng <rpm@cicku.me> - 5.2.1-1
f8b8469
- Update to 5.2.1
f8b8469
a5b7adb
* Sun Jun 15 2014 Christopher Meng <rpm@cicku.me> - 5.2.0-1
a5b7adb
- Update to 5.2.0
a5b7adb
e805d81
* Mon Jun 09 2014 Christopher Meng <rpm@cicku.me> - 5.1.3-1
e805d81
- Update to 5.1.3
e805d81
f246907
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.1-2
f246907
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f246907
4207bdf
* Mon May 05 2014 Christopher Meng <rpm@cicku.me> - 5.1.1-1
4207bdf
- Update to 5.1.1
4207bdf
e15eb60
* Sun Apr 20 2014 Christopher Meng <rpm@cicku.me> - 5.1.0-1
e15eb60
- Update to 5.1.0
e15eb60
9a03416
* Tue Mar 25 2014 Christopher Meng <rpm@cicku.me> - 5.0.21-1
9a03416
- Update to 5.0.21
9a03416
- Build with memcached support for ZOOM caching.
9a03416
- SPEC cleanup, dependencies cleanup, redundant files cleanup.
9a03416
c33a29f
* Fri Feb 14 2014 David Tardon <dtardon@redhat.com> - 4.2.56-4
c33a29f
- rebuild for new ICU
c33a29f
afb5c53
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.56-3
afb5c53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
afb5c53
004bc2b
* Tue Apr 30 2013 Dan Horák <dan[at]danny.cz> 4.2.56-2
004bc2b
- add upstream fix for platforms where the char type is unsigned by default
004bc2b
e0d0dfe
* Mon Apr 29 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.2.56-1
e0d0dfe
- Update to 4.2.56
e0d0dfe
684f049
* Tue Apr 02 2013 Guido Grazioli <guido.grazioli@gmail.com> - 4.2.51-1
684f049
- Update to 4.2.51
684f049
- Remove unneeded patch
684f049
af696e0
* Fri Feb 01 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 4.2.33-3
af696e0
- Rebuild for icu 50
af696e0
0cac5d4
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.33-2
0cac5d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0cac5d4
6c84df8
* Mon May 14 2012 Guido Grazioli <guido.grazioli@gmail.com> - 4.2.33-1
6c84df8
- Update to 4.2.33
6c84df8
abe11a7
* Mon Apr 23 2012 Guido Grazioli <guido.grazioli@gmail.com> - 4.2.29-2
abe11a7
- Rebuilt for icu soname bump
abe11a7
69a1749
* Mon Apr 09 2012 Guido Grazioli <guido.grazioli@gmail.com> - 4.2.29-1
69a1749
- Update to 4.2.29
69a1749
497a1fa
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.17-2
497a1fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
497a1fa
a5146b4
* Fri Sep 30 2011 Guido Grazioli <guido.grazioli@gmail.com> - 4.2.17-1
a5146b4
- Update to 4.2.17 (minor bugfixes)
a5146b4
ee1c2d5
* Mon Sep 12 2011 Guido Grazioli <guido.grazioli@gmail.com> - 4.2.14-1
ee1c2d5
- Upstream 4.2.14
ee1c2d5
ced35b0
* Mon Sep 12 2011 Guido Grazioli <guido.grazioli@gmail.com> - 4.2.4-2
ced35b0
- Rebuild against icu 4.8.1
ced35b0
2f4584d
* Tue Jul 19 2011 Guido Grazioli <guido.grazioli@gmail.com> - 4.2.4-1
2f4584d
- Upstream 4.2.4
2f4584d
252b325
* Mon May 09 2011 Guido Grazioli <guido.grazioli@gmail.com> - 4.1.7-1
252b325
- Upstream 4.1.7 
252b325
- Improved description
252b325
1de0de5
* Mon Mar 07 2011 Caolán McNamara <caolanm@redhat.com> - 4.0.12-3
1de0de5
- Rebuild against icu 4.6
1de0de5
c34e77a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.12-2
c34e77a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c34e77a
41590d0
* Sat Nov 06 2010 Guido Grazioli <guido.grazioli@gmail.com> - 4.0.12-1
41590d0
- Upstream 4.0.12 (various bugfixes)
41590d0
- Remove unused patch, fixed upstream
41590d0
684f049
* Sun Apr 04 2010 Guido Grazioli <guido.grazioli@gmail.com> - 4.0.2-1
a9defd7
- Upstream 4.0.2 (major version release)
a9defd7
- Add patch for explicit DSO linking
a9defd7
- Split documentation to -doc subpackage
a9defd7
Caolan McNamara d861e84
* Fri Apr 02 2010 Caolán McNamara <caolanm@redhat.com> - 3.0.49-2
a9defd7
- Rebuild against icu 4.4
Caolan McNamara d861e84
9b8edfa
* Thu Oct 01 2009 Guido Grazioli <guido.grazioli@gmail.com> - 3.0.49-1
9b8edfa
- Upstream 3.0.49 (bugfixes and feature enhancements)
9b8edfa
- Require pkgconfig for libyaz-devel (guidelines MUST)
9b8edfa
ac34fe5
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.46-2
ac34fe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ac34fe5
39d7fcb
* Sat Jun 27 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 3.0.46-1
39d7fcb
- Update to 3.0.46 (miscellaneous bugfixes)
39d7fcb
2716edf
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.41-2
2716edf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2716edf
b683b36
* Mon Dec 29 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 3.0.41-1
b683b36
- Upstream 3.0.41
b683b36
- Always use system libtool
b683b36
- Remove TODO from docs
b683b36
- Package bib1-attr.7 with libyaz
b683b36
5934ac7
* Mon Jun 30 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 3.0.34-1
5934ac7
- Upstream 3.0.34
Caolan McNamara 3506e91
278d35d
* Sat May 10 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 3.0.26-1
278d35d
- Upstream 3.0.26
278d35d
b49308a
* Sat Feb 02 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 3.0.24-1
b49308a
- Upstream 3.0.24
b49308a
- Remove ziffy, as it's no longer part of this package
b49308a
- Build with icu, available since 3.0.10
0b57cc7
ff64359
* Fri Aug 17 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 3.0.8-1
ff64359
- New upstream 3.0.8
ff64359
a91fe2b
* Fri Jun 15 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 3.0.6-1
a91fe2b
- New major upstream version 3.0.6
a91fe2b
2ef6120
* Sun Apr 01 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.1.54-1
2ef6120
- Upstream 2.1.54
ab52b8c
c7b1c98
* Sat Jan 27 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.1.48-1
c7b1c98
- Upstream 2.1.48
c7b1c98
44ed0db
* Sun Dec 17 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.1.40-1
44ed0db
- Upstream 2.1.40
44ed0db
f0096d6
* Sat Oct 28 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.1.36-1
f0096d6
- Upstream 2.1.36
f0096d6
9154093
* Sun Sep 03 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.1.26-1.1
9154093
- Mass rebuild for FC6
9154093
3bb30bc
* Tue Aug 15 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.1.26-1
3bb30bc
- Version 2.1.26
3bb30bc
- Kill all tabs
3bb30bc
466a00c
* Tue Jun 20 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.1.22-1
466a00c
- Version 2.1.22
466a00c
- Libtoolize correctly
466a00c
- BuildRequire libxslt
466a00c
- BuildRequire tcp_wrappers
466a00c
- Enable pth in configure
466a00c
- Add %%check routine
466a00c
466a00c
* Mon Dec 12 2005 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.1.10-1
466a00c
- Initial packaging