Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
4bd04030
Commit
4bd04030
authored
Aug 27, 2010
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version changed to 4.7.1
parent
ee5450fe
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
47 additions
and
47 deletions
+47
-47
src/exp/inc/src/pwr_version.h
src/exp/inc/src/pwr_version.h
+3
-3
src/tools/pkg/deb/pwr/control
src/tools/pkg/deb/pwr/control
+2
-2
src/tools/pkg/deb/pwrdemo/control
src/tools/pkg/deb/pwrdemo/control
+3
-3
src/tools/pkg/deb/pwrrt/control
src/tools/pkg/deb/pwrrt/control
+2
-2
src/tools/pkg/deb/pwrsev/control
src/tools/pkg/deb/pwrsev/control
+2
-2
src/tools/pkg/deb_x86_64/pwr/control
src/tools/pkg/deb_x86_64/pwr/control
+2
-2
src/tools/pkg/deb_x86_64/pwrdemo/control
src/tools/pkg/deb_x86_64/pwrdemo/control
+3
-3
src/tools/pkg/deb_x86_64/pwrrt/control
src/tools/pkg/deb_x86_64/pwrrt/control
+2
-2
src/tools/pkg/deb_x86_64/pwrsev/control
src/tools/pkg/deb_x86_64/pwrsev/control
+2
-2
src/tools/pkg/rpm/pwr/pwr.spec
src/tools/pkg/rpm/pwr/pwr.spec
+2
-2
src/tools/pkg/rpm/pwrdemo/pwrdemo.spec
src/tools/pkg/rpm/pwrdemo/pwrdemo.spec
+2
-2
src/tools/pkg/rpm/pwrrt/pwrrt.spec
src/tools/pkg/rpm/pwrrt/pwrrt.spec
+2
-2
src/tools/pkg/rpm/pwrsev/pwrsev.spec
src/tools/pkg/rpm/pwrsev/pwrsev.spec
+2
-2
src/tools/pkg/ubu/pwr/control
src/tools/pkg/ubu/pwr/control
+2
-2
src/tools/pkg/ubu/pwrdemo/control
src/tools/pkg/ubu/pwrdemo/control
+3
-3
src/tools/pkg/ubu/pwrrt/control
src/tools/pkg/ubu/pwrrt/control
+2
-2
src/tools/pkg/ubu/pwrsev/control
src/tools/pkg/ubu/pwrsev/control
+2
-2
src/tools/pkg/ubu_x86_64/pwr/control
src/tools/pkg/ubu_x86_64/pwr/control
+2
-2
src/tools/pkg/ubu_x86_64/pwrdemo/control
src/tools/pkg/ubu_x86_64/pwrdemo/control
+3
-3
src/tools/pkg/ubu_x86_64/pwrrt/control
src/tools/pkg/ubu_x86_64/pwrrt/control
+2
-2
src/tools/pkg/ubu_x86_64/pwrsev/control
src/tools/pkg/ubu_x86_64/pwrsev/control
+2
-2
No files found.
src/exp/inc/src/pwr_version.h
View file @
4bd04030
...
...
@@ -65,10 +65,10 @@
# define SET_VERSION(a, b, c, d) ((pwr_tVersion)((a << 24) + (a << 16) + (a << 8) + a))
#endif
#define pwrv_cBuildTimeStr "2
6-MAR
-2010 12:00:00"
#define pwrv_cBuildTimeStr "2
7-AUG
-2010 12:00:00"
#define pwrv_cPwrVersionStr "V4.7.
0
"
#define pwrv_cPwrVersion SET_VERSION('V', 4, 7,
0
)
#define pwrv_cPwrVersionStr "V4.7.
1
"
#define pwrv_cPwrVersion SET_VERSION('V', 4, 7,
1
)
#define pwrv_cWbdbVersionShortStr "V47"
#define pwrv_cPwrCopyright "Copyright (C) 2005-2010 SSAB Oxelsund"
...
...
src/tools/pkg/deb/pwr/control
View file @
4bd04030
Package: pwr47
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: i386
...
...
@@ -8,4 +8,4 @@ Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46
Maintainer: Proview <postmaster@proview.se>
Description: Proview development and runtime environment package
Proview development and runtime environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/deb/pwrdemo/control
View file @
4bd04030
Package: pwrdemo47
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: i386
Depends: pwr47 (>= 4.7.
0
-1)
Depends: pwr47 (>= 4.7.
1
-1)
Maintainer: Proview <postmaster@proview.se>
Description: Proview Demo Project package
Proview Demo Project
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/deb/pwrrt/control
View file @
4bd04030
Package: pwrrt
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: i386
...
...
@@ -8,4 +8,4 @@ Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Maintainer: Proview <postmaster@proview.se>
Description:
Proview runtime environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/deb/pwrsev/control
View file @
4bd04030
Package: pwrsev
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: i386
...
...
@@ -8,4 +8,4 @@ Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46
Maintainer: Proview <postmaster@proview.se>
Description:
Proview storage environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/deb_x86_64/pwr/control
View file @
4bd04030
Package: pwr47
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: amd64
...
...
@@ -8,4 +8,4 @@ Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46
Maintainer: Proview <postmaster@proview.se>
Description: Proview development and runtime environment package
Proview development and runtime environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/deb_x86_64/pwrdemo/control
View file @
4bd04030
Package: pwrdemo47
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: amd64
Depends: pwr47 (>= 4.7.
0
-1)
Depends: pwr47 (>= 4.7.
1
-1)
Maintainer: Proview <postmaster@proview.se>
Description: Proview Demo Project package
Proview Demo Project
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/deb_x86_64/pwrrt/control
View file @
4bd04030
Package: pwrrt
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: amd64
...
...
@@ -8,4 +8,4 @@ Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Maintainer: Proview <postmaster@proview.se>
Description:
Proview runtime environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/deb_x86_64/pwrsev/control
View file @
4bd04030
Package: pwrsev
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: amd64
...
...
@@ -8,4 +8,4 @@ Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45
Maintainer: Proview <postmaster@proview.se>
Description:
Proview storage environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/rpm/pwr/pwr.spec
View file @
4bd04030
...
...
@@ -10,7 +10,7 @@
Name: pwr47
Summary: Proview/R development and runtime environment
Version: 4.7.
0
Version: 4.7.
1
Release: 1
License: GPL
BuildArch: i386
...
...
@@ -200,5 +200,5 @@ fi
#%postun
%changelog
*
Thu Mar 23 2010 Claes Sjofors
<claes
.
sjofors
@
proview
.
se
>
4.7.0
-1
*
Fri Aug 27 2010 Claes Sjofors
<claes
.
sjofors
@
proview
.
se
>
4.7.1
-1
- Base release.
src/tools/pkg/rpm/pwrdemo/pwrdemo.spec
View file @
4bd04030
...
...
@@ -10,7 +10,7 @@
Name: pwrdemo47
Summary: Proview/R demo project
Version: 4.7.
0
Version: 4.7.
1
Release: 1
License: GPL
BuildArch: i386
...
...
@@ -128,6 +128,6 @@ fi
#%postun
%changelog
*
Thu Mar 23 2010 Claes Sjofors <claes.sjofors@proview.se> 4.7.0
-1
*
Fri Aug 27 2010 Claes Sjofors <claes.sjofors@proview.se> 4.7.1
-1
- Base release
src/tools/pkg/rpm/pwrrt/pwrrt.spec
View file @
4bd04030
...
...
@@ -10,7 +10,7 @@
Name: pwrrt
Summary: Proview/R runtime environment
Version: 4.7.
0
Version: 4.7.
1
Release: 1
License: GPL
BuildArch: i386
...
...
@@ -487,5 +487,5 @@ fi
#%postun
%changelog
*
Thu Mar 23 2010 Claes Sjofors
<claes
.
sjofors
@
proview
.
se
>
4.7.0
-1
*
Fri Aug 27 2010 Claes Sjofors
<claes
.
sjofors
@
proview
.
se
>
4.7.1
-1
- Base release.
src/tools/pkg/rpm/pwrsev/pwrsev.spec
View file @
4bd04030
...
...
@@ -10,7 +10,7 @@
Name: pwrsev
Summary: Proview/R storage environment
Version: 4.7.
0
Version: 4.7.
1
Release: 1
License: GPL
BuildArch: i386
...
...
@@ -420,5 +420,5 @@ fi
#%postun
%changelog
*
Thu Mar 23 2010 Claes Sjofors
<claes
.
sjofors
@
proview
.
se
>
4.7.0
-1
*
Fri Aug 27 2010 Claes Sjofors
<claes
.
sjofors
@
proview
.
se
>
4.7.1
-1
- Base release.
src/tools/pkg/ubu/pwr/control
View file @
4bd04030
Package: pwr47
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: i386
...
...
@@ -8,4 +8,4 @@ Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46
Maintainer: Proview <postmaster@proview.se>
Description: Proview development and runtime environment package
Proview development and runtime environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/ubu/pwrdemo/control
View file @
4bd04030
Package: pwrdemo47
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: i386
Depends: pwr47 (>= 4.7.
0
-1)
Depends: pwr47 (>= 4.7.
1
-1)
Replaces:
Maintainer: Proview <postmaster@proview.se>
Description: Proview Demo Project package
Proview Demo Project
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/ubu/pwrrt/control
View file @
4bd04030
Package: pwrrt
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: i386
...
...
@@ -8,4 +8,4 @@ Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Maintainer: Proview <postmaster@proview.se>
Description:
Proview runtime environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/ubu/pwrsev/control
View file @
4bd04030
Package: pwrsev
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: i386
...
...
@@ -8,4 +8,4 @@ Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Maintainer: Proview <postmaster@proview.se>
Description:
Proview storage environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/ubu_x86_64/pwr/control
View file @
4bd04030
Package: pwr47
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: amd64
...
...
@@ -8,4 +8,4 @@ Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46
Maintainer: Proview <postmaster@proview.se>
Description: Proview development and runtime environment package
Proview development and runtime environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/ubu_x86_64/pwrdemo/control
View file @
4bd04030
Package: pwrdemo47
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: amd64
Depends: pwr47 (>= 4.7.
0
-1)
Depends: pwr47 (>= 4.7.
1
-1)
Replaces:
Maintainer: Proview <postmaster@proview.se>
Description: Proview Demo Project package
Proview Demo Project
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/ubu_x86_64/pwrrt/control
View file @
4bd04030
Package: pwrrt
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: amd64
...
...
@@ -8,4 +8,4 @@ Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Maintainer: Proview <postmaster@proview.se>
Description:
Proview runtime environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
src/tools/pkg/ubu_x86_64/pwrsev/control
View file @
4bd04030
Package: pwrsev
Version: 4.7.
0
-1
Version: 4.7.
1
-1
Section: base
Priority: optional
Architecture: amd64
...
...
@@ -8,4 +8,4 @@ Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47
Maintainer: Proview <postmaster@proview.se>
Description:
Proview storage environment
4.7.
0
-1 Base release
4.7.
1
-1 Base release
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment