From f0244a49e90b8460c89b833b451eef27d1ebb5bf Mon Sep 17 00:00:00 2001 From: pabs Date: Tue, 13 Mar 2007 15:27:18 +0000 Subject: [PATCH] Fix some URLs git-svn-id: http://svn.voria.com/code@313 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/config/build.cfg | 2 +- synfig-studio/trunk/config/project.spec.in | 3 +-- synfig-studio/trunk/src/gtkmm/app.cpp | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/synfig-studio/trunk/config/build.cfg b/synfig-studio/trunk/config/build.cfg index 418144f..605b654 100644 --- a/synfig-studio/trunk/config/build.cfg +++ b/synfig-studio/trunk/config/build.cfg @@ -1,6 +1,6 @@ PACKAGE_NAME="Synfig Studio" -PACKAGE_BUGREPORT="darco@voria.com" +PACKAGE_BUGREPORT="darco@deepdarc.com" PACKAGE_TARNAME=synfigstudio VERSION_MAJ="0" VERSION_MIN="61" diff --git a/synfig-studio/trunk/config/project.spec.in b/synfig-studio/trunk/config/project.spec.in index 8e2f6c5..8720e8c 100755 --- a/synfig-studio/trunk/config/project.spec.in +++ b/synfig-studio/trunk/config/project.spec.in @@ -4,11 +4,10 @@ Name: @PACKAGE_TARNAME@-devel Version: @VERSION_MAJ@.@VERSION_MIN@.@VERSION_REV@ Release: @VERSION_REL@ Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html -URL: http://www.voria.com/ +URL: http://www.synfig.com/ Packager: Robert B. Quattlebaum Jr. Group: Development/Languages Icon: config/logo.gif -#Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz #Patch0: STLport-rename.patch #Patch1: STLport-rules.patch #Patch2: STLport-install-dir.patch diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index 77298fb..d15210d 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -1082,8 +1082,8 @@ App::App(int *argc, char ***argv): "This copy of Synfig Studio was compiled against a\n" "different version of libsynfig than what is currently\n" "installed. Synfig Studio will now abort. Try downloading\n" - "the latest version from the Synfig Development Website at\n" - "http://dev.synfig.com/ " + "the latest version from the Synfig website at\n" + "http://www.synfig.com/ " ); throw 40; } @@ -1095,7 +1095,7 @@ App::App(int *argc, char ***argv): "This copy of Synfig Studio has expired.\n" "Please erase this copy, or download and\n" "install the latest copy from the Synfig\n" - "Development Website at http://dev.synfig.com/ ." + "website at http://www.synfig.com/ ." ); throw 39; } -- 2.7.4