Hello community,
here is the log from the commit of package gpick for openSUSE:Factory
checked in at Tue May 31 17:27:44 CEST 2011.
--------
--- gpick/gpick.changes 2011-05-16 21:38:10.000000000 +0200
+++ /mounts/work_src_done/STABLE/gpick/gpick.changes 2011-05-28 00:26:33.000000000 +0200
@@ -1,0 +2,8 @@
+Sat May 28 00:25:35 CEST 2011 - vuntz(a)opensuse.org
+
+- Correctly use %suse_update_desktop_file by not re-installing
+ .desktop file, and not replacing categories while we just need to
+ add one category.
+- Minor improvement to description.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gpick.spec ++++++
--- /var/tmp/diff_new_pack.QiUfTh/_old 2011-05-31 17:27:03.000000000 +0200
+++ /var/tmp/diff_new_pack.QiUfTh/_new 2011-05-31 17:27:03.000000000 +0200
@@ -19,7 +19,7 @@
Name: gpick
Version: 0.2.4
-Release: 1
+Release: 4
License: BSD-3 ; Expat License ; LUA License ; Others (BSD like)
Summary: Advanced color picker writen in GTK+
Url: http://code.google.com/p/gpick/
@@ -34,17 +34,17 @@
BuildRequires: hicolor-icon-theme
BuildRequires: scons
BuildRequires: pkgconfig
-BuildRequires: pkgconfig(dbus-glib-1)
-BuildRequires: pkgconfig(gtk+-2.0)
-BuildRequires: pkgconfig(lua) >= 5.1
%if 0%{?suse_version}
BuildRequires: update-desktop-files
%endif
+BuildRequires: pkgconfig(dbus-glib-1)
+BuildRequires: pkgconfig(gtk+-2.0)
+BuildRequires: pkgconfig(lua) >= 5.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-Gpick is a featured color picker with palette creation and modification tools.
-It is written in C++ and uses GTK+ toolkit for user interface.
+Gpick is a featured color picker with palette creation and modification
+tools. It is written in C++ and uses GTK+ toolkit for user interface.
%prep
%setup -q -n %{name}_%{version}
@@ -55,7 +55,7 @@
%install
scons install DESTDIR=%{buildroot}%{_prefix}
%if 0%{?suse_version}
-%suse_update_desktop_file -i -r %{name} GNOME Graphics Viewer
+%suse_update_desktop_file %{name} Viewer
%endif
# Install copyright file. This file was given to me by the author/upstream.
cp %{SOURCE1} COPYRIGHT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package libhugetlbfs for openSUSE:Factory
checked in at Tue May 31 17:23:20 CEST 2011.
--------
--- libhugetlbfs/libhugetlbfs.changes 2010-12-17 12:47:56.000000000 +0100
+++ /mounts/work_src_done/STABLE/libhugetlbfs/libhugetlbfs.changes 2011-05-29 23:43:39.000000000 +0200
@@ -1,0 +2,5 @@
+Sun May 29 21:42:52 UTC 2011 - meissner(a)novell.com
+
+- Do not include the 268MB testcase /usr/lib/libhugetlbfs/tests/obj32/linkhuge_rw.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libhugetlbfs.spec ++++++
--- /var/tmp/diff_new_pack.C3V2oY/_old 2011-05-31 17:22:44.000000000 +0200
+++ /var/tmp/diff_new_pack.C3V2oY/_new 2011-05-31 17:22:44.000000000 +0200
@@ -29,7 +29,7 @@
%endif
#
Version: 2.11
-Release: 1
+Release: 3
Url: http://libhugetlbfs.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define my_make_flags V=1 CFLAGS="$RPM_OPT_FLAGS -fPIC" BUILDTYPE=NATIVEONLY PREFIX=/usr LIBDIR32=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
@@ -80,6 +80,8 @@
for file in $RPM_BUILD_ROOT/%_libdir/libhugetlbfs/tests/*/*; do
strip $file || :
done
+# Do not pack in a 268MB file..
+rm $RPM_BUILD_ROOT/%_libdir/libhugetlbfs/tests/obj32/linkhuge_rw || :
%clean
rm -rf $RPM_BUILD_ROOT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package lyx for openSUSE:Factory
checked in at Tue May 31 17:18:36 CEST 2011.
--------
--- lyx/lyx.changes 2011-04-22 10:25:54.000000000 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx.changes 2011-05-05 21:11:57.000000000 +0200
@@ -1,0 +2,26 @@
+Thu May 5 19:12:11 UTC 2011 - cornelis(a)solcon.nl
+
+- Name URL as source and do not recompress to bz2
+
+-------------------------------------------------------------------
+Tue May 3 11:07:08 UTC 2011 - cornelis(a)solcon.nl
+
+- Update to 2.0.0:
+ * Advanced Search Facility
+ * Spell-checking on the Fly
+ * Compare Documents Feature
+ * XHTML Output
+ * Multilingual Thesaurus
+ * XeTeX Backend
+ * Multiple Indices Support
+ * Progress View and Debugging Pane
+ * Enhanced Instant Preview
+ * Forward Search for DVI/PDF Files
+ * Enhanced Version Control Features
+ * for detauls see http://wiki.lyx.org/LyX/NewInLyX20
+- Removed ispell-devel from BuildRequires: no longer supported
+- Added hunspell-devel
+- Added texlive-xetex als Recommends since it is now supported by LyX
+- Added lyx.dist with distro defaults to get hunspell, thesaurus and lyxpipe working out of the box
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gcc46.patch
lyx-1.6.9.tar.bz2
minmem
New:
----
lyx-2.0.0.tar.gz
lyxrc.dist
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lyx.spec ++++++
--- /var/tmp/diff_new_pack.2LUHor/_old 2011-05-31 17:17:40.000000000 +0200
+++ /var/tmp/diff_new_pack.2LUHor/_new 2011-05-31 17:17:40.000000000 +0200
@@ -20,29 +20,22 @@
Name: lyx
#!BuildIgnore: lyx
-BuildRequires: ImageMagick aspell-devel boost-devel fdupes gv ispell libdrm-devel libjpeg-devel libqt4-devel python sgmltool update-desktop-files
-%if %suse_version > 1020
-BuildRequires: texlive-devel texlive-latex
-%else
-BuildRequires: te_latex tetex
-%endif
+BuildRequires: ImageMagick aspell-devel boost-devel fdupes gv hunspell-devel libdrm-devel libjpeg-devel libqt4-devel python sgmltool texlive-devel texlive-latex update-desktop-files
License: LGPLv2.1+
Group: Productivity/Publishing/TeX/Frontends
Requires: texlive-latex ImageMagick
AutoReqProv: on
-Version: 1.6.9
-Release: 6
-%define rversion 1.6.9
+Version: 2.0.0
+Release: 1
Summary: LaTeX-Based WYSIWYG Editor
Url: http://www.lyx.org/
-Source: lyx-%{rversion}.tar.bz2
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.0.tar.gz
Source1: lyx.desktop
Source2: lyx.png
-# PATCH-FIX-UPSTREAM gcc46.patch -- Add missing include to fix compilation with gcc 4.6
-Patch: gcc46.patch
+Source3: lyxrc.dist
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Recommends: xindy
+Recommends: texlive-xetex xindy
%description
LyX is a front-end for LaTeX under X11. It combines the comfortable use
@@ -52,8 +45,7 @@
each paragraph. Of course, low level formatting is still possible.
%prep
-%setup -q -n %{name}-%{rversion}
-%patch
+%setup -q -n %{name}-%{version}
%build
#%{?suse_update_config:%{suse_update_config -f config}}
@@ -73,7 +65,7 @@
%if %suse_version < 1020
--with-extra-inc=/usr/X11R6/include/X11 \
%endif
- --with-aspell \
+ --with-aspell --with-hunspell \
--with-frontend=qt4
make %{?jobs:-j%jobs}
@@ -86,6 +78,10 @@
%endif
%endif
make install DESTDIR=$RPM_BUILD_ROOT TEXMF=$TEXMF
+
+# some defaults
+install -p -m644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.dist
+
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
pushd $RPM_BUILD_ROOT%{_datadir}/lyx/doc/
for i in *
++++++ lyxrc.dist ++++++
### This file is part of
### ========================================================
### LyX, The Document Processor
###
### Copyright 1995 Matthias Ettrich
### Copyright 1995-2011 The LyX Team.
###
### ========================================================
# The file lyxrc.dist gives initial global options for all LyX users.
# Almost all settings here can be overridden through the preferences in LyX.
# Some default settings for things stuff that otherwise would not work out of the box
#
# MISC SECTION ######################################
#
\serverpipe "~/.lyx/lyxpipe"
#
# FILE SECTION ######################################
#
\thesaurusdir_path "/usr/share/mythes"
\hunspelldir_path "/usr/share/myspell"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org