Mailinglist Archive: opensuse-commit (1670 mails)

< Previous Next >
commit totem
  • From: root@xxxxxxx (h_root)
  • Date: Mon, 2 Oct 2006 11:58:27 +0200 (CEST)
  • Message-id: <20061002095827.36AB662057@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package totem
checked in at Mon Oct 2 11:58:27 CEST 2006.

--------
--- GNOME/totem/totem.changes 2006-09-27 00:41:38.000000000 +0200
+++ /mounts/work_src_done/STABLE/totem/totem.changes 2006-09-30 13:30:09.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Sep 30 13:29:43 CEST 2006 - aj@xxxxxxx
+
+- Disable scrollkeeper.
+- Compile C++ files with RPM_OPT_FLAGS.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ totem.spec ++++++
--- /var/tmp/diff_new_pack.IDHp7f/_old 2006-10-02 11:58:12.000000000 +0200
+++ /var/tmp/diff_new_pack.IDHp7f/_new 2006-10-02 11:58:12.000000000 +0200
@@ -20,7 +20,7 @@
Autoreqprov: on
PreReq: filesystem gconf2
Version: 2.16.0
-Release: 4
+Release: 5
Source0: %{name}-%{version}.tar.bz2
Patch1: totem-dbus060.patch
Patch2: totem-1.2.1-desktop.sh.patch
@@ -86,13 +86,14 @@
%endif
%define prefix /opt/gnome
%prep
-%setup
+%setup -q
%patch1
%patch2 -p 1

%build
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
./configure \
--prefix=%{prefix} \
--libdir=%{prefix}/%_lib \
@@ -105,7 +106,8 @@
%ifarch ppc ppc64 s390 s390x
--disable-nvtv \
%endif
- --enable-gstreamer
+ --enable-gstreamer \
+ --disable-scrollkeeper
make

%install
@@ -189,6 +191,9 @@
%endif

%changelog -n totem
+* Sat Sep 30 2006 - aj@xxxxxxx
+- Disable scrollkeeper.
+- Compile C++ files with RPM_OPT_FLAGS.
* Wed Sep 27 2006 - jhargadon@xxxxxxx
- fixed the location of the plugin files to be in the correct
location as specified in bug #208187


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



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