rpms/highlight/devel highlight-2.6.9-makefile.patch, NONE, 1.1 highlight.spec, 1.29, 1.30
by fedora-extras-commits@redhat.com
Author: s4504kr
Update of /cvs/extras/rpms/highlight/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25000
Modified Files:
highlight.spec
Added Files:
highlight-2.6.9-makefile.patch
Log Message:
Add forgotten file
highlight-2.6.9-makefile.patch:
--- NEW FILE highlight-2.6.9-makefile.patch ---
diff -up highlight-2.6.9/makefile.mak highlight-2.6.9/makefile
--- highlight-2.6.9/makefile.mak 2008-03-26 22:17:36.000000000 +0100
+++ highlight-2.6.9/makefile 2008-03-31 20:40:34.000000000 +0200
@@ -25,7 +25,7 @@ doc_dir = ${PREFIX}/share/doc/highlight/
examples_dir = ${PREFIX}/share/doc/highlight/examples/
# Location of the highlight config files:
-conf_dir = ${PREFIX}/etc/highlight/
+conf_dir = /etc/highlight/
# Commands:
INSTALL_DATA=install -m644
@@ -51,21 +51,12 @@ all-gui-wx29:
install:
@echo "This script will install highlight in the following directories:"
@echo "Data directory: ${DESTDIR}${data_dir}"
- @echo "Documentation directory: ${DESTDIR}${doc_dir}"
- @echo "Examples directory: ${DESTDIR}${examples_dir}"
@echo "Manual directory: ${DESTDIR}${man_dir}"
@echo "Binary directory: ${DESTDIR}${bin_dir}"
@echo "Configuration directory: ${DESTDIR}${conf_dir}"
@echo
- ${MKDIR} ${DESTDIR}${doc_dir}
${MKDIR} ${DESTDIR}${conf_dir}
- ${MKDIR} ${DESTDIR}${examples_dir} \
- ${DESTDIR}${examples_dir}plugins \
- ${DESTDIR}${examples_dir}plugins/dokuwiki \
- ${DESTDIR}${examples_dir}plugins/movabletype \
- ${DESTDIR}${examples_dir}plugins/wordpress \
- ${DESTDIR}${examples_dir}swig
${MKDIR} ${DESTDIR}${data_dir} \
${DESTDIR}${data_dir}themes \
${DESTDIR}${data_dir}langDefs \
@@ -80,22 +71,6 @@ install:
${INSTALL_DATA} ./indentSchemes/*.indent ${DESTDIR}${data_dir}indentSchemes/
${INSTALL_DATA} ./helpmsg/*.help ${DESTDIR}${data_dir}helpmsg/
${INSTALL_DATA} ./man/highlight.1.gz ${DESTDIR}${man_dir}
- ${INSTALL_DATA} ./AUTHORS ${DESTDIR}${doc_dir}
- ${INSTALL_DATA} ./README ${DESTDIR}${doc_dir}
- ${INSTALL_DATA} ./README_DE ${DESTDIR}${doc_dir}
- ${INSTALL_DATA} ./README_INDENT ${DESTDIR}${doc_dir}
- ${INSTALL_DATA} ./README_REGEX ${DESTDIR}${doc_dir}
- ${INSTALL_DATA} ./README_LANGLIST ${DESTDIR}${doc_dir}
- ${INSTALL_DATA} ./ChangeLog ${DESTDIR}${doc_dir}
- ${INSTALL_DATA} ./COPYING ${DESTDIR}${doc_dir}
- ${INSTALL_DATA} ./INSTALL ${DESTDIR}${doc_dir}
- ${INSTALL_DATA} ./examples/plugins/dokuwiki/* ${DESTDIR}${examples_dir}plugins/dokuwiki/
- ${INSTALL_DATA} ./examples/plugins/movabletype/* ${DESTDIR}${examples_dir}plugins/movabletype/
- ${INSTALL_DATA} ./examples/plugins/wordpress/* ${DESTDIR}${examples_dir}plugins/wordpress/
- ${INSTALL_DATA} ./examples/swig/*.py ./examples/swig/*.pl ${DESTDIR}${examples_dir}swig
- ${INSTALL_DATA} ./examples/swig/*.i ./examples/swig/makefile ${DESTDIR}${examples_dir}swig
- ${INSTALL_DATA} ./examples/swig/README_SWIG ${DESTDIR}${doc_dir}
- ${INSTALL_DATA} ./examples/highlight_pipe.* ${DESTDIR}${examples_dir}
${INSTALL_PROGRAM} ./src/highlight ${DESTDIR}${bin_dir}
@echo
@@ -121,7 +96,6 @@ install-gui:
uninstall:
@echo "Removing highlight files from system..."
${RMDIR} ${DESTDIR}${data_dir}
- ${RMDIR} ${DESTDIR}${doc_dir}
${RMDIR} ${DESTDIR}${conf_dir}
${RMDIR} ${DESTDIR}${examples_dir}
rm ${DESTDIR}${man_dir}highlight.1.gz
Index: highlight.spec
===================================================================
RCS file: /cvs/extras/rpms/highlight/devel/highlight.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- highlight.spec 31 Mar 2008 18:43:37 -0000 1.29
+++ highlight.spec 31 Mar 2008 18:46:45 -0000 1.30
@@ -1,7 +1,7 @@
Name: highlight
Summary: Universal source code to formatted text converter
Version: 2.6.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Group: Development/Tools
License: GPLv2
@@ -49,7 +49,7 @@
%doc ChangeLog AUTHORS README* COPYING TODO examples/
%changelog
-* Mon Mar 31 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.6.9-1
+* Mon Mar 31 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.6.9-2
- New upstream release
* Sun Feb 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.6.8-1
14 years, 1 month
rpms/eclipse/devel eclipse-pdebuild.sh, NONE, 1.1 eclipse.spec, 1.516, 1.517
by fedora-extras-commits@redhat.com
Author: overholt
Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24888
Modified Files:
eclipse.spec
Added Files:
eclipse-pdebuild.sh
Log Message:
* Mon Mar 31 2008 Andrew Overholt <overholt(a)redhat.com> 3.3.1.1-18
- Add PDE Build wrapper script (%{_datadir}/eclipse/pdebuild) for
packaging guidelines.
--- NEW FILE eclipse-pdebuild.sh ---
#!/bin/bash
# args: [-f <feature>] [-d <dependencies (outside SDK)>] [-a <additional build args>] [-j <JVM args>] [-v] [-D]
function usage {
cat << _EOF_
usage: $0 [<options>]
Use PDE Build to build Eclipse features
Optional arguments:
-h Show this help message
-f Feature ID to build
-d Plugin dependencies in addition to Eclipse SDK
(space-separated, names on which to glob features and plugins)
-a Additional build arguments (ex. -DjavacSource=1.5)
-j VM arguments (ex. -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar)
-v Be verbose
-D Debug platform itself (passes -consolelog -debug to Eclipse)
_EOF_
}
function copyPlatform {
# This seems silly but I was running into issues with empty strings
# counting as arguments to copy-platform -- overholt, 2008-03
if [ -z $dependencies ]; then
if [ $verbose -eq 1 ]; then
echo "/bin/sh -x $datadir/eclipse/buildscripts/copy-platform $SDK $datadir/eclipse"
/bin/sh -x $datadir/eclipse/buildscripts/copy-platform $SDK $datadir/eclipse
else
echo "/bin/sh $datadir/eclipse/buildscripts/copy-platform $SDK $datadir/eclipse"
/bin/sh $datadir/eclipse/buildscripts/copy-platform $SDK $datadir/eclipse
fi
else
if [ $verbose -eq 1 ]; then
echo "/bin/sh -x $datadir/eclipse/buildscripts/copy-platform $SDK $datadir/eclipse $dependencies"
/bin/sh -x $datadir/eclipse/buildscripts/copy-platform $SDK $datadir/eclipse $dependencies
else
echo "/bin/sh $datadir/eclipse/buildscripts/copy-platform $SDK $datadir/eclipse $dependencies"
/bin/sh $datadir/eclipse/buildscripts/copy-platform $SDK $datadir/eclipse $dependencies
fi
fi
}
function findFeatureId {
# We can determine the feature ID if we have only one
numFeatures=$(find $sourceDir -name feature.xml | wc -l)
if [ $numFeatures -ne 1 ]; then
#echo "# features found = $numFeatures"
echo "Cannot determine feature ID. Please specify with -f."
usage
exit 1
fi
featureXml=$(find $sourceDir -name feature.xml)
# Taken from Ben Konrath's package-build
# make an ant build files to extract the id from the feature.xml
buildFile=$buildDir/findFeatureForRPM-tmp-build.xml
echo "<project default=\"main\">
<target name=\"main\">
<xmlproperty file=\"$featureXml\" collapseAttributes=\"true\"/>
<fail unless=\"feature.id\" message=\"feature.id not set\"/>
<echo message=\"\${feature.id}\" />
</target>
</project>" > $buildFile
featureId=$(ant -Dbasedir=$sourceDir -f $buildFile 2>&1 | grep echo | cut --delimiter=' ' -f 7)
rm $buildFile
}
sourceDir=$PWD
buildDir=$PWD/build
SDK=$buildDir/SDK
homeDir=$buildDir/home
libdir=`rpm --eval "%{_libdir}"`
datadir=`rpm --eval "%{_datadir}"`
pdeBuildDir=$datadir/eclipse/plugins/org.eclipse.pde.build
featureId=
dependencies=
additionalArgs=
vmArgs=
verbose=0
dryRun=0
debugPlatform=0
# See above. r = dry run (used for testing)
while getopts “hf:d:a:j:vrD” OPTION
do
case $OPTION in
h)
usage
exit
;;
f)
featureId=$OPTARG
;;
d)
dependencies=$OPTARG
;;
a)
additionalArgs=$OPTARG
;;
j)
vmArgs=$OPTARG
;;
v)
verbose=1
;;
r)
dryRun=1
;;
D)
debugPlatform=1
;;
?)
usage
exit
;;
esac
done
echo "mkdir -p $buildDir"
if [ $dryRun -ne 1 ]; then
mkdir -p $buildDir
fi
# Eclipse may try to write to the building user's home directory so we create a
# temporary one for use by the build.
echo "mkdir -p $homeDir"
if [ $dryRun -ne 1 ]; then
mkdir -p $homeDir
fi
if [ -z $featureId ]; then
findFeatureId
fi
if [ -z $featureId ]; then
echo "Cannot determine feature ID. Please specify with -f."
usage
exit 1
fi
echo "Building feature = $featureId."
if [ -z "$dependencies" ]; then
if [ $verbose -eq 1 ]; then
echo "Assuming no dependencies except Eclipse SDK."
fi
fi
# Symlink the SDK and dependencies for build
if [ -z "$dependencies" ]; then
echo "Symlinking SDK into $SDK directory."
else
echo "Symlinking SDK and \"$dependencies\" into $SDK directory."
fi
if [ $dryRun -ne 1 ]; then
copyPlatform
fi
if [ $debugPlatform -eq 1 ]; then
debugPlatformArgs="-debug -consolelog"
fi
echo
echo "Starting build:"
echo "
java -cp $SDK/startup.jar \
-Dosgi.sharedConfiguration.area=$libdir/eclipse/configuration \
org.eclipse.core.launcher.Main \
-application org.eclipse.ant.core.antRunner \
$debugPlatformArgs \
-Dtype=feature \
-Did=$featureId \
-DbaseLocation=$SDK \
-DsourceDirectory=$sourceDir \
-DbuildDirectory=$buildDir \
-Dbuilder=$datadir/eclipse/plugins/org.eclipse.pde.build/templates/package-build \
$additionalArgs \
-f $pdeBuildDir/scripts/build.xml \
-vmargs \
-Duser.home=$homeDir \
$vmArgs
"
if [ $dryRun -ne 1 ]; then
java -cp $SDK/startup.jar \
-Dosgi.sharedConfiguration.area=$libdir/eclipse/configuration \
org.eclipse.core.launcher.Main \
-application org.eclipse.ant.core.antRunner \
$debugPlatformArgs \
-Dtype=feature \
-Did=$featureId \
-DbaseLocation=$SDK \
-DsourceDirectory=$sourceDir \
-DbuildDirectory=$buildDir \
-Dbuilder=$datadir/eclipse/plugins/org.eclipse.pde.build/templates/package-build \
$additionalArgs \
-f $pdeBuildDir/scripts/build.xml \
-vmargs \
-Duser.home=$homeDir \
$vmArgs
fi
Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -r1.516 -r1.517
--- eclipse.spec 3 Mar 2008 18:04:15 -0000 1.516
+++ eclipse.spec 31 Mar 2008 18:45:06 -0000 1.517
@@ -19,7 +19,7 @@
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
-Release: 17%{?dist}
+Release: 18%{?dist}
License: Eclipse Public License
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@@ -48,6 +48,8 @@
# tar cjf eclipse-fileinitializerapp.tar.bz2 equinox-incubator/
# (generated 2006-11-01 18:48 UTC)
Source20: %{name}-fileinitializerapp.tar.bz2
+# Script to wrap PDE Build calls for bundle builds
+Source21: %{name}-pdebuild.sh
# This needs to go upstream
Patch3: %{name}-libupdatebuild2.patch
@@ -307,6 +309,8 @@
Requires(post): java-gcj-compat >= 1.0.64
Requires(postun): java-gcj-compat >= 1.0.64
%endif
+# For PDE Build wrapper script
+Requires: bash
%description pde
Eclipse Plugin Development Environment. This package is required for
@@ -974,6 +978,10 @@
install -p -D -m0755 %{SOURCE18} $RPM_BUILD_ROOT%{_bindir}/ecj
sed --in-place "s:@JAVADIR@:%{_javadir}:" $RPM_BUILD_ROOT%{_bindir}/ecj
+# Install the PDE Build wrapper script.
+install -p -D -m0755 %{SOURCE21} \
+ $RPM_BUILD_ROOT%{_datadir}/%{name}/pdebuild
+
# A sanity check.
desktop-file-validate %{SOURCE2}
@@ -1570,6 +1578,7 @@
%{_datadir}/%{name}/features/org.eclipse.sdk_*
%{_datadir}/%{name}/features/org.eclipse.pde_*
%{_datadir}/%{name}/features/org.eclipse.pde.source_*
+%{_datadir}/%{name}/pdebuild
%{_libdir}/%{name}/plugins/org.eclipse.pde.doc.user_*
%{_datadir}/%{name}/plugins/org.eclipse.pde.build_*
%{_datadir}/%{name}/plugins/org.eclipse.pde.build
@@ -1622,6 +1631,10 @@
%endif
%changelog
+* Mon Mar 31 2008 Andrew Overholt <overholt(a)redhat.com> 3.3.1.1-18
+- Add PDE Build wrapper script (%%{_datadir}/eclipse/pdebuild) for
+ packaging guidelines.
+
* Mon Mar 03 2008 Andrew Overholt <overholt(a)redhat.com> 3.3.1.1-17
- Mark eclipse.ini as %%config.
14 years, 1 month
rpms/highlight/devel .cvsignore, 1.15, 1.16 highlight.spec, 1.28, 1.29 sources, 1.16, 1.17 highlight-2.6.1-makefile.patch, 1.2, NONE
by fedora-extras-commits@redhat.com
Author: s4504kr
Update of /cvs/extras/rpms/highlight/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24792
Modified Files:
.cvsignore highlight.spec sources
Removed Files:
highlight-2.6.1-makefile.patch
Log Message:
New upstream release
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/highlight/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 10 Feb 2008 19:51:59 -0000 1.15
+++ .cvsignore 31 Mar 2008 18:43:37 -0000 1.16
@@ -1 +1 @@
-highlight-2.6.8.tar.gz
+highlight-2.6.9.tar.gz
Index: highlight.spec
===================================================================
RCS file: /cvs/extras/rpms/highlight/devel/highlight.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- highlight.spec 10 Feb 2008 19:51:59 -0000 1.28
+++ highlight.spec 31 Mar 2008 18:43:37 -0000 1.29
@@ -1,6 +1,6 @@
Name: highlight
Summary: Universal source code to formatted text converter
-Version: 2.6.8
+Version: 2.6.9
Release: 1%{?dist}
Group: Development/Tools
@@ -8,7 +8,7 @@
URL: http://www.andre-simon.de/
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.gz
-Patch1: highlight-2.6.1-makefile.patch
+Patch1: highlight-2.6.9-makefile.patch
Patch3: highlight-2.6.7-gcc43.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -49,6 +49,9 @@
%doc ChangeLog AUTHORS README* COPYING TODO examples/
%changelog
+* Mon Mar 31 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.6.9-1
+- New upstream release
+
* Sun Feb 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.6.8-1
- New upstream release
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/highlight/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 10 Feb 2008 19:51:59 -0000 1.16
+++ sources 31 Mar 2008 18:43:37 -0000 1.17
@@ -1 +1 @@
-ea22d38cbc74b85f3ac30a5fe26498eb highlight-2.6.8.tar.gz
+b140920c5feab2fb0d433977b6dbbfdd highlight-2.6.9.tar.gz
--- highlight-2.6.1-makefile.patch DELETED ---
14 years, 1 month
rpms/hal-info/devel hal-info-20080317-sierra-mc5720.patch, NONE, 1.1 hal-info.spec, 1.19, 1.20
by fedora-extras-commits@redhat.com
Author: dcbw
Update of /cvs/pkgs/rpms/hal-info/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24627
Modified Files:
hal-info.spec
Added Files:
hal-info-20080317-sierra-mc5720.patch
Log Message:
* Mon Mar 31 2008 Dan Williams <dcbw(a)redhat.com> - 20080317-3
- Fix for Sierra MC5720 (rh #439753)
hal-info-20080317-sierra-mc5720.patch:
--- NEW FILE hal-info-20080317-sierra-mc5720.patch ---
diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 5735811..5efa8d8 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -36,8 +36,10 @@
<match key="@info.parent:usb.vendor_id" int="0x0f30">
<match key="@info.parent:usb.product_id" int="0x1b1d">
<match key="@info.parent:usb.interface.number" int="0">
- <append key="info.capabilities" type="strlist">modem</append>
- <append key="modem.command_sets" type="strlist">IS-707-A</append>
+ <match key="serial.port" int="0">
+ <append key="info.capabilities" type="strlist">modem</append>
+ <append key="modem.command_sets" type="strlist">IS-707-A</append>
+ </match>
</match>
</match>
</match>
Index: hal-info.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal-info/devel/hal-info.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hal-info.spec 28 Mar 2008 22:42:11 -0000 1.19
+++ hal-info.spec 31 Mar 2008 18:39:10 -0000 1.20
@@ -1,7 +1,7 @@
Summary: Device information files for HAL
Name: hal-info
Version: 20080317
-Release: 2%{?dist}
+Release: 3%{?dist}
License: AFL or GPLv2
Group: System Environment/Libraries
URL: http://www.freedesktop.org/Software/hal
@@ -12,6 +12,9 @@
# Upstream already; commit a931edfebb28da0a9fa6e39224e11b3e43c410e3
Patch0: hal-info-20080317-sierra-595U.patch
+# Upstream already; commit 275667335e95670863e979e714f8e537c6db4e52
+Patch0: hal-info-20080317-sierra-mc5720.patch
+
Requires: hal >= 0.5.10
BuildRequires: hal-devel >= 0.5.10
@@ -41,6 +44,9 @@
%{_datadir}/hal/fdi/preprobe/10osvendor/*.fdi
%changelog
+* Mon Mar 31 2008 Dan Williams <dcbw(a)redhat.com> - 20080317-3
+- Fix for Sierra MC5720 (rh #439753)
+
* Fri Mar 28 2008 Dan Williams <dcbw(a)redhat.com> - 20080317-2
- Fix for Sierra 595U and others (rh #439536)
14 years, 1 month
rpms/epiphany/devel epiphany-xulrunner19.patch, 1.4, 1.5 epiphany.spec, 1.186, 1.187
by fedora-extras-commits@redhat.com
Author: caillon
Update of /cvs/extras/rpms/epiphany/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17653
Modified Files:
epiphany-xulrunner19.patch epiphany.spec
Log Message:
* Mon Mar 31 2008 Christopher Aillon <caillon(a)redhat.com> - 2.22.0-3
- Initialize plugins before we startup XPCOM, thanks to Bastien Nocera
epiphany-xulrunner19.patch:
Index: epiphany-xulrunner19.patch
===================================================================
RCS file: /cvs/extras/rpms/epiphany/devel/epiphany-xulrunner19.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- epiphany-xulrunner19.patch 8 Mar 2008 01:47:20 -0000 1.4
+++ epiphany-xulrunner19.patch 31 Mar 2008 17:56:47 -0000 1.5
@@ -1,7 +1,7 @@
-diff -up epiphany-2.21.92/embed/Makefile.am.xulrunner19 epiphany-2.21.92/embed/Makefile.am
---- epiphany-2.21.92/embed/Makefile.am.xulrunner19 2008-02-17 13:43:14.000000000 -0500
-+++ epiphany-2.21.92/embed/Makefile.am 2008-02-26 00:13:33.000000000 -0500
-@@ -117,6 +117,7 @@ libephyembedfactory_la_CPPFLAGS += -I$(G
+diff -up epiphany-2.22.0/embed/Makefile.am.xulrunner19 epiphany-2.22.0/embed/Makefile.am
+--- epiphany-2.22.0/embed/Makefile.am.xulrunner19 2008-03-10 05:34:59.000000000 -0400
++++ epiphany-2.22.0/embed/Makefile.am 2008-03-31 13:19:30.000000000 -0400
+@@ -107,6 +107,7 @@ libephyembedfactory_la_CPPFLAGS += -I$(G
endif
libephyembedfactory_la_CFLAGS = \
@@ -9,9 +9,9 @@
$(DEPENDENCIES_CFLAGS) \
$(AM_CFLAGS)
-diff -up epiphany-2.21.92/embed/mozilla/mozilla-embed-single.cpp.xulrunner19 epiphany-2.21.92/embed/mozilla/mozilla-embed-single.cpp
---- epiphany-2.21.92/embed/mozilla/mozilla-embed-single.cpp.xulrunner19 2008-02-26 00:13:33.000000000 -0500
-+++ epiphany-2.21.92/embed/mozilla/mozilla-embed-single.cpp 2008-02-26 00:13:33.000000000 -0500
+diff -up epiphany-2.22.0/embed/mozilla/mozilla-embed-single.cpp.xulrunner19 epiphany-2.22.0/embed/mozilla/mozilla-embed-single.cpp
+--- epiphany-2.22.0/embed/mozilla/mozilla-embed-single.cpp.xulrunner19 2008-03-31 13:19:30.000000000 -0400
++++ epiphany-2.22.0/embed/mozilla/mozilla-embed-single.cpp 2008-03-31 13:39:51.000000000 -0400
@@ -33,6 +33,11 @@
#include <nsStringAPI.h>
@@ -24,7 +24,7 @@
#include <gtkmozembed.h>
#include <gtkmozembed_internal.h>
#include <nsComponentManagerUtils.h>
-@@ -374,6 +379,7 @@ mozilla_init_profile (void)
+@@ -346,6 +351,7 @@ mozilla_init_profile (void)
profile_path = g_build_filename (ephy_dot_dir (),
MOZILLA_PROFILE_DIR,
(char *) NULL);
@@ -32,7 +32,7 @@
gtk_moz_embed_set_profile_path (profile_path, MOZILLA_PROFILE_NAME);
g_free (profile_path);
}
-@@ -615,6 +621,57 @@ impl_init (EphyEmbedSingle *esingle)
+@@ -587,9 +593,60 @@ impl_init (EphyEmbedSingle *esingle)
NS_LogInit ();
#endif
@@ -84,13 +84,16 @@
+ gtk_moz_embed_set_comp_path (MOZILLA_HOME);
+#endif
+#endif // XPCOM_GLUE
+ /* Pre initialization */
+ mozilla_init_plugin_path ();
+
+ /* Fire up the beast */
+ gtk_moz_embed_push_startup ();
+
- /* Pre initialization */
- mozilla_init_plugin_path ();
+ mozilla_init_profile ();
-@@ -631,8 +688,6 @@ impl_init (EphyEmbedSingle *esingle)
+ #ifdef HAVE_GECKO_1_9
+@@ -603,8 +660,6 @@ impl_init (EphyEmbedSingle *esingle)
gtk_moz_embed_set_directory_service_provider (dp);
@@ -99,10 +102,10 @@
/* FIXME check that it succeeded! */
mozilla_register_components ();
-diff -up epiphany-2.21.92/embed/mozilla/Makefile.am.xulrunner19 epiphany-2.21.92/embed/mozilla/Makefile.am
---- epiphany-2.21.92/embed/mozilla/Makefile.am.xulrunner19 2008-02-17 16:23:30.000000000 -0500
-+++ epiphany-2.21.92/embed/mozilla/Makefile.am 2008-02-26 00:13:33.000000000 -0500
-@@ -159,6 +159,13 @@ libephymozillaembed_la_CPPFLAGS = \
+diff -up epiphany-2.22.0/embed/mozilla/Makefile.am.xulrunner19 epiphany-2.22.0/embed/mozilla/Makefile.am
+--- epiphany-2.22.0/embed/mozilla/Makefile.am.xulrunner19 2008-03-09 16:56:47.000000000 -0400
++++ epiphany-2.22.0/embed/mozilla/Makefile.am 2008-03-31 13:19:30.000000000 -0400
+@@ -153,6 +153,13 @@ libephymozillaembed_la_CPPFLAGS = \
-DALLOW_PRIVATE_API \
$(AM_CPPFLAGS)
@@ -116,9 +119,9 @@
libephymozillaembed_la_CXXFLAGS = \
$(GECKO_CFLAGS) \
$(DEPENDENCIES_CFLAGS) \
-diff -up epiphany-2.21.92/embed/mozilla/AutoModalDialog.cpp.xulrunner19 epiphany-2.21.92/embed/mozilla/AutoModalDialog.cpp
---- epiphany-2.21.92/embed/mozilla/AutoModalDialog.cpp.xulrunner19 2008-02-26 00:24:39.000000000 -0500
-+++ epiphany-2.21.92/embed/mozilla/AutoModalDialog.cpp 2008-02-26 00:24:58.000000000 -0500
+diff -up epiphany-2.22.0/embed/mozilla/AutoModalDialog.cpp.xulrunner19 epiphany-2.22.0/embed/mozilla/AutoModalDialog.cpp
+--- epiphany-2.22.0/embed/mozilla/AutoModalDialog.cpp.xulrunner19 2008-03-10 05:14:27.000000000 -0400
++++ epiphany-2.22.0/embed/mozilla/AutoModalDialog.cpp 2008-03-31 13:19:30.000000000 -0400
@@ -35,6 +35,7 @@
#include <nsIDOMDocument.h>
#include <nsIDOMEvent.h>
@@ -127,9 +130,53 @@
#include <nsIJSContextStack.h>
#include <nsIPrivateDOMEvent.h>
#include <nsPIDOMWindow.h>
-diff -up epiphany-2.21.92/plugins/desktop-file/Makefile.am.xulrunner19 epiphany-2.21.92/plugins/desktop-file/Makefile.am
---- epiphany-2.21.92/plugins/desktop-file/Makefile.am.xulrunner19 2008-02-17 13:43:04.000000000 -0500
-+++ epiphany-2.21.92/plugins/desktop-file/Makefile.am 2008-02-26 00:13:33.000000000 -0500
+diff -up epiphany-2.22.0/embed/mozilla/FilePicker.cpp.xulrunner19 epiphany-2.22.0/embed/mozilla/FilePicker.cpp
+--- epiphany-2.22.0/embed/mozilla/FilePicker.cpp.xulrunner19 2008-03-09 16:56:47.000000000 -0400
++++ epiphany-2.22.0/embed/mozilla/FilePicker.cpp 2008-03-31 13:19:30.000000000 -0400
+@@ -32,12 +32,11 @@
+
+ #include <nsCOMPtr.h>
+ #include <nsIDOMWindow.h>
+-#include <nsIFileURL.h>
+ #include <nsILocalFile.h>
+ #include <nsIPromptService.h>
+ #include <nsIServiceManager.h>
+ #include <nsIURI.h>
+-#include <nsNetCID.h>
++#include <nsNetUtil.h>
+ #include <nsComponentManagerUtils.h>
+ #include <nsServiceManagerUtils.h>
+ #include <nsXPCOMCID.h>
+@@ -357,22 +356,18 @@ NS_IMETHODIMP GFilePicker::GetFile(nsILo
+ return NS_OK;
+ }
+
+-/* readonly attribute nsIFileURL fileURL; */
+-NS_IMETHODIMP GFilePicker::GetFileURL(nsIFileURL **aFileURL)
++/* readonly attribute nsIURI fileURL; */
++NS_IMETHODIMP GFilePicker::GetFileURL(nsIURI **aFileURL)
+ {
+ NS_ENSURE_TRUE (mDialog, NS_ERROR_FAILURE);
+
+- LOG ("GFilePicker::GetFileURL");
++ LOG ("GFilePicker::GetFileURI");
+
+ nsCOMPtr<nsILocalFile> file;
+ GetFile (getter_AddRefs(file));
+ NS_ENSURE_TRUE (file, NS_ERROR_FAILURE);
+
+- nsCOMPtr<nsIFileURL> fileURL = do_CreateInstance (NS_STANDARDURL_CONTRACTID);
+- fileURL->SetFile(file);
+- NS_IF_ADDREF(*aFileURL = fileURL);
+-
+- return NS_OK;
++ return NS_NewFileURI(aFileURL, file);
+ }
+
+ /* readonly attribute nsISimpleEnumerator files; */
+diff -up epiphany-2.22.0/plugins/desktop-file/Makefile.am.xulrunner19 epiphany-2.22.0/plugins/desktop-file/Makefile.am
+--- epiphany-2.22.0/plugins/desktop-file/Makefile.am.xulrunner19 2008-03-09 16:55:37.000000000 -0400
++++ epiphany-2.22.0/plugins/desktop-file/Makefile.am 2008-03-31 13:19:30.000000000 -0400
@@ -25,8 +25,13 @@ libdesktopfileplugin_la_LIBADD = \
libdesktopfileplugin_la_LDFLAGS = \
-module -avoid-version \
@@ -145,9 +192,9 @@
+
EXTRA_DIST = \
plugin.symbols
-diff -up epiphany-2.21.92/m4/gecko.m4.xulrunner19 epiphany-2.21.92/m4/gecko.m4
---- epiphany-2.21.92/m4/gecko.m4.xulrunner19 2008-02-17 13:43:04.000000000 -0500
-+++ epiphany-2.21.92/m4/gecko.m4 2008-02-26 00:13:33.000000000 -0500
+diff -up epiphany-2.22.0/m4/gecko.m4.xulrunner19 epiphany-2.22.0/m4/gecko.m4
+--- epiphany-2.22.0/m4/gecko.m4.xulrunner19 2008-03-09 16:55:37.000000000 -0400
++++ epiphany-2.22.0/m4/gecko.m4 2008-03-31 13:19:30.000000000 -0400
@@ -32,6 +32,7 @@
# VARIABLE: Which gecko was found (e.g. "xulrunnner", "seamonkey", ...)
# VARIABLE_FLAVOUR: The flavour of the gecko that was found
@@ -441,9 +488,9 @@
if test -z "$XPIDL_IDLDIR" -o ! -f "$XPIDL_IDLDIR/nsISupports.idl"; then
XPIDL_IDLDIR="$_GECKO_INCLUDE_ROOT/idl"
fi
-diff -up epiphany-2.21.92/configure.ac.xulrunner19 epiphany-2.21.92/configure.ac
---- epiphany-2.21.92/configure.ac.xulrunner19 2008-02-25 14:37:07.000000000 -0500
-+++ epiphany-2.21.92/configure.ac 2008-02-26 00:13:33.000000000 -0500
+diff -up epiphany-2.22.0/configure.ac.xulrunner19 epiphany-2.22.0/configure.ac
+--- epiphany-2.22.0/configure.ac.xulrunner19 2008-03-09 16:57:29.000000000 -0400
++++ epiphany-2.22.0/configure.ac 2008-03-31 13:19:30.000000000 -0400
@@ -238,12 +238,44 @@ fi
case "$gecko_cv_gecko" in
@@ -503,10 +550,10 @@
AC_SUBST([DESKTOP_FILE_PLUGIN_DEP_CFLAGS])
AC_SUBST([DESKTOP_FILE_PLUGIN_DEP_LIBS])
fi
-diff -up epiphany-2.21.92/src/Makefile.am.xulrunner19 epiphany-2.21.92/src/Makefile.am
---- epiphany-2.21.92/src/Makefile.am.xulrunner19 2008-02-17 13:43:05.000000000 -0500
-+++ epiphany-2.21.92/src/Makefile.am 2008-02-26 00:13:33.000000000 -0500
-@@ -188,6 +188,16 @@ libpyphany_la_LIBADD = \
+diff -up epiphany-2.22.0/src/Makefile.am.xulrunner19 epiphany-2.22.0/src/Makefile.am
+--- epiphany-2.22.0/src/Makefile.am.xulrunner19 2008-03-09 16:55:56.000000000 -0400
++++ epiphany-2.22.0/src/Makefile.am 2008-03-31 13:19:30.000000000 -0400
+@@ -180,6 +180,16 @@ libpyphany_la_LIBADD = \
$(PYGTK_LIBS)
endif
@@ -523,7 +570,7 @@
epiphany_SOURCES = ephy-main.c
epiphany_CPPFLAGS = \
-@@ -202,6 +212,7 @@ epiphany_CPPFLAGS = \
+@@ -194,6 +204,7 @@ epiphany_CPPFLAGS = \
epiphany_CFLAGS = \
$(DEPENDENCIES_CFLAGS) \
@@ -531,7 +578,7 @@
$(DBUS_CFLAGS) \
$(AM_CFLAGS)
-@@ -222,6 +233,7 @@ endif
+@@ -214,6 +225,7 @@ endif
if WITH_GECKO_ENGINE
epiphany_LDADD += \
@@ -539,7 +586,7 @@
$(top_builddir)/embed/mozilla/libephymozillaembed.la
endif
-@@ -242,7 +254,9 @@ epiphany_LDADD += $(LIBXUL_LIBS) -lxpcom
+@@ -234,7 +246,9 @@ epiphany_LDADD += $(LIBXUL_LIBS) -lxpcom
endif
if WITH_GECKO_ENGINE
@@ -549,7 +596,7 @@
epiphany_LDADD += \
$(GECKO_LIBS) \
-@@ -256,6 +270,7 @@ epiphany_LDADD += \
+@@ -248,6 +262,7 @@ epiphany_LDADD += \
endif
epiphany_LDADD += \
@@ -557,9 +604,9 @@
$(DEPENDENCIES_LIBS) \
$(DBUS_LIBS) \
$(LIBINTL)
-diff -up epiphany-2.21.92/doc/reference/Makefile.am.xulrunner19 epiphany-2.21.92/doc/reference/Makefile.am
---- epiphany-2.21.92/doc/reference/Makefile.am.xulrunner19 2008-02-17 18:28:48.000000000 -0500
-+++ epiphany-2.21.92/doc/reference/Makefile.am 2008-02-26 00:13:33.000000000 -0500
+diff -up epiphany-2.22.0/doc/reference/Makefile.am.xulrunner19 epiphany-2.22.0/doc/reference/Makefile.am
+--- epiphany-2.22.0/doc/reference/Makefile.am.xulrunner19 2008-03-09 16:56:26.000000000 -0400
++++ epiphany-2.22.0/doc/reference/Makefile.am 2008-03-31 13:19:30.000000000 -0400
@@ -207,10 +207,10 @@ DOC_OVERRIDES =
if GTK_DOC_USE_LIBTOOL
@@ -573,46 +620,3 @@
endif
# We set GPATH here; this gives us semantics for GNU make
---- epiphany-2.21.92/embed/mozilla/FilePicker.cpp.xulrunner19 2008-02-18 08:41:03.000000000 -0500
-+++ epiphany-2.21.92/embed/mozilla/FilePicker.cpp 2008-03-07 18:50:46.000000000 -0500
-@@ -32,12 +32,11 @@
-
- #include <nsCOMPtr.h>
- #include <nsIDOMWindow.h>
--#include <nsIFileURL.h>
- #include <nsILocalFile.h>
- #include <nsIPromptService.h>
- #include <nsIServiceManager.h>
- #include <nsIURI.h>
--#include <nsNetCID.h>
-+#include <nsNetUtil.h>
- #include <nsComponentManagerUtils.h>
- #include <nsServiceManagerUtils.h>
- #include <nsXPCOMCID.h>
-@@ -357,22 +356,18 @@
- return NS_OK;
- }
-
--/* readonly attribute nsIFileURL fileURL; */
--NS_IMETHODIMP GFilePicker::GetFileURL(nsIFileURL **aFileURL)
-+/* readonly attribute nsIURI fileURL; */
-+NS_IMETHODIMP GFilePicker::GetFileURL(nsIURI **aFileURL)
- {
- NS_ENSURE_TRUE (mDialog, NS_ERROR_FAILURE);
-
-- LOG ("GFilePicker::GetFileURL");
-+ LOG ("GFilePicker::GetFileURI");
-
- nsCOMPtr<nsILocalFile> file;
- GetFile (getter_AddRefs(file));
- NS_ENSURE_TRUE (file, NS_ERROR_FAILURE);
-
-- nsCOMPtr<nsIFileURL> fileURL = do_CreateInstance (NS_STANDARDURL_CONTRACTID);
-- fileURL->SetFile(file);
-- NS_IF_ADDREF(*aFileURL = fileURL);
--
-- return NS_OK;
-+ return NS_NewFileURI(aFileURL, file);
- }
-
- /* readonly attribute nsISimpleEnumerator files; */
Index: epiphany.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany/devel/epiphany.spec,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- epiphany.spec 18 Mar 2008 16:18:38 -0000 1.186
+++ epiphany.spec 31 Mar 2008 17:56:47 -0000 1.187
@@ -8,7 +8,7 @@
Summary: GNOME web browser based on the Mozilla rendering engine
Name: epiphany
Version: 2.22.0
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+ and GFDL+
Group: Applications/Internet
URL: http://www.gnome.org/projects/epiphany/
@@ -217,6 +217,9 @@
%{_datadir}/pygtk/2.0/defs/epiphany.defs
%changelog
+* Mon Mar 31 2008 Christopher Aillon <caillon(a)redhat.com> - 2.22.0-3
+- Initialize plugins before we startup XPCOM, thanks to Bastien Nocera
+
* Tue Mar 18 2008 Christopher Aillon <caillon(a)redhat.com> - 2.22.0-2
- Update the homepage
14 years, 1 month
rpms/knetstats/devel knetstats.spec,1.15,1.16
by fedora-extras-commits@redhat.com
Author: rdieter
Update of /cvs/pkgs/rpms/knetstats/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17524
Modified Files:
knetstats.spec
Log Message:
* Mon Mar 31 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.6.1-8
- fix build (#434027)
Index: knetstats.spec
===================================================================
RCS file: /cvs/pkgs/rpms/knetstats/devel/knetstats.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- knetstats.spec 8 Mar 2008 23:56:37 -0000 1.15
+++ knetstats.spec 31 Mar 2008 17:54:19 -0000 1.16
@@ -1,6 +1,6 @@
Name: knetstats
Version: 1.6.1
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Network monitor in KDE
License: GPLv2
@@ -10,7 +10,9 @@
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: kdelibs3-devel, gettext, desktop-file-utils, automake, qt-devel
+
+BuildRequires: automake libtool
+BuildRequires: kdelibs3-devel, gettext, desktop-file-utils
%description
A simple KDE network monitor that show rx/tx LEDs or numeric information about
@@ -19,15 +21,17 @@
%prep
%setup -q
-%build
-
-unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh
-export QTLIB=$(QTDIR)/lib QTINC=$(QTDIR)/include
+# cleaner/easier than auto* hacks below -- Rex
+make -f admin/Makefile.common
#missing: line 52: automake-1.9: command not found
-%{__aclocal}
+#%{__aclocal}
#%{__automake} --add-missing --copy
+%build
+
+unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh
+
%configure --disable-rpath
%{__make} %{?_smp_mflags}
@@ -67,7 +71,10 @@
%{_datadir}/applications/fedora-%{name}.desktop
%{_docdir}/HTML/en/%{name}/
-%Changelog
+%changelog
+* Mon Mar 31 2008 Rex Dieter <rdieter(a)fedoraproject.org> - 1.6.1-8
+- fix build (#434027)
+
* Wed Feb 27 2008 Chitlesh Goorah <chitlesh(a)fedoraproject.org> - 1.6.1-7
- fixed cvs commit issues
14 years, 1 month
rpms/aplus-fsf/F-8 aplus-fsf.spec,1.15,1.16
by fedora-extras-commits@redhat.com
Author: s4504kr
Update of /cvs/extras/rpms/aplus-fsf/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17465
Modified Files:
aplus-fsf.spec
Log Message:
Disable x86_64 architecture
Index: aplus-fsf.spec
===================================================================
RCS file: /cvs/extras/rpms/aplus-fsf/F-8/aplus-fsf.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- aplus-fsf.spec 8 Aug 2007 19:19:16 -0000 1.15
+++ aplus-fsf.spec 31 Mar 2008 17:51:12 -0000 1.16
@@ -15,7 +15,7 @@
Name: %name
Version: 4.20.2
-Release: 22%{?dist}
+Release: 24%{?dist}
License: GPLv2
Summary: Advanced APL interpreter with s interface
@@ -36,6 +36,8 @@
Requires: xterm
+ExcludeArch: x86_64
+
Requires: fonts-apl
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -266,6 +268,9 @@
%{catalogue}/apl-truetype
%Changelog
+* Mon Mar 31 2008 Jochen Schmitt <Jochen herr-schmitt de> 4.20.2-24
+- Disable x86_64 architecture (#435074)
+
* Wed Aug 8 2007 Jochen Schmitt <Jochen herr-schmitt de> 4.20.2-22
- Changing license tag
- Fix issue with new font catalogue
14 years, 1 month
rpms/ksig/devel ksig.spec,1.2,1.3
by fedora-extras-commits@redhat.com
Author: kkofler
Update of /cvs/pkgs/rpms/ksig/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17292/devel
Modified Files:
ksig.spec
Log Message:
* Mon Mar 31 2008 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1.1-0.3.20080213
- rebuild for NDEBUG and _kde4_libexecdir
Index: ksig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ksig/devel/ksig.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ksig.spec 15 Feb 2008 22:51:52 -0000 1.2
+++ ksig.spec 31 Mar 2008 17:44:46 -0000 1.3
@@ -4,8 +4,8 @@
%define svn_date 20080213
Name: ksig
-Version: 1.1
-Release: 0.2.%{svn_date}%{?dist}
+Version: 1.1
+Release: 0.3.%{svn_date}%{?dist}
Summary: A graphical application to manage multiple email signatures
Group: Applications/Internet
@@ -95,6 +95,9 @@
%{_datadir}/applications/kde4/ksig.desktop
%changelog
+* Mon Mar 31 2008 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1.1-0.3.20080213
+- rebuild for NDEBUG and _kde4_libexecdir
+
* Fri Feb 15 2008 Sebastian Vahl <fedora(a)deadbabylon.de> - 1.1-0.2.20080213
- change group to Applications/Internet
14 years, 1 month
rpms/kdegraphics/devel kdegraphics.spec,1.140,1.141
by fedora-extras-commits@redhat.com
Author: kkofler
Update of /cvs/pkgs/rpms/kdegraphics/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17177/devel
Modified Files:
kdegraphics.spec
Log Message:
* Mon Mar 31 2008 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 4.0.3-2
- rebuild for NDEBUG and _kde4_libexecdir
Index: kdegraphics.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdegraphics/devel/kdegraphics.spec,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- kdegraphics.spec 28 Mar 2008 17:43:11 -0000 1.140
+++ kdegraphics.spec 31 Mar 2008 17:42:36 -0000 1.141
@@ -4,7 +4,7 @@
Summary: K Desktop Environment - Graphics Applications
Epoch: 7
Version: 4.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Name: kdegraphics
Obsoletes: kdegraphics4 < %{version}-%{release}
@@ -166,6 +166,9 @@
%changelog
+* Mon Mar 31 2008 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 4.0.3-2
+- rebuild for NDEBUG and _kde4_libexecdir
+
* Fri Mar 28 2008 Than Ngo <than(a)redhat.com> 4.0.3-1
- 4.0.3
- drop kdegraphics-4.0.2-poppler07.patch, it's included in 4.0.3
14 years, 1 month
rpms/dragonplayer/devel dragonplayer.spec,1.8,1.9
by fedora-extras-commits@redhat.com
Author: kkofler
Update of /cvs/pkgs/rpms/dragonplayer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17055/devel
Modified Files:
dragonplayer.spec
Log Message:
* Mon Mar 31 2008 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 2.0.1-3
- rebuild for NDEBUG and _kde4_libexecdir
Index: dragonplayer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dragonplayer/devel/dragonplayer.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dragonplayer.spec 25 Feb 2008 22:08:25 -0000 1.8
+++ dragonplayer.spec 31 Mar 2008 17:40:55 -0000 1.9
@@ -1,6 +1,6 @@
Name: dragonplayer
Version: 2.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A simple video player for KDE 4
Group: Applications/Multimedia
@@ -77,6 +77,9 @@
%{_kde4_libdir}/kde4/dragonpart.so
%changelog
+* Mon Mar 31 2008 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 2.0.1-3
+- rebuild for NDEBUG and _kde4_libexecdir
+
* Mon Feb 25 2008 Sebastian Vahl <fedora(a)deadbabylon.de> - 2.0.1-2
- BR: kdebase-runtime to workaround missing FindXine.cmake
14 years, 1 month