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 044aa50 commit 4e261c5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "44" )
SET( VERSION_PATCH "5" )
SET( VERSION_PATCH "6" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1}" )

##### This is need for the libyui core, ONLY.
Expand Down
3 changes: 1 addition & 2 deletions package/libyui-gtk-doc.spec
Expand Up @@ -20,8 +20,7 @@
%define so_version 7

Name: %{parent}-doc

Version: 2.44.5
Version: 2.44.6
Release: 0
Source: %{parent}-%{version}.tar.bz2

Expand Down
9 changes: 9 additions & 0 deletions package/libyui-gtk.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 May 6 09:58:49 UTC 2014 - coolo@suse.com

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


Name: libyui-gtk
Version: 2.44.5
Version: 2.44.6
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand Down

0 comments on commit 4e261c5

Please sign in to comment.