Skip to content

Commit

Permalink
Less aggressive versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Nov 20, 2017
1 parent 326ae69 commit 427fa87
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
SET( VERSION_MAJOR "4" )
SET( VERSION_MINOR "0" )
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "49" )
SET( VERSION_PATCH "0" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is need for the libyui core, ONLY.
##### These will be overridden from exports in LibyuiConfig.cmake
SET( SONAME_MAJOR "5" )
SET( SONAME_MINOR "0" )
SET( SONAME_MINOR "1" )
SET( SONAME_PATCH "0" )
SET( SONAME "${SONAME_MAJOR}.${SONAME_MINOR}.${SONAME_PATCH}" )

4 changes: 2 additions & 2 deletions package/libyui-ncurses-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%define so_version 8

Name: %{parent}-doc
Version: 4.0.0
Version: 2.49.0
Release: 0
Source: %{parent}-%{version}.tar.bz2

Expand All @@ -30,8 +30,8 @@ BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: graphviz-gnome
BuildRequires: libyui-devel >= 3.0.4
BuildRequires: texlive-latex
BuildRequires: libyui-devel >= 3.4.0

Url: http://github.com/libyui/
Summary: Libyui-ncurses documentation
Expand Down
4 changes: 2 additions & 2 deletions package/libyui-ncurses.changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-------------------------------------------------------------------
Wed Nov 15 17:30:34 CET 2017 - shundhammer@suse.de
Wed Nov 15 15:30:34 UTC 2017 - shundhammer@suse.de

- Send a widget ID with Shift-F6 for automated testing (fate#324098)
- 4.0.0
- 2.49.0

-------------------------------------------------------------------
Mon Aug 7 13:21:35 UTC 2017 - mvidner@suse.com
Expand Down
4 changes: 2 additions & 2 deletions package/libyui-ncurses.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: libyui-ncurses
Version: 4.0.0
Version: 2.49.0
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand All @@ -33,7 +33,7 @@ BuildRequires: cmake >= 2.8
BuildRequires: gcc-c++
BuildRequires: pkg-config

%define libyui_devel_version libyui-devel >= 4.0.0
%define libyui_devel_version libyui-devel >= 3.4.0
BuildRequires: %{libyui_devel_version}
BuildRequires: ncurses-devel

Expand Down

0 comments on commit 427fa87

Please sign in to comment.