Hello community, here is the log from the commit of package albumshaper checked in at Thu May 18 18:37:12 CEST 2006. -------- --- albumshaper/albumshaper.changes 2006-01-25 21:34:09.000000000 +0100 +++ albumshaper/albumshaper.changes 2006-05-18 17:43:31.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 18 17:43:25 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- albumshaper-strip.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ albumshaper.spec ++++++ --- /var/tmp/diff_new_pack.yshp0c/_old 2006-05-18 18:36:50.000000000 +0200 +++ /var/tmp/diff_new_pack.yshp0c/_new 2006-05-18 18:36:50.000000000 +0200 @@ -1,19 +1,19 @@ # # spec file for package albumshaper (Version 2.1) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 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. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: albumshaper BuildRequires: libdrm-devel libjpeg-devel libxslt-devel qt3-devel update-desktop-files -Summary: Tool for organizing and enhancing photos +Summary: Tool for Organizing and Enhancing Photos Version: 2.1 -Release: 5 +Release: 17 URL: http://albumshaper.sourceforge.net/ License: GPL Group: Productivity/Graphics/Viewers @@ -22,14 +22,15 @@ Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.desktop Patch: albumshaper-gcc-warning.patch +Patch1: albumshaper-strip.patch Requires: qt3, libxslt,libjpeg,libxml2 %description -Album Shaper strives to be the most friendly, easy to use, open source +Album Shaper strives to be the most friendly, easy-to-use, open source application for organizing, annotating, framing, enhancing, stylizing, and sharing your digital photos. Album Shaper embraces open formats like XML, JPEG, and XSLT, while supporting Windows, Mac OS X, and Unix -users who speak a multitude of languages around the world! +users who speak a multitude of languages around the world. @@ -40,6 +41,7 @@ %prep %setup %patch +%patch1 %build @@ -79,6 +81,8 @@ /usr/share/pixmaps/albumshaper.png %changelog -n albumshaper +* Thu May 18 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Oct 26 2005 - pnemec@suse.cz ++++++ albumshaper-strip.patch ++++++ --- AlbumShaper.pro +++ AlbumShaper.pro @@ -197,9 +197,6 @@ #Optimize compiled files for speed QMAKE_CFLAGS_RELEASE += -Os QMAKE_CXXFLAGS_RELEASE += -Os - - #Strip debug symbols from linked binaries - optionnot supported by nmake/vc6 - unix:QMAKE_LFLAGS_RELEASE += -s } # Define preprocessor variables specifying where items will be installed. This is ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de