]> git.pld-linux.org Git - packages/ProjectCenter.git/commitdiff
- up to 0.4.2
authorpawelb <pawelb@pld-linux.org>
Wed, 2 Feb 2005 12:14:59 +0000 (12:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ProjectCenter-version-0.4.2.patch

Changed files:
    ProjectCenter-version-0.4.2.patch -> 1.1
    ProjectCenter.spec -> 1.10

ProjectCenter-version-0.4.2.patch [new file with mode: 0644]
ProjectCenter.spec

diff --git a/ProjectCenter-version-0.4.2.patch b/ProjectCenter-version-0.4.2.patch
new file mode 100644 (file)
index 0000000..a3298d4
--- /dev/null
@@ -0,0 +1,27 @@
+diff -Naur ProjectCenter-0.4.2/Library/GNUmakefile ProjectCenter-0.4.2_new/Library/GNUmakefile
+--- ProjectCenter-0.4.2/Library/GNUmakefile    2005-01-23 03:18:58.000000000 +0100
++++ ProjectCenter-0.4.2_new/Library/GNUmakefile        2005-02-02 13:04:16.455270632 +0100
+@@ -9,9 +9,9 @@
+ #
+ # Framework
+ #
+-VERSION = 0.4.1
++VERSION = 0.4.2
+ FRAMEWORK_NAME = ProjectCenter
+-ProjectCenter_CURRENT_VERSION_NAME = 0.4.1
++ProjectCenter_CURRENT_VERSION_NAME = 0.4.2
+ ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes
+ ProjectCenter_LIBRARIES_DEPEND_UPON += -lgnustep-gui
+diff -Naur ProjectCenter-0.4.2/Resources/Info-gnustep.plist ProjectCenter-0.4.2_new/Resources/Info-gnustep.plist
+--- ProjectCenter-0.4.2/Resources/Info-gnustep.plist   2005-01-23 03:19:00.000000000 +0100
++++ ProjectCenter-0.4.2_new/Resources/Info-gnustep.plist       2005-02-02 13:03:56.318331912 +0100
+@@ -3,7 +3,7 @@
+   ApplicationName = "ProjectCenter";
+   ApplicationDescription = "GNUstep Integrated Development Environment";
+   ApplicationIcon = "ProjectCenter.tiff";
+-  ApplicationRelease = "0.4.1";
++  ApplicationRelease = "0.4.2";
+   FullVersionID = "HEAD";
+   Authors = (
+     "Philippe C.D. Robert",
index e017e74519cb0e718a9d14a08d9db5a08ce6ab37..19feb2dd23dbc20d6fc8897dacf80c8f4a0ba0fa 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       ProjectCenter - the GNUstep IDE
 Summary(pl):   ProjectCenter - IDE dla ¶rodowiska GNUstep
 Name:          ProjectCenter
-Version:       0.4.0
-Release:       3
+Version:       0.4.2
+Release:       1       
 License:       GPL
 Group:         X11/Development/Tools
 Source0:       ftp://ftp.gnustep.org/pub/gnustep/dev-apps/%{name}-%{version}.tar.gz
-# Source0-md5: 22126566cec8a3cba2230018e2c9f374
+# Source0-md5: 62749396daf23a5e459e165808a36ce4
 Patch0:                %{name}-link.patch
+Patch1:                %{name}-version-%{version}.patch
 URL:           http://www.gnustep.org/experience/ProjectCenter.html
 BuildRequires: gnustep-gui-devel >= 0.8.9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,6 +36,7 @@ projektu GNUstep.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
This page took 0.057681 seconds and 4 git commands to generate.