2016-07-05 10:16:33 +00:00
|
|
|
%global pkgname libburn
|
|
|
|
|
2015-12-24 23:27:06 +00:00
|
|
|
Summary: Library for reading, mastering and writing optical discs
|
|
|
|
Name: libburn
|
2021-02-08 02:34:30 +00:00
|
|
|
Version: 1.5.4
|
2021-07-22 11:02:06 +00:00
|
|
|
Release: 3%{?dist}
|
2015-12-24 23:27:06 +00:00
|
|
|
License: GPLv2+
|
2021-04-10 00:02:30 +00:00
|
|
|
URL: https://libburnia-project.org/
|
|
|
|
Source0: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz
|
|
|
|
Source1: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz.sig
|
2018-12-08 18:31:43 +00:00
|
|
|
Source2: gpgkey-44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854.gpg
|
2015-12-24 23:27:06 +00:00
|
|
|
Patch0: libburn-0.6.16-multilib.patch
|
2021-07-23 01:10:40 +00:00
|
|
|
Patch1: libburn-1.5.4-rpath.patch
|
2018-12-08 18:31:43 +00:00
|
|
|
BuildRequires: gnupg2
|
2021-01-05 01:36:25 +00:00
|
|
|
BuildRequires: gcc, make, intltool, gettext
|
2020-12-28 03:44:14 +00:00
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
2016-07-05 10:16:33 +00:00
|
|
|
BuildRequires: autoconf, automake, libtool, pkgconfig
|
2020-12-28 03:44:14 +00:00
|
|
|
%global variant 1
|
2016-07-05 10:16:33 +00:00
|
|
|
%endif
|
2006-08-28 02:42:02 +00:00
|
|
|
|
|
|
|
%description
|
2013-08-03 16:28:31 +00:00
|
|
|
Libburn is a library by which preformatted data get onto optical media:
|
|
|
|
CD, DVD and BD (Blu-Ray). It also offers a facility for reading data
|
|
|
|
blocks from its drives without using the normal block device I/O, which
|
|
|
|
has advantages and disadvantages. It seems appropriate, nevertheless,
|
|
|
|
to do writing and reading via same channel. On several Linux systems,
|
|
|
|
the block device driver needs reloading of the drive tray in order to
|
|
|
|
make available freshly written data. The libburn read function does not
|
|
|
|
need such a reload. The code of libburn is independent of cdrecord.
|
2006-08-28 02:42:02 +00:00
|
|
|
|
2015-12-24 23:27:06 +00:00
|
|
|
%package devel
|
2016-07-05 10:16:33 +00:00
|
|
|
Summary: Development files for %{name}
|
2015-12-24 23:27:06 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
2006-08-28 02:42:02 +00:00
|
|
|
|
2016-07-05 10:16:33 +00:00
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
2006-08-28 02:42:02 +00:00
|
|
|
|
2020-12-28 03:44:14 +00:00
|
|
|
%if 0%{!?_without_doc:1}
|
2017-08-24 12:31:25 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Documentation files for %{name}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: doxygen, graphviz
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
Libburn is a library by which preformatted data get onto optical media:
|
|
|
|
CD, DVD and BD (Blu-Ray). This package contains the API documentation
|
|
|
|
for developing applications that use %{name}.
|
2020-12-28 03:44:14 +00:00
|
|
|
%endif
|
2017-08-24 12:31:25 +00:00
|
|
|
|
2020-12-28 03:44:14 +00:00
|
|
|
%package -n cdrskin%{?variant}
|
2016-07-05 10:16:33 +00:00
|
|
|
Summary: Limited cdrecord compatibility wrapper to ease migration to %{name}
|
2015-12-24 23:27:06 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires(post): %{_sbindir}/alternatives, coreutils
|
|
|
|
Requires(preun): %{_sbindir}/alternatives
|
2006-08-28 02:42:02 +00:00
|
|
|
|
2020-12-28 03:44:14 +00:00
|
|
|
%description -n cdrskin%{?variant}
|
2016-07-05 10:16:33 +00:00
|
|
|
A limited cdrecord compatibility wrapper which allows to use some %{name}
|
2006-08-28 02:42:02 +00:00
|
|
|
features from the command line.
|
|
|
|
|
|
|
|
%prep
|
2020-12-28 03:44:14 +00:00
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
2016-07-05 10:16:33 +00:00
|
|
|
%setup -q -n %{pkgname}-%{version}
|
2013-08-03 16:28:31 +00:00
|
|
|
%patch0 -p1 -b .multilib
|
2021-07-23 01:10:40 +00:00
|
|
|
%patch1 -p1 -b .rpath
|
2006-08-28 02:42:02 +00:00
|
|
|
|
2020-12-28 03:44:14 +00:00
|
|
|
# Rename from libburn to libburn1 for EPEL
|
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
2016-07-05 10:16:33 +00:00
|
|
|
sed -e 's@libburn_libburn@libburn_libburn1@g' \
|
|
|
|
-e 's@libburn/libburn.la@libburn/libburn1.la@g' \
|
|
|
|
-e 's@(includedir)/libburn@(includedir)/libburn1@g' \
|
|
|
|
-e 's@libburn-1.pc@libburn1-1.pc@g' -i Makefile.am
|
|
|
|
sed -e 's@libburn-1.pc@libburn1-1.pc@g' -i configure.ac
|
|
|
|
sed -e 's@burn@burn1@g' libburn-1.pc.in > libburn1-1.pc.in
|
|
|
|
|
|
|
|
libtoolize --force
|
2019-10-28 00:41:45 +00:00
|
|
|
autoreconf --force --install
|
2016-07-05 10:16:33 +00:00
|
|
|
%endif
|
|
|
|
|
2006-08-28 02:42:02 +00:00
|
|
|
%build
|
|
|
|
%configure --disable-static
|
2018-12-08 18:31:43 +00:00
|
|
|
%make_build
|
2020-12-28 03:44:14 +00:00
|
|
|
%{!?_without_doc:doxygen doc/doxygen.conf}
|
2006-08-28 02:42:02 +00:00
|
|
|
|
|
|
|
%install
|
2018-12-08 18:31:43 +00:00
|
|
|
%make_install
|
2013-08-03 16:28:31 +00:00
|
|
|
|
|
|
|
# Don't install any libtool .la files
|
2011-04-17 15:53:09 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
2006-08-28 02:42:02 +00:00
|
|
|
|
2017-08-24 12:31:25 +00:00
|
|
|
# Clean up for later usage in documentation
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
|
|
|
|
|
2020-12-28 03:44:14 +00:00
|
|
|
# RHEL ships a cdrskin package already
|
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
|
|
|
mv -f $RPM_BUILD_ROOT%{_bindir}/cdrskin{,%{?variant}}
|
|
|
|
mv -f $RPM_BUILD_ROOT%{_mandir}/man1/cdrskin{,%{?variant}}.1
|
2016-07-05 10:16:33 +00:00
|
|
|
%endif
|
|
|
|
|
2021-04-10 00:02:30 +00:00
|
|
|
# Prepare alternatives handling for cdrecord -> cdrskin
|
|
|
|
touch $RPM_BUILD_ROOT{%{_bindir}/cdrecord,%{_mandir}/man1/cdrecord.1.gz}
|
2006-08-28 02:42:02 +00:00
|
|
|
|
2018-12-08 18:31:43 +00:00
|
|
|
%ldconfig_scriptlets
|
2006-08-28 02:42:02 +00:00
|
|
|
|
2020-12-28 03:44:14 +00:00
|
|
|
%post -n cdrskin%{?variant}
|
|
|
|
%{_sbindir}/alternatives --install %{_bindir}/cdrecord cdrecord %{_bindir}/cdrskin%{?variant} 50 \
|
|
|
|
--slave %{_mandir}/man1/cdrecord.1.gz cdrecord-cdrecordman %{_mandir}/man1/cdrskin%{?variant}.1.gz
|
2015-12-24 23:27:06 +00:00
|
|
|
|
2020-12-28 03:44:14 +00:00
|
|
|
%preun -n cdrskin%{?variant}
|
2021-03-07 22:44:36 +00:00
|
|
|
if [ $1 -eq 0 ]; then
|
2020-12-28 03:44:14 +00:00
|
|
|
%{_sbindir}/alternatives --remove cdrecord %{_bindir}/cdrskin%{?variant}
|
2015-12-24 23:27:06 +00:00
|
|
|
fi
|
|
|
|
|
2006-08-28 02:42:02 +00:00
|
|
|
%files
|
2015-12-24 23:27:06 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS COPYRIGHT README
|
2006-08-28 02:42:02 +00:00
|
|
|
%{_libdir}/%{name}*.so.*
|
|
|
|
|
|
|
|
%files devel
|
2007-03-26 12:32:35 +00:00
|
|
|
%{_includedir}/%{name}
|
2006-08-28 02:42:02 +00:00
|
|
|
%{_libdir}/%{name}*.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}*.pc
|
|
|
|
|
2020-12-28 03:44:14 +00:00
|
|
|
%if 0%{!?_without_doc:1}
|
2017-08-24 12:31:25 +00:00
|
|
|
%files doc
|
|
|
|
%doc doc/html/
|
2020-12-28 03:44:14 +00:00
|
|
|
%endif
|
2017-08-24 12:31:25 +00:00
|
|
|
|
2020-12-28 03:44:14 +00:00
|
|
|
%files -n cdrskin%{?variant}
|
2015-12-24 23:27:06 +00:00
|
|
|
%ghost %{_bindir}/cdrecord
|
2020-12-28 03:44:14 +00:00
|
|
|
%{_bindir}/cdrskin%{?variant}
|
2021-04-10 00:02:30 +00:00
|
|
|
%ghost %{_mandir}/man1/cdrecord.1*
|
2020-12-28 03:44:14 +00:00
|
|
|
%{_mandir}/man1/cdrskin%{?variant}.1*
|
2006-08-28 02:42:02 +00:00
|
|
|
|
|
|
|
%changelog
|
2021-07-22 11:02:06 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-04-10 00:02:30 +00:00
|
|
|
* Fri Apr 09 2021 Robert Scheck <robert@fedoraproject.org> 1.5.4-2
|
|
|
|
- Correct alternatives handling for cdrecord man page
|
|
|
|
|
2021-02-08 02:34:30 +00:00
|
|
|
* Mon Feb 08 2021 Robert Scheck <robert@fedoraproject.org> 1.5.4-1
|
|
|
|
- Upgrade to 1.5.4 (#1926008)
|
|
|
|
|
2021-01-26 16:44:19 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-28 03:44:14 +00:00
|
|
|
* Mon Dec 28 2020 Robert Scheck <robert@fedoraproject.org> 1.5.2-4
|
|
|
|
- Upgrade to 1.5.2.pl01 (#1776514)
|
|
|
|
|
2020-07-28 04:19:22 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 08:41:20 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-28 00:41:45 +00:00
|
|
|
* Sun Oct 27 2019 Robert Scheck <robert@fedoraproject.org> 1.5.2-1
|
|
|
|
- Upgrade to 1.5.2 (#1765953)
|
|
|
|
|
2019-07-25 12:53:15 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 06:45:52 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-12-08 18:31:43 +00:00
|
|
|
* Sat Dec 08 2018 Robert Scheck <robert@fedoraproject.org> 1.5.0-1
|
|
|
|
- Upgrade to 1.5.0
|
|
|
|
|
2018-07-13 07:52:07 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 21:16:51 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-12-01 15:45:31 +00:00
|
|
|
* Fri Dec 01 2017 Merlin Mathesius <mmathesi@redhat.com> - 1.4.8-2
|
|
|
|
- Cleanup spec file conditionals
|
|
|
|
|
2017-09-14 23:16:25 +00:00
|
|
|
* Fri Sep 15 2017 Robert Scheck <robert@fedoraproject.org> 1.4.8-1
|
|
|
|
- Upgrade to 1.4.8 (#1491478)
|
|
|
|
|
2017-08-24 12:31:25 +00:00
|
|
|
* Thu Aug 24 2017 Robert Scheck <robert@fedoraproject.org> 1.4.6-5
|
|
|
|
- Move large documentation into -doc subpackage (#750009)
|
|
|
|
|
2017-08-03 01:14:06 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 18:35:21 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 18:25:38 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-18 15:28:28 +00:00
|
|
|
* Sun Sep 18 2016 Robert Scheck <robert@fedoraproject.org> 1.4.6-1
|
|
|
|
- Update to upstream 1.4.6 (#1377006)
|
|
|
|
|
2016-07-05 10:16:33 +00:00
|
|
|
* Tue Jul 05 2016 Robert Scheck <robert@fedoraproject.org> 1.4.4-1
|
|
|
|
- Update to upstream 1.4.4 (#1352496)
|
|
|
|
- Reworked spec file to build libburn1 for RHEL >= 6 (#750009)
|
|
|
|
|
2016-02-04 02:56:49 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-30 18:01:58 +00:00
|
|
|
* Sat Jan 30 2016 Robert Scheck <robert@fedoraproject.org> 1.4.2-2
|
|
|
|
- Update to upstream 1.4.2.pl01 (#1294947)
|
|
|
|
|
2015-12-24 23:27:06 +00:00
|
|
|
* Thu Dec 24 2015 Robert Scheck <robert@fedoraproject.org> 1.4.2-1
|
|
|
|
- Update to upstream 1.4.2 (#1287345)
|
|
|
|
- Add symlink handling via alternatives for cdrecord (#1256240)
|
|
|
|
|
2015-06-17 14:59:11 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-18 21:38:56 +00:00
|
|
|
* Mon May 18 2015 Robert Scheck <robert@fedoraproject.org> 1.4.0-1
|
|
|
|
- Update to upstream 1.4.0 (#1222524)
|
|
|
|
|
2014-08-17 02:28:02 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-29 17:22:55 +00:00
|
|
|
* Sun Jun 29 2014 Robert Scheck <robert@fedoraproject.org> 1.3.8-1
|
|
|
|
- Update to upstream 1.3.8 (#1078717)
|
|
|
|
|
2014-06-07 02:45:11 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-05 18:46:10 +00:00
|
|
|
* Wed Mar 05 2014 Robert Scheck <robert@fedoraproject.org> 1.3.6-1
|
|
|
|
- Update to upstream 1.3.6 (#1072835)
|
|
|
|
|
2013-12-14 11:15:50 +00:00
|
|
|
* Sat Dec 14 2013 Robert Scheck <robert@fedoraproject.org> 1.3.4-1
|
|
|
|
- Update to upstream 1.3.4 (#1043068)
|
|
|
|
|
2013-08-25 20:45:31 +00:00
|
|
|
* Sun Aug 25 2013 Robert Scheck <robert@fedoraproject.org> 1.3.2-1
|
|
|
|
- Update to upstream 1.3.2 (#994916)
|
|
|
|
|
2013-08-03 16:28:31 +00:00
|
|
|
* Sat Aug 03 2013 Robert Scheck <robert@fedoraproject.org> 1.3.0-1
|
|
|
|
- Update to upstream 1.3.0 (#965231)
|
|
|
|
- Run autoreconf to recognize aarch64 (#925679)
|
|
|
|
|
2013-08-03 04:56:40 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-02 10:30:13 +00:00
|
|
|
* Tue Apr 02 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.8-2
|
|
|
|
- Run autoreconf to overwrite old scripts => recognize aarch64
|
|
|
|
|
2013-03-19 19:24:05 +00:00
|
|
|
* Tue Mar 19 2013 Robert Scheck <robert@fedoraproject.org> 1.2.8-1
|
|
|
|
- Update to upstream 1.2.8
|
|
|
|
|
2013-02-14 04:05:35 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-12 22:41:02 +00:00
|
|
|
* Sat Jan 12 2013 Robert Scheck <robert@fedoraproject.org> 1.2.6-1
|
|
|
|
- Update to upstream 1.2.6 (#893692)
|
|
|
|
|
2012-12-05 10:03:42 +00:00
|
|
|
* Wed Dec 05 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.4-5
|
|
|
|
- renamed patch - added package name to match naming guidelines
|
|
|
|
|
2012-12-04 10:02:53 +00:00
|
|
|
* Tue Dec 04 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.4-4
|
|
|
|
- current time in doxygen footer caused multilib difference - inserted empty footer instead
|
|
|
|
|
2012-11-22 14:43:56 +00:00
|
|
|
* Thu Nov 22 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.4-3
|
|
|
|
- Minor spec-file cleanup
|
|
|
|
|
2012-08-29 11:01:15 +00:00
|
|
|
* Wed Aug 29 2012 Honza Horak <hhorak@redhat.com> 1.2.4-2
|
|
|
|
- Changed license from GPLv2 to GPLv2+ to correspond with source
|
|
|
|
|
2012-08-10 00:59:14 +00:00
|
|
|
* Fri Aug 10 2012 Robert Scheck <robert@fedoraproject.org> 1.2.4-1
|
|
|
|
- Update to upstream 1.2.4 (#842077)
|
|
|
|
|
2012-07-19 19:21:19 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-13 10:52:37 +00:00
|
|
|
* Sun May 13 2012 Robert Scheck <robert@fedoraproject.org> 1.2.2-1
|
|
|
|
- Update to upstream 1.2.2
|
|
|
|
|
2012-01-13 07:25:55 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-26 23:07:38 +00:00
|
|
|
* Sun Nov 27 2011 Robert Scheck <robert@fedoraproject.org> 1.1.8-1
|
|
|
|
- Update to upstream 1.1.8
|
|
|
|
|
2011-10-08 12:25:58 +00:00
|
|
|
* Sat Oct 08 2011 Robert Scheck <robert@fedoraproject.org> 1.1.6-1
|
|
|
|
- Update to upstream 1.1.6
|
|
|
|
|
2011-09-18 12:32:43 +00:00
|
|
|
* Sun Sep 18 2011 Robert Scheck <robert@fedoraproject.org> 1.1.4-1
|
|
|
|
- Update to upstream 1.1.4
|
|
|
|
|
2011-07-10 11:24:27 +00:00
|
|
|
* Sun Jul 10 2011 Robert Scheck <robert@fedoraproject.org> 1.1.0-1
|
|
|
|
- Update to upstream 1.1.0
|
|
|
|
|
2011-04-17 15:53:09 +00:00
|
|
|
* Sun Apr 17 2011 Robert Scheck <robert@fedoraproject.org> 1.0.6-1
|
|
|
|
- Update to upstream 1.0.6
|
|
|
|
|
2011-02-28 11:23:55 +00:00
|
|
|
* Mon Feb 28 2011 Honza Horak <hhorak@redhat.com> - 1.0.2-1
|
|
|
|
- Update to upstream 1.0.2
|
|
|
|
|
2011-02-17 10:39:03 +00:00
|
|
|
* Thu Feb 17 2011 Honza Horak <hhorak@redhat.com> - 1.0.0-1
|
|
|
|
- Update to upstream 1.0.0
|
|
|
|
|
2011-02-08 04:52:39 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-04-22 10:09:12 +00:00
|
|
|
* Thu Apr 22 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 0.8.0-1
|
|
|
|
- Update to upstream 0.8.0
|
|
|
|
|
2009-09-30 11:50:57 +00:00
|
|
|
* Wed Sep 30 2009 Denis Leroy <denis@poolshark.org> - 0.7.0-1
|
|
|
|
- Update to upstream 0.7.0
|
|
|
|
- Fixed binary installation
|
|
|
|
- Removed rpath
|
|
|
|
|
2009-07-25 05:23:19 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 13:55:52 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-25 09:06:15 +00:00
|
|
|
* Sat Jan 24 2009 Denis Leroy <denis@poolshark.org> - 0.6.0-2
|
|
|
|
- Updating to pl01 tarball from upstream
|
|
|
|
- Fixed project URL
|
|
|
|
|
2009-01-07 14:37:00 +00:00
|
|
|
* Wed Jan 07 2009 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-1
|
|
|
|
- New upstream version
|
|
|
|
|
2008-08-05 21:20:19 +00:00
|
|
|
* Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.8-2
|
|
|
|
- fix license tag
|
|
|
|
|
2008-06-11 07:18:50 +00:00
|
|
|
* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.4.8-1
|
|
|
|
- Update to upstream 0.4.8
|
|
|
|
|
2008-02-14 21:03:25 +00:00
|
|
|
* Thu Feb 14 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-12-30 09:58:28 +00:00
|
|
|
* Thu Dec 13 2007 Denis Leroy <denis@poolshark.org> - 0.4.0-1
|
|
|
|
- Update to 0.4.0
|
|
|
|
|
2007-10-10 19:48:05 +00:00
|
|
|
* Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.3.8-2
|
|
|
|
- Rebuild for BuildID
|
|
|
|
|
2007-08-10 15:23:25 +00:00
|
|
|
* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.3.8-1
|
|
|
|
- Update to upstream 0.3.8
|
|
|
|
- Fixed project URL
|
|
|
|
|
2007-03-26 12:32:35 +00:00
|
|
|
* Sun Mar 25 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-3
|
|
|
|
- Fixed unowned include directory (#233860)
|
|
|
|
|
2007-03-20 09:39:28 +00:00
|
|
|
* Tue Mar 20 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-2
|
|
|
|
- Moved documentation into devel package, #228372
|
|
|
|
- Updated source URL to new upstream location
|
|
|
|
|
2007-01-02 19:01:46 +00:00
|
|
|
* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6.3-1
|
|
|
|
- Update to 0.2.6.3
|
|
|
|
- Remove libisofs stuff as it's packaged seperately now.
|
|
|
|
- Add a manpage for cdrskin
|
|
|
|
|
2006-10-22 03:17:37 +00:00
|
|
|
* Sat Oct 21 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-2
|
|
|
|
- Point to a real URL in source, now that we have a tarball
|
|
|
|
|
2006-10-21 19:41:12 +00:00
|
|
|
* Fri Oct 20 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-1
|
|
|
|
- 0.2.2 release
|
|
|
|
|
|
|
|
* Tue Sep 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2-5.20060808svn
|
|
|
|
- Create doxygen docs
|
|
|
|
|
2006-09-08 20:08:54 +00:00
|
|
|
* Fri Sep 8 2006 Jesse Keating <jkeating@redhat.com> - 0.2-4.20060808svn
|
|
|
|
- rebuild with new snapshot
|
|
|
|
|
2006-08-28 02:42:02 +00:00
|
|
|
* Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-3.20060823svn
|
|
|
|
- don't install dupe headers in -devel packages
|
|
|
|
- libisofs requires libburn devel for directory ownership
|
|
|
|
|
|
|
|
* Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2.20060823svn
|
|
|
|
- Fix cdrskin require
|
|
|
|
- Fix tabs
|
|
|
|
- Added doc files
|
|
|
|
|
|
|
|
* Wed Aug 23 2006 Jesse Keating <jkeating@redhat.com> - 0.2-1.20060823svn
|
|
|
|
- Initial package for review
|