Browse Source

updated 3 packages

libimagequant-2.15.1-1

mozjpeg-4.0.3-1

pngquant-2.15.1-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
1241567311
3 changed files with 565 additions and 0 deletions
  1. 153 0
      lib/libi/libimagequant/libimagequant-vl.spec
  2. 121 0
      m/mozjpeg/mozjpeg-vl.spec
  3. 291 0
      p/pngquant/pngquant-vl.spec

+ 153 - 0
lib/libi/libimagequant/libimagequant-vl.spec

@@ -0,0 +1,153 @@
+Name:           libimagequant
+Version:        2.15.1
+Release:        1%{?_dist_release}
+Summary:        Palette quantization library
+Group:          system
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        GPLv3+ and MIT
+URL:            https://github.com/ImageOptim/libimagequant
+Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
+# Fix shared library permissions
+Patch0:         libimagequant_solibperm.patch
+
+BuildRequires:  gcc
+
+%description
+Small, portable C library for high-quality conversion of RGBA images to 8-bit
+indexed-color (palette) images.
+
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          programming
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%debug_package
+
+
+%prep
+%autosetup -p1
+
+
+%build
+%configure --with-openmp
+%make_build
+
+
+%install
+%make_install
+
+# Don't ship static library
+rm -f %{buildroot}%{_libdir}/%{name}.a
+
+
+%files
+%license COPYRIGHT
+%doc README.md CHANGELOG
+%{_libdir}/%{name}.so.0
+
+%files devel
+%{_includedir}/%{name}.h
+%{_libdir}/%{name}.so
+%{_libdir}/pkgconfig/imagequant.pc
+
+
+%changelog
+* Mon Jul 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.15.1-1
+- new upstream release.
+- dropped ldconfig scriptletes.
+
+* Thu Jun 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.12.6-3
+- initial build for Vine Linux.
+
+* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Mon Dec 30 2019 Sandro Mani <manisandro@gmail.com> - 2.12.6-1
+- Update to 2.12.6
+
+* Mon Jul 29 2019 Sandro Mani <manisandro@gmail.com> - 2.12.5-1
+- Update to 2.12.5
+
+* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Mon May 27 2019 Sandro Mani <manisandro@gmail.com> - 2.12.3-1
+- Update to 2.12.3
+
+* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Mon Oct 29 2018 Sandro Mani <manisandro@gmail.com> - 2.12.2-1
+- Update to 2.12.2
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Fri Jun 08 2018 Sandro Mani <manisandro@gmail.com> - 2.12.1-1
+- Update to 2.12.1
+
+* Mon Mar 12 2018 Sandro Mani <manisandro@gmail.com> - 2.11.10-1
+- Update to 2.11.10
+
+* Wed Mar 07 2018 Adam Williamson <awilliam@redhat.com> - 2.11.7-3
+- Rebuild to fix GCC 8 mis-compilation
+  See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")
+
+* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Fri Jan 19 2018 Sandro Mani <manisandro@gmail.com> - 2.11.7-1
+- Update to 2.11.7
+
+* Thu Jan 18 2018 Sandro Mani <manisandro@gmail.com> - 2.11.6-1
+- Update to 2.11.6
+
+* Mon Nov 27 2017 Sandro Mani <manisandro@gmail.com> - 2.11.4-1
+- Update to 2.11.4
+
+* Sat Nov 11 2017 Sandro Mani <manisandro@gmail.com> - 2.11.3-1
+- Update to 2.11.3
+
+* Sun Nov 05 2017 Sandro Mani <manisandro@gmail.com> - 2.11.2-1
+- Update to 2.11.2
+
+* Mon Oct 30 2017 Sandro Mani <manisandro@gmail.com> - 2.11.0-1
+- Update to 2.11.0
+
+* Tue Aug 08 2017 Sandro Mani <manisandro@gmail.com> - 2.10.2-1
+- Update to 2.10.2
+
+* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
+
+* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Sun Jul 09 2017 Sandro Mani <manisandro@gmail.com> - 2.10.1-1
+- Update to 2.10.1
+
+* Mon Jul 03 2017 Sandro Mani <manisandro@gmail.com> - 2.10.0-1
+- Update to 2.10.0
+
+* Thu Apr 06 2017 Sandro Mani <manisandro@gmail.com> - 2.9.1-1
+- Update to 2.9.1
+
+* Sat Mar 04 2017 Sandro Mani <manisandro@gmail.com> - 2.9.0-1
+- Update to 2.9.0
+
+* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Mon Jan 02 2017 Sandro Mani <manisandro@gmail.com> - 2.8.2-2
+- Use %%name and %%url to reduce text
+
+* Mon Jan 02 2017 Sandro Mani <manisandro@gmail.com> - 2.8.2-1
+- Initial package

+ 121 - 0
m/mozjpeg/mozjpeg-vl.spec

@@ -0,0 +1,121 @@
+%bcond_without shared
+
+Summary:        Improved JPEG encoder
+Summary(ja):    改良されたJPEGエンコーダ
+Name:           mozjpeg
+Version:        4.0.3
+Release:        1%{?_dist_release}
+Group:          graphics
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        IJG and BSD
+URL:            https://github.com/mozilla/mozjpeg
+Source0:        https://github.com/mozilla/mozjpeg/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+#Patch1000:      CVE-2018-14498.patch
+#Patch1001:      CVE-2020-13790.patch
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildRequires:  cmake
+BuildRequires:  libpng-devel
+BuildRequires:  zlib-devel
+%ifarch %{ix86} x86_64
+BuildRequires:  nasm
+%endif
+
+%description
+MozJPEG reduces file sizes of JPEG images while retaining quality and
+compatibility with the vast majority of the world's deployed decoders.
+
+%description -l ja
+MozJPEGは、品質と世界で利用されている大多数のデコーダとの互換性を維持
+しつつJPEG画像のファイルサイズを縮小します。
+
+%if %{with shared}
+%package libs
+Summary:        drop-in libraries of mozjpeg
+Group:          system
+
+%description libs
+This package contains drop-in libraries of mozjpeg.
+
+
+%package devel
+Summary:        development files of mozjpeg
+Group:          programming
+Requires:       %{name}-libs
+
+%description devel
+This package contains development files of mozjpeg.
+%endif
+
+
+%debug_package
+
+
+%prep
+%setup -q
+%autopatch -p1
+
+
+%build
+%cmake \
+	-DWITH_JPEG8=ON \
+%if %{with shared}
+	-DENABLE_STATIC=OFF \
+	-DENABLE_SHARED=ON \
+%else
+	-DENABLE_STATIC=ON \
+	-DENABLE_SHARED=OFF \
+%endif
+	%{nil}
+
+%cmake_build
+
+
+%install
+%{__rm} -rf %{buildroot}
+%cmake_install
+
+rm -rf pkgdocs
+cp -rf %{buildroot}%{_docdir}/mozjpeg ./pkgdocs
+rm -rf %{buildroot}%{_docdir}/mozjpeg
+
+%if %{with shared}
+rm -f %{buildroot}%{_libdir}/*.{a,la}
+%else
+rm -rf %{buildroot}%{_includedir}/*
+rm -rf %{buildroot}%{_libdir}/*
+%endif
+
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root)
+%license LICENSE.md
+%doc README.*
+%{_bindir}/*
+%{_mandir}/man1/*
+
+%if %{with shared}
+%files libs
+%{_libdir}/*.so.*
+
+%files devel
+%doc pkgdocs/*
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*
+%{_includedir}/*
+%endif
+
+
+%changelog
+* Mon Jul 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.3-1
+- new upstream release.
+
+* Thu Jun 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3.1-1
+- initial build for Vine Linux
+

+ 291 - 0
p/pngquant/pngquant-vl.spec

@@ -0,0 +1,291 @@
+%global libname libimagequant
+
+Name:           pngquant
+Version:        2.15.1
+Release:        1%{?_dist_release}
+Summary:        PNG quantization tool for reducing image file size
+Group:          graphics
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        GPLv3+
+URL:            http://%{name}.org
+Source0:        https://github.com/pornel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
+Patch1:         pngquant-old_libpng.patch
+
+BuildRequires:  gcc
+BuildRequires:  libpng-devel >= 1.2.46-1
+BuildRequires:  zlib-devel >= 1.2.3-1
+BuildRequires:  lcms2-devel
+BuildRequires:  %{libname}-devel >= %{version}
+
+Requires:       libpng%{?_isa} >= 1.2.46-1
+Requires:       zlib%{?_isa} >= 1.2.3-1
+Requires:       %{libname}%{?_isa} >= %{version}
+
+%description
+%{name} converts 24/32-bit RGBA PNG images to 8-bit palette with alpha channel
+preserved.  Such images are compatible with all modern web browsers and a
+compatibility setting is available to help transparency degrade well in
+Internet Explorer 6.  Quantized files are often 40-70 percent smaller than
+their 24/32-bit version. %{name} uses the median cut algorithm.
+
+
+%debug_package
+
+
+%prep
+%setup -q
+%if 0%{?rhel} &&  0%{?rhel} < 8
+%patch1 -p1 -b .oldlibpng
+%endif
+
+
+%build
+# add some speed-relevant compiler-flags
+export CFLAGS="%{optflags} -fno-math-errno -funroll-loops -fomit-frame-pointer -fPIC"
+%configure --with-openmp --with-libimagequant
+%make_build
+
+
+%install
+%make_install
+
+
+%check
+%make_build test
+
+
+%files
+%doc README.md CHANGELOG
+%license COPYRIGHT
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+
+%changelog
+* Mon Jul 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.15.1-1
+- new upstream release.
+
+* Thu Jun 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.12.6-3
+- initial build for Vine Linux.
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Mon Dec 30 2019 Sandro Mani <manisandro@gmail.com> - 2.12.6-1
+- Update to 2.12.6
+
+* Mon Jul 29 2019 Sandro Mani <manisandro@gmail.com> - 2.12.5-1
+- Update to 2.12.5
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Mon May 27 2019 Sandro Mani <manisandro@gmail.com< - 2.12.3-1
+- Update to 2.12.3
+
+* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Mon Oct 29 2018 Sandro Mani <manisandro@gmail.com> - 2.12.2-1
+- Update to 2.12.2
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Fri Jun 08 2018 Sandro Mani <manisandro@gmail.com> - 2.12.1-1
+- Update to 2.12.1
+
+* Mon Mar 12 2018 Sandro Mani <manisandro@gmail.com> - 2.11.7-5
+- Relax libimagequant version requires
+
+* Wed Mar 07 2018 Adam Williamson <awilliam@redhat.com> - 2.11.7-4
+- Rebuild to fix GCC 8 mis-compilation
+  See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")
+
+* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.11.7-3
+- Escape macros in %%changelog
+
+* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Fri Jan 19 2018 Sandro Mani <manisandro@gmail.com> - 2.11.7-1
+- Update to 2.11.7
+
+* Thu Jan 18 2018 Sandro Mani <manisandro@gmail.com> - 2.11.6-1
+- Update to 2.11.6
+
+* Mon Nov 27 2017 Sandro Mani <manisandro@gmail.com> - 2.11.4-1
+- Update to 2.11.4
+
+* Thu Nov 23 2017 Sandro Mani <manisandro@gmail.com> - 2.11.3-1
+- Update to 2.11.3
+
+* Sat Nov 11 2017 Sandro Mani <manisandro@gmail.com> - 2.11.2-2
+- Require libimagequant greater or equal %%{version}
+
+* Sun Nov 05 2017 Sandro Mani <manisandro@gmail.com> - 2.11.2-1
+- Update to 2.11.2
+
+* Wed Nov 01 2017 Sandro Mani <manisandro@gmail.com> - 2.11.0-1
+- Update to 2.11.0
+
+* Wed Aug 09 2017 Sandro Mani <manisandro@gmail.com> - 2.10.2-1
+- Update to 2.10.2
+
+* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Mon Jul 10 2017 Björn Esser <besser82@fedoraproject.org> - 2.10.1-2
+- Apply additional compiler flags properly
+
+* Mon Jul 10 2017 Sandro Mani <manisandro@gmail.com> - 2.10.1-1
+- Update to 2.10.1
+
+* Mon Jul 03 2017 Sérgio Basto <sergio@serjux.com> - 2.10.0-1
+- Update to 2.10.0
+
+* Sat Jul 01 2017 Sérgio Basto <sergio@serjux.com> - 2.9.1-2
+- update to pre 2.9.2
+
+* Wed Apr 19 2017 Sérgio Basto <sergio@serjux.com> - 2.9.1-1
+- Update pngquant to 2.9.1
+- Update Makefile to better handle build the shared libraries
+- Remove libimagequant sub-package and use the new libimagequant package.
+
+* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Fri Dec 02 2016 Sérgio Basto <sergio@serjux.com> - 2.8.1-1
+- New upstream vesion, 2.8.1
+
+* Fri Dec 02 2016 Sérgio Basto <sergio@serjux.com> - 2.7.2-1
+- Update pngquant 2.7.2
+
+* Fri Jul 15 2016 Sérgio Basto <sergio@serjux.com> - 2.7.1-1
+- Update pngquant 2.7.1
+
+* Tue May 10 2016 Sérgio Basto <sergio@serjux.com> - 2.7.0-1
+- Update to 2.7.0
+- License change to GPLv3+ .
+
+* Thu Mar 17 2016 Sérgio Basto <sergio@serjux.com> - 2.6.0-2
+- Compilation with OpenMP
+
+* Sun Feb 21 2016 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 2.6.0-1
+- Update to 2.6.0 (#1310413)
+
+* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Wed Jan 20 2016 Sérgio Basto <sergio@serjux.com> - 2.5.2-6
+- Patches from here are upstreamed.
+
+* Sat Dec 19 2015 Sérgio Basto <sergio@serjux.com> - 2.5.2-5
+- Following https://fedoraproject.org/wiki/EPEL:Packaging#The_.25license_tag
+
+* Sat Dec 19 2015 Björn Esser <fedora@besser82.io> - 2.5.2-4
+- Add '-std=c99' for building the testsuite binary
+
+* Sat Dec 19 2015 Björn Esser <fedora@besser82.io> - 2.5.2-3
+- Add Patch1: make the configure-script work with %%configure
+- Build and run the testsuite
+- Conditionalize %%license
+- Remove all el5-related things, since we need gcc >= 4.2 anyways
+- Fix %%{?_isa} on (Build)Requires
+
+* Sat Dec 19 2015 Sérgio Basto <sergio@serjux.com> - 2.5.2-2
+- Disable pngquant debug (#1291885)
+
+* Thu Nov 26 2015 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 2.5.2-1
+- Update to 2.5.2 (#1285589)
+
+* Thu Aug 27 2015 Sérgio Basto <sergio@serjux.com> - 2.5.1-1
+- Update to 2.5.1
+
+* Thu Jul 02 2015 Sérgio Basto <sergio@serjux.com> - 2.5.0-1
+- Update to 2.5.0 (#1238501)
+- Update to pngquant-2.5.0_fix-Makefile.patch .
+
+* Sat Jun 20 2015 Sérgio Basto <sergio@serjux.com> - 2.4.2-3
+- pngquant now requires libimagequant with same version
+
+* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Wed Jun 17 2015 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 2.4.2-1
+- Update to 2.4.2 (#1232532)
+- Add license tag.
+
+* Mon Apr 20 2015 Sérgio Basto <sergio@serjux.com> - 2.4.1-1
+- Update to 2.4.1
+- Dropped "epel compile fix" patch
+
+* Sun Apr 19 2015 Sérgio Basto <sergio@serjux.com> - 2.4.0.1-4
+- epel compile fix or compile fix for png15
+
+* Sun Apr 19 2015 Sérgio Basto <sergio@serjux.com> - 2.4.0.1-3
+- Reenabled SSE on i386, compiling is fixed !
+- Better pngquant-2.4.0_fix-Makefile.patch more close to upstream.
+
+* Sun Apr 19 2015 Sérgio Basto <sergio@serjux.com> - 2.4.0.1-2
+- Fixed dependency of libimagequant.so.0
+- Minor fix on ln to %%{libname}.so
+
+* Sun Apr 19 2015 Sérgio Basto <sergio@serjux.com> - 2.4.0.1-1
+- Update to 2.4.0
+
+* Mon Feb 09 2015 Sérgio Basto <sergio@serjux.com> - 2.3.4-1
+- Update to 2.3.4
+
+* Wed Jan 07 2015 Sérgio Basto <sergio@serjux.com> - 2.3.2-1
+- New bug fix release.
+
+* Fri Oct 17 2014 Sérgio Basto <sergio@serjux.com> - 2.3.1-1
+- New bug fixing release
+
+* Sat Sep 27 2014 Sérgio Basto <sergio@serjux.com> - 2.3.0-2
+- Disable SSE on i386, to workaround building on i386 ,
+  https://github.com/pornel/pngquant/issues/122
+
+* Sat Sep 27 2014 Sérgio Basto <sergio@serjux.com> - 2.3.0-1
+- New upstream version 2.3.0
+
+* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Fri Aug 23 2013 Björn Esser <bjoern.esser@gmail.com> - 2.0.0-1
+- new upstream version 2.0.0 (#989991)
+- fixes FTBFS in F20 / rawhide (#992807)
+
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu May 30 2013 Björn Esser <bjoern.esser@gmail.com> - 1.8.3-6
+- improved and added more el5-legacy related stuff
+
+* Fri May 24 2013 Björn Esser <bjoern.esser@gmail.com> - 1.8.3-5
+- add el5-build related conditonals
+
+* Wed May 22 2013 Björn Esser <bjoern.esser@gmail.com> - 1.8.3-4
+- add Group-Tag to make el5-build happy
+
+* Sun May 19 2013 Björn Esser <bjoern.esser@gmail.com> - 1.8.3-3
+- add Patch0: respect system compiler-flags
+- touch a fake configure-script during prep
+- export system cflags invoking configure-macro
+
+* Fri May 17 2013 Björn Esser <bjoern.esser@gmail.com> - 1.8.3-2
+- changed License: BSD --> BSD with advertising
+- removed -n{name}-{version} from prep
+- removed >= 1.2.46-1 from BuildRequires: libpng-devel
+
+* Tue May 14 2013 Björn Esser <bjoern.esser@gmail.com> - 1.8.3-1
+- Initial RPM release.