Skip to content

Commit

Permalink
update package in ibs
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Mar 10, 2016
1 parent fbefed5 commit 560fb8c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
1 change: 1 addition & 0 deletions PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bundle exec bump patch
The `Version:` declaration in `SUSEConnect.spec` needs to be updated manually to the new value.

Please also update `SUSEConnect.changes` file with a list of new features in master since the last version update.
You can do that with `osc vc` in the package directory.


Then build the gem:
Expand Down
12 changes: 6 additions & 6 deletions package/.osc/_files
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<directory name="SUSEConnect" rev="99" srcmd5="a634aa8f28c597a772ae502567596f51" vrev="2">
<entry md5="1248cd12af8f260142a67ad44c9f63f7" mtime="1453739662" name="SUSEConnect.5.gz" size="694" />
<entry md5="d3ab8706bb435a4e7a11d6d6e0488a42" mtime="1453739662" name="SUSEConnect.8.gz" size="1773" />
<entry md5="e3cf54eea462ccbeb0e8a828d8d0ef84" mtime="1453742166" name="SUSEConnect.changes" size="15053" />
<directory name="SUSEConnect" rev="100" srcmd5="a62205698e5c79267598228e0c24a3d1" vrev="1">
<entry md5="774319152c0acdb0bb8751be375fc332" mtime="1457626964" name="SUSEConnect.5.gz" size="694" />
<entry md5="b88f6f7215d56495f43efc00dc3fcf8d" mtime="1457626964" name="SUSEConnect.8.gz" size="1773" />
<entry md5="57514504a15e92e88e1be6a2d7800e61" mtime="1457626964" name="SUSEConnect.changes" size="15362" />
<entry md5="0ec806db52d249028059602f052dad98" mtime="1407413878" name="SUSEConnect.example" size="377" />
<entry md5="ed5054b04c86f30caa976c8f4343eeec" mtime="1453739662" name="SUSEConnect.spec" size="4276" />
<entry md5="f80c319bf787f8c3db9d591216dfcd6c" mtime="1453739662" name="suse-connect-0.2.33.gem" size="34304" />
<entry md5="684ac9c08c4d9d29c5c1209754f58141" mtime="1457626964" name="SUSEConnect.spec" size="4276" />
<entry md5="2db1200a8b72921247bab4bee3ab2aca" mtime="1457626964" name="suse-connect-0.2.34.gem" size="34304" />
</directory>
12 changes: 6 additions & 6 deletions package/.osc/_meta
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<description>This package provides a command line tool and rubygem library for connecting a
client system to the SUSE Customer Center. It will connect the system to your
product subscriptions and enable the product repositories/services locally.</description>
<person role="maintainer" userid="digitaltomm"/>
<person role="maintainer" userid="hfschmidt"/>
<person role="maintainer" userid="kalabiyau"/>
<person role="maintainer" userid="kpimenov"/>
<person role="maintainer" userid="nawalter"/>
<person role="maintainer" userid="wstephenson"/>
<person userid="digitaltomm" role="maintainer"/>
<person userid="hfschmidt" role="maintainer"/>
<person userid="kalabiyau" role="maintainer"/>
<person userid="kpimenov" role="maintainer"/>
<person userid="nawalter" role="maintainer"/>
<person userid="wstephenson" role="maintainer"/>
</package>

7 changes: 7 additions & 0 deletions package/SUSEConnect.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 10 16:16:09 UTC 2016 - tschmidt@suse.com

- Update to 0.2.34:
- Fix for bnc#963996: Do not crash on --list-extensions when connected to SMT
- Fix for bnc#968245: Do not let zypper attempt to read products from remote locations

-------------------------------------------------------------------
Mon Jan 25 11:25:43 UTC 2016 - tschmidt@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/SUSEConnect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: SUSEConnect
Version: 0.2.33
Version: 0.2.34
Release: 0
%define mod_name suse-connect
%define mod_full_name %{mod_name}-%{version}
Expand Down

0 comments on commit 560fb8c

Please sign in to comment.