Mailinglist Archive: opensuse-commit (1295 mails)
| < Previous | Next > |
commit openclipart
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 25 Jul 2007 01:50:47 +0200
- Message-id: <20070724235047.B6BBC67832C@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package openclipart
checked in at Wed Jul 25 01:50:47 CEST 2007.
--------
--- openclipart/openclipart.changes 2006-05-12 18:30:42.000000000 +0200
+++ /mounts/work_src_done/NOARCH/openclipart/openclipart.changes 2007-07-24 14:49:54.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 24 14:49:01 CEST 2007 - pmladek@xxxxxxx
+
+- optimized the PNGs by optipng -o5; reduced the size by about 20%
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openclipart.spec ++++++
--- /var/tmp/diff_new_pack.G25485/_old 2007-07-25 01:50:07.000000000 +0200
+++ /var/tmp/diff_new_pack.G25485/_new 2007-07-25 01:50:07.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package openclipart (Version 0.18)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -11,12 +11,12 @@
# norootforbuild
Name: openclipart
-License: distributable
+License: Public Domain, Freeware
Group: Productivity/Graphics/Other
Autoreqprov: on
Summary: Open Clip Art Library
Version: 0.18
-Release: 13
+Release: 61
URL: http://www.openclipart.org/
# This tarball has been generated using:
# sh generate-png-source.sh openclipart-0.18-svgonly.tar.bz2 2>&1 | tee generate-png-source.sh.log
@@ -62,7 +62,9 @@
%doc AUTHORS ChangeLog INSTALL LICENSE NEWS README VERSION generate-png-source.sh* clipart/{PASSFAIL,TODO}
%{_datadir}/clipart
-%changelog -n openclipart
+%changelog
+* Tue Jul 24 2007 - pmladek@xxxxxxx
+- optimized the PNGs by optipng -o5; reduced the size by about 20%
* Fri May 12 2006 - pmladek@xxxxxxx
- bigger clean up; done by a separate script now:
* removed more broken or less usable pictures
++++++ generate-png-source.sh ++++++
--- openclipart/generate-png-source.sh 2006-01-16 16:12:03.000000000 +0100
+++ /mounts/work_src_done/NOARCH/openclipart/generate-png-source.sh 2007-07-23 18:12:44.000000000 +0200
@@ -82,6 +82,8 @@
echo "Error: File $OUTDIR/$PNGDIRNAME/clipart/$pict_dir/$pict_png was not generated!"
exit 1
fi
+ # optimize output size
+ optipng -o5 $OUTDIR/$PNGDIRNAME/clipart/$pict_dir/$pict_png
done
IFS="$IFS_saved"
++++++ openclipart-0.18-pngonly.tar.bz2 ++++++
openclipart/openclipart-0.18-pngonly.tar.bz2 /mounts/work_src_done/NOARCH/openclipart/openclipart-0.18-pngonly.tar.bz2 differ: byte 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |