Mailinglist Archive: opensuse-commit (710 mails)

< Previous Next >
commit digikam for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 18 May 2010 01:47:41 +0200
  • Message-id: <20100517234741.1F9DA20246@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package digikam for openSUSE:Factory
checked in at Tue May 18 01:47:41 CEST 2010.



--------
--- KDE/digikam/digikam.changes 2010-03-29 23:26:48.000000000 +0200
+++ digikam/digikam.changes 2010-05-10 19:55:15.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 10 17:54:14 UTC 2010 - cmorve69@xxxxxxxx
+
+- Remove build time references so build-compare can do its work
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
digikam-buildtime.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ digikam.spec ++++++
--- /var/tmp/diff_new_pack.cFdorn/_old 2010-05-18 01:46:13.000000000 +0200
+++ /var/tmp/diff_new_pack.cFdorn/_new 2010-05-18 01:46:13.000000000 +0200
@@ -27,11 +27,12 @@
Group: Productivity/Graphics/Viewers
Summary: A KDE Photo Manager
Version: 1.2.0
-Release: 1
+Release: 2
%define tar_version 1.2.0
Source0: %name-%{tar_version}.tar.bz2
Source1: %{name}-docs.tar.bz2
Patch0: r1109177.diff
+Patch1: %{name}-buildtime.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%kde4_pimlibs_requires
@@ -100,6 +101,9 @@
%prep
%setup -q -n %name-%{tar_version} -a 1
%patch0
+%patch1
+FAKE_BUILDDATE=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%b %e %Y')
+sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" digikam/version.h.cmake
echo "find_package(Msgfmt REQUIRED)" >> CMakeLists.txt
echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt
echo "add_subdirectory( doc-translations )" >> CMakeLists.txt

++++++ digikam-buildtime.patch ++++++
Index: libs/3rdparty/cimg/CImg.h
===================================================================
--- libs/3rdparty/cimg/CImg.h.orig
+++ libs/3rdparty/cimg/CImg.h
@@ -5669,7 +5669,7 @@ namespace cimg_library {
if (usage) {
cimg_std::fprintf(cimg_stdout,"\n
%s%s%s",cimg::t_red,cimg::basename(argv[0]),cimg::t_normal);
cimg_std::fprintf(cimg_stdout," : %s",usage);
- cimg_std::fprintf(cimg_stdout," (%s, %s)\n\n",__DATE__,__TIME__);
+ cimg_std::fprintf(cimg_stdout,"\n\n");
}
if (defaut) cimg_std::fprintf(cimg_stdout,"%s\n",defaut);
}
@@ -5755,9 +5755,9 @@ namespace cimg_library {
**/
inline void info() {
char tmp[1024] = { 0 };
- cimg_std::fprintf(cimg_stdout,"\n %sCImg Library %u.%u.%u%s, compiled %s
( %s ) with the following flags :\n\n",
+ cimg_std::fprintf(cimg_stdout,"\n %sCImg Library %u.%u.%u%s, compiled
with the following flags :\n\n",

cimg::t_red,cimg_version/100,(cimg_version/10)%10,cimg_version%10,
- cimg::t_normal,__DATE__,__TIME__);
+ cimg::t_normal);

cimg_std::fprintf(cimg_stdout," > Operating System : %s%-13s%s
%s('cimg_OS'=%d)%s\n",
cimg::t_bold,

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages