Skip to content

Commit

Permalink
version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Sep 16, 2015
1 parent 9cf43d0 commit c910f15
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "48" )
SET( VERSION_PATCH "0" )
SET( VERSION_PATCH "1" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

##### This is need for the libyui core, ONLY.
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-ncurses-pkg-doc.spec
Expand Up @@ -19,7 +19,7 @@
%define so_version 7

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

Expand Down
9 changes: 9 additions & 0 deletions package/libyui-ncurses-pkg.changes
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 16 17:29:23 CEST 2015 - mvidner@suse.com

- Reorganized git for easier tarball creation:
- RPM spec files are kept in git verbatim, not as templates
- no longer call PREP_SPEC_FILES in CMakeLists.common
- No functional change but version bumped to push the package
down the pipeline (boo#946079).

-------------------------------------------------------------------
Tue Sep 10:13:52 UTC 2015 - schubi@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/libyui-ncurses-pkg.spec
Expand Up @@ -17,7 +17,7 @@


Name: libyui-ncurses-pkg
Version: 2.48.0
Version: 2.48.1
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand Down

0 comments on commit c910f15

Please sign in to comment.